@charset "UTF-8";
#info_note {
  padding: 5.128cqw 0 12.821cqw;
  color: #411a7b;
}

.info_cloud {
  --deco-img: url("../img/info/deco_cloud01.webp");
  --deco-size: 100% auto;
  --deco-h: 35.897cqw;
}

.info_note_cloud {
  --deco-img: url("../img/info/deco_cloud02.webp");
  --deco-size: 100% auto;
  --deco-h: 25.641cqw;
  margin-bottom: 0cqw;
}

#info_cnt {
  position: relative;
  z-index: 0;
  margin-top: -5.128cqw;
  padding-bottom: 10.256cqw;
}

#info_cnt .c-box {
  position: relative;
}

.info_dot-01 {
  --deco-img: url("../img/dot_1.webp");
  --dot-ratio: 528 / 492;
  --dot-w: 61.538cqw;
  --dot-bottom: -22.564cqw;
  --dot-left: -5.897cqw;
  z-index: -1;
}

.info_outline {
  font-size: 3.59cqw;
  line-height: 1.6;
}
.info_outline dt {
  margin-top: 5.128cqw;
  line-height: 1.5;
}
.info_outline dt:first-child {
  margin-top: 0;
}
.info_outline dd {
  margin-top: 0.513cqw;
  font-weight: 500;
  font-family: "YakuHanJP", sans-serif;
}
.info_outline dd .fs-sm {
  font-size: 3.333cqw;
}
.info_outline a {
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
}

.info_note_sec {
  padding-top: 6.154cqw;
  text-align: left;
}
.info_note_sec + .info_note_sec {
  margin-top: 10.256cqw;
}
.info_note_sec_ttl {
  background-image: radial-gradient(ellipse 0.641cqw 0.513cqw at center, #ffc6d2 99%, transparent 100%);
  background-size: 2.308cqw 1.026cqw;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 3.59cqw;
  font-size: 4.872cqw;
  line-height: 1.4;
}
.info_note_sec_ttl-plain {
  padding-bottom: 0;
  background-image: none;
}

.info_list {
  margin-top: 3.59cqw;
  font-size: 3.59cqw;
  line-height: 1.6;
}
.info_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  font-family: "YakuHanJP", sans-serif;
}
.info_list li::before {
  content: "・ ";
}
.info_list li + li {
  margin-top: 1.026cqw;
}
.info_list .is-gap {
  margin-top: 5.128cqw;
}
.info_list.no-mt {
  margin-top: 0;
}
.info_list .is-plain {
  padding-left: 2em;
  text-indent: -1em;
}
.info_list .is-plain::before {
  content: none;
}
.info_list .is-number {
  display: grid;
  grid-template-columns: 2em minmax(0, 1fr);
  padding-left: 1em;
  text-indent: 0;
}
.info_list .is-number .info_list_number {
  white-space: nowrap;
}

.info_text {
  margin-top: 3.59cqw;
  font-size: 3.59cqw;
  line-height: 1.6;
  font-family: "YakuHanJP", sans-serif;
}
.info_text_row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
}
.info_text_row-indent {
  padding-left: 1em;
}
.info_text_label {
  white-space: nowrap;
}
.info_text + .info_text {
  margin-top: 5.128cqw;
}
.info_text-note {
  padding-left: 1em;
  text-indent: -1em;
}

.info_note {
  margin-top: 5.128cqw;
  font-family: "YakuHanJP", sans-serif;
}
.info_note.no-mt li {
  margin-top: 0 !important;
}

.info_contact {
  font-size: 3.59cqw;
  font-family: "YakuHanJP", sans-serif;
}
.info_contact:first-of-type {
  margin-top: 3.59cqw;
}
.info_contact {
  line-height: 1.6;
}
.info_contact + .info_contact {
  margin-top: 5.128cqw;
}
.info_contact a {
  color: #ff4d94;
  text-decoration: underline;
  word-break: break-all;
}
