@charset "UTF-8";

.method {
  margin-bottom: 155px;
}

.guide {
  margin-bottom: 120px;
}

.guide__ttl {
  margin-bottom: 60px;
}

.guide__container + .guide__container {
  margin-top: 84px;
}

.guide-container br {
  display: none;
}

.guide-container-half {
  width: 48%;
}

.guide-container-half__text {
  margin-bottom: 40px;
}

.guide-container-half + .guide-container-half {
  margin-left: 4%;
}

.guide-container__ttl {
  margin-bottom: 24px;
}

.guide-container__text {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.guide-container-half-box {
  display: flex;
}

.guide-container-half-box .guide-container-movie-box__movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.guide-container-movie-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guide-container-movie-box__movie {
  width: 48%;
  max-width: 480px;
}

.guide-container-movie-box__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.guide-container-movie-box__movie a {
  display: block;
  position: relative;
}

.guide-container-movie-box__movie a::before {
  content: '';
  background-image: url(../../img/method/icon_play.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 74px;
  background-size: cover;
}

.guide-container-movie-box__image {
  width: 48%;
  margin-left: 4%;
  max-width: 540px;
}

.guide-container-movie-box-image__text {
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-weight: 500;
}

.faq {
  margin-bottom: 120px;
}

.faq__ttl {
  margin-bottom: 60px;
}

.faq__inner + .faq__inner {
  margin-top: 80px;
}

.faq-accordion-inner {
  padding: 60px 40px 0;
}

.faq-accordion-inner__list + .faq-accordion-inner__list {
  margin-top: 80px;
}

.faq-list__ttl {
  position: relative;
  margin-bottom: 40px;
}

.faq-list__ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #505050;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-list__text {
  position: relative;
  padding-right: 24px;
  background: #fff;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 500;
}

.faq-list-dl__dt, .faq-list-dl__dd {
  font-size: 1.4rem;
  display: flex;
}

.faq-list-dl__dt {
  padding: 12px 24px 8px;
  background: #F8F8F8;
  font-weight: 500;
}

.faq-list-dl__dd {
  padding: 24px 24px 0;
}

.faq-list-dl__question, .faq-list-dl__answer {
  display: inline-block;
  font-size: 2rem;
  margin-right: 24px;
  font-family: "Josefin Sans", sans-serif;
  width: 1em;
  flex-shrink: 0;
  font-weight: 600;
}

.faq-list-dl-inner + .faq-list-dl-inner {
  margin-top: 40px;
}

.faq-list-dl-dd__text {
  margin-bottom: 40px;
}

.faq-list-dl-dd__text2 {
  margin-bottom: 1em;
}

.faq-list-dl-dd__inner {
  width: 100%;
}

.faq-list-dl-dd__table {
  width: 100%;
}

.faq-list-dl-dd__table + .faq-list-dl-dd__table {
  margin-top: 40px;
}

.faq-list-dl-dd__example {
  margin-top: 36px;
}

.table-adjust.faq-list-dl-dd__table .underlayer-table__tr td:first-of-type {
  font-weight: inherit;
}

.faq-list-dl-dd-half {
  display: flex;
}

.faq-list-dl-dd-half__list {
  margin-left: 40px;
}

.faq-list-dl-dd-half .underlayer-table-lyt {
  overflow: initial;
}

.underlayer-table-point3 {
  margin-top: 36px;
}

.faq-list-example__ttl {
  margin-bottom: 24px;
}

.faq-list-example__dl {
  margin-bottom: 16px;
}

.faq-list-example-ttl {
  background: #505050;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 24px;
}

.faq-list-example-table {
  font-size: 1.4rem;
}

.faq-list-example-table__td {
  vertical-align: baseline;
}

.faq-list-example-table__td-fixed {
  width: 131px;
}

.faq-list-example-table__td-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.faq-list-example-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.faq-list-example-dl__inner {
  display: flex;
}

.faq-list-example-dl__dt, .faq-list-example-dl__dd {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
}

.faq-list-list__item {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.faq-list-list__item::before {
  content: '※';
}

.note__ttl {
  margin-bottom: 60px;
}

.note-section-ttl {
  padding: 8px 24px;
  background: #F8F8F8;
  font-size: 1.6rem;
  font-weight: 500;
}

.note-section-inner {
  padding: 24px 40px 40px;
}

.note-section-inner-list__item {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

.note-section-inner-list__item + .note-section-inner-list__item {
  margin-top: 16px;
}

.note-section-inner-list__item::before {
  content: '・';
}

.note-section-inner-list-number__item {
  display: flex;
}

.note-section-inner-list-number__item + .note-section-inner-list-number__item {
  margin-top: 16px;
}

.note-section-inner-list-number__number {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 1px 7px;
  background: #505050;
  color: #fff;
  margin-right: 5px;
  font-size: 1.1rem;
  font-weight: 500;
}

.note-section-inner-list-number__text {
  font-size: 1.4rem;
}

.method-round-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.method-round-button__link {
  display: block;
  width: 320px;
  height: 72px;
  color: #505050;
}

.method-round-button__link:hover .method-round-button__inner,
.method-round-button__link:focus .method-round-button__inner {
  background: #505050;
  color: #fff;
}

.method-round-button__link:hover .method-round-button__inner::before,
.method-round-button__link:focus .method-round-button__inner::before {
  background: #fff;
}

.method-round-button__link:hover .method-round-button__inner::after,
.method-round-button__link:focus .method-round-button__inner::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.method-round-button__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 320px;
  height: 72px;
  padding-left: 48px;
  border: solid 1px #505050;
  border-radius: 36px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}

.method-round-button__inner::before, .method-round-button__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.method-round-button__inner::before {
  right: 40px;
  width: 16px;
  height: 1px;
  background: #505050;
}

.method-round-button__inner::after {
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  transform: rotate(45deg);
}

@media screen and (min-width: 1080px) {
  html {
    margin: 0;
  }
  .underlayer-table-point3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  html {
    margin: 0;
  }
  .faq-list-dl-dd__inner {
    overflow: hidden;
  }
  .faq-list-dl-dd-half {
    flex-wrap: wrap;
  }
  .faq-list-dl-dd-half__list {
    margin-left: 0;
    margin-top: 1.5em;
  }
  .method-round-button__link {
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
  }
  .method-round-button__inner {
    width: 100%;
  }
}

@media screen and (max-width: 931px) {
  html {
    margin: 0;
  }
  .method {
    margin-bottom: 8em;
  }
  .guide {
    margin-bottom: 4em;
  }
  .guide__ttl {
    margin-bottom: 2em;
  }
  .guide__container + .guide__container {
    margin-top: 4em;
  }
  .guide-container br {
    display: block;
  }
  .guide-container__ttl {
    margin-bottom: 1.5em;
  }
  .guide-container__text {
    margin-bottom: 2em;
  }
  .guide-container-movie-box-image__text {
    margin-bottom: 1em;
  }
  .faq {
    margin-bottom: 4em;
  }
  .faq__ttl {
    margin-bottom: 2em;
  }
  .faq__inner + .faq__inner {
    margin-bottom: 4em;
  }
  .faq__inner + .faq__inner {
    margin-top: 2em;
  }
  .faq-accordion-inner {
    padding: 2em 0 0;
  }
  .faq-accordion-inner__list + .faq-accordion-inner__list {
    margin-top: 4em;
  }
  .faq-list__ttl {
    margin-bottom: 2em;
  }
  .faq-list-dl-inner + .faq-list-dl-inner {
    margin-top: 2em;
  }
  .faq-list-dl-dd__text {
    margin-bottom: 2em;
  }
  .faq-list-dl-dd__table + .faq-list-dl-dd__table {
    margin-top: 2em;
  }
  .faq-list-dl-dd__example {
    margin-top: 2em;
  }
  .faq-list-example__ttl {
    margin-bottom: 1.5em;
  }
  .faq-list-example__dl {
    margin-bottom: 1em;
  }
  .faq-list-example-ttl {
    padding-left: 2em;
  }
  .note__ttl {
    margin-bottom: 2em;
  }
  .note-section-ttl {
    padding-left: 2em;
  }
  .note-section-inner {
    padding: 2em;
  }
  .note-section-inner-list__item + .note-section-inner-list__item {
    margin-top: 1em;
  }
  .note-section-inner-list-number__item + .note-section-inner-list-number__item {
    margin-top: 1em;
  }
  .method-round-button__link {
    max-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  html {
    margin: 0;
  }
  .guide-container-half__text {
    margin-bottom: 2em;
  }
  .guide-container-half {
    width: 100%;
  }
  .guide-container-half + .guide-container-half {
    margin-left: 0;
    margin-top: 4em;
  }
  .guide-container-half-box {
    display: inherit;
  }
  .guide-container-movie-box__movie {
    width: 100%;
    max-width: inherit;
  }
  .guide-container-movie-box__movie iframe {
    width: 100%;
  }
  .guide-container-movie-box__movie a::before {
    width: 90px;
    height: 60px;
  }
  .guide-container-movie-box__image {
    width: 100%;
    max-width: inherit;
    margin-left: 0;
  }
  .guide-container-movie-box__image img {
    width: 100%;
    height: auto;
  }
  .guide-container-movie-box-image {
    margin-top: 2em;
  }
  .faq-list__text {
    margin-right: 1em;
  }
  .faq-list-dl__dt {
    padding: 1em 1.5em 0.5em;
  }
  .faq-list-dl__dd {
    padding: 1em 1.5em 0.5em;
  }
  .faq-list-dl__question, .faq-list-dl__answer {
    margin-right: 1em;
  }
  .faq-list-dl-dd-half .underlayer-table-lyt {
    overflow-y: scroll;
  }
}
