
/* 投稿 */
.post__body {
    padding-top: 3.75rem;
}

.post__title{
    font-family: var(--font-noto-serif-jp);
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
    color: #fff;
    font-size: 2.375rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .post__title{
        font-size: 1.875rem;
        margin-bottom: 2.0rem;
        margin-top: 1.0rem;
    }
}

.post__head{
    position: relative;
}

.post__head.post__head--news{
    padding-top: 2.5rem;
}

.post__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 1.0rem;
    flex-wrap: wrap;
}

.post__list-back-button{
    display: inline-block;
    font-size: 0.875rem;
    border: 1px solid #ffffff;
    padding: 0.125rem 0.9375rem;
    min-width: 138px;
    text-align: center;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .post__list-back-button {
        font-size: 0.75rem;
    }
}

.post__list-back-button:hover {
    opacity: 1;
    border-color: var(--color-main-skyblue2);
    color: var(--color-main-skyblue2);
}

.post__date {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .post__date {
        font-size: 0.875rem;
    }
}

.news__title-deco{
    position: relative;
    background-image: url(../../images/news/news-single-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 148px;
    height: 34px;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}

.news-content{
    padding: 80px 0;
}

.news-content h1{
    font-family: var(--font-noto-serif-jp);
    margin-bottom: 1.25rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .news-content h1{
        font-size: 1.875rem;
        margin-bottom: 2.0rem;
    }
}

.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6{
    font-family: var(--font-noto-sans-jp);
}

/* Snow Monkey Editorで文字サイズを変えた部分のフォントをRobotoに指定 */
.news-content h1 span[class*="sme-"]{
    font-family: var(--font-noto-serif-jp) !important;
    line-height: 1.4!important;
}

.news-content h2 span[class*="sme-"],
.news-content h3 span[class*="sme-"],
.news-content h4 span[class*="sme-"],
.news-content h5 span[class*="sme-"],
.news-content h6 span[class*="sme-"] {
    font-family: var(--font-noto-sans-jp)!important;
}


.news-content h2 {
    position: relative;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.4!important;
    color: var(--color-main-skyblue2);
    padding: 1.25rem 1.25rem 1.25rem 1.0rem;
    background-color: #101010;
    border-left: 4px solid var(--color-main-skyblue2);
    margin-bottom: 3.125rem;
}

@media screen and (max-width: 768px) {
    .news-content h2 {
        font-size: 1.5rem;
        padding: 1.0rem 1.25rem 1.0rem 1.0rem;
        margin-bottom: 2.5rem;
    }
}

.news-content h3 {
    color: var(--color-main-skyblue2);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
    .news-content h3 {
        font-size: 1.25rem;
    }
}

.news-content h4 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 1.0rem;
    border-bottom: 1px solid #727272;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
    .news-content h4 {
        font-size: 1.0rem;
    }
}

.news-content h5 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.0rem;
}
@media screen and (max-width: 768px) {
    .news-content h5 {
        font-size: 1.0rem;
    }
}

.news-content h6 {
    color: #fff;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.875rem;
}