@charset "utf-8";
@media screen and (max-width: 960px) {
    section {
        margin-top: 20%;
    }
    .service_middletxt {
        margin-top: 25%;
    }
    .cutlery dl {
        column-gap: 2%;
    }
    .cutlery p, .confirmation p {
        margin-top: 15%;
    }
}
@media screen and (max-width: 768px) {
    h3 {
        font-weight: 400;
    }
    .service_concept {
        margin-top: 5%;
        padding: 0 4%;
        display: block;
    }
    .service_concept .concept_txt {
        width: 100%;
        padding: 0;
    }
    .service_concept .concept_img {
        width: 100%;
        margin-top: 5%;
    }
    .service_middletxt {
        letter-spacing: 0;
        text-align: left;
        padding: 14% 3%;
    }
    .cutlery dl {
        display: block;
        margin-top: 0;
    }
    .cutlery dl:last-child{
        margin-top: 0;
    }
    .cutlery dl div {
        width: 100%;
        margin-top: 5%;
    }
}
@media screen and (max-width: 428px) {
    section {
        margin-top: 30%;
    }
    .service_middletxt {
        margin-top: 35%;
    }
    .cutlery dl div dt img{
        width: 80px;
    }
    dl.confirmation_txt {
        display: block;
        align-items: center;
    }
    dl.confirmation_txt dt{
        color: #fff;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    dl.confirmation_txt dd{
        width: 100%;
        line-height: 1.8em;
        padding: 10px;
        background-color: #fff;
        border-top: 1px solid #333;
        border-left: none;

    }

}
