@charset "utf-8";
body {
    overflow-x: hidden;
    width: 100%;
}
div,p {
    color: #000000;
}
.breadcrumb {
    background-color: #0080C9;
    padding-bottom: 0;
    margin-bottom: -1px;
}
.wrap-content-1020 {
    color: #FFFFFF;
}
.breadcrumb .breadcrumb-list-item {
    font-size: 12px;
}
.breadcrumb .breadcrumb-list-item-link {
    color: #FFFFFF;
    font-size: 12px;
}
.breadcrumb .breadcrumb-list-item:after {
    display: none;
}
.pc_kv {
    display: none;
}
.main-content {
    background-color: #FFF500;
}
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 1px 15px 15px 15px;
    margin-top: -1px;
    background-color: #0080C9;
}
.btn {
    background-color: #e0f4ff;
    color: #005fac;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    height: 60px;
    border-radius: 15px;
    transition: transform 0.2s, background-color 0.2s;
    box-sizing: border-box;
    border: 3px solid #FFFFFF;
}
.icon-arrow {
    background-color: #00a0e9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    flex-shrink: 0;
}
.icon-arrow::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    margin-top: -2px;
}

.campaign-card {
    background-color: #FFF500;
    padding: 50px 20px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    position: relative; /* 子要素の基準点になる */
    margin: 0 auto;    /* 中央寄せ */
    width: 100%;       /* もしくは適切な最大幅 */
    max-width: 1270px;
    position: relative;
    margin: 0 auto;
}
.title {
    color: #0070BA;
    font-size: 26px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-weight: 900;
    font-family: Zen Maru Gothic;
}
.title span {
    position: relative;
}
.title span::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #FF6185;
    border-radius: 50%;
}
.white-box {
    background-color: white;
    border: 2px solid black;
    border-radius: 15px;
    padding: 50px 20px 20px;
    position: relative;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1); /* 軽い立体感 */
}
.white-box::before {
    content: "";
    position: absolute;
    top: 4px; left: 4px; right: 4px; bottom: 4px;
    border: 1px solid black;
    border-radius: 10px;
    pointer-events: none;
}
.period-label {
    background-color: white;
    border: 3px solid black;
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 60%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
}
.period-label strong {
    font-size: 15px;
}
.period-label p:first-child {
    color: red;
    background: linear-gradient(transparent 60%, #FFF500 0%);
}
.sub-title { 
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.coupon-info {
    font-size: 15px;
    padding-top: 10px;
}
.highlight {
    background-color: #FFF500;
    font-weight: bold;
    padding: 2px 5px;
    font-size: 17px;
}
.group-count { 
    color: #0070BA;
    font-weight: bold;
    font-size: 18px;
    display: block;
}
.discount-amount {
  color: #F63868;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 10px 0;
  margin-top: -10px;
}
.discount-amount .number { 
    font-size: 60px;
    font-weight: 800;
    font-family: Inter;
}
.discount-amount .unit {
    font-size: 25px;
    font-weight: bold;
    margin: 0 3px;
}
.discount-amount .text {
    font-size: 32px;
    font-weight: bold;
}
.notes {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 11px;
    line-height: 1.4;
    color: #000000;
}

.wow-badge {
    position: absolute;
    top: 100px; left: 10px;
    background-color: #FF6185;
    color: white;
    width: 60px; height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); /* 星型に近い多角形 */
    z-index: 3;
}
.child-img {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 110px;
    z-index: 2;
    position: absolute;
}

.usage-container {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: sans-serif;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
}

.main-badge {
    background-color: #1E73BE;
    color: white;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.sub-title {
    font-size: 14px;
    margin: 0;
}
.step-box {
    position: relative;
}
.step-label {
    background-color: #FF4D8D;
    color: white;
    font-weight: bold;
    padding: 2px 15px;
    border-radius: 5px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.step-content {
    border-radius: 15px;
    padding: 30px 15px 20px;
    background-color: #FFFFFF;
}
.screenshot {
    background-color: #F7F9FB;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #cdcdcd;
}
.screenshot img {
    width: 100%;
    display: block;
}
.step-desc {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}
.step-desc p {
    font-size: 11px;
}
.note {
    margin-top: 5px;
    font-weight: bold;
    color: red;
}
.down-arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #CBDBE7;
    margin: 10px auto;
}


.page-wrapper {
    text-align: center;
    padding-bottom: 50px;
    background: url(../img/bg-01.webp);
    background-color: #EDF8FF;
    overflow: hidden;
    width: 100%;
}
.page-header {
    width: 97%;
    margin: auto;
    margin-bottom: 15px;
    padding-top: 40px;
}
.sub-lead {
    color: #007BC2;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
}
.hotel-scroll-container {
    width: 100vw;           /* 画面の横幅ピッタリに固定 */
    max-width: 100%;        /* 親要素からはみ出さない */
    overflow-x: auto;       /* 横スクロールを許可 */
    overflow-y: hidden;     /* 縦揺れを禁止 */
    box-sizing: border-box; /* paddingを含めて計算 */
    position: relative;
}
.hotel-list {


    display: flex;
    flex-wrap: nowrap;     /* 絶対に折り返さない（一行にする） */
    width: fit-content;    /* 必要最小限の幅に自動調整 */
    min-width: 100%;       /* 中身が少ない時でもスカスカにしない */
    
    padding-right: 20px;   /* スクロールの終わりの余白はここで作る */
    padding-bottom: 20px;
}
#hotel_point {
    overflow: hidden;
    width: 100%;
}
.hotel-scroll-container::-webkit-scrollbar {
  height: 8px;
}
.hotel-scroll-container::-webkit-scrollbar-track {
  background: #E6F7FF;
}

.hotel-card {
    flex: 0 0 320px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    box-shadow: 5px 5px 0px #FFFF00;
    box-sizing: border-box;
    border: 1px solid #CFD8DC;
    margin: 0 10px;
    flex-shrink: 0;        /* 画面幅に合わせてカードが潰れるのを防ぐ */
}
.hotel-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}
.hotel-name {
    font-size: 1.1rem;
    margin: 15px 0 10px;
    text-align: left;
    line-height: 1.4;
    font-weight: 900;
}
.hotel-desc {
    font-size: 0.8rem;
    color: #555555;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
}
.benefit-box {
    border: 2px solid #0084C6;
    border-radius: 10px;
    padding: 20px 10px 10px;
    position: relative;
    background-color: #FFFDD1;
}
.benefit-label {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    color: #0084C6;
    font-weight: 900;
    font-size: 17px;
    white-space: nowrap;
    background-color: #FFFFFF;
}
.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.benefit-list li {
    font-size: 0.85rem;
    color: #0084C6;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8px;
    border-bottom: 1px dotted #0084C6;
    padding-bottom: 4px;
    list-style: none;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
}
.benefit-list li span {
    color: #FEB702;
}
.benefit-list li:last-child {
    border-bottom: none;
}
.more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #007BC2;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px 40px;
    border-radius: 10px;
    transition: background 0.3s;
}
.more-btn:hover {
    background-color: #005F96;
}
.btn-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #FFFFFF;
    margin-left: 15px;
}
.departure-area {
    background-color: #0080C9;
    padding: 40px 15px;
    /* max-width: 450px;
    margin: 0 auto; */
    font-family: Zen Maru Gothic;
}
.departure-header {
    position: relative;
    display: table;     /* 重要：幅を中の画像サイズに合わせる */
    margin: 0 auto;     /* これで中央に寄る */
    /* padding: 0 80px;    左右のキャラが入るスペースを確保 */
}
.departure-header p {
    /* background-color: #FFFFFF; */
    /* border-radius: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 900;
    color: #007BC2;
    font-size: 36px;
    text-align: center;
    -webkit-text-stroke: 8px #FFFFFF;
    paint-order: stroke fill;
    display: block;
    margin: 0px 0 30px 0;
    text-shadow: 
    0 0 2px #fff, 0 0 2px #fff, 
    3px 3px 2px #fff, -3px -3px 2px #fff,
    0 5px 10px rgba(0, 0, 0, 0.2); */
    padding-bottom: 20px;
}
.departure-header p img {
    text-align: center;
}
    
/* .departure-header::before {
    content: "";
    position: absolute;
    width: 80px; 
    height: 80px;
    background-image: url(../img/img_mu-na.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 275px;
}
.departure-header::after {
    content: "";
    position: absolute;
    width: 80px; 
    height: 80px;
    background-image: url(../img/img_ki-zi.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: -15px;
    z-index: -1;
} */

.departure-title {
    position: relative;
    color: #007bc2;
    font-size: 28px;
    font-weight: 900;
    font-family: 'Zen Maru Gothic', sans-serif;
}
.departure-title.large {
    font-size: 30px;
}

.departure-title::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 6px #fff;
    stroke-linejoin: round;
    -webkit-text-stroke-linejoin: round;
    text-shadow: 
        0 0 4px #fff, 0 0 4px #fff, 
        0 0 4px #fff, 0 0 4px #fff;
}
.yellow-panel {
    background-color: #FFED48;
    border-radius: 10px;
    padding: 10px 20px;
}
.region-block {
    border-bottom: 1px dotted #333333;
    padding: 23px 0;
}
.region-block:last-child {
    border-bottom: none;
}
.region-label {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}
.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.departure-btn {
    background-color: #ED407A;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    height: 43px;
    width: calc(50% - 5px);
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 8px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    transition: opacity 0.2s;
}
.departure-btn:hover {
    opacity: 0.9;
}
.departure-btn::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.departure-btn::after {
    content: "";
    position: absolute;
    left: 16px;
    border-left: 10px solid #ED407A;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}


.line__inner {
    background: url(../img/bg-01.webp) 50% / cover no-repeat, #DFF7DB;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-block: 40px;
}
.line__content {
    text-align: center;
}
.line__header {
    margin-bottom: 16px;
}
.line__header img {
    width: 100%;
    max-width: 884px;
    height: auto;
}
.line__main {
    margin-bottom: 24px;
}
.line__card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 16px;
    margin: 0 auto;
    max-width: 1000px;
}
.line__card-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.line__appeal {
    text-align: center;
}
.line__appeal img {
    width: 99%;
    margin: auto;
    max-width: 240px;
    height: auto;
}
.line__points {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.line__point {
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #FFD700;
    padding-bottom: 14px;
}
.line__points .line__point:first-child {
    padding-top: 14px;
    border-top: 2px dashed #FFD700;
}
.line__point-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FEF502;
    color: #1FA808;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px;
    border-radius: 16px 16px 2px 16px;
    width: 52px;
    height: 70px;
    text-align: center;
    margin-right: 12px;
    flex-shrink: 0;
    font-family: Inter;
}
.line__point-number-text {
    display: block;
    font-size: 28px;
    line-height: 1;
}
.line__point-text {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
}
.c-green {
    color: #1FA808;
}
.fz-small {
    font-size: 16px;
}
.line__cta {
    position: relative;
}
.line__cta-image {
    display: block;
    margin: 0 auto;
}
.line__cta-image img {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.line__cta-button {
    position: absolute;
    inset: 0;
    top: 54%;
    bottom: 20px;
    padding-inline: 16px;
    /* margin-top: -20%; */
}
.sp-only {
    display: block;
}
.line__cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1FA808;
    border: 2px solid #06C755;
    font-weight: bold;
    font-size: 20px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 5px 0 #267918;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    line-height: 100%;
    height: 100%;
}
.line__cta-link:before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    aspect-ratio: 1 / 1;
    background-image: url(../img/icon-cta-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.support__inner_block {
    background-color: #FFFFFF;
}
.support__inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 23px 6% 20px;
}
.support-top-img {
    margin-bottom: 8px;
}
.support-contents__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4vw;
    margin-bottom: 10px;
}
.support-contents__item {
    background-color: #E7F2FD;
    border-radius: 1.33vw;
    padding: 2vw;
}
.support-contents__item__inner {
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 1.33vw;
    padding: 1.73vw;
}
.support-contents__title {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    color: #FFFFFF;
    background-color: #0071BB;
    font-size: 3.6vw;
    border-radius: 1.46vw;
    padding: 1.33vw;
    margin-bottom: 5px;
}
.support-contents__title span {
    position: relative;
    font-size: 2vw;
    top: -2.5px;
}
.support-contents__inwrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 3px;
}
.support-contents__img {
    flex-shrink: 1;
    max-width: 13.3vw;
    margin: 0 auto;
}
.support-contents__text {
    font-weight: bold;
    max-width: none;
    font-size: 2.66vw;
    padding-top: 0;
}
.support-details-title {
    background-color: #E7F2FD;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-size: 3.46vw;
    border-radius: 1.33vw;
    padding: 3.2vw 2.66vw;
    margin-bottom: 10px;
}
.support-details-title span {
    font-size: 2.66vw;
}
.support-details-text {
    font-weight: bold;
    color: #4D4D4D;
    font-feature-settings: "palt";
    font-size: 2.13vw;
}
.support-details-text > p {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 11px;
    line-height: 20px;
}
.support-company {
    margin-top: 2em;
}
.footer_logo {
    width: 40%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer__inner {
    padding: 4vw 0;
    background-color: #F2F2F2;
    text-align: center;
}
.footer-logo {
    max-width: 261px;
    width: 34.66vw;
    margin: 0 auto;
}
.pink {
    color: #FF226D;
}

/* padding調整 */
.pt-0 {
    padding-top: 0;
}
.pt-20 {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .sp_kv {
        display: none;
    }
    .pc_kv {
        display: block;
    }
    .l-site-header-image {
        height: 40px;
    }
    .button-container {
        flex-wrap: nowrap;
    }
    .title {
        font-size: 50px;
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .title span::after {
        width: 10px;
        height: 10px;
    }
    .white-box {
        max-width: 1000px;
        margin: auto;
        padding-bottom: 50px;
    }
    .child-img {
        width: 200px;
        top: 140px;
    }
    .period-label {
        font-size: 25px;
        top: -60px;
        left: 50%;
        width: 600px;
    }
    .period-label p:first-child {
        font-size: 30px;
        color: red;
        font-weight: 900;
    }
    .period-label strong {
        font-size: 30px;
    }
    .sub-title {
        font-size: 29px;
        padding-top: 18px;
    }
    .highlight,.group-count {
        font-size: 35px;
        line-height: 80px;
    }
    .group-count {
        display: contents;
    }
    .discount-amount .number {
        font-size: 150px;
    }
    .discount-amount .unit {
        font-size: 75px;
    }
    .discount-amount .text {
        font-size: 100px;
    }
    .notes {
        font-size: 15px;
        width: 70%;
        margin: auto;
    }
    .header-section {
        padding-top: 20px;
    }
    .usage-container {
        max-width: 1000px;
        margin: auto;
    }
    .usage-container .step {
        display: flex;
        flex-direction: row; /* 横に並べる */
        justify-content: center;
        align-items: flex-start; /* 上揃え */
        gap: 30px;
        padding-bottom: 20px;
        width: 95%;
        margin: auto;
    }
    .step-box {
        flex: 1;
        max-width: 450px;
    }
    .sub-lead {
        width: 50%;
        margin: auto;
        padding-top: 30px;
    }
    .down-arrow {
        align-self: center; /* 矢印を上下中央に配置 */
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #cbdbe7; /* 右向きの三角形 */
        border-right: none;
        margin: 0;
    }
    .hotel-list {
        padding-left: 5%;
    }
    .hotel-card {
        flex: 0 0 360px;
    }
    .departure-header::before {
        width: 120px;
        height: 120px;
        right: 70%;
    }
    .departure-header::after {
        width: 120px;
        height: 120px;
        right: 19%;
    } 
    .departure-title {
        font-size: 40px;
    }
    .departure-title.large {
        font-size: 47px;
    }
    .departure-area {
        max-width: initial;
        padding: 60px 15px;
    }
    .yellow-panel {
        max-width: 1000px;
        margin: auto;
    }
    .region-block {
        width: 95%;
        margin: auto;
        border-bottom: 2px dotted #000000;
    }
    .region-label {
        font-size: 23px;
    }
    .departure-btn {
        height: 48px;
        font-size: 21px;
        width: calc(24% - 5px);
    }
    .support__inner {
        padding: 70px 30px 60px;
        padding-top: 110px;
    }
    .support-top-img {
        margin-bottom: 30px;
    }
    .support-contents__list {
        gap: 32px;
        margin-bottom: 28px;
    }
    .support-contents__item {
        border-radius: 10px;
        padding: 15px;
    }
    .support-contents__item__inner {
        border-radius: 10px;
        padding: 20px 32px;
    }
    .support-contents__title {
        font-size: 25px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .support-contents__title span {
        font-size: 15px;
        top: -5px;
    }
    .support-contents__inwrap {
        flex-direction: initial;
        gap: 1em;
    }
    .support-contents__text {
        font-size: 19px;
        padding-top: 3px;
        max-width: 240px;
    }
    .support-contents__img {
        flex-shrink: 0;
        max-width: 105px;
    }
    .support-details-title {
        font-size: 27px;
        border-radius: 10px;
        padding: 40px 20px;
        margin-bottom: 30px;
        font-feature-settings: "palt";
    }
    .support-details-title span {
        font-size: 19px;
    }
    .support-details-text > p {
        font-size: initial;
        line-height: initial;
        margin-left: 1em;
        text-indent: -1em;
    }
    .line__inner {
        padding-block: 80px;
        max-width: initial;
        margin: initial;
    }
    .line__header {
        width: 70%;
        margin: auto;
        margin-bottom: 16px;
    }
    .line__main {
        margin-bottom: 32px;
    }
    .line__card {
        padding: 0 40px;
    }
    .line__card-content {
        flex-direction: row;
        align-items: flex-end;
        gap: 32px;
        position: relative;
    }
    .line__appeal {
        flex: 0 0 366px;
        text-align: left;
        position: relative;
    }
    .line__appeal img {
        width: 370px;
        max-width: 100%;
    }
    .line__point {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding-bottom: 24px;
    }
    .line__points {
        flex: 1;
        gap: 24px;
        max-width: 510px;
        margin: 64px 0;
    }
    .line__points .line__point:first-child {
        padding-top: 0;
        border-top: none;
    }
    .line__points .line__point:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .line__points-number {
        margin-right: 16px;
        margin-bottom: 0;
        width: 64px;
        height: 67px;
        font-size: 13px;
        padding: 6px;
        border-radius: 24px 24px 2px 24px;
    }
    .line__point-text {
        font-size: 26px;
    }
    .fz-small {
        font-size: 24px;
    }
    .sp-only {
        display: none !important;
    }
}
@media screen and (min-width: 1023px) {
    .child-img {
        width: 270px;
        left: 80px;
    }
}