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

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

.text-center-custom  {
  text-align: center !important;
}

.margin-cosutom-100{
  margin-top: 100px;
  text-align: center;
}

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

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

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


.div-costom{
  margin: 0 auto !important;
  text-align: left;
}

h1.text-costom {
  font-size: 32px !important;
  text-align: center !important;
}

p.text-costom {
  font-size: 22px !important;
  text-align: left !important;
  font-weight: bold;
}

p.margin-center{
  text-align: center !important;
}

.text-costom {
  text-align: center; /* 文字を中央に寄せる */
  margin: 100px auto 0 auto; /* 上マージン100px、左右は自動で中央寄せ */
}


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

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: left;
}

.link-underline {
  text-decoration: underline !important;
}

.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;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: left;
  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: #333; /* リンクは濃いグレー */
  transition: color 0.2s;
}

.breadcrumb-list li a:hover {
  color: #ff6600; /* ホバー時にオレンジなどアクセント */
}

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


/* 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: left !important;
    font-weight: bold;
  }
  

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

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

  .secure-link a{
    color: #0066cc;
    text-decoration: underline !important;
    cursor: pointer;
  }

  .highlight-line {
    position: relative;
    display: inline-block;
  }

  .highlight-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: yellow;
    z-index: -1; /* 背景を文字の後ろに */
  }
}

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

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

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

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

  .div-costom{
    width: 80% !important;
  }

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

  .secure-list {
    list-style: none;          /* デフォルトの・を消す */
    padding-left: 0;
    margin: 0;
  }
  
  .secure-list li {
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .secure-list li::before {
    content: "• ";
    font-weight: bold;
  }

  .secure-link a{
  color: #0066cc;
  text-decoration: underline !important;
  cursor: pointer;
}

.secure-link:hover {
  opacity: 0.8;
}

.highlight-line {
  position: relative;
  display: inline-block;
}

.highlight-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: yellow;
  z-index: -1; /* 背景を文字の後ろに */
}
}