@charset "utf-8";
.bg {
  border-radius: 70px 70px 0 0;
  background-color: #fff;
}
.tlt {
  text-align: center;
}
.tlt h2 {
  font-size: var(--font-size36);
  font-weight: bold;
  line-height: 1;
}
.tlt figure {
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .bg {
    border-radius: 25px 25px 0 0;
  }
  .tlt h2 {
    font-size: var(--font-size24);
  }
  .tlt figure {
    margin: 0 auto 22px;
  }
}
/* ====================================================
cmn-header
==================================================== */
.guide .cmn-header .flex h1:after {
  position: absolute;
  top: -15px;
  right: max(-9.3vw, -128px);
  display: inline-block;
  width: 7.1vw;
  max-width: 97px;
  background-image: url(../img/guide/cmn_header_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 1 / 0.907;
}
@media screen and (max-width: 1024px) {
  .guide .cmn-header .flex h1:after {
    top: -5px;
    right: -100px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .guide .cmn-header .flex h1:after {
    right: max(-21vw, -80px);
    width: 19vw;
    max-width: 69px;
  }
}
/* ====================================================
flow-contents
==================================================== */
.flow-contents {
  padding: 58px 0 0;
}
.flow-contents .read-txt {
  margin-bottom: 65px;
}
.flow-contents .read-txt p {
  font-size: var(--font-size16);
  line-height: 1.9;
  text-align: center;
}
.flow-contents .tlt {
  margin-bottom: 45px;
}
.flow-contents .tlt figure {
  width: 60.24px;
}
.flow-contents .flow-list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 55px 0 47px;
  background-color: #f7f8f8;
}
.flow-contents .flow-list .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;

  gap: 40px;
}
.flow-contents .flow-list .flex .list {
  position: relative;
  width: calc(100% / 3);
  padding: 33px 3% 50px;
  border-radius: 25px;
  background-color: #fff;
}
.flow-contents .flow-list .flex .list:after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  z-index: 5;
  display: inline-block;
  width: 15px;
  height: 97px;
  margin: auto;
  background-image: url(../img/guide/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.flow-contents .flow-list .flex .list:last-child:after {
  display: none;
}
.flow-contents .flow-list .flex .list .flow-tlt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-bottom: 30px;

  column-gap: 23px;
}
.flow-contents .flow-list .flex .list .flow-tlt .step {
  font-weight: bold;
  text-align: center;
}
.flow-contents .flow-list .flex .list .flow-tlt .step span {
  font-size: var(--font-size24);
  line-height: 1;
  color: #a0a0a0;
}
.flow-contents .flow-list .flex .list .flow-tlt .step p {
  font-size: var(--font-size57);
  line-height: 0.9;
  color: #f5e829;
}
.flow-contents .flow-list .flex .list .flow-tlt h3 {
  font-size: var(--font-size25);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.flow-contents .flow-list .flex .list figure {
  width: 100%;
  margin-bottom: 28px;
}
.flow-contents .flow-list .flex .list p {
  font-size: var(--font-size16);
  line-height: 1.76;
}
.flow-contents .flow-list .note-txt {
  font-size: var(--font-size16);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-contents {
    padding: 40px 0 0;
  }
  .flow-contents .read-txt {
    margin-bottom: 28px;
  }
  .flow-contents .read-txt p {
    font-size: var(--font-size15);
    line-height: 1.8;
    text-align: left;
  }
  .flow-contents .tlt {
    margin-bottom: 25px;
  }
  .flow-contents .tlt figure {
    width: 40.16px;
  }
  .flow-contents .flow-list {
    padding: 39px 0 42px;
  }
  .flow-contents .flow-list .flex {
    display: block;
    margin-bottom: 30px;
  }
  .flow-contents .flow-list .flex .list {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
    padding: 19px 8.9% 28px;
  }
  .flow-contents .flow-list .flex .list:last-child {
    margin-bottom: 0;
  }
  .flow-contents .flow-list .flex .list .flow-tlt {
    margin-bottom: 18px;

    column-gap: 12px;
  }
  .flow-contents .flow-list .flex .list .flow-tlt .step span {
    font-size: var(--font-size17);
  }
  .flow-contents .flow-list .flex .list .flow-tlt .step p {
    font-size: var(--font-size39);
  }
  .flow-contents .flow-list .flex .list .flow-tlt h3 {
    font-size: var(--font-size21);
  }
  .flow-contents .flow-list .flex .list figure {
    width: 76.64%;
    margin: 0 auto 19px;
  }
  .flow-contents .flow-list .flex .list p {
    font-size: var(--font-size15);
    line-height: 1.5;
  }
  .flow-contents .flow-list .flex .list:after {
    top: auto;
    right: 0;
    bottom: -69px;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .flow-contents .flow-list .note-txt {
    width: 80%;
    max-width: 350px;
    margin: auto;
    padding: 0 5.3%;
    font-size: var(--font-size15);
    text-align: left;
  }
}
/* ====================================================
trial-contents
==================================================== */
.trial-contents {
  padding: 90px 0 0;
}
.trial-contents .tlt {
  margin-bottom: 30px;
}
.trial-contents .tlt figure {
  width: 52px;
}
.trial-contents .info {
  width: 587px;
  margin: 0 auto 3em;
  padding: 28px 0 14px;
  border-radius: 15px;
  background-color: #f7f8f8;
}
.trial-contents .info ul {
  width: 87.9%;
  margin: auto;
}
.trial-contents .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: solid 1px #c9c9c9;
}
.trial-contents .info ul li:last-child {
  border-bottom: none;
}
.trial-contents .info ul li span {
  width: 90px;
  font-size: var(--font-size16);
  font-weight: bold;
  color: #f06634;
}
.trial-contents .info ul li p {
  flex: 1;
  letter-spacing: normal;
}
.trial-contents .info ul li p > small {
  font-size: var(--font-size16);
}

.trial-contents .note-txt {
  margin-bottom: 87px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.trial-contents .tab-txt {
  margin-bottom: 3em;
  font-size: var(--font-size16);
  text-align: center;
}
.trial-contents .trouble {
  max-width: 950px;
  margin: auto;
  padding: 30px 0 39px;
  border-radius: 25px;
  background-color: #f7f8f8;
  text-align: center;
}
.trial-contents .trouble h2 {
  margin-bottom: 12px;
  font-size: var(--font-size18);
  font-weight: bold;
}
.trial-contents .trouble p {
  font-size: var(--font-size15);
  line-height: 1.8;
}
.trial-contents .trouble p a {
  text-decoration: underline;
}

/* タブ切り替え仕様 */
.trial-contents .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 788px;
  margin: auto;

  gap: 0 16px;
}
.trial-contents .tab-box > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  max-width: 120px;
  padding: 9px 0 8px;
  border-radius: 22px;
  background-color: #fde7f7;
  font-size: var(--font-size16);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ec4949;
  cursor: pointer;
}
.trial-contents .tab-box > label:after {
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px auto 0;
  border: 0;
  border-right: solid 1px #ec4949;
  border-bottom: solid 1px #ec4949;
  content: "";
  transform: rotate(45deg);
}
.trial-contents .tab-box label:has(:checked) {
  background-color: #d54c96;
  color: #fff;
}
.trial-contents .tab-box label:has(:checked):after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
/* hover */
.trial-contents .tab-box > label:hover {
  opacity: 0.8;
}
.trial-contents .tab-box input {
  display: none;
}
.trial-contents .tab-box > div {
  display: none;
  width: 100%;
  padding: 40px 0 0;
}
.trial-contents .tab-box label:has(:checked) + div {
  display: block;
}
.trial-contents .tab-box > div h4 {
  margin-bottom: 32px;
  font-size: var(--font-size32);
  font-weight: bold;
  text-align: center;
}
.trial-contents .tab-box > div h4 span {
  display: block;
  font-size: var(--font-size16);
  font-weight: normal;
}
.trial-contents .tab-box .table_box {
  position: relative;
  left: 50%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 68.9vw;
  max-width: 942px;
  height: 533px;
  margin-bottom: 32px;
  transform: translateX(-50%);
}
.trial-contents .tab-box .table_box table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.trial-contents .tab-box .table_box table th,
.trial-contents .tab-box .table_box table td {
  font-size: var(--font-size17);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #272724;
}
.trial-contents .tab-box .table_box table th {
  background: #ccc;
}
.trial-contents .tab-box .table_box table td {
  border-right: solid 1px #d0d0d0;
  background: #fff;
}
.trial-contents .tab-box .table_box table td p {
  width: 120px;
  margin: 8px auto;
  padding: 5px 7px;
  border-radius: 22px;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  background-color: #fff;
  font-size: var(--font-size14);
  font-weight: bold;
  letter-spacing: normal;
}
.trial-contents .tab-box .table_box table td p:before {
  display: inline-block;
  width: 14.76px;
  height: 13.96px;
  margin: 0 4px 3px 0;
  background-image: url(../img/guide/icon_table.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.trial-contents .tab-box .table_box table tr {
  border-bottom: solid 1px #272724;
}
.trial-contents .tab-box .table_box table tr.item {
  border-bottom: none;
}
.trial-contents .tab-box .table_box table .sticky_row {
  position: sticky;
  top: 0;
  left: 0;
  padding: 24px 7px 20px;
  border-right: solid 1px #d0d0d0;
  text-align: center;
}
.trial-contents .tab-box .table_box table .sticky_row .cate {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 10px;
  border-radius: 12px;
  background-color: #f8b62d;
  font-size: var(--font-size12);
  font-weight: bold;
  color: #fff;
}
.trial-contents .tab-box .table_box table tr:nth-child(3) .sticky_row .cate {
  background-color: #5bb971;
}
.trial-contents .tab-box .table_box table tr:nth-child(4) .sticky_row .cate {
  background-color: #ec4949;
}
.trial-contents .tab-box .table_box table .sticky_row h5 {
  font-size: var(--font-size18);
  font-weight: bold;
  text-align: center;
}
.trial-contents .tab-box .table_box table .sticky_row h5 span {
  display: block;
  margin-bottom: 2px;
  font-size: var(--font-size14);
  font-weight: normal;
}
.trial-contents .tab-box .table_box table .sticky_row::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
.trial-contents .tab-box .table_box table .sticky_col {
  position: sticky;
  top: 0;
  left: 0;
  padding: 34px 24px;
  border-top: none;
  border-right: solid 1px #fff;
  border-bottom: none;
  background: none;
  background-color: #f5e829;
}
.trial-contents .tab-box .table_box table .sticky_cross {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: none;
}
.trial-contents .tab-box .table_box table .sticky_cross::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-right: solid 1px #fff;
  background-color: #f5e829;
  content: "";
}
.trial-contents .tab-box .table_box::-webkit-scrollbar {
  height: 12px;
}
.trial-contents .tab-box .table_box::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #727272;
}
.trial-contents .tab-box .table_box::-webkit-scrollbar-track {
  background: #ebebeb;
}
@media screen and (max-width: 767px) {
  .trial-contents {
    padding: 75px 0 0;
  }
  .trial-contents .tlt figure {
    width: 40px;
  }
  .trial-contents .info {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 35px;
    padding: 24px 0;
  }
  .trial-contents .info ul {
    width: 93%;
    margin: 0 auto;
  }
  .trial-contents .info ul li {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 14px;
    padding-bottom: 7px;
    font-size: var(--font-size15);
    letter-spacing: normal;
  }
  .trial-contents .info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .trial-contents .info ul li span {
    width: 62px;
    line-height: 1.3;
  }
  .trial-contents .info ul li p {
    line-height: 1.3;
  }
  .trial-contents .info ul li p > small {
    display: inline-block;
    font-size: var(--font-size12);
  }
  .trial-contents .tab-txt {
    margin-bottom: 29px;
    font-size: var(--font-size15);
  }
  .trial-contents .tab-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 11px 8px;
  }
  .trial-contents .tab-box > label {
    flex: none;
    min-width: 77px;
    padding: 11px 5px 9px;
    font-size: var(--font-size13);
  }
  .trial-contents .tab-box > label:after {
    width: 5px;
    height: 5px;
    margin: 3px auto 0;
  }
  .trial-contents .tab-box > div {
    padding: 35px 0 0;
  }
  .trial-contents .tab-box > div h4 {
    margin-bottom: 24px;
    font-size: var(--font-size24);
  }
  .trial-contents .tab-box > div h4 span {
    font-size: var(--font-size13);
  }
  .trial-contents .tab-box > div .scroll {
    display: block !important;
    padding-bottom: 4px;
    font-size: var(--font-size13);
    text-align: right;
    color: #727272;
  }
  .trial-contents .tab-box .table_box {
    left: auto;
    width: 100%;
    height: 423px;
    transform: none;
  }

  /* table */
  .trial-contents .tab-box .table_box table th,
  .trial-contents .tab-box .table_box table td {
    font-size: var(--font-size15);
  }
  .trial-contents .tab-box .table_box table .sticky_col {
    padding: 24px 16px;
  }
  .trial-contents .tab-box .table_box table .sticky_row {
    padding: 13px 3px 12px;
  }
  .trial-contents .tab-box .table_box table .sticky_row .cate {
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: var(--font-size10);
    line-height: 1;
  }
  .trial-contents .tab-box .table_box table .sticky_row h5 {
    font-size: var(--font-size14);
    line-height: 1.2;
  }
  .trial-contents .tab-box .table_box table .sticky_row h5 span {
    font-size: var(--font-size11);
  }
  .trial-contents .tab-box .table_box table td p {
    width: 100%;
    max-width: 110px;
    padding: 5px 3px;
    font-size: var(--font-size13);
  }
  .trial-contents .tab-box .table_box table td p:before {
    width: 11.85px;
    height: 9.43px;
    margin: 0 1px 3px 0;
  }

  .trial-contents .trouble {
    padding: 25px 0;
  }
  .trial-contents .trouble h2 {
    font-size: var(--font-size15);
  }
  .trial-contents .trouble p {
    width: 84.77%;
    margin: auto;
    font-size: var(--font-size13);
    line-height: 1.5;
    text-align: left;
  }
}
/* ====================================================
qa-contents
==================================================== */
.qa-contents {
  padding: 120px 0 165px;
}
.qa-contents .tlt {
  margin-bottom: 35px;
}
.qa-contents .tlt figure {
  width: 61.66px;
}
@media screen and (max-width: 767px) {
  .qa-contents {
    padding: 100px 0 80px;
  }
  .qa-contents .tlt figure {
    width: 40.32px;
  }
}
