/* シミュレーション */
.kakaku_w {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

  .ryokin-header-img {
    display: block;
    margin: auto;
  }

  .kakaku_w input#now_getsugaku, .kakaku_w input#c_mnp, .kakaku_w input#c_iyakukin {
    max-width: 380px;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    border: 3px solid #113105;
  }
  .kakaku_w .start_tit:before {
    content:"月々 " ;
  }
   .kakaku_w .c_mnp_p::before {
     content:"MNP転出料 " ;
  }
  .kakaku_w .c_iyakukin_p::before {
    content:"違約金 " ;
  }
  .kakaku_w .start_tit:after, .kakaku_w .c_mnp_p::after, .kakaku_w .c_iyakukin_p::after {
    content:" 円" ;
  }

  .kakaku_w #sim_01 {
    margin-bottom:15px;
  }
  .kakaku_w #sim_02 {
    margin-bottom:15px;
  }
  .kakaku_w #sim_03 {
    margin-bottom:15px;
  }

  .kakaku_w a#start_btn {
    width: 380px;
    padding: 15px 0;
    margin-left: 1em;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #008053;
    background-color: #008053 !important;
    color: #fff !important;
    display: inline-block;
    box-sizing: border-box;
  }
  .kakaku_w a#start_btn:hover {
    border:2px solid #008053;
    color:#008053 !important;
    background-color:#fff !important;
  }
  .kakaku_w .shita_sankaku {
    background-color:#008053;
    color:#fff;
    font-size:30px;
    text-align:center;
    padding:20px 0 18px;
  }
  .kakaku_w .sim_01_in, .kakaku_w .sim_02_in, .kakaku_w .sim_03_in, .sim_05_in, .option_w, .sim_07_in, .sim_08_in {
    padding: 0 50px 0;
  }

  .kakaku_w ul {
    padding-left:0;
  }
  .kakaku_w ul li {
    list-style:none;
    float:left;
    position:relative;
  }
  .kakaku_w .denwa_w ul.kthodai li {
    width:33%;
  }
  .gnedan_w {
    margin-bottom:1em;
  }
  .xnedan_w {
    margin-bottom:1em;
  }
  .otoku_w {
    margin-bottom:100px;
  }

  .kakaku_w .kakaku_in {
    border:15px solid #008053;
    background-color: #fff;
    margin-top:60px;
  }
  .kakaku_w h2 {
    border-left:0;
    padding:0;
    margin: -25px 0 50px 0;
  }
  .kakaku_w h2 span {
    padding:20px 125px;
    color:#fff;
    background-color:#008053;
    border-radius:40px;
  }
  .kakaku_w p.sim_uetit {
    margin:30px 0;
  }
  .simstart_w {
    text-align:center;
    padding:0 50px;
    font-size:20px;
  }
  .kakaku_w h3 {
    color:#1E1E1E;
    font-size:25px;
    padding-bottom:10px;
    border-bottom:3px solid #C1D614;
  }
  .simstart_w p.start_tit, .kakaku_w .c_mnp_p, .kakaku_w .c_iyakukin_p {
    color:#004831;
  }
  .kakaku_w .c_mnp_p, .kakaku_w .c_iyakukin_p {
    text-align:center;
  }
  .kakaku_w a.btn {
    border:2px solid #008053 ;
    background-color:#008053;
    color:#fff;
    font-size:18px;
    text-decoration: none;
    box-shadow: none;
    margin:0 0 0 0;
    padding:0;
    width:100%;
    line-height:50px;
    box-sizing:border-box;
    transition: all .2s;
    margin-top:5px;
  }
  .kakaku_w a.btn.disabled {
    background-color:#fff !important;
    color:#008053;
    box-shadow: 0px 5px 0 0px #113105;
    box-sizing: border-box;
    margin-top:0;
  }
  .kakaku_w a.btn:hover {
    background-color:#008053 !important;
    color:#fff !important;
  }
  ul#sim_shurui, ul#sim_shurui2, ul#sim_onsei, ul#sim_sms, ul#sim_hikitsugi, ul#sim_kt, ul#sim_yoryo , ul#sim_yoryo2, ul#sim_yoryo3 , ul#sim_yoryo4, ul#sim_option1, ul#sim_option2 {
    overflow:hidden;
    zoom:1;
    height:70px;
  }
  ul#sim_kt {
    height:270px;
  }
  ul#sim_shurui li, ul#sim_kt li, ul#sim_yoryo li, ul#sim_yoryo2 li, ul#sim_yoryo3 li, ul#sim_yoryo4 li {
    width:32%;
    margin-right:2%;
    margin-top:5px;
    margin-bottom:5px;
  }
  ul#sim_shurui li:last-child, ul#sim_kt li:last-child, ul#sim_yoryo li:last-child, ul#sim_yoryo2 li:last-child, ul#sim_yoryo3 li:last-child, ul#sim_yoryo4 li:last-child {
    margin-right:0;
  }
  ul#sim_shurui2 li {
    width:23.5%;
    margin-right:2%;
    margin-top:5px;
    margin-bottom:5px;
  }
  ul#sim_shurui2 li:last-child {
    margin-right:0;
  }
  ul#sim_onsei li, ul#sim_sms li, ul#sim_hikitsugi li, ul#sim_option2 li {
    width:49%;
    margin-right:2%;
    margin-top:5px;
    margin-bottom:5px;
  }
  ul#sim_onsei li:last-child, ul#sim_sms li:last-child, ul#sim_hikitsugi li:last-child, ul#sim_option2 li:last-child {
    margin-right:0;
  }

  .shurui_1, .shurui_2, .onsei, .sms, .hikitsugi_w, #sim_04, .yoryo_w, .iyakukin_kome {
    border-bottom:2px dashed #A2A2A2 ;
  }
  .shurui h4, .onsei h4, .sms h4, .koshintsuki h4, .hikitsugi_w h4, .kt_w h4, .sim_05_in h4 , .option_w h4, .sim_08_in h4  {
    float:left;
    line-height: 70px;
    font-size:20px;
    color:#004831;
    min-width:250px;
    margin:0;
    border-bottom:0;
    padding:0;
  }
  .yoryo_w {
    margin-bottom:15px;
  }
  .koshintsuki {
    border-bottom: 2px dashed #A2A2A2;
    padding-bottom: 21px;
  }
  .koshintsuki_in {
    margin:21px 0;
    overflow:hidden;
    zoom:1;
    font-size:20px;
    color:#004831;
  }
  .koshintsuki select {
    font-size: 18px;
    width: 30%;
    height:54px;
    border: 3px solid #113105;
    border-radius: 3px;
  }
  .koshintsuki .shirabekata {
    background-color:#F2F2F2;
    padding:1em;
  }
  .koshintsuki .shirabekata h5 {
    font-size:18px;
    color:#004831;
    margin:0;
  }
  .koshintsuki .shirabekata dl {
    margin:0;
  }
  .koshintsuki .shirabekata dt {
    font-size:18px;
    color:#004831;
  }
  .koshintsuki .shirabekata dd {
    border-bottom:2px dashed #ccc;
    margin-bottom:10px;
    padding-bottom:10px;
    margin-left:0;
    padding-left:1em;
  }
  .koshintsuki .shirabekata dl dd:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
  }
  #sim_kt a.sim03btn {
    min-height:254px;
  }
  a.sim03btn:hover {
    color: #fff !important;
    background-color:#008053;
  }
  a.sim03btn.disabled:hover h5 {
    color:#fff;
    border-bottom:1px solid #fff;
  }
  a.sim03btn h5 {
    margin: 0 10px 12px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
  }
  a.sim03btn.disabled h5 {
    color: #008053;
    margin: 0 10px 12px;
    font-size: 18px;
    border-bottom: 1px solid #008053;
  }
  a.sim03btn h5.nashi {
    line-height: 2.3;
  }
  a.sim03btn p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
    padding:0 5px;
  }
  a.sim03btn p.ryokin {
    background-color: #F3F3F3;
    margin: 10px 20px;
    padding: 5px;
    font-weight: bold;
  }
  a.sim03btn p.ryokin {
    color:#008053;
  }
  a.sim03btn:hover p.ryokin {
    color:#008053;
  }

  .sim_05_in .f_left h4 {
    color:#004831;
    font-size:20px;
  }
  #sim_04 dt {
    background-color: #F2F2F2;
    padding: 20px 10px 10px 20px;
    font-size:18px;
    color:#004831;
  }
  #sim_04 dd {
    background-color: #F2F2F2;
    margin-left: 0;
    padding: 0 10px 20px 20px;
    margin-bottom: 30px;
  }
  #sim_04 ul {
    margin:0;
    height:70px;
  }
  #sim_04 ul#sim_04_q1 li, #sim_04 ul#sim_04_q2 li, #sim_04 ul#sim_04_q3 li {
    width:22%;
    margin-right:4%;
  }
  #sim_04 ul#sim_04_q1 li:last-child, #sim_04 ul#sim_04_q3 li:last-child {
    margin-right:0;
  }
  ul#sim_option1 li {
    width:30%;
    margin-right:5%;
  }
  #sim_04 ul#sim_04_q2 li:last-child, ul#sim_option1 li:last-child {
    margin:0;
  }
  .yoryo_w h4 {
    line-height:325px;
  }
  #sim_06 .sim_06_in {
    padding:0 50px 0;
  }
  #sim_06 .option_w h4 {
    line-height: 120%;
    margin: 10px 0;
  }
  #sim_option1 {
    margin-bottom:10px;
  }
  #kekka_w {
    margin: 50px 0;
    text-align: center;
    height: 70px;
  }
  #kekka_w a#kekka_btn {
    background-color: #D20028 !important;
    border: 2px solid #D20028;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 5px 0 0px #650114;
    width: 50%;
    transition: all .2s;
    line-height: 50px;
    box-sizing: border-box;
    transition: all .2s;
    margin-top: 0;
    height: 50px;
  }
  #kekka_w a#kekka_btn:hover {
    background-color: #D20028 !important;
    box-shadow: none;
    transition: all .2s;
    margin-top: 5px;
    height: 50px;
  }

  .iyakukin_kome, .iyakukin_kome2 {
    font-size:11px;
    color:#A7A7A7;
    padding-left:5px;
    padding-bottom:30px;
    line-height: 1.5em;
  }
  .iyakukin_kome2 {
    margin-bottom:60px;
  }

  .simbtn_w a:hover {
    color: #ffffff;
  }


/*-------------------  限界突破・スマートWiFi  -----------------*/

.otokuplan__box {
  display: none;
}

.otokuplan__title {
  font-size: clamp(1.3rem,3vw,1.8rem);
  text-align: center;
  color:#6e8d94;
}

.otokuplan-option__group {
  display: flex;
  flex-direction:row;
  justify-content: center;
  gap: 0 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.otokuplan__option {
  display: flex;
  flex-direction: column;
  border: solid 2px #fb6e1c;
  width: 100%;
  max-width: 25rem;
  font-weight: bold;
  margin: 1.5rem 0rem 0rem 0rem;
}

.otokuplan__type {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.3rem, 2vw, 2rem);
  color: #fff;
  background: #fb6e1c;
  padding: 0.6rem 0rem;

}

.otokuplan__price {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #fb6e1c;
  background: #fff;
  padding: 0.6rem 0rem;

}

.otokuplan__option_txt {
  display: flex;
  margin-top: 0.6rem;
  justify-content: center;
  font-size: clamp(0.8rem, 2vw, 1rem);
  color: #aba69e;
}

.ask-shop {
  color: rgb(210, 0, 40);
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem,2.5vw,1.6rem);
}

.bd-bk {
  border: solid 2px #00a0d2;
}

.bg-bk {
  background-color: #00a0d2;
}

.bk {
  color: #00a0d2;
}