@charset "UTF-8";
/* ヘッダー======================================== */
.page-header {
  background-image: url("/kokoro/images/header.jpg");
}
.list-normal1.flow .list {
  border: solid 3px #009999;
}

.list-normal1.flow .list {
  border: solid 3px #009999;
  width: 100%;
  max-width: 1119.7px;
  margin: 0 auto;
  align-items: center;
}

.tuition-info .tuition-block h3::before {
  content: "♥";
  position: absolute;
  left: 0.8rem;
  top: 33%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: initial;
  border-radius: initial;
}
.tuition-info .list {
  box-shadow: none;
  padding: 0;
}
.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.label_2 {
  border: #009999 1px solid;
  background: #fff;
}
.txt_left {
  text-align: left;
}
.value_000 {
  color: #323232;
}
.ryoukin .contact-row {
  align-items: baseline;
}
/* 対象 */
.target .list-normal1.flow .list {
  background: #f3faf8;
  box-shadow: none;
  text-align: center;
}
.target .text_step h4 {
  justify-content: center;
  color: #009999;
  font-weight: 900;
}
.target .txt_b {
  text-align: center;
}
.target .text_step h4.odd {
  margin-top: 2em;
}
.c_0099 {
  color: #009999;
}
/* 料金 */
.ryoukin .contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ← baselineだとズレやすいので center推奨 */
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  font-size: 1rem;
  margin-top: 1em;
}

.ryoukin .contact-row .label {
  flex: 0 0 13em; /* ラベル幅固定 */
  font-weight: bold;
}

.ryoukin .contact-row .price-block {
  flex: 1;
  text-align: left;
  white-space: nowrap;
}
.label.txt_left {
  font-size: 1em;
  padding: 0.5em;
}

/* プロフィール */
.profile .flex_wrapper {
  flex-direction: row-reverse;
}
.profile .contact-box {
  margin-left: 2em;
  text-align: justify;
}
.name_area {
  margin-top: 1em;
}
.profile p {
  margin-bottom: 1em;
}

.profile .caution {
  margin-top: 8em;
}

@media screen and (min-width: 768px) {
  .tuition-info .list {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .list-normal1.flow .list {
    width: initial;
  }
  .list .img {
    height: 200px;
  }
  .target .text_step h4 {
    justify-content: start;
  }
  .target .txt_b {
    text-align: left;
  }
  /* プロフィール */
  .profile .flex_wrapper {
    justify-content: center;
    flex-direction: initial;
  }
}
