@charset "UTF-8";

.section-wrap {
    width: calc(100% - 48px);
    margin: auto;
    padding-bottom: 80px;
}

/*================================================================
# section-topics
================================================================ */
.section-topics {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}

.section-topics .sub-title {
    font-family: var(--mincho);
    font-size: 18px;
    line-height: 1.618;
    color: var(--gray);
}

.section-topics .title {
    margin-top: 16px;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.618;
}

.section-topics .text {
    margin-top: 24px;
}

.section-topics .text a {
    text-decoration: underline;
}

.section-topics .gold-btn {
    margin: 24px 0 0 0;
}

.section-topics .gold-btn li+li {
    margin: 16px 0 0;
}

.section-topics .img {
    margin-top: 24px;
}

.section-topics .ol {
    padding-left: 1.5em;
}

.section-topics .ol li {
    margin-top: 24px;
    font-weight: 600;
}

.section-topics .ol li .inner-text {
    font-weight: 400;
    line-height: 1.618;
}

.section-topics .right {
    margin-top: 40px;
    margin-left: auto;
    line-height: 1.618;
}

.section-topics .right strong {
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

.news-articleHeader__items {
    margin-top: 16px;
    display: flex;
    color: var(--gray);
}

.news-articleHeader__item {
    margin: 0 0 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.news-articleHeader__item:after {
    width: 1px;
    height: 16px;
    background: var(--gray);
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}

.news-articleHeader__item:first-child {
    margin-right: 20px;
    margin-left: 0;
}

.news-articleHeader__item:last-child:after {
    content: none;
}

.news-articleHeader__date {
    font-size: 1.2rem;
    color: var(--gray);
    letter-spacing: .2em;
}

.news-articleHeader__category {
    padding: 0 20px;
    background: var(--gold);
    font-family: var(--text-en);
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: .2em;
}

.section-topics .container .container__text,
.section-topics .container .container__img {
    margin: 24px 0 0;
}

.container02 .container02__img {
    margin: 24px 0 0;
}