@charset "UTF-8";
.top-bg {
    background: url(../img/top-bg.jpg);
    background-position: center 79%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.circle-color {
   background: url(../img/6n-2.png) repeat;
   background-color: #dc4543;
}

/*車検・整備*/
.service-copy {
    text-align: center;
    margin-top: 32px;
}

.service-copy h1 {
    font-size: 20px;
    
}

.inspection-sec-1 {
    max-width: 950px;
    margin: 60px auto 0;
    border: 2px solid;
    border-radius: 20px;
    padding: 30px 20px 20px;
    position: relative;
}

.sec-ttl {
    text-align: center;
    background: #005dff; 
    color: #fff; 
    font-size: 20px;
    padding: 10px;
    width: 760px;
    margin: auto;
    border-radius: 30px; 
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
}

.sec-copy {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.sec-flex {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}

.sec-txt p span {
    color: #fd0a0a;
    font-weight: bold;
}

.inspection-sec-1 a {
    display: block;
    background: #005dff;
    color: #fff;
    padding: 15px 0;
    /* border-radius: 30px; */
    width: 330px;
    margin: 50px auto 0;
    text-align: center;
    font-weight: bold;
}

.more-btn svg {
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    margin: 0 3px;
}

.inspection-sec-1.mt-for-2nd {
    margin: 90px auto 60px;
}

.sec-img-01, .sec-img-02 {
    width: 70px;
    position: absolute;
    top: -40px;
}

.sec-img-01 {
    left: 110px;
}

.sec-img-02 {
    right: 110px;
}

.sp-br {
    display: none;
}


.cen {
text-align: center;
}