@charset "utf-8";


/**
 * スマホ用設定
 */
@media ( width < 768px ) {

    #page-mv {
        margin: calc( 100vw * 128 / 780 ) auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        background: linear-gradient( to right, #0161d1, #012d76 );
    }
    #page-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    #page-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #page-mv .mv-box {
        position: absolute;
        top: 50%;
        left: 5%;
        width: 90%;
        translate: 0 -50%;
    }
    #page-mv .mv-box .page-title {
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: left;
    }
    #page-mv .mv-box .page-title div:nth-of-type(1) {
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) {
        margin: 1.0vw 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) span {
        font-size: 80%;
    }

    #breadcrumbs {
        margin: 0 auto;
        padding: 6.0vw 5%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 2.8vw;
        font-weight: 400;
        line-height: 1.0;
    }
    #breadcrumbs > :is(a,span) {
        margin: 0;
        padding: 0;
        font-size: 2.8vw;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 2.8vw;
    }
    #breadcrumbs > a {
    }
    #breadcrumbs > span {
        color: #acacac;
    }
    #breadcrumbs > :is(a,span) + :is(a,span)::before {
        display: block;
        content: "▶";
        color: var(--fg-color);
        scale: 0.5 0.5;
    }

    #contact > .contact-wrap {
        padding: 6.0vw 0;
        background: url(../images/contact-bg.jpg) no-repeat center / cover;
    }
    #contact > .contact-wrap .contact-box {
        padding: 6.0vw;
    }

    .single-main {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 90%;
    }
    .single-main p {
        margin: 1.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 40 / 16 );
    }
    .single-main p.center {
        text-align: center;
    }

    .single-main .attr {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0 2.0vw;
    }
    .single-main .attr .date {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0vw;
        margin: 0;
        padding: 0;
        font-size: 2.8vw;
        font-weight: 400;
        line-height: 1.0;
    }
    .single-main .attr .date::before {
        display: block;
        content: "";
        width: 1.4em;
        height: 1.4em;
        background: url(../images/icon-clock-navy.svg) no-repeat center / contain;
    }
    .single-main .attr .cat {
        margin: 0;
        padding: 0.4em 1.0em;
        color: #fff;
        font-size: 2.8vw;
        font-weight: 400;
        line-height: 1.0;
        background: #0061d1;
    }

    .single-main h1 {
        margin: 4.0vw 0 0;
        padding: 0 0 1.0em;
        width: 100%;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 42 / 33 );
        border-bottom: 1px solid #ddd;
    }
    .single-main h2 {
        margin: 2.0em 0 0.5em;
        padding: 0.2em 0 0.2em 0.5em;
        width: 100%;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 24 );
        border-left: 4px solid #012d76;
        background: #f7f7f7;
    }
    .single-main h3 {
        position: relative;
        margin: 2.0em 0 0.5em;
        padding: 0 0 0 1.5em;
        font-size: 4.4vw;
        font-weight: 500;
        text-align: left;
        line-height: calc( 36 / 22 );
    }
    .single-main h3::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 1.0vw );
        left: 0;
        width: 2.0vw;
        height: 2.0vw;
        background: #0061d1;
    }
    .single-main h4 {
        margin: 1.5em 0 0.5em;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 18 );
    }
    .single-main blockquote {
        position: relative;
        margin: 6.0vw 0;
        padding: 4.0vw 4.0vw 4.0vw 16.0vw;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 16 );
        background: #fcfcfc;
        border: 1px solid #ddd;
    }
    .single-main blockquote::before {
        position: absolute;
        content: "";
        top: calc( 50% - 4.0vw );
        left: 4.0vw;
        width: 8.0vw;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-blockquote.svg) no-repeat center / contain;
    }
    .single-main ul {
        margin: 6.0vw 0;
        padding: 0;
        list-style: none;
    }
    .single-main ul li {
        position: relative;
        margin: 0.2em 0;
        padding: 0 0 0 1.5em;
        list-style: none;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    .single-main ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-circlecheck.svg) no-repeat center / contain;
    }
    .single-main ol {
        margin: 6.0vw 0;
        padding: 0;
        list-style: none;
        counter-reset: ws-count;
    }
    .single-main ol li {
        position: relative;
        margin: 0.3em 0;
        padding: 0 0 0 2.0em;
        list-style: none;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    .single-main ol li::before {
        position: absolute;
        counter-increment: ws-count;
        content: counter(ws-count) ;
        top: 0.1em;
        right: calc( 100% - 1.0em );
        display: grid;
        place-items: center;
        width: 1.6em;
        height: 1.6em;
        color: #fff;
        font-size: 0.8em;
        font-weight: 400;
        text-align: center;
        line-height: 1.0;
        background: #012d76;
        border-radius: 100%;
    }
    .single-main img {
        display: block;
        margin: 6.0vw auto;
        padding: 0;
        height: auto;
        border-radius: 2.0vw;
    }
    .single-main p {
        margin: 1.0em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    .single-main details {
        margin: 6.0vw auto 0;
        padding: 0;
        width: 90%;
        border: 1px solid #d8d8d8;
    }
    .single-main details > summary {
        position: relative;
        margin: 0;
        padding: 1.0em 2.0em;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
    }
    .single-main details summary::marker {
        content: none;
    }
    .single-main details > summary::after {
        position: absolute;
        content: "○ OPEN";
        top: calc( 50% - 1.0vw );
        right: 4.0vw;
        font-size: 4.0vw;
        font-weight: 400;
        line-height: 1.0;
    }
    .single-main details[open] > summary::after {
        position: absolute;
        content: "× CLOSE";
        top: calc( 50% - 1.0vw );
        right: 4.0vw;
        font-size: 4.0vw;
        font-weight: 400;
        line-height: 1.0;
    }
    .single-main details > div {
        margin: 0;
        padding: 2.0em 2.0em;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 24 / 16 );
        border-top: 1px solid #d8d8d8;
        counter-reset: ws-toc-h2-count;
    }
    .single-main details > div .toc-h2 {
        margin: 0.5em 0 0;
        padding: 0;
        font-size: 3.2vw;
        font-weight: 500;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 2.0vw;
        counter-reset: ws-toc-h3-count;
    }
    .single-main details > div .toc-h2::before {
        display: grid;
        place-items: center;
        counter-increment: ws-toc-h2-count;
        content: counter(ws-toc-h2-count);
        width: 1.6em;
        height: 1.6em;
        color: #fff;
        font-size: 3.2vw;
        font-weight: 500;
        line-height: 1.0;
        background: #012d76;
    }
    .single-main details > div .toc-h2:first-child {
        margin-top: 0;
    }
    .single-main details > div .toc-h3 {
        position: relative;
        margin: 0.5em 0 0;
        padding: 0 0 0 5.0em;
        font-size: 2.8vw;
        font-weight: 500;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0vw;
        counter-reset: ws-toc-h4-count;
    }
    .single-main details > div .toc-h3::before {
        position: absolute;
        top: 0;
        left: 4.0em;
        display: grid;
        place-items: center;
        counter-increment: ws-toc-h3-count;
        content: counter(ws-toc-h3-count) ".";
    }
    .single-main details > div .toc-h3::after {
        position: absolute;
        content: "";
        top: 0.5em;
        left: 3.0em;
        width: 1.0vw;
        height: 1.0vw;
        background: url(../images/icon-toc.svg) no-repeat center / contain;
    }
    .single-main details > div .toc-h4 {
        position: relative;
        margin: 0.5em 0 0;
        padding: 0 0 0 8.0em;
        font-size: 2.8vw;
        font-weight: 500;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0vw;
    }
    .single-main details > div .toc-h4::before {
        position: absolute;
        top: 0;
        left: 7.0em;
        display: grid;
        place-items: center;
        counter-increment: ws-toc-h4-count;
        content: counter(ws-toc-h4-count) ".";
    }
    .single-main details > div .toc-h4::after {
        position: absolute;
        content: "";
        top: 0.5em;
        left: 6.0em;
        width: 1.0vw;
        height: 1.0vw;
        background: url(../images/icon-toc.svg) no-repeat center / contain;
    }
    .single-main .photo-box {
        margin: 6.0vw auto 0;
        padding: 0;
        width: 90%;
        border: 1px solid #e0e0e0;
        border-radius: 1.0vw;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        overflow: hidden;
    }
    .single-main .photo-box .photo-pic {
        margin: 0;
        padding: 0;
        width: 20%;
        height: auto;
        aspect-ratio: 192 / 135;
    }
    .single-main .photo-box .photo-pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    .single-main .photo-box .photo-info {
        margin: 0;
        padding: 4.0vwvw;
        width: 80%;
    }
    .single-main .photo-box .photo-info .head {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 21 / 16 );
    }
    .single-main .photo-box .photo-info p {
        margin: 0.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 3.2vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 19 / 13 );
    }
    .single-main table {
        margin: 6.0vw auto 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }
    .single-main table thead tr th {
        margin: 0;
        padding: 2.0vw;
        width: 25%;
        font-size: 4.0vw;
        font-weight: 500;
        text-align: center;
        background: #f8f8f8;
        border: 1px solid #ddd;
    }
    .single-main table tbody tr td {
        margin: 0;
        padding: 16px;
        width: 25%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        background: #fff;
        border: 1px solid #ddd;
    }

    .single-nav {
        margin: 0 auto;
        padding: 12.0vw 5%;
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 4.0vw;
    }
    .single-nav :is(a,div) {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.0;
    }
    .single-nav :is(a,div):nth-child(1) {
        padding: 0 0 0 1.5em;
        font-size: 3.2vw;
        font-weight: 500;
    }
    .single-nav div {
        opacity: 0.25;
    }
    .single-nav :is(a,div):nth-child(1)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        left: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #000;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(1)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        left: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: 45deg;
    }
    .single-nav :is(a,div):nth-child(2) {
        display: grid;
        place-items: center;
        margin: 0;
        padding: 0;
        width: 45%;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        background: #000;
    }
    .single-nav :is(a,div):nth-child(2)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 1.5em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    .single-nav :is(a,div):nth-child(3) {
        position: relative;
        padding: 0 1.5em 0 0;
        font-size: 3.2vw;
        font-weight: 500;
    }
    .single-nav :is(a,div):nth-child(3)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #000;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(3)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

}


/**
 * PC用設定
 */
@media ( width >= 768px ) {

    #page-mv {
        margin: 152px auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3840 / 650;
        background: linear-gradient( to right, #0161d1, #012d76 );
    }
    #page-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    #page-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #page-mv .mv-box {
        position: absolute;
        top: 50%;
        left: max( 5%, calc( 50vw - 600px ) );
        width: 90%;
        max-width: 1200px;
        translate: 0 -50%;
    }
    #page-mv .mv-box .page-title {
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: left;
    }
    #page-mv .mv-box .page-title div:nth-of-type(1) {
        margin: 0;
        padding: 0;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) {
        margin: 8px 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) span {
        font-size: 80%;
    }

    #breadcrumbs {
        margin: 0 auto;
        padding: 40px max( 5%, calc( 50vw - 600px ) );
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 16px;
        font-weight: 400;
        line-height: 1.0;
    }
    #breadcrumbs > :is(a,span) {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 16px;
    }
    #breadcrumbs > a {
    }
    #breadcrumbs > span {
        color: #acacac;
    }
    #breadcrumbs > :is(a,span) + :is(a,span)::before {
        display: block;
        content: "▶";
        color: var(--fg-color);
        scale: 0.5 0.5;
    }

    #contact > .contact-wrap {
        background: url(../images/contact-bg.jpg) no-repeat center / cover;
    }

    .single-main {
        margin: 0 auto;
        padding: 104px 0;
        width: 90%;
        max-width: 1200px;
    }
    .single-main p {
        margin: 1.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 40 / 16 );
    }
    .single-main p.center {
        text-align: center;
    }

    .single-main .attr {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0 16px;
    }
    .single-main .attr .date {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 8px;
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.0;
    }
    .single-main .attr .date::before {
        display: block;
        content: "";
        width: 1.4em;
        height: 1.4em;
        background: url(../images/icon-clock-navy.svg) no-repeat center / contain;
    }
    .single-main .attr .cat {
        margin: 0;
        padding: 0.4em 1.0em;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.0;
        background: #0061d1;
    }

    .single-main h1 {
        margin: 24px 0 0;
        padding: 0 0 1.0em;
        width: 100%;
        font-size: 33px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 42 / 33 );
        border-bottom: 1px solid #ddd;
    }
    .single-main h2 {
        margin: 2.0em 0 0.5em;
        padding: 0.2em 0 0.2em 0.5em;
        width: 100%;
        font-size: 28px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 24 );
        border-left: 4px solid #012d76;
        background: #f7f7f7;
    }
    .single-main h3 {
        position: relative;
        margin: 2.0em 0 0.5em;
        padding: 0 0 0 1.5em;
        font-size: 23px;
        font-weight: 500;
        text-align: left;
        line-height: calc( 36 / 22 );
    }
    .single-main h3::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 5px );
        left: 0;
        width: 10px;
        height: 10px;
        background: #0061d1;
    }
    .single-main h4 {
        margin: 1.5em 0 0.5em;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 18 );
    }
    .single-main blockquote {
        position: relative;
        margin: 40px 0;
        padding: 24px 24px 24px 96px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 16 );
        background: #fcfcfc;
        border: 1px solid #ddd;
    }
    .single-main blockquote::before {
        position: absolute;
        content: "";
        top: calc( 50% - 20px );
        left: 20px;
        width: 40px;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-blockquote.svg) no-repeat center / contain;
    }
    .single-main ul {
        margin: 40px 0;
        padding: 0;
        list-style: none;
    }
    .single-main ul li {
        position: relative;
        margin: 0.2em 0;
        padding: 0 0 0 1.5em;
        list-style: none;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    .single-main ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-circlecheck.svg) no-repeat center / contain;
    }
    .single-main ol {
        margin: 40px 0;
        padding: 0;
        list-style: none;
        counter-reset: ws-count;
    }
    .single-main ol li {
        position: relative;
        margin: 0.3em 0;
        padding: 0 0 0 2.0em;
        list-style: none;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    .single-main ol li::before {
        position: absolute;
        counter-increment: ws-count;
        content: counter(ws-count);
        top: 0.4em;
        right: calc( 100% - 1.0em );
        display: grid;
        place-items: center;
        width: 1.2em;
        height: 1.2em;
        color: #fff;
        font-size: 0.8em;
        font-weight: 400;
        text-align: center;
        line-height: 1.0;
        background: #012d76;
        border-radius: 100%;
    }
    .single-main img {
        display: block;
        margin: 40px auto;
        padding: 0;
        height: auto;
        border-radius: 16px;
    }
    .single-main p {
        margin: 1.0em 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    .single-main details {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 800px;
        border: 1px solid #d8d8d8;
    }
    .single-main details > summary {
        position: relative;
        margin: 0;
        padding: 1.0em 2.0em;
        font-size: 23px;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
    }
    .single-main details summary::marker {
        content: none;
    }
    .single-main details > summary::after {
        position: absolute;
        content: "○ OPEN";
        top: calc( 50% - 10px );
        right: 20px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.0;
    }
    .single-main details[open] > summary::after {
        position: absolute;
        content: "× CLOSE";
        top: calc( 50% - 10px );
        right: 20px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.0;
    }
    .single-main details > div {
        margin: 0;
        padding: 2.0em 2.0em;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 24 / 16 );
        border-top: 1px solid #d8d8d8;
        counter-reset: ws-toc-h2-count;
    }
    .single-main details > div .toc-h2 {
        margin: 0.5em 0 0;
        padding: 0;
        font-size: 15px;
        font-weight: 500;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 24px;
        counter-reset: ws-toc-h3-count;
    }
    .single-main details > div .toc-h2::before {
        display: grid;
        place-items: center;
        counter-increment: ws-toc-h2-count;
        content: counter(ws-toc-h2-count);
        width: 1.6em;
        height: 1.6em;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.0;
        background: #012d76;
    }
    .single-main details > div .toc-h2:first-child {
        margin-top: 0;
    }
    .single-main details > div .toc-h3 {
        position: relative;
        margin: 0.5em 0 0;
        padding: 0 0 0 5.0em;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 8px;
        counter-reset: ws-toc-h4-count;
    }
    .single-main details > div .toc-h3::before {
        position: absolute;
        top: 0;
        left: 4.0em;
        display: grid;
        place-items: center;
        counter-increment: ws-toc-h3-count;
        content: counter(ws-toc-h3-count) ".";
    }
    .single-main details > div .toc-h3::after {
        position: absolute;
        content: "";
        top: 0.5em;
        left: 3.0em;
        width: 8px;
        height: 8px;
        background: url(../images/icon-toc.svg) no-repeat center / contain;
    }
    .single-main details > div .toc-h4 {
        position: relative;
        margin: 0.5em 0 0;
        padding: 0 0 0 8.0em;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 8px;
    }
    .single-main details > div .toc-h4::before {
        position: absolute;
        top: 0;
        left: 7.0em;
        display: grid;
        place-items: center;
        counter-increment: ws-toc-h4-count;
        content: counter(ws-toc-h4-count) ".";
    }
    .single-main details > div .toc-h4::after {
        position: absolute;
        content: "";
        top: 0.5em;
        left: 6.0em;
        width: 8px;
        height: 8px;
        background: url(../images/icon-toc.svg) no-repeat center / contain;
    }
    .single-main .photo-box {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 800px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        overflow: hidden;
    }
    .single-main .photo-box .photo-pic {
        margin: 0;
        padding: 0;
        width: 20%;
        height: auto;
        aspect-ratio: 192 / 135;
    }
    .single-main .photo-box .photo-pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    .single-main .photo-box .photo-info {
        margin: 0;
        padding: 16px;
        width: 80%;
    }
    .single-main .photo-box .photo-info .head {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 21 / 16 );
    }
    .single-main .photo-box .photo-info p {
        margin: 0.5em 0 0;
        padding: 0;
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 19 / 13 );
    }
    .single-main table {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }
    .single-main table thead tr th {
        margin: 0;
        padding: 16px;
        width: 25%;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        background: #f8f8f8;
        border: 1px solid #ddd;
    }
    .single-main table tbody tr td {
        margin: 0;
        padding: 16px;
        width: 25%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        background: #fff;
        border: 1px solid #ddd;
    }

    .single-nav {
        margin: 0 auto;
        padding: 80px max( 5.0vw, calc( 50.0vw - 540px ) );
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .single-nav :is(a,div) {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.0;
    }
    .single-nav div {
        opacity: 0.25;
    }
    .single-nav :is(a,div):nth-child(1) {
        padding: 0 0 0 1.5em;
        font-size: 16px;
        font-weight: 700;
    }
    .single-nav :is(a,div):nth-child(1)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        left: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #000;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(1)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        left: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: 45deg;
    }
    .single-nav :is(a,div):nth-child(2) {
        display: grid;
        place-items: center;
        margin: 0;
        padding: 0;
        width: 352px;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        background: #000;
    }
    .single-nav :is(a,div):nth-child(2)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    .single-nav :is(a,div):nth-child(3) {
        position: relative;
        padding: 0 1.5em 0 0;
        font-size: 16px;
        font-weight: 700;
    }
    .single-nav :is(a,div):nth-child(3)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #000;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(3)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

}
