@charset "UTF-8";
/* サービスガイド */

.p-service-guide__headline {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .p-service-guide__headline {
        margin: 0;
    }
}

.p-service-guide__container {
    margin-top: 20px !important;
}

@media (max-width: 991px) {
    .p-service-guide__container {
        display: flex;
        flex-wrap: wrap;
        margin: 0 !important;
    }
}

.p-service-guide hr {
    border-top: 1px solid #e1e1e1;
}

.p-service-guide__list {
    display: flex;
}

@media (max-width: 991px) {
    .p-service-guide__list {
        width: 16%;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-left: 3px;
    }
}

@media (max-width: 767px) {
    .p-service-guide__list {
        width: 33%;
        margin-left: 0;
    }
}

.p-service-guide__list a,
.p-service-guide__list a:visited,
.p-service-guide__list a:hover,
.p-service-guide__list a:active {
    color: inherit;
}

.p-service-guide__image {
    width: 55px !important;
    height: 55px;
}

@media (max-width: 991px) {
    .p-service-guide__image {
        width: 110px !important;
        height: 110px;
    }
}

.p-service-guide__title {
    margin: 0;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (max-width: 991px) {
    .p-service-guide__title {
        width: 110px;
        padding: 0;
    }
}

.p-service-guide__display-sp {
    display: none;
}

@media (max-width: 991px) {
    .p-service-guide__display-sp {
        display: block;
        margin: 60px 10px 30px;
    }
}
