

/* ãƒ¡ãƒ³ãƒ†ãƒŠãƒ³ã‚¹ãƒ‘ã‚¹ãƒ¯ãƒ¼ãƒ‰ */
.meintenance_passport{
  background-image: url("../images/strip_bck_yellow.jpg");
  background-repeat: repeat;
  padding: 40px 0 0;
}
.meintenance_passport2{
  background-image: url("../images/dotted_bck.jpg");
  background-repeat: repeat;
  padding: 30px 0 50px;
  margin: -1px 0 0;
}

.point_list li{
  background-color: #FFF;
  box-shadow: 5px 5px 0 #000;
  display: flex;
  padding: 15px 20px 35px 67px;
  margin: 0 0 25px;
  justify-content: space-between;
  align-items: center;
}
.point_icon{
  position: relative;
  left: -82px;
}
.point_list li .passport_txt dl{
  margin: 15px 0 0;
  position:relative;
  z-index:8;
}
.point_list li .passport_txt dd{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin: 15px 0 0;
}
.point_list li .passport_txt dd span{
  color: #ff0000;
}
.tenken_komoku{
  text-align: center;
  background-color: #eef3f7;
  border-radius: 10px;
  padding: 30px;
  width: 519px;
}
.tenken_komoku span{
  font-size:24px;
  font-weight:bold;
  display:block;
  text-align:center;
  color:#0090ff;
  margin: 0 0 10px;
}
.tenken_komoku,.point2_img{
  margin-left:-53px;
  position:relative;
  z-index:7;
}
.tenken_komoku{
  margin-right:25px;

}
.point3_img{
  margin-top:25px;
  margin-right:15px;
}
.point2_icon{
  position: absolute;
  right: -47px;
  top: -99px;
}

/* ç‚¹æ¤œã®æµã‚Œ */
.flow dt{
  background-image: url(/warranty/images/strip_bck_blue.jpg);
  background-repeat: repeat;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
  text-shadow: 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97;
}

/* ã‚µã‚¤ã‚ºæ–™é‡‘è¡¨ */
.price_title,.dressup_title{
  background-color: #fffc00;
  position:relative;
  text-align: center;
}
.dressup_title{ background-color: #000;}
.price_title:before,.dressup_title:before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #fffc00;
    transform: rotate(-45deg);
    left: 50%;
    bottom: -16px;
    margin: 0 0 0 -20px;
    position: absolute;
}
.dressup_title:before { background-color: #000;}
#change_disp{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
#change_disp dl{
  width:48%;
  margin: 0 0 20px;
}
#change_disp dt{
  background-color: #ff0000;
  position:relative;
  text-align: center;
  font-size:28px;
  text-align:center;
  padding:10px;
  border-radius:10px;
  color: #FFF;
}
#change_disp dt:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ff0000;
    transform: rotate(-45deg);
    left: 50%;
    bottom: -8px;
    margin: 0 0 0 -20px;
    position: absolute;
    color: #FFF;
}

#change_disp dd{
  background-color:#f5f5e9;
  padding: 25px;
  border-radius:10px;
  margin: 25px 0 0;
}
.change_disp_list li{
  border-bottom:3px dashed #FFF;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.change_disp_list li:last-child{
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.change_disp_list li h3{
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
  padding: 7px;
  font-weight: bold;
  margin: 0 0 10px;
}
.change_disp_list li p{
  margin:0 5px;
}
.change_disp_list li p.price{
  margin:0;

}
.change_disp_list li p.price span,.price_tire{
  position:relative;
}
.change_disp_list li p.price span b,.price_tire b{
  font-size:33px;
  color:#fe0000;
  z-index:9;
  position:relative;
}
.change_disp_list li p.price span b small,.price_tire b small{
  font-weight: bold;
  font-size: 0.6em;
}
.change_disp_list li p.price span:before,.price_tire:before{
  content:'';
  width:100%;
  height: 15px;
  background-color:#fff715;
  position:absolute;
  bottom: -2px;
  z-index:8;
  padding: 0 5px 0 0;
  box-sizing: content-box;
}
span.tire_cate {
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 14px;
  background: #ecebcf;
  padding: 0px 6px;
  margin: 0px 3px 0 0;
  top: -4px;
  position: relative;
}

.price_tire_disp {
  line-height: 1.3;
}
.change_disp_list li .d-flex{
  align-items: center;
}
.align-items-bottom{
  align-items: flex-end !important;
}
.chabnge_img2{
  margin: -10px -30px 0 0;
}
.chabnge_img4{
  margin: -10px 0 0 15px;

}
.chabnge_img5{
  margin: 0px -30px 0 0;

}
.chabnge_img8{
  margin: 0px 0 0 50px;
}


/* å–ã‚Šä»˜ã‘ã‚ªãƒ—ã‚·ãƒ§ãƒ³å„ç¨® */
.option_title{
  border-bottom: 10px solid #ff0000;
  text-shadow: 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97;
}
.option_title h2 span{
  position: relative;
}
.option_title h2 span:before,.option_title h2 span:after{
  position: absolute;
  bottom: -10px;
}
.option_title h2 span:before{
  content: url('../images/option_title1.png');
  left: -86px;
}
.option_title h2 span:after{
  content: url('../images/option_title2.png');
  right: -76px;
}
.option_disp{
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.option_disp_list {
  display: flex;
  flex-wrap: wrap;
}
.option_disp_list li{
  border-bottom: 3px dashed #ff0000;
  padding: 0 0 10px;
  width: 48%;
}
.option_disp_list li:last-child{
  border-bottom: none;
  margin: 0 0 0px;
}
.ribbon{
  position:relative;
  background: #ff0000;
  padding: 5px 59px 3px 20px;
  left: -5px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 10px;
}
.ribbon:after{
  content: "";
  position:absolute;
  top: 1px;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 20px 19px 27px 0;
}
.option_disp_list{
  width:48%;
}
.option_disp_list li{
  width:100%;
  margin: 0 0 20px;
}

.option_disp_list li .d-flex{
  justify-content:space-between;
  margin: 10px 0 0;
}
.option_disp_list_img p {
  text-align:right;
  margin: -46px 0 9px;
}
.option_disp_list_img p span{
  background-color:#f0f0f0;
  display:inline-block;
  color:#0078ff;
  padding:2px 5px;
  width: 132px;
  text-align: center;
}
.option_price{
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  margin: 10px 0 0;
}
.option_price div{
  display: flex;
  align-items:center;
  /* width: 48%; */
}
.option_price div:last-child{
  margin: 0 0 0 30px;
  
}
.option_price div.osusume {
  align-items: baseline;
}
.option_price div > span{
  border:2px solid #d6d6d6;
  padding: 2px 6px;
  margin: 3px 5px 0 0;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
}
.option_price div.osusume > span{
  color:#fe0000;
  border-color:#fe0000;
  position: relative;
  margin: 0px 8px 0 0;
}
.option_price div.osusume > span:before{
  content: '';
  background-image: url(/option/images/osusume.jpg);
  width: 81px;
  height: 34px;
  position: absolute;
  top: -38px;
  left: -18px;
}

.option_price div > p small{
    font-size: 11px;
    display: block;
    line-height: 1;
    margin: 0 0 -6px;
}
.option_price div > p{
  font-weight: bold;
  font-size: 30px;
  position: relative;
}
.option_price .osusume b{
   font-size: 30px;
  color:#fe0000;
  z-index:9;
  position:relative;
}

.option_price .osusume p:before{
  content:'';
  width:100%;
  height: 10px;
  background-color:#fff715;
  position:absolute;
  bottom: 6px;
  z-index:8;
  padding: 0 5px 0 0;
  box-sizing: content-box;
}
.m-top{
  margin: -64px 0 0;
}
.m-top2{
  margin: -7px 0 0;
}

.bg-light-blue{
  background-color: #e2f7fb;
}
.dressup_menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dressup_menu li{
  width: 49%;
  margin: 0 0 20px;
}







@media screen and (max-width: 1199px) {
    .option_h2 {
      font-size: 36px;
  }
  .point_list li {
      padding: 15px 20px 35px 30px;
  }
  
  .point_list li .passport_txt dd {
      font-size: 22px;
      margin: 15px 0 0;
  }
  .point_icon {
      position: relative;
      left: -40px;
  }

  .option_disp_list {
      width: 49%;
  }

  .ribbon {
      padding: 5px 30px 3px 20px;
      font-size: 18px;
  }

  .ribbon:after{
    top: 1px;
    border-width: 16px 11px 18px 0;
  }

  .option_disp_list li .d-flex p{
    font-size:14px;
  }
  .option_disp_list_img{
      max-width: 134px;
  }
  .option_disp_list li {
    padding: 0 5px 10px;
  }
  .option_price div > p {
      font-size: 24px;
  }
  .option_price .osusume b {
      font-size: 24px;
  }
  .option_price div:last-child {
      margin: 0 0 0 10px;
  }






}



@media screen and (max-width: 1023px) {
  .option_tab_bt li a{
    height: 62px;
    line-height: 56px;
    border: 3px solid #ff0000;
    font-size: 16px;
  }

  .option_tab_bt li a.tab_hit:before {
      width: 16px;
      height: 16px;
      margin: 0 0 0 -8px;
      bottom: -9px;
      position: absolute;
  }


  
  .point_list li .passport_txt dd {
      font-size: 18px;
      margin: 6px 0 0;
  }
  .passport_txt{
    width:70%;
  }
  .point_icon {
      position: relative;
      left: 0px;
      margin:0 0 0 -40px;
      width: 179px;
  }
  .tenken_komoku{
    padding: 23px 10px;
    margin: 0;
  }
  .tenken_komoku br{
    display:none;
    
  }  
  .tenken_komoku span {
      font-size: 20px;
  }

  .point2_icon {
    width: 145px;
    position: absolute;
    right: -47px;
    top: -78px;
  }
  .point_list li .passport_txt dl {
    margin: 10px 0 0;
  }


  #change_disp dt{
    font-size:20px;
    padding:10px 0;
  }
  #change_disp dt:before {
      width: 13px;
      height: 13px;
      bottom: -6px;
      margin: 0 0 0 -6px;
  }

  #change_disp dd{
    background-color:#f5f5e9;
    padding: 10px;
    margin: 15px 0 0;
  }
  .change_disp_list li{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .change_disp_list li:last-child{
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .change_disp_list li h3{
    font-size: 18px;
    padding: 7px 0;
  }
  .change_disp_list li p.price,.price_tire_disp{
    margin:0 0 0 auto;
  }

  .change_disp_list li p.price span b,.price_tire b{
    font-size:26px;

  }
  .change_disp_list li p.price span:before,.price_tire:before{
    height: 10px;
  }
  .chabnge_img2 {
      margin: -10px 0px 0 0;
  }








  /* 
    .option_price {
        flex-wrap:wrap;
        padding: 0 5px;
    }

    .option_disp_list li .d-flex {
        flex-wrap:wrap;
    }
    .option_disp_list_img {
        max-width: 134px;
        order: 1; 
    }  
    .option_disp_list li .d-flex p{
      order: 2; 
    }
    .option_disp_list li .d-flex p br{
        display:none;
    }
  .option_disp_list_img p {
      text-align: right;
      margin: 0px 0 9px;
  } */

  .option_disp {
    flex-wrap:wrap;
  }
  .option_disp_list {
      width: 100%;
  }
  .option_disp_list li .d-flex p br{
    display:none;
  }
  .option_disp_list li .d-flex p{
      width: calc( 100% - 125px);
    

  }
  .option_disp_list_img {
      width: 125px;
  }
  .option_disp_list_img p span {
      padding: 2px 5px;
      /* width: 100%; */
      display:block;
      width: 114px;
  }  
   .option_price {
        flex-wrap:wrap;
        padding: 0 5px;
    }






}
@media screen and (max-width: 768px) {
  .option_title h2 span:before,.option_title h2 span:after{
    background-size:contain;
    background-repeat:no-repeat;
    content:'';
    width: 35px;
    height: 38px;
    bottom: 2px;
  }
  .option_title h2 span:before{
    background-image: url('../images/option_title1.png');
    left: -53px;
  }
  .option_title h2 span:after{
    background-image: url('../images/option_title2.png');
    right: -50px;
  }






}

@media screen and (max-width: 767px) {
  #option_tab {
      padding: 15px 0 0;
  }
  .option_tab_bt li{
    width:100%;
    max-width:100%;
    margin:0 0 15px;
  }
  .option_tab_bt li a{
    height: 50px;
    line-height: 44px;
    border: 3px solid #ff0000;
    font-size: 16px;
  }

  .option_tab_bt li a.tab_hit:before {
      width: 16px;
      height: 16px;
      margin: 0 0 0 -8px;
      bottom: -9px;
      position: absolute;
  }


  .option_tab_bt li a.tab_hit:before,.price_title:before{
      width: 15px;
      height: 15px;
      margin: 0 0 0 -6px;
      bottom: -8px;
  }
    .option_h2 {
      font-size: 24px;
  }
  .point_list li {
      padding: 10px;
  }
  .point_list li {
    flex-wrap:wrap;
  }
  .passport_txt {
      width: 100%;
  }

  .point_icon {
      left: 0px;
      margin: 0 0 0 -20px;
      width: 129px;
  }

  .point2_img {
      margin-left: 0px;
  }
  .point_list li .passport_txt dd {
      font-size: 18px;
      margin: 6px 0 0;
      text-align:left;
  }
  .point2_icon {
      width: 120px;
      position: absolute;
      right: -5px;
      top: -18px;
  }
  #change_disp dl{
    width:100%;
    margin: 0 0 20px;
  }

  .meintenance_passport2 {
      padding: 30px 0 30px;
  }

  .flow dt {
      padding: 15px 0;
  }

  .dressup_menu li{
    width: 100%;
    margin: 0 0 10px;
  }

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

  .option_title h2 span:before,.option_title h2 span:after{
    width: 29px;
    height: 32px;
    bottom: -3px;
  }
  .option_title h2 span:before{left: -42px;}
  .option_title h2 span:after{right: -36px;}




    .option_price {
        flex-wrap:wrap;
        padding: 0 5px;
    }

    .option_disp_list li .d-flex {
        flex-wrap:wrap;
    }
    .option_disp_list_img {
        max-width: 134px;
        margin:auto;
        order: 1; 
    }  
    .option_disp_list li .d-flex p{
      order: 2;
      width:100%;
      margin:5px 0 0;
    }
    .option_disp_list li .d-flex p br{
        display:none;
    }
  .option_disp_list_img p {
      text-align: right;
      margin: 5px 0 9px;
  }
  .option_disp_list li {
      padding: 0 2px 5px;
      margin-bottom:10px;
  }

  .option_disp_list li:last-child {
      border-bottom: 3px;
      border-bottom: 3px dashed #ff0000;
      margin: 0 0 10px;
  }

}



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

    .option_h2 {
      font-size: 20px;
  }


}