@charset "UTF-8";

.u-txt-ikkatsu {
    color: #265DA3;
}

.u-txt-tsumitate {
    color: #9D8244;
}

.article-contents {
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    padding: 0 20px 0;
}
@media screen and (min-width: 768px) {
    .article-contents {
        padding: 0 40px 0;
    }
}

.article-header-logo {
    width: 100%;
    margin-inline: auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 20px;
}

.article-header-logo img {
    width: 100%;
    max-width: 657px;
}

.article-header-content {
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    padding: 0 20px;
}
@media screen and (min-width: 768px) {
    .article-header-logo {
        margin: 0 0 60px;
    }
    .article-header-content {
        padding: 0 40px;
    }
}

.article-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.article-lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.article-date {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1;
    color: #5DA71E;
}

.article-section {
   padding-top: 40px;
}

.article-figure-box {
    /* display: flex; */
    /* flex-direction: column; */
}

.article-figure-item {
    /* order: 1; */
}

.article-figure-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    /* order: 2; */
}

.article-figure-caption {
    font-size: 1.2rem;
    color: #666;
    margin-top: 10px;
    margin-bottom: 35px;
    /* order: 3; */
}

.article-secondary-title {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 8px;
    border-left: 4px solid #222;
    margin: 60px 0 30px;
}

.article-text mark {
    background-color: #FFFF00;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .article-title {
        font-size: 3.2rem;
    }

    .article-lead {
        margin-top: 40px;
        font-size: 2rem;
    }

    .article-date {
        margin-top: 20px;
        font-size: 1.5rem;
    }

    .article-section {
        padding-top: 60px;
    }

    .article-figure-title {
        /* margin-bottom: 20px; */
    }

    .article-figure-caption {
        margin-top: 20px;
    }

    .article-secondary-title {
        font-size: 2rem;
        padding-left: 16px;
        margin: 60px 0 40px;
    }
}

/*------------------------------------------
	関連コンテンツ
--------------------------------------------*/
.article-related {
    padding-top: 70px;
}
@media screen and (min-width: 768px) {
    .article-related {
        padding-top: 100px;
    }
}

.article-related-title {
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
    margin-bottom: 30px;
}

.article-related-item {
    border-bottom: 1px solid #ccc;
}

.article-related-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px 20px 0;
    text-decoration: none;
    color: #222;
}

.article-related-item a:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #1265D6;
}

.article-related-item a:after {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(/special/ifree/fang-1/images/g_arrow_img_05_20251128.svg);
    background-color: #fff;
}

.article-related-item:not(:first-child) a {
    padding-top: 20px;
}

.article-related-item a p {
    font-size: 1.8rem;
    font-weight: 700;
}

.article-related-item a p span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .article-related-title {
        font-size: 2.8rem;
        padding-bottom: 20px;
        margin-bottom: 60px;
    }

    .article-related-item a {
        padding: 0 40px 20px 0;
        transition: color .2s ease-in;
    }

    .article-related-item a:before {
        top: calc(50% - 17px);
        width: 35px;
        height: 35px;
        transition: background-color .2s ease;
    }

    .article-related-item a:after {
        top: calc(50% - 17px);
        width: 35px;
        height: 35px;
        transition: background-color .2s ease;
    }

    .article-related-item a p {
        font-size: 2rem;
    }

    .article-related-item a:hover {
        color: #1265D6;
        text-decoration: underline;
    }
    .article-related-item a:hover:before {
        background: #fff;
    }
    .article-related-item a:hover:after {
        background: #1265D6;
    }
}

/*------------------------------------------
	TOPへ戻る
--------------------------------------------*/
.article-goback {
    padding-top: 80px;
}
.article-goback-button a {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 360px;
    height: 100%;
    min-height: 60px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #1265D6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    margin-inline: auto;
    border: 1px solid #1265D6;
    transition: background-color .2s ease;
}

.article-goback-button a::before {
    content: '';
    position: absolute;
    top: calc(50% - 17px);
    left: 13px;
    display: block;
    width: 35px;
    height: 35px;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url(/special/ifree/fang-1/images/g_arrow_img_05_20251128.svg);
    background-color: #fff;
    transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
    .article-goback {
        padding-top: 100px;
    }
    .article-goback-button a {
        font-size: 1.8rem;
    }
    .article-goback-button a:hover {
        background-color: #fff;
        color: #1265D6;
    }
     .article-goback-button a:hover::before {
        background-color: #1265D6;
     }
}