input.input_dateicon {
    background: #fff url(../images_app/pc/default/icon_cal.svg) no-repeat right;
    background-position: right 10px center;
    cursor: pointer;
    margin: 0;
}

.formtitle .required_title{
  vertical-align: baseline;
}

.section_app_date .connect{
  padding-top: 40px;
}

.plan-tabs{
  margin-top: 30px;
}
.plan-box__header {
  background: #CC0000;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 8px 0;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
}

.section_app small{
    display: block;
    margin-top: 10px;
}

.section_app_in.terminals {
  padding: 40px;
  border: 2px solid #cc0000;
  border-radius: 0 0 8px 8px;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}
.section_app_in.terminals.no_tab{
  border-radius: 8px;
}
.section_app_in.terminals.sim{
  display: block;
}
.section_app_in.terminals.sim .plan_contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_app_in.terminals.sim .plan_contents + .plan_contents{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.section_app_in.terminals .imagebox {
  width: 30%;
  text-align: center;
  margin: auto 0;
  padding-right: 0;
  margin-bottom: auto;
  box-sizing: border-box;
}
.section_app_in.terminals .imagebox img{
  width: 90%;
}
.docomo {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 10px 0;
}
.softbank{
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0;
}
.softbank span{
  font-weight: bold;
  font-size: 20px;
}
.section_app_in.terminals .imagebox .btn_more,
.w_option .planbox .btn_more {
  border: 1px solid #202124;
  color: #202124;
  width: 100%;
  padding: 4px 20px;
  transition: .3s;
}
.section_app_in.terminals .imagebox .btn_more:hover,
.w_option .planbox .btn_more:hover{
  background: #202124;
  color: #ffffff;
}
.section_app_in.terminals .imagebox .btn_more.note{
  border-color: #CC0000;
  color: #CC0000;
}
.section_app_in.terminals .imagebox .btn_more.note:hover{
  background: #CC0000;
  color: #ffffff;
}

.section_app_in.terminals .btn_unlimited .btn_more {
  padding: 0 10px;
  border: 1px solid #797A7C;
  transition: .3s;
  line-height: 20px;
}
.section_app_in.terminals .btn_unlimited .btn_more:hover{
  background: #797A7C;
  color: #ffffff;
}

.w_slider_plan{
  width: 65%;
}
.w_slider_plan .planbox{
    border: 2px solid #F3F3F3;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: inherit;
}
.w_slider_plan .planbox:last-child{
  margin-bottom: 0;
}
.w_slider_plan .planbox.selected, .plan_select .planbox.selected, .plan_type_select .planbox.selected {
    padding: 20px;
    box-shadow: none;
    border: 2px solid #CC0000;
}
.select_checkicon.selected:before{
  background-image: url(../images_app/pc/application/select_checkicon_reverse.png);
  right: initial;
  left: 0;
}

.w_slider_plan .planbox .text1{
  margin: 0 10px 0 0;
}
.w_slider_plan .planbox .text1_1 {
  color: #CC0000;
  font-size: 18px;
}

.w_slider_plan .planbox .pay1 {
  padding: 0;
  font-family: inherit;
}

.w_slider_plan .planbox .pay1 .price-amount{
  font-size: 24px;
  font-weight: 600;
  padding: 0;
}
.w_slider_plan .planbox.wifi_discount .pay1 .price-amount,
.del_set .planbox .pay1,
.w_slider_plan .planbox .pay1 .set_before,
.wifi_discount .price-amount,
.w_slider_plan.del_set .planbox .pay1 .price-amount,
.w_option .planbox .w_pay.free .price-amount,
.w_insurance .planbox .free .pay1 .price-amount{
  font-size: 16px;
}
.wifi_discount .pay1 .price-unit,
.w_option .planbox .w_pay.free .pay1 .price-unit,
.w_insurance .planbox .free .pay1 .price-unit{
  font-size: 14px;
}
.w_option .planbox .w_pay.free{
  padding-top: 0;
}
span.discount_after::before{
  top: 50%;
  transform: translateY(-50%);
}
.w_option .planbox .w_pay.free span.discount_after{
  display: block;
  padding: 18px 0 0 0;
}
.w_option .planbox .w_pay.free span.discount_after::before{
  left: 20px;
  top: 6px;
  transform: none;
  border-top: 7px solid #000;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#taxi .free span.discount_after::before{
  left: auto;
  right: 20px;
}

.unit {
  font-size: 0.75em;
  line-height: 1;
}

.pay1 .price-unit {
  font-size: 16px;
  margin-left: 0px;
  font-weight: 600;
}

.w_slider_plan .w_btn_more .btn_more {
  font-size: 10px;
  padding: 0px 10px;
}

.section_app.step1 .section_app_in .w_num_rentalsarea{
  margin-top: 0;
}
.section_app.step1 .w_slider_plan .planbox .w_num_rentalsarea .num_rentals {
  width: auto;
  height: 30px;
  box-sizing: border-box;
  border-color: #E5E5E5;
}
.num_rentals button.minus, .num_rentals button.plus{
  border-color: #E5E5E5;
}

.num_rentals button {
  width: 30px;
  font-size: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
}
.num_rentals input {
  width: 30px;
  height: 28px;
  font-size: 14px;
  margin: 0;
  padding: 0 5px;
  line-height: 28px;
}

.recomend_badge{
  position: absolute;
  z-index: 1;
}
.section_app_acceptance .recomend_badge{
  left: 15px;
  top: -30px;
}
.plan-tabs .recomend_badge {
  left: 40px;
  top: -20px;
}
html[lang="zh-tw"] .plan-tabs .recomend_badge {
  left: 60px;
}
.plan-tabs .recomend_badge.set, html[lang="zh-tw"] .plan-tabs .recomend_badge.set{
  left: auto;
  right: 30px;
}

.w_acceptance_list {
  border: none;
  padding: 0px;
  font-size: 14px;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 15px;
}
.w_acceptance_list:before {
  content: unset;
}
#return_method_ul.w_acceptance_list{
  margin-top: 10px;
}

.w_acceptance_list li {
  display: inline-flex;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 12px;
  margin-bottom: 0;
}
.w_acceptance_list li.category_item {
  background-color: #F8F8F8;
  color: #A3A3A3;
  border-color: #A3A3A3;
}
.w_acceptance_list li.category_item:hover{
  color: #838383;
  border-color: #838383;
}
.w_acceptance_list li.category_item.selected {
  color: #cc0000;
  background-color: #FFF0F0;
  border: 1px solid #cc0000;
}

.disabled.pulldown {
  background: none !important;
  color: #A3A3A3;
  background-color: #F8F8F8 !important;
}

.disabled {
  color: #A3A3A3;
  background-color: #F8F8F8 !important;
}

.airport-selector .arrow {
  color: #CC0000;
  margin: 0 3px 0 0;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.button-group li {
  background-color: #F8F8F8;
  color: #A3A3A3;
  border: 1px solid #A3A3A3;
  border-radius: 4px;
  padding: 3px 10px 3px 25px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.button-group li::before{
  content: "";
  width: 12px;
  height: 100%;
  background: url(../../img/form/plane_gray.svg) center / contain no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
}
.button-group li:hover {
  color: #838383;
  border-color: #838383;
}
.button-group li.selected {
  background-color: #e6f0fa;
  color: #0077cc;
  border: 1px solid #99c2e6;
}
.button-group li.selected::before{
  background-image: url(../../img/form/plane.svg);
}
.returnBox{
  margin-top: 10px;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.returnBox::before{
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/form/icon_returnBox.png) center / contain no-repeat;
}

.smartpickup_note {
  color: #CC0000;
}

#form_recipient_prefecture.selectbox1{
  margin-top: 0;
  height: 45px;
}


.tab-menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.tab-link {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  color: #CC0000;
  cursor: pointer;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 16px;
  background: #DCDCDC;
  border-radius: 8px 8px 0px 0px;
  color: white;
  position: relative;
}

.tab-link.active {
  background: #CC0000;
  color: white;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ポップアップ */
.popup.long3 .popup_in,
.popup.long4 .popup_in,
.popup.long .popup_in,
.popup.large .popup_in {
  transform: translate(-50%, -50%);
  max-width: 776px;
  width: 90%;
  margin-left: 0;
  top: 50%;
  max-height: 90vh;
  overflow: auto;
}

.popup.long5 .popup_in {
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 90%;
  margin-left: 0;
  top: 50%;
  max-height: 90vh;
  overflow: auto;
}

.rl-row {
  display:flex;
  align-items:center;
  gap:.65rem
}

.coutner_label {
   background: #ba3030;
   color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.rl-badge {
    display: inline-block;
    padding: 0px 8px;
    font-size: 14px;
    background: #eee;
    border-radius: 3px;
    white-space: nowrap;
}

/* 補償プラン */
.w_insurance .planbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border: 2px solid #F3F3F3;
  box-shadow: none;
  margin-bottom: 20px;
}
.w_insurance .planbox:hover {
  padding: 30px;
}
.w_insurance .planbox.selected{
  padding: 30px;
  box-shadow: none;
  border-color: #cc0000;
}
.w_insurance .select_checkicon.selected:before{
  width: 40px;
  height: 40px;
}
.w_insurance .planbox .imagebox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.w_insurance .planbox .rightbox{
  width: 50%;
}
.w_insurance .planbox .imagebox .imagebox_imagepiece{
  color: #202124;
  font-size: 11px;
  text-align: center;
}
.w_insurance .planbox .imagebox .imagebox_imagepiece.plus{
  margin: 0 10px;
}
.w_insurance .planbox .imagebox .imagebox_imagepiece img{
  display: inline-block;
  height: 80px;
  vertical-align: bottom;
}
.w_insurance .planbox .imagebox .imagebox_imagepiece div{
  line-height: 1.2;
  margin-top: 10px;
}
.w_insurance .planbox .imagebox .imagebox_imagepiece.coverage{
  font-size: 20px;
  color: #202124;
  font-weight: bold;
  margin-left: 10px;
}
.w_insurance .planbox .imagebox .imagebox_imagepiece.coverage span{
  font-size: 30px;
  color: #CC0000;
  margin-right: 2px;
}
.w_insurance .planbox .imagebox .imagebox_imagepiece.coverage span.percent{
  font-size: 25px;
}
.w_insurance .planbox .icon_recommendation {
  min-width: auto;
  float: none;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}
.w_insurance .planbox .text1 {
  margin-bottom: 0;
  font-size: 24px;
}
.w_insurance .planbox .text2 {
  margin-bottom: 10px;
  color: #CC0000;
}
.w_insurance_selectlist .planbox:last-child{
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.w_insurance_selectlist .planbox:last-child .text2{
  margin: 10px 0 0;
  color: #202124;
}
.w_insurance .planbox .text2 span, .w_option .planbox .text2 span{
  font-size: 12px;
  color: #202124;
}
.w_insurance .planbox .pay1, .w_option .planbox .pay1{
  font-family: inherit;
  font-weight: bold;
}
.w_insurance .planbox .pay1 .price-amount, .w_option .planbox .pay1 .price-amount{
  font-size: 24px;
}
.w_insurance .w_insuranceplanbox .other_option{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w_insurance .w_insuranceplanbox .other_option .w_i_text1{
  margin-bottom: 0;
  font-size: 24px;
}
.w_insurance .w_insuranceplanbox .other_option .btn_more{
  width: 25%;
}
.w_insurance .w_insuranceplanbox{
  display: block;
}
.section_app_insurance .w_btn_more{
  float: none;
  display: block;
  margin-top: 15px;
  margin-left: 0;
}
.section_app_insurance .w_btn_more .btn_more,
.w_insurance .w_insuranceplanbox .other_option .btn_more{
  width: 30%;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #333333;
  color: #333333;
  transition: .3s;
}
.section_app_insurance .w_btn_more .btn_more:hover,
.w_insurance .w_insuranceplanbox .other_option .btn_more:hover{
  background: #333333;
  color: #ffffff;
}

/* オプション */
.w_option{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.w_option .planbox {
  padding: 20px 20px 70px;
  border: 2px solid #F3F3F3;
  margin-bottom: 0;
  position: relative;
  width: calc(100% / 3 - 13.333px);
  display: flex;
  flex-direction: column;
}
.w_option .planbox.selected{
  padding: 20px 20px 70px;
  box-shadow: none;
  border-color: #cc0000;
}
.w_option .planbox .imagebox{
  float: none;
  width: auto;
  margin: 20px 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.w_option .planbox .imagebox img{
  height: 150px;
}
.w_option #welcome_suica.planbox .imagebox img{
  height: 100px;
}
.w_option #taxi.planbox .imagebox img{
  width: 100%;
  height: auto;
}
.w_option .planbox .rightbox{
  float: none;
  width: auto;
  margin-right: 0;
}
.w_option .planbox .text1 {
  font-size: 18px;
  line-height: 1.2;
}
.w_option .planbox .text2 {
  padding-top: 0;
  color: #CC0000;
}
.w_option .planbox .w_btn_more{
  margin-left: 0;
}
.w_option .planbox .btn_more{
  width: 100%;
  margin-left: 0;
}
.w_option #taxi.planbox{
  width: 100%;
  padding-bottom: 20px;
}
.w_option #taxi.planbox .text2{
  margin-bottom: 20px;
}
.taxi_contents{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.taxi_contents .w_btn_more, #yamato_option .w_btn_more{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w_option .planbox .taxi_contents .imagebox,
.w_option .planbox .taxi_contents .rightbox,
.w_option .planbox .taxi_contents .w_btn_more .btn_more{
  width: 48%
}
.w_option .planbox .taxi_contents .imagebox{
  margin: 0 30px 0 0;
}
.taxi_option_input .formtitle,
.taxi_option_input input{
  font-size: 16px;
}
.taxi_option_input input{
  margin: 0;
}
.w_option #yamato_option.planbox .btn_more{
  width: 49%;
}
.taxi_option_input .formtitle{
  font-size: 15px;
  margin-bottom: 5px;
}
.check_yamato,
.check_taxi {
  box-sizing: border-box;
  font-size: 16px;
  margin: 20px 0;
  padding: 5px 0 5px 30px;
  background-size: 20px;
}
#show_yamato_option:checked + .check_yamato,
#show_taxi_option:checked + .check_taxi{
  background-size: 20px;
}
.w_option .taxi_option_planlist .planbox{
  width: 100%!important;
  padding: 20px!important;
  margin-top: 20px;
}
.taxi_option .text1{
  margin-bottom: 10px;
}
.taxi_option .text1 span.plan_type{
  color: #797A7C;
  margin-bottom: 5px;
}
.w_option .planbox .taxi_option_planlist .w_pay{
  margin-bottom: 0;
}
.check_yamato{
  font-size: 14px;
}
.w_option .planbox .w_pay {
  color: #232323;
  font-weight: bold;
  font-size: 24px;
  padding-top: 0;
  line-height: .8;
  margin: 10px 0;
}
.w_option .w_num_rentals_list{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  /* width: 92px; */
}
.w_option .w_num_rentals_list li{
  padding: 0;
}
.w_option .w_num_rentals_list .num_rentals{
  height: 30px;
  float: none;
  border-color: #E5E5E5;
}
.w_option .num_rentals input{
  height: 30px;
}

.info_text1{
  font-size: 15px;
}

@media screen and (max-width: 799px) {

  .section_app_in.terminals {
    display: block;
    padding: 20px 15px;
  }

  .section_app_in.terminals .imagebox img {
    display: block;
    margin: auto;
    width: 50%;
  }

  .w_btn_more {
    margin: auto;
  }

  .num_rentals button{
    width: 25px;
  }

  .w_slider_plan .planbox .text1_1, .pay1 .price-unit{
    font-size: 14px;
  }
  .w_slider_plan .planbox .pay1{
    margin-top: 5px;
  }
  .w_slider_plan .planbox .pay1 .price-amount, span.discount_after{
    font-size: 20px;
  }

  .docomo {
    margin: 5px 0;
  }

  .section_app_in.terminals .imagebox .btn_more {
    width: 200px;
  }

  .w_slider_plan .planbox, .w_slider_plan .planbox.selected {
    padding: 15px;
  }

  .w_slider_plan, .section_app_in.terminals .imagebox {
    width: 100%;
  }
  .section_app_in.terminals .imagebox{
    margin-bottom: 20px;
  }
  .section_app_in.terminals .imagebox .w_btn_more {
    width: 100%;
  }

  .plan-tabs {
    margin-top: 40px;
  }

  html[lang="en"] .plan-tabs .recomend_badge {
    top: -30px;
    left: 10px;
  }
  html[lang="zh-tw"] .plan-tabs .recomend_badge {
    left: 30px;
    top: -22px;
  }

  .select2-container{
    width: calc(100% - 30px);
  }
  .rl-row{
    display: block;
  }

  .section_app_in.terminals.sim .plan_contents{
    display: block;
  }
  .plan-tabs .recomend_badge.set,
  html[lang="en"] .plan-tabs .recomend_badge.set,
  html[lang="zh-tw"] .plan-tabs .recomend_badge.set{
    left: auto;
    right: 0;
    top: -30px;
  }

  /* 補償プラン */
  .w_insurance .planbox,
  .w_insurance .w_insuranceplanbox .other_option,
  .taxi_contents{
    display: block;
  }
  .w_insurance .planbox,
  .w_insurance .planbox.selected,
  .w_insurance .w_insuranceplanbox,
  .w_insurance .planbox:hover{
    padding: 20px;
  }
  .w_insurance .planbox .imagebox,
  .w_insurance .planbox .rightbox,
  .section_app_insurance .w_btn_more,
  .section_app_insurance .w_btn_more .btn_more,
  .w_insurance .w_insuranceplanbox .other_option .btn_more,
  .w_option .planbox .taxi_contents .imagebox,
  .w_option .planbox .taxi_contents .rightbox,
  .w_option .planbox .taxi_contents .w_btn_more .btn_more,
  .w_option .planbox .w_btn_more,
  .w_option .planbox .taxi_contents .imagebox,
  .w_option .planbox .taxi_contents .rightbox,
  .w_option .planbox .taxi_contents .w_btn_more .btn_more,
  .w_option #yamato_option.planbox .btn_more{
    width: 100%;
  }
  .w_insurance .planbox .imagebox{
    min-width: auto;
  }
  .w_insurance .planbox .imagebox .imagebox_imagepiece img{
    height: 60px;
  }
  .w_insurance .planbox .text2,
  .section_app_insurance .w_btn_more{
    margin-top: 10px;
  }
  .w_insurance .w_insuranceplanbox .other_option .w_i_text1,
  .w_insurance .planbox .text1{
    font-size: 18px;
  }
  .w_insurance .w_insuranceplanbox .other_option{
    text-align: center;
  }
  .w_insurance .w_insuranceplanbox .other_option .btn_more{
    margin-top: 15px;
  }

  /* オプション */
  .w_option{
    gap: 15px;
  }
  .w_option .planbox,
  .w_option .planbox.selected{
    width: calc(50% - 7.5px);
    padding: 15px 15px 70px;
    margin-bottom: 0;
  }
  .w_option .planbox .imagebox{
    padding: 0;
  }
  .w_option .planbox .imagebox img{
    height: 100px;
  }
  .w_option .planbox .text1, .check_yamato, .check_taxi{
    font-size: 15px;
  }
  .w_insurance .planbox .pay1 .price-amount, .w_option .planbox .pay1 .price-amount{
    font-size: 20px;
  }
  .w_option .w_num_rentals_list{
    width: 82px;
  }
  .w_option #welcome_suica.planbox .imagebox img{
    height: 70px;
  }
  .w_option #yamato_option.planbox .imagebox img{
    height: 140px;
  }
  #yamato_option .w_btn_more{
    gap: 10px;
  }
  .check_yamato{
    margin: 10px 0;
  }
  .w_option .planbox .taxi_contents .imagebox{
    margin: 0;
  }
  .w_option #taxi.planbox .rightbox .text2{
    margin: 10px 0 20px;
  }
  .w_option .planbox .taxi_contents .w_btn_more .btn_more{
    width: 48%;
  }
  .w_option #taxi.planbox .text2{
    margin-bottom: 10px;
  }

  .w_slider_plan .planbox .pay1 .price-unit br,
  .w_insurance .planbox .pay1 .price-unit br,
  .taxi_option_planlist .pay1 .price-unit br{
    display: none;
  }
  span.discount_after{
    display: block;
    padding: 10px 0px 0px; 
  }
  span.discount_after::before{
    left: 20px;
    top: 2px;
    transform: none;
    border-top: 7px solid #000;
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .rl-badge{
    margin-right: 5px;
  }
  .rl-icon{
    vertical-align: text-bottom;
  }
  .returnBox{
    font-size: 85%;
  }
}
