@charset "utf-8";
/*common
---------------------------------------------------- */
body {
  line-height: 1.45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 990px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.d_b { display:block; }
.d_i { display:inline; }
.d_ib { display:inline-block; }
.pc_hide { display: none; }
.hide { display:none; }
.flex { display:-webkit-box!important; display:-ms-flexbox!important; display:flex!important; }
.flexAc { -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.flexWrap { -ms-flex-wrap:wrap; flex-wrap:wrap;  }
.flex_jcc { -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }

.fwb { font-weight:bold!important; }
.fwn { font-weight:normal!important; }



.taC { text-align:center!important; }
.taL { text-align:left!important; }
.taR { text-align:right !important; }

.bT1 { border-top:1px solid #ccc; }
.bB1 { border-bottom:1px solid #ccc; }
.bL1 { border-left:1px solid #ccc; }
.bR1 { border-right:1px solid #ccc; }

.link { color:#226bc4; text-decoration:underline; }
a.link_green { color:#E93817!important; text-decoration:underline!important; }
.link_blank a { color: #212529; }
.link_blank a:after {
  content: "";
  display: inline-block;
  background: url(/common_v10/images/icn-link-blank-black.svg) no-repeat center;
  background-size: 16px;
  margin-left: 0.3em;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.underline { text-decoration: underline; }
.m0a { margin:0 auto; }
/*width-%*/
.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }
.w200p { width: 200%; }

.fs10 { font-size:72%; }
.fs12 { font-size:86%; }
.fs14 { font-size:100%; }
.fs16 { font-size:115%; }
.fs18 { font-size:129%; }
.fs20 { font-size:143%; }
.fs22 { font-size:158%; }

.fcRed { color: #E93817; }
.fcGray { color: #333; }
.link_color {
    color: #226bc4 !important;
}
.tdN {
    text-decoration: none !important;
}
#p-similation_zone p, #p-similation_zone p:after, #p-similation_zone p:before {
  margin: 0;
}
.VCenter {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.VCenterA {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.tooltip2 { width:29px; height:29px; display:inline-block; vertical-align:middle; }
.tooltip2 img { margin-top:-2px; width: 90%; }
.btn_parent {
    position: relative;
    padding-left: 15px;
}
.btn_parent-icon {
    position: relative;
    padding-right: 20px;
    font-weight: bold;
}
.bottomBtn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #406FAF;
}
.bottomBtn-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/common_v10/images/icn-link-self-blue.svg) center no-repeat;
}
.search.btn-white-primary.btn-anc::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(/service/mobile/device/sim/detail/images_v10/icon_search.svg) no-repeat center center / contain;
}
.search.btn-white-primary.btn-anc::after {
    transform: rotate(90deg);
}

/* 改行切り替え
---------------------------------------------------- */
@media screen and (min-width: 768px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/* footer
---------------------------------------------------- */
.m-footerUtil li a:link,
.m-footerUtil li a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.jm-bottomBtn {
  z-index: 1000;
}
/*main
---------------------------------------------------- */
.image_wrap,
.text_wrap {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.text_wrap {
  padding-left: 20px;
  width: 190px;
}
.image_wrap img {
  height: 140px;
}
.p_section_title01 .text01{
  width: 98px;
  height: 34px;
  line-height: 1.6;
  background: #E93817;
  font-size: 20px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  padding: 3px 0;
}
.p_section_title01 {
  position: relative;
  padding: 0 0 16px 50px;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #E93817;
  text-align: center;
}
.p_section_title01 .required,
.p_section_title02 .required,
.p_section_title01 .any,
.p_section_title02 .any {
  position: absolute;
  top: 0;
  left: 0;
}
.p_section_title01 .required,
.p_section_title02 .required,
.p_section_title01 .any,
.p_section_title02 .any {
  width: 50px;
  height: 26px;
  line-height: 1.3;
  background: #D9161B;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  padding: 3px 0;
}
.p_section_title01 .any,
.p_section_title02 .any {
  background: #999;
}
.colors { display: none; }

.cheap_1all .cheap_1all_head, .cash_back_all .cash_back_head {
  display: block;
  width: 100%;
  height: auto;
  background: #00a5a8;
  color: #fff;
}
.cheap_1all .cheap_1all_head span, .cash_back_all .cash_back_head span {
  display: block;
  vertical-align: middle;
  padding: 10px;
}
#result_zone #terminal_camp_coution li {
  font-size: 10px;
}
.columnType2Child .tel_num a {
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: #0e0d6a!important;
  text-decoration: none;
  font-family: 'arial';
  cursor: pointer;
}
.columnType2Child .tel_num a::before {
  content: "";
  display: inline-block;
  background: url(/common_form/img/common/icon/icon_side_freecall.png) no-repeat;
  background-size: 43px;
  width: 43px;
  height: 33px;
  vertical-align: bottom;
  margin-right: 5px;
}
.columnType2Child .tel_time {
  font-size: 10px;
}
.mobile_add_area {
	background: #f2f2f2;
	padding: 15px 0;
}
.btn.breakdownPlus,
.btn.mobilePlus {
  font-family: 'Noto Sans Japanese Medium';
  display: inline-block;
}
.btn.breakdownPlus span,
.btn.mobilePlus span {
  text-decoration: underline;
  padding: 0 0 0 25px;
  font-size: 14px;
  color: #111111;
  text-align: center;
  display: block;
  background: url(/common_form/img/service_select/icon_btn_mobile_plus.png) no-repeat 0px 50%;
}
.btn.breakdownPlus span {
  background: url(/common_form/img/service_select/icon_btn_plus.png) no-repeat 0px 50%;
  cursor: pointer;
}
.btn.breakdownPlus.mn span {
  background: url(/common_form/img/service_select/icon_btn_minus.png) no-repeat 0px 50%;
}
.mobileBox h3 {
  padding: 10px 0;
  background: #FFD8D8;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  position: relative;
}
.mobileBox h3 span {
  padding: 0 10px;
  /* background: #fff; */
  display: inline-block;
  border-radius: 3px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.mobileBox h3 span em {
  font-size: 115%;
}
.mobileBox h3 .deleteBtn {
  font-family: 'Noto Sans Japanese Medium';
  border-radius: 5px;
  border: 2px solid #E93817;
  display: inline-block;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#dddddd))";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
  background: linear-gradient(to bottom, #fff, #dddddd);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
  zoom: 1;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.mobileBox h3 .deleteBtn em {
  padding: 0 15px 0 36px;
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  text-align: center;
  display: block;
  background: url(/common_form/img/service_select/icon_delete.png) no-repeat 10px 50%;
}
.appBtn {
  width: 60%;
  margin: 0 auto;
}
.sp_step07_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}
input.minimal {
  width: 200px;
  background-color: white;
  border: thin solid #E93817;
  border-radius: 3px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price_diff {
}
.price_diff .price_diff_title {
  text-align: center;
  background: #707070;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0 5px 0;
  margin: 0;
}
.btn_area .btn_wrap.type01 .btn_content.fixed_height {
  height: 90px;
  padding: 20px 0;
}
.btn_area .btn_wrap.type01 .btn_content.disabled {
  background: #f2f2f2;
  cursor: auto;
  border: 1px solid #999;
}
.btn_area .btn_wrap.type01 .btn_content.disabled .radio03-parts {
   position: relative;
}
.btn_area .btn_wrap.type01 .btn_content.disabled .radio03-parts .btn_text {
  color: #999;
}
.btn_area .btn_wrap.type01 .btn_content.disabled .radio03-parts .txt {
	position: absolute;
  top: 18px;
  left: 50%;
  width: 150px;
  letter-spacing: 0px;
  transform: translatex(-50%);
  color: #999;
}
.btn_area .btn_wrap .btn_text h4,
.btn_area .btn_wrap .btn_text h5 {
  margin: 0;
}

#sp_step05 .btn_text,
#sim_step03 .btn_text {
	width: 65%;
}
#sp_step05 .btn_img,
#sim_step03 .btn_img {
	width: 35%;
	padding: 0 5px;
  transform: translateY(-12px);
}
#sp_step05 a:hover h5,
#sim_step03 a:hover h5,
#sp_step05 a.is-active h5,
#sim_step03 a.is-active h5 {
	color: #333333;
}
.color_marker {
  font-weight:bold;
  /*
  background:linear-gradient(transparent 1.1em, #F5D200 1.1em, #F5D200 1.35em, transparent 1.35em);
  */
  background:linear-gradient(transparent 85%, #F5D200 85%);
}

/* ----------------------------------------------------
 メディアクエリ
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  /*common
  ---------------------------------------------------- */


  body {
    min-width: 100%;
    line-height: 1.6;
  }
  body {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    width: auto;
    background-color: #fff!important;
  }
  #p-similation_zone {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3e3d3d;
    font-size: 13px;
  }
  a:visited {
    color: #666666;
  }
  a:link {
    color: #666666;
  }

  .w30 { width: 30%; }
  .w40 { width: 40%; }
  .w50 { width: 50%; }
  .w60 { width: 60%; }
  .w70 { width: 70%; }
  .w80 { width: 80%; }
  .w90 { width: 90%; }
  .w100 { width: 100%; }


  .sp_show { display:block!important; }
  .sp_showIN { display:inline!important; }
  .sp_hide { display:none!important; }
  .sp_flexAc { -webkit-box-align:center; -ms-flex-align:center; align-items:center; }


  .sp_taC { text-align:center!important; }
  .sp_taL { text-align:left!important; }
  .sp_taR { text-align:right !important; }

  .sp_fwb { font-weight:bold;}
  .sp_fwn { font-weight:normal;;}
  .sp_fcRed { color:#D9161B; }
  .sp_fcOre { color:#E93817; }
  .sp_fcGre { color:#39ad00; }
  .sp_fcWhite { color:#FFF; }

  .sp_fs10 { font-size:72%!important; }
  .sp_fs11 { font-size:79%!important; }
  .sp_fs12 { font-size:86%!important; }
  .sp_fs13 { font-size:93%!important; }
  .sp_fs14 { font-size:100%!important; }
  .sp_fs15 { font-size:108%!important; }
  .sp_fs16 { font-size:115%!important; }
  .sp_fs17 { font-size:122%!important; }
  .sp_fs18 { font-size:129%!important; }
  .sp_fs19 { font-size:136%!important; }
  .sp_fs20 { font-size:143%!important; }
  .sp_fs21 { font-size:150%!important; }

  .sp_fs30 { font-size: 230%!important; }

  .sp_mt00 { margin-top: 0px!important; }
  .sp_mt05 { margin-top: 5px!important; }
  .sp_mt10 { margin-top: 10px!important; }
  .sp_mt15 { margin-top: 15px!important; }
  .sp_mt20 { margin-top: 20px!important; }
  .sp_mt25 { margin-top: 25px!important; }
  .sp_mt30 { margin-top: 30px!important; }
  .sp_mt35 { margin-top: 35px!important; }
  .sp_mt40 { margin-top: 40px!important; }
  .sp_mt45 { margin-top: 45px!important; }
  .sp_mt50 { margin-top: 50px!important; }
  .sp_mt60 { margin-top: 60px!important; }
  .sp_mt70 { margin-top: 70px!important; }
  .sp_mt80 { margin-top: 80px!important; }

  .sp_mb00 { margin-bottom: 0px!important; }
  .sp_mb05 { margin-bottom: 5px!important; }
  .sp_mb10 { margin-bottom: 10px!important; }
  .sp_mb15 { margin-bottom: 15px!important; }
  .sp_mb20 { margin-bottom: 20px!important; }
  .sp_mb25 { margin-bottom: 25px!important; }
  .sp_mb30 { margin-bottom: 30px!important; }
  .sp_mb35 { margin-bottom: 35px!important; }
  .sp_mb40 { margin-bottom: 40px!important; }
  .sp_mb45 { margin-bottom: 45px!important; }
  .sp_mb50 { margin-bottom: 50px!important; }
  .sp_mb60 { margin-bottom: 60px!important; }
  .sp_mb70 { margin-bottom: 70px!important; }
  .sp_mb80 { margin-bottom: 80px!important; }

  .sp_ml00 { margin-left: 0px!important; }
  .sp_ml05 { margin-left: 5px!important; }
  .sp_ml10 { margin-left: 10px!important; }
  .sp_ml15 { margin-left: 15px!important; }
  .sp_ml20 { margin-left: 20px!important; }
  .sp_ml25 { margin-left: 25px!important; }
  .sp_ml30 { margin-left: 30px!important; }
  .sp_ml35 { margin-left: 35px!important; }
  .sp_ml40 { margin-left: 40px!important; }
  .sp_ml45 { margin-left: 45px!important; }
  .sp_ml50 { margin-left: 50px!important; }
  .sp_ml60 { margin-left: 60px!important; }
  .sp_ml70 { margin-left: 70px!important; }
  .sp_ml80 { margin-left: 80px!important; }

  .sp_mr00 { margin-right: 0px!important; }
  .sp_mr05 { margin-right: 5px!important; }
  .sp_mr10 { margin-right: 10px!important; }
  .sp_mr15 { margin-right: 15px!important; }
  .sp_mr20 { margin-right: 20px!important; }
  .sp_mr25 { margin-right: 25px!important; }
  .sp_mr30 { margin-right: 30px!important; }
  .sp_mr35 { margin-right: 35px!important; }
  .sp_mr40 { margin-right: 40px!important; }
  .sp_mr45 { margin-right: 45px!important; }
  .sp_mr50 { margin-right: 50px!important; }
  .sp_mr60 { margin-right: 60px!important; }
  .sp_mr70 { margin-right: 70px!important; }
  .sp_mr80 { margin-right: 80px!important; }

  /*main
  ---------------------------------------------------- */
  .l-contentBody {
    background: #fff;
  }
  #newPage,
  #newPage #newMainArea.isTypeV3,
  #newContents.isTypeV3 {
    width: 100%!important;
  }
  #p-similation_zone {
    /*padding: 0 10px;*/
  }
  .btn_area .btn_wrap.type01 a:hover .text_pickup,
  .btn_area .btn_wrap.type01 a.is-active .text_pickup {
  	color: #e94024;
  }
  /*nav
  ---------------------------------------------------- */
  .p-tab_switch_wrap {
    margin: 0 0 28px 0;
  }
  .p-tab_switch_wrap .p-tab_switch {
    width:calc(100% / 2 - 2%);
    font-size: 12px;
    margin-left: 3%;
  }
  /* .p-tab_switch_wrap .p-tab_switch:hover:after, .p-tab_switch_wrap .p-tab_switch.active:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 10px;
    left: 50%;
    bottom: -10px;
    margin: 0 0 0 -10px;
    background: url(/service/mobile/simulator/images/p-tab_active.png) no-repeat;
    background-size: 100% auto;
  } */

  /*見出し
  ---------------------------------------------------- */
  .p_section_title01 {
    text-align: left;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #E93817;
  }
  .p_section_title02 {
    text-align: left;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  .p_section_title01 .text01 {
    display: inline-block;
    vertical-align: middle;
    width: 14%;
    height: auto;
    letter-spacing: normal;
    position: static;
    background: #E93817;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 3px 0;
  }
  .p_section_title01 .required,
  .p_section_title02 .required,
  .p_section_title01 .any,
  .p_section_title02 .any {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    height: auto;
    letter-spacing: normal;
    position: static;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    padding: 3px 0;
  }
  .p_section_title01 .text01 img {
    width: 100%;
  }
  .p_section_title02 .text01,
  .p_section_title01 .text02 {
    font-size: 14px;
    line-height: 1.125;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 0 0 5px;
    letter-spacing: -0.04em;
    width: 100%;
  }
  .p_section_title01 .text04 {
    font-size: 14px;
    line-height: 1.125;
    font-weight: bold;
    vertical-align: middle;
  }

  /*step01
  ---------------------------------------------------- */
  .btn_area .btn_wrap.type01 a.is-active .btn_content, .btn_area .btn_wrap.type02 a.is-active .btn_content {
    border: 1px solid #E93817;
  }
  .p-selctContent {
    margin: 20px 0;
  }
  .btn_area {
    margin: 20px 0 0 0;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .btn_area.max2 .btn_wrap.type01,
  .btn_area.max3 .btn_wrap.type01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .btn_area .btn_text {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 89%;
  }
  .btn_area.max2 .btn_wrap.type01 .btn_text .image_wrap,
  .btn_area.max3 .btn_wrap.type01 .btn_text .image_wrap {
    display: block;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    width: 100%;
    text-align: center;
  }
  .btn_area.max2 .btn_wrap.type01 .btn_text .text_wrap,
  .btn_area.max3 .btn_wrap.type01 .btn_text .text_wrap {
    display: inline-block;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .btn_min { display: none; }

  .step01 .btn_area .btn_wrap.type01 .btn_content {
    border: 1px solid #AFAFAF;
    padding: 15px 5px;
    border-radius: 5px;
  }
  /*
  .step01 .btn_area .btn_wrap.type01 .is-active .btn_content {
    padding: 3px;
  }
  */
  #sp_step02 .btn_area .btn_wrap.type01 .btn_content {
    padding: 15px 5px;
  }
  #sp_step02 .btn_area .btn_wrap.type01 .is-active  .btn_content {
    padding: 13px 5px;
  }
  #sim_step02 .btn_area .btn_wrap.type01 .btn_content.fixed_height,
  #sp_step04 .btn_area .btn_wrap.type01 .btn_content {
    padding: 13px 5px;
  }
  .btn_area .btn_wrap.type01 .btn_content.fixed_height {
    height: auto;
    padding: 13px 5px;
  }
  .btn_area .btn_wrap.type01 .btn_content.disabled {
    border: 1px solid #999;
  }
  .btn_area .btn_wrap.type01 .btn_content.disabled .radio03-parts .txt {
    left: calc(50% + 10px);
  }
  .btn_area.max3 .image_wrap,
  .btn_area.max3 .image_wrap figure img,
  .image_wrap img {
    width: 35%;
    height: auto;
    margin-bottom: 5px;
  }
  input.radio03-input {
    display: none;
  }
  .radio03-parts {
    padding-left: 10%;
    position: relative;
    padding-right: 0px;
    line-height: 1;
  }
  .radio03-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
    margin-top: -6.5px;
  }
  li.btn_wrap a.is-active .radio03-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 11px;
    height: 11px;
    background: #E93817;
    border-radius: 50%;
    margin-top: -4.5px;
  }
  .step01 .btn_area.max2 .btn_wrap.type01:first-child a:before {
    content: "";
    border-radius: 5px 0 5px 0;
    color: #fff;
    background: none;
    padding: 3px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  .step01 .btn_area.max2 .btn_wrap.type01 {
    width: calc(100% / 2 - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .step01 .btn_area.max2 .btn_wrap.type01:nth-child(even) {
    margin-right: 0;
  }
  .step01 .btn_area.max2 .btn_wrap.type01 .text_body01,
  .step01 .btn_area.max2 .btn_wrap.type01 .text_body02,
  .step01 .btn_area.max2 .btn_wrap.type01 .text_wrap h4 {
    height: auto;
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  .step01 .btn_area.max2 .btn_wrap.type01 .text_wrap h4 {
    font-weight: bold;
  }
  .btn_area.max2 .btn_wrap.type01:nth-child(n+3) {
    margin-top: 0px;
  }
  /*step02
  ---------------------------------------------------- */
  .btn_area .btn_wrap.type02 .btn_content {
      border: 1px solid #AFAFAF;
      padding: 5px;
      border-radius: 2px;
      z-index: 2;
  }
  .btn_area.sp_max1.c3 .btn_wrap.type02,
  .btn_area.sp_max1.c4 .btn_wrap.type02 {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .t_blok {
    display: table-cell;
    vertical-align: middle;
    width: calc(100%);
    padding-left: 20px;
  }
  .t_blok.date_text {
    width: 90px;
    min-width: 70px;
    padding-left: 5px;
  }
  .sp_step03_01 .t_blok.date_text {
    display: block;
    width: auto;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .sp_step03_01 .btn_area .btn_wrap.type01 .btn_text {
    text-align: left;
    font-size: 18px!important;
  }
  .sp_step03_01 .btn_area .btn_content:after {
    content: none;
   }
  .kakeho .p-selctContent_in .btn_content .d_flex {
    padding: 10px;
  }
  .sp_step03_01 .VCenter {
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .btn_area.sp_max1 .btn_wrap.type02 .t_blok h4 {
    padding: 8px 0;
  }
  .pittari_icon a:before,
  .otegaru_icon a:before,
  .pickup_icon a:before,
  .btn_area.max5 .btn_wrap.type02.recommend a:before{
    display: none;
  }
  .btn_area.max5 .btn_wrap.type02:nth-child(2) a:before {
    content: "おすすめ";
    border-radius: 5px 0 5px 0;
    font-size: 10px;
    color: #fff;
    background: #E93817;
    padding: 3px 11px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  .btn_area.max5 .btn_wrap.type02.pickup a:before {
    content: "イチオシ";
    border-radius: 5px 0 5px 0;
    font-size: 10px;
    color: #fff;
    background: #E93817;
    padding: 3px 11px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  span.pickup_iconO {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background: #E93817;
    padding: 3px 5px;
    margin-bottom: 5px;
    z-index: 1;
    line-height: 1;
  }
  span.pickup_iconR {
    display: block;
    width: 50px;
    font-size: 10px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background: #E93817;
    padding: 3px 5px;
    margin-bottom: 5px;
    z-index: 1;
    line-height: 1;
  }
  /*step03
  ---------------------------------------------------- */

  .btn_area.sp_max2 .btn_wrap.type01 {
      float: left;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
  }
  .btn_area.sp_max3 .btn_wrap.type01 {
      float: left;
      width: calc(96% / 3);
      margin-right: 2%;
      margin-bottom: 2%;
  }
  .btn_area .btn_wrap.type01 .btn_content {
      border: 1px solid #AFAFAF;
      padding: 25px 10px 25px 15px;
      border-radius: 2px;
  }
  .btn_area.sp_max2 .btn_wrap.type01:nth-child(2n) {
    margin-right: 0;
  }
  .btn_area .btn_wrap.type01 .btn_text {
    /* color: #E93817; */
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .btn_area .btn_content {
    display: block;
    position: relative;
    width: 100%;
    letter-spacing: -0.4em;
    cursor: pointer;
  }

  .btn_area .btn_wrap.type01 a:hover .btn_content, .btn_area .btn_wrap.type01 a.is-active .btn_content {
    background: #fff;
  }
  .btn_area .btn_wrap.type01 a:hover .btn_text, .btn_area .btn_wrap.type01 a.is-active .btn_text {
    /* color: #E93817; */
  }
  .step01 #data_capacity .btn_area .btn_wrap.type01 a:hover .btn_content,
  .step01 #data_capacity .btn_area .btn_wrap.type01 a.is-active .btn_content {
    background: none;
  }
  /* .btn_area.sp_max2 .is-active .btn_content {
    padding: 23px 8px 23px 13px;
  } */
  .btn_area .btn_wrap.type01 .radio01-parts {
    padding-left: 10px;
    margin-right: 0px;
    line-height: 1;
  }
  .sp_step03 .radio03-parts,
  .sp_step03_01 .radio03-parts,
  .sp_step04 .radio03-parts,
  .sp_step05 .radio03-parts,
  .sp_step06 .radio03-parts {
    position: static;
 }
 span.pickup_iconR_a {
   display: block;
   position: absolute;
   top: 5px;
   left: 50%;
   width: 50px;
   font-size: 10px;
   text-align: center;
   border-radius: 2px;
   color: #fff;
   background: #E93817;
   padding: 3px;
   margin-left: -25px;
   z-index: 1;
   line-height: 1;
  }

  .result_img img {
    width: 60%;
    margin: auto;
  }
  .p-img_title01 {
    border: 0px solid #dddddd;
    margin: 0 0 20px 0;
  }
  #result_box02_in_head span {
    display: inline-block;
    vertical-align: middle
  }
  #camp_price {
  	width: calc(100% - 20px);
  	margin: 10px auto 0;
  }
  #camp_price .flex > div {
    width: 100%;
  }
  #camp_price .flex > div.icon_triangle {
    width: 0;
    border-width: 15px 15px 0 15px;
    border-color: #E93817 transparent transparent transparent;
  }
  #camp_price .noteList li {
    display: list-item;
  }
  #newContents .noteList li {
    font-size: 85%;
    color: #666666;
    padding: 0px 0 0 1em;
    text-indent: -1em;
    list-style: none;
  }
  #result_box02_in:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 66px;
    background-size: 100% auto;
    bottom: -33px;
    right: 0;
  }
  .kakehoBnr {
    border: 1px solid #00a5a8;
  }
  #result_box {
    letter-spacing: -0.4em;
    margin: 0 0 20px 0;
  }
  #result_zone {
    margin: 30px 0 0 0;
    display: none;
  }
  #recommend_result {
    margin: 20px 0 0 0;
  }
  .columnType2 .columnType2Child {
    width: 100%;
    margin: auto;
  }
  .mvMobileBtns2:after {
    content: "";
    width: 1px;
    height: 66px;
    background: #dedede;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
  }

  #p-similation_zone *, #p-similation_zone *:after, #p-similation_zone *:before {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  a:link.btnTypeEntry, a:visited.btnTypeEntry, a:hover.btnTypeEntry {
    text-decoration: none;
    color: #ffffff;
  }
  .mvMobileBtns2 .btnTypeEntry {
    width: 100%;
    margin: 0 auto;
    padding: 11px 0;
    font-weight: normal;
  }

  #result_box02_content {
    padding: 7px 15px;
    display: inline-block;
    text-align: left;
  }
  .sim #result_box02_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #result_box02_title {
    text-align: center;
    background: #00a5a8;
    color: #ffffff;
    font-size: 10px;
    height: 34px;
    line-height: 32px;
    font-weight: bold;
    padding: 0 0 2px 0;
  }
  #result_box02_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 5px;
  }
  #result_box02_price sup {
    position: absolute;
    left: 0;
    top: -5px;
  }
  #result_box02_content ul.noteList {
    padding-right: 40px;
  }
  .mvMobileBtns2 {
    background: #f2f2f2;
    padding: 15px 5px;
    position: relative;
  }
  .columnType2Child .tel_num a {
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #0e0d6a!important;
    text-decoration: none;
    font-family: 'arial';
  }
  .columnType2Child .tel_num a::before {
    content: "";
    display: inline-block;
    background: url(/common_form/img/common/icon/icon_side_freecall.png) no-repeat;
    background-size: 35px;
    width: 35px;
    height: 28px;
    vertical-align: bottom;
    margin-right: 5px;
  }
  .mobileBox h3 .deleteBtn {
    position: static;
    display: block;
    width: 163px;
    margin: 10px auto 0!important;
  }
  .mobileBox h3 .deleteBtn em {
    font-size: 11px;
  }
  #sp_step02 .btn_area .btn_wrap.type01 a:hover .btn_content,
  #sp_step02 .btn_area .btn_wrap.type01 a.is-active .btn_content {
    background: #fff;
  }
  .result_box_title {
    font-size: 20px;
  }
  .result_box_inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .terminal_payment h4 {
    font-size: 123%;
    font-weight: bold;
  }
  .terminal_payment table th,
  .terminal_payment table td {
    font-size: 16px;
  }
  .appBtn {
    width: 100%;
    margin: 0 auto;
  }
  .appBtn  a.btnTypeEntry {
    font-size: 115%;
  }
  .sp_step07_body {
    flex-wrap: wrap;
  }
  .sp_step07_body .number {
    width: 100%;
    margin: 10px 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
  }
  #sim_step02 .btn_area .btn_wrap.type01 .btn_content,
  #sp_step04 .btn_area .btn_wrap.type01 .btn_content {
    height: auto;
  }
  .breakdown_wrap h3 {
    font-size: 18px;
  }
  .terminal_payment_flex table,
  .terminal_payment_flex table tbody {
    display: block;
    width: 100%;
  }
  .terminal_payment_flex table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .initial_cost .title th {
    width: 100%;
  }
  #sp_step05 .btn_text,
  #sim_step03 .btn_text {
  	width: 70%;
  }
  #sp_step05 .btn_img,
  #sim_step03 .btn_img {
  	width: 30%;
  	padding: 0 5px;
    transform: translateY(0px);
  }
  #sp_step05 .btn_text .t_blok,
  #sim_step03 .btn_text .t_blok {
    padding-left: 20px;
  }
  #sp_step05 .btn_area .btn_content:after,
  #sim_step03 .btn_area .btn_content:after {
    content: none;
  }
  #sp_step05 a:hover h5,
  #sim_step03 a:hover h5,
  #sp_step05 a.is-active h5,
  #sim_step03 a.is-active h5 {
  	color: #D9161B;
  }
}

  /*NEWアイコン
  ---------------------------------------------------- */
body.jm-page .label--new {
    padding: 3px 0px !important;
    background: #ffff00;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: normal;
    width: 50px;
}
body.jm-page .label--rec {
    padding: 3px 6px !important;
    color: #fff;
    background: #e43725;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: normal;
}
body.jm-page .label--rec + .label--new {
    right: 90px;
}
@media screen and (max-width:480px) {
    body.jm-page .label--new {
        font-size: 12px;
        width: 40px;
    }
    body.jm-page .label--rec {
        top: 35px;
        padding: 3px!important;
        font-size: 10px;
        width: 40px;
        letter-spacing: -0.15em;
    }
    body.jm-page .label--rec + .label--new {
        right: 10px;
    }
}
