@charset "utf-8";

/* service-ct03 */

.main-ct.service-ct03{
    font-size: 16px;
    line-height: 1.8;
}

.w1200{
    width: 95%;
    max-width: 1200px;
    margin: auto;
}
.sev-ct03-top{
    width: 100%;
    height: 800px;
    background: url(../img/service-ct03/ct03_01.jpg) center top no-repeat;
    padding-top: 170px;
}
.sev-ct03-top ._in{
    color: #fff;
}
.sev-ct03-top dt{
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}
.sev-ct03-top dd{
    width: 632px;
    font-size: 18px;
    line-height: 2;
}

.sev-ct03-cont{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.sev-ct03-cont_ttl{
    width: 1143px;
    height: 190px;
    background: url(../img/service-ct03/bg_fuki.png) center top no-repeat;
    text-align: center;
    padding-top: 45px;
    font-size: 38px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #e71c00;
    font-weight: bold;
    margin: 0 auto 90px;
}

/* 選ばれる理由 */
.sev-ct03_point{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sev-ct03_point li{
    width: 47%;
    border: solid 5px #f1f1f1;
    position: relative;
    background-color: #fff;
    margin-bottom: 80px;
}
.sev-ct03_point li .num{
    position: absolute;
    left: -13px;
    top: -30px;
    z-index: 5;
    width: 112px;
}
.sev-ct03_point li dl{
    padding: 20px;
}
.sev-ct03_point li dl dt{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.sev-ct03_point li dl dt span{
    background-color: #000;
    color: #fff;
    padding: 2px 8px;
}

/* 設備紹介 */
.sev-ct03-cont.ct03-02{
    background: url(../img/service-ct03/bg01.jpg) center top/cover no-repeat;
}
.sev-ct03_faci{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sev-ct03_faci li{
    width: 32.4%;
    border: solid 5px #f1f1f1;
    background-color: #fff;
    padding: 28px 18px;
    text-align: center;
}
.sev-ct03_faci li dl{
    margin-top: 25px;
    text-align: left;
}
.sev-ct03_faci li dl dt{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 修理の流れ */
.sev-ct03-cont.ct03-03{
    background-image: url(../img/service-ct03/bg02.png);
    background-repeat: no-repeat;
    background-position: center 125px;
}
.sev-ct03-cont.ct03-03 ._in{
    width: 100%;
    max-width: 1266px;
    padding: 33px;
    background-color: #fff;
    background-image: url(../img/service-ct03/step_dot.png);
    background-repeat: no-repeat;
    background-position: 33px center;
    border-radius: 27px;
    margin: auto;
}
.step_item{
    width: 1076px;
    margin-left: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.step_item.st06{
    margin-bottom: 0;
}
.step_item:after{
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 584px;
    height: 3px;
    background-color: #008d93;
    content: "";
}
.step_item.st02:after{
    background-color: #1873ae;
}
.step_item.st03:after{
    background-color: #7b4697;
}
.step_item.st04:after{
    background-color: #b00097;
}
.step_item.st05:after{
    background-color: #e91e63;
}
.step_item.st06:after{
    background-color: #f44336;
}

.step_item .txt{
    width: 584px;
    display: flex;
    justify-content: space-between;
}
.step_item .txt .num{
    width: 143px;
}
.step_item .txt dl{
    width: 380px;
}
.step_item .txt dl dt{
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
}
.step_item .txt dl dd{
    width: 330px;
}
.step_item .img{
    width: 408px;
}
.step_item .img img{
    border-radius: 24px;
}



/* 修理期間・費用の目安 */

.sev-ct03_meyasu{
    width: 100%;
    font-size: 26px;
    line-height: 1.5;
}
.sev-ct03_meyasu th{
    width: 245px;
    height: 113px;
    border: solid 3px #fff;
    text-align: center;
    background-color: #008d93;
    border-radius: 20px 0 0 20px;
    color: #fff;
    vertical-align: middle;
}
.sev-ct03_meyasu th.bg2{
    background-color: #1873ae;
}
.sev-ct03_meyasu th.bg3{
    background-color: #7b4697;
}
.sev-ct03_meyasu th.bg4{
    background-color: #b00097;
}
.sev-ct03_meyasu thead th{
    background-color: #fff;
    color: #3a81c4;
    font-size: 28px;
}
.sev-ct03_meyasu td{
    background-color: #ebf3fa;
    color: #3a81c4;
    border: solid 3px #fff;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    vertical-align: middle;
}
.sev-ct03_meyasu td:nth-child(3){
    background-color: #e2edf6;
}
.sev-ct03_meyasu td:nth-child(4){
    background-color: #d7e6f4;
}
.sev-ct03_meyasu thead td{
    text-align: center;
    border-radius: 20px 20px 0 0;
}
.sev-ct03-cont.ct03-04 .txt{
    font-size: 18px;
    text-align: left;
    margin-top: 40px;
}




/* 実績紹介 */
.sev-ct03-cont.ct03-05{
    background: url(../img/service-ct03/bg03.jpg) center top/cover no-repeat;
}
.sev-ct03_jisseki .detail{
    margin-left: 70px;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.8;
}
.sev-ct03_jisseki .detail p{
    font-size: 24px;
    margin-bottom: 10px;
}

.sev-ct03_jisseki .detail dl .cap{
    display: inline-block;
    margin-right: 2em;
}
.sev-ct03_jisseki .detail dl .cap dt{
    display: inline-block;
}
.sev-ct03_jisseki .detail dl .cap dt img{
    vertical-align: middle;
    margin-right: 8px;
}
.sev-ct03_jisseki .detail dl .cap dd{
    display: inline-block;
}
.sev-ct03_jisseki .img02{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sev-ct03_jisseki .img02 li{
    width: 31.2%;
}


/* 保険修理 */
.sev-ct03-cont.ct03-06{
    background: url(../img/service-ct03/bg04.jpg) center top no-repeat;
}

.sev-ct03-cont.ct03-06 .txt1{
    font-size: 36px;
    line-height: 1.2;
    color: #e71c00;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    
}
.sev-ct03-cont.ct03-06 .txt2{
    width: 605px;
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 50px;
}
.sev-ct03-cont.ct03-06 ._in2{
    width: 95%;
    max-width: 1290px;
    margin: 140px auto 0;
}

.sev-ct03-cont.ct03-06 .txt4{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.sev-ct03_agency{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sev-ct03_agency .item{
    width: 48.8%;
    border: solid 1px #000;
    border-radius: 23px;
    text-align: center;
    padding: 30px 0;
}

.sev-ct03_agency .item .cap{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.sev-ct03_agency .item ul{
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sev-ct03_agency .item ul li{
    width: 49.5%;
    background-color: #008d93;
    border-radius: 15px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    display:flex;/*子要素に追加*/
    flex-direction:column;
}
.sev-ct03_agency .item.a-ja ul li{
    background-color: #7b4697;
    
}
.sev-ct03_agency .item ul li .name{
    flex-grow:1;
}
.sev-ct03_agency .item ul li .name span{
    font-size: 14px;
    flex-grow:1;
}


.sev-ct03_agency .item ul li .tel{
    font-size: 28px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.07em;
}







/* End service-ct03 */



