@charset "utf-8";

/*#about-repair .h1-area{
    z-index: 6;
}
#about-repair .page-title.lower-page{
    z-index: 5;
}
@media screen and (max-width: 768px){
    #about-repair .h1-area{
        z-index: 0;
    }
    #about-repair .page-title.lower-page{
        z-index: 0;
    }
}*/

/* -----------------------------------------------------------
    first-aid-area
-------------------------------------------------------------- */
#about-repair .first-aid-area{
    margin: 0 auto 80px; 
    padding: 85px 0 60px 0;
    background-color: #EFF9FF;
    width: 1400px;
}
#about-repair .first-aid-area .titlebox{
    margin-bottom: 60px;
}
#about-repair .first-aid-area .titlebox .title-jp{
    margin: 0 0 30px 0;
}
#about-repair .first-aid-area .first-aid-flow{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
#about-repair .first-aid-area .first-aid-flow li{
    width: 280px;
    background: #fff;
    padding: 45px 30px 15px;
    position: relative;
}
#about-repair .first-aid-area .first-aid-flow li .circle-num{
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    background-color: #034A8F;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    text-align: center;
    padding-top: 13px;
    position: absolute;
    left: 105px;
    top: -35px;
}
#about-repair .first-aid-area .first-aid-flow li .first-aid-flow-ttl{
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 768px){
    #about-repair .first-aid-area{
        margin: 0 auto 40px; 
        padding: 40px 0;
        background-color: #EFF9FF;
        width: 100%;
    }
    #about-repair .first-aid-area .titlebox{
        margin-bottom: 30px;
    }
    #about-repair .first-aid-area .titlebox .title-jp{
        margin: 0 0 20px 0;
    }
    #about-repair .first-aid-area .first-aid-flow{
        display: flex;
        flex-direction: column;
        margin: 0 0 30px 0;
    }
    #about-repair .first-aid-area .first-aid-flow li{
        width: 100%;
        background: #fff;
        padding: 15px 15px 15px 35px;
        position: relative;
        margin: 0 0 15px 7px;
    }
    #about-repair .first-aid-area .first-aid-flow li .circle-num{
        font-size: 1.3rem;
        width: 40px;
        height: 40px;
        padding-top: 8px;
        left: -22px;
        top: 10px;
    }
    #about-repair .first-aid-area .first-aid-flow li .first-aid-flow-ttl{
        font-size: 2.3rem;
        line-height: 1.3;
        margin: 0 0 10px 0;
    }
}



/* -----------------------------------------------------------
  trouble-area
-------------------------------------------------------------- */

#about-repair .trouble-area{
    padding: 85px 0 60px 0;
    background: linear-gradient(110deg, #FFF5D5 0%, #FFF5D5 50%, #FFE797 50%, #FFE797 100%);
    position: relative;
}
#about-repair .trouble-area .ttl-triangle::before{
    border-bottom: 21px solid #FFF5D5;
}
#about-repair .trouble-area .titlebox{
    width: 1000px;
}
#about-repair .trouble-area .titlebox .title-jp{
    margin-bottom: 20px;
}
#about-repair .trouble-area .titlebox .txt{
    margin: 35px 0 0 0;
}
#about-repair .trouble-area .trouble-intro{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#about-repair .trouble-area .trouble-intro li{
    width: 370px;
    height: 330px;
    margin: 0 45px 45px 0;
    padding: 35px 35px 0;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgb(0,0,0,16%);
    position: relative;
}
#about-repair .trouble-area .trouble-intro li::before{
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url("../img/trouble-flow.png");
    background-size: cover;
    background-repeat: no-repeat;
    top: -23px;
    left: 168px;
}
#about-repair .trouble-area .trouble-intro li:nth-child(3){
    margin: 0 0 45px 0;
}
#about-repair .trouble-area .trouble-intro .trouble-intro-ttl{
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 1.3;
    margin: 0 0 20px 0;
}
#about-repair .trouble-area .trouble-intro .trouble-intro-ttl.ttl02{
    margin: 0 0 10px 0;
}
#about-repair .trouble-area .exclamation{
    position: absolute;
    width: 160px;
    height: auto;
    top: -50px;
    left: 66%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

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

    #about-repair .trouble-area{
        padding: 40px 0;
    }
    #about-repair .trouble-area .ttl-triangle::before{
        border-bottom: 21px solid #FFF5D5;
    }
    #about-repair .trouble-area .titlebox{
        width: 100%;
    }
    #about-repair .trouble-area .titlebox .catch{
        font-size: 2.4rem;
    }
    #about-repair .trouble-area .titlebox .txt{
        margin: 20px 0 0 0;
    }
    #about-repair .trouble-area .trouble-intro{
        display: block;
    }
    #about-repair .trouble-area .trouble-intro li{
        width: 100%;
        height: auto;
        padding: 35px 20px 20px;
        margin: 35px 0 0 0;
    }
    #about-repair .trouble-area .trouble-intro li::before{
        content: "";
        position: absolute;
        width: 45px;
        height: 45px;
        background-image: url("../img/trouble-flow.png");
        background-size: cover;
        background-repeat: no-repeat;
        top: -23px;
        left: 45%;
    }
    #about-repair .trouble-area .trouble-intro li:nth-child(3){
        margin: 35px 0 0 0;
    }
    #about-repair .trouble-area .trouble-intro li:last-child{
        margin: 35px 0 35px 0;
    }
    #about-repair .trouble-area .trouble-intro .trouble-intro-ttl{
        font-size: 2.5rem;
        margin: 0 0 20px 0;
    }
    #about-repair .trouble-area .trouble-intro .trouble-intro-ttl.ttl02{
        margin: 0 0 10px 0;
    }
    #about-repair .trouble-area .exclamation{
        top: 15px;
        left: 73%;
        z-index: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 70px;
    }
}


/* -----------------------------------------------------------
  flow-area
-------------------------------------------------------------- */
#about-repair .flow-area{
    background-color: #EFF9FF;
    width: 1400px;
    margin: 80px auto 0;
    padding: 0 0 45px 0;
}
/*#about-repair .flow-area .ttl-triangle::before{
    border-bottom: 21px solid #EFF9FF;
}*/
#about-repair .flow-area .titlebox{
    padding: 85px 0 0 0;
}
#about-repair .flow-area .titlebox .catch{
    font-weight: 700;
    font-size: 5.0rem;
    margin: 35px 0 20px;
}

/*----- step -----*/
#about-repair .flow-area .step-bg {
	width: 1300px;
	margin: 50px auto 0;
	background-color: #fff;
	padding-top: 50px;
}
#about-repair .flow-area .step {
	background-color: #fff;
}
#about-repair .flow-area .step-list{
    padding: 0 100px 60px 57px;
}

#about-repair .flow-area .step-list .step {
	display: flex;
	border-top: solid 1px #008AE1;
	border-bottom: solid 1px #008AE1;
}
#about-repair .flow-area .step-list .step .step-num {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 95px 25px 0;
	color: #FFF600;
	background-color: #3C90E0;
	white-space: nowrap;
	position: relative;
}

#about-repair .flow-area .step-list .step .step-num ::before{
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    border: 45px solid transparent;
    border-top: 31px solid #3C90E0;
    z-index: 1;
}

#about-repair .flow-area .step-list .step .step-num.style2 {
	background-color: #76AFE6;
}
#about-repair .flow-area .step-list .step .step-num.style2 ::before{
    border-top: 31px solid #76AFE6;
}
#about-repair .flow-area .step-list .step .step-num.last-num ::before{
    content: "";
    display: none;
}

#about-repair .flow-area .step-list .step .step-num .num {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

#about-repair .flow-area .step-list .step .list-r {
	padding: 40px 10px 30px 40px;
	width: 100%;
}

#about-repair .flow-area .step-list .step .list-r .s-catch {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}

#about-repair .flow-area .step-list .step .list-r.flex {
	display: flex;
}

#about-repair .flow-area .step-list .step .list-r.flex .img-area {
	margin-left: 50px;
}
#about-repair .flow-area .step-la-txt {
	width: 1200px;
    margin: 50px auto 0;
}

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

    #about-repair .flow-area{
        width: 100%;
        margin: 40px auto 0;
        padding: 0 0 40px;
    }
    #about-repair .flow-area .titlebox{
        padding: 40px 0 0 0;
    }
    #about-repair .flow-area .titlebox .catch{
        font-size: 2.5rem;
        margin: 20px 0;
    }

    /*----- step -----*/
    #about-repair .flow-area .step-bg {
        width: 100%;
        margin: 0px auto;
        background-color: #EFF9FF;
        padding-top: 25px;
    }
    #about-repair .flow-area .step {
        background-color: #fff;
    }
    #about-repair .flow-area .step-list{
        padding: 0;
    }

    #about-repair .flow-area .step-list .step {
        display: flex;
        border-top: none;
        border-bottom: none;
        flex-direction: column;
    }
    #about-repair .flow-area .step-list .step .step-num {
        font-size: 1.6rem;
        text-align: center;
        padding: 10px 0px 10px;
        white-space: nowrap;
        position: relative;
    }
    #about-repair .flow-area .step-list .step .step-num ::before{
        content: "";
        display: none;
    }
    #about-repair .flow-area .step-list .step .step-num.style2 {
        background-color: #76AFE6;
    }
    #about-repair .flow-area .step-list .step .step-num.style2 ::before{
        border-top: 31px solid #76AFE6;
    }
    #about-repair .flow-area .step-list .step .step-num.last-num ::before{
        content: "";
        display: none;
    }

    #about-repair .flow-area .step-list .step .step-num .num {
        font-size: 2.5rem;
        margin-left: 10px;
    }

    #about-repair .flow-area .step-list .step .list-r {
        padding: 20px;
        width: 100%;
    }

    #about-repair .flow-area .step-list .step .list-r .s-catch {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #about-repair .flow-area .step-list .step .list-r.flex {
        display: flex;
        flex-direction: column;
    }

    #about-repair .flow-area .step-list .step .list-r.flex .img-area {
        margin-left: 0;
    }
    #about-repair .flow-area .step-la-txt {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 20px;
    }
}


/* -----------------------------------------------------------
  caution-area
-------------------------------------------------------------- */
#about-repair .caution-area{
    margin: 50px auto 85px;
    width: 1400px;
    background-color: #FFE400;
    padding: 35px 170px 45px;
}
#about-repair .caution-area .caution-catch{
    font-size: 4.5rem;
    font-weight: 700;
    padding: 0 0 0 250px;
    position: relative;
}
#about-repair .caution-area .caution-catch::before{
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 195px;
    background-image: url("../img/insurance-caution.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#about-repair .caution-area .txt{
    margin: 30px 0 0 0;
}
#about-repair .caution-area .caution-type{
    margin: 25px 0 0 0;
}
#about-repair .caution-area .caution-type li{
    margin: 0 0 20px 0;
    padding: 25px 45px 25px 27px;
    background-color: #fff;
    position: relative;
}
#about-repair .caution-area .caution-type li::before{
    content: "";
    width: 20px;
    height: 5px;
    background-color: #FFE400;
    position: absolute;
    top: 50%;
    left: 0;
}
#about-repair .caution-area .caution-type .caution-ttl{
    font-weight: 700;
    font-size: 2.0rem;
}
#about-repair .caution-area .caution-type .caution-txt{
    margin: 7px 0 0 0;
}

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

    #about-repair .caution-area{
        margin: 40px auto;
        width: 100%;
        background-color: #FFE400;
        padding: 40px 0;
    }
    #about-repair .caution-area .caution-catch{
        font-size: 2.8rem;
        line-height: 1.5;
        padding: 0 0 0 25px ;
        text-align: center;
        position: relative;
    }
    #about-repair .caution-area .caution-catch::before{
        content: "";
        width: 35px;
        height: 35px;
        position: absolute;
        top: 6px;
        left: 0px;
        background-image: url("../img/insurance-caution.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    #about-repair .caution-area .txt{
        margin: 20px 0 0 0;
    }
    #about-repair .caution-area .caution-type{
        margin: 25px 0 0 0;
    }
    #about-repair .caution-area .caution-type li{
        margin: 0 0 20px 0;
        padding: 25px 20px 25px 27px;
    }
    #about-repair .caution-area .caution-type .caution-ttl{
        font-weight: 700;
        font-size: 2.0rem;
    }
    #about-repair .caution-area .caution-type .caution-txt{
        margin: 7px 0 0 0;
    }

}



/* -----------------------------------------------------------
  contact-area
-------------------------------------------------------------- */

#about-repair .contact-area h2 {
    font-size: 4.5rem;
}
#about-repair .contact-area .link-banner{
    margin: 45px 0 0 0;
}

@media screen and (max-width: 768px){
    #about-repair .contact-area h2 {
        font-size: 3rem;
    }
    #about-repair .contact-area .link-banner{
        margin: 30px 0 0 0;
    }

}