@charset "utf-8";
.slideArea {
  background: #f2f8f4;
  /* padding-bottom: 1rem; ドット表示の際復活*/
  font-size: 0;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fs-small {
  font-size: 12px;
}

.mt1rem {
  margin-top: 1rem;
}

.slick01 * {
  outline: none;
}

.slick-slide img {
  margin: auto;
  margin: 3.125rem 0 3.125rem; /*ドット表示の際は3.125rem 0 0 に。*/
  display: inline-block;
  vertical-align: middle; /*インライン要素の余白削除*/
}

.requestAcc {
  padding-top: 3.125rem;
}

.txtNumber {
  display: inline;
}
.txtNumberHeadHead {
  font-size: 1.571rem;
}

.txtNumberHeadHead.txtNumberHeadHeadLittle {
  font-size: 1.142rem;
}
.txtNumber i:after {
  margin-right: 5px;
}
.pointItem .txtNumber * {
  display: inline;
}
.txtNumberHeadHead::after {
  content: "";
  display: block;
}

@media (min-width: 1080px) {
  .requestAcc .pointList .ttlH03 .iconPointRight {
    right: -60px !important;
  }
}

@media screen and (max-width: 768px) {
  .slideArea {
    margin-top: 1rem;
    /* padding-bottom: 0.8rem; ドット表示の際復活*/
  }
  .slick-slide img {
    margin: 2.5rem 0 2.5rem; /*ドット表示の際は2.5rem 0 0に。*/
    padding: 0 1rem;
  }
  .txtNumberHeadHead {
    font-size: 2rem;
  }
  .txtNumberHeadHead::before {
    content: "";
    display: block;
  }
}

.attentionArea {
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}

.attentionArea h2 {
  font-weight: bold;
  font-size: 16px;
}

.attentionArea h2::before {
  content: "i";
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fb6501;
  margin-right: 5px;
}

.strongerText {
  color: #fb6501;
  font-weight: bold;
}

.listCircle {
  padding-left: 1rem;
  font-weight: bold;
}

.listCircle ol {
  padding-left: 1rem;
}
.listCircle > li {
  text-indent: -1rem;
}

.listCircle > li::before {
  content: "・";
}

.icon {
  vertical-align: middle;
  margin: 0 4px;
}
