@charset "utf-8";

dt,
header,
.header-logo,
footer .copyright,
.label-box,
.tire-table table td[rowspan],
.tire-table table th{
    background-color: #d7000f;
}
.step-inner > span{
    color:#E33B3B;
}
.section-split:before,
.header-title{
    background-color: #f56262;
}





html {
    font-size: calc(10px + (16 - 10) / (480 - 320) * (100vw - 320px) );
    min-height: 0vw;
}

@media (min-width: 481px) {
    html {
        font-size: calc(10px + (14 - 10) / (768 - 481) * (100vw - 481px) );
        min-height: 0vw;
    }
}

@media (min-width: 769px) {
    html {
        font-size:14px;
        min-height: 0vw;
    }
}

@media (min-width: 1200px) {
    html {
        font-size:16px;
    }
}


@media (min-width:481px){ .show-S{ display:none !important; } }
@media (min-width:769px){ .show-MS{ display:none !important; } }
@media (min-width:769px) and (max-width:480px){ .show-M{ display:none !important; } }
@media (max-width:480px){ .show-LM{ display:none !important; } }
@media (max-width:768px){ .show-L{ display:none !important; } }


* {
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
}

body {
/*     color: #707070; */
font-size:1rem;
}

a {
    color: inherit;
}

@media (max-width: 480px) {
    body,a {
        font-size:1rem;
    }
}

body,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    font-size: 1rem;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1;
    font-weight: normal;
}

.image {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}
.image a{
    display:inline-block;
    vertical-align:bottom;
}

.image img {
    width: 100%;
    display: block;
}

img {
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

[href^="tel:"] {
    color: inherit;
    font-size: inherit;
}
.bold{
    font-weight: bold;
}


header{
    /* height:200px; */
    width:100%;
}

.inner-width{
    width:100%;
    max-width: calc(1000px + 2rem);
    margin:0 auto;
    padding: 0 1rem;
}

.header-logo{
    box-shadow:0px 3px 5px rgba(0,0,0,0.1);
    padding:2rem 0;
    position:relative;
    text-align: center;
}
.header-title{
    box-shadow:0px 3px 5px rgba(0,0,0,0.3);
    padding:1rem 0;
/*  height:50px; */
}
.header-title h1{
    font-size:2rem;
    color:#fff;
}
.header-logo .image{
    max-width:350px;
}
@media (max-width:480px){
    .header-logo{
        padding:1rem 0;
    }
    .header-logo .image{
        max-width:75%;
    }   
}


footer{
    background-color:#fff;
}
footer .company{
    padding:2rem 0;
}
.company-inner > span{
    display:block;
    line-height:1.4;
}

.company-name{  
    font-size:1.2rem;
    font-weight:bold;
    margin-bottom:0.5rem;
}

footer .copyright{
    padding:0.5rem 0;
    color:#fff;
    text-align:center;
}
@media (max-width:480px){
    .company-inner > span{
        font-size:0.9rem;   
    }
    .company-inner > .company-name{
        letter-spacing:-0.05rem;
        font-size:1rem;
    }
    footer .copyright span{
        font-size:0.85rem;
    }   
}



.step-box{
    display:flex;
    height: 5rem;
}
.step-box > div{
    width:calc(100% / 3);
    background-color:#fff;
    position:relative;
    display:flex;
    align-items:center;
}
.step-box > div:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right: 0px;
    width: 3rem;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.step-inner{
    padding:0 1rem;
}
.step-inner > span{
    display:block;
    font-size:0.8rem;
}
.step-inner > span + span{
    font-size:1.2rem;
    margin-top:0.25rem;
    color:#333;
}
.step-box > .step01{
    position:relative;
    z-index:3;
}
.step-box > .step02{
    position:relative;
    z-index:2;
}
.step-box > .step03{
    position:relative;
    z-index:1;
}



.edit-page .step01{
    background-color:#777;
}
.edit-page .step-box > .step01:before{
    background-image:url(../img/tryangle.png);
}
.edit-page .step-box > .step02:before{
    background-image:url(../img/tryangle3.png);
}
.edit-page .step-box > .step03:before{
    
}
.edit-page .step01 .step-inner > span{
    color:#fff;
}


.conf-page .step02{
    background-color:#777;
}
.conf-page .step02 .step-inner > span{
    color:#fff;
}
.conf-page .step-box > .step01:before{
    background-image:url(../img/tryangle2.png);
}
.conf-page .step-box > .step02:before{
    background-image:url(../img/tryangle.png);
}
.conf-page .step-box > .step03:before{
    
}


.thanks-page .step03{
    background-color:#777;
}
.thanks-page .step03 .step-inner > span{
    color:#fff;
}
.thanks-page .step-box > .step01:before{
    background-image:url(../img/tryangle3.png);
}
.thanks-page .step-box > .step02:before{
    background-image:url(../img/tryangle2.png);
}
.thanks-page .step-box > .step03:before{
    
}
.thanks-page .step03{
    background-color:#777;
    color:#fff;
}

@media (max-width:480px){
    .step-inner{
        padding:0 0.5rem;
    }
    .step-inner > span{

    }
    .step-inner > span + span{
        font-size:1rem;
    }
    .step-box > .step01{
        width: calc(100% / 3 + 1rem);
    }
    .step-box > .step02{
        width: calc(100% / 3 + 1rem);
    }
    .step-box > .step03{
        width: calc(100% / 3 - 2rem);
    }
}
