.div-costom li,
.div-costom p {
  text-align: left !important;

}

.costom-margin {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.costom-margin-top {
  margin-top: 10px !important;
}

.costom-margin-bottom {
  margin-bottom: 10px !important;
}

.text-costom-indent {
  text-indent: 2em;
}

h3.text-costom::before {
  display: none !important;
}

.margin-cosutom-100 {
  margin-top: 100px;
}

.margin-cosutom-50 {
  margin-top: 50px;
}

.margin-cosutom-20 {
  margin-top: 20px;
}

.margin-cosutom-10 {
  margin-top: 10px;
}

.margin-cosutom-bottom-20 {
  margin-bottom: 20px;
}


.div-costom {
  margin: 0 auto !important;
  text-align: left;
  width: 100%;
  max-width: 760px;
  padding: 0 16px;
}


h2.text-costom {
  font-size: 22px !important;
  text-align: center !important;
}

h3.text-costom {
  font-size: 20px !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

a.btn-orange {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  background: #91bd1d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}


.btn-costom-size {
  font-size: clamp(16px, 5vw, 28px) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  white-space: normal;
  padding: 20px 16px !important;
  margin-bottom: 20px;
}

/* PC */
@media screen and (min-width: 769px) {
  .btn-costom-size {
    width: 35% !important;
    max-width: 35% !important;
  }

  h2.text-costom {
    font-size: 28px !important;
    text-align: center !important;
    margin-top: 20px;
  }

  .lp_imageArea img {
    display: block;
    width: 100% !important;
    height: auto;
  }

  .text-costom-a {
    transition: none !important;
    color: #001789 !important;
    text-decoration: underline !important;
  }

  .coupon1-img {
    margin-top: 50px !important;
  }

  .div-costom p {
    font-size: 20px;
    padding: 0px;
  }

  .div-costom h1 {
    padding: 20px;
  }

  .div-costom h2 {
    margin: 10px;
    padding-top: 20px;
  }

  .div-costom h3 {
    margin: 35px;
  }

  .div-costom img {
    /* padding: 30px; */
  }

  .div-costom li {
    font-size: 20px;
  }

  figure {
    margin: 24px 0;
  }

  figcaption {
    margin-top: 8px;
    line-height: 1.6;
    color: #555;
    font-size: 1.75rem;
  }


  ol.custom-list {
    list-style: none;
    /* デフォルトの番号を消す */
    padding-left: 0;
  }

  ol.custom-list li {
    position: relative;
    padding-left: 30px;
    /* 左に余白を作る */
    margin-bottom: 10px;
  }

  ol.custom-list li::before {
    content: "★";
    /* 好きな記号やテキストに変更可能 */
    position: absolute;
    left: 0;
    font-weight: bold;
    color: orange;
  }


  .origin-heading {
    font-size: 22px !important;
    /* 少しだけ大きく */
    font-weight: 700 !important;
    /* 太く */
    line-height: 1.6;
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .sub-title {
    font-size: 25px !important;
    font-weight: bold !important;
  }

  .image-font {
    font-size: 16px !important;
    margin-top: -10px !important;
    margin-bottom: 20px !important;
  }



}

/* スマホ（768px以下） */
@media (max-width: 768px) {
  .btn-costom-size {
    width: 90% !important;
    max-width: 90% !important;
    padding: 10px 16px !important;
  }

  .lp_imageArea img {
    display: block;
    width: 100% !important;
    height: auto;
  }

  .category_imageArea img {
    width: 100% !important;
  }

  .category_imageArea {
    margin: 0px -11px !important;
  }

  .div-costom {
    margin: 0 auto !important;
    text-align: left;
    width: 100%;
    max-width: 760px;
    padding: 0 16px;
  }

  .text-costom-a {
    transition: none !important;
    color: #001789 !important;
    text-decoration: underline !important;
  }

  .special-now {
    margin-top: 40px !important;
  }

  .coupon1-img {
    margin-top: 40px !important;
  }

  .div-costom h1 {
    padding: 10px;
  }

  .div-costom h1 {
    padding: 20px;
  }

  .div-costom h2 {
    margin: 5px;
    padding-top: 20px;
  }

  .div-costom h3 {
    margin: 20px;
  }

  .div-costom img {
    padding: 5px;
  }

  .div-costom li {
    font-size: 18px;
  }

  figcaption {
    font-size: 14px;
  }

  figure {
    margin: 24px 0;
  }

  figcaption {
    margin-top: 8px;
    line-height: 1.6;
    color: #555;
    font-size: 1.35rem;
  }

}

.more-button-wrapper {
  margin: 40px 0;
  text-align: center;
}

.more-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  background: #91bd1d;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  font-size: clamp(16px, 2.2vw, 18px);
}

.more-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

.more-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.more-button:focus,
.more-button:focus-visible {
  outline: 2px dashed #91bd1d;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .more-button {
    transition: none;
  }
}

@media screen and (min-width: 769px) {
  .more-button {
    padding: 16px 34px;
  }
}

@media (max-width: 768px) {
  .more-button {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 16px 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .div-costom {
    max-width: 900px;
  }
}


.lp_imageArea img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}

.div-costom p.caption {
  display: block;
  text-align: center;
  color: #555;
  line-height: 1.6;
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .div-costom p.caption {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .div-costom p.caption {
    font-size: 1.35rem;
  }
}

/* li 앞에 '・' 표시 */
.div-costom li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

/* 기본 점(불릿) 제거 + 들여쓰기 */
.div-costom li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* 가상요소(::before, 요소 앞에 가짜 내용 붙이기) */

.breadcrumb-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* パンくずリストのコンテナ */


#breadcrumb.breadcrumb {
  background-color: transparent;
  padding: 10px 20px;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  /* 狭い画面で折り返し */
  justify-content: flex-start;
  /* 左寄せを基本に */
}

/* PC用（固定350px） */
@media (min-width: 1024px) {
  #breadcrumb.breadcrumb {
    margin-left: 150px;
    /* PCでは固定位置 */
  }
}



/* スマホ対応 */
@media (max-width: 768px) {
  #breadcrumb.breadcrumb {
    padding-left: 20px;
    /* 左余白を減らす */
    font-size: 12px;
    justify-content: flex-start;
    /* 完全左寄せ */
  }
}


/* リスト自体 */
.breadcrumb-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

/* リストアイテム */
.breadcrumb-list li {
  margin-right: 8px;
  color: #444;
  /* デフォルト文字色（落ち着いた濃いグレー） */
}

/* 区切り記号 */
.breadcrumb-list li::after {
  content: ">";
  margin-left: 8px;
  color: #bbb;
  /* 区切りは薄いグレー */
}

.breadcrumb-list li:last-child::after {
  content: "";
}

/* リンク */
.breadcrumb-list li a {
  text-decoration: none;
  color: #2162a1;
  /* リンクは濃いグレー */
  transition: color 0.2s;
}

/* 現在ページ */
.breadcrumb-list li.current {
  color: #999;
  /* 現在ページは中間グレー */
}