/* ------------------------
   共通スタイル（初期）
------------------------ */
body {
    font-family: "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    background: #f4f4f4;
}

.color-red {
    color: #cc0000;
}

.color-red {
    color: #cc0000;
}

.color-green {
    color: #379612;
}

.color-blue {
    color: #1450c0;
}

.font120 {
    font-size: 120%;
}

.marker-yellow {
    background: #ffff00;
}

.img-center {
    text-align: center;
    margin: 20px 0px;
}

.img-center img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.img-left {
    text-align: left;
    margin: 20px 0px;
}

/* PC表示 / SP非表示 */
.pc {
    display: block;
}

/* SP表示 / PC非表示 */
.sp {
    display: none;
}

/* 899px以下をスマホ扱い */
@media screen and (max-width: 899px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* PCで表示、スマホで非表示 */
.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

/* スマホ時（899px以下など自由に調整可能） */
@media screen and (max-width: 899px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

.center {
    text-align: center;
}

.ranking-img {
    text-align: center;
    padding: 20px;
}

.ranking-img img {
    width: auto;
    /* ←元サイズに戻す */
    max-width: 100%;
    /* ←はみ出し防止 */
    height: auto;
}

/* スマホだけ100%にする */
@media (max-width:768px) {
    .ranking-img img {
        width: 100%;
    }
}

.last-space {
    height: 50px;
}

.fv-wrap img {
    width: 100%;
    height: auto;
    display: none !important;
}

/* PC */
.fv-wrap img:nth-child(1) {
    display: block !important;
}


/* 共通：画像 */
.fv-wrap img {
    width: 100%;
    height: auto;
    display: none;
}

.lp-section p {
    margin-bottom: 25px;
}

.kakorieki-table table td:nth-child(2) {
    color: #cc0000 !important;
}

.point-list {
    width: 100%;
    margin: 40px 0px
}

.point-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.point-icon {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 2px;
    background: url('../image/check-icon-green.png') center center / contain no-repeat;
}

.point-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

footer {
    width: 100%;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
}

.kakorieki-table table {
    width: 100%;
    border-collapse: collapse;
}

/* タイトル */
.kakorieki-table caption {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    background: #082669;
    color: #fff;
    padding: 8px;
}

/* セル共通 */
.kakorieki-table td {
    padding: 10px;
    border: 2px solid #555151;
}

/* 左30% */
.kakorieki-table td:first-child {
    width: 30%;
}

/* 右70%＋赤文字 */
.kakorieki-table td:nth-child(2) {
    width: 70%;
    color: #cc0000;
}

h2 {
    background: #082669;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
}

.torihiki-kekka {
    margin: 25px 0px;
    border: 2px solid #555151;
    padding: 20px;
}

.price-box {
    background: #fffef8;
    margin: 20px auto;
    text-align: center;
    border: 5px solid #d6d3be;
    padding: 0 10px;
}

.price-lead {
    max-width: 580px;
    margin: 0 auto;
    text-align: left;
}

.bunkatsu-box {
    max-width: 520px;
    border: 2px double #555151;
    padding: 15px;
    margin: 10px auto 30px;
}

.bunkatsu-box-2 {
    max-width: 520px;
    margin: 10px auto 30px;
    border: 2px double #555151;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.bunkatsu-box-3 {
    max-width: 400px;
    margin: 10px auto 30px;
    border: 2px double #555151;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.bunkatsu-ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bunkatsu-lead {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.jyouken-box {
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.jyouken-box .box-title {
    font-size: 1em;
    background: #14610a;
    padding: 14px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.jyouken-box p {
    padding: 15px 20px;
    margin: 0;
}

.jyouken-in {
    padding: 20px;
}

.your-table table {
    width: auto;
    /* ←これが重要（100%だと広がる） */
    border-collapse: collapse;
    border: 1px solid #8e8c82;
}

.your-table td {
    border: none;
    padding: 8px 0;
    vertical-align: top;
    border: 1px solid #8e8c82;
    padding-right: 40px;
}

.your-table td:first-child {
    white-space: nowrap;
}

.your-table td:last-child {
    padding-left: 0.5em;
    /* ←1文字分 */
}

.your-table table {
    width: 100%;
    border-collapse: collapse;
}

.your-table td {
    padding: 10px;
}

/* 左列を強制的に狭くする */
.your-table td:first-child {
    width: 30%;
    white-space: nowrap;
    /* ←改行させない（重要） */
}

/* スマホだけさらに狭く */
@media(max-width:768px) {
    .your-table td:first-child {
        width: 25%;
    }
}

.check-square-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.check-square-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8px;
    line-height: 1.7;
}

.check-square-list li::before {
    content: "□";
    position: absolute;
    left: 0;
    top: 0;
}

.sign {
    text-align: right;
    margin-top: 20px;
}

.tokutei-link {
    margin: 40px 0px;
    text-align: center;
}

.tokutei-link a {
    text-decoration: none;
}

.risk-box {
    max-width: 740px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #8e8c82;
    font-size: 14px;
    line-height: 24px;
}

.risk-ttl {
    text-align: center;
    color: #cc0000;
    font-weight: 600;
    margin-bottom: 15px;
}

.rist-ttl {
    text-align: center;
    color: #cc0000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 17px;
}

.Qa-Box {
    width: auto;
    margin: 0 auto;
}

.Qa-Box .Qa {
    padding: 0;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
    display: flex;
    align-items: baseline;
    margin: 15px 0;
}

.Qa-Box .Qa dt p {
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
    width: 100%;
}

.Qa-Box .Qa dd p {
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

.Qa-Box .Qa:last-of-type {
    border-bottom: none;
}

.Qa-Box .Qa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #010197;
    width: 2em;
    height: 1.8em;
}

.Qa-Box .Qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #cc0000;
    width: 2em;
    height: 1.8em;
}

/* PC（1081px～） */
@media screen and (min-width: 1081px) {
    .fv-pc {
        display: block;
    }

    #wrapper {
        max-width: 880px;
        margin: 0 auto;
        background: #fff;
    }

    .kakorieki-table {
        width: 520px;
        margin: 40px auto;
        font-size: 18px;
    }

    .kakorieki-table {
        width: 520px;
        margin: 40px auto;
        font-size: 18px;
    }

    .lp-section {
        width: 90%;
        margin: 40px auto;
    }

    .lp-section-tokutei {
        width: 90%;
        margin: 0px auto;
    }

    .section-text {
        margin: 20px 0px 60px 0px;
    }
}

/* タブレット（768～1080px） */
@media screen and (min-width: 768px) and (max-width: 1080px) {
    .fv-tab {
        display: block;
    }

    #wrapper {
        max-width: 880px;
        margin: 0 auto;
    }

    .lp-section {
        width: 90%;
        margin: 20px auto;
    }

    .kakorieki-table {
        width: 520px;
        margin: 20px auto;
    }
}

/* スマホ（～767px） */
@media screen and (max-width: 767px) {
    .fv-sp {
        display: block;
    }

    .lp-section {
        width: 90%;
        margin: 30px auto;
    }

    .img-center {
        text-align: center;
    }

    .img-center img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .sign img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .img-left img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    #wrapper {
        width: 100%;
        background: #fff;
        margin: 0;
        padding: 0;
    }

    h2 {
        background: #082669;
        color: #fff;
        font-size: 22px;
        text-align: center;
        padding: 30px 20px;
        margin-top: 20px;
    }

    .lp-section {
        width: auto;
        margin: 0 20px;
        padding-top: 30px;
    }

    .kakorieki-table {
        width: auto;
        margin: 40px 0 30px;
    }

    /* 左30% */
    .kakorieki-table td:first-child {
        width: 40%;
    }

    /* 右70%＋赤文字 */
    .kakorieki-table td:nth-child(2) {
        width: 60%;
        color: #cc0000;
    }

    .price-lead {
        width: auto;
        margin: 0 15px;
        text-align: left;
        font-size: 13px;
        line-height: 23px;
    }

    .risk-box {
        width: auto;
        margin: 20px;
        padding: 20px;
        border: 1px solid #8e8c82;
        font-size: 14px;
        line-height: 24px;
    }
}

.tokutei {
    border-collapse: collapse;
    width: 100%;
}

.tokutei_title {
    background: #555151;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 15px;
}

.tokutei th,
.tokutei td {
    border: 1px solid #dbe1e8;
    padding: 8px;
}

.tokutei th {
    background: #f9fafc;
    text-align: left;
    width: 25%;
}

.tokutei td {
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .tokutei {
        border-collapse: collapse;
        width: auto;
        margin: 15px;
    }

    .tokutei tr,
    .tokutei th,
    .tokutei td {
        display: block;
        width: auto;
    }

    .tokutei tr:first-child {
        border-top: 1px solid #dbe1e8;
    }

    .tokutei th,
    .tokutei td {
        border-top: none;
    }
}

.tokutei_setsumei {
    margin: 2em 15px;
    background: #f4f4f4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.tokutei_setsumei .box-title {
    font-size: 1em;
    background: #555151;
    padding: 10px;
    text-align: left;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.tokutei_setsumei p {
    padding: 15px 20px;
    margin: 0;
}

/*タイマー調整*/
/* カウントダウンの改行を強制的に横並びにする */
.timer {
    margin-top: 20px;
}