/* ==================== 共通スタイル ==================== */

.lpU18 {
    color: #262625;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.lpU18 * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lpU18 svg {
    vertical-align: bottom;
}

/* 6ヶ月保証の注釈装飾 */
.lpU18__noteDecoration {
    display: inline;
    font-size: 60%;
    vertical-align: super;
}

/* レスポンシブ表示切り替え */
@media only screen and (min-width: 769px) {
    .lpU18 .is--pc { display: block; }
    .lpU18 .is--sp { display: none; }
}

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

/* About セクション */
.lpU18 .lpU18_l-section__about p {
    text-align: center;
}

.lpU18_l-section__about {
    margin: 40px 0;
}

/* About テキスト */
.lpU18_p-about__text {
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
}

.lpU18_p-about__text span {
    color: #00a0e9;
}

/* CTRボタン */
.lpU18_p-ctrButtons {
    padding-top: 32px;
    border-top: 2px solid #fff;
}

.lpU18_p-ctrButtons__forChild a,
.lpU18_p-ctrButtons__forStudent a {
    display: block;
    position: relative;
    padding: 12px 0;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .03em;
}

.lpU18_p-ctrButtons__forChild a span,
.lpU18_p-ctrButtons__forStudent a span {
    display: block;
    font-weight: normal;
}

.lpU18_p-ctrButtons__forChild a svg,
.lpU18_p-ctrButtons__forStudent a svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.lpU18_p-ctrButtons__forChild a {
    background-color: #f6ab00;
}

.lpU18_p-ctrButtons__forStudent a {
    background-color: #00a0e9;
}

.lpU18_p-ctrButtons__notice {
    margin-top: 12px;
    color: #73736f;
    text-align: center;
}

.lpU18_p-ctrButtons__shopSearch {
    margin: 24px auto 0;
    text-align: center;
}

.lpU18_p-ctrButtons__shopSearch a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    border: 2px solid #00a0e9;
    border-radius: 6px;
    background-color: #fff;
    color: #00a0e9;
    font-weight: bold;
    line-height: 1.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.lpU18_p-ctrButtons__shopSearch a svg {
    display: inline-block;
    margin-right: 8px;
}

/* フッターバナー */
.lpU18_p-footerBanners__item a {
    display: block;
}

.lpU18_p-footerBanners__item a img {
    width: 100%;
}

.lpU18_p-footerBanners__item:not(:first-child) {
    margin-top: 16px;
}

/* KV */
.lpU18_p-kv img {
    width: 100%;
}

/* LINEバナー */
.lpU18_p-lineBanner {
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.lpU18_p-lineBanner a {
    display: inline-flex;
    align-items: stretch;
    position: relative;
    border: 2px solid #06c755;
    border-radius: 6px;
    color: #262625;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.lpU18_p-lineBanner__image {
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}

.lpU18_p-lineBanner__image img {
    width: 100%;
}

.lpU18_p-lineBanner__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.lpU18_p-lineBanner__text strong {
    color: #06c755;
}

.lpU18_p-lineBanner__arrow {
    position: absolute;
    top: 50%;
}

/* 注意事項 */
.lpU18_p-notice {
    border: 3px solid #00a0e9;
    border-radius: 6px;
}

.lpU18_p-notice__list__item {
    position: relative;
    padding-left: calc(1em + 4px);
    font-size: 15px;
}

.lpU18_p-notice__list__item span {
    color: #00a0e9;
    font-weight: bold;
}

.lpU18_p-notice__list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
}

.lpU18_p-notice__list__item:not(:first-child) {
    margin-top: 8px;
}

.lpU18_p-notice__list__item a {
    color: #00a0e9;
    font-weight: bold;
    text-decoration: underline;
}

.lpU18_p-notice__warrantyImages img {
    width: 180px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
}

.lpU18_p-notice__warrantyImages span {
    display: block;
    margin-top: 4px;
    color: #73736f;
    text-align: right;
}

/* サポートセクション */
.lpU18_p-supports__sectionTitle {
    position: relative;
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
}

.lpU18_p-supports__sectionTitle span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 4px 12px;
    border-radius: 100px;
    background-color: #00a0e9;
    color: #fff;
    line-height: 1;
    letter-spacing: normal;
    -webkit-transform: translate(-50%, -100%);
}

.lpU18_p-supports__sectionTitle strong {
    color: #00a0e9;
}

.lpU18_p-supports__list__item {
    text-align: center;
}

.lpU18_p-supports__list__item img {
    width: 100%;
    border-radius: 6px;
}

.lpU18_p-supports__list__item h4 {
    display: inline-flex;
    position: relative;
    padding-right: 12px;
    padding-left: calc(3em + 20px);
    border: 2px solid #00a0e9;
    border-radius: 100px;
    background-color: #fff;
    color: #00a0e9;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}

.lpU18_p-supports__list__item h4 span {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    height: calc(100% + 2px);
    padding: 0 12px;
    border-radius: 100px;
    background-color: #00a0e9;
    color: #fff;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(-50%);
}

.lpU18.wf-active .lpU18_p-supports__sectionTitle {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
}

/* ビジョンセクション */
.lpU18_p-vision__sectionTitle {
    font-weight: bold;
    letter-spacing: .01em;
    text-align: center;
}

.lpU18_p-vision__sectionTitle strong {
    color: #f6ab00;
}

.lpU18.wf-active .lpU18_p-vision__sectionTitle {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
}

/* ビジョンリスト */
.lpU18_p-visionList__header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #f6ab00;
    color: #fff;
    font-weight: bold;
    letter-spacing: .03em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.lpU18_p-visionList__header span {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.lpU18_p-visionList__header span svg {
    margin-right: 4px;
}

.lpU18_p-visionList__table {
    width: 100%;
    margin-top: 16px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.lpU18_p-visionList__table strong {
    color: #00a0e9;
}

.lpU18_p-visionList__table tr:nth-child(4) td:first-child,
.lpU18_p-visionList__table tr:last-child td:first-child {
    background-color: #fff538;
}

.lpU18_p-visionList__table tr th {
    background-color: #f4f4f4;
    color: #73736f;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}

.lpU18_p-visionList__table tr th:not(:first-child) {
    border-left: 1px solid #dbdbdb;
}

.lpU18_p-visionList__table tr td {
    border-top: 1px solid #dbdbdb;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
}

.lpU18_p-visionList__table tr td:not(:first-child) {
    border-left: 1px solid #dbdbdb;
}

.lpU18_p-visionList__table tr td:last-child {
    text-align: left;
    white-space: normal;
}

.lpU18_p-visionList__table tr td:first-child {
    font-weight: bold;
}

.lpU18_p-visionList__note {
    margin-top: 8px;
    color: #73736f;
    font-size: 13px;
    text-align: right;
}

/* ==================== SPスタイル ==================== */

@media only screen and (max-width: 768px) {
    .lpU18 {
        display: block;
        overflow: hidden;
    }

    .lpU18_l-section__lineBanner,
    .lpU18_l-section__notice,
    .lpU18_l-section__footerBanners {
        margin: 0 16px;
    }

    .lpU18_l-section__lineBanner {
        padding: 32px 0 40px;
    }

    .lpU18_l-section__footerBanners {
        padding: 16px 0;
    }

    .lpU18_l-section__supports,
    .lpU18_l-section__vision {
        padding: 40px 16px;
    }

    .lpU18_l-section__supports {
        padding-top: 68px;
        background-color: #ebf7fd;
    }

    .lpU18_l-section__vision {
        margin-top: 8px;
        background-color: #fef8eb;
    }

    .lpU18_p-about__text {
        font-size: 18px;
    }

    .lpU18_p-ctrButtons {
        margin-top: 32px;
    }

    .lpU18_p-ctrButtons__productButtons {
        display: flex;
        flex-direction: column;
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .lpU18_p-ctrButtons__forChild,
    .lpU18_p-ctrButtons__forStudent {
        text-align: center;
    }

    .lpU18_p-ctrButtons__forChild a,
    .lpU18_p-ctrButtons__forStudent a {
        font-size: 17px;
        line-height: 1.75;
    }

    .lpU18_p-ctrButtons__forChild a span,
    .lpU18_p-ctrButtons__forStudent a span {
        font-size: 14px;
    }

    .lpU18_p-ctrButtons__forChild a svg,
    .lpU18_p-ctrButtons__forStudent a svg {
        right: 13px;
    }

    .lpU18_p-ctrButtons__notice {
        font-size: 13px;
    }

    .lpU18_p-ctrButtons__shopSearch a {
        font-size: 17px;
        line-height: 1.75;
    }

    .lpU18_p-lineBanner a {
        border-width: 2px 32px 2px 2px;
    }

    .lpU18_p-lineBanner__image {
        flex: 0 0 30.41096vw;
        padding: 12px 15px 12px 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.41096vw;
    }

    .lpU18_p-lineBanner__text {
        flex: 1;
        padding-right: 8px;
        font-size: 16px;
        line-height: 1.6;
        -webkit-box-flex: 1;
        -ms-flex: 1;
    }

    .lpU18_p-lineBanner__text strong {
        margin-bottom: 1px;
        font-size: 14px;
    }

    .lpU18_p-lineBanner__arrow {
        right: -32px;
        transform: translate(-9.5px, -50%);
        -webkit-transform: translate(-9.5px, -50%);
    }

    .lpU18_p-notice {
        padding: 20px 16px;
    }

    .lpU18_p-notice__warrantyImages {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        margin-left: calc(-1em + -4px);
        gap: 16px;
    }

    .lpU18_p-notice__warrantyImages span {
        font-size: 12px;
        white-space: nowrap;
    }

    .lpU18_p-notice__warrantyImages--pc {
        display: none;
    }

    @media screen and (max-width: 400px) {
        .lpU18_p-notice__warrantyImages span {
            font-size: 11px;
        }
    }

    .lpU18_p-supports__sectionTitle {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 1.6;
    }

    .lpU18_p-supports__sectionTitle span {
        top: -8px;
        font-size: 18px;
    }

    .lpU18_p-supports__sectionTitle strong {
        display: block;
    }

    .lpU18_p-supports__list {
        display: flex;
        flex-direction: column;
        gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .lpU18_p-supports__list__item h4 {
        margin: 16px 0 8px;
    }

    .lpU18_p-supports__list__item h4 span {
        line-height: 1;
    }

    .lpU18_p-supports__list__item p {
        text-align: left;
    }

    .lpU18_p-vision__sectionTitle {
        font-size: 32px;
        line-height: 1.6;
    }

    .lpU18_p-vision__sectionTitle strong {
        display: block;
    }

    .lpU18_p-vision__description {
        margin-top: 8px;
    }

    .lpU18_p-visionList {
        margin-top: 32px;
    }

    .lpU18_p-visionList__header {
        font-size: 17px;
    }

    .lpU18_p-visionList__table tr th {
        padding: 2px 4px;
        white-space: nowrap;
    }

    .lpU18_p-visionList__table tr th:last-child {
        letter-spacing: -.04em;
        text-align: left;
        white-space: normal;
    }

    .lpU18_p-visionList__table tr td {
        padding: 4px;
        font-size: 14px;
    }

    .lpU18_p-visionList__table tr td:first-child {
        font-size: 15px;
    }
}

/* ==================== PCスタイル ==================== */

@media only screen and (min-width: 769px) {
    .lpU18 {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    }

    .lpU18_l-section__notice,
    .lpU18_l-section__footerBanners {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
    }

    .lpU18_l-section__lineBanner {
        padding: 48px 0;
    }

    .lpU18_l-section__footerBanners {
        padding: 64px 0;
    }

    .lpU18_l-section__supports,
    .lpU18_l-section__vision {
        margin: 0 32px;
        padding: 40px 0;
    }

    .lpU18_l-section__supports {
        padding-top: 72px;
        background-color: #ebf7fd;
    }

    .lpU18_l-section__vision {
        margin-top: 8px;
        background-color: #fef8eb;
    }

    .lpU18_p-about__text {
        line-height: 2;
        letter-spacing: .03em;
    }

    .lpU18_p-ctrButtons {
        margin-top: 40px;
        padding-top: 40px;
    }

    .lpU18_p-ctrButtons__productButtons {
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .lpU18_p-ctrButtons__forChild,
    .lpU18_p-ctrButtons__forStudent {
        width: calc(50% - 8px);
        text-align: center;
    }

    .lpU18_p-ctrButtons__forChild a,
    .lpU18_p-ctrButtons__forStudent a {
        font-size: 20px;
    }

    .lpU18_p-ctrButtons__forChild a span,
    .lpU18_p-ctrButtons__forStudent a span {
        font-size: 16px;
    }

    .lpU18_p-ctrButtons__forChild a svg,
    .lpU18_p-ctrButtons__forStudent a svg {
        right: 23px;
    }

    .lpU18_p-ctrButtons__notice {
        font-size: 14px;
    }

    .lpU18_p-ctrButtons__shopSearch {
        width: 400px;
    }

    .lpU18_p-ctrButtons__shopSearch a {
        padding: 8px 0;
        font-size: 20px;
    }

    .lpU18_p-ctrButtons__shopSearch a svg {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .lpU18_p-ctrButtons__shopSearch a span {
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
    }

    @supports (display: grid) {
        .lpU18_p-ctrButtons__shopSearch a span {
            transform: translateY(0);
            -webkit-transform: translateY(0);
        }
    }

    .lpU18_p-lineBanner a {
        border-width: 2px 42px 2px 2px;
    }

    .lpU18_p-lineBanner__image {
        width: 184px;
        padding: 8px 32px;
    }

    .lpU18_p-lineBanner__text {
        margin-left: -1px;
        padding-right: 32px;
        font-size: 18px;
        white-space: nowrap;
    }

    .lpU18_p-lineBanner__text strong {
        font-size: 16px;
    }

    .lpU18_p-lineBanner__arrow {
        right: -42px;
        transform: translate(-13.5px, -50%);
        -webkit-transform: translate(-13.5px, -50%);
    }

    @supports (display: grid) {
        .lpU18_p-lineBanner__text {
            margin-left: 0;
        }
    }

    .lpU18_p-notice {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 32px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .lpU18_p-notice__list {
        width: 524px;
    }

    .lpU18_p-notice__warrantyImages {
        display: flex;
    }

    .lpU18_p-notice__warrantyImages > div:not(:first-child) {
        margin-left: 16px;
    }

    .lpU18_p-notice__warrantyImages span {
        font-size: 13px;
    }

    .lpU18_p-notice__warrantyImages--sp {
        display: none;
    }

    .lpU18_p-supports {
        width: 980px;
        margin: 0 auto;
    }

    .lpU18_p-supports__sectionTitle {
        margin-bottom: 16px;
        font-size: 40px;
        letter-spacing: .03em;
    }

    .lpU18_p-supports__sectionTitle span {
        top: 0;
        padding: 9px 12px 2px;
        font-size: 22px;
    }

    .lpU18_p-supports__list {
        display: flex;
        justify-content: space-between;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .lpU18_p-supports__list__item {
        width: 310.66667px;
    }

    .lpU18_p-supports__list__item h4 {
        margin: 12px 0;
        white-space: nowrap;
    }

    .lpU18_p-supports__list__item h4 span {
        padding-top: 4px;
    }

    .lpU18_p-supports__list__item h4 strong {
        padding-top: 7px;
        line-height: 1.2;
    }

    .lpU18_p-supports__list__item p {
        text-align: left;
    }

    @supports (display: grid) {
        .lpU18_p-supports__sectionTitle span {
            padding: 4px 12px 7px;
        }

        .lpU18_p-supports__sectionTitle strong {
            padding-top: 0;
        }

        .lpU18_p-supports__list__item h4 span,
        .lpU18_p-supports__list__item h4 strong {
            padding-top: 0;
            line-height: 1.6;
        }
    }

    .lpU18_p-vision {
        width: 980px;
        margin: 0 auto;
    }

    .lpU18_p-vision__sectionTitle {
        font-size: 40px;
        letter-spacing: .03em;
    }

    .lpU18_p-vision__description {
        margin-top: 8px;
        text-align: center;
    }

    .lpU18_p-visionList {
        margin-top: 40px;
    }

    .lpU18_p-visionList__header {
        font-size: 20px;
    }

    .lpU18_p-visionList__table tr th {
        padding: 2px 8px;
        font-size: 13px;
    }

    .lpU18_p-visionList__table tr th:last-child {
        text-align: left;
    }

    .lpU18_p-visionList__table tr td {
        padding: 16px 8px;
    }

    /* 1140px以下でのレイアウト調整 */
    @media screen and (max-width: 1140px) {
        .lpU18_l-section__supports,
        .lpU18_l-section__vision {
            margin-right: 0;
            margin-left: 0;
        }

        .lpU18_p-notice {
            width: calc(100% - 64px);
        }

        .lpU18_p-notice__warrantyImages {
            margin-left: 16px;
        }

        .lpU18_p-footerBanners {
            width: calc(100% - 64px);
        }

        .lpU18_p-supports {
            width: calc(100% - 64px);
        }

        .lpU18_p-supports__list__item {
            width: calc(33.33333% - 16px);
        }

        .lpU18_p-vision {
            width: calc(100% - 64px);
        }
    }
}

/* タブレット向けフォントサイズ調整 */
@media (min-width: 768px) and (max-width: 913px) {
    .lpU18_p-supports__list__item h4 {
        font-size: 16px;
    }
}

