html {
  line-height: 1.4;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
}

input,
select,
button {
  color: #000;
  background-color: #FDF7FA;
}

input::placeholder {
  color: #000;
}

input:disabled,
select:disabled,
button:disabled {
  color: #ACACAC;
  background-color: #D4D4D4;
}

input:focus,
select:focus,
button:focus {
  color: #222;
  background-color: #fff;
}

a {
  color: #656565;
  text-decoration: underline;
}

a:hover {
  color: #D32A76;
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  background-color: #FFFFFF;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

strong {
  color: #d32a41;
}

.str-header {
  background-color: #D32A76;
}

.str-header__inner {
  padding: 12px 16px;
}

.str-main {
  max-width: 767px;
  margin: 0 auto;
}


/* ステップバー */
.step-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 26px 54px;
  position: relative;
  background-color: #F2F2F2;
}

.step-bar li {
  flex: 1;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  color: #656565;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.step-bar li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #656565;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.step-bar li::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 50%;
  right: 0;
  height: 2px;
  background-color: #656565;
  z-index: 0;
}

.step-bar li:not(:last-child)::after {
  width: 100%;
}

.step-bar li:last-child::after {
  display: none;
}

.step-bar li.current {
  color: #D1206F;
  font-weight: bold;
}

.step-bar li.current::before {
  content: '';
  display: inline-block;
  margin-bottom: 10px;
  width: 37.39px;
  height: 34.66px;
  background-image: url('../images/icon_step_current.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
}

.step-bar li.completed::before {
  content: '';
  display: inline-block;
  margin-bottom: 14px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon_step_completed.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
}

.step-bar li.completed::after {
  background-color: #D1206F;
}




.content {
  padding: 32px 16px;
}


h1 {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 32px;
}



.lead {
  font-size: 1.6rem;
  margin-bottom: 32px;
  line-height: 1.7;
}

.anchor {
  display: flex;
  margin-bottom: 24px;
}

.anchor > li {
  flex: 1;
}

.anchor-link {
  color: #D32A76;
  background-color: #FFFFFF;
  display: flex;
  gap: 8px;
  flex-flow: column;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 20px;
  position: relative;
  height: 100%;
  line-height: 1.25;
  text-decoration: none;
}

.anchor-link:hover {
  opacity: .7;
}

.anchor-link::before {
  content: '';
  display: inline-block;
  width: 18.23px;
  height: 10.61px;
  background-image: url('../images/icon_anchor_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.error-msg {
  padding: 16px;
  border: 2px solid #D32A41;
  border-radius: 4px;
  background-color: #FDF7FA;
  color: #D32A41;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.error-msg::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 21.38px;
  background-image: url('../images/icon_att.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}


.sec {
  margin-bottom: 64px;
}

.sec-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: -16px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}

.sec-ttl::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #D32A76;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 0 4px 4px 0;
}

.sec-ttl2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 -16px;
  padding: 40px 16px 27px;
  border-top: 8px solid #F2F2F2;
  position: relative;
  box-sizing: border-box;
}

.sec-ttl2::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 8px;
  background-color: #D32A76;
  position: absolute;
  top: -8px;
  left: 0;
  border-radius: 0 4px 4px 0;
}

.sec-lead {
  line-height: 1.7;
  margin-bottom: 24px;
}

.sec-ttl3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-block: 40px 20px;
  padding-block-end: 8px;
  position: relative;
}

.sec-ttl3::after {
  background-color: #d32a76;
  block-size: 4px;
  border-radius: 50vh;
  content: "";
  display: block;
  inline-size: 100%;
  inset-block-end: 0;
  inset-inline-start: 0;
  position: absolute;
}

.sec-ttl3_sub {
  display: block;
  font-size: 2.4rem;
}

.label-required {
  display: inline-block;
  height: 2.4rem;
  font-size: 1.4rem;
  color: #D32A76;
  background-color: #FFFFFF;
  padding: 2px 10px;
  border: 1px solid #D32A76;
  border-radius: 1.2rem;
  margin-left: 10px;
}


.input-notes {
  font-size: 1.4rem;
  color: #656565;
  background-color: #FFF;
  background-color: transparent;
  margin-bottom: 16px;
  line-height: 1.7;
}

ul.input-notes > li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.input-notes > li::before,
p.input-notes::before {
  content: '※';
}


.input-error {
  color: #D32A41;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.input-error::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 21.38px;
  background-image: url('../images/icon_att.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}


/* 入力フォーム */
.input-textbox {
  display: block;
  background-color: #FDF7FA;
  color: #000;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  height: 56px;
  width: 100%;
  font-size: 1.8rem;
  padding: 0 16px;
}

.input-textbox::placeholder {
  color: #000;
}

.input-textbox.input-textbox-error {
  border: 2px solid #D32A41;
  background-color: #F9E4E8;
}


.input-select {
  display: block;
  background-color: #FDF7FA;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  height: 56px;
  width: 100%;
  position: relative;
}

.input-select::before {
  content: '';
  display: inline-block;
  width: 9.899px;
  height: 9.9px;
  background-image: url('../images/icon_select_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}

.input-select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}

.input-number {
  display: block;
  background-color: #FDF7FA;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  height: 56px;
  width: 100%;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.input-checkbox {
  font-size: 1.6rem;
  position: relative;
}

.input-checkbox:has(input[type="checkbox"]:disabled) {
  opacity: .7;
}

.input-checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* 折り返し防止 */
  border: 0;
}

.input-checkbox input[type="checkbox"]:focus + label {
  outline: auto;
}

.input-checkbox label {
  padding: 16px 10px 16px 46px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  background-color: #FFFFFF;
  color: #000;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  width: 100%;
  line-height: 1.7;
}

.input-checkbox label::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 24px;
  height: 24px;
  border: 2px solid #888888;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s, border-color 0.2s;
}

.input-checkbox input[type="checkbox"]:checked + label {
  border-color: #D32A76;
  color: #D32A76;
}

.input-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #D32A76;
  border-color: #D32A76;
}

.input-checkbox input[type="checkbox"]:checked + label::after {
  content: '';
  display: inline-block;
  width: 16.31px;
  height: 11.16px;
  background-image: url('../images/icon_input_check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 24px;
  left: 20px;
}

.input-checkbox input[type="checkbox"]:disabled + label {
  pointer-events: none;
}



.name-fields {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.name-fields-inner {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.name-fields-inner label {
  /* margin-right: 16px; */
  width: 25%;
}

.name-fields-inner .input-textbox {
  flex: 1;
}

.birth-fields {
  display: flex;
  align-items: center;
  gap: 10px;
}

.birth-fields-inner {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tel-fields {
  display: flex;
  align-items: center;
  gap: 8px;
}


.btn {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #D32A76;
  border: 2px solid #D32A76;
  border-radius: 28px;
  position: relative;
  transition: color .3s ease-out, background-color .3s ease-out, border .3s ease-out;
  text-decoration: none;
}

.btn:hover {
  background-color: #fff;
  color: #d32a76;
}

.btn::before {
  content: '';
  display: inline-block;
  width: 5.53px;
  height: 9.07px;
  background-image: url('../images/icon_button_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all .3s;
}

.btn:hover::before {
  background-image: url('../images/icon_button_arrow_hover.svg');
}

.btn:disabled {
  background-color: #D4D4D4;
  color: #ACACAC;
  border-color: #D4D4D4;
}

.btn:disabled::before {
  background-image: url('../images/icon_button_arrow_disabled.svg');
}


.btn-wrap {
  margin: 40px 0;
}


.info > dt {
  font-weight: 400;
  padding-top: 24px;
  margin-bottom: 16px;
  border-top: 1px solid #D4D4D4;
  color: #656565;
  background-color: #FFFFFF;
}

.info > dd {
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.info > dd > p {
  font-size: 18px;
}

.half-space {
	padding-left: 0.25em;
}


/* accordion */
.accordion {
  border: 1px solid #D32A76;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}

.accordion-button {
  padding: 16px 56px 16px 20px;
  background-color: #FDF7FA;
  color: #000;
  width: 100%;
  font-weight: bold;
  position: relative;
  transition: all .3s;
  line-height: 1.7;
}

.accordion-button:hover {
  background-color: #F9E4E8;
  color: #000;
}

.accordion-button::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 18px;
  background-color: #D32A76;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion-button::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #D32A76;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion.is-open .accordion-button::after {
  display: none;
}

.accordion-content {
  /* display: none; */
  padding: 20px 16px 16px;
}

.accordion.is-open .accordion-content {
  display: block;
}

.movie {
  max-width: 393px;
  margin: 0 auto;
}

.movie-notice {
  margin-top: 8px;
  line-height: 1.7;
}

.checklist {
  margin-bottom: 24px;
  padding: 32px 16px;
  background-color: #F9E4E8;
  border-radius: 10px;
}

.contact {
  padding: 20px 16px;
  border: 2px solid #D4D4D4;
  border-radius: 10px;
  margin-bottom: 24px;
}

.contact-ttl {
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}

.contact-ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #D4D4D4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-ttl::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #D32A76;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.contact-inner {
  text-align: center;
}

.contact-lead {
  margin-bottom: 16px;
  line-height: 1.7;
}

.contact-agency {
  margin-bottom: 8px;
  font-weight: bold;
}

.contact-agency > dt {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.contact-agency > dd {
  font-size: 3.2rem;
}

.contact-sub {
  color: #656565;
  background-color: #FFFFFF;
  font-size: 1.4rem;
}

.bnr {
  width: 100%;
}

.bnr-link {
  display: block;
  transition: all .3s;
}

.bnr-link:hover {
  opacity: .7;
}

.bnr-img {
  display: block;
  width: 100%;
  height: auto;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 12px 16px 16px;
  box-shadow: 3px -3px 20px rgba(0, 0, 0, 0.16);
  z-index: 1000;
  margin: 0 -16px -32px;
}

.sticky-footer-txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
  color: #D32A41;
}

.str-back-to-top {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 50%;
  color: transparent;
  text-indent: -9999px;
  position: fixed;
  bottom: 40px;
  right: 16px;
  cursor: pointer;
  transition: opacity .3s;
}

.str-back-to-top:hover {
  opacity: .7;
}

.str-back-to-top::before {
  content: '';
  display: inline-block;
  background-image: url('../images/icon_scroll_top.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16.97px;
  height: 16.97px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
}

.str-back-to-top.sticky {
  bottom: 130px;
}

.str-back-to-top:has(.str-back-to-top__link:focus) {
  outline: 4px solid #D32A76;
}

.str-back-to-top__link {
  color: #FFFFFF;
}

.str-footer {
  background-color: #F2F2F2;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.str-footer__information-copyright {
  font-size: 1.4rem;
  color: #656565;
}

.show-linebreaksa {
	white-space: pre-wrap;
}


/* from:ひかりPFcss */
.d-btn {
	text-align: center;
}
.d-hide { display: none;}
.d-hide::before { display: none;}
.d-hyphen { margin: 0 5px;}
