.article-detail-text p:not(:last-child) {
    margin-bottom: 19px;
}
.article-detail-text p, .article-detail-text span, .article-detail-text a {
    font-size: 22px;
    line-height: 42px;
}
.article-detail-text span:not(.highlighting) {
    font-weight: 600;
}
.article-detail-text a {
    position: relative;
    display: inline-block;
    color: #09f;
}
.article-detail-text a::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    z-index: 99;
    background-color: #09f;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.article-detail-text a:hover::after {
    width: 100%;
}
.article-detail-text figure {
    margin-bottom: 50px;
}
.article-detail-text figure img {
    width: 100%;
    height: auto;
}
.article-detail-text figure figcaption, section figure figcaption {
    color: #7a7d80;
    line-height: 32px;
    text-align: center;
}
main:not(.index-page) .article-detail-text h1 {
    line-height: 1.5;
}
main:not(.index-page) .article-detail-text h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
}
main:not(.index-page) .article-detail-text h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 600;
}
main:not(.index-page) .article-detail-text h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}
main:not(.index-page) .article-detail-text h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}
main:not(.index-page) .article-detail-text h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.article-detail-text ol li p, .article-detail-text ul li p, .article-detail-text ol li, .article-detail-text ul li {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 42px;
}
.article-detail-text ol {
    padding-left: 15px;
}
.article-detail-text ol li {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 22px;
}
.article-detail-text ul {
    padding-left: 30px;
    list-style-type: none;
}
.article-detail-text ul li {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
}
.article-detail-text ol li {
    line-height: normal;
}
.article-detail-text ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    display: block;
    width: 14px;
    height: 4px;
    background-color: #1e252b;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-detail-text table, .text-section table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.article-detail-text table th, .text-section table th {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    background-color: #1E252B;
}
.article-detail-text table th p, .text-section table th p, .article-detail-text table td p, .text-section table td p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.article-detail-text table td, .text-section table td {
    font-size: 18px;
    line-height: 38px;
    color: #1E252B;
    background-color: #F7F9FB;
}
.article-detail-text table tr:nth-child(2n + 2) td, .text-section table tr:nth-child(2n + 2) td {
    background-color: #fff;
}
.article-detail-text table th, .article-detail-text table td, .text-section table th, .text-section table td {
    min-height: 90px;
    padding: 26px 34px;
}
.header-nav .link-line.type-1::after {
    top: 100%;
}

@media screen and (max-width: 1540px) {
    .article-detail-text ol li p, .article-detail-text ul li p, .article-detail-text ol li, .article-detail-text ul li {
        font-size: 18px;
    }
    .article-detail-text p, .article-detail-text span, .article-detail-text a {
        font-size: 18px;
        line-height: 32px;
    }
    .article-detail-text figure {
        margin-bottom: 30px;
    }
    main:not(.index-page) .article-detail-text h1 {
        font-size: 40px;
    }
    main:not(.index-page) .article-detail-text h2 {
        font-size: 30px;
    }
    main:not(.index-page) .article-detail-text h3 {
        font-size: 28px;
    }
    main:not(.index-page) .article-detail-text h4 {
        font-size: 26px;
    }
    main:not(.index-page) .article-detail-text h5 {
        font-size: 24px;
    }
    main:not(.index-page) .article-detail-text h6 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1280px) {
    .article-detail-text ol li {
        font-size: 20px;
    }
    main:not(.index-page) .article-detail-text h1 {
        font-size: 36px;
    }
    main:not(.index-page) .article-detail-text h2 {
        font-size: 26px;
    }
    main:not(.index-page) .article-detail-text h3 {
        font-size: 24px;
    }
    main:not(.index-page) .article-detail-text h4 {
        font-size: 22px;
    }
    main:not(.index-page) .article-detail-text h5 {
        font-size: 20px;
    }
    main:not(.index-page) .article-detail-text h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 992px) {
    .article-detail-text table th, .article-detail-text table td, .text-section table th, .text-section table td {
        min-height: 70px;
        padding: 20px 20px;
    }
    .article-detail-text table th, .text-section table th {
        font-size: 16px;
        line-height: 22px;
    }
    .article-detail-text table td, .text-section table td {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px) {
    .article-detail-text table th, .article-detail-text table td, .text-section table th, .text-section table td {
        min-height: 70px;
        padding: 10px 10px;
    }
    .article-detail-text table th, .text-section table th {
        font-size: 14px;
        line-height: 20px;
    }
    .article-detail-text table td, .text-section table td {
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (max-width: 545px) {
    .article-detail-text ul li::before {
        top: 14px;
    }
    .article-detail-text figcaption {
        font-size: 15px;
        line-height: 22px;
    }
    main:not(.index-page) .article-detail-text h1 {
        font-size: 32px;
    }
    main:not(.index-page) .article-detail-text h2 {
        font-size: 28px;
    }
    main:not(.index-page) .article-detail-text h3 {
        font-size: 24px;
    }
    main:not(.index-page) .article-detail-text h4 {
        font-size: 22px;
    }
    main:not(.index-page) .article-detail-text h5 {
        font-size: 20px;
    }
    main:not(.index-page) .article-detail-text h6 {
        font-size: 18px;
    }
    .article-detail-text ol li {
        font-size: 18px;
    }
    .article-detail-text ol li p, .article-detail-text ul li p {
        line-height: 32px;
    }
    .article-detail-text table th, .article-detail-text table td, .text-section table th, .text-section table td {
        min-height: 60px;
        padding: 10px 10px;
    }
    .article-detail-text table th, .text-section table th {
        font-size: 12px;
        line-height: 18px;
    }
    .article-detail-text table td, .text-section table td {
        font-size: 10px;
        line-height: 14px;
    }
}

.article-detail-text ol li, .article-detail-text ul li {
    line-height: 1.91;
}
.article-detail-text ul li::before {
    top: 20px;
}
@media screen and (max-width: 1440px) {
    .article-detail-text ul li::before {
        top: 16px;
    }
}
.subscription-block .subscription-item__title span {
    font-size: 44px;
    font-weight: bold;
}
