section.page {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.page .page_info {
    max-width: 920px;
    margin: 0 auto 70px;
    text-align: left;
}

section.page .page_info > img.photo {
    display: block;
    width: min(760px, 100%);
    max-height: 430px;
    object-fit: contain;
    margin: 0 auto 36px;
    border-radius: 16px;
}

section.page .page_info article iframe {
    max-width: 100%;
}

section.page article {
    color: #3f3f3f;
    font-size: 17px;
    line-height: 2;
}

section.page article h2,
section.page article h3 {
    color: #2b3b4f;
    line-height: 1.5;
    margin-top: 34px;
    margin-bottom: 12px;
}

section.page article h2:first-child,
section.page article h3:first-child {
    margin-top: 0;
}

section.page article p {
    margin: 0 0 18px;
}

section.page article ul,
section.page article ol {
    padding-left: 1.5em;
    margin: 0 0 24px;
}

section.page article li {
    margin-bottom: 8px;
}

section.page article strong {
        color: #16afbd;
}
section.page article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 22px auto;
    border-radius: 12px;
}

section.page article table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    background-color: #FFF;
}

section.page article th,
section.page article td {
    border: 1px solid #e6ded5;
    padding: 12px;
    vertical-align: top;
}

section.page article th {
    background: #f5fbfc;
}

.page_more {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 0;
}

.page_more h3 {
    color: #666;
    font-size: 22px;
    margin: 0 0 22px;
    text-align: center;
}

.page_more_grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page_more_card {
    color: #222;
    display: block;
    text-decoration: none;
}

.page_more_card:hover .page_more_photo {
    transform: translateY(-3px);
}

.page_more_card:hover strong {
    color: #48c6ce;
}

.page_more_photo {
    aspect-ratio: 1 / 0.72;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    display: block;
    transition: transform 0.2s ease;
    width: 100%;
}

.page_more_body {
    display: block;
    padding-top: 12px;
}

.page_more_date {
    color: #888;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.page_more_body strong {
    display: block;
    font-size: 17px;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.page_content_m {
    display: none;
}

@media screen and (max-width: 760px) {
    section.page {
        padding-top: 10px;
        padding-bottom: 55px;
    }

    section.page .page_info {
        max-width: 920px;
        margin: 30px 20px;
        text-align: left;
    }

    section.page .page_info > img.photo {
        margin: 20px auto 20px;
    }

    .page_more {
        padding: 30px;
        padding-top: 0;
    }

    section.page article {
        font-size: 16px;
    }

    .page_content_pc {
        display: none;
    }

    .page_content_m {
        display: block;
    }

    .page_more_grid {
        grid-template-columns: 1fr;
    }
}
