@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............目次
 * CHANGE_STYLES.......スタイル変更
 * STYLES..............各種スタイル
 */





/*------------------------------------*\
    $CHANGE_STYLES
\*------------------------------------*/
.news-single {
    padding-inline: var(--inline);
}
@media screen and (min-width: 768px) {
    .news-single {
        padding-top: 120px;
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 767px) {
    .news-single {
        padding-top: 64px;
        margin-bottom: 64px;
    }
}

    .news-single__content {
        max-width: 1000px;
        margin-inline: auto;
    }
    @media screen and (min-width: 768px) {
        .news-single__content {
            margin-bottom: 120px;
        }
    }
    @media screen and (max-width: 767px) {
        .news-single__content {
            margin-bottom: 64px;
        }
    }

        .news-single__head {
            display: flex;
            font-weight: 700;
        }

            .news-single__date {
                margin-right: 1em;
                color: var(--primaryColor);
                line-height: 1.5;
            }
            @media screen and (min-width: 768px) {
                .news-single__date {
                    font-size: 1.6rem;
                }
            }
            @media screen and (max-width: 767px) {
                .news-single__date {
                    font-size: 1.4rem;
                }
            }

            .news-single__cat {
                display: flex;
                align-items: center;
                column-gap: 7px;
            }

                .news-single__cat__item {
                    padding-inline: 7px;
                    color: white;
                    font-size: 1.4rem;
                    line-height: calc(22 / 14);
                    border-radius: 2px;
                    background-color: var(--secondaryColor);
                }


        .news-single__title {
            margin-top: 16px;
            margin-bottom: 32px;
            line-height: 2;
            letter-spacing: 0.01em;
        }
        @media screen and (min-width: 768px) {
            .news-single__title {
                font-size: 2.4rem;
            }
        }
        @media screen and (max-width: 767px) {
            .news-single__title {
                font-size: 2.0rem;
            }
        }

        .news-single__text {
            font-weight: 700;
            line-height: 2;
        }
        @media screen and (min-width: 768px) {
            .news-single__text {
                font-size: 1.6rem;
            }
        }
        @media screen and (max-width: 767px) {
            .news-single__text {
                font-size: 1.4rem;
            }
        }






/*------------------------------------*\
    $STYLES
\*------------------------------------*/







