@media only screen and (width >= 768px) {
    .news-layout {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 40px;
    }

    .news-nav {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }

    .news-content {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
}

.news-hdg-01 {
    font-size: 28px;
    font-weight: bold;
    color: #22254c;
}

@media only screen and (width >= 768px) {
    .news-hdg-01 {
        font-size: 40px;
    }
}

.news-hdg-02 {
    padding: 12px;
    margin: 48px 0;
    background-color: #EDF2F9;
    border-radius: 4px;
}

.news-hdg-02 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #436FC0;
}

@media only screen and (width >= 768px) {
    .news-hdg-02 h2 {
        font-size: 24px;
    }
}

.news-icon {
    display: flex;
    align-items: center;
}

.news-icon img {
    margin-left: 16px;
}

.news-list {
    display: none;
}

.oyakudachi-box-aside_list > li[aria-current="true"] > .news-list {
    display: block;
}

.news-list a {
    text-decoration: none;
}

.news-list li {
    padding: 8px 16px 8px 32px;
}

.news-list li[aria-current="true"] {
    background-color: #EDF2F9;
}

li.acq-list-news_row {
    display: block;
}

.border_box {
    display: block;
    width: 100% !important;
    padding: var(--acq-spacing-sm);
    margin: var(--acq-spacing-sm) auto;
    background-color: var(--acq-color-white);
    border: solid 1px var(--acq-color-beige);
    border-radius: var(--acq-rounded-lg);
}

.txtBoxIn :last-child {
    margin-bottom: 0;
}

.n-column-02 table,
#n-column-02 table {
    width: 100%;
}

#n-column-02 ol {
    margin-left: 24px;
}

#n-column-02 ol li + li {
    margin-top: 8px;
}

#n-column-02 div + div {
    margin-top: 16px;
}

#n-column-02 h2 {
    padding: 12px;
    margin: 10px 0 20px;
    color: #436FC0;
    background-color: #EDF2F9;
    border-radius: 4px;
}

#n-column-02 h3 {
    position: relative;
    padding-left: 24px;
    margin: 24px 0;
    font-size: var(--acq-font-size-xl);
}

#n-column-02 h3::before {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    width: 6px;
    height: 100%;
    margin: auto;
    content: "";
    background-color: var(--acq-color-primary);
    border-radius: 100vw;
}

#n-column-02 h4 {
    padding-bottom: 16px;
    margin: var(--acq-spacing-lg) 0 var(--acq-spacing-sm);
    font-size: var(--acq-font-size-lg);
    border-bottom: 2px solid var(--acq-color-beige);
}

.n-column-02 #table-01.js-scroll-sp,
.n-column-02 .table-02.js-scroll-sp,
.n-column-02 #table-02.js-scroll-sp,
.table-01.js-scroll-sp,
#n-column-02 #table-01.js-scroll-sp,
#n-column-02 .table-02.js-scroll-sp,
#n-column-02 #table-02.js-scroll-sp {
    width: 1200px;
}

@media only screen and (width >= 768px) {
    .n-column-02 #table-01.js-scroll-sp,
    .n-column-02 .table-02.js-scroll-sp,
    .n-column-02 #table-02.js-scroll-sp,
    .table-01.js-scroll-sp,
    #n-column-02 #table-01.js-scroll-sp,
    #n-column-02 .table-02.js-scroll-sp,
    #n-column-02 #table-02.js-scroll-sp {
        width: 100%;
    }
}

.n-column-02 #table-01 tr,
.n-column-02 .table-02 tr,
.n-column-02 #table-02 tr,
.table-01 tr,
#n-column-02 #table-01 tr,
#n-column-02 .table-02 tr,
#n-column-02 #table-02 tr {
    border: 2px solid var(--acq-color-beige);
}

.n-column-02 #table-01 th,
.n-column-02 .table-02 th,
.n-column-02 #table-02 th,
.table-01 th,
#n-column-02 #table-01 th,
#n-column-02 .table-02 th,
#n-column-02 #table-02 th {
    background-color: var(--acq-color-bg-beige);
}

.n-column-02 #table-01 th,
.n-column-02 #table-01 td,
.n-column-02 .table-02 th,
.n-column-02 .table-02 td,
.n-column-02 #table-02 th,
.n-column-02 #table-02 td,
.table-01 th,
.table-01 td,
#n-column-02 #table-01 th,
#n-column-02 #table-01 td,
#n-column-02 .table-02 th,
#n-column-02 .table-02 td,
#n-column-02 #table-02 th,
#n-column-02 #table-02 td {
    padding: 16px;
    vertical-align: top;
    border: 2px solid var(--acq-color-beige);
}

.n-column-02 #table-01 .bg_bl,
.n-column-02 .table-02 .bg_bl,
.n-column-02 #table-02 .bg_bl,
.table-01 .bg_bl,
#n-column-02 #table-01 .bg_bl,
#n-column-02 .table-02 .bg_bl,
#n-column-02 #table-02 .bg_bl {
    color: #22254C;
    background-color: #EDF2F9;
}

.n-column-02 #table-02 td.pat1,
.n-column-02 .table-02 td.pat1,
#n-column-02 #table-02 td.pat1,
#n-column-02 .table-02 td.pat1 {
    font-weight: bold;
    text-align: center;
    background-color: #FEF6AC;
}

#n-column-02 ul {
    display: grid;
    row-gap: 8px;
    margin-bottom: var(--acq-spacing-md);
    text-align: left;
    list-style: none;
}

#n-column-02 ul li {
    position: relative;
    padding-left: 28px;
}

#n-column-02 ul li::before {
    position: absolute;
    top: 0.5em;
    left: 8px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    background-color: var(--acq-color-beige);
    border-radius: 50%;
}

#n-box-contact-03 {
    padding: var(--acq-spacing-lg);
    margin: var(--acq-spacing-lg) auto;
    text-align: center;
    background-color: var(--acq-color-bg-beige);
    border-radius: var(--acq-rounded-lg);
}

#n-box-contact-03 h3 {
    position: unset;
    padding-left: 0;
    margin: 0 0 16px;
    font-size: var(--acq-font-size-xl);
    font-weight: var(--acq-font-weight-bold);
    text-align: center;
}

#n-box-contact-03 h3::before {
    display: none;
}

.type2.detail2 {
    margin-bottom: var(--acq-spacing-xs);
    font-size: 1.8rem;
    text-align: left;
}

.footer {
    width: 100%;
}

.oyakudachi-box-aside_list > li.border-none {
    border-top: none;
}

.n-articleText {
    padding: var(--acq-spacing-md);
    font-weight: bold;
    background-color: var(--acq-color-bg-beige);
    border-radius: var(--acq-rounded-lg);
}

.n-articleText.white {
    padding: 0;
    font-weight: normal;
    background-color: #fff;
    border-radius: var(--acq-rounded-lg);
}

.n-articleText .update {
    margin-top: 8px;
    font-weight: normal;
}

.n-articleText .update p {
    margin-bottom: 8px;
}

.n-articleText .update a {
    position: relative;
    padding-left: 24px;
    font-weight: normal;
    text-decoration: none;
}

.n-articleText .update a::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    content: "";
    background-image :url("/news/images/link-icon.png");
}

.n-articleText .update :last-child {
    margin-bottom: 0;
}

strong {
    color: #f06575;
}

div.box20 {
    margin: 0 0 20px;
}

.acq-breadcrumb_inner strong {
    color: #4c4c4c;
}

.footer-link-list a,
.nav-header-utility a,
.nav-footer-utility a,
.global-link-list a,
.footer-high-link a {
    font-weight: normal;
}

@media only screen and (width >= 768px) {
    .footer-high-link a {
        font-weight: bold;
    }
}

.scroll-media {
    width: 821px;
}

@media only screen and (width >= 768px) {
    .scroll-media {
        width: auto;
    }
}

.acq-content-area {
    padding-top: 40px;
}

ol {
    list-style-type: auto;
}

a {
    color: #436fc0;
}

.acq-content-area_inner {
    max-width: 1020px;
}

.news-layout {
    grid-template-columns: minmax(10px, 288px) minmax(360px, 692px);
}

.arrowCom {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    text-decoration: none;
}

.arrowCom:hover {
    text-decoration: underline;
}

.arrowCom::before,
.arrowCom::after {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    content: "";
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

.arrowCom::before {
    background-color: var(--acq-color-primary);
    border-radius: 50%;
}

.arrowCom::after {
    background-color: var(--acq-color-white);
    mask: url("/common_a/img/acquisition/general/mask/angle-right.svg") no-repeat center/10px;
}

.arrowCom:hover::before {
    background-color: var(--acq-color-primary-hover);
}

@media only screen and (width <= 767px) {
    .fn-scroll__wrapper > .fn-scroll__inner > table.table-01 {
        margin-right: 16px !important;
    }
}
