@charset "UTF-8";

.news-detail-title {
    font-size: 32px;
    font-weight: normal;
    margin: 15px auto;
}

.news-detail-date {
    display: block;
    margin-top: 30px;
    margin-bottom: 60px;
}

.news-detail-notice {
    margin-bottom: 30px;
}

.news-detail-notice li {
    display: inline;
    margin-right: 1em;
}

.news-detail-notice li a {
    color: #000000;
}

.news-detail-notice li a:hover {
    text-decoration: underline;
}

.news-detail-text p {
    line-height: 2;
}

.news-detail-box {
    margin: 0 30px;
    font-family: "Noto Sans JP", sans-serif;

}

.news-detail-box a {
    color: inherit;
}

.news-detail-img {
    margin: 30px 0;
}

.news-detail-back-link {
    display: block;
    border-radius: 35px;
    width: 300px;
    height: 50px;
    border-color: #cccccc;
    border-width: 2px;
    text-align: center;
    line-height: 50px;
    position: relative;
    border-style: solid;
    margin: 0 auto;
    text-decoration: none;
}

.news-detail-back {
    margin: 100px 0;
}

.news-detail-back-link:visited {
    color: black;
}

.news-detail-back-link:hover {
    color: #666666;
}

.material-icons.button-arrow-right {
    vertical-align: middle;
    padding-bottom: 4px;
    right: -80px;
    position: relative;
}

/* NEWS本文スタイル */
.news-detail-text {
    font-size: 1.4rem;
}

.news-detail-text .largeTitle {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    border-left: 4px solid #23235e;
    margin-bottom: 2rem;
}

.news-detail-text .middleTitle {
    font-size: 1.8rem;
    background: rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.news-detail-text .smallTitle1 {
    font-size: 1.6rem;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}

.news-detail-text .smallTitle2 {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
}

.news-detail-text .smallTitle2::before {
    content: "■";
}

.news-detail-text p {
    line-height: 1.8;
    margin-bottom: 0;
}

.news-detail-text ul {
    margin: 10px 0;
    padding: 0 0 0 25px;
    list-style: disc;
}

.news-detail-text ul li:not(:last-child) {
    margin-bottom: 5px;
}

.news-detail-text ol {
    margin: 10px 0;
    padding: 0 0 0 25px;
    list-style: decimal;
}

.news-detail-text ol li:not(:last-child) {
    margin-bottom: 5px;
}

.news-detail-text em {
    font-style: italic;
}

.news-detail-text sup {
    vertical-align: super;
    font-size: smaller;
}

.news-detail-text sub {
    vertical-align: sub;
    font-size: smaller;
}

.news-detail-text blockquote {
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    margin: 10px 0;
    font-style: italic;
    border-radius: 3px;
}

.news-detail-text a {
    text-decoration: underline;
    transition: 0.3 ease-in-out;
}

.news-detail-text a:hover {
    text-decoration: none;
}

.news-detail-text .table__scroll {
    overflow-y: auto;
}

.news-detail-text table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    margin: 10px 0;
}

.news-detail-text table thead th {
    background: #22225e;
    border: 1px solid #e5e5e5;
    color: #fff;
    font-size: 1.394rem;
    font-weight: normal;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    line-height: 1.4;
}

.news-detail-text table tbody th {
    border: 1px solid #e5e5e5;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    line-height: 1.4;
    white-space: normal;
    background: #7a7a9e;
    color: #fff;
}

.news-detail-text table tbody td {
    border: 1px solid #e5e5e5;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    line-height: 1.4;
    white-space: normal;
}

.news-detail-text .borderBox {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #dcdcdc;
}

.news-detail-text .annotation {
    font-size: 12px;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.news-detail-text .annotation::before {
    content: "※";
}

@media screen and (max-width: 768px) {
    .news-detail-back {
        margin: 30px 0;
    }
}

html {
    font-size: 62.5%;
}


.content {
    padding-top: 200px;
}

@media screen and (max-width: 930px) {
    .content {
        padding-top: 100px;
    }
}

.pt-100 {
    padding-top: 50px;
}