@charset "UTF-8";
/* CSS Document */

.wrapper{
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.wrapper h3{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}
.caution{
    text-align: center;
    padding: 10px 45px 10px 45px;
    background-color: #f8f8f8;
    margin: 0 auto;
    margin-bottom: 45px;
    display: block;
    width: fit-content;
}
.caution span{
    color: #da3f1b;
    font-weight: 500;
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.caution span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url("../img/emergency/caution.png") left center/ 18px auto no-repeat;
}
.process_box{
    background-color: #fdf9ee;
    border-radius: 16px;
    margin-bottom: 46px;
    padding: 28px;
    position: relative;
}
.process_box p{
    line-height: 1.6em;
}
.process_box::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 24px;
    height: 12px;
    background: url("../img/emergency/down.png") center/ 24px auto no-repeat;
}
.process_box:last-of-type::before{
    display: none;
}
.process_box h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #3ccb9c;
    position: relative;
    padding-left: 45px;
    padding-right: 50px;
    display: inline-block;
}
.process_box h4::before{
    content: '1';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-size: 24px;
    color: #3ccb9c;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: solid 2px #3ccb9c;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    line-height: 32px;
}
.process_box:nth-of-type(2) h4::before{
    content: '2';
}
.process_box:nth-of-type(3) h4::before{
    content: '3';
}
.process_box:nth-of-type(4) h4::before{
    content: '4';
}
.process_box:nth-of-type(5) h4::before{
    content: '5';
}
.process_box:nth-of-type(6) h4::before{
    content: '6';
}
.process_box h4::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 38px;
    background: url("../img/emergency/icon_01.png") right bottom / auto 28px no-repeat;
}
.process_box:nth-of-type(2) h4{
    padding-right: 52px;
}
.process_box:nth-of-type(2) h4::after{
    background: url("../img/emergency/icon_02.png") right bottom / auto 28px no-repeat;
}
.process_box:nth-of-type(3) h4{
    padding-right: 57px;
}
.process_box:nth-of-type(3) h4::after{
    background: url("../img/emergency/icon_03.png") right bottom / auto 28px no-repeat;
    width: 48px;
}
.process_box:nth-of-type(4) h4{
    padding-right: 40px;
}
.process_box:nth-of-type(4) h4::after{
    background: url("../img/emergency/icon_04.png") right bottom / auto 28px no-repeat;
    width: 40px;
}
.process_box:nth-of-type(5) h4{
    padding-right: 44px;
}
.process_box:nth-of-type(5) h4::after{
    background: url("../img/emergency/icon_05.png") right bottom / auto 28px no-repeat;
}
.process_box:nth-of-type(6) h4::after{
    display: none;
}
.process_01_up{
    width: 70%;
    padding-bottom: 15px;
}
.process_01_column{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.process_01_column dl{
    width: calc(33.333% - 3%);
    margin-right: 3%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.4em;
}
.process_01_column dl:last-of-type{
    margin-right: 0;
}
.process_01_column dl dt{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1dc765;
    padding-bottom: 10px;
}
.process_01_column dd{
    font-size: 14px;
}
.space_bottom{
    padding-bottom: 10px;
}
.red{
    color: #da3f1b;
    font-weight: 500;
}
.circle{
    padding-left: 14px;
    position: relative;
}
.circle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3ccb9c;
}
.process_03_text{
    padding-right: 30%;
}
.emergency_number_button{
    position: absolute;
    right: 4%;
    top: -12%;
    background-color: #fff;
    color: #1dc765;
    border: solid 2px #1dc765;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    text-align: center;
    transition: .35s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.emergency_number_button:hover{
    opacity: .7;
}
.emergency_number_button p{
    display: block;
}
.emergency_number_button>div>span{
    display: inline-block;
    padding-bottom: 8px;
}
.emergency_number{
    font-size: 48px;
    font-family: 'Century Gothic', 'Avenir-Light', 'Montserrat', sans-serif;
    letter-spacing: -0.05em;
}
.process_box:nth-of-type(3) .ban{
    display: inline-block;
    padding-left: 5px;
}
.process_06_column{
    display: flex;
}
.process_06_tel{
    width: calc(50% - 4%);
    margin: 0 2%;
    background-color: #fff;
    border: solid 2px #1dc765;
    border-radius: 10px;
    padding: 24px 0;
    text-align: center;
}
.process_06_tel p{
    color: #1dc765;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.process_06_tel a{
    color: #1dc765;
    font-size: 38px;
    line-height: 1em;
    font-family: 'Century Gothic', 'Avenir-Light', 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .35s;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.process_06_tel a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 30px;
    background: url("../img/emergency/tel.png") center / 22px auto no-repeat;
}
.process_06_tel a:hover{
    opacity: .7;
}
.process_06_tel span{
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.car_trouble_wrapper{
    margin-bottom: 100px;
    text-align: center;
}
.car_trouble_wrapper h3{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 35px;
}
.car_trouble_inner>p{
    padding-bottom: 25px;
}
.tel_box{
    width: 370px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 2px #1dc765;
    border-radius: 10px;
    padding: 24px 0;
    text-align: center;
}
.tel_box p{
    color: #1dc765;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.tel_box a{
    color: #1dc765;
    font-size: 38px;
    line-height: 1em;
    font-family: 'Century Gothic', 'Avenir-Light', 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .35s;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.tel_box a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 30px;
    background: url("../img/emergency/tel.png") center / 22px auto no-repeat;
}
.tel_box a:hover{
    opacity: .7;
}
.tel_box span{
    display: block;
    font-size: 15px;
    font-weight: 500;
}


@media print, screen and (max-width: 900px){
    .process_06_tel a {
        font-size: 34px;
    }
}


@media print, screen and (max-width: 750px){
    .wrapper {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .wrapper h3 {
        text-align: left;
        font-size: 16px;
        padding-bottom: 20px;
    }
    .caution {
        text-align: left;
        padding: 15px;
        line-height: 1.5em;
        margin-bottom: 45px;
    }
    .caution span::before {
        width: 25px;
        height: 24px;
    }
    .emergency_number_button {
        right: -10px;
        top: -30px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        text-align: center;
        transition: .35s;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }
    .emergency_number {
        font-size: 35px;
        letter-spacing: -0.09em;
    }
    .ban{
        font-size: 13px;
    }
    .emergency_number_button>div>span{
        line-height: 1em;
    }
    .process_box {
        border-radius: 10px;
        margin-bottom: 40px;
        padding: 25px 15px 20px;
        position: relative;
    }
    .process_box h4::before {
        font-size: 20px;
        width: 28px;
        height: 28px;
        line-height: 24px;
    }
    .process_box h4 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-left: 36px;
        padding-right: 40px;
        display: inline-block;
    }
    .process_01_column{
        display: block;
    }
    .process_01_column dl {
        width: calc(100%);
        margin-right: 0;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 10px;
    }
    .process_01_column dl dt{
        padding-bottom: 5px;
    }
    .process_box::before{
        bottom: -26px;
    }
    .space_bottom {
        padding-bottom: 6px;
    }
    .process_01_up {
        width: 100%;
    }
    .process_03_text {
        padding-right: 0;
    }
    .process_box h4::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 34px;
        height: 28px;
        background: url(../img/emergency/icon_01.png) right bottom / auto 24px no-repeat;
    }
    .process_box:nth-of-type(2) h4{
        padding-right: 42px;
    }
    .process_box:nth-of-type(2) h4::after{
        background: url("../img/emergency/icon_02.png") right bottom / auto 22px no-repeat;
    }
    .process_box:nth-of-type(3) h4{
        padding-right: 50px;
    }
    .process_box:nth-of-type(3) h4::after{
        background: url("../img/emergency/icon_03.png") right bottom / auto 24px no-repeat;
        width: 48px;
    }
    .process_box:nth-of-type(4) h4{
        padding-right: 34px;
    }
    .process_box:nth-of-type(4) h4::after{
        background: url("../img/emergency/icon_04.png") right bottom / auto 24px no-repeat;
        width: 40px;
    }
    .process_box:nth-of-type(5) h4{
        padding-right: 38px;
    }
    .process_box:nth-of-type(5) h4::after{
        background: url("../img/emergency/icon_05.png") right bottom / auto 24px no-repeat;
    }
    .process_box:last-of-type h4{
        font-size: 20px;
    }
    .process_06_column {
        display: block;
    }
    .process_06_tel {
        width: calc(100%);
        margin: 0 auto;
        max-width: 340px;
        padding: 15px 0;
        text-align: center;
    }
    .process_06_tel:first-of-type{
        margin-bottom: 10px;
    }
    .process_06_tel a {
        font-size: 30px;
        margin-bottom: 5px;
        padding-left: 25px;
    }
    .process_06_tel a::before {
        width: 20px;
        height: 38px;
        background: url(../img/emergency/tel.png) center / 20px auto no-repeat;
    }
    .process_06_tel p{
        padding-bottom: 5px;
    }
    .car_trouble_wrapper h3 {
        font-size: 18px;
        padding: 20px 0;
        margin-bottom: 25px;
    }
    .car_trouble_inner{
        padding: 0 20px;
        margin: 0 auto;
        max-width: 500px;
    }
    .car_trouble_inner>p {
        padding-bottom: 15px;
        text-align: left;
    }
    .tel_box {
        width: 100%;
        max-width: 340px;
        padding: 15px 0;
    }
    .tel_box p{
        padding-bottom: 5px;
    }
    .tel_box a {
        font-size: 30px;
        margin-bottom: 5px;
        padding-left: 25px;
    }
    .tel_box a::before{
        width: 18px;
        height: 36px;
        background: url(../img/emergency/tel.png) center / 18px auto no-repeat;
    }
    .car_trouble_wrapper {
        margin-bottom: 60px;
    }
    
    
}


@media print, screen and (max-width: 360px){
    .wrapper {
        padding: 0 12px;
    }
    .car_trouble_inner{
        padding: 0 12px;
    }
    
}
