@charset "utf-8";
.blessing_area .Title01 {
  text-align: center;
}
.blessing_area img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.blessing_list {
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0;
}

.blessing_list li {
  margin-bottom: 20px;
  line-height: 1.6;
  display: flex;
  padding-left: 15px;
  position: relative;
}
.blessing_list li:last-child {
  margin-bottom: 0px;
}

/* マーカーありのクラス */
.blessing_list.marker li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  background-color: #3ba0a8;
  border-radius: 50%;
}

.blessing_list .label {
  flex-shrink: 0;
  margin-right: 0.5em;
  font-weight: bold;
}

.blessing_list .text {
  flex: 1;
}
/* チェックリスト */
.blessing_area .check_content h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.check_content {
  padding: 2rem;
  border: 1px solid #ddd;
  margin-bottom: 2rem;
}
.blessing_check {
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 項目間の余白 */
}

.blessing_check li {
  flex: 0 0 calc(50% - 10px); /* 2列（gap分を引く） */
  margin-bottom: 0;
  line-height: 1.6;
  display: flex;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}

.blessing_check.marker li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px; /* 上揃えに調整 */
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #3ba0a8;
  border-bottom: 2px solid #3ba0a8;
}

/* 選ばれる理由 */
.reason_content {
  padding: 2rem;
  background: #f7f3f0;
  margin-bottom: 2rem;
}
.reason_content:last-child {
  margin-bottom: 0rem;
}
.reason {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.reason_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.reason_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.reason_image {
  margin-bottom: 0.5rem;
}

.reason_image img {
  width: 100%;
  height: auto;
  display: block;
}

.reason_text {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  color: #fff;
  background: #3ba0a8;
}

/* PCでは改行を非表示 */
.sp-only {
  display: none;
}
/* テキスト右寄せ */
.text-right {
  text-align: right;
}

/* 治療費 */
.pricing-table {
  width: 100%;
}
.pricing-table thead th {
  padding: 12px 16px;
  border: 1px solid #999;
  text-align: center;
  background-color: #b0e0e6;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.pricing-table tbody td {
  padding: 12px 16px;
  border: 1px solid #999;
  text-align: center;
  line-height: 1.6;
}

.pricing-table tbody .service-name {
  text-align: left;
  font-weight: 500;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* faq */
.faq_blessing {
  border-bottom: 1px solid #2982a226;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
