@charset "utf-8";
.mainimg{
    text-align: center;
}
.maintext {
    width: 100%;
    top: 13%;
    left: 0;
    position: absolute;
    padding: 0 5%;
}
.lead{
    padding-top: 40px;
}
.contents1{
    padding: 60px 0 0;
}
.contents2{
    padding: 60px 0;
}
.read .float_l{
    width: 42%;
    font-size: 15px;
}
.read .float_r{
    width: 53%;
}
.read_title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.contents1_back, .contents2_addback{
    margin-top: 160px;
    padding-bottom: 80px;
}
.contents1_back{
    background: #fff6e9;
}
.contents2_back{
    background: #edecbc;
    padding-bottom: 80px;
}
.contents2_addback{
    background: #DFEAF8;
}
.contents2_back .wrapper{
    text-align: center;
}
.colorback_top{
    margin-top: -110px;
}
.contents2 .colorback_top{
    margin-top: -10%;
}
.add_wheel1, .add_wheel2, .add_wheel3, .add_wheel4{
    margin-top: 40px;
}
.nav_point, .nav_search, .nav_check, .store_search, .contents2_back .bg_font, .leavewheel_price{
    margin-top: 50px;
}
.nav_point .float_l, .nav_point .float_r{
    width: 49%;
}
.nav_point .text{
    margin-top: 5px;
}
.nav_search .float_l{
    width: 65%;
    font-size: 15px;
}
.nav_search .bg_font{
    margin-top: -0.3em;
    margin-bottom: 15px;
}
.nav_search .float_r{
    width: 30%;
}
.nav_search_info{
    border: 1px solid #f15a24;
    width: 100%;
}
.nav_search_info .title{
    background: #f15a24;
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
    text-align: center;
}
.nav_search_info .box{
    background: #fff;
    padding: 20px;
}
.nsi_title{
    color: #f15a24;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.select_item{
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 21px;
    margin-top: 5px;
    position: relative;
}
.select_item a{
    display: block;
    padding: 0 30px;
}
.select_item i{
    position: absolute;
    top: 0;
    line-height: 21px;
    right: 20px;
    font-size: 16px;
    color: #f15a24;
}
.nav_search_info_2{
    margin-top: 15px;
}
.nav_check{
    padding: 30px 60px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}
.nav_check .bg_font{
    margin-bottom: 15px;
}
.nav_check_case, .nav_check_price{
    text-align: left;
    margin-top: 30px;
}
.nav_check_case .float_l, .nav_check_case .float_r{
    width: 48%;
}
.nav_check_case .title{
    background: #f15a24;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.nav_check_price .title{
    color: #fd0200;
    font-size: 18px;
    font-weight: bold;
}
.nav_check_price b.t_red{
    font-family: 'Oswald', sans-serif;
	line-height: 1.5;
    font-size: 30px;
}
.nav_check_price table{
    width: 100%;
}
.nav_check_price th{
    width: 50px;
    border-bottom: 1px solid #000;
    font-size: 28px;
    vertical-align: middle;
}
.nav_check_price td{
    padding: 0 5px;
    border-bottom: 1px solid #000;
}
.nav_check_price table .cf .main_price, .nav_check_price table .cf .other{
    float: left;
}
.nav_check_price td.ver{
    width: 72px;
    vertical-align:middle;
    font-size: 11px;
}
.nav_check_price td.ver div{
    color: #fff;
    font-weight: bold;
    background: #fd0200;
    padding: 0 5px;
    text-align: center;
}
.other{
    margin-left: 20px;
}
.other .t_red.font_s{
    display: inline-block;
    line-height: 1em;
}
.store_search{
    text-align: center;
    font-size: 20px;
}
.store_search .link {
    margin: 20px auto 0 auto;
    border-radius: 35px;
    line-height: 60px;
    background: #f15a24;
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    position: relative;
}
.contents2 .store_search .link {
    background: #37773c;
}
.store_search .link a {
    display: block;
    color: #fff;
    width: 100%;
}
.kome{
    margin-top: 15px;
}
.store_search .link i {
    position: absolute;
    top: 0;
    line-height: 60px;
    right: 20px;
    font-size: 24px;
}
.contents2 .read .relative{
    text-align: right;
}
.contents2 .read .relative img{
    width: 52%;
}
.contents2 .read .absolute{
    z-index: 10;
    width: 58%;
    text-align: left;
    top: 20px;
    left: 0;
}
.contents2 .read .absolute img{
    width: 100%;
}
svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
text {
  fill: #000;
  stroke: #FFF;
  stroke-width: 1;
  stroke-linejoin: round;
}
.contents2 .read .absolute .text{
    width: 75%;
    font-size: 15px;
}
.note_item_title, .note_icon{
    position: relative;
    font-weight: bold;
}
.note_icon{
    padding: 10px 0 10px 50px;
}
.note_item_title{
    padding: 10px 0 5px 45px;
}
.note_item_title::before, .note_icon::before{
    position: absolute;
    content: "";
    background: url("../img/note.png") top left no-repeat;
}
.note_icon::before{
    top: 20%;
    left: 0;
    margin-top: -7px;
    background-size: 44px 41px;
    width: 44px;
    height: 41px;
}
.note_item_title::before{
    top: 20%;
    left: 0;
    margin-top: -5px;
    background-size: 39px 35px;
    width: 39px;
    height: 35px;
}
.note .title{
    font-size: 20px;
    color: #005694;
    background: #dfeaf8 ;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 15px;
}
.note_item {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 20px;
}
.note_item:nth-child(3n){
        margin-right: 0;
}
.note_item_title{
    color: #005694;
    font-size: 20px;
}
.contents2_back .bg_font{
    font-size: 50px;
    display: inline-block;
}
.leavewheel_price{
    padding: 30px 30px 10px 30px;
    background: #fff;
    border-radius: 20px;
}
.leavewheel_price_item{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.leavewheel_price_item:last-child{
    margin-right: 0;
}
.leavewheel_price .size b{
    font-size: 18px;
}
.leavewheel_price .t_red.t_left b{
    font-size: 20px;
}
.leavewheel_oldprice{
    margin-top: 30px;
}
.leavewheel_oldprice .size{
    background: #39b54a;
    color: #fff;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
}
.leavewheel_newprice .size{
    background: #ff0000;
    color: #fff;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 11px;
}
.leavewheel_price_item .price{
    font-weight: bold;
    font-size: 18px;
}
.leavewheel_price_item .price .t_red{
    font-family: 'Oswald', sans-serif;
	line-height: 1;
    font-size: 44px;
}
.leavewheel_price_item .price .font_s{
    text-align: right;
}
.leavewheel_price .t_left{
    margin-top: 10px;
}

/*---2020.0117更新追加分---*/
.add_wheel_title{
    border-bottom: 1px solid #231816;
}
.accodion_price{
    display: none;
}
.accodion_title{
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #FFF100;
    font-size: 20px;
    display: block;
}
.add_wheel1 .accodion_title, .add_wheel1 .attention_item .title{
    background: #01A5CA;
}
.add_wheel2 .accodion_title, .add_wheel2 .attention_item .title{
    background: #00AB95;
}
.add_wheel3 .accodion_title, .add_wheel3 .attention_item .title{
    background: #008BBE;
}
.add_wheel4 .accodion_title, .add_wheel4 .attention_item .title{
    background: #2F59A3;
}
.accodion_title .open{
    display: inline-block;
    transform: rotateX( 180deg );
}
.accodion_title .pdfarrow{
    display: inline-block;
    transform: rotate( -90deg );
}
.inner_wheel{
    margin-top: 10px;
    background: -moz-linear-gradient(left, #9FA3A7, #CCCCCC 20%, #CCCCCC 80%, #9FA3A7);
    background: -webkit-linear-gradient(left, #9FA3A7, #CCCCCC 20%, #CCCCCC 80%, #9FA3A7);
    background: linear-gradient(to left, #9FA3A7, #CCCCCC 20%, #CCCCCC 80%, #9FA3A7);
    padding: 15px;
}
.inner_wheel_title, .inner_wheelimgs, .attention{
    float: left;
}
.inner_wheel_title{
    text-align: center;
    width: 150px;
    margin-top: 20px;
}
.inner_wheel_title .select{
    margin-top: 15px;
}
.inner_wheelimgs{
    width: calc(100% - 252px);
    margin-top: 2.5%;
}
.add_wheel3 .inner_wheelimgs{
    margin-top: 5%;
}
.inner_wheelimgs .item {
    float: left;
    width: 24%;
}
.add_wheel3 .inner_wheelimgs .item {
    width: 16%;
}
.attention{
    font-size: 11px;
    text-align: center;
    width: 102px;
}
.add_wheel2 .attention{
    margin-top: 92%;
}
.attention_item{
    margin-bottom: 5px;
}
.attention_item:last-child{
    margin-bottom: 0;
}
.attention_item .title{
    font-weight: bold;
    color: #fff;
}
.attention_text{
    background: #fff;
    padding: 2px 5px;
    line-height: 1.3em;
}
.add_wheel1 .inner_wheel_title .show_860 span, .add_wheel1 .add_wheel_title .oswald{
    color: #01A5CA;
}
.add_wheel2 .inner_wheel_title .show_860 span, .add_wheel2 .add_wheel_title .oswald{
    color: #00AB95;
}
.add_wheel3 .inner_wheel_title .show_860 span, .add_wheel3 .add_wheel_title .oswald{
    color: #008BBE;
}
.add_wheel4 .inner_wheel_title .show_860 span, .add_wheel4 .add_wheel_title .oswald{
    color: #2F59A3;
}

@media only screen and (max-width: 900px){
    .leavewheel_price_item .price .t_red{
        font-size: 25px;
    }
    .nav_check_price th{
        font-size: 18px;
    }
    .nav_check_price b.t_red{
        font-size: 24px;
    }
    .add_wheel3 .inner_wheelimgs .item {
        width: 24%;
        margin-top: 10px;
    }
    .add_wheel3 .inner_wheelimgs{
        margin-top: 0;
    }
}
@media only screen and (max-width: 860px){
    .inner_wheel_title .show_860{
        font-weight: bold;
        color: #fff;
    }
    .inner_wheel_title, .inner_wheelimgs, .attention{
        width: 100%;
    }
    .inner_wheel_title{
        margin-top: 0;
        text-align: left;
    }
    .inner_wheel_title .select{
        display: inline-block;
        margin-left: 20px;
        font-size: 16px;
    }
    .attention, .add_wheel2 .attention{
        margin-top: 20px;
    }
    .attention_item{
        float: left;
        width: 23.5%;
        margin-right: 2%;
    }
    .attention_item:last-child{
        margin-right: 0;
    }
    .inner_wheelimgs .item{
        width: 25%!important;
    }
}
@media only screen and (max-width: 768px){
    .contents2_back .bg_font{
        font-size: 28px;
    }
    .nav_search_info{
        margin-top: 15px;
    }
    .nav_search .float_l, .nav_search .float_r{
        width: 100%;
    }
    .nav_search_info_1, .nav_search_info_2{
        width: 49%;
        float: left;
    }
    .nav_search_info_2{
        margin-left: 2%;
        margin-top: 0;
    }
    .nav_check_price table .cf .main_price, .nav_check_price table .cf .other{
        float: none;
    }
    .other{
        margin-left: 0;
    }
    .note_item_title {
        font-size: 15px;
        padding-left: 35px;
    }
    .note_item_title::before{
        background-size: 29px 25px;
        width: 29px;
        height: 25px;
        top: 30%;
    }
}
@media only screen and (max-width: 640px){
    .bg_font{
        font-size: 22px!important;
    }
    .read_title{
        font-size: 22px;
    }
    .nsi_title{
        font-size: 18px;
    }
    .contents2 .read .read_title{
        text-align: left;
    }
    .contents2 .read .absolute{
        width: 45%;
    }
    .contents2 .read .absolute .text{
        width: 100%;
        font-size: 13px;
    }
    .nav_check{
        padding: 30px 25px;
    }
    .leavewheel_price_item{
        width: 49%;
        margin-top: 10px;
    }
    .leavewheel_price {
        padding: 20px 25px 10px 25px;
    }
    .leavewheel_price_item:nth-child(2n){
        margin-right: 0;
    }
    .accodion_title{
        font-size: 16px;
    }
    .add_wheel_title{
        background: #231816;
        text-align: center;
    }
    .add_wheel_title .show_640 .float_r, .add_wheel_title .show_640 .float_l{
        width: 50%;
    }
}
@media only screen and (max-width: 540px){
    .contents1, .contents2{
        padding: 30px 0;
    }
    .read .float_l, .read .float_r{
        width: 100%;
    }
    .read .float_l{
        margin-top: 10px;
    }
    .contents1_back, .contents2_addback{
        margin-top: 20%;
    }
    .nav_check_case .float_l, .nav_check_case .float_r{
        width: 100%;
    }
    .note .title{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .note_item {
        width: 48%;
        margin-right: 2%;
    }
    .note_item:nth-child(3n){
        margin-right: 2%;
    }
    .note_item:nth-child(2n){
        margin-right: 0;
    }
    .contents2_back .bg_font, .leavewheel_price{
        margin-top: 30px!important;
    }
    .inner_wheel_title .select, .inner_wheel_title .show_860 span{
        display: block;
    }
    .inner_wheel_title{
        text-align: center;
    }
    .inner_wheelimgs .item{
        width: 50%!important;
        margin-top: 10px;
    }
    .inner_wheelimgs{
        margin-top: 0;
    }
    .attention_item{
        width: 49%;
    }
    .attention_item:nth-child(2n){
        margin-right: 0;
    }
    .inner_wheel_title .select{
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px){
    .contents2_back .bg_font{
        font-size: 25px!important;
    }
    .nav_point .float_l, .nav_point .float_r{
        width: 100%;
    }
    .nav_point .float_r{
        margin-top: 20px
    }
    .nav_search_info_1, .nav_search_info_2{
        width: 100%;
        float: none;
    }
    .nav_search_info_2{
        margin-left: 0;
        margin-top: 15px;
    }
    .other .t_red.font_s{
        display: block;
        margin-bottom: -5px;
        margin-top: 5px;
    }
    .contents2 .read .relative img{
        width: 100%;
    }
    .contents2 .read .relative .show_480{
        margin-top: 15px;
        text-align:left;
    }
    .nav_check_price .title{
        font-size: 15px;
    }
    .add_wheel_title .show_640 .sptitle{
        width: 90%;
        max-width: 300px;
    }
    .add_wheel_title .show_640 .float_r, .add_wheel_title .show_640 .float_l{
        width: 100%;
    }
}

/**/
