@charset "UTF-8";

/* パソコン画面用 */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem !important;
}

.text--link,
a:visited {
    color: #3D90CC;
    text-decoration: underline;
}

.text--link:visited {
    color: #3D90CC;
    text-decoration: underline;
}

.text--link:link {
    color: #3D90CC;
    text-decoration: underline;
}

.text--link-icon {
    display: inline-block;
    height: 1em;
    width: auto;
    vertical-align: middle;
    margin: 0 2px 6px 4px;
}

/* modal-style */

/* チャットボタン奥行設定 */

.modal-wrapper {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
}

.modal-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 100000;
}

.modal-content {
    background: #fff;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 100002;
    border-radius: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: 90%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal-content::-webkit-scrollbar {
    display: none;
}

.modal-close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 1;
    top: 24px;
    right: 24px;
}

.modal-close-btn::before,
.modal-close-btn::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal-close-btn::before {
    transform: rotate(45deg);
}

.modal-close-btn::after {
    transform: rotate(-45deg);
}

.ep-cc__modal-title {
    display: block;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    color: #313131;
}

.u-sp-only-inline {
    display: none;
}

.ep-cc__modal-plan-wrap {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ep-cc__modal-plan-lists {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.ep-cc__modal-plan-ttl {
    font-size: 1.6rem;
    margin-bottom: 16px;
    font-weight: bold;
}

.ep-cc__modal-plan-item {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
}

/* modal-styleここまで */

/* fixid banner */
.chat-button {
    bottom: 0;
}

.chat-button.bottom-none {
    bottom: 0 !important;
}

.fixed-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: none;
    background-color: hsla(0, 0%, 66.7%, 0.8);
}

.fixed-banner.show {
    display: block;
}

.fixed-banner.hidden {
    display: none !important;
}

.fixed-banner__close {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fixed-banner__text {
    font-size: 1.6rem;
}

.fixed-banner .fixed-banner__close {
    position: absolute;
    display: block;
    width: 8%;
    max-width: 40px;
    right: 2%;
    top: 6%;
}

.fixed-banner .btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
    padding-top: 1.5%;
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.fixed-banner .diagonal-line-left hr,
.fixed-banner .diagonal-line-right hr {
    width: 40px;
    border: 0;
    border-top: 2px solid #e82229;
    margin: 0;
    padding: 0;
}

.fixed-banner .diagonal-line-left hr {
    transform: rotate(45deg);
}

.fixed-banner .diagonal-line-right hr {
    transform: rotate(-45deg);
}

.fixed-banner .btn-text p {
    font-weight: bold;
}

.fixed-banner a {
    display: flex;
    width: 90%;
    max-width: 420px;
    margin: 0 auto 1.5%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .fixed-banner .btn-text{
        padding-top: 2%;
    }

    .fixed-banner a {
        margin: 0 auto 2%;
    }

    .fixed-banner .fixed-banner__close {
        width: 7%;
    }

    .arrow-tab__contents>li>.btn-wrap {
        margin-top: 30px;
    }

    .fixed-banner .diagonal-line-left hr,
    .fixed-banner .diagonal-line-right hr {
        width: 30px;
    }

    .fixed-banner .fixed-banner__close {
        width: 7%;
    }
}

/* fixid banner ここまで */


/* フロー図ここから */
.flow {
    margin-bottom: 80px;
}

.flow__title {
    color: #333333;
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.flow__sticky-container {
    position: relative;
    margin-bottom: 20px;
}

.flow__time-text {
    text-align: center;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 400;
    padding-bottom: 10px;
}

.flow__time-text--large {
    font-size: 3.0rem;
    font-weight: 700;
    padding: 0 4px;
}

.flow-nav {
    display: flex;
    max-width: 1000px;
    width: 100%;
    position: sticky;
    top: 69px;
    left: 0;
    z-index: 2;
    overflow: visible;
    padding: 10px 0 4px;
    background-color: #FFFFFF99;
}

.flow-nav__inner {
    height: 48px;
}

.flow-nav__inner--wrap {
    overflow-x: scroll;
}

/* -webkit-scrollbar適応可能な場合 */
@supports selector(::-webkit-scrollbar) {
    .flow-nav__inner--wrap::-webkit-scrollbar {
        height: 6px;
    }
    
    .flow-nav__inner--wrap::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 3px;
    }
    
    .flow-nav__inner--wrap::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

/* -webkit-scrollbar適応不可な場合 */
@supports not selector(::-webkit-scrollbar) {
    .flow-nav__inner--wrap {
        scrollbar-color: transparent transparent;
        scrollbar-width: thin;
    }
}

.flow-nav__list {
    display: flex;
    min-width: 1000px;
    height: 100%;
    background-color: #E82229;
}

.flow-nav__list-item {
    display: flex;
    align-items: center;
    background-color: #E82229;
    flex-grow: 1;
    overflow-y: hidden;
}

.flow-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.flow-nav__link-text {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-decoration: underline;
}

.flow-nav__link-text:link,
.flow-nav__link-text:visited {
    color: #ffffff;
}

.flow-nav__border-line {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 16px;
    height: 120%;
}

.flow-nav__border-line--parts {
    display: block;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.flow-nav__border-line--white {
    background-color: #ffffff;
}

.flow-nav__border-line--red {
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    background-color: #E82229;
}

.flow__text-guide {
    font-size: 1.4rem;
    line-height: 1;
    text-align: end;
    margin-bottom: 20px;
}

.flow-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flow-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    width: 100%;
    position: relative;
    border: 3px solid #B5B5B5;
    border-radius: 10px;
    /* padding: 20px; */
}

.flow-list__item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flow-list__arrow {
    display: block;
    width: 60px;
    height: 20px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #B5B5B5;
}

.flow-list__item:last-child::after {
    display: none;
}

.flow-list__title-container {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.flow-list__title-container:hover {
    cursor: pointer;
}

.flow-list__title-button {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 26px;
    aspect-ratio: 1/1;
}

.flow-list__title-button::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #555555;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.flow-list__title-button::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #555555;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.1s;
}

.flow-list__input:checked+.flow-list__title-container .flow-list__title-button::before {
    transform: translateY(-50%) rotate(0deg);
}

.flow-list__input {
    display: none;
}

.flow-list__title-number {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    width: auto;
    height: 40px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #707070;
    border-radius: 5px;
    padding: 0 0.5em;
}

.flow-list__title-text {
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    color: #333333;
    line-height: 1;
}

.flow-list__content-container {
    display: grid;
    transition: grid-template-rows 0.5s;
    grid-template-rows: 0fr;
    overflow: hidden;
    padding: 0 40px;
}

.flow-list__input:checked~.flow-list__content-container {
    grid-template-rows: 1fr;
}

.flow-list__content-container-inner {
    text-align: start;
    overflow: hidden;
}

.flow-content {
    width: 100%;
}

.flow-content__section {
    display: block;
    padding: 40px 20px;
    border-bottom: 1px solid #DCDCDC;
}

.flow-content__section:first-child {
    padding-top: 20px;
}

.flow-content__section--bg-gray {
    padding: 40px 0;
}

.flow-content__section-inner--bg-gray {
    background-color: #F5F5F5;
    padding: 20px;
}

.flow-content__section:last-child {
    border-bottom: none;
}

.flow-list__item-wrap.flow-list__item-wrap-3 .flow-content__section-text--annotation,
.flow-other__container .flow-content__section-text--annotation {
    margin-bottom: 40px;
}

.flow-content__section-head {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}

.flow-content__section-head--number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    background-color: #E82229;
    border-radius: 50%;
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
}

.flow-content__section-head--title {
    font-size: 1.8rem;
    font-weight: 700;
}

.flow-content__section-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
}

.flow-list__item-wrap--item2 .flow-content__section-body {
    gap: 20px;
}

.flow-content__section-subtitle {
    font-size: 1.6rem;
    font-weight: 700;
}

.flow-list__item-wrap--item1 .flow-content__section-subtitle {
    margin-bottom: 10px;
}

.flow-content__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #B5B5B5;
}

.flow-content__container {
    display: flex;
    justify-content: center;
}

.flow-content__figure {
    display: grid;
    grid-template-columns: 450px auto;
    margin: 0;
    width: 100%;
    height: auto;
    gap: 20px;
}

.flow-content__figure-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flow-content__figure-list-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.flow-content__image-Description {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.flow-content__image-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.flow-content__image-text--red {
    font-weight: 700;
    color: #E82229;
}

.flow-content__image-text--redbox {
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #ffffff;
    background-color: #E82229;
    padding: 0.1em 0.5em 0.2em;
    border-radius: 3px;
    margin-right: 5px;
}

.flow-content__section-text--close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #616161;
    width: auto;
    background-color: #ffffff;
    border: 1px solid #616161;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0.1em 0.5em 0.2em;
}

.flow-content__grayarea {
    display: flex;
    padding-left: 10px;
    background-color: #F5F5F5;
    border-radius: 8px;
    color: #707070;
}

.flow-content__grayarea-icon-wrap--info {
    width: 24px;
    aspect-ratio: 1/1;
    margin-top: 10px;
}

.flow-content__grayarea-icon--info {
    min-width: 24px;
    width: 100%;
    height: auto;
}

.flow-content__grayarea-icon--sp_gray {
    width: 10px;
    height: auto;
    margin: 0 2px;
}

.flow-content__grayarea-icon--tel_gray {
    width: 16px;
    height: auto;
    margin: 0 3px;
}

.flow-content__grayarea-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px 15px;
}

.flow-content__grayarea-head {
    display: block;
}

.flow-content__grayarea-head * {
    display: inline;
    vertical-align: middle;
}

.flow-content__grayarea-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 22px;
}

.flow-content__grayarea-text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 22px;
}

.flow-content__section-text--annotation {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
}

.flow-list__item-wrap--item3 .flow-content__section-text--annotation {
    margin-bottom: 40px;
}

.flow-content__accordion-mini {
    border: 3px solid #B5B5B5;
    border-radius: 8px;
}

.flow-content__accordion-mini .flow-list__title-container {
    padding: 20px;
}

.flow-content__accordion-mini .flow-list__title-text {
    font-size: 1.6rem;
}

.flow-content__accordion-mini .flow-list__title-button {
    width: 20px;
    right: 20px;
}

.flow-content__accordion-mini .flow-list__content-container {
    padding: 0;
}

.flow-content__accordion-mini .flow-list__content-container-inner {
    padding: 20px;
}

.flow-content__accordion-mini .flow-list__content-container--hidden-parts {
    overflow: hidden;
}

.flow-content__accordion-mini .flow-content__figure {
    grid-template-columns: 430px auto;
}

.flow-other .flow-content__section-text--annotation {
    display: inline-block;
}

.flow-other .flow-content__section-text--annotation .text--link {
    display: inline-block;
    position: relative;
}

.flow-content__section-text--gray {
    font-size: 1.6rem;
    color: #707070;
}

.flow-content__section-text--gray--mini {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    color: #707070;
    line-height: 22.4px;
    align-items: start;
}

.flow-content__section-text--gray--mini::before {
    content: "※";
}

.flow-content__section-text--gray--annotation {
    display: inline;
    width: 100%;
    color: #707070;
    font-size: 1.4rem;
    font-weight: 400;
}

.flow-content__section-text--gray--annotation::before {
    content: "※";
}

.flow-content__section-text--number {
    display: inline-flex;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    aspect-ratio: 1/1;
    line-height: 1;
    background-color: #E82229;
    border-radius: 50%;
    margin: 0 2px;
}

.after-annotation::after {
    content: "※";
    display: inline-block;
    vertical-align: top;
    font-size: 1.0rem;
}

.after-annotation.omission::after {
    content: "※省略可";
    margin-left: 10px;
    vertical-align: middle;
}

.flow-content__attention {
    padding: 20px;
    background-color: #FDE8E7;
    width: 100%;
}

.flow-content__attention-head {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    margin-bottom: 18px;
}

.flow-content__attention-icon {
    width: 24px;
    height: auto;
}

.flow-content__attention-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #707070;
}

.flow-content__attention-text,
.flow-content__attention-item {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 22.4px;
    color: #707070;
}

.flow-content__attention-list {
    margin-bottom: 1rem;
}

.flow-content__attention-item {
    display: block;
}

.flow-content__attention-item::before {
    content: "・";
}

.flow-other__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.flow-other__arrow {
    display: flex;
    flex-direction: column;
}

.flow-other__arrow-parts {
    width: 35px;
    height: 12px;
    background-color: #DDDDDD;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flow-other {
    border-color: #DDDDDD;
}

.flow-other .flow-list__title-number {
    color: #333333;
    background-color: #DDDDDD;
}

.inquiry__title {
    text-align: center;
    margin-bottom: 40px;
}

.inquiry__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #F5F5F5;
    border: 3px solid #DDDDDD;
    border-radius: 10px;
    padding: 25px 20px;
}

.inquiry__button-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inquiry__button-text {
    line-height: 1;
    color: #333333;
}

.inquiry__button-text--text1 {
    font-size: 2.0rem;
    font-weight: 700;
}

.inquiry__button-text--text2 {
    font-size: 1.4rem;
    font-weight: 400;
}

.inquiry__button-arrow {
    display: block;
    position: relative;
    width: 10px;
    height: 18px;
}

.inquiry__button-arrow-line {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 13.454px;
    height: 3px;
    background-color: #333333;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.inquiry__button-arrow-line--line1 {
    transform: translateY(-50%) rotate(48deg);
    transform-origin: bottom right;
}

.inquiry__button-arrow-line--line2 {
    transform: translateY(-50%) rotate(-48deg);
    transform-origin: top right;
}

#content-foot-wrapper .content-foot-container .utility-content {
    padding-bottom: 200px;
}

/* タブレット用 */
@media screen and (max-width:999px) {

    .lead-wrap {
        padding: 0 15px;
    }

    .flow-nav {
        padding: 10px 0 4px;
    }

    .modal-content {
        margin-right: 4.2vw;
        width: calc(100% - 8.4vw);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 96%;
    }

    .ep-cc__modal-title {
        font-size: 3.0rem;
    }

    .u-sp-only-inline {
        display: inline-block;
    }

    .ep-cc__modal-plan-wrap {
        flex-direction: column;
        margin-top: 24px;
    }

    .ep-cc__modal-plan-ttl {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .ep-cc__modal-plan-item {
        font-size: 1.4rem;
    }

    .flow-content__section {
        padding: 40px 0;
    }

    .flow-content__figure {
        grid-template-columns: 314px auto;
    }

    .flow-content__accordion-mini .flow-list__content-container {
        padding: 0;
    }

    .flow-content__accordion-mini .flow-content__figure {
        grid-template-columns: 299px auto;
    }

    @supports selector(::-webkit-scrollbar) {
        .flow-nav__inner--wrap:hover::-webkit-scrollbar-thumb {
            background: #888;
        }
    }

    @supports not selector(::-webkit-scrollbar) {
        .flow-nav__inner--wrap:hover {
            scrollbar-color: #888 transparent;
        }
    }

}

/* スマートフォン用 */
@media screen and (max-width:767px) {

    body {
        font-size: 1.4rem !important;
    }

    .el-support {
        /* SP時の高さ調整 */
        margin-top: 52px;
    }

    .ep-cc__modal-title {
        font-size: 2.2rem;
    }

    .ep-cc__modal-plan-lists {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .fixed-banner__text {
        font-size: 1.4rem;
    }

    .flow {
        margin-bottom: 40px;
    }

    .flow__title {
        margin-bottom: 30px;
    }

    .flow__sticky-container {
        margin-bottom: 10px;
    }

    .flow__time-text {
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 10px;
    }

    .flow__text-guide {
        font-size: 1.2rem;
    }

    .flow__time-text--large {
        font-size: 2.0rem;
    }

    .flow-nav {
        top: 52px;
        padding: 10px 0 4px;
    }

    .flow-nav__inner {
        height: 38px;
    }

    @supports selector(::-webkit-scrollbar) {
        .flow-nav__inner--wrap::-webkit-scrollbar {
            display: none;
        }
    }

    @supports not selector(::-webkit-scrollbar) {
        .flow-nav__inner--wrap {
            scrollbar-width: none;
        }
    }

    .flow-nav__link .flow-nav__link-text {
        font-size: 1.6rem;
    }

    .icon-scroll .icon-scroll-bg {
        width: 88px;
        height: 88px;
    }

    .icon-scroll .icon-scroll-img-wrapper .icon-scroll-img {
        height: 42px;
    }

    .flow-list {
        gap: 10px;
    }

    .flow-list__item {
        border: 2px solid #B5B5B5;
        border-radius: 5px;
    }

    .flow-list__item-wrap {
        gap: 10px;
    }

    .flow-list__arrow {
        width: 30px;
        height: 10px;
    }

    .flow-list__title-container {
        gap: 10px;
        padding: 20px 30px 20px 10px;
    }

    .flow-list__title-button {
        width: 14px;
        right: 10px;
    }

    .flow-list__title-button::after,
    .flow-list__title-button::before {
        height: 2px;
    }

    .flow-list__title-number {
        font-size: 1.4rem;
        min-width: 70px;
        height: 26px;
    }

    .flow-list__title-text {
        font-size: 1.6rem;
    }

    .flow-list__content-container {
        padding: 0;
    }

    .flow-list__content-container-inner {
        padding: 0 15px;
    }

    .flow-content__section-inner--bg-gray {
        padding: 20px 15px;
    }

    .flow-content__section-head {
        gap: 5px;
        margin-bottom: 20px;
    }

    .flow-content__section-head--number {
        width: 2.8rem;
        font-size: 1.6rem;
    }

    .flow-content__section-head--title {
        font-size: 1.6rem;
    }

    .flow-content__section-text--annotation {
        font-size: 1.4rem;
        line-height: 18px;
    }

    .flow-content__section-text--number {
        font-size: 1.4rem;
    }

    .flow-content__section-subtitle {
        font-size: 1.4rem;
    }

    .flow-content__figure {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px
    }

    .flow-content__image-text {
        font-size: 1.4rem;
    }

    .flow-content__section-text--gray {
        font-size: 1.4rem;
        line-height: 18px;
    }

    .flow-content__section-text--gray--mini {
        font-size: 1.2rem;
        line-height: 16px;
    }

    .flow-content__section-text--gray--annotation {
        font-size: 1.2rem;
        line-height: 15px;
    }

    .flow-content__grayarea-title {
        font-size: 1.4rem;
        line-height: 19.2px;
    }

    .flow-content__grayarea-text {
        font-size: 1.4rem;
        line-height: 19.2px;
    }

    .flow-content__grayarea-icon-wrap--info {
        width: 24px;
        aspect-ratio: 1/1;
        margin-top: 10px;
    }

    .flow-content__accordion-mini {
        border: 2px solid #B5B5B5;
        border-radius: 5px;
    }

    .flow-content__accordion-mini .flow-list__title-container {
        padding: 15px 30px 15px 15px;
    }

    .flow-content__accordion-mini .flow-list__title-text {
        font-size: 1.4rem;
    }

    .flow-content__accordion-mini .flow-list__title-button {
        width: 14px;
        right: 15px;
    }

    .flow-content__accordion-mini .flow-list__content-container-inner {
        padding: 15px;
    }

    .flow-content__attention {
        padding: 17px 10px;
    }

    .flow-content__attention-head {
        justify-content: center;
        margin-bottom: 14px;
    }

    .flow-content__attention-icon {
        width: 20px;
    }

    .flow-content__attention-title {
        font-size: 1.4rem;
    }

    .flow-content__attention-text,
    .flow-content__attention-item {
        font-size: 1.4rem;
    }

    .flow-content__attention-item {
        display: flex;
    }

    .flow-other__container {
        gap: 10px;
    }

    .inquiry__title {
        margin-bottom: 30px;
    }

    .inquiry__button {
        padding: 24px 10px;
    }

    .inquiry__button-inner {
        gap: 6px;
    }

    .inquiry__button-text--text1 {
        font-size: 1.6rem;
    }

    .inquiry__button-text--text2 {
        font-size: 1.2rem;
    }

    .inquiry__button-arrow {
        width: 7px;
        height: 12px;
    }

    .inquiry__button-arrow-line {
        top: 50%;
        right: 0;
        width: 9.22px;
        height: 2px;
    }

    .inquiry__button-arrow-line--line1 {
        transform: translateY(-50%) rotate(49.4deg);
        transform-origin: bottom right;
    }

    .inquiry__button-arrow-line--line2 {
        transform: translateY(-50%) rotate(-49.4deg);
        transform-origin: top right;
    }
}

@media screen and (max-width:640px) {

    /* フローnavi長さ調節 */
    .flow-nav__list {
        min-width: 640px;
        width: 100%;
    }
}
