@charset "UTF-8";
.page-info .procedure h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 20px;
}
.page-info .procedure h2 {
  margin-top: 0;
}
.page-info .procedure h3 {
  margin-top: 60px;
  font-weight: bold;
}
.page-info .procedure h4 {
  margin: 0;
  padding-left: 1.5em;
  text-indent: -1.7em;
  line-height: 1.2;
}
.page-info .procedure h5 {
  font-size: 1.2em;
  font-weight: 900;
}
.page-info .procedure p.center {
  text-align: center;
}
.page-info .procedure p.notice {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.9em;
}
.page-info .procedure p.bold {
  font-weight: 900;
}
.page-info .procedure .imga70 {
  margin: 0 auto;
  width: 60%;
}
.page-info .procedure .img70left {
  width: 70%;
}
.page-info .procedure .img80 {
  margin: 0 auto;
  width: 80%;
}
.page-info .procedure section {
  margin-bottom: 4.5em;
}
.page-info .procedure section.anchor {
  margin-top: -140px;
  padding-top: 140px;
}
.page-info .procedure #index {
  margin-bottom: 3em;
}
.page-info .procedure #index p {
  font-size: 1.5em;
  font-weight: 900;
  margin: 0;
}
.page-info .procedure #index ol {
  font-size: 1.13em;
  margin: 0;
  padding-left: 2em;
  line-height: 1.8;
  list-style: decimal;
}
.page-info .procedure #step-list {
  padding-left: 1.5em;
}
.page-info .procedure #step-list .steps {
  list-style: none;
}
.page-info .procedure #step-list .steps h3 {
  border: none;
  margin: 0;
  background: #398a8f;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
}
.page-info .procedure #step-list .steps h3::after {
  content: "▼";
  position: absolute;
  right: 16px;
  transition: 0.5s;
}
.page-info .procedure #step-list .steps .flow {
  display: grid;
  grid-template-rows: 1fr;
  gap: 6px;
  max-height: 0;
  margin-bottom: 12px;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.page-info .procedure #step-list .steps .flow > div {
  display: grid;
  grid-template-columns: 3em 1fr;
  border: solid 1px #ddd;
  padding: 12px;
  border-radius: 2px;
}
.page-info .procedure #step-list .steps .flow > div .wrap {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.page-info .procedure #step-list .steps .flow > div .wrap dt {
  line-height: 1.6;
}
.page-info .procedure #step-list .steps .flow > div figure img {
  box-shadow: 0px 1px 4px rgba(128, 128, 128, 0.7);
}
.page-info .procedure #step-list .steps.open h3::after {
  transform: rotate(180deg);
}
.page-info .procedure #step-list .steps.open .flow {
  max-height: 3500px; /* 中身に応じて調整 */
}
.page-info .procedure #anchor2 dl {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 1.2em;
  font-weight: 900;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
}
.page-info .procedure #anchor2 dl dt {
  font-weight: 900;
}
.page-info .procedure #anchor2 dl dt:nth-of-type(1) {
  color: #2b60ad;
}
.page-info .procedure #anchor2 dl dt:nth-of-type(2) {
  color: #4db233;
}
.page-info .procedure #anchor2 dl dt:nth-of-type(3) {
  color: #ed7aac;
}
.page-info .procedure #anchor2 p {
  padding-left: 1.5em;
}
.page-info .procedure .transition_button {
  margin: 80px auto 80px;
  width: 60%;
}
.page-info .procedure .transition_button p {
  background-color: #398a8f;
  border-radius: 40px;
  font-weight: bold;
  padding: 10px;
}
.page-info .procedure .transition_button a {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-info .procedure .img70 {
    width: 100%;
  }
  .page-info .procedure .img70left {
    width: 100%;
  }
  .page-info .procedure .img80 {
    width: 100%;
  }
  .page-info .procedure #step-list {
    padding-left: 0;
  }
  .page-info .procedure #step-list .steps h3 {
    font-size: 1rem;
  }
  .page-info .procedure #step-list .steps .flow > div {
    grid-template-columns: 1fr;
  }
  .page-info .procedure #step-list .steps .flow > div figure img {
    width: 100%;
  }
  .page-info .procedure #anchor2 dl {
    grid-template-columns: 1fr;
    font-size: 1em;
    line-height: 1.3;
  }
  .page-info .procedure #anchor2 dl dd {
    margin-bottom: 1em;
  }
  .page-info .procedure .transition_button {
    margin: 40px auto 40px;
    width: 100%;
  }
  .page-info .procedure .transition_button p {
    padding: 10px;
  }
  .page-info .procedure .transition_button a {
    font-size: 20px;
  }
}
