@charset "utf-8";

/* ================================================================
   IPSS SNOWBOARD SCHOOL — レッスン一覧専用スタイル (lesson.html)
   ※ style.css を必ず先に読み込むこと
   ================================================================ */

/* レッスン一覧ページ 改修スタイル
-------------------------------------------*/

/* ② フィルターエリア */
.lesson-filter {
    background: #f4f8fd;
    border-bottom: 1px solid #dde8f4;
    padding: 20px;
    text-align: center;
}
.lesson-filter__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.filter-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 2px solid #1E73BE;
    border-radius: 999px;
    background: #fff;
    color: #1E73BE;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.filter-btn:hover,
.filter-btn.active {
    background: #1E73BE;
    color: #fff;
    text-decoration: none;
}

/* ③ レッスン時間エリア */
.lesson-times {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 20px 0;
}
.content h3.lesson-times__title {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eaf2fb;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    position: static;
    clear: none;
    letter-spacing: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 18px;
    padding: 12px 16px;
    border-left: 4px solid #0d4a8a;
}
.content h3.lesson-times__title::before {
    display: none;
}
.lesson-times__title i {
    color: #1E73BE;
    font-size: 16px;
}
.lesson-times .sub_txt {
    font-size: 13px;
    color: #555;
}

/* 料金表：半日／１日を上段2列、２〜７日を下段の小さめグリッドに */
.price-tier-grid {
    margin-bottom: 25px;
}
.price-tier-grid__primary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.price-tier-grid__sub {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}
.price-tier {
    border: 1px solid #c4daf4;
    border-radius: 12px;
    padding: 20px 12px;
    text-align: center;
}
.price-tier--primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.price-tier__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.price-tier--primary .price-tier__price {
    margin-top: 0;
}
.price-tier--sub {
    padding: 12px 6px;
    border-radius: 10px;
}
.price-tier__label {
    font-size: 22px;
    color: #777;
}
.price-tier--sub .price-tier__label {
    font-size: 18px;
}
.price-tier__time {
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}
.price-tier--sub .price-tier__time {
    font-size: 10px;
}
.price-tier__price {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 10px;
}
.price-tier--sub .price-tier__price {
    font-size: 18px;
    margin-top: 6px;
}
.price-tier__unit {
    font-size: 13px;
    font-weight: 600;
    margin-left: 1px;
}
.price-tier--sub .price-tier__unit {
    font-size: 10px;
}
.price-tier__perday {
    font-size: 10px;
    color: #888;
    margin-top: 2px;
}
.price-tier .badge-otok {
    display: inline-block;
    margin-top: 6px;
}

/* 料金グループのラベル（「一般レッスン対象」「コアタイム外レッスン対象」など） */
.lesson-price-group {
    margin-bottom: 25px;
}
.lesson-price-group__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eaf2fb;
    color: #1E73BE;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 6px 16px;
    border-radius: 999px;
    margin: 0 0 14px;
}
.lesson-price-group__badge i {
    font-size: 12px;
}
.lesson-price-group .lesson-times-pair {
    max-width: none;
    margin: 0;
    padding: 0;
}

/* インストラクター指名料・受講時間：PCでは横並び、SPでは縦積み */
.lesson-times-pair {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 20px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.lesson-times-pair .lesson-times {
    max-width: none;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 861px) {
    .lesson-times-pair {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

/* 受講時間：他時間帯（モーニング／サンセット／ナイター）へのリンク */
.lesson-times__other {
    margin-top: 14px;
}
.lesson-times__other-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #1E73BE;
    margin-bottom: 8px;
}
.lesson-times__other-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.time-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f4f8fd;
    border: 1px solid #dde8f4;
    border-radius: 999px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #1E73BE;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.time-link i {
    font-size: 11px;
    width: 14px;
    text-align: center;
}
.time-link span {
    font-weight: 400;
    color: #666;
    font-size: 11px;
    transition: color 0.2s;
}
.time-link:hover {
    background: #1E73BE;
    color: #fff;
    text-decoration: none;
}
.time-link:hover span {
    color: #eaf2fb;
}

@media screen and (max-width: 560px) {
    .lesson-times__other-links {
        flex-direction: column;
        align-items: stretch;
    }
    .time-link {
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .price-tier-grid__sub {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px 8px;
    }
}
@media (max-width: 560px) {
    .price-tier-grid__primary,
    .price-tier-grid__sub {
        gap: 8px;
    }
    .price-tier-grid__sub {
        grid-template-columns: repeat(2, 1fr);
    }
    .price-tier {
        padding: 14px 10px;
    }
    .price-tier--sub .price-tier__price {
        font-size: 20px;
    }
    .price-tier--primary {
        flex-direction: column;
        gap: 4px;
    }
    .price-tier--primary .price-tier__label {
        font-size: 18px;
    }
    .price-tier--primary .price-tier__time {
        font-size: 11px;
    }
    .price-tier--primary .price-tier__price {
        margin-top: 6px;
        font-size: 30px;
    }
}

/* インストラクター指名料・受講時間：表として表示（style.css側の table_01/table_03 定義をそのまま使用） */
.lesson-times table.table_01 {
    width: 96%;
    margin: 0 auto 24px;
}
.lesson-times table.table_03 {
    width: 100%;
    margin: 0 0 24px;
}

/* lesson-bg-light（薄水色セクション）内のテーブルが背景に埋もれないよう白背景に */
.lesson-bg-light table.table_01 th,
.lesson-bg-light table.table_01 td {
    background: #fff;
}

/* ⓪ レッスン詳細ページ ヒーローヘッダー（一覧ページの見出しとは別クラス） */
.lesson-detail__header {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaf2fb;
}
.lesson-detail__badge {
    display: inline-block;
    background: #eaf2fb;
    color: #1E73BE;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.lesson-detail__title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}
.lesson-detail__en {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.content h3.lesson-detail__heading {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eaf2fb;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    position: static;
    clear: none;
    letter-spacing: normal;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    padding: 10px 14px;
    border-left: 4px solid #0d4a8a;
}
.content h3.lesson-detail__heading::before {
    display: none;
}
.lesson-detail__heading i {
    color: #1E73BE;
    font-size: 14px;
}

@media screen and (max-width: 560px) {
    .lesson-detail__title {
        font-size: 20px;
    }
}

/* ④ レッスンカード一覧 */
.lesson-list-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}
.lesson-list-section__header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8f0fa;
}
.lesson-list-section__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}
.lesson-list-section__en {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* カードグリッド */
.lesson-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 860px) {
    .lesson-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
@media (max-width: 560px) {
    .lesson-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* カード */
.lesson-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}
.lesson-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.13);
}
.lesson-card__img-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #c9ddf0;
}
.lesson-card__img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lesson-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #F59E0B;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    z-index: 2;
    line-height: 1.4;
}
.lesson-card__body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}
.lesson-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}
.lesson-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}
.lesson-card__tag {
    font-size: 11px;
    background: #eaf2fb;
    color: #1E73BE;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 600;
}
.lesson-card__tagred {
    font-size: 11px;
    background: #ffeaea;
    color: #e23b3b;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 600;
}
.lesson-card__desc {
    font-size: 14px !important;
    color: #555;
    margin: 4px 0 0;
    line-height: 1.55;
    flex: 1;
}
.lesson-card__btn {
    display: block;
    margin-top: 10px;
    background: #1E73BE;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}
.lesson-card__btn:hover {
    background: #155fa0;
    color: #fff;
    text-decoration: none;
}

/* ⑤ 比較表 */
.lesson-compare-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 30px;
}
.lesson-compare-wrap {
    overflow-x: auto;
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.compare-table th,
.compare-table td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #e0eaf5;
}
.compare-table thead th {
    background: #1E73BE;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}
.compare-table thead th:first-child {
    background: #155fa0;
    text-align: left;
    padding-left: 16px;
}
.compare-table tbody th {
    background: #f0f6fc;
    text-align: left;
    padding-left: 16px;
    font-weight: 600;
    color: #333;
}
.compare-table tbody tr:nth-child(even) td {
    background: #fafcff;
}
.compare-table .ok {
    color: #1E73BE;
    font-weight: 700;
    font-size: 16px;
}
.compare-table .partial {
    color: #F59E0B;
    font-weight: 700;
}
.compare-table .ng {
    color: #ccc;
}
.compare-note {
    font-size: 12px;
    color: #888;
    margin-top: 12px;
    text-align: center;
}
@media (max-width: 600px) {
    .compare-table {
        font-size: 12px;
    }
    .compare-table th,
    .compare-table td {
        padding: 8px 6px;
    }
}
@media (max-width: 560px) {
    .compare-table thead {
        display: none;
    }
    .compare-table tbody tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid #e0eaf5;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,.06);
    }
    .compare-table tbody th {
        display: block;
        background: #1E73BE;
        color: #fff;
        font-size: 13px;
        text-align: center;
        padding: 10px 14px;
        border: none;
        border-bottom: 1px solid #155fa0;
    }
    .compare-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 14px;
        border: none;
        border-bottom: 1px solid #e0eaf5;
        text-align: right;
    }
    .compare-table tbody td:last-child {
        border-bottom: none;
    }
    .compare-table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #1E73BE;
        font-size: 11px;
        flex-shrink: 0;
        margin-right: 8px;
        text-align: left;
    }
    .compare-table tbody tr:nth-child(even) td {
        background: #fafcff;
    }
}

/* セクション区切り */
.lesson-section-divider {
    height: 0;
    border: none;
    border-top: 1px solid #e8f0fa;
    margin: 0;
}

/* ============================================
   スマホ専用 改行・文字サイズ調整
   ============================================ */

/* sp-br はstyle.cssに共通化済み */

@media screen and (max-width: 560px) {

    /* フィルターボタン */
    .filter-btn {
        font-size: 12px;
        padding: 7px 13px;
    }

    /* セクション見出し */
    .lesson-list-section__title {
        font-size: 17px;
        line-height: 1.4;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    /* 比較表ヘッダーの small */
    .compare-table thead th small {
        display: block;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.3;
        margin-top: 3px;
        color: rgba(255,255,255,0.85);
    }

    /* CTAセクション */
    /* スマホ用 */
    .contact h2 {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 14px;
    }
    .contact p {
        font-size: 13px;
        line-height: 1.7;
    }

    /* レッスンカード説明文 */
    .lesson-card__desc {
        font-size: 12px;
    }

    /* テーブル注意書き */
    .lesson-times .sub_txt {
        font-size: 12px;
        line-height: 1.7;
        width: 95%;
    }

    /* パンくず */
    .pankuzu li {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .lesson-list-section__title {
        font-size: 15px;
    }
}

/* ================================================================
   個別レッスン詳細ページ共通スタイル (bt.html / reg.html 等)
   「レッスン内容」「どんな方におすすめか」エリア
   ※ .lesson-list-section__header 等は既存クラスをそのまま流用
   ================================================================ */

/* ⑥ レッスン詳細：画像＋本文グリッド */
.lesson-detail__grid {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 32px;
}

.lesson-detail__media {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
}
.lesson-detail__media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.lesson-detail__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lesson-detail__desc p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin: 0 0 16px;
}
.lesson-detail__desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 860px) {
    .lesson-detail__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lesson-detail__media img {
        aspect-ratio: 16 / 9;
    }
    .lesson-detail__body {
        padding: 0 20px;
    }
}

/* ⑦ レッスン詳細：こんな方におすすめ（チェックリスト形式・カード枠なし・本文列内に配置） */
.lesson-recommend {
    margin-top: 20px;
}
.content h3.lesson-recommend__title {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: static;
    clear: none;
    letter-spacing: normal;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    padding: 0 0 8px;
    border-bottom: 1px solid #e5e5e5;
}
.content h3.lesson-recommend__title::before {
    display: none;
}
.lesson-recommend__title i {
    color: #F59E0B;
    font-size: 14px;
}
.lesson-recommend__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.lesson-recommend__tags .lesson-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FAEEDA;
    border: none;
    border-radius: 999px;
    color: #633806;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    padding: 6px 12px;
    white-space: nowrap;
}
.lesson-recommend__tags .lesson-card__tag i {
    color: #854F0B;
    font-size: 11px;
    flex-shrink: 0;
}

@media screen and (max-width: 560px) {
    .lesson-detail__desc p {
        font-size: 13px;
        line-height: 1.8;
    }
    .lesson-recommend {
        margin-top: 16px;
    }
    .content h3.lesson-recommend__title {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    .lesson-recommend__tags {
        gap: 6px;
    }
    .lesson-recommend__tags .lesson-card__tag {
        font-size: 12px;
        padding: 6px 12px;
        white-space: normal;
    }
}

/* ================================================================
   旧 other_style.css からの移植分
   （style.css / lesson.css 未対応だったレッスン詳細ページの
   　料金表・お得バッジ・余白ユーティリティ）
   ================================================================ */

/* ⑧ 料金表（table_03：インストラクター指名料など） */
.content table.table_03 {
    width: 94%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    table-layout: fixed;
}
.content table.table_03 th {
    background: #fbfbfb;
    border: solid 1px #E3E3E3;
    font-weight: normal;
    width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content table.table_03 th.midashi {
    background-color: #1E73BE;
    padding: 12px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px;
    width: 100%;
}
.content table.table_03 td {
    padding: 12px;
    border: solid 1px #E3E3E3;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content table.table_03 td.cnt {
    text-align: center;
    vertical-align: middle;
}

/* ⑨ 料金・時間の表示（table_01内の th-wrap / price-wrap 等） */
.time {
    font-size: 1.1em;
}
.nomin {
    font-size: 1em;
}
.nomin09 {
    font-size: 0.9em;
}
/* .th-wrap / .th-text / .price-wrap / .price-main は style.css に共通化済み */
.lesson-time {
    font-size: 0.75em;
    color: #666;
}

/* ⑩ お得バッジ */
.badge {
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    color: #fff;
    white-space: nowrap;
}
.badge-otok {
    background: #F59E0B;
}
/* お得率が上がるにつれて背景色を濃くする */
.badge-otok-1 {
    background: #FBBF24; /* 3%お得 */
}
.badge-otok-2 {
    background: #F59E0B; /* 5%お得 */
}
.badge-otok-3 {
    background: #D97706; /* 7%お得 */
}
.badge-otok-4 {
    background: #B45309; /* 10%お得 */
}

/* ⑪ 余白ユーティリティ（.mgb50 は style.css に共通化済み） */

/* ⑫ セクション背景（レッスン詳細ページの白／薄水色の帯分け） */
.lesson-bg-white {
    background: #fff;
}
.lesson-bg-light {
    background: #f4f8fd;
}

/* ⑬ スマホ対応（700px以下：料金表を縦並びに）
   ※ .th-wrap / .th-text / .price-wrap の縦並び化は style.css に共通化済み */
@media (max-width: 700px) {
    .lesson-time {
        display: block;
        font-size: 0.75em;
        text-align: center;
    }
    .price-wrap .badge {
        margin: 0;
    }

    /* th と td を縦積みに変更 */
    .lesson-times table.table_01 tr {
        display: flex;
        flex-direction: column;
    }
    .lesson-times table.table_01 th,
    .lesson-times table.table_01 td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .lesson-times table.table_01 th {
        border-bottom: none;
    }
}

/* ⑭ よくあるご質問（FAQ）：<details>/<summary>によるJS不要のアコーディオン
-------------------------------------------*/
.lesson-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.faq-item {
    border: 1px solid #e5edf7;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 14px 44px 14px 18px;
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    position: relative;
    line-height: 1.6;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary::before {
    content: "Q.";
    display: inline-block;
    color: #1E73BE;
    font-weight: 700;
    margin-right: 8px;
}
.faq-item summary::after {
    content: "\f078"; /* fa-chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 16px;
    color: #1E73BE;
    transition: transform 0.2s;
}
.faq-item[open] summary::after {
    transform: rotate(180deg);
}
.faq-item__body {
    position: relative;
    padding: 0 18px 16px 40px;
    font-family: var(--font-body);
    color: #555;
    line-height: 1.8;
}
.faq-item__body p {
    font-size: 14px;
}
.faq-item__body::before {
    content: "A.";
    position: absolute;
    left: 35px;
    top: 0;
    color: #D9333F;
    font-weight: 700;
    font-size: 14px;
}

@media screen and (max-width: 560px) {
    .faq-item summary {
        font-size: 13px;
        padding: 12px 40px 12px 14px;
    }
    .faq-item__body {
        padding: 0 14px 14px 32px;
        font-size: 12.5px;
    }
    .faq-item__body::before {
        left: 20px;
    }
}
