@charset "utf-8";
.c-flex {
    display: flex;
    flex-wrap: wrap;
}
.-jc-sb {
    justify-content: space-between;
}
.-fd-rr {
    flex-direction: row-reverse;
}
.-ai-c {
    align-items: center;
}
.-col02 {
    gap: 5%;
}
.-col02 .flexBlock {
    width: 47.5%;
    margin-bottom: 5%;
}
.under__mv.service-garbage-mv {
    margin-top:30px;
}
.under__mv.service-garbage-mv img {
    width: 100%;
    vertical-align: bottom;
    object-fit: contain;
}
.is_sp {
    display: none;
}
.-fit-img img {
    width: 100%;
    vertical-align: bottom;
}
.service-garbage {
    margin-top:30px;
}
.service-garbage-contents {
    margin-bottom: 45px;
}
.service-garbage-contents__inner {
    padding: 35px;
    background: #e0e3f1;
    border-radius: 0 0 14px 14px;
    margin-top: 0;
}
.service-garbage-contents h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #515e99;
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    padding: 18px 10px;
    border-radius: 14px 14px 0 0;
    margin-bottom: 0;
}

/* 1 */
.service-garbage01 .links a{
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 8px 0;
    background: url(../img/page/service/sankaku.png) no-repeat right 10px center, #ff6c00;
    box-shadow: 0 4px 0 #c45300;
    font-size: 19px;
	width:100%;
	margin-top: 15px;
	font-weight: bold;
}
.service-garbage01 .links a.in_{
    background: url(../img/page/service/sankaku_b.png) no-repeat right 10px center, #ffae00;
    box-shadow: 0 4px 0 #d98409;
    font-size: 16px;
}

.service-garbage01 .links a:hover{
	opacity: 0.8;	
}
/* 2 */


/* 3 */


/* 4 */
.service-garbage04 .c-flex {
    gap: 5%;
}
.service-garbage04 h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0;
    border: none;
    color: #515e99;
}
/* 5 */
.service-garbage05 h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 0;
    border: none;
    color: #515e99;
}

/*  6 */


/* 7 */
.service-garbage07 .contact-btn {
    display: block;
    max-width: 400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.service-garbage07 .contact-btn img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .is_sp {
        display: block;
    } 
    .under__mv.service-garbage-mv {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .service-garbage {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .service-garbage-contents {
        margin-bottom: 30px;
    }
    .service-garbage-contents__inner {
        padding: 20px;
    }
    .service-garbage-contents h3 {
        font-size: 20px;
        padding: 10px 5px;
    }
    .-col02 .flexBlock {
        width: 100%;
    }
    /* 1 */
    .service-garbage01- .c-flex {
        display: block;
    }
    .service-garbage01 .links .c-flex {
        display: flex;
    }
    .service-garbage01 .links .c-flex .flexBlock {
        width: 47.5%;
    }
    
    /* 2 */


    /* 3 */


    /* 4 */


    /* 5 */


    /*  6 */

}
