/* 減額診断の流れセクション - 10pxベース版 */

/* メインセクション */
.example {
  background-color: #C3D3FF;
  padding: 2rem 0 0;
  margin: 0;
}

.example__title--box {
  background-color: #FFFFFF;
  width: 71rem;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
  border-radius: 1rem;
}

.example__title {
  color: #4562A9;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.1rem;
  position: relative;
}

.example__title:before,
.example__title:after {
  content: "";
  background-color: #AFC2F4;
  position: absolute;
  width: 68rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.3rem;
}

.example__title::before {
  top: 0;
}

.example__title::after {
  bottom: 0;
}

.example__title span {
  position: relative;
}

/* 財布アイコン */
.example__title span::before,
.example__title span::after {
  content: "";
  background-image: url(img/example_ill.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -1.7rem;
  width: 4.9rem;
  height: 7.4rem;
}

.example__title span::before {
  left: -7rem;
}

.example__title span::after {
  right: -6.8rem;
}

/* 説明テキスト */
#lp .example__text,
.example__text {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-align: left;
  width: 63.4rem;
  max-width: 95%;
  margin: auto;
  padding: 2rem 0 0;
}

#lp .example__text .accent,
.example__text .accent {
  font-size: 3rem;
}

/* 矢印テキスト */
.example__arrow {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-top: 4rem;
}

.example__arrow::before,
.example__arrow::after {
  content: "▼▼▼";
  color: #CECECE;
  position: absolute;
  top: 0.4rem;
  font-size: 2rem;
}

.example__arrow::before {
  left: -7.5rem;
}

.example__arrow::after {
  right: -7.3rem;
}

/* ステップコンテンツ */
.example__contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 1rem;
  padding-bottom: 3rem;
  list-style: none;
  padding-left: 0;
}

.example__contents li {
  margin-top: 3.2rem;
  width: 50%;
  position: relative;
  text-align: center;
}

/* ステップタイトル */
.example__contents--title {
  background-color: #FFFFFF;
  border-radius: 1rem;
  color: #414141;
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  padding: 1rem 0;
  width: 28.8rem;
  position: relative;
}

.example__contents--title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.7rem solid transparent;
  border-left: 0.7rem solid transparent;
  border-top: 1.7rem solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.7rem;
}

/* ステップ画像 */
.example__contents--image {
  margin-top: 1.5rem;
  width: 32.9rem;
  margin: 1.5rem auto 0;
}

.example__contents--image img {
  width: 100%;
  height: auto;
}

/* 最後の説明部分 */
.example__desc {
  background-color: #FFFFFF;
  padding: 3rem 0 4rem;
}

.example__desc p {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
  max-width: 60rem;
  margin: 0 auto 2rem;
  padding: 0 1.25rem;
}

/* 吹き出しコメント（インラインスタイルで実装済み） */

/* 強調スタイル */
.emphasis {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.emphasis.bold {
  font-weight: 700;
  font-style: normal;
}

#lp .emphasis.accent,
.emphasis.accent {
  color: #CC631D;
  font-weight: 700;
  font-style: normal;
}

.emphasis.underline {
  position: relative;
  z-index: 1;
  display: inline;
  background: linear-gradient(transparent 60%, #F4FF76 30%);
  padding-bottom: 0;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .example {
    padding: 1.5rem 0 0;
  }
  
  .example__title--box {
    width: 95%;
    padding: 1.5rem 1rem;
    border-radius: 0.8rem;
  }
  
  .example__title {
    font-size: 2.4rem;
    height: 128px;
  }
  
  .example__title span::before,
  .example__title span::after {
    width: 3rem;
    height: 72px;
    top: -1rem;
  }
  
  .example__title span::before {
    left: -4rem;
  }
  
  .example__title span::after {
    right: -4rem;
  }
  
  .example__text {
    width: 90%;
    max-width: none;
    padding: 1.5rem 0 0;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  
  .example__text .accent {
    font-size: 2rem;
  }
  
  .example__arrow {
    font-size: 1.6rem;
    margin: 2rem auto;
    width: 90%;
  }
  
  .example__arrow::before,
  .example__arrow::after {
    font-size: 1.25rem;
  }
  
  .example__arrow::before {
    left: -4rem;
  }
  
  .example__arrow::after {
    right: -4rem;
  }
  
  .example__contents {
    padding: 0 1rem 3rem;
  }
  
  .example__contents li {
    width: 50%;
    margin-top: 2rem;
  }
  
  .example__contents--title {
    font-size: 1.2rem;
    width: 90%;
    padding: 0.8rem 8px;
  }
  
  .example__contents--image {
    width: 90%;
  }
  
  .example__desc {
    padding: 2rem 1rem;
  }
  
  .example__desc p {
    font-size: 2.8rem;
    padding: 0 2rem;
  }
}