/* ==========================================================================
 * social-activity / 社会活動

 *
 *
========================================================================== */
/* 汎用クラス
 * ローカル扱いだが、全域CSS整理後に共通化したい。
-------------------------------------*/
.mt-80px {
    margin-top: 80px !important;
}
.mt-120px {
    margin-top: 120px !important;
}
/* 共通パーツ
 * ローカル扱いだが、全域CSS整理後に共通化したい。
-------------------------------------*/
/* 横幅700px特殊インナー */
.l-inner--local {
    max-width: 700px;
}

/* セクション */
.l-section {
    margin-bottom: 120px;
}

/* ボックス */
.l-box {
    margin: 16px 0;
    padding: 16px;
}
.l-box-gray {
    background: #F6F6F6;
}

.l-box__headline {
    margin-bottom: 8px;

    color: #003B83;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
}

/* リンク */
.l-link {
    color: #1B6FAF;

    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-decoration-line: underline;

    word-break: break-all;
}

/* テキストブロック */
.l-text {
    margin-bottom: 16px;
    line-height: 2em;
}

/* 画像ブロック */
.image-wrap {
    margin: 20px 0 40px;
}
.image-wrap--2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}
.image-wrap--2col > * {
    width: calc(50% - 4px);
}
@media screen and (max-width: 768px) {
    .image-wrap--2col {
        flex-direction: column;
        align-items: center;
    }
    .image-wrap--2col > * {
        width: 100%;
    }
}/* max-width: 768px */

/* セクション見出し */
.l-section-h2 {
    position: relative;

    width: 100%;

    margin-bottom: 89px;

    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.4px;
}
.l-section-h2:after {
    display: block;
    content: "";

    position: absolute;
    bottom: -37px;

    height: 5px;
    width: 180px;

    background-color:#036A9F;
}

.l-section-h3 {
    margin: 40px 0 10px;

    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
}


/* ページアンカー */
.l-anchor-page-nav {
    max-width: 681px;
    margin: 22px 0 70px;
}

.l-anchor-page-nav__item {
    position: relative;

    width: 100%;

    border: 1px solid #003B83;
    background-color:#FFFFFF;
    color: #000000;

    transition: 0.2s ease;
}
.l-anchor-page-nav__item a {
    display: block;
    padding: 12px;
}
.l-anchor-page-nav__item:not(:last-child) {
    border-width: 1px 1px 0;
}


.l-anchor-page-nav__item:hover {
    background-color: #003B83;
    color: #FFFFFF;
}


.l-anchor-page-nav__item::after {
    display: block;
    content: "";

    position: absolute;
    top: 50%;
    right: 43px;

    height: 12px;
    width: 12px;

    border: 2px solid #000000;
    border-width: 2px 2px 0 0;

    transform: translate(0,-50%) rotate(135deg);
}
.l-anchor-page-nav__item:hover::after {
    border-color: #ffffff;
}

.l-anchor-page-nav__main {
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .l-anchor-page-nav__item::after {
        right: 12px;
    }
    .l-anchor-page-nav__main {
        font-size: 14px;
    }
}/* max-width: 768px */


@media screen and (max-width: 768px) {
    /*
    .c-list__anchors {
        width: 100%;
    }
    .c-list__anchors__item {
        height: auto;
        margin-bottom: -1px;
    }
    .c-list__anchors__item::after {
        right: 10px;
        top: 21px;
    }
    .c-anchor {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 12px 40px 12px 10px;;
    }
    .c-anchor__title {
        display: block;
        font-size: 12px;
        line-height: 1em;
    }
    .c-anchor__leadtxt {
        display: block;
        margin-top: 6px;
        font-size: 14px;
        line-height: 1em;
    }
    .c-listItem__txt {

    }
*/
}
