@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
.m-image-height {
  max-height: 480px;
  width: auto; }

.m-pagehead-nav {
  margin-bottom: -4px; }

.l-fixbutton__btn .m-section {
  padding-bottom: 0; }

@media screen and (max-width: 640px) {
  .js-scrollable .m-table {
    width: 200%; } }

.m-table__td {
  text-align: left; }

.m-table__td dl {
  display: flex;
  flex-wrap: wrap; }

.m-table__td dt {
  width: 8ch;
  font-weight: unset; }

.m-table__td dd {
  width: calc(100% - 8ch); }

.m-table__td dd::before {
  content: '：';
  margin-right: .5ch; }

.m-table__td {
  font-weight: unset; }

@media screen and (max-width: 640px) {
  .m-btn-blank {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .m-btn-2line {
    height: 70px; } }

.m-article__faq {
  background: #fff;
  /* open */ }
  .m-article__faq .toggle {
    display: none; }
  .m-article__faq .Label {
    border-bottom: #cdd0d8 1px solid;
    display: block;
    background: #fff;
    position: relative;
    padding: 44px 50px; }
    @media screen and (max-width: 640px) {
      .m-article__faq .Label {
        padding: 14px 20px; } }
  .m-article__faq .Label span::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #0399de;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s; }
  .m-article__faq .Label span::after {
    content: "";
    width: 2px;
    height: 10px;
    background: #0399de;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s; }
  .m-article__faq .Label span {
    width: 30px;
    height: 30px;
    background: #fff;
    border: #0399de 2px solid;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      .m-article__faq .Label span {
        right: 0; } }
  .m-article__faq .Label,
  .m-article__faq .content {
    display: flex;
    flex-wrap: wrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.5s; }
  .m-article__faq .content {
    height: 0;
    overflow: hidden;
    background: #f5f8fa;
    padding: 0 50px;
    border-bottom: 1px solid #cdd0d8;
    transition: .5s; }
    @media screen and (max-width: 640px) {
      .m-article__faq .content {
        padding: 0 20px; } }
  .m-article__faq .faq__q-title,
  .m-article__faq .faq__q-title + p,
  .m-article__faq .faq__a-title {
    font-size: 19px;
    font-size: calc($size / 16)rem;
    letter-spacing: 0.06em;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .m-article__faq .faq__q-title,
      .m-article__faq .faq__q-title + p,
      .m-article__faq .faq__a-title {
        font-size: 14px;
        font-size: calc($size / 16)rem; } }
  .m-article__faq .faq__q-title,
  .m-article__faq .faq__a-title {
    color: #0399de;
    width: 46px;
    line-height: 1.5;
    font-size: 22px;
    font-size: calc($size / 16)rem; }
    @media screen and (max-width: 640px) {
      .m-article__faq .faq__q-title,
      .m-article__faq .faq__a-title {
        width: 26px;
        font-size: 16px;
        font-size: calc($size / 16)rem;
        line-height: 1.7; } }
  .m-article__faq .faq__q-title + p,
  .m-article__faq .faq__a-title + p {
    width: calc((100% - 26px) - 104px); }
    @media screen and (max-width: 640px) {
      .m-article__faq .faq__q-title + p,
      .m-article__faq .faq__a-title + p {
        width: calc(100% - 50px); } }
  .m-article__faq .faq__a-title + p {
    font-size: 16px;
    font-size: calc($size / 16)rem;
    font-weight: 500;
    letter-spacing: 0.06em; }
    @media screen and (max-width: 640px) {
      .m-article__faq .faq__a-title + p {
        font-size: 14px;
        font-size: calc($size / 16)rem; } }
  .m-article__faq .toggle:checked + .Label + .content {
    height: auto;
    padding: 44px 50px;
    transition: .5s; }
    @media screen and (max-width: 640px) {
      .m-article__faq .toggle:checked + .Label + .content {
        padding: 14px 20px; } }
  .m-article__faq .toggle:checked + .Label + .content img {
    opacity: 1; }
  .m-article__faq .toggle:checked + .Label span::after {
    rotate: 90deg; }
