@charset "UTF-8";

/* 共通 */
.area-contents {
    font-family: "Noto Sans JP", sans-serif;
}

.yutaiken-image {
    width: 100%;
    height: auto;
}

.heading-2 {
    border-bottom: 3px solid #FF7200;
    padding-bottom: 10px;
    font-size: 18px;
}

/* ご利用に関して */
.terms {
    margin-bottom: 35px;
}

.terms-list {
    padding: 0 15px;
    margin: 0;
}

.terms-list-item {
    padding-left: 6px;
    font-size: 14px;
    line-height: 1.571;
    line-height: 1.667;
}

.terms-nested-item {
    font-size: 13px;
    line-height: 1.571;
    line-height: 1.667;
    list-style: none;
    padding:6px 0 6px 0;
}

/* 利用可能店舗一覧 */
.brands-list {
    margin: 20px 0 10px;
}

.brands-list-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px 2.03%;
}

.brands-list-title {
    font-size: 18px;
    line-height: 1.667;
    margin-bottom: 10px;
}

.brands-list-item-wrapper dd {
    width: 31.88%;
    box-sizing: border-box;
    margin: 0;
}

.brand-link {
    display: block;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}

.brand-link-image {
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

p.brands-list-note {
    line-height: 1.429;
    margin: 0;
}

a.brands-list-pdf-link {
    color: #FF7200;
    font-size: 14px;
    line-height: 1.429;
    text-decoration: underline;
    display: block;
}

@media screen and (min-width:768px) {

    /* 共通 */
    h1.mod-heading {
        margin-bottom: 35px;
    }

    .heading-2 {
        font-size: 23px;
        padding-bottom: 15px;
        margin: 30px 0 15px;
    }

    a:hover {
        opacity: .65;
    }

    /* ご利用に関して */
    .terms {
        margin-bottom: 40px;
    }

    .terms-list {
        padding: 0 30px;
    }

    .terms-list-item {
        font-size: 18px;
        line-height: 1.667;
    }

    .terms-nested-item {
        font-size: 16px;
        line-height: 1.667;
        list-style: none;
    }

    /* 利用可能店舗一覧 */
    .brands-list-title {
        max-width: 1024px;
        margin: 0 auto 15px;
    }

    .brands-list {
        margin-top: 30px;
    }

    .brands-list:last-child {
        margin-bottom: 25px;
    }

    .brands-list-item-wrapper {
        max-width: 1024px;
        margin: 0 auto;
        gap: 10px 6px;
    }

    .brands-list-item-wrapper dd {
        width: 19.53%;
    }

    .brand-link-image {
        height: 150px;
        width: 150px;
    }

    p.brands-list-note {
        font-size: 18px;
        margin: 0 auto;
        max-width: 1024px;
    }

    a.brands-list-pdf-link {
        font-size: 18px;
        margin: 0 auto;
        max-width: 1024px;
    }
}