@charset "UTF-8";
/* ============================================================
   ▼仮の値（このファイル外＝要確認）
   ・--ecbeing_bb_color_blue3 / navyblue3 は top_btob.css に定義なし
   ・common_btn / btn_color_navyblue3 も top_btob.css に存在しない
   スクショから推測した暫定値。共通CSSが分かったら差し替え。
   ============================================================ */
:root {
  --ecbeing_bb_color_blue3: #E6EDF7;     /* 仮：セクション背景の薄い青 */
  --ecbeing_bb_color_navyblue3: #051978;  /* 仮：見出し・本文の濃い青 */
}
/* 仮：ボタン基礎（common_btn / btn_color_navyblue3 相当） */
.common_btn {
  display: flex; align-items: center; justify-content: center;
  position: relative; color: #fff; text-decoration: none; box-sizing: border-box;
}
.btn_color_navyblue3 { background: var(--ecbeing_bb_color_navyblue3); }
.common_btn i { position: absolute; }
/* ============================================================
   ▲ここまで仮。以下は top_btob.css からの抜粋（本物）
   ============================================================ */

.top_common_heading {
  font-size: 48px; font-weight: 500; text-align: left;
  letter-spacing: 4px; line-height: 1.5;
}
.top_reason {
  position: relative; padding: 60px 0 64px;
  background: var(--ecbeing_bb_color_blue3);
}
/* ▼の三角は削除済み（.top_reason:before を入れていません） */
.top_reason_inner {
  position: relative; width: 100%; max-width: 1200px;
  margin: auto; padding: 0 20px; box-sizing: border-box; z-index: 2;
}
.top_reason_heading { display: flex; justify-content: space-between; align-items: flex-end; }
.top_reason_heading .top_common_heading span { display: block; font-size: 24px; }
.top_lineup_txt { font-size: 16px; font-weight: 400; }
.top_reason_list { display: flex; flex-wrap: wrap; margin: 50px auto 60px; }
.top_reason_list li {
  position: relative; width: calc((100% - 9px) / 4); max-width: 283px;
  margin-right: 9px; margin-bottom: 9px; background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.top_reason_list li:nth-child(4n) { margin-right: 0; }
.top_reason_list li figure img {
  display: block; width: max-content; max-height: 90px; margin: auto; padding: 30px 0 5px;
  object-fit:contain;
}
.top_reason_txt { padding: 16px 25px 20px; }
.top_reason_list li h4 {
  font-size: 16px; font-weight: 500; color: var(--ecbeing_bb_color_navyblue3); margin-bottom: 15px;
}
.top_reason_list li p { font-size: 16px; font-weight: bold; margin-bottom: 50px; }
.top_reason_list li span {
  display: flex; font-size: 16px; text-align: right; padding-right: 25px;
  background: url(/cms/smz/img/usr/common/arrow_circle_blue.png) no-repeat center right;
  background-size: 20px auto;
}
.top_reason_list li a:hover { opacity: .7; text-decoration: none; }
.top_reason_list li a:hover span { color: var(--ecbeing_bb_color_navyblue3); }
a.top_intro_btn {
  justify-content: flex-start; width: 414px; height: 76px;
  font-size: 16px; font-weight: 600; padding-left: 20px; border-radius: 0;
}
a.top_intro_btn i { right: 20px; font-size: 12px; }
.top_reason_slide_sp .swiper-pagination { display: none; }

@media screen and (max-width: 768px) {
  .top_common_heading { font-size: 32px; }
  .top_reason { padding-bottom: 60px; }
  .top_reason_inner { width: 100%; padding: 0 16px; box-sizing: border-box; }
  .top_reason_heading { display: block; }
  .top_reason_heading .top_common_heading span { font-size: 18px; }
  .top_lineup_txt { font-size: 14px; margin-top: 20px; }
  .top_reason_list { flex-wrap: nowrap; margin: 40px auto 60px; margin-left: -10%; }
  .top_reason_list li { width: 80%; max-width: 80%; margin-right: 0; }
  .top_reason_list li:nth-child(4n) { margin-right: 0; }
  a.top_intro_btn { width: 100%; height: 64px; font-size: 14px; padding-left: 12px; box-sizing: border-box; }
  a.top_intro_btn i { right: 12px; font-size: 14px; }
  .top_reason_slide_sp { position: relative; margin-top: 20px; }
  .top_reason_slide_sp .swiper-pagination {
    display: block; bottom: unset; top: 0; left: 10px; font-size: 12px;
    font-weight: 600; text-align: left; color: #9F9F9F; letter-spacing: 2px;
  }
  .top_reason_slide_sp .swiper-pagination-current { color: var(--ecbeing_bb_color_navyblue3); }
  .top_reason_slide_sp .swiper-pagination-current::before,
  .top_reason_slide_sp .swiper-pagination-total::before { content: '0'; }
}

.common_layout_btn_2row h3 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    margin: 40px 0;
}
.common_layout_btn_2row h3 span {
    display: block;
    font-size: 21px;
}
.common_layout_btn_2row .common_inner_ {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}
.common_layout_btn_2row a {
    width: 100%;
    max-width: 560px;
    height: 92px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}
a.common_btn.btn_color_navyblue {
    color: var(--ecbeing_bb_color_navyblue3);
    background: #fff;
    border: 1px solid var(--ecbeing_bb_color_navyblue3);
}
.common_layout_btn_2row a i {
    right: 35px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-left: 5px;
    font-size: 22px;
    display: flex;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.common_layout_btn_2row a.btn_color_navyblue i {
    border: 1px solid var(--ecbeing_bb_color_navyblue3);
}
.common_layout_btn_2row a.btn_color_orenge i {
    color: var(--ecbeing_color_orenge);
    background: #fff;
}
@media screen and (max-width: 768px) {
    .common_layout_btn_2row h3 {
        font-size: 20px;
        margin: 25px 0;
    }
    .common_layout_btn_2row h3 span {
        font-size: 16px;
    }
    .common_layout_btn_2row a {
        height: 48px;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0 10px 0 0;
        text-align: center;
        line-height: 1.3;
    }
    .common_layout_btn_2row a:last-of-type {
        margin: 0;
    }
    .common_layout_btn_2row a i {
        right: 5px;
        width: 20px;
        height: 20px;
        padding-left: 2px;
        font-size: 10px;

    }
}


.common_layout_photo-txt-line-3rowlist a {
    transition: all 0.5s;
}
.common_layout_photo-txt-line-3rowlist a:hover {
    opacity: .7;
    text-decoration: none;
}
.btob-page .common_layout_photo-txt-line-3rowlist .common_txt_area a {
    display: block;
}
.btob-page .common_layout_photo-txt-line-3rowlist .common_txt_area a:hover {
    color: var(--ecbeing_bb_color_navyblue3);
}

@media screen and (max-width: 768px) {
  .issue_list {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important; /* ← 追加 */
  }
  .issue_list > li {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;    /* ← 追加：flex子要素の最小幅リセット */
    margin-right: 0 !important;
    margin-bottom: 16px;
    float: none !important;
    box-sizing: border-box !important; /* ← 追加 */
  }
  .issue_list > li:last-child {
    margin-bottom: 0;
  }
  /* li内テキストのはみ出し防止 */
  .issue_list > li h4,
  .issue_list > li p {
    overflow-wrap: break-word;
    word-break: break-word;
  }
}