/* ---------------------------------------------------------
    page_ttl
--------------------------------------------------------- */
.page_ttl {
  margin-top: 100px;
  font-size: 32px;
  color: #f48f9f;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page_ttl .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

@media (max-width: 767px) {
  .page_ttl {
    margin-top: 70px;
    font-size: 28px;
    gap: 10px;
  }
}

/* ---------------------------------------------------------
    first_medical
--------------------------------------------------------- */
.sect_first_medical {
  margin-top: 100px;
}

.sect_first_medical .sect_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_first_medical .sect_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_first_medical .content {
  margin-top: 15px;
  display: flex;
  gap: 6%;
}

.sect_first_medical .content .l_content .list {
  list-style-type: none;
}

.sect_first_medical .content .l_content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_first_medical .content .l_content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_first_medical .content .l_content .list .item .bold {
  font-weight: 600;
}

.sect_first_medical .content .r_content {
  max-width: 350px;
}

.sect_first_medical .content .r_content .syoshin {
  width: 100%;
}

.sect_first_medical .content .r_content .pdf_btn {
  margin-top: 20px;
  max-width: 350px;
  padding: 10px 10px 12px;
  border: 2px solid #f48f9f;
  border-radius: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
}

.sect_first_medical .content .r_content .pdf_btn .image {
  width: 16px;
  margin-right: 6px;
}

.sect_first_medical .content .r_content .pdf_btn .text {
  font-size: 14px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f48f9f;
}

@media (max-width: 767px) {
  .sect_first_medical {
    margin-top: 70px;
  }
  .sect_first_medical .content {
    display: block;
  }
  .sect_first_medical .content .r_content {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
  .sect_first_medical .content .r_content .syoshin {
    width: 100%;
  }
  .sect_first_medical .content .r_content .primary_btn {
    max-width: none;
    width: calc(100% - 24px);
  }
}

/* ---------------------------------------------------------
    inspection
--------------------------------------------------------- */
.sect_inspection {
  margin-top: 65px;
}

.sect_inspection .sect_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_inspection .sect_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_inspection .content {
  margin-top: 15px;
}

.sect_inspection .content .list {
  list-style-type: none;
}

.sect_inspection .content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_inspection .content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_inspection .content .list .item .bold {
  font-weight: 600;
}

@media (max-width: 767px) {
  .sect_inspection {
    margin-top: 70px;
  }
}

/* ---------------------------------------------------------
    treatment
--------------------------------------------------------- */
.sect_treatment {
  margin-top: 65px;
}

.sect_treatment .sect_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_treatment .sect_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_treatment .content {
  margin-top: 15px;
}

.sect_treatment .content .list {
  list-style-type: none;
}

.sect_treatment .content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_treatment .content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

.sect_treatment .content .list .item .bold {
  font-weight: 600;
}

@media (max-width: 767px) {
  .sect_treatment {
    margin-top: 70px;
  }
}

/* ---------------------------------------------------------
    consultation
--------------------------------------------------------- */
.sect_consultation {
  margin-top: 65px;
}

.sect_consultation .sect_ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #f48f9f;
  padding-left: 20px;
  position: relative;
}

.sect_consultation .sect_ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 15px;
}

.sect_consultation .content {
  margin-top: 15px;
}

.sect_consultation .content .list {
  list-style-type: none;
}

.sect_consultation .content .list .item {
  line-height: 1.65;
  padding-left: 13px;
  margin-bottom: 15px;
  position: relative;
}

.sect_consultation .content .list .item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #f48f9f;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .sect_consultation {
    margin-top: 70px;
  }
}
