@charset "UTF-8";

/*---------------------------------------------------------
Base / Tokens
---------------------------------------------------------*/
:root {
    --c-navy: #0b2a5a;
    --c-navy2: #182A81;
    --c-blue: #2c78c6;
    --c-blue2: #1E6CC3;
    --c-bg-soft: #f3f6fb;
    --c-bg-soft-2: #F5F7FF;
    --c-yellow: #ffe600;

    --shadow-lg: 0 16px 40px rgba(0, 0, 0, .18);
    --shadow-md: 0 14px 34px rgba(0, 0, 0, .08);

    --r-lg: 16px;
    --r-md: 16px;

    /* Typography (8px scale) */
    --fz-min: 12px;
    /* 一番小さい文字 */
    --fz-14: 14px;
    /* 二番目に小さい文字 */
    --fz-base: 16px;
    /* ベース */
    --fz-20: 20px;
    /* ベース */
    --fz-24: 24px;
    /* h3 基準 */
    --fz-32: 32px;
    /* 特典01見出しのベース */
    --fz-h2: 40px;
    /* h2 基準 */
}

@media (max-width: 960px) {
    :root {
        --fz-base: 14px;
    }
}

/*---------------------------------------------------------
Layout / Utilities
---------------------------------------------------------*/
.l-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.u-note {
    font-size: var(--fz-min);
    line-height: 1.7;
    color: rgba(0, 0, 0, .55);
}

body {
    letter-spacing: -0.02em;
}

/* 黄マーカー（worry用） */
.u-hl {
    display: inline;
    padding: 0 2px;
    background: linear-gradient(transparent 62%, #FFFF3B 62%);
}

/*---------------------------------------------------------
Components / Button（Aを正に統一）
---------------------------------------------------------*/
.btn {
    margin: 0;
}

.btn a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 20px;
    border-radius: 999px;
    text-decoration: none;

    background: #FFFF3B;
    color: var(--c-navy);
    font-weight: 600;
    box-shadow: 0 8px 0 #C7C83C !important;
}

.btn__sub {
    font-size: var(--fz-min);
    font-weight: 700;
    opacity: .9;
    line-height: 1.2;
}

.btn__main {
    font-size: var(--fz-20);
    line-height: 1.2;
}

body {
    font-feature-settings: "palt";
}

.floating-message {
    right: 20px;
}

.floating-message::before {
    right: 64px;
}

.floating-message::after {
    right: 65px;
}

/*---------------------------------------------------------
Hero CTA（mvarea内の重ねCTA）
---------------------------------------------------------*/
.mvarea {
    position: relative;
    background: url("common/img/mv@2x.jpg") center center / cover no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 780px;
}

.mvarea .textarea h1 {
    width: 440px !important;
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.mvarea_kaiketsu .textarea2 {
    left: clamp(16px, 6vw, 72px);
}


.mvarea .textarea2 {
    max-width: 1440px;
    margin: 0 auto;
    width: 92%;
}

.mvCta {
    max-width: 1440px;
    margin: 0 auto;
}

.mvCta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 16px 24px;
    pointer-events: none;
}

.mvCta__card {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    transform: translateY(40%);
    pointer-events: auto;
    z-index: 1;
}

.mvCta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 40px;
}

.mvCta__text {
    color: var(--c-navy);
    font-weight: 700;
    line-height: 1.8;
    font-size: var(--fz-20);
}

.mvCta__action {
    text-align: center;
    min-width: 360px;
}

.mvCta__note {
    margin-top: 16px;
    font-size: var(--fz-min);
    color: rgba(0, 0, 0, .55);
}

.mvCta__footnote {
    max-width: 960px;
    margin: 12px auto 0;
    font-size: var(--fz-min);
    line-height: 1.6;
    color: rgba(255, 255, 255, .75);
    pointer-events: auto;
}

/* 満足度バッジ */
.mvCta__badge {
    position: absolute;
    right: -28px;
    top: -180px;
    width: 200px;
    display: grid;
    place-items: center;
    pointer-events: none;
    z-index: 1;
}

.mvCta__badge img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 960px) {
    .mvarea {
        background-image: url("common/img/mvsp@2x.jpg");
        height: 640px;
        background-position: top;
    }

    .mvCta {
        bottom: -40px;
    }

    .mvarea .textarea2 {
        padding-top: 300px;
    }

    .mvarea_kaiketsu .textarea2 {
        position: absolute;
        top: 52%;
        left: 16px;
        right: 16px;
        width: auto;
        transform: translateY(-50%);
        text-align: left;
    }

    .mvarea .textarea h1.short_sale {
        width: min(440px, 100%) !important;
        margin: 0 auto;
        text-align: center;
    }

    .mvarea .textarea h1.short_sale img {
        display: block;
        margin-left: 0;
        margin-right: auto;
        width: 74%;
    }

    .mvCta__text {
        font-size: var(--fz-14);
    }

    .mvCta__card {
        transform: translateY(22%);
    }

    .mvCta__inner {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 8px;
    }

    .mvCta__action {
        min-width: 0;
        text-align: left;
    }

    .btn a {
        width: 100%;
    }

    .mvCta__badge {
        right: -16px;
        top: -74px;
        width: 125px;
    }

    .mvarea_kaiketsu .textarea {
        padding-top: 110px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .mvarea {
        height: 800px;
    }

    .mvarea .textarea2 {
        padding-top: 450px;
    }

    .mvarea .textarea h1.short_sale {
        margin: 0 auto 0 0;
        text-align: left;
    }
}

/*---------------------------------------------------------
MV Bottom（紺帯）
---------------------------------------------------------*/
.mv-bottom {
    background: var(--c-navy2);
    padding: 80px 0 40px;
}

.mv-bottom__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.mv-bottom__text {
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
    font-size: var(--fz-min);
    margin: 0 0 12px;
}

.mv-bottom__text:last-child {
    margin-bottom: 0;
}

/*---------------------------------------------------------
Worry（2カラム2段）
---------------------------------------------------------*/

h2.lptitle {
    color: var(--c-navy);
}

h2.lptitle small {
    font-size: var(--fz-20);
}

.tsuyomi {
    position: relative;
}

.img_worryhuman_01,
.img_worryhuman_02 {
    position: absolute;
    width: auto;
}

.img_worryhuman_01 {
    top: 60px;
    right: 40px;
}

.img_worryhuman_02 {
    bottom: 0;
    left: 0;
}


.worry__inner {
    max-width: 960px;
    margin: 80px auto 0;
    padding: 0 16px;
}

.worryGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
}

.worryCard {
    position: relative;
    background: var(--c-bg-soft-2);
    border-radius: var(--r-lg);
    padding: 40px 26px 26px;
    text-align: center;
}

.worryCard__icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
}

.worryCard__icon img {
    width: 68px;
    height: 68px;
    display: block;
}

.worryCard__lead {
    margin: 0;
    font-weight: 700;
    color: #111;
    line-height: 1.65;
    font-size: var(--fz-20);
}

.worryCard__arrow {
    margin: 12px 0;
    font-weight: 600;
    color: var(--c-navy);
    font-size: var(--fz-24);
    line-height: 1;
}

.worryCard__strong {
    margin: 0;
    font-weight: 600;
    color: var(--c-navy);
    line-height: 1.7;
    font-size: var(--fz-20);
}

.worryCard__strong .hl {
    display: inline;
    background: linear-gradient(transparent 62%, #FFFF3B 62%);
}

.worryCard__note {
    margin: 10px 0 0;
    font-size: var(--fz-min);
    line-height: 1.6;
    color: rgba(0, 0, 0, .55);
}

@media (max-width: 960px) {

    .img_worryhuman_01,
    .img_worryhuman_02 {
        display: none;
    }

    .worryGrid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .worryCard {
        padding: 44px 16px 16px;
    }

    .worryCard__lead {
        font-size: var(--fz-base);
    }

    .worryCard__strong {
        font-size: var(--fz-20);
    }
}

/*---------------------------------------------------------
Benefit 01（特典01）
---------------------------------------------------------*/

.kanjin {
    background-color: var(--c-bg-soft-2);
}

.kanjin .widthbox {
    position: relative;
    width: 1120px;
}

.kanjin__human {
    position: absolute;
    top: 72px;
    right: 0;
    width: 220px;
    height: auto;
    pointer-events: none;
}

@media (max-width: 960px) {
    .kanjin__human {
        display: none;
    }
}

.benefit__inner {
    max-width: 1120px;
    margin: 80px auto;
    padding: 0 16px;
}

.benefitBox {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 72px 40px 40px;
}

.benefitBadge,
.tokuten23Badge {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: var(--c-navy);
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.benefitBadge__top,
.tokuten23Badge__top {
    font-weight: 800;
    font-size: var(--fz-base);
    line-height: 1;
    margin-top: 6px;
}

.benefitBadge__num,
.tokuten23Badge__num {
    font-weight: 500;
    font-size: 44px;
    line-height: 1;
    margin-top: -40px;
    font-family: "Roboto", sans-serif;
}

.benefitTop {
    display: flex;
    gap: 28px;
    align-items: start;
    justify-content: space-between;
}

.benefitCopy {
    flex: 1;
}

.benefitCopy__kicker {
    margin: 0 0 8px;
    color: var(--c-navy);
    font-weight: 600;
    font-size: var(--fz-20);
}

/* 指定：特典01は32pxベース */
.benefitCopy__title {
    margin: 0 0 16px;
    color: var(--c-navy);
    font-weight: 600;
    font-size: var(--fz-32);
    line-height: 1.8;
}

/* 指定：黄色帯の中だけ40px */
.hl2 {
    display: inline-block;
    padding: 6px 10px;
    background: #FFDF6A;
    font-size: var(--fz-h2);
    line-height: 1.15;
}

.hl2__reg {
    display: inline-block;
    font-size: .6em;
    vertical-align: sub;
    transform: translateY(.08em);
}

.benefitCopy__desc p {
    margin: 0 0 10px;
    color: #111;
    line-height: 1.95;
    font-size: var(--fz-base);
}

.benefitCopy__note {
    margin: 10px 0 0;
    font-size: var(--fz-min);
    color: rgba(0, 0, 0, .6);
}

.benefitPhoto {
    margin: 0;
    width: min(34%, 360px);
}

.benefitPhoto img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.benefitPhoto__cap {
    margin-top: 8px;
    font-size: var(--fz-min);
    color: rgba(0, 0, 0, .7);
    text-align: center;
}

.benefitBottom {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.infoCard {
    background: var(--c-bg-soft);
    border-radius: 16px;
    overflow: hidden;
}

.infoCard__head {
    margin: 0;
    background: var(--c-blue);
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 14px 10px;
    font-size: var(--fz-24);
    /* h3基準 */
}

.infoCard__body {
    padding: 24px;
}

.badgeGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

.miniBadge {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 12px 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(11, 42, 90, .25);
    color: var(--c-navy);
    font-weight: 600;
    font-size: var(--fz-min);
    line-height: 1.3;
}

.infoFoot {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: start;
}

.infoFoot__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.infoFoot__text {
    margin: 0;
    font-size: var(--fz-14);
    line-height: 1.85;
    color: #111;
}

.infoCard__text p {
    margin: 0 0 12px;
    font-size: var(--fz-14);
    line-height: 1.9;
    color: #111;
}

@media (max-width: 960px) {

    .kanjin .widthbox {
        width: 92%;
    }

    .benefitBox {
        padding: 64px 18px 26px;
    }

    .benefitTop {
        flex-direction: column;
        gap: 20px;
    }

    .benefitCopy {
        width: 100%;
    }

    .benefitPhoto {
        width: min(100%, 440px);
        margin: 0 auto;
    }

    .benefitCopy__title {
        font-size: var(--fz-20);
        line-height: 1.8;
    }

    .hl2 {
        font-size: var(--fz-24);
        padding: 4px 8px;
    }

    /* SPでは過剰に大きく見えがちなので1段落とす */
    .benefitBottom {
        grid-template-columns: 1fr;
    }

    .infoFoot {
        grid-template-columns: 72px 1fr;
        gap: 12px;
    }

    .benefitBadge,
    .tokuten23Badge {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
    }


    .benefitBadge__num,
    .tokuten23Badge__num {
        font-size: 32px;
        margin-top: -20px;
    }

    .infoCard__head {
        padding: 8px 10px;
        font-size: var(--fz-20);
    }

}

/*---------------------------------------------------------
Benefit 02 / 03（特典02・03）
---------------------------------------------------------*/
.tokuten23 {
    margin-top: 20px;
}

.tokuten23__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.tokuten23Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    align-items: stretch;
}

.tokuten23Card {
    position: relative;
    background: #fff;
    border-radius: var(--r-lg);
    overflow: visible;
    padding: 80px 24px 24px;
}

.tokuten23Card__body {
    text-align: center;
}

.tokuten23Card__copy {
    margin: 0 0 16px;
    color: var(--c-navy);
    font-weight: 600;
    line-height: 1.6;
    font-size: var(--fz-20);
}

.tokuten23Card__photo {
    margin: 0 auto 16px;
    width: min(340px, 100%);
}

.tokuten23Card__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.tokuten23Card__zero {
    margin: 0 auto 10px;
    width: min(420px, 100%);
}

.tokuten23Card__zero img {
    width: 176px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tokuten23Card__zero02 img {
    width: 329px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tokuten23Card__note {
    margin: 8px 0 0;
    text-align: left;
    font-size: var(--fz-min);
    line-height: 1.7;
    color: rgba(0, 0, 0, .55);
}

@media (max-width: 960px) {
    .tokuten23 {
        margin-top: 12px;
    }

    .tokuten23Grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .tokuten23Card {
        padding: 52px 16px 18px;
    }


}

/*---------------------------------------------------------
CTA Reserve（背景画像CTA）
---------------------------------------------------------*/
.ctaReserve {
    position: relative;
    background: url("common/img/ctabg_nayami@2x.jpg") center / cover no-repeat;
    padding: 120px 0;
    color: #fff;
}

.ctaReserve::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 24, 55, .55);
}

.ctaReserve__inner {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.ctaReserve__content {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 32px;
}

.ctaReserve__title {
    margin: 0 0 16px;
    font-size: var(--fz-32);
    font-weight: 600;
    line-height: 1.4;
}

.ctaReserve__lead {
    margin: 0;
    font-size: var(--fz-16);
    line-height: 1.9;
    color: rgba(255, 255, 255, .9);
}

.ctaReserve__action {
    text-align: center;
}

.ctaReserve__note {
    margin-top: 16px;
    font-size: var(--fz-min);
    color: rgba(255, 255, 255, .85);
}

@media (max-width: 960px) {

    .ctaReserve {
        padding: 64px 0;
        background: url("common/img/ctabg_nayami_sp@2x.jpg") center / cover no-repeat;
    }

    .ctaReserve__content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ctaReserve__title {
        font-size: var(--fz-24);
    }

    .btn a {
        width: 100%;
    }
}

/*---------------------------------------------------------
Voice Area（満足度・お約束）
---------------------------------------------------------*/
.voiceArea {
    background: #1a2f85;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.voiceArea::before {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    width: 90%;
    aspect-ratio: 16 / 9;
    background: url("common/img/bg_.voiceArea@2x.png") right top / contain no-repeat;
    pointer-events: none;
    z-index: 0;
}

.voiceArea__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

/* h2=40px（指定通り） */
.voiceArea .lptitle {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 1.35;
    font-size: var(--fz-h2);
}

.voiceArea__rate {
    color: #FFFF3B;
    font-size: 1.25em;
    font-weight: 500;
    margin: 0 4px;
    font-family: "Roboto", sans-serif;
}

.voiceArea__rateUnit {
    font-size: .55em;
}

.voiceArea__note {
    margin: 12px auto 24px;
    text-align: center;
    font-size: var(--fz-min);
    line-height: 1.6;
    color: rgba(255, 255, 255, .75);
    max-width: 760px;
}

.caseGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 64px;
}

.caseCard {
    background: #fff;
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .20);
}

.caseCard__img img {
    width: 100%;
    height: auto;
    display: block;
}

.caseCard__title {
    margin: 0;
    padding: 16px 16px 0;
    color: var(--c-navy);
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    font-size: var(--fz-20);
}

.caseCard__meta {
    display: block;
    margin-top: 6px;
    font-weight: 700;
    color: rgba(11, 42, 90, .7);
    font-size: var(--fz-min);
}

.caseCard__block {
    padding: 12px 16px 0;
}

.tag {
    display: block;
    width: fit-content;
    margin: 0 auto 8px;
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid var(--c-blue2);
    color: var(--c-blue2);
    font-weight: 600;
    font-size: var(--fz-14);
}

.tag--blue {
    background: var(--c-blue);
    color: #fff;
}

.caseCard__text {
    margin: 0 0 12px;
    font-size: var(--fz-14);
    line-height: 1.8;
    color: rgba(0, 0, 0, .78);
}

/* h3=24px（指定通り） */
.promiseTitle {
    margin: 64px 0 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: var(--fz-32);
}

.promiseBox {
    background: #fff;
    border-radius: var(--r-md);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .20);
    padding: 24px 20px;
}

.promiseRow {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 18px;
    padding: 20px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    align-items: start;
}

.promiseRow--last {
    border-bottom: none;
}

.promiseNo {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--c-blue2);
    color: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 2px;
}

.promiseNo__top {
    font-size: var(--fz-min);
    font-weight: 800;
    line-height: 1;
    margin-top: 6px;
}

.promiseNo__num {
    font-size: var(--fz-24);
    font-weight: 500;
    line-height: 1;
    margin-top: -12px;
    font-family: "Roboto", sans-serif;
}

.promiseMain {
    display: grid;
    grid-template-columns: minmax(240px, .6fr) minmax(0, 1.55fr);
    gap: 24px;
    align-items: center;
}

.promiseHead {
    margin: 0;
    color: var(--c-navy);
    font-weight: 600;
    font-size: var(--fz-24);
    line-height: 1.45;
}

.promiseText {
    margin: 0;
    color: rgba(0, 0, 0, .78);
    font-size: var(--fz-14);
    line-height: 1.9;
}

@media (max-width: 960px) {

    .voiceArea .lptitle {
        font-size: var(--fz-24);
    }

    .voiceArea::before {
        top: 64px;
        width: 120%;
        right: -24%;
    }

    .caseGrid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 40px;
    }

    .promiseRow {
        grid-template-columns: 74px 1fr;
        gap: 12px;
        padding: 16px 4px;
    }

    .promiseTitle {
        margin-top: 64px;
        font-size: var(--fz-24);
    }

    .promiseMain {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .promiseHead {
        font-size: var(--fz-20);
    }
}

@media (max-width: 480px) {
    .promiseBox {
        padding: 14px;
    }

    .promiseNo {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 960px) {
    .qandabox .lead {
        margin-top: 12px;
    }

    .baikyakubox .txbox {
        padding: 18px;
    }
}

/*---------------------------------------------------------
Section Spacing
---------------------------------------------------------*/
.tsuyomi,
.worry,
.kanjin,
.ctaReserve,
.qanda,
.voiceArea,
.action_sell {
    padding-top: 120px;
    padding-bottom: 120px;
}

.qanda {
    background-color: var(--c-bg-soft-2);
}

@media (max-width: 960px) {

    .tsuyomi,
    .worry,
    .kanjin,
    .ctaReserve,
    .qanda,
    .voiceArea,
    .action_sell {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.baikyakubox {
    border-radius: 16px;
    overflow: visible;
    margin: 24px 0;
    position: relative;
}

.baikyakubox:not(:last-child) {
    margin-bottom: 56px;
}

.baikyakubox:not(:last-child)::after {
    content: "▼";
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    color: #0b2a5a;
    font-size: 30px;
    line-height: 1;
}

.baikyakubox img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 0 !important;
}

.baikyakubox .txbox {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.baikyakubox .txbox .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 88px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #2f68ab;
    border-radius: 0;
    background: transparent;
    color: #0b2a5a;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.baikyakubox .txbox h3 {
    margin-bottom: 4px;
}

@media (max-width: 960px) {
    .baikyakubox:not(:last-child) {
        margin-bottom: 44px;
    }

    .baikyakubox:not(:last-child)::after {
        bottom: -34px;
        font-size: 24px;
    }

    .baikyakubox .txbox .number {
        width: auto;
        min-width: 82px;
        height: 28px;
        font-size: 16px;
        margin: 0;
    }

    .baikyakubox img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: top;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0;
    }

    .baikyakubox .txbox {
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .accordion {
        width: 88%;
    }
}


.faqbox {
    margin-top: 64px;
}

.action_nayami .smtx {
    font-size: var(--fz-min);
}