@charset "UTF-8";

/* 茶色のタイトル */
.is-style-title1,
.l-subpage-headword {
    font-size: 4.8rem;
    line-height: 1.25;
    color: var(--brown1);
    margin-bottom: 70px;
}
/* 茶色の見出し2(サイズ小) */
.is-style-title2,
.l-subpage-headword2 {
    font-size: 4rem;
    line-height: 1.25;
    color: var(--brown1);
    margin-bottom: 53px;
}
/* 上下に帯がついたタイトル */
.is-style-title3,
.l-subpage-head-decoration {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-top: 28px;
    padding-bottom: 35px;
    vertical-align: top;
    margin-bottom: 70px;
    background-image: url(../img/lower/title-line_01.jpg),
        url(../img/lower/title-line_02.jpg);
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
}
/* 文字前に装飾がつくタイトル */
.l-subpage-item-name-area {
    position: relative;
    margin-bottom: 48px;
    padding-left: 46px;
    padding-top: 17px;
}
.l-subpage-item-name-area::before {
    content: "";
    background-image: url(../img/lower/icon-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    height: 60px;
    width: 36px;
    position: absolute;
    top: 0;
    left: 0;
}
.l-subpage-item-name__title {
    font-size: 3rem;
    line-height: 1.2;
    vertical-align: sub;
}
.l-subpage-item-name__kakko {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.2;
}
/* テーブル */
.is-style-table1 {
    margin: 20px 0 30px;
}
.is-style-table1 > table {
    width: 100%;
}
:is(.l-subpage-table, .is-style-table1 > table) {
    align-self: flex-start;
}
:is(.l-subpage-table, .is-style-table1 > table) th,
:is(.l-subpage-table, .is-style-table1 > table) td {
    border: 1px solid var(--brown1);
    font-size: 2rem;
    line-height: 1.5;
    padding: 14px;
}
.is-style-table1 > table td:first-child,
.l-subpage-table th {
    background-color: var(--yellow1);
    color: var(--brown1);
    width: 160px;
}
:is(.l-subpage-table, .is-style-table1 > table) td {
    font-weight: 500;
}
/* 文字の入ったリンク画像 */
.c-img-link {
    color: #333;
    text-decoration: none;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    margin-inline: auto;
    font-size: 2.4rem;
    line-height: 1.25;
}
.c-img-link:hover {
    color: inherit;
    opacity: 1;
}
/* 単体リンク */
.l-subpage-single-link {
    margin-top: 70px;
    width: 360px;
    height: 96px;
    background-image: url(../img/lower/btn-lower_back_pink.png);
}
.l-subpage-single-link + .l-subpage-single-link {
    margin-top: 30px;
}
.l-subpage-single-link:hover {
    background-image: url(../img/lower/btn-lower_back_pink_on.png);
}
.l-subpage-single-link.bg-blue {
    background-image: url(../img/lower/btn-lower_back_blue.png);
}
.l-subpage-single-link.bg-blue:hover {
    background-image: url(../img/lower/btn-lower_back_blue_on.png);
}
.l-subpage-single-link.bg-yellow {
    background-image: url(../img/lower/btn-lower_back_yellow.png);
}
.l-subpage-single-link.bg-yellow:hover {
    background-image: url(../img/lower/btn-lower_back_yellow_on.png);
}
.is-style-btn1 > .wp-element-button {
    background-color: var(--cyan1);
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 30px;
    min-width: 200px;
    padding: 10px 20px;
    line-height: 1.45;
}
.c-itemList > li {
    font-size: 1.8rem;
    text-align: center;
}
.c-itemList > li .item-name {
    display: inline;
    margin-right: 20px;
}
.c-itemList > li .item-link {
    text-decoration: underline;
    text-decoration-color: var(--yellow2);
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

@media screen and (max-width: 767px) {
    /* 茶色の見出し */
    .is-style-title1,
    .l-subpage-headword {
        font-size: 2.7rem;
        line-height: 1.22;
        margin-bottom: 50px;
    }
    /* 茶色の見出し2(サイズ小) */
    .is-style-title2,
    .l-subpage-headword2 {
        font-size: 2.4rem;
        margin-bottom: 39px;
    }
    .is-style-title3,
    .l-subpage-head-decoration {
        font-size: 2.1rem;
        line-height: 1.19;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 50px;
    }
    /* 文字前に装飾がつくタイトル */
    .l-subpage-item-name-area {
        margin-bottom: 30px;
        padding-left: 23px;
        padding-top: 7px;
    }
    .l-subpage-item-name-area::before {
        height: 30px;
        width: 18px;
    }
    .l-subpage-item-name__title {
        font-size: 1.9rem;
    }
    .l-subpage-item-name__kakko {
        font-size: 1.2rem;
    }

    /* テーブル */
    :is(.l-subpage-table, .is-style-table1 > table) th,
    :is(.l-subpage-table, .is-style-table1 > table) td {
        font-size: 1.4rem;
        line-height: 1;
        padding: 10px;
    }
    .is-style-table1 > table td:first-child,
    .l-subpage-table th {
        width: 110px;
    }
    /* 文字の入ったリンク画像 */
    .c-img-link {
        width: 162px;
        height: 43px;
        font-size: 1.6rem;
    }
    /* 単体リンク */
    .l-subpage-single-link {
        font-size: 1.4rem;
        line-height: 1.07;
        margin-top: 50px;
        width: 200px;
        height: 53.5px;
    }
}
