/* ===== h2見出し ===== */
.page_heading {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  margin-top: 20px;
}

.page_heading_inner {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
}

.page_heading_inner::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #ccc;
  margin: 8px auto 0 auto;
}

.page_heading_label {
  display: inline-block;
  background-color: #66C93E;
  color: #fff;
  font-size: 16px;
  padding: 4px 10px;
  margin-bottom: 8px;
}

.page_heading_title {
  display: block;
  color: #66C93E;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin: 8px 0 0;
  font-weight: 400;
}

/* ===== h3見出し ===== */
.custom_h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-size: 20px;
  color: #333;
  letter-spacing: 0.15em;
  font-weight: 550;
}

.custom_h3 .h3_icon {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.custom_h3 .h3_text {
  display: inline-block;
}
/* ===== 通常テキスト ===== */
.section_text {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .section_text {
    text-align: left;
  }
}

/* ===== PDF ===== */
.pdf_link_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.pdf_link_wrap .pdf_image {
  width: 260px;
  height: auto;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.pdf_link_wrap .pdf_caption {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdf_link_wrap .pdf_caption .pdf_arrow {
  width: 10px;
  height: auto;
  margin-left: 4px;
}

.pdf_bg_svg {
  position: absolute;
  top: 1200px;
  left: 0;
  width: 500px;
  height: auto;
  pointer-events: none;
  z-index: -1;
}


/* ===== 背景色なし ===== */
section.section.worry_section {
  background-color: transparent !important;
}

/* ===== 画像 ===== */
.worry_image {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 40px;
}

.worry_pc {
  width: 595px;
  max-width: 100%;
  display: inline-block;
}

.worry_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .worry_pc {
    display: none;
  }

  .worry_sp {
    display: inline-block;
    width: 339px;
    max-width: 100%;
  }
}
/* ===== 矢印 ===== */
.worry_arrow {
  text-align: center;
  margin-bottom: 30px;
}

.worry_arrow img {
  width: 60px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .worry_arrow img {
    width: 40px;
  }
}

/* ===== 緑テキスト ===== */
.worry_section {
  text-align: center;
}

.worry_text {
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-weight: 600;
  color: #66C93E;
  margin: 0 auto;
  line-height: 1.4;
}

.worry_text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 10px;
  background-color: #EFFBEC;
  z-index: -1;
}
/* ===== 中サイズテキスト ===== */
.worry_description {
  font-size: 18px;
  line-height: 2.0;
  padding-top: 20px;
  padding-bottom: 30px;
  font-weight: 550;
}
/* ===== リスト ===== */
.worry_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.worry_left {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}

.worry_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.worry_list li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  text-align: left;
}


.worry_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #66C93E;
}
@media screen and (min-width: 768px) {
  .worry_flex {
    align-items: center;
    padding: 24px 40px;
    border-top: 2px solid #F3F3F3;
    border-bottom: 2px solid #F3F3F3;
  }
}
@media screen and (max-width: 767px) {
  .worry_flex {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    border-top: 2px solid #F3F3F3;
    border-bottom: 2px solid #F3F3F3;
    margin-left: 24px;
    margin-right: 24px;
  }
}
/* ===== お問合せ ===== */

.contact_section {
  padding-top: 50px;
  padding-bottom: 30px;
}

.contact_section .section_box {
  text-align: center;
}

.contact_title {
  font-size: 24px;
  color: #66C93E;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-weight: 400;
}

.contact_title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 100px;
  height: 1px;
  background-color: #66C93E;
}
/* ===== 電話 ===== */
.contact_section {
  padding-top: 50px;
  padding-bottom: 30px;
}

.contact_section .section_box {
  text-align: center;
}

.contact_title {
  font-size: 24px;
  color: #66C93E;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-weight: 900;
}

.contact_title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 100px;
  height: 2px;
  background-color: #66C93E;
}

.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.contact_tel_icon {
  width: 40px;
  height: auto;
}

.contact_tel_number {
  font-size: 48px;
  font-weight: 500;
  color: #333;
  text-decoration: none; 
}
