@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/**
 * MIXINS
 * PC
 */
/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/*------------------------------
 * sideContents
 *------------------------------*/
.m-sidebtn {
  margin-bottom: 22px;
}

.m-sidebtn__list {
  border-top: 1px solid #e1e3e6;
  border-right: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
}

.m-sidebtn__list:last-child {
  border-bottom: 1px solid #e1e3e6;
}

.m-sidebtn__btn {
  display: block;
  box-sizing: border-box;
  width: 262px;
  position: relative;
  color: #231815 !important;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
}

.m-sidebtn__btn:hover, .m-sidebtn__btn:active, .m-sidebtn__btn:visited {
  color: #231815;
}

.m-sidebtn__btn::after {
  position: absolute;
  top: 31px;
  right: 11px;
}

.m-sidebtn__btn--setting {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_apnSetting.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--terminal {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_terminalList.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--toolapp {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_toolApp.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--talkapp {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_dmmtalk.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  letter-spacing: -0.1px;
  padding: 18px 0 15px 58px;
}

.m-sidebtn__btn--talkapp::before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.m-sidebtn__btn--talkapp::after {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
}

.m-sideBanner__list {
  margin-bottom: 10px;
  position: relative;
}

.m-sideBanner__list::before {
  position: absolute;
  right: 10px;
  top: 15px;
}

.m-sideBanner__list::after {
  position: absolute;
  right: 8px;
  top: 15px;
}

/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
/**
 * MIXINS
 * PC
 */
/*------------------------------
contactContents
---------------------------------*/
.m-contact {
  width: 100%;
  background-color: #06279f;
  color: #fff;
}

.m-contact__wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #06279f;
}

.m-contactContent {
  width: 334px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  padding-left: 28px;
}

.m-contactContent:first-child {
  border-left: none;
  padding-left: 0;
}

.m-contactContent--txt {
  padding-top: 10px;
  padding-bottom: 13px;
}

.m-contactContent--tel {
  padding-top: 7px;
  line-height: 1.6em;
}

.m-contactContent--btn {
  padding-top: 6px;
}

.m-contactContent__ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.m-contactContent__txt {
  font-size: 14px;
  margin: 0 0 15px;
}

.m-contactNotice__item {
  position: relative;
  padding: 0 0 0 1em;
  line-height: 1.4;
}

.m-contactNotice__item__ico {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.m-contactInfo__ttl {
  font-size: 14px;
}

.m-contactInfo__tel {
  margin: 0 0 10px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.8px;
}

.m-contactInfo__tel:last-child {
  margin-bottom: 10px;
}

.m-contactList__item {
  margin-bottom: 20px;
  line-height: 1em;
}

.m-contactList__item:last-child {
  margin-bottom: 0;
}

.m-contactBtn {
  display: block;
  padding: 20px 0 20px 53px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  background-color: #427ad3;
}

.m-contactBtn:link, .m-contactBtn:hover, .m-contactBtn:active, .m-contactBtn:visited {
  color: #fff;
}

.m-contactBtn::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 14px;
}

.m-contactBtn::after {
  position: absolute;
  top: 23px;
  right: 11px;
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  height: 6px;
  width: 6px;
}

.m-contactBtn--qa {
  letter-spacing: -1px;
}

.m-contactBtn--qa::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_questionS.png);
  background-repeat: no-repeat;
  background-position: 11px 6px;
}

.m-contactBtn--form::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_mailS.png);
  background-repeat: no-repeat;
  background-position: 6px 9px;
}

/*------------------------------
端末一覧、端末末端共通IMG(PC SP共通)
 *------------------------------*/
/*------------------------------
端末末端/一覧 共通カラーリスト(PC SP共通)
---------------------------------*/
.is-modal {
  position: fixed;
  width: 100%;
}

.m-modalWrapper {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
  -webkit-animation: fadein .3s ease 0s 1 normal;
  animation: fadein .3s ease 0s 1 normal;
}

.m-modalWrapper__content {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #06279f;
}

.m-modalWrapper__content--complete {
  width: 340px;
  background-color: #fff;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  text-align: center;
}

.m-modalWrapper__content--complete p {
  margin: 0;
  padding: 0;
}

.m-modalHeadline {
  margin: 0;
  padding: 5px 30px;
  background-color: #06279f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.m-modalContent {
  padding: 30px 50px;
}

.m-modalContent--padding30 {
  padding: 30px;
}

.m-modalContent--complete {
  padding: 38px 0 20px;
}

.m-modalContent__txt {
  margin: 0 0 30px;
  font-size: 20px;
}

.m-modalContent__main {
  width: 680px;
}

.m-modalContent__main--widthAuto {
  width: auto;
}

.m-modalContent__table {
  max-width: 696px;
}

.m-modalContent__table.is-overHeight {
  overflow-y: scroll;
  border-bottom: 1px solid #ccc;
}

.m-modalContent__prev {
  padding-top: 20px;
  font-size: 14px;
}

.m-modalContent__message {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #231815;
}

.m-modalContent__message::after {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: 35px;
  width: 24px;
  height: 14px;
  border-left: 2px solid #06279f;
  border-bottom: 2px solid #06279f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-modalCloseIcon {
  position: absolute;
  top: 7px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  cursor: pointer;
}

.m-modalCloseIcon::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #06279f;
  transform: rotate(-45deg);
}

.m-modalCloseIcon::before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 4px;
  height: 20px;
  background: #06279f;
  transform: rotate(45deg);
}

.m-modalCloseBtn {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 110px;
  line-height: 27px;
  border-radius: 5px;
  border: 1px solid #676767;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}

.m-modalCloseBtn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
  width: 1px;
  height: 8px;
  background: #676767;
  transform: rotate(-45deg);
}

.m-modalCloseBtn::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 1px;
  height: 8px;
  background: #676767;
  transform: rotate(45deg);
}

body {
  color: #231815;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*------------------------------
announcement
---------------------------------*/
.d-announcement {
  width: 960px;
  margin: 15px auto 20px auto;
  text-align: left;
}

.d-announcement dl {
  padding: 6px 12px 12px;
  border: 3px #E1E1E1 solid;
}

.d-announcement dl dt {
  margin-bottom: 6px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.d-announcement dl dt span {
  display: table-cell;
  height: 23px;
  vertical-align: middle;
  font-weight: bold;
}

.d-announcement dl dt span.mark {
  padding-right: 12px;
  border-right: 1px #bbb solid;
  color: #c00;
  font-size: 14px;
  white-space: nowrap;
}

.d-announcement dl dt span.ttl {
  padding-left: 12px;
  font-size: 14px;
}

.d-announcement dl dd {
  color: #666;
}

.l-pageGuesttop {
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo UI","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
}

.l-pageGuesttop * {
  box-sizing: border-box;
}

.m-boxInner {
  position: relative;
  overflow: hidden;
  height: 350px;
  background-color: #eef6ff;
}

.m-boxInner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50%;
  height: 310px;
  margin-left: -500px;
}

.m-boxInner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50%;
  height: 310px;
  margin-right: -500px;
}

.m-boxSlider {
  position: relative;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -2320px;
  width: 500%;
  height: 310px;
  background: url(https://p.dmm.com/p/general/mvno/common/img-loading.gif) no-repeat 2300px 127px;
}

.m-boxSlider img {
  opacity: 0;
}

.m-boxSlider__panel {
  overflow: hidden;
  float: left;
  width: 940px;
  height: 310px;
}

.m-boxSlider.is-active img {
  opacity: 1;
}

.m-boxSlider.is-active li {
  background-color: #eef6ff;
}

.m-boxSlider__arrow {
  position: absolute;
  top: 154px;
  left: 50%;
  margin-top: -14px;
  width: 25px;
  height: 25px;
  background-color: #427ad3;
  text-indent: -9999px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}

.m-boxSlider__arrow::after {
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
  height: 9px;
  width: 9px;
  display: block;
  border: 3px solid #0c2fa4;
}

.m-boxSlider__arrow--left {
  z-index: 10;
  margin-left: -482px;
}

.m-boxSlider__arrow--left::after {
  border-right-width: 0;
  border-bottom-width: 0;
  margin-left: -6px;
}

.m-boxSlider__arrow--right {
  z-index: 11;
  margin-left: 458px;
}

.m-boxSlider__arrow--right::after {
  border-left-width: 0;
  border-top-width: 0;
  margin-left: -6px;
}

.m-boxSliderStatus {
  position: relative;
  right: 50%;
  margin: 9px -428px 0 0;
  height: 5px;
  line-height: 5px;
  text-align: right;
}

.m-boxSliderStatus__bar {
  position: relative;
  width: 30px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  background: #e1e3e6;
  vertical-align: top;
  cursor: pointer;
}

.m-boxSliderStatus__bar.is-active {
  background: #427ad3;
}

.m-boxSliderStatus__progress {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 5px;
  background-color: #06279f;
}

.m-applyArea {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 260px;
  height: 250px;
  margin-left: 240px;
}

.m-applyArea__list {
  background-color: #fff;
}

.m-applyArea__list a {
  display: block;
  width: 260px;
  height: 83px;
  box-sizing: border-box;
  border-bottom: 1px solid #06279f;
  border-left: 1px solid #06279f;
  border-right: 1px solid #06279f;
}

.m-applyArea__btn {
  padding: 15px 0 10px 75px;
  position: relative;
}

.m-applyArea__btn::before {
  position: absolute;
  content: '';
  display: block;
}

.m-applyArea__btn::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 5px solid;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 29px;
  right: 11px;
}

.m-applyArea__btn--newApply::before {
  width: 30px;
  height: 36px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_apply.png);
  background-repeat: no-repeat;
  top: 22px;
  left: 27px;
}

.m-applyArea__btn--newApply::after {
  border-color: #ea3f4a;
}

.m-applyArea__btn--packageApply::before {
  height: 40px;
  width: 56px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_package_20161013.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 25px;
  left: 13px;
}

.m-applyArea__btn--packageApply::after {
  border-color: #ff8f00;
}

.m-applyArea__ttl {
  color: #fff;
  background-color: #06279f;
  display: block;
  padding: 11px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  letter-spacing: -.7px;
}

.m-applyArea__ttl__strong {
  font-weight: bold;
}

.m-applyArea__ttl::before {
  content: '';
  height: 18px;
  width: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 47px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.m-applyArea__ttl::after {
  content: '';
  height: 18px;
  width: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 12px;
  right: 47px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.m-applyArea__txt {
  font-size: 18px;
  font-weight: bold;
  color: #231815;
  line-height: 1.4;
}

.m-topNav {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #eef6ff;
}

.m-topNav__box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.m-topNav__list {
  border: 1px solid #e1e3e6;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
}

.m-topNav__list:last-child {
  margin-right: 0px;
}

.m-topNav__btn {
  color: #231815 !important;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  width: 240px;
  padding: 22px 0 22px 90px;
  box-sizing: border-box;
  background-color: #fff;
}

.m-topNav__btn:hover, .m-topNav__btn:active, .m-topNav__btn:visited {
  color: #231815;
}

.m-topNav__btn__strong--red {
  font-size: bold;
  font-size: 18px;
  color: #ea3f4a;
  line-height: 1;
}

.m-topNav__btn__strong--normal {
  font-size: bold;
  font-size: 18px;
  line-height: .6;
}

.m-topNav__btn::before {
  position: absolute;
  content: '';
  display: block;
}

.m-topNav__btn::after {
  position: absolute;
  top: 38px;
  right: 15px;
}

.m-topNav__btn--simulation::before {
  width: 45px;
  height: 53px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_simulation.png);
  background-repeat: no-repeat;
  top: 14px;
  left: 28px;
}

.m-topNav__btn--transfer {
  padding: 22px 0 22px 100px;
}

.m-topNav__btn--transfer::before {
  width: 54px;
  height: 48px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_transfer.png);
  background-repeat: no-repeat;
  top: 18px;
  left: 26px;
}

.m-topNav__btn--campaign {
  padding: 12px 0 12px 80px;
}

.m-topNav__btn--campaign::before {
  width: 55px;
  height: 55px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_point.png);
  background-repeat: no-repeat;
  top: 15px;
  left: 10px;
}

.m-topNav__btn--video {
  padding: 22px 0 22px 90px;
  width: 240px;
}

.m-topNav__btn--video::before {
  width: 46px;
  height: 44px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_video.png);
  background-repeat: no-repeat;
  top: 20px;
  left: 25px;
}

.m-txt__lead {
  font-size: 14px;
  line-height: 1.5em;
  color: #676767;
}

/*------------------------------
mainContents
---------------------------------*/
.m-catchImg {
  float: left;
  margin: 0 10px -10px 0;
}

.m-catchImg img {
  width: 140px;
}

.m-catchTtl__main {
  font-size: 34px;
  font-weight: normal;
  margin: 30px 0 0;
  line-height: 1em;
}

.m-catchTtl__main__service {
  font-size: 32px;
  font-weight: bold;
}

.m-catchTtl__main__service--blue {
  color: #06279f;
  padding-left: 5px;
  font-size: 36px;
}

.m-catchTtl__main__minimum {
  font-size: 10px;
}

.m-catchTtl__main__minimum--notes {
  color: #676767;
}

.m-catchTtl__main__normal {
  font-size: 25px;
}

.m-catchTtl__main__name {
  font-size: 36px;
}

.m-catchTtl__lead {
  font-size: 15px;
  line-height: 1.5em;
  color: #676767;
  position: relative;
  text-align: center;
  clear: both;
}

.m-catchTtl__lead__recommend::before {
  content: '';
  height: 16px;
  width: 1px;
  display: block;
  background: #676767;
  position: absolute;
  transform: rotate(-25deg);
  left: 200px;
  top: 2px;
}

.m-catchTtl__lead__recommend::after {
  content: '';
  height: 16px;
  width: 1px;
  display: block;
  background: #676767;
  position: absolute;
  transform: rotate(25deg);
  right: 200px;
  top: 2px;
}

.m-catchTtl__btn {
  text-align: center;
  margin: 6px 0 6px;
}

.m-catchTtl__btn__terminallist {
  display: inline-block;
  vertical-align: middle;
}

.m-catchTtl__btn__plan {
  display: inline-block;
  vertical-align: middle;
}

.m-catchBtn {
  position: relative;
  color: #fff !important;
  font-size: 14px;
  padding: 8px 0;
  background-color: #427ad3;
  width: 344px;
  display: inline-block;
}

.m-catchBtn--detail {
  margin-right: 6px;
}

.m-catchBtn:hover, .m-catchBtn:active, .m-catchBtn:visited {
  color: #fff;
}

.m-catchBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  border: 3px solid;
  border-color: #06279f;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  height: 6px;
  width: 6px;
  top: 13px;
  right: 8px;
}

.m-mainTtl {
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1em;
}

.m-mainTtl__service {
  font-size: 30px;
  font-weight: bold;
}

.m-mainTtl__normal {
  font-size: 25px;
}

.m-mainTtl__large {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -3.5px;
}

.m-mainTtl__small {
  font-size: 34px;
  font-weight: bold;
}

.m-mainTtl__minimum {
  font-size: 10px;
}

.m-mainTtl__minimum--notes {
  margin: 0 10px 0 0;
}

.m-mainTtl__low {
  width: 24px;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin: 0 5px 0 -8px;
}

.m-mainTtl__yen {
  font-weight: bold;
  font-size: 52px;
  color: #ea3f4a;
}

.m-mainTtl__mostlarge {
  font-family: 'Oswald', sans-serif;
  font-size: 72px;
  font-weight: bold;
  color: #ea3f4a;
  letter-spacing: -1.5px;
  margin-left: -10px;
  margin-right: -10px;
}

.m-mainTtl--deals {
  margin-bottom: 15px;
  float: left;
  margin-bottom: 20px;
}

.m-mainTtl--terminal {
  display: table;
  text-align: center;
  white-space: nowrap;
}

.m-mainTtl--terminal::before {
  content: '';
  display: table-cell;
  width: 50%;
  height: 1px;
  background-color: #ddd;
  /*background-color: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
            background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
            -webkit-background-clip: padding;
            background-clip: padding;*/
  /*border-top: solid 10px #000;*/
  opacity: .2;
  position: relative;
  vertical-align: middle;
  width: 0%;
}

.m-mainTtl--terminal::after {
  background-color: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 44%;
}

.m-plan {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 30px;
  /*__detail*/
}

.m-plan__single {
  width: 466px;
  float: left;
  margin-bottom: 30px;
}

.m-plan__ttl {
  background: #06279f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 2px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 1.5;
}

.m-plan__ttl--single {
  border-right: 1px solid #fff;
}

.m-plan__share {
  width: 234px;
  float: right;
  margin-bottom: 30px;
}

.m-plan__detail {
  width: 233px;
  height: 232px;
  position: relative;
  float: left;
  border-right: 1px solid #e1e3e6;
  box-sizing: border-box;
  /*__price*/
}

.m-plan__detail--share {
  border-right: none;
}

.m-plan__detail__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 44px;
  position: relative;
}

.m-plan__detail__ttl::before {
  position: absolute;
  content: '';
  height: 38px;
  width: 38px;
  display: block;
  top: 0;
  left: 100px;
}

.m-plan__detail__ttl--data::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_datacommunication.png);
  background-repeat: no-repeat;
}

.m-plan__detail__ttl--talk::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_talksim.png);
  background-repeat: no-repeat;
}

.m-plan__detail__ttl--share::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_communicationVolume.png);
  background-repeat: no-repeat;
}

.m-plan__detail__price {
  padding: 0 10px;
  height: 60px;
  margin-bottom: 10px;
  margin-top: -7px;
}

.m-plan__detail__price__ico {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #ffc71b;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  margin-left: 10px;
}

.m-plan__detail__price__ico__txt {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  width: 30px;
  letter-spacing: -1.3px;
  text-align: center;
}

.m-plan__detail__price__ico__txt--number {
  letter-spacing: -1px;
}

.m-plan__detail__price__monthly {
  display: inline-block;
  font-size: 14px;
  width: 1em;
  line-height: 1.2;
  margin-left: 5px;
}

.m-plan__detail__price__list {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 1.5;
}

.m-plan__detail__price__list strong {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
}

.m-plan__detail__price__list--data {
  color: #0e56b5;
  letter-spacing: 1px;
}

.m-plan__detail__price__list--talk {
  color: #e4841e;
}

.m-plan__detail__price__list--share {
  color: #e70700;
}

.m-plan__detail__list {
  width: 196px;
  margin: 0 auto;
}

.m-plan__detail__list li {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.5;
  text-indent: -1em;
  letter-spacing: -1.3px;
  padding-left: 1em;
}

.m-plan__detail__list li::before {
  content: '・';
}

.m-plan__link {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
}

.m-plan__btn {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #231815 !important;
  padding: 8px 0;
  line-height: 1em;
}

.m-plan__btn:hover, .m-plan__btn:active, .m-plan__btn:visited {
  color: #231815;
}

.m-plan__btn::after {
  position: absolute;
  top: 10px;
  right: 10px;
}

.m-plan__btn--data {
  background-color: #80a6d8;
}

.m-plan__btn--talk {
  background-color: #efb65e;
}

.m-plan__btn--share {
  background-color: #f3835a;
}

.m-supplementary__txt {
  padding: 20px 0 0;
  line-height: 1.8;
}

.m-topLink {
  clear: both;
  margin: 20px 0;
  width: 700px;
}

.m-topBtn {
  padding: 33px 0;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1em;
}

.m-topBtn:hover, .m-topBtn:active, .m-topBtn:visited {
  color: #fff;
}

.m-topBtn::before {
  position: absolute;
  content: '';
  height: 60px;
  width: 60px;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 120px;
}

.m-topBtn::after {
  position: absolute;
  top: 36px;
  right: 149px;
}

.m-topBtn--yellow {
  background-color: #ffcf52;
  color: #231815 !important;
}

.m-topBtn--yellow:hover, .m-topBtn--yellow:active, .m-topBtn--yellow:visited {
  color: #231815;
}

.m-topBtn--yellow::after {
  border-color: #ea3f4a;
}

.m-topBtn--blue {
  background-color: #427ad3;
  color: #fff !important;
}

.m-topBtn--blue:hover, .m-topBtn--blue:active, .m-topBtn--blue:visited {
  color: #fff;
}

.m-topBtn--blue::after {
  border-color: #06279f;
}

.m-topBtn--apply::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_apply.png);
  background-repeat: no-repeat;
  background-position: 15px 12px;
}

.m-topBtn--simulation {
  padding: 13px 0 20px;
  margin-top: 30px;
}

.m-topBtn--simulation::before {
  top: 15px;
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_simurationS.png);
  background-repeat: no-repeat;
  background-position: 15px 12px;
}

.m-topBtn--simulation::after {
  top: 34px;
}

.m-topBtn--terminal::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_terminalListS.png);
  background-repeat: no-repeat;
  background-position: 11px 12px;
}

.m-topBtn__copy {
  font-size: 16px;
  display: block;
  text-align: left;
  width: 285px;
  margin: 0 auto 5px;
  font-weight: normal;
}

.m-deals {
  margin-top: 30px;
}

.m-deals__detail {
  clear: both;
  overflow: hidden;
}

.m-comparisonBnr {
  width: 140px;
  float: left;
}

.m-comparisonBnr__item {
  width: 140px;
  height: 80px;
  line-height: 1em;
}

.m-comparisonBnr__item--arrow {
  background-color: #c9c9c9;
  color: #666;
  display: inline-block;
  position: relative;
}

.m-comparisonBnr__item--arrow::after {
  border-top: 40px solid #c9c9c9;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 80px;
  width: 0;
}

.m-comparisonBnrInner {
  background-color: #06279f;
  margin-top: 40px;
  padding-bottom: 20px;
  color: #ffcf52;
}

.m-comparisonBnrInner--arrow {
  position: relative;
  background-color: #c9c9c9;
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 0;
}

.m-comparisonBnrInner__carrier {
  display: inline-block;
  /*padding: 8px 0 8px 5px;*/
  width: 140px;
  text-align: center;
}

.m-comparisonBnrInner__carrier__txt {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 12px;
  color: #666;
}

.m-comparisonBnrInner__price {
  position: relative;
  top: 4px;
  display: inline-block;
}

.m-comparisonBnrInner__price__txt {
  color: #ffcf52;
}

.m-comparisonBnrInner__price__txt--arrow {
  color: #666;
}

.m-comparisonBnrInner__price__txt__class {
  display: inline-block;
  font-size: 14px;
  width: 1em;
  line-height: 1.2;
  margin-left: 6px;
}

.m-comparisonBnrInner__price__txt__currency {
  display: inline-block;
  font-size: 33px;
  font-family: 'Oswald', sans-serif;
}

.m-comparisonBnrInner__price__txt__amount {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  letter-spacing: -2px;
  font-weight: normal;
}

.m-comparisonBnrInner__price__txt__amount--strong {
  font-weight: bold;
  letter-spacing: 0;
}

.m-terminal {
  margin-top: 50px;
}

.m-terminal__area {
  overflow: hidden;
  margin-top: 20px;
  padding-left: 10px;
}

.m-terminal__box {
  width: 160px;
  height: 336px;
  position: relative;
  float: left;
  margin-right: 22px;
  text-align: center;
  position: relative;
  line-height: 1em;
}

.m-terminal__box--last {
  margin-right: 18px;
}

.m-terminal__img {
  height: 295px;
}

.m-terminal__click {
  display: block;
}

.m-terminal__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  text-align: center;
  display: block;
  width: 140px;
  padding: 9px 10px 9px 0;
  background-color: #427ad3;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
}

.m-terminal__btn:hover, .m-terminal__btn:active, .m-terminal__btn:visited {
  color: #fff;
}

.m-terminal__btn::after {
  position: absolute;
  top: 10px;
  right: 6px;
}

.m-terminal__btn--container {
  display: block;
  background-color: #427ad3;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.m-terminal__btn--double {
  line-height: 1.4;
  padding: 3px 10px 3px 0;
}

.m-terminal__btn--double::after {
  top: 14px;
}

.m-terminal__badge {
  position: absolute;
  top: 8px;
  left: -7px;
}

.m-terminal__container__box {
  width: 148px;
  height: 170px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  line-height: 1em;
}

.m-terminal__container__box:first-child {
  height: 170px;
}

.m-terminal__container__box--last {
  margin-bottom: 0;
  height: 160px;
}

.m-terminal__container__click {
  display: block;
}

.m-terminal__container__ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.2;
  color: #231815 !important;
  display: block;
  letter-spacing: -.8px;
}

.m-terminal__container__img {
  height: 100px;
  margin-bottom: 2px;
}

.m-terminal__link {
  position: absolute;
  bottom: 0;
  left: 50%;
}

/*------------------------------
sideContents
---------------------------------*/
.m-pickup {
  margin-bottom: 20px;
}

.m-pickup__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding: 0 21px;
  line-height: 1.4em;
}

.m-pickup__ttl::before {
  content: '';
  height: 23px;
  width: 2px;
  display: block;
  background: #231815;
  position: absolute;
  top: -2px;
  left: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.m-pickup__ttl::after {
  content: '';
  height: 23px;
  width: 2px;
  display: block;
  background: #231815;
  position: absolute;
  top: -3px;
  left: 114px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.m-pickup__list {
  position: relative;
  border-top: 1px solid #e1e3e6;
  border-right: 1px solid #e1e3e6;
  border-left: 1px solid #e1e3e6;
}

.m-pickup__btn {
  display: block;
  box-sizing: border-box;
  width: 262px;
  color: #231815 !important;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
}

.m-pickup__btn:hover, .m-pickup__btn:active, .m-pickup__btn:visited {
  color: #231815;
}

.m-pickup__btn::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 100px;
}

.m-pickup__btn::after {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  margin-top: -3%;
  display: block;
  border: 3px solid #ea3f4a;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}

.m-pickup__btn--iphone {
  letter-spacing: -0.1px;
  padding: 23px 0 15px 83px;
}

.m-pickup__btn--iphone::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_iphone6.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 55px;
  top: 13px;
  left: 10px;
}

.m-pickup__btn--plan {
  letter-spacing: -0.6px;
  padding: 23px 0 15px 57px;
  border-bottom: 1px solid #e1e3e6;
}

.m-pickup__btn--plan::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_lowprice.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 55px;
  top: 13px;
  left: 6px;
}

.m-pickup__btn--upgrade {
  letter-spacing: -0.1px;
  padding: 23px 0 15px 83px;
}

.m-pickup__btn--upgrade::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_upgrade.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 55px;
  top: 25%;
  left: 7px;
}

.m-pickup__btn--iphoneUnlock {
  letter-spacing: -0.1px;
  padding: 23px 0 15px 83px;
}

.m-pickup__btn--iphoneUnlock::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_iphoneUnlock.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 55px;
  top: 24px;
  left: 13px;
}

.m-pickup__btn--tabuho {
  letter-spacing: -0.1px;
  padding: 23px 0 15px 83px;
}

.m-pickup__btn--tabuho::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_tabuho.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 55px;
  top: 16px;
  left: 7px;
}

.m-pickup__btn--kaitori {
  letter-spacing: -0.6px;
  padding: 23px 0 15px 77px;
  border-bottom: 1px solid #e1e3e6;
}

.m-pickup__btn--kaitori::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_kaitori.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 55px;
  top: 11px;
  left: 9px;
}

.m-pickup__btn--friend {
  letter-spacing: -0.1px;
  padding: 23px 0 15px 83px;
}

.m-pickup__btn--friend::before {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/ico_friend.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 55px;
  top: 16px;
  left: 7px;
}

.m-pickup__btn__strong {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -.5px;
}

.m-pickup__btn__strong--large {
  font-size: 16px;
}

.m-pickup__btn__strong--red {
  color: #ea3f4a;
}

.m-sideList {
  margin-bottom: 5px;
}

.m-sideList__ttl {
  color: #fff;
  width: 126px;
  border-bottom: 25px solid #06279f;
  border-right: 25px solid transparent;
  height: 0;
  text-align: left;
  line-height: 29px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

.m-sideList__box {
  border-top: 2px solid #06279f;
}

.m-sideList__list {
  font-size: 13px;
  border-bottom: 1px solid #e1e3e6;
  position: relative;
}

.m-sideList__list.is-my {
  display: none;
}

.m-sideList__list:last-child {
  border-bottom: none;
}

.m-sideList__date {
  color: #06279f;
  display: block;
  font-weight: bold;
}

.m-sideList__btn {
  display: block;
  box-sizing: border-box;
  width: 262px;
  color: #000 !important;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  padding: 10px 30px 10px 10px;
}

.m-sideList__btn:hover, .m-sideList__btn:active, .m-sideList__btn:visited {
  color: #000;
}

.m-sideList__btn::after {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -3px;
}

.m-notice {
  margin-bottom: 14px;
}

.m-note {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 0 30px;
}

.m-note__txt {
  font-size: 11px;
  color: #999;
}

/*------------------------------
 お申込み方法を選んでください モーダル
---------------------------------*/
.m-selectPlanList {
  text-align: center;
}

.m-selectPlanList__item {
  width: 350px;
  display: inline-block;
}

.m-selectPlanList__item:first-child {
  margin-right: 20px;
}

.m-selectPlanList__item a:link,
.m-selectPlanList__item a:visited,
.m-selectPlanList__item a:hover {
  color: #231815;
}

.m-selectPlanBtn {
  display: block;
  padding-top: 26px;
  border: 2px solid #ecf2f9;
  box-sizing: border-box;
  cursor: pointer;
}

.m-selectPlanBtn--web {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/img_selectplan01.png);
  background-size: 201px 119px;
  background-repeat: no-repeat;
  background-position: center 62px;
}

.m-selectPlanBtn--pkg {
  background-image: url(https://p.dmm.com/p/general/mvno/public/guesttop/img_selectplan02.png);
  background-size: 272px 100px;
  background-repeat: no-repeat;
  background-position: center 68px;
}

.m-selectPlanBtn__catch {
  display: block;
  padding-bottom: 145px;
  color: #06279f;
  font-size: 16px;
}

.m-selectPlanBtn__catch::before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #06279f;
  vertical-align: top;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: "";
  margin-right: 12px;
}

.m-selectPlanBtn__catch::after {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #06279f;
  vertical-align: top;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  content: "";
  margin-left: 12px;
}

.m-selectPlanBtn__item {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #ecf2f9;
  font-size: 18px;
}

.m-selectPlanBtn__item ::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  display: block;
  margin: auto;
  border-right: 5px solid #06279f;
  border-bottom: 5px solid #06279f;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}

.m-selectPlanCatchBold {
  font-weight: bold;
  font-size: 18px;
}

.m-selectPlanBtnBold {
  font-weight: bold;
  font-size: 20px;
}
