@charset "UTF-8";
@media (min-width: 768px) {
  .inner-1200 {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .inner-sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .tb_hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tb_show {
    display: none !important;
  }
}

.single-indent {
  padding-left: 1em;
  margin-bottom: 0px !important;
}

.double-indent {
  padding-left: 2em;
  margin-bottom: 0px !important;
}

.indent-top {
  margin-bottom: 0 !important;
}

.documents-page {
  padding-bottom: 120px;
  word-break: break-all;
}
.documents-page .link-list li {
  display: flex;
  display: -webkit-flex;
}
.documents-page .link-list li:before {
  content: "■";
}
.documents-page .link-list a[target=_blank] {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.documents-page .link-list a[target=_blank]:after {
  content: "";
  display: block;
  background: url(../img/ico-window.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.documents-page .red-txt {
  color: red;
}
.documents-page a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.documents-page a:hover {
  opacity: 0.7;
}
.documents-page ul {
  list-style-type: none;
}
.documents-page .kv {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .documents-page .kv {
    margin-bottom: 60px;
  }
}
.documents-page .kv a:hover {
  opacity: 1;
}
.documents-page .kv img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .documents-page .kv img {
    height: 280px;
    object-fit: cover;
  }
}
.documents-page .kv__info {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: auto;
  color: #1D285A;
}
@media (min-width: 768px) {
  .documents-page .kv__info {
    top: 50%;
    transform: translateY(-50%);
  }
}
.documents-page .kv__ttl {
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .documents-page .kv__ttl {
    font-size: 1.875rem;
  }
}
.documents-page .kv__txt {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .documents-page .kv__txt {
    font-size: 1.125rem;
  }
}
.documents-page .page-nav {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .documents-page .page-nav {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }
}
.documents-page .page-nav__list {
  display: flex;
  display: -webkit-flex;
  border-bottom: solid 2px #B3B3B3;
}
.documents-page .page-nav li {
  flex: 1;
}
.documents-page .page-nav a, .documents-page .page-nav .current {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .documents-page .page-nav a, .documents-page .page-nav .current {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.documents-page .page-nav .current {
  font-weight: bold;
  position: relative;
}
.documents-page .page-nav .current:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 6px #4C6EE8;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.documents-page .guide-nav {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .documents-page .guide-nav__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .documents-page .guide-nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.documents-page .guide-nav__list li {
  border-bottom: solid 2px #B3B3B3;
}
.documents-page .guide-nav__list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  color: inherit;
}
@media (max-width: 767px) {
  .documents-page .guide-nav__list li a {
    padding: 0 10px 16px;
  }
}
.documents-page .guide-nav__list li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url(../img/ico-down.svg) no-repeat;
  background-size: contain;
}
.documents-page .guide-section:not(:last-child) {
  margin-bottom: 80px;
}
.documents-page .guide-section__ttl {
  border-left: solid 6px #4C6EE8;
  padding-left: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .documents-page .guide-section__ttl {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.documents-page .guide-section__subttl {
  font-weight: 400;
  margin-bottom: 22px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .documents-page .guide-section__subttl {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 14.4px;
  }
}
.documents-page .guide-section__content {
  border-top: solid 2px #B3B3B3;
  background: #EFEFEF;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .documents-page .guide-section__content {
    position: relative;
  }
  .documents-page .guide-section__content__ttl {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  .documents-page .guide-section__content .guide-swiper-button-prev,
  .documents-page .guide-section__content .guide-swiper-button-next {
    width: 25px;
    width: 12px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  .documents-page .guide-section__content .guide-swiper-button-prev.swiper-button-disabled,
  .documents-page .guide-section__content .guide-swiper-button-next.swiper-button-disabled {
    display: none;
  }
  .documents-page .guide-section__content .guide-swiper-button-prev {
    left: 3px;
    transform: translate(0%, -50%);
  }
  .documents-page .guide-section__content .guide-swiper-button-next {
    right: 3px;
    transform: translate(0%, -50%);
  }
  .documents-page .guide-section__content .guide-swiper-pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 10px;
  }
  .documents-page .guide-section__content .guide-swiper-pagination .swiper-pagination-bullet {
    background: #B3B3B3;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
  }
  .documents-page .guide-section__content .guide-swiper-pagination .swiper-pagination-bullet-active {
    background: #4C6EE8;
  }
}
@media (min-width: 768px) {
  .documents-page .guide-section__content {
    padding: 40px;
  }
}
.documents-page .guide-section__content img {
  max-width: 100%;
  margin-bottom: 20px;
}
.documents-page .guide-section__content .large-img {
  width: 100%;
  max-width: 612px;
}
.documents-page .guide-section__content .guide-swiper-container-wrap {
  position: relative;
  padding: 0 20px;
}
.documents-page .guide-section__content .guide-swiper-container-wrap:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .documents-page .guide-section__content .guide-swiper-container {
    overflow: hidden;
    width: 100%;
  }
  .documents-page .guide-section__content .guide-swiper-container .swiper-slide {
    box-sizing: border-box;
    height: auto;
  }
}
@media (min-width: 768px) {
  .documents-page .guide-section__content .guide-swiper-container .swiper-wrapper {
    box-sizing: border-box;
  }
  .documents-page .guide-section__content .guide-swiper-container .swiper-slide {
    height: auto;
  }
}
.documents-page .guide-section__content__list {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .documents-page .guide-section__content__list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    container-type: inline-size;
    width: 100%;
  }
  .documents-page .guide-section__content__list:after {
    content: "";
    display: block;
    width: 30.8928571429%;
  }
}
.documents-page .guide-section__content__list li {
  background: white;
  padding: 20px;
  container-type: inline-size;
  position: relative;
  /*
  					&.wave-img
  					{
  						position: relative;
  						&:before
  						{
  							content: "";
  							display: block;
  							width: calc(100% - 20px);
  							height: 16px;
  							background: url(../img/wave@2x.png) no-repeat;
  							background-size: 100% 100%;
  							position: absolute;
  							z-index: 1;
  							left: 10px;
  							right: 10px;
  							margin: auto;
  						}
  						@media (max-width: 767px)
  						{
  							&.wave-img1:before
  							{
  								top: calc(320/306)*100cqw;
  							}		
  							&.wave-img2:before
  							{
  								top: calc(495/306)*100cqw;
  							}	
  						}
  						@media (min-width: 768px)
  						{	
  							@media (max-width: 1023px)
  							{
  								&.wave-img1:before
  								{
  									top: 106cqw;
  								}				
  								&.wave-img2:before
  								{
  									top: calc(495/306)*100cqw;
  								}	
  							}
  							@media screen and (min-width: 1024px)
  							{
  								&.wave-img1:before
  								{
  									top: calc(320/306)*100cqw;
  								}
  								&.wave-img2:before
  								{
  									top: calc(495/306)*100cqw;
  								}
  							}
  						}
  					}
  */
}
.documents-page .guide-section__content__list li.dummy-block {
  background: none;
}
@media (min-width: 768px) {
  .documents-page .guide-section__content__list li {
    width: 30.8928571429%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .documents-page .guide-section__content__list li {
    width: calc(50% - 20px);
  }
}
.documents-page .guide-section__content__list li p:not(:last-child) {
  margin-bottom: 1.5em;
}
.documents-page .guide-section__content__list li .wave-img-wrap {
  position: relative;
  margin-bottom: 20px;
}
.documents-page .guide-section__content__list li .wave-img-wrap img {
  margin-bottom: 0;
  line-height: 1;
  vertical-align: top;
}
.documents-page .guide-section__content__list li .wave-img-wrap .wave-img {
  position: absolute;
  max-width: 106.2091503268%;
  height: 100%;
  left: -3.2679738562%;
  right: -3.2679738562%;
  top: 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .documents-page .guide-section__content__list li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .documents-page .guide-section__content__list li:nth-child(n+4) {
    margin-top: 3.5714285714cqw;
  }
}
@media (min-width: 768px) {
  .documents-page .guide-section__content__list li:not(:last-child):not(.swiper-slide--down):not(.swiper-slide--last):not(.arrow--none) {
    position: relative;
  }
  .documents-page .guide-section__content__list li:not(:last-child):not(.swiper-slide--down):not(.swiper-slide--last):not(.arrow--none):after {
    content: "";
    display: block;
    width: 17px;
    height: 28px;
    background: url(../img/ico-next.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .documents-page .guide-section__content__list li:not(:last-child):not(.swiper-slide--down):not(.swiper-slide--last):not(.arrow--none):after {
    right: -13px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .documents-page .guide-section__content__list li:not(:last-child):not(.swiper-slide--down):not(.swiper-slide--last):not(.arrow--none):after {
    right: -4.2483660131cqw;
  }
}
@media (min-width: 768px) {
  .documents-page .guide-section__content__list li.before-arrow--pc {
    position: relative;
  }
  .documents-page .guide-section__content__list li.before-arrow--pc:before {
    content: "";
    display: block;
    width: 17px;
    height: 28px;
    background: url(../img/ico-next.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .documents-page .guide-section__content__list li.before-arrow--pc:before {
    left: -13px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .documents-page .guide-section__content__list li.before-arrow--pc:before {
    left: -4.2483660131cqw;
  }
}
@media (min-width: 768px) {
  .documents-page .guide-section__content__list li.swiper-slide--down {
    container-type: inline-size;
  }
  .documents-page .guide-section__content__list li.swiper-slide--down:before {
    content: "";
    display: block;
    width: 17px;
    height: 28px;
    background: url(../img/ico-next.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .documents-page .guide-section__content__list li.swiper-slide--down:before {
    right: -13px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .documents-page .guide-section__content__list li.swiper-slide--down:before {
    right: -4.2483660131cqw;
  }
}
@media (min-width: 768px) {
  .documents-page .guide-section__content__list li.swiper-slide--down:after {
    content: "";
    display: block;
    width: 28px;
    height: 17px;
    background: url(../img/ico-down.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3.4682080925cqw;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(100%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .documents-page .guide-section__content__list li.swiper-slide--tb-down:not(:last-child):not(.swiper-slide--down):not(.swiper-slide--last) {
    container-type: inline-size;
  }
  .documents-page .guide-section__content__list li.swiper-slide--tb-down:not(:last-child):not(.swiper-slide--down):not(.swiper-slide--last):after {
    content: "";
    display: block;
    width: 28px;
    height: 17px;
    background: url(../img/ico-down.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: -3.4682080925cqw;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(100%);
  }
}
.documents-page .guide-section__content--has-subtitle {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .documents-page .guide-section__content--has-subtitle {
    padding-top: 13.9px;
  }
}
@media (max-width: 767px) {
  .documents-page .guide-section__content.padding0,
  .documents-page #guide10 .guide-section__content {
    padding-left: 0;
    padding-right: 0;
  }
}

/*-----------------------------------------
FAQ
-------------------------------------------*/
@media (min-width: 768px) {
  .wrap .faq-box__content__list {
    grid-template-columns: unset !important;
  }
  .wrap .wrap-inner {
    flex-basis: 30%;
  }
  .documents-page .fax-box__content__inner figure {
    margin-bottom: 1.5em;
  }
  .documents-page .fax-box__content__inner img {
    max-width: 374px;
  }
  .documents-page .fax-box__content__inner .third img {
    margin-left: 74px;
    max-width: 300px;
  }
  .documents-page .fax-box__content__inner figcaption {
    margin: 0 0 10px 75px;
    font-size: 0.9rem;
    width: 300px;
  }
}
.wrap {
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .wrap {
    flex-direction: column;
  }
  .documents-page .fax-box__content__inner figure {
    margin-bottom: 1.5em;
  }
  .documents-page .fax-box__content__inner img {
    width: 100%;
  }
  .documents-page .fax-box__content__inner .third img {
    padding-left: 20%;
  }
  .documents-page .fax-box__content__inner figcaption {
    font-size: 0.75rem;
    margin: 0 0 10px 20%;
  }
}
@media (min-width: 768px) {
  .documents-page .fax-box__content__inner .large figcaption {
    margin: 0 0 10px 0px;
    width: 374px;
  }
}
@media (max-width: 767px) {
  .documents-page .fax-box__content__inner .large figcaption {
    padding: 0;
    margin: 0 0 10px 0px;
  }
}
.documents-page .faq-section:not(:last-child) {
  margin-bottom: 80px;
}
.documents-page .faq-section__ttl {
  border-left: solid 6px #4C6EE8;
  padding-left: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .documents-page .faq-section__ttl {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.documents-page .faq-section .faq-area {
  border-top: solid 2px #B3B3B3;
  background: #EFEFEF;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-area {
    padding: 40px;
  }
}
.documents-page .faq-section .faq-area .faq-box img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .documents-page .faq-section .faq-area .faq-box {
    font-size: 0.875rem;
  }
}
.documents-page .faq-section .faq-area .faq-box:not(:last-child) {
  margin-bottom: 10px;
}
.documents-page .faq-section .faq-area .faq-box__ttl {
  cursor: pointer;
  display: grid;
  grid-template-columns: 18px auto;
  gap: 13px;
  padding: 13px 10px;
  padding-right: 34px;
  background: white url(../img/ico-down.svg) no-repeat right 10px center;
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-area .faq-box__ttl {
    padding: 20px;
    padding-right: 64px;
    background: white url(../img/ico-down.svg) no-repeat right 30px center;
  }
}
.documents-page .faq-section .faq-area .faq-box__ttl.on {
  background: white url(../img/ico-up.svg) no-repeat right 10px center;
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-area .faq-box__ttl.on {
    background: white url(../img/ico-up.svg) no-repeat right 30px center;
  }
}
.documents-page .faq-section .faq-area .faq-box__ttl:before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  background: url(../img/q.svg) no-repeat;
  margin-right: 13px;
}
.documents-page .faq-section .faq-area .faq-box__content {
  margin-top: 13px;
  display: none;
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-area .faq-box__content {
    margin-top: 20px;
  }
}
.documents-page .faq-section .faq-area .faq-box__content__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  padding-bottom: 20px;
  gap: 13px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-area .faq-box__content__inner {
    padding-left: 20px;
  }
}
.documents-page .faq-section .faq-area .faq-box__content__inner:before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  background: url(../img/a.svg) no-repeat center top;
  margin-right: 13px;
}
.documents-page .faq-section .faq-area .faq-box__content__example {
  display: grid;
  grid-template-columns: auto 1fr;
}
.documents-page .faq-section .faq-area .faq-box__content__example dt {
  font-weight: inherit;
}
.documents-page .faq-section .faq-area .faq-box__content__ol {
  list-style-type: none;
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 5px;
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li:not(:last-child) {
  margin-bottom: 1.5em;
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li:nth-child(1):before {
  content: "①";
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li:nth-child(2):before {
  content: "②";
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li:nth-child(3):before {
  content: "③";
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li:nth-child(4):before {
  content: "④";
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li:nth-child(5):before {
  content: "⑤";
}
.documents-page .faq-section .faq-area .faq-box__content__ol > li:nth-child(6):before {
  content: "⑥";
}
.documents-page .faq-section .faq-area .faq-box__content__ul:not(:last-child) {
  margin-bottom: 1.5em;
}
.documents-page .faq-section .faq-area .faq-box__content__ul li {
  display: flex;
  display: -webkit-flex;
}
.documents-page .faq-section .faq-area .faq-box__content__ul li:before {
  content: "●";
}
.documents-page .faq-section .faq-area .faq-box__content__ul .mb {
  margin-bottom: 1.5em;
}
.documents-page .faq-section .faq-area .faq-box__content__ul__list:not(:last-child) {
  margin-bottom: 1.5em;
}
.documents-page .faq-section .faq-area .faq-box__content__ul__list__dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
.documents-page .faq-section .faq-area .faq-box__content__section:not(:last-child) {
  margin-bottom: 40px;
}
.documents-page .faq-section .faq-area .faq-box__content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-container-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .documents-page .faq-section .faq-area .faq-box__content .faq-swiper-container {
    overflow: hidden;
    width: 100%;
  }
  .documents-page .faq-section .faq-area .faq-box__content .faq-swiper-container .swiper-slide {
    box-sizing: border-box;
    height: auto;
  }
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-area .faq-box__content .faq-swiper-container .swiper-wrapper {
    box-sizing: border-box;
  }
  .documents-page .faq-section .faq-area .faq-box__content .faq-swiper-container .swiper-slide {
    height: auto;
  }
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-button-prev,
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-button-next {
  width: 25px;
  width: 12px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-button-prev.swiper-button-disabled,
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-button-next.swiper-button-disabled {
  display: none;
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-button-prev {
  left: -3px;
  transform: translate(-100%, -50%);
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-button-next {
  right: -3px;
  transform: translate(100%, -50%);
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top: 10px;
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-pagination .swiper-pagination-bullet {
  background: #B3B3B3;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}
.documents-page .faq-section .faq-area .faq-box__content .faq-swiper-pagination .swiper-pagination-bullet-active {
  background: #4C6EE8;
}
.documents-page .faq-section .faq-area .faq-box__content__list img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-area .faq-box__content__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .documents-page .faq-section .faq-area .faq-box__content__list.list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.documents-page .faq-section.have-child .faq-section__ttl {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .documents-page .faq-section.have-child .faq-section__ttl {
    margin-bottom: 46px;
  }
}
@media (min-width: 768px) {
  .documents-page .faq-section .faq-sub-section {
    padding-left: 40px;
  }
}
.documents-page .faq-section .faq-sub-section:not(:last-child) {
  margin-bottom: 20px;
}
.documents-page .faq-section .faq-sub-section__ttl {
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: solid 2px #B3B3B3;
  padding-bottom: 14px;
  padding-right: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 767px) {
  .documents-page .faq-section .faq-sub-section__ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.documents-page .faq-section .faq-sub-section__ttl:after {
  content: "";
  display: block;
  background: url(../img/ico-down.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
}
.documents-page .faq-section .faq-sub-section__ttl.on:after {
  background: url(../img/ico-up.svg) no-repeat;
  background-size: contain;
}
.documents-page .faq-section .faq-sub-section .faq-area {
  border: none;
  display: none;
}

/*!* -------------------------------
    pagetop
------------------------------- *!*/
.pagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 990;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  font-size: 0;
  text-align: right;
}

.pagetop a {
  display: inline-block;
  background: #c00;
}

.pagetop a:hover {
  background: #e60000;
}

.pagetop img {
  width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pagetop:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pagetop.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pagetop.is-absoluted {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .pagetop {
    right: 20px;
  }
  .pagetop img {
    width: 33px;
  }
  .pagetop:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*# sourceMappingURL=style.css.map */
