@charset "UTF-8";

:root {
    --highlight-color: #b3004c;
    --cmn-blue: #2f2d83;
    --bg_yellow: #F1F0EB;
}

li {
    list-style: none;
}

.caption {
    font-size: 12px;
    padding-top: 5px;
}

.is-pc {
    display: block;
}

.is-sp {
    display: none;
}


.secTit {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif
}

h3.tit {
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .05em;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
}

h3.tit::before {
    position: absolute;
    top: 17px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #07539f;
    content: "";
}

@media screen and (max-width: 768px) {
    .is-pc {
        display: none;
    }

    .is-sp {
        display: block;
    }

    .secTit {
        font-size: 3.0rem;
        margin-bottom: 15px;
    }
}

#prodct-wrapper01 {
    margin-bottom: 0;
}

#intro {
    margin-bottom: 150px;
}

.mvBlock {
    margin-bottom: 20px;
}

.mvBlock figure {
    position: relative;
}

.mvBlock figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.6rem;
    color: #fff;
    text-align: right;
}

.mvBlock figcaption span {
    font-size: 1.2rem;
    display: block;
}

.leadCopy {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: ;
    gap: 10px 20px;
    flex-wrap: wrap;

}

.leadCopy .txt01 {
    font-size: 4.2rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
    text-align: center;

}

.leadCopy .txt01 span.txtSmall {
    font-size: 3.2rem;
}

.leadCopy .txt01 span.colorRed {
    color: var(--highlight-color);
    position: relative
}

.leadCopy .txt01 sup {
    font-size: 1rem;
    position: absolute;
    top: -5px;
    right: 0;
}

.leadCopy .txt02 {
    background-color: var(--highlight-color);
    border-radius: 50px;
    color: #fff;
    font-size: 2.6rem;
    padding: 10px 20px;
    line-height: 1.4;
    font-feature-settings: "palt";
}

.leadCopy .caption {
    text-align: center;
    font-size: 1rem;
    text-align: center;
}

.head-border {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto 10px;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}


.productName {
    font-size: 4.6rem;
    font-family: serif;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

.productName span {
    font-size: 3rem;
    display: block;
}

.merit {
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 1.0rem;
    text-align: center;
}

.merit p {
    padding-top: 5px;
}

@media screen and (max-width: 768px) {

    #intro {
        margin-bottom: 80px;
    }

    .mvBlock figure {
        position: static;
    }

    .mvBlock figcaption {
        position: static;
        font-size: 1.2rem;
        color: #000;
        line-height: 1.2;
        padding-top: 5px;
    }

    .mvBlock figcaption span {
        font-size: 1.0rem;
    }

    .leadCopy {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .leadCopy .txt01,
    .leadCopy .txt02 {
        width: 100%;
        text-align: center;
        line-height: 1.4;
        font-size: 1.8rem;
    }

    .leadCopy .txt01 span.txtSmall {
        font-size: 2.2rem;
    }

    .leadCopy .txt02 {
        border-radius: 30px;
        color: #fff;
        font-size: 1.3rem;
        padding: 5px 10px;
        width: 70%;
    }

    .productName {
        font-size: 2.6rem;
    }

    .productName span {
        font-size: 1.4rem;

    }

    .merit p {
        text-align: left;
        padding-top: 10px;
    }

    #prodct-wrapper01.wrapper {
        padding-bottom: 0;
    }
}

#appeal {
    margin-bottom: 150px;
}

#appeal .txt01 {
    text-align: center;
    font-size: 2rem;

}

#appeal .appealNav {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    align-items: stretch;
}

#appeal .appealNav a {
    padding: 15px 10px;
    width: 24%;
    display: inline-block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;

    border-bottom: 3px solid var(--cmn-blue);
    color: var(--blue);
    text-align: center;
    transition: 0.3s;
    text-decoration: none;
    position: relative;
    height: 180px;
}

#appeal .appealNav a .num {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 150%;
}

#appeal .appealNav a .txt {
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    line-height: 1.3;
    font-size: clamp(10px, 2.4vw, 14px);

}

#appeal .appealNav a:hover {
    background-color: #f0f0f8 !important;
}

#appeal .appealNav a.nav01 {
    background: url(../img/ico01.webp);
    background-position: left 48% top 66%;
    background-repeat: no-repeat;
    background-size: 68px;
}

#appeal .appealNav a.nav02 {
    background: url(../img/ico02.webp);
    background-position: left 48% top 66%;
    background-repeat: no-repeat;
    background-size: 83px;
}

#appeal .appealNav a.nav03 {
    background: url(../img/ico03.webp);
    background-position: left 49% top 66%;
    background-repeat: no-repeat;
    background-size: 41px;
}

#appeal .appealNav a.nav04 {
    background: url(../img/ico04.webp);
    background-position: left 49% top 66%;
    background-repeat: no-repeat;
    background-size: 50px;
}

#appeal .appealBox {
    margin-bottom: 80px;
}

#appeal .appealTit {
    background-color: var(--cmn-blue);
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.2rem;
    padding: 10px 30px 25px 30px;
    align-items: flex-end;
    line-height: 1.3;
    justify-content: flex-start;
    display: flex;
    align-items: flex-end;
}

#appeal .appealTit .num {
    font-size: 8rem;
    color: #6c6ba0;
    display: inline-block;
    margin-right: 20px;
    line-height: 1;
}

#appeal .inner {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

#appeal .inner .colL {
    width: 53%;
}

#appeal .inner .colL b {
    color: var(--highlight-color);
}

#appeal .inner .colL h3:not(:first-child) {
    margin-top: 30px;
}

#appeal .inner .colR {
    width: 43%;
}

#appeal .inner .colR img {
    width: 100%;
}

#appeal03 .colR figure {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 768px) {
    #appeal {
        margin-bottom: 0px;
    }

    #appeal .appealBox {
        margin-bottom: 50px;
    }

    #appeal .txt01 {
        text-align: left;
    }

    #appeal nav {
        position: static;
    }

    #appeal .appealNav {
        flex-wrap: wrap;
    }

    #appeal .appealNav a {
        padding: 15px 5px;
        width: 48%;
        font-size: clamp(12px, 2.6vw, 16px);
        margin-bottom: 15px;
        height: auto;
        min-height: 130px;
    }

    #appeal .appealTit {
        font-size: 1.8rem;
        line-height: 1.2;
        padding: 15px;
        align-items: center;

    }

    #appeal .appealTit span.num {
        display: flex;
        margin-bottom: 10px;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }

    #appeal .inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #appeal .inner .colL {
        width: 100%;
        margin-bottom: 20px;
    }

    #appeal .inner .colR {
        width: 100%;
        margin-bottom: 20px;
    }

    #appeal .txt01 {
        text-align: center;
        font-size: 4vw;
    }
}

#appeal .inner .colR figcaption {
    /* text-align: center; */
    font-size: 1.6rem;
    padding-top: 5px;
}

#appeal .inner .colR figcaption span {
    display: block;
    font-size: 1.0rem;
}

#movie {
    text-align: center;
    margin-bottom: 80px;
}

#movie .txt01 {
    font-size: 1.8rem;
}

#movie .txt02 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

#movie .txt03 {
    font-size: 3rem;

}

#movie img {
    max-width: 800px;
    width: 100%;
    ;
}

.movieInner {
    max-width: 800px;
    margin: auto;
}

.movieInner video {
    width: 100%;
}


@media screen and (max-width: 768px) {
    #movie {
        margin-bottom: 80px;
    }

    #movie .kokunaihatsu {
        font-size: 120%;
    }

    #movie .txt02 {
        font-size: 6.5vw;
        line-height: 1.6;
        margin-bottom: 10px;
    }

}

#flow {
    background-color: #f6f8f9;
    padding: 80px 0;
}

#flow .conversion {
    /* background-color: #fff; */
    border-radius: 20px;
    max-width: 1080px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    margin: auto;
    padding: 0 30px;

}


#flow .conversion .cv_box {
    background: none;
}

#flow .conversion .cv_box .inner {
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#flow .conversion .cv_box .tit {
    font-size: 4.0rem;
    line-height: 1.5;
    text-align: left;
}

#flow .conversion .cv_box .cv_btn {
    max-width: 496px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 10px;
}

#flow .conversion .cv_box .cv_btn a {
    display: block;
    max-width: 496px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    position: relative;

    z-index: 1;
    background: var(--cv_navy);
    color: #fff;
}

#flow .conversion .cv_box .cv_btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--primary);
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

#flow .conversion .cv_box .cv_btn a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

#flow .conversion .cv_box .cv_btn a i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2.0rem;
    background: #5F8FD1;
    font-style: normal;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

#flow .conversion .cv_box .cv_btn a p {
    text-align: left;
    line-height: 1.3;
    width: calc(100% - 95px);
    position: relative;
}

#flow .conversion .cv_box .cv_btn a small {
    display: block;
    font-size: 1.6rem;
}

#flow .conversion .cv_box .cv_btn a span {
    font-size: 2.6rem;
}

#flow .conversion .cv_box .cv_btn a span {
    position: relative;
    padding: 0 60px 0 0;
}

#flow .conversion .cv_box .cv_btn a div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 18px 20px;
}

#flow .conversion .cv_box .cv_btn a div::before,
#flow .conversion .cv_box .cv_btn a div::after {
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 2;
    transition: .2s;
}

#flow .conversion .cv_box .cv_btn a div:hover::before,
#flow .conversion .cv_box .cv_btn a div:hover::after {
    right: 30px;
    transition: .2s;
}

#flow .conversion v .cv_box .cv_btn a div::before {
    right: 40px;
    width: 32px;
    height: 1px;
    background: #fff;
}

#flow .conversion .cv_box .cv_btn a div::after {
    right: 40px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#flow .conversion .cv_box .cv_btn a div p::after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    right: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}


@media screen and (max-width: 768px) {
    #flow .conversion .cv_box .cv_btn a div p::after {
        display: none;
    }

    #flow {
        padding: 20px;
    }

    #flow .wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #flow .conversion {
        padding: 20px;
    }

    #flow .conversion .cv_box {
        width: 100%;
        /* background: #fff; */
        padding: 0;

    }

    #flow .conversion .cv_box .inner {
        display: block;
    }

    #flow .conversion .cv_box .tit {
        font-size: 2.0rem;
        line-height: 1.5;
        text-align: center;
        margin: 0 0 20px;
    }

    #flow .conversion .cv_box .cv_btn {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        margin: 0 0 10px;
    }

    #flow .conversionv .cv_box .cv_btn a {
        display: block;
        width: 100%;
        text-decoration: none;
        text-align: center;
        position: relative;

        z-index: 1;
        background: var(--cv_navy);
        color: #fff;
    }

    #flow .conversion .cv_box .cv_btn a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: var(--primary);
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s;
    }

    #flow .conversion .cv_box .cv_btn a i {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 1.6rem;
        background: #5F8FD1;
        font-style: normal;
        border-radius: 50%;
        margin: 0 10px 0 0;
    }

    #flow .conversion .cv_box .cv_btn a p {
        text-align: left;
        line-height: 1.3;
        letter-spacing: .1em;
        position: relative;
    }

    #flow .conversion .cv_box .cv_btn a small {
        display: block;
        font-size: 1.2rem;
    }

    #flow .conversion .cv_box .cv_btn a span {
        font-size: 2.0rem;
    }

    #flow .conversion .cv_box .cv_btn a span {
        position: relative;
        padding: 0;
    }

    #flow .conversion .cv_box .cv_btn a div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 18px 20px;
    }
}



.application_flow {
    padding: 8rem 0 0;

}

.application_flow .wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding-bottom: 50px;
}

.application_flow .flow_contents {
    padding: 9rem 10rem 3rem;
}

.application_flow .flow_contents .flow_list {
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    line-height: 1.5;
}

.application_flow .flow_contents .flow_list::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3.8rem;
    left: 4rem;
    width: 10px;
    height: 35px;
    background: url(../img/arrow_triangle.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}

.application_flow .flow_contents .flow_list:last-of-type::after {
    display: none;
}

.application_flow .flow_contents .flow_list dt {
    padding-left: 2rem;
    display: flex;
    align-items: center;
    width: 44.166%;
    color: #fff;
    background: var(--cmn-blue);
    font-size: clamp(16px, 4.266vw, 18px);
    font-weight: 100;
}

.application_flow .flow_contents .flow_list dt span.num {
    margin-right: 1rem;
    font-size: clamp(50px, 13.333vw, 70px);
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: italic;
}

.application_flow .flow_contents .flow_list dd {
    width: 55.834%;
    padding-left: 2rem;
    display: flex;
    align-items: center;
    font-size: clamp(14px, 3.733vw, 16px);
}

.application_flow .category_menu {
    display: block;
    width: 100%;
}

.application_flow .category_menu .col {
    max-width: 800px;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #D6D7D8;
    padding: 30px 30px 0px;
}

.application_flow .category_menu .col .tit {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    gap: 10px;
}


@media screen and (max-width: 768px) {
    .flow_contents {
        margin: auto;
    }

    .application_flow .wrapper {
        position: static;
    }

    .application_flow .flow_contents {}

    .application_flow {
        padding: 2rem 0;
    }

    .application_flow .wrapper {
        border-radius: 20px;
    }

    .application_flow .wrapper.shadow {
        box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.2);
    }

    .application_flow .txt_circle {
        top: -4%;
        width: 150px;
        height: 150px;
    }

    .application_flow .flow_contents {
        padding: 5rem 0 2rem;
    }

    .application_flow .flow_contents .tit {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .application_flow .flow_contents .flow_list {
        flex-direction: column;
        width: 90%;
        margin: 0 auto 40px;
    }


    .application_flow .flow_contents .flow_list dt {
        width: 100%;
    }

    .application_flow .flow_contents .flow_list dd {
        width: 100%;
        padding: 1rem;
    }

    .application_flow .flow_contents .flow_list::after {
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .category_menu .col .tit {
        font-size: 1.8rem;
    }

}

#cnt01 {
    margin-bottom: 150px;
}

#cnt01 table.tbr {
    margin-top: 30px;
}

#cnt01 .caption {
    margin-top: 10px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

#cnt01 .caption .ico_pdf {
    text-decoration: underline;
}

#cnt01 .caption .ico_link {
    width: 20px;
    margin-left: 0.5rem;
}

#cnt01 .caption ul {
    padding-left: 0;
}

#cnt01 .caption ul li {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
}



#cnt02 {
    margin-bottom: 150px;
}

#cnt02 .schedule_flow {
    display: flex;
    justify-content: space-between;
    margin: 5rem auto 6rem;
    max-width: 1200px;
}

#cnt02 .schedule_flow .item {
    width: 15%;
    position: relative;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-family: 'Noto Serif JP', serif
}

#cnt02 .schedule_flow li:nth-of-type(1) {
    position: relative
}

#cnt02 .schedule_flow li:nth-of-type(1)::before {
    content: '約1週間\A 程度';
    font-size: 12px;
    color: var(--cv_navy);
    white-space: pre;
    top: 20px;
    right: -57px;
    line-height: 1.4;
    position: absolute;
}

#cnt02 .schedule_flow .item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
    width: 12px;
    height: 43px;
    background: url(../img/arrow_triangle.webp);
    background-repeat: no-repeat;
    background-size: contain;

}

#cnt02 .schedule_flow .item:last-of-type::after {
    display: none;
}

#cnt02 .schedule_flow .item .txt01 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    height: 100px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
}

#cnt02 .schedule_flow .item .txt02 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 15px;
}

#cnt02 .schedule_flow .bg_red {
    background: var(--highlight-color);
}

#cnt02 .schedule_flow .bg_blue {
    background: var(--cmn-blue);
}

#cnt02 p a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #cnt01 {
        margin-bottom: 0;
    }

    #cnt01 table.tbr th {
        display: block;
        width: 100%;
    }

    #cnt01 table.tbr td {
        display: block;
        width: 100%;
    }

    #cnt02 .schedule_flow {
        margin: 3rem 0 0;
        flex-direction: column;
    }

    #cnt02 .schedule_flow .item {
        width: 100%;
        margin-bottom: 4rem;
    }

    #cnt02 .schedule_flow .item::after {
        top: unset;
        right: 50%;
        transform: translate(50%, -4%) rotate(90deg);
    }

    #cnt02 .schedule_flow .item .txt01 {
        height: auto;
        letter-spacing: 3px;
    }

    #cnt02 .sub_txt02 {
        margin-top: 0;
        text-align: left;
    }


    #cnt02 .schedule_flow li:nth-of-type(1)::before {
        content: '約1週間程度';
        top: auto;
        bottom: -24%;
        right: 19%;

    }

}

#cnt03 {
    margin-bottom: 150px;
}

#cnt03 .inner-scroll {
    height: 500px;
    overflow-y: scroll;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#cnt03 p {
    margin-bottom: 15px;
}

#cnt03 b {
    font-size: 120%;
}

#cnt04 {
    margin-bottom: 150px;
}

#cnt04 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#cnt04 .inner:nth-of-type(1) {
    margin-bottom: 60px;
}

#cnt04 .inner .colL {
    width: 50%;
}

#cnt04 .inner .colL b {
    color: var(--highlight-color);
}

#cnt04 .inner .colL p {
    margin-bottom: 15px;
}

#cnt04 .inner .colL .caption {
    font-size: 10px;
    ;
}

#cnt04 .inner .colL .spec {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#cnt04 .inner .colL h3:not(:first-child) {
    margin-top: 30px;
}

#cnt04 .inner .colR {
    width: 45%;
}

#cnt04 .inner .colR img {
    width: 100%;
}

#cnt04 .inner .colR figcaption {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 5px;
}


#cnt04 .inner .colR figcaption span {
    display: block;
    font-size: 1.0rem;
}

#cnt04 .inner .colR figcaption.caption {
    font-size: 1.0rem;
    text-align: left;
    padding-top: 8px;
}

#cnt04 .inner.report {
    align-items: flex-start;
}

#cnt04 .inner.report .colL {
    width: 42%;
}

#cnt04 .inner.report .colL figure {
    padding-top: 30px;
}

#cnt04 .inner.report .colL figure img {
    width: 100%;
}

#cnt04 .inner.report .colR {
    width: 52%;
    text-align: center;
}

#cnt04 .inner.report figure {
    margin-bottom: 30px;
}

#cnt04 .inner.report figure p {
    margin-bottom: 15px;
}

.iberia_chart {
    display: flex;
    padding-top: 50px;

    justify-content: space-between;
}

.iberia_chart img {
    width: 100%;
}

.iberia_chart .colL {
    width: 41%;
}

.iberia_chart .colR {
    width: 53%;
}

#cnt05 .category_menu .col {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #cnt04 .inner {
        flex-wrap: wrap;
    }

    #cnt04 .inner.report {
        flex-direction: column;
    }

    #cnt04 .inner .colL {
        width: 100% !important;
        margin-bottom: 30px;
    }

    #cnt04 .inner .colR {
        width: 100% !important;
    }
}


@media screen and (max-width: 768px) {

    #cnt02,
    #cnt02,
    #cnt03,
    #cnt04 {
        margin-bottom: 80px;
    }

    .iberia_chart {
        flex-wrap: wrap;
    }

    .iberia_chart .colL {
        width: 78%;
        margin: 0 auto 30px;
    }

    .iberia_chart .colR {
        width: 100%;
    }
}


/* よくあるご質問 */

.cnt06 .wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
}

/* account_flow
======================================================= */
.account_flow {
    color: var(--blue);
}

.account_flow .wrapper {
    /* max-width: 940px; */
    padding: 0 2rem;
}

.account_flow h4 {
    width: 100%;
    border-bottom: 1px solid var(--blue);
    font-size: clamp(20px, 2.604vw, 25px);
    padding-bottom: 1rem;
    text-align: center;
}

.account_flow details {
    border: 1px solid var(--bg_yellow);
    margin-top: 3rem;
    width: 100%;
}

.account_flow summary {
    background: var(--bg_yellow);
    font-size: clamp(18px, 2.343vw, 22px);
    padding: 3rem;
}

.account_flow .cont_wrap {
    padding: 4rem 5.5rem;
}

.account_flow dl {
    max-width: 540px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;
}

.account_flow dt {
    width: 38.518%;
    background-color: var(--blue);
    border-radius: 20.5px;
    color: #fff;
    font-size: clamp(16px, 2.083vw, 18px);
    padding: .5rem 0;
    text-align: center;
}

.account_flow dd {
    width: 53.703%;
    font-size: clamp(16px, 2.083vw, 18px);
}

.account_flow dd span.asterisk {
    font-size: 12px;
    margin-left: 1rem;
}

.account_flow .cont01 p {
    margin-top: 5rem;
}

.account_flow .cont02 ul {
    margin-top: 4rem;
}

/* .account_flow .cont03 p:not(:nth-of-type(1)) {
    margin-top: 4rem;
} */

/* --------アコーディオンスタイル-------- */
#cnt06 .content {
    overflow: hidden;
}

summary.accordion_ico {
    position: relative;
}

summary.accordion_ico::before,
summary.accordion_ico::after {
    content: '';
    display: inline-block;
    background-color: var(--blue);
    position: absolute;
    width: 36px;
    height: 1px;
    top: 50%;
    right: 20px;
}

summary.accordion_ico::before {
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
}

summary.accordion_ico.active::before {
    transform: rotate(180deg);
    transition: .3s
}

summary.accordion_ico.active::after {
    opacity: 0;
    transition: .3s
}

/* --------アコーディオンスタイル-------- */
.content {
    overflow: hidden;
}

summary.accordion_ico {
    position: relative;
}

summary.accordion_ico::before,
summary.accordion_ico::after {
    content: '';
    display: inline-block;
    background-color: var(--cmn-blue);
    position: absolute;
    width: 36px;
    height: 1px;
    top: 50%;
    right: 20px;
}

summary.accordion_ico::before {
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
}

summary.accordion_ico.active::before {
    transform: rotate(180deg);
    transition: .3s
}

summary.accordion_ico.active::after {
    opacity: 0;
    transition: .3s
}

/* 口座開設の流れ部分_タブ切り替え */

.FAQ-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.FAQ-tab>label {
    flex: 1 1;
    order: -1;
    /* opacity: .5; */
    min-width: 70px;
    padding: 15px 30px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: var(--cmn-blue);

    border: var(--cmn-blue) 1px solid;
    flex-basis: 48%;
}

.FAQ-tab>label:hover {
    background-color: var(--cmn-blue);
    color: #fff;
}

.FAQ-tab input {
    display: none;
}

.FAQ-tab>div {
    display: none;
    width: 100%;
    padding: 1.5em 0;
    background-color: #fff;
}

.FAQ-tab label:has(:checked) {
    background-color: var(--cmn-blue);
    color: #fff;
}

.FAQ-tab label:has(:checked)+div {
    display: block;
}

.QandA summary {
    padding-right: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.QandA summary .lblQ {
    font-size: 40px;
    font-weight: 300;
}


.QandA.account_flow .cont01 p {
    margin-top: 0;
}

.QandA details .content .cont_wrap {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.QandA details .content .cont_wrap a {
    text-decoration: underline;
}

.QandA details .content .cont_wrap .lblA {
    font-size: 16px;
    font-weight: 300;

}

@media screen and (max-width: 768px) {


    #cnt06 .wrapper {
        padding: 0;
        width: 100% !important;
    }

    .account_flow summary {
        padding: 1.2rem;
    }

    .account_flow .cont_wrap {
        padding: 2rem;
    }

    .FAQ-tab {
        /* flex-direction: column; */
        max-width: 100%;
        margin: auto;
        gap: 15px;
        font-size: 4vw;
    }

    .FAQ-tab>label {
        font-size: 3.5vw;
        flex-basis: 46%;
        padding: 15px 10px;
    }


    .QandA summary {
        font-size: 3.5vw;
        padding-right: 60px;
        align-items: flex-start;

    }

    .FAQ-tab>div {
        padding-top: 0;
    }

    .QandA summary .lblQ {
        font-size: 4.5vw;
        font-weight: 300;
    }

    .QandA .cont_wrap {
        font-size: 3.5vw;
    }

    .FAQ-tab .wrapper {
        padding: 0;
    }
}