﻿/* =============================================================
   セーフリーの安心・安全 (safety)
   ============================================================= */

/*==================================================
  共通
==================================================*/
.pageSafety .areaTxt {
    font-size: 16px;
    line-height: 1.8;
    color: #40536A;
    margin-bottom: 36px;
    text-align: center;
    padding: 0 20px;
}

.pageSafety .areaTxt + .areaTxt {
    margin-top: -20px;
}

.areaTitle {
    margin-bottom: 50px;
}

.areaTitle.short {
    margin-bottom: 20px;
}

/*==================================================
  メインビジュアル (safetyMain)
==================================================*/
.safetyMain {
    position: relative;
    padding: 31px 0 29px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1FAFF;
    height: 190px;
    overflow: hidden;
}

.safetyMain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/main-photo-left.png) no-repeat center center / 100%;
    width: 270px;
    height: 100%;
    z-index: 0;
}

.safetyMain::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/common/main-photo-right.png) no-repeat center center / 100%;
    width: 354px;
    height: 100%;
    z-index: 0;
}

.safetyMain .inner {
    position: relative;
    z-index: 1;
}

.safetyMain .mainTitle {
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 7px;
    color: #00B0ED;
}

.safetyMain .mainTxt {
    font-size: 16px;
    line-height: 1.62;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.pageSafety .mainTxtSp {
    display: none;
}

/*==================================================
  4つの安心 (areaFourPeace)
==================================================*/
.areaFourPeace {
    padding: 52px 0 60px;
    background: #fff;
}

.fourPeaceGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fourPeaceCard {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #40536A;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
}

.fourPeaceCardImg {
    width: 100%;
    height: 160px;
    background: #D8EEF7 url() no-repeat center center / cover;
    flex-shrink: 0;
}

/* ダミー背景色（画像差し替えまでのプレースホルダー） */
.fourPeaceCardImg--screening  { background-color: #C8DDE8; background-image: url(../images/safety/screening.png); }
.fourPeaceCardImg--monitoring  { background-color: #C8D9C8; background-image: url(../images/safety/monitoring.png); }
.fourPeaceCardImg--support     { background-color: #C8CCDF; background-image: url(../images/safety/support.png); }
.fourPeaceCardImg--future      { background-color: #DDD8D8; background-image: url(../images/safety/future.png); }

.fourPeaceCardBody {
    padding: 18px 18px;
    flex: 1;
    text-align: center;
}

.fourPeaceCardTitle {
    font-size: 20px;
    font-weight: bold;
    color: #00B0ED;
    margin: 0 0 8px;
    line-height: 1.4;
}

.fourPeaceCardTxt {
    font-size: 16px;
    color: #40536A;
    margin: 0;
    line-height: 1.6;
}

/*==================================================
  事業者の審査 (areaScreening)
==================================================*/
.areaScreening {
    padding: 60px 0;
    background: #F1FAFF;
}

/* --- セクションブロック共通 --- */
.screeningSection {
    padding: 30px 0 32px;
    margin-bottom: 20px;
}

.screeningSection:last-child {
    margin-bottom: 0;
}

.screeningSectionNote {
    font-size: 16px;
    color: #40536A;
    margin: 0 0 25px;
    line-height: 1.7;
    text-align: center;
}

/* --- 掲載事業者の削除基準 --- */
.screeningSection--deletion {
    padding-top: 0;
}

.screeningBanner {
    background: #00B0ED;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 18px 24px;
    margin: 0 0 25px;
    border-radius: 0 0;
    letter-spacing: 0.4px;
}

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

.screeningDeletionCard {
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.screeningDeletionHeader {
    background: #00AFEC;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 16px;
}

.screeningDeletionNum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #00B0ED;
    font-size: 23px;
    font-weight: bold;
    border-radius: 50%;
    flex-shrink: 0;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0;
}

.screeningDeletionName {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}

.screeningDeletionTxt {
    font-size: 16px;
    color: #40536A;
    line-height: 1.75;
    margin: 0;
    padding: 16px;
    flex: 1;
}
.screeningDeletionFootnote {
    font-size: 16px;
    color: #40536A;
    line-height: 1.9;
    margin: 20px 0 0;
    text-align: center;
}
/* --- 新規事業者の審査について --- */
.screeningSection--new {
    padding-top: 0;
}

.screeningNewLead {
    font-size: 15px;
    color: #40536A;
    text-align: center;
    line-height: 1.8;
    margin: 0 0 28px;
}

.screeningNewLead .spbr,
.monitoringList .spbr {
    display: none;
}

.screeningInspectionHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 23px;
    font-weight: bold;
    color: #00B0ED;
    margin: 0 auto 10px;
    text-align: center;

}

.screeningInspectionHeading::before,
.screeningInspectionHeading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #00B0ED;
    max-width: 220px;
}

.screeningInspectionNote {
    font-size: 16px;
    color: #40536A;
    text-align: center;
    margin: 0 0 22px;
    line-height: 1.7;
}

.screeningInspectionGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.screeningInspectionCard {
    background: #fff;
    border-radius: 8px;
    padding: 18px 16px;
}

.screeningInspectionTitle {
    font-size: 18px;
    font-weight: bold;
    color: #00B0ED;
    margin: 0 0 10px;
    line-height: 1.4;
    text-align: center;
}

.screeningInspectionTxt {
    font-size: 16px;
    color: #40536A;
    line-height: 1.75;
    margin: 0;
}

/* --- 審査の流れ タイムライン --- */
.screeningFlowBlock {
    margin-top: 36px;
}

.screeningFlowTimeline {
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 28px 24px 28px;
    margin: 18px 0 0;
}

.screeningFlowTimeline::before {
    content: "";
    position: absolute;
    top: 71px;
    left: calc(12.5% + 18px);
    right: calc(12.5% + 18px);
    height: 2px;
    background: #00B0ED;
    z-index: 0;
}

.screeningFlowStep {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.screeningFlowStepNum {
    font-size: 25px;
    font-weight: bold;
    color: #00B0ED;
    font-family: "Outfit", sans-serif;
    line-height: 1;
    margin-bottom: 8px;
}

.screeningFlowDot {
    width: 20px;
    height: 20px;
    background: #00B0ED;
    border-radius: 50%;
    flex-shrink: 0;
    margin-bottom: 12px;
}

.screeningFlowStepLabel {
    font-size: 18px;
    font-weight: bold;
    color: #00B0ED;
    text-align: center;
    margin: 0 0 6px;
    line-height: 1.4;
}

.screeningFlowStepTxt {
    font-size: 16px;
    color: #40536A;
    text-align: center;
    line-height: 1.65;
    margin: 0;
}

.screeningFlowNote {
    font-size: 16px;
    color: #40536A;
    text-align: center;
    margin: 0;
    background: #fff;
    padding-bottom: 20px;
}


/*==================================================
  掲載後の監視体制 (areaMonitoring)
==================================================*/
.areaMonitoring {
    padding: 60px 0;
    background: #fff;
}

.monitoringBlock {
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

.monitoringBlock:last-child {
    margin-bottom: 0;
}

.monitoringBlockTitle {
    background: #00B0ED;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 14px 24px;
    margin: 0;
    letter-spacing: 0.3px;
}

.monitoringBlockBody {
    padding: 20px 28px 28px;
}

.monitoringBlockTxt {
    font-size: 16px;
    color: #40536A;
    line-height: 1.75;
    margin: 0;
}

.monitoringBlockTxt:last-child {
    margin-bottom: 0;
}

.monitoringBlockAlert {
    font-size: 15px;
    font-weight: bold;
    color: #40536A;
    line-height: 1.7;
    margin: 0 0 20px;
}

/* リスト */
.monitoringList {
    list-style: none;
    margin: 0 auto 20px;
    padding: 0;
    width: 600px;
}

.monitoringList:last-child {
    margin-bottom: 0;
}

.monitoringList li {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    color: #40536A;
    line-height: 1.7;
    margin-bottom: 6px;
}

.monitoringList li:last-child {
    margin-bottom: 0;
}

.monitoringList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #00B0ED;
    border-radius: 50%;
}

/* 具体的な問題事例 */
.monitoringExampleBlock {
    background: #F2F6F9;
    border-radius: 8px;
    padding: 25px 30px;
    margin-top: 25px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    
}

.monitoringExampleBlock .monitoringList {
    width: auto;
}

.monitoringExampleHeading {
    font-size: 18px;
    font-weight: bold;
    color: #00B0ED;
    text-align: center;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.monitoringExampleHeading::before,
.monitoringExampleHeading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #00B0ED;
}

/* 口コミ投稿者への対応 */
.monitoringReviewHeading {
    font-size: 23px;
    font-weight: bold;
    color: #00B0ED;
    text-align: center;
    margin: 28px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.monitoringReviewHeading::before,
.monitoringReviewHeading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #00B0ED;
    max-width: 230px;
}

.monitoringReviewGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 24px;
    margin-left: -28px;
    width: calc(100% + 56px);
}

.monitoringReviewCard {
    background: #F2F6F9;
    border-radius: 8px;
    padding: 25px 20px 25px;
}

.monitoringReviewCardTitle {
    font-size: 18px;
    font-weight: bold;
    color: #00B0ED;
    margin: 0 0 10px;
    text-align: center;
}

.monitoringReviewCardTxt {
    font-size: 16px;
    color: #40536A;
    line-height: 1.7;
    margin: 0;
}

.monitoringReviewNote {
    font-size: 16px;
    color: #40536A;
    line-height: 1.75;
    margin: 0;
}

/* 口コミポリシーCTA */
.monitoringCta {
    background: #F2F6F9;
    border-radius: 10px;
    padding: 18px 40px 28px;
    text-align: center;
    margin-top: 20px;
}

.monitoringCtaHeading {
    font-size: 23px;
    font-weight: bold;
    color: #00B0ED;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.monitoringCtaHeading::before,
.monitoringCtaHeading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #00B0ED;
    max-width: 160px;
}

.monitoringCtaTxt {
    font-size: 16px;
    color: #40536A;
    line-height: 1.7;
    margin: 0 0 24px;
}

.monitoringCtaBtn {
    display: inline-block;
    background: #00B0ED;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 100px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: opacity 0.2s;
}

.monitoringCtaBtn:hover {
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}

/*==================================================
  トラブル時のサポート (areaSupport)
==================================================*/
.areaSupport {
    padding: 60px 0;
    background: #F1FAFF;
}

.areaSupport .areaTxt {
    text-align: left;
}

.supportCaseBlock {
    overflow: hidden;
    padding: 0;
}

.supportCaseBanner {
    background: #00B0ED;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 18px 24px;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
}

.supportCaseBody {
    padding: 0;
}

.supportCaseGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.supportCaseCard {
    background: #fff;
    border-radius: 8px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.supportCaseCardTitle {
    font-size: 18px;
    font-weight: bold;
    color: #00B0ED;
    margin: 0 0 10px;
    line-height: 1.45;
    text-align: center;
}

.supportCaseCardTxt {
    font-size: 16px;
    color: #40536A;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

/* 実際の対応事例 */
.supportExampleBlock {
    overflow: hidden;
    padding: 0;
    margin-top: 20px;
}

.supportExampleBanner {
    background: #00B0ED;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 18px 24px;
    margin: 0;
    letter-spacing: 0.3px;
}

.supportExampleBlockBody {
    padding: 24px 0 32px;
}

.supportExampleLead {
    font-size: 16px;
    color: #40536A;
    line-height: 1.75;
    margin: 0 0 24px;
    padding: 0 20px;
}

.supportExampleGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.supportExampleCard {
    border-radius: 8px;
    overflow: hidden;
}

.supportExampleHeader {
    background: #00B0ED;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
}

.supportExampleBadge {
    background: #fff;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    flex-shrink: 0;
}

.supportExampleBadgeLabel {
    font-size: 14px;
    font-weight: bold;
    color: #00B0ED;
}

.supportExampleBadgeNum {
    font-size: 18px;
    font-weight: bold;
    color: #00B0ED;
    line-height: 1;
}

.supportExampleTitle {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}

.supportExampleBody {
    background: #fff;
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 410px;
}

.supportExampleTxt {
    font-size: 16px;
    color: #40536A;
    line-height: 1.75;
    margin: 0;
}

.supportExampleNote {
    font-size: 16px;
    color: #40536A;
    text-align: center;
    margin: 0 0 30px;
}

.supportExampleCta {
    text-align: center;
}

/*==================================================
  さらなる安心に向けて (areaFuture)
==================================================*/
.areaFuture {
    padding: 60px 0 102px;
    background: #fff;
}

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

.futureCard {
    background: #F2F6F9;
    border-radius: 10px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
}

.futureCardTitle {
    font-size: 18px;
    font-weight: bold;
    color: #00B0ED;
    text-align: center;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.futureCardTitle::before,
.futureCardTitle::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #00B0ED;
}

.futureCardSub {
    font-size: 13px;
    color: #00B0ED;
    text-align: center;
    margin: -5px 0 16px;
    font-weight: bold;
}

.futureCardTxt {
    font-size: 14px;
    color: #40536A;
    line-height: 1.8;
    margin: 0 0 12px;
}

.futureCardTxt:last-of-type {
    margin-bottom: 0;
}

.futureCardCta {
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
}

/*==================================================
  レスポンシブ：モバイル (768px以下)
==================================================*/
@media (max-width: 768px) {

    /*---------- メインビジュアル ----------*/
    .safetyMain {
        padding: 22px 0 20px;
        height: 120px;
    }

    .safetyMain .mainTitle {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .safetyMain .mainTxt {
        display: none;
    }

    .safetyMain::before {
        width: 128px;
        bottom: -16px;
        top: auto;
    }

    .safetyMain::after {
        width: 204px;
        top: -9px;
    }

    .pageSafety .mainTxtSp {
        display: block;
        padding: 18px 0 0;
        background: #fff;
    }

    .pageSafety .mainTxtSp .mainTxt {
        display: block;
        font-size: 14px;
        line-height: 1.6;
        font-weight: 600;
        text-align: center;
        color: #40536A;
    }

    .pageSafety .areaTxt {
        font-size: 14px;
        margin-bottom: 2rem;
        padding: 0;
    }

    /*---------- 4つの安心 ----------*/
    .areaFourPeace {
        padding: 36px 0 40px;
    }

    .fourPeaceGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .fourPeaceCardImg {
        height: 110px;
    }

    .fourPeaceCardBody {
        padding: 14px 14px;
    }

    .fourPeaceCardTitle {
        font-size: 18px;
    }

    .fourPeaceCardTxt {
        font-size: 14px;
    }

    /*---------- 事業者の審査 ----------*/
    .areaScreening {
        padding: 40px 0;
    }

    .screeningSection {
        padding: 20px 0 0;
        margin-bottom: 14px;
    }

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

    .screeningDeletionHeader {
        justify-content: center;
        position: relative;
        padding: 16px 16px;
    }

    .screeningDeletionNum {
        position: absolute;
        left: 16px;
    }

    .screeningDeletionName {
        font-size: 18px;
    }

    .screeningDeletionTxt {
        font-size: 14px;
    }

    .screeningDeletionFootnote {
        font-size: 14px;
        text-align: left;
    }

    .screeningBanner {
        font-size: 21px;
        padding: 14px 16px;
        margin: 0 0 16px;
    }

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

    .screeningNewLead {
        font-size: 14px;
    }

    .screeningNewLead .spbr {
        display: inline;
    }

    .screeningInspectionHeading {
        font-size: 23px;
    }

    .screeningInspectionNote {
        font-size: 14px;
    }

    .screeningInspectionTxt {
        font-size: 14px;
    }

    .screeningInspectionTitle {
        font-size: 16px;
    }

    .screeningFlowTimeline {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px 16px;
        position: relative;
    }

    .screeningFlowTimeline::before {
        display: none;
    }

    .screeningFlowTimeline::after {
        display: none;
    }

    .screeningFlowStep {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
        padding: 16px 0;
        position: relative;
        border-bottom: none;
    }

    .screeningFlowStep:last-child {
        border-bottom: none;
    }

    /* 各ステップのドット間を繋ぐ縦線 */
    .screeningFlowStep::before {
        content: "";
        position: absolute;
        left: 48px; /* num(38px) + dot半径(10px) */
        top: 0;
        bottom: 0;
        width: 2px;
        background: #00B0ED;
        z-index: 0;
    }

    /* 最初のステップ：ドット中心から下へ */
    .screeningFlowStep:first-child::before {
        top: 26px;
    }

    /* 最後のステップ：上からドット中心まで */
    .screeningFlowStep:last-child::before {
        bottom: calc(100% - 26px);
    }

    .screeningFlowStepNum {
        font-size: 22px;
        width: 38px;
        flex-shrink: 0;
        text-align: left;
        margin-bottom: 0;
    }

    .screeningFlowDot {
        display: block;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
    }

    .screeningFlowDot::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        width: 24px;
        height: 1px;
        background: #00B0ED;
        transform: translateY(-50%);
    }

    .screeningFlowStepLabel {
        flex: 1;
        text-align: left;
        margin: 0 0 0 32px;
        line-height: 1.4;
        font-size: 16px;
    }

    .screeningFlowStepTxt {
        flex: 0 0 100%;
        text-align: left;
        padding-left: 90px;
        margin-top: 6px;
        font-size: 14px;
    }

    .screeningFlowStepTxt .pcbr {
        display: none;
    }

    .screeningFlowNote {
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
    }

    /*---------- 掲載後の監視体制 ----------*/
    .areaMonitoring {
        padding: 40px 0;
    }

    .monitoringBlock {
        margin-bottom: 14px;
    }

    .monitoringBlockTitle {
        font-size: 21px;
        padding: 14px 20px;
    }

    .monitoringBlockBody {
        padding: 16px 0 20px;
    }

    .monitoringBlockTxt {
        font-size: 14px;
    }

    .monitoringList {
        width: 100%;
        margin-left: 20px;
    }

    .monitoringList li {
        font-size: 14px;
        padding-left: 16px;
        line-height: 1.7;
    }

    .monitoringList .spbr {
        display: inline;
    }

    .monitoringExampleBlock {
        width: 100%;
        padding: 18px 16px 22px;
        margin-top: 16px;
    }

    .monitoringExampleBlock .monitoringList {
        margin-left: 0;
    }

    .monitoringReviewHeading {
        font-size: 21px;
    }

    .monitoringReviewGrid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-left: 0;
        width: 100%;
    }

    .monitoringReviewCard {
        padding: 20px 20px 20px;
    }

    .monitoringReviewCardTxt {
        font-size: 14px;
    }

    .monitoringReviewCardTitle {
        font-size: 16px;
        margin: 0 0 8px;
    }

    .monitoringCtaHeading {
        font-size: 21px;
    }

    .monitoringCtaTxt {
        font-size: 14px;
    }

    .monitoringCta {
        padding: 36px 18px;
    }

    .monitoringCtaBtn {
        padding: 14px 0;
        width: 100%;
    }

    /*---------- トラブル時のサポート ----------*/
    .areaSupport {
        padding: 40px 0;
    }

    .supportCaseBody {
        padding: 0 5px 15px;
    }

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

    .supportCaseCardTitle {
        font-size: 16px;
    }

    .supportCaseCardTxt {
        font-size: 14px;
    }

    .supportExampleBlockBody {
        padding: 16px 6px 24px;
    }

    .supportExampleGrid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .supportExampleHeader {
        padding: 10px;
    }

    .supportExampleTitle {
        font-size: 18px;
    }

    .supportExampleTxt {
        font-size: 14px;
    }

    .supportExampleBody {
        padding: 20px 15px 22px;
    }

    .supportExampleNote {
        font-size: 14px;
    }

    .supportExampleLead {
        padding: 0;
    }

    /*---------- さらなる安心に向けて ----------*/
    .areaFuture {
        padding: 40px 0 52px;
    }

    .futureGrid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

}