main {
    overflow: hidden;
}

.sp {
    display: none;
}

/* 受付 */
.reception {
    position: absolute;
    width: 25rem;
    height: 18.9rem;
    top: 36.4rem;
    right: 2rem;
    background-color: #B1FFA4;
    clip-path: polygon(15% 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0 20%);
}

.reception div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.reception h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2.7rem;
    text-align: center;
}

.reception p {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.reception a {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-inline: auto;
    width: fit-content;
}

.reception a span {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    margin-right: 1rem;
}

.reception a img {
    width: 2rem;
    height: 2rem;
}

/* セクションタイトル */
.kibou h2 {
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.kibou h2::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #8EFC7B;
    margin-right: 0.3rem;
    display: inline-block;
}

/* セクションの余白 */
.kibou section {
    margin-left: 8.3rem;
    margin-top: 10rem;
    scroll-margin-top: 9rem;
    margin-bottom: 10rem;
}

.kibou section.about {
    margin-top: 5rem;
}

.kibou section.hero_section {
    margin-left: 0;
}

/* ヒーローセクション */
.hero_section {
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
}

.mainvisual_wrap {
    position: relative;
    width: 110.5rem;
    height: 52.7rem;
    margin-left: 2rem;
}

.mainvisual_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.mainvisual {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title_wrap {
    font-family: "Shippori Mincho";
    font-weight: bold;
    color: white;
    letter-spacing: 0.125em;
    position: absolute;
    top: 5.6rem;
    left: 6.3rem;
    z-index: 3;
}

.hero_section_text {
    font-size: 2.4rem;
}

.title {
    font-size: 5.4rem;

}

.page_nav {
    font-size: 1.6rem;
    color: white;
    display: flex;
    gap: 2rem 1.7rem;
    flex-wrap: wrap;
    width: 90rem;
    position: absolute;
    bottom: 3.2rem;
    left: 7.4rem;
    font-family: "Shippori Mincho";
}

.page_nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: inherit;
    text-decoration: none;
}

.page_nav a div {
    position: relative;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #8EFC7B;
}

.page_nav a div::before,
.page_nav a div::after {
    content: "";
    position: absolute;
    top: 0.82rem;
    width: 0.48rem;
    height: 0.22rem;
    background: #ffffff;
    border-radius: 99.9rem;
}

.page_nav a div::before {
    left: 49.9%;
    transform: translateX(-100%) rotate(48deg);
    transform-origin: right center;
}

.page_nav a div::after {
    left: 49.8%;
    transform: rotate(-48deg);
    transform-origin: left center;
}

.hero_section_circle {
    width: 42.6rem;
    height: 42.6rem;
    background-color: #8EFC7B;
    border-radius: 50%;
    position: absolute;
    bottom: -5rem;
    left: 94.5rem;
    z-index: -3;
    overflow: hidden;
}

.hero_section_circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncR type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncG type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncB type='discrete' tableValues='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1'/%3E%3CfeFuncA type='table' tableValues='0 0.25'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 6rem 6rem;
    background-repeat: repeat;
    background-position: 0 0;
    opacity: 1;
    pointer-events: none;
}

.wave_border {
    position: absolute;
    left: 50%;
    bottom: -7.5rem;
    width: 100vw;
    height: 20rem;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    transform: translateX(-50%);
}

.wave_border .c-wave {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    background-color: transparent;
    color: #C99846;
}

.wave_border .c-wave__item,
.wave_border .c-wave__item svg {
    height: 18.5rem;
}

.wave_border .c-wave__item {
    position: absolute;
    left: 0;
    width: 346.93rem;
    display: flex;
    transform: rotate(3.59deg);
}

.wave_border .c-wave__item figure {
    margin: 0;
    display: flex;
    width: 200%;
}

.wave_border .c-wave__item svg {
    width: 346.93rem;
    height: 10rem;
}

.wave_border .c-wave__item svg path {
    stroke-width: 0.15rem;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.wave_border .c-wave__item:nth-child(1) {
    animation: wave-slide-1 40s linear infinite;
    z-index: 1;
}

.wave_border .c-wave__item:nth-child(2) {
    opacity: 0.4;
    animation: wave-slide-2 30s linear infinite;
    z-index: 2;
}

@keyframes wave-slide-1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-346.93rem);
    }
}

@keyframes wave-slide-2 {
    0% {
        transform: translateX(-170rem);
    }

    100% {
        transform: translateX(0);
    }
}

/* 施設について */

.kibou .about h3 {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "Shippori Mincho";
    margin-top: 3rem;
}

.kibou .about p {
    margin-top: 2rem;
    font-size: 1.7rem;
    font-weight: 400;
    width: 111.4rem;
}

.kibou .about h4 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 3rem;
    display: flex;
    align-items: center;
}

.kibou .about h4::before {
    content: "";
    width: 3rem;
    height: 0.1rem;
    background-color: #8EFC7B;
    display: inline-block;
    margin-right: 0.5rem;
}

/* 提供サービス */
.kibou .offer ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    width: 111.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    gap: 1.3rem 4.7rem;
}

.kibou .offer li {
    width: 34rem;
    height: 6rem;
    background-color: #8EFC7B;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* 施設・設備紹介 */

.kibou .intro {
    position: relative;
}

.kibou .intro h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 3rem;
    display: flex;
    align-items: center;
}

.kibou .intro h3::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 0.1rem;
    background-color: #8EFC7B;
    margin-right: 0.5rem;
}

.kibou .intro .intro_wrapper {
    display: flex;
    gap: 1.8rem;
}

.kibou .intro .swiper {
    width: 54.8rem;
    margin: 0;
    position: relative;
}

/* .kibou .intro .swiper-wrapper{
    position: relative;
} */

.kibou .intro .swiper img {
    width: 54.8rem;
    height: 35.5rem;
    margin-top: 1.7rem;
}

.kibou .intro .swiper h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 3rem;
}

.kibou .intro .swiper p {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 1rem;
}

.look-pagenation,
.facility-pagenation {
    display: flex;
    height: 1rem;
    width: fit-content;
    position: absolute;
    justify-content: center;
    top: 44.2rem !important;
    bottom: auto !important;
    z-index: 5;
}

.swiper-pagination-bullet {
    background-color: #A3A19E;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background-color: #8EFC7B;
}

.look-btn-box,
.facility-btn-box {
    position: absolute;
    top: 25rem;
    display: flex;
    gap: 46.1rem;
    margin-left: 0.7rem;
}

.look-btn-prev,
.facility-btn-prev {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #8EFC7B;
    color: #323232;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    cursor: pointer;
}

.look-btn-next,
.facility-btn-next {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #8EFC7B;
    color: #323232;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    cursor: pointer;
}

.look-btn-prev.is-pressed,
.look-btn-next.is-pressed,
.facility-btn-prev.is-pressed,
.facility-btn-next.is-pressed {
    background-color: #323232;
    color: #FFFFFF;
}

.intro .deco_left,
.intro .deco_right {
    width: 17.1rem;
    height: 17.1rem;
    position: absolute;
    bottom: 11.1rem;
    z-index: -1;
}

.intro .deco_left {
    left: 44rem;
}

.intro .deco_right {
    right: 3rem;
}

/* 施設の特徴 */

.feature {
    position: relative;
}

.feature_swiper {
    margin-top: 3rem;
    width: 77rem;
    margin-inline: auto;
}

.feature_swiper img {
    width: 77rem;
    height: 49.6rem;
}

.feature_swiper h4 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 5.9rem;
}

.feature_swiper p {
    margin-top: 1rem;
    font-size: 1.7rem;
    font-weight: 400;
}

.feature-pagenation {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 52rem !important;
    bottom: auto !important;
    z-index: 5;
}

.feature-btn-box {
    position: absolute;
    top: 28.8rem;
    display: flex;
    gap: 70.8rem;
    margin-left: 18.2rem;
}

.feature-btn-prev {
    width: 6.2rem;
    height: 6.2rem;
    background-color: #8EFC7B;
    color: #323232;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    cursor: pointer;
}

.feature-btn-next {
    width: 6.2rem;
    height: 6.2rem;
    background-color: #8EFC7B;
    color: #323232;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    cursor: pointer;
}

.feature-btn-prev.is-pressed,
.feature-btn-next.is-pressed {
    background-color: #323232;
    color: #FFFFFF;
}

.feature .deco {
    position: absolute;
    bottom: 13.8rem;
    right: 13.8rem;
    z-index: -2;
    width: 17.1rem;
    height: 17.1rem;
    border-radius: 50%;
    overflow: hidden;
}

/* 活動内容 */

.work_content_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 112.3rem;
    gap: 1.9rem 6.1rem;
    position: relative;
    margin-top: 3rem;
}

.work_content_wrapper div {
    width: 33.1rem;
    height: 34.3rem;
    padding: 1.4rem 2.1rem 4rem;
    border: 0.2rem solid #323232;
    position: relative;
    background-color: #FFFFFF;
}

.work_content_wrapper h3 {
    font-size: 2.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.work_content_wrapper h3::before {
    content: "";
    width: 1.7rem;
    height: 0.1rem;
    background-color: #8EFC7B;
    display: inline-block;
    margin-right: 0.5rem;
}

.work_content_wrapper img {
    width: 28.9rem;
    height: 14.7rem;
    margin-top: 0.9rem;
}

.work_content_wrapper ul {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    font-weight: 400;
}

.work_content_wrapper li {
    list-style-type: disc;
    margin-left: 2.3rem;
}

.work_content_wrapper div::after {
    content: "";
    width: 10rem;
    height: 10rem;
    border: 0.2rem solid #8EFC7B;
    position: absolute;
    display: block;
    bottom: -0.9rem;
    right: -0.9rem;
    z-index: -1;
}

/* 一日の流れ */

.flow_wrapper {
    display: flex;
    gap: 10rem;
    margin-top: 3rem;
}

.workday {
    width: 46.9rem;
    position: relative;
}

.holiday {
    width: 52.1rem;
    position: relative;
}

.flow_wrapper h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #323232;
    display: flex;
    align-items: center;
}

.flow_wrapper h3::before {
    content: "";
    width: 3rem;
    height: 0.1rem;
    background-color: #8EFC7B;
    display: inline-block;
    margin-right: 0.5rem;
}

.flow_content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 3rem;
}

.flow_content div {
    display: flex;
    gap: 2rem;
    font-size: 1.9rem;
    font-weight: 700;
    align-items: center;
}

.flow_content div::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-color: #8EFC7B;
}

.flow_content p {
    position: relative;
    width: 40.2rem;
}

.flow_content p span {
    font-size: 1.7rem;
    font-weight: 400;
    display: inline-block;
    position: absolute;
}

.flow_line {
    width: 0.2rem;
    background-color: #9D9D9D;
    position: absolute;
    left: 0.6rem;
    z-index: -1;
    top: 7rem;
}

.workday_line {
    height: 48rem;
}

.holiday_line {
    height: 55rem;
}

/* 年間行事、 ご利用できる方*/

.event p,
.usage p {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 3rem;
    width: 111.4rem;
}

/* 施設概要&アクセス */

.access_wrapper {
    margin-top: 2rem;
    display: flex;
    gap: 0.5rem;
}

.access_scroll_wrapper {
    display: flex;
    overflow: auto;
}

.access_wrapper dl {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.access_wrapper dl div {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.access_wrapper dt {
    width: 18.4rem;
    padding-block: 1.3rem;
    padding-left: 1.3rem;
    background-color: #878787;
    font-size: 1.7rem;
    font-weight: 400;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
}

.access_wrapper dd {
    width: 49.2rem;
    background-color: #F0F0F0;
    padding-left: 1.3rem;
    padding-block: 1.3rem;
    font-size: 1.7rem;
    font-weight: 400;
    color: #323232;
}

.access_wrapper dl div:nth-child(3) dd {
    padding-block: 2.7rem;
}

.access_wrapper dl div:nth-child(4) dd {
    padding-block: 3.6rem;
}

.access_wrapper .access_about {
    background-color: #F0F0F0;
    padding: 0.9rem 0.5rem 3.3rem;
    width: 42.8rem;
}

.access_about h3 {
    width: 41.6rem;
    padding-bottom: 0.4rem;
    color: #0A435F;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 0.2rem solid #FF4050;
}

.access_about ul {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    margin-top: 1.2rem;
    color: #323232;
    font-size: 1.7rem;
    font-weight: 400;
}

.access_map {
    width: 111.4rem;
    height: 31.4rem;
    margin-top: 0.5rem;
}

.fee {
    font-size: 2.2rem;
    font-weight: 700;
    color: #323232;
    margin-top: 3rem;
    display: flex;
    align-items: center;
}

.fee::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 0.1rem;
    background-color: #8EFC7B;
    margin-right: 0.5rem;
}

.fee_link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #0A7650;
    width: 40.6rem;
    padding-block: 1.9rem;
    margin-top: 3rem;
    margin-inline: auto;
}

/* インスタの全体幅の設定 */
#sb_instagram {
    max-width: 114rem;
    margin: 0 auto;
}

/* 画像の大きさ */
#sb_instagram .sbi_item {
    padding: 0.8rem !important;
}

/* インスタのヘッダー非表示 */
#sb_instagram .sbi_header_text {
    display: none !important;
}

@media screen and (max-width:699.98px) {

    /* メイン */
    main {
        overflow: hidden;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .page_content_wrapper {
        padding: 0 1rem;
    }

    .kibou section {
        margin-left: 0;
    }

    .kibou h2 {
        font-size: 2.4rem;
        letter-spacing: calc(2.4rem * 0.02);
    }

    .kibou h2::before {
        margin-right: 1rem;
    }

    .section_title::before {
        width: 2.4rem;
        height: 2.4rem;
    }

    .content_title {
        font-size: 2.2rem;
        letter-spacing: calc(2.2rem * 0.02);
    }

    /* ヒーローセクション */
    .mainvisual_wrap {
        width: 33.9rem;
        height: 16.2rem;
        margin: 0 auto;
    }

    .title_wrap {
        top: 1.6rem;
        left: 2.8rem;
    }

    .kibou .hero_section {
        margin-block: 2rem 0;
    }

    .hero_section_text {
        font-size: 2rem;
    }

    .title {
        font-size: 3.5rem;
    }

    .page_nav {
        display: none;
    }

    .hero_section_circle {
        width: 16.6rem;
        height: 16.6rem;
        left: 23.5rem;
        bottom: -4.2rem;
    }

    .wave_border {
        bottom: -2.6rem;
        height: 8.8rem;
        width: calc(100vw + 10rem);
    }

    .wave_border .c-wave {
        height: 8.8rem;
    }

    .wave_border .c-wave__item,
    .wave_border .c-wave__item svg {
        height: 7.2rem;
    }

    .wave_border .c-wave__item {
        width: 180rem;
        transform: rotate(1deg);
    }

    .wave_border .c-wave__item:nth-child(2) {
        opacity: 0.8;
    }

    .wave_border .c-wave__item svg {
        width: 180rem;
        height: 5.6rem;
    }

    .wave_border .c-wave__item svg path {
        stroke-width: 0.2rem;
    }

    /* 受付 */
    .reception {
        top: 12.4rem;
        width: 21.8rem;
        height: 8rem;
    }

    .reception div {
        flex-direction: row;
        gap: 0.8rem;
        margin-top: 1.3rem;
        align-items: center;
        justify-content: center;
    }

    .reception h3 {
        margin: 0;
        font-size: 1.4rem;
    }

    .reception p {
        font-size: 2rem;
    }

    .reception a {
        margin-top: 0;
        font-size: 1.5rem;
    }

    .reception a span {
        width: 2.7rem;
        height: 2.7rem;
    }

    .reception a img {
        width: 1.4rem;
        height: 1.4rem;
    }

    /* 施設について */
    .kibou .about h3 {
        font-size: 2.8rem;
    }

    .kibou .about h4 {
        margin-top: 2.5rem;
    }

    .kibou .about p {
        width: 35.3rem;
    }

    /* 提供サービス */
    .kibou .offer ul {
        width: fit-content;
        flex-direction: column;
        gap: 1.3rem;
        margin-inline: auto;
    }

    /* 施設・設備紹介 */
    .intro_wrapper {
        flex-direction: column;
        gap: 2rem;
    }

    .kibou .intro .swiper {
        width: 35.3rem;
    }

    .kibou .intro .swiper img {
        width: 35.3rem;
        height: 22.8rem;
    }

    .look-pagenation,
    .facility-pagenation {
        top: 31.36rem !important;
    }

    .look-btn-box,
    .facility-btn-box {
        gap: 29.7rem;
        margin-left: 0.45rem;
        top: 18.3rem;
    }

    .look-btn-next,
    .look-btn-prev,
    .facility-btn-next,
    .facility-btn-prev {
        width: 2.245rem;
        height: 2.245rem;
        font-size: 1.8rem;
    }

    .intro .deco_left,
    .intro .deco_right {
        width: 10.968rem;
        height: 10.968rem;
        left: 27rem;
    }

    .intro .deco_left {
        bottom: auto;
        top: 26rem;
    }

    .intro .deco_right {
        bottom: 15.1rem;
    }

    /* 施設の特徴 */
    .feature .swiper {
        width: 35.3rem;
    }

    .feature .swiper img {
        width: 35.3rem;
        height: 22.8rem;
    }

    .feature_swiper h4 {
        font-size: 2rem;
    }

    .feature-pagenation {
        top: 22.996rem !important;
    }

    .feature-btn-box {
        gap: 29.7rem;
        margin-left: 0.45rem;
        top: 18.3rem;
    }

    .feature-btn-next,
    .feature-btn-prev {
        width: 2.245rem;
        height: 2.245rem;
        font-size: 1.8rem;
    }

    .feature .deco {
        width: 10.968rem;
        height: 10.968rem;
        bottom: 30.8rem;
        right: -3.2rem;
    }

    /* 活動内容 */
    .work_content_wrapper {
        flex-direction: column;
        gap: 1.9rem;
        width: fit-content;
        margin-inline: auto;
    }

    /* 一日の流れ */
    .flow_wrapper {
        flex-direction: column;
        gap: 3rem;
    }

    .flow_content {
        gap: 10rem;
    }

    .flow_content p {
        width: 24rem;
    }

    .workday {
        width: 35.3rem;
    }

    .workday_line {
        height: 78rem;
    }

    .holiday {
        width: 36.1rem;
    }

    .holiday_line {
        height: 91rem;
    }

    /* 年間行事、ご利用できる方 */

    .usage p,
    .event p {
        margin-top: 2rem;
        width: 34.7rem;
    }

    /* 施設概要&アクセス */
    .scroll_text {
        display: flex;
        align-items: center;
        gap: 0.7rem;
        margin-top: 3rem;
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }

    .scroll_text img {
        width: 1.9rem;
        height: 1.9rem;
    }

    .access_wrapper {
        flex-direction: column;
        margin-top: 0;
        margin-inline: auto;
    }

    .access_wrapper dd {
        width: 34rem;
    }

    .access_wrapper .access_about {
        width: 35.3rem;
    }

    .access_about h3 {
        width: 34.31rem;
    }

    .access_map {
        width: 35.3rem;
        height: 16.4rem;
    }

    .fee {
        margin-left: 0;
    }

    .fee_link {
        margin-left: 0;
        width: 35.3rem;
    }
}