@charset "UTF-8";
.section.qa {
  padding-top: 30px;
  margin-bottom: 90px;
}
.section.qa .tab_sec {
  padding: 0;
}
@media (min-width: 769px) {
  .section.qa .tab_sec {
    padding: 0;
  }
}
.section.qa .tab_sec li a {
  padding: 18px 18px 18px 0;
}
@media (min-width: 769px) {
  .section.qa .tab_sec li a {
    font-size: clamp(1.2rem, 2.4vw, 1.5rem);
    padding: 16px 2.6vw 16px 12px;
  }
}
@media (min-width: 1440px) {
  .section.qa .tab_sec li a {
    font-size: 1.8rem;
  }
}
.section.qa .tab_sec li a::before {
  right: 10px;
}
@media (min-width: 769px) {
  .section.qa .tab_sec li a::before {
    right: 14px;
  }
}

.section.app {
  margin-top: -130px;
  padding: 130px 0 0 0;
}
.section.app .notice {
  color: #e32222;
  font-weight: bold;
}
.section.app.jn .ttl_bold, .section.app.sn .ttl_bold {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.section.app.jn .sub_ttl, .section.app.sn .sub_ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 30px 0 10px;
}
@media (min-width: 769px) {
  .section.app.jn .sub_ttl, .section.app.sn .sub_ttl {
    font-size: 2rem;
    margin-top: 40px;
  }
}
.section.app.jn .ttl, .section.app.sn .ttl {
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.app.jn .ttl, .section.app.sn .ttl {
    font-size: 2rem;
  }
}
.section.app.jn h3, .section.app.jn h4, .section.app.sn h3, .section.app.sn h4 {
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.app.jn .wrap p, .section.app.sn .wrap p {
    margin-left: 20px;
  }
}
.section.app.jn .wrap ul, .section.app.sn .wrap ul {
  margin-top: 0;
}
@media (min-width: 769px) {
  .section.app.jn .wrap ul, .section.app.sn .wrap ul {
    margin-left: 30px;
  }
}
.section.app.jn .wrap ul li, .section.app.sn .wrap ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}
.section.app.jn .exam_howto, .section.app.sn .exam_howto {
  margin-bottom: 20px;
}
.section.app.jn .exam_howto ul, .section.app.sn .exam_howto ul {
  margin-top: 0;
}
.section.app.jn .exam_howto p, .section.app.sn .exam_howto p {
  margin-left: 1.2em;
}
.section.app.jn .exam_howto .wrap_howto h4, .section.app.sn .exam_howto .wrap_howto h4 {
  margin: 20px 0 10px;
}
@media (min-width: 769px) {
  .section.app.jn .exam_howto .wrap_howto h4, .section.app.sn .exam_howto .wrap_howto h4 {
    font-size: 1.8rem;
  }
}
.section.app.jn .exam_howto .wrap_howto h4::before, .section.app.sn .exam_howto .wrap_howto h4::before {
  content: "■";
}
.section.app.jn .exam_howto .wrap_howto h4.unsquare::before, .section.app.sn .exam_howto .wrap_howto h4.unsquare::before {
  content: "";
}
@media (min-width: 769px) {
  .section.app.jn .exam_howto .wrap_howto, .section.app.sn .exam_howto .wrap_howto {
    margin-left: 30px;
  }
}
.section.app.jn .exam_howto .wrap_howto ul, .section.app.sn .exam_howto .wrap_howto ul {
  margin-bottom: 20px;
}
.section.app.jn .exam_howto .wrap_howto ul li, .section.app.sn .exam_howto .wrap_howto ul li {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .section.app.jn .exam_howto .wrap_howto ul li, .section.app.sn .exam_howto .wrap_howto ul li {
    margin-bottom: 15px;
  }
}
.section.app.jn i, .section.app.sn i {
  font-style: normal;
  display: block;
  text-align: center;
}
@media (min-width: 769px) {
  .section.app.jn i, .section.app.sn i {
    display: inline-block;
  }
}
.section.app.jn .info li span:first-of-type, .section.app.sn .info li span:first-of-type {
  padding-right: 10px;
}
.section.app.jn .bold, .section.app.sn .bold {
  font-weight: bold;
}
.section.app.jn .gansyo_wrap .info li, .section.app.sn .gansyo_wrap .info li {
  line-height: 2;
}
.section.app.jn .gansyo_wrap .info li:not(:first-of-type), .section.app.sn .gansyo_wrap .info li:not(:first-of-type) {
  margin-top: 10px;
}
.section.app.jn .outer_wrap, .section.app.sn .outer_wrap {
  max-width: 1100px;
  margin: 0 auto 100px;
}
.section.app table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.test span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .test span {
  font-size: 12px;
  }
}
@media (max-width: 480px) {
  .test span {
  display: block;
  }
}
@media (min-width: 769px) {
  .section.app table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #ccc;
  }
  .section.app table tr.last_tr {
    border-bottom: none;
  }
}
.section.app table tr:last-of-type {
  border-bottom: none;
}
.section.app table tr th {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.app table tr th {
    height: unset;
    font-size: 1.6rem;
  }
}
.section.app table tr td {
  width: 100%;
  padding: 25px 10px;
}
@media (min-width: 769px) {
  .section.app table tr td {
    padding: 25px;
  }
}
.section.app table tr td .bold {
  font-weight: bold;
}
.section.app table tr td .exam {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 769px) {
  .section.app table tr td .exam {
    max-width: 450px;
  }
}
.section.app table tr td .exam tr {
  width: 100%;
  display: table;
  border-bottom: #f7f7f7 2px solid;
}
.section.app table tr td .exam tr td {
  background: #fff;
  padding: 5px;
}
.section.app table tr td .exam tr td:first-of-type {
  width: 150px;
  border-right: 2px solid #f7f7f7;
}
.section.app table tr td .exam tr td:last-of-type {
  width: calc(100% - 150px);
  padding-left: 20px;
}
.section.app table tr td p {
  margin-bottom: 5px;
}
.section.app table tr td .fs20 {
  font-size: 2rem;
}
.section.app table tr td .btm10 {
  margin-bottom: 10px;
}
.section.app table tr td .top10 {
  margin-top: 10px;
}
.section.app table tr td .time_schedule_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .section.app table tr td .time_schedule_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section.app table tr td .time_schedule_wrap table {
  display: table;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .section.app table tr td .time_schedule_wrap table {
    margin: 0;
  }
}
.section.app table tr td .time_schedule_wrap table tr {
  display: table-row-group;
}
.section.app table tr td .time_schedule_wrap table tr th {
  font-weight: normal;
  text-align: center;
}
.section.app table tr td .time_schedule_wrap table tr th, .section.app table tr td .time_schedule_wrap table tr td {
  vertical-align: middle;
  padding: 5px 20px;
  border: solid 1px #ccc;
  display: table-cell;
  white-space: nowrap;
}
.section.app table tr td .time_schedule_wrap table tr th span, .section.app table tr td .time_schedule_wrap table tr td span {
  width: 5em;
  display: inline-block;
}
.section.app table tr td .time_schedule_wrap table + table {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .section.app table tr td .time_schedule_wrap table + table {
    margin-left: 0px;
    margin-top: 0;
    border-right: none;
  }
}
@media (min-width: 769px) {
  .section.app table tr td .time_schedule_wrap table + table td, .section.app table tr td .time_schedule_wrap table + table th {
    border-left: none;
  }
}
.section.app table.course {
  margin-bottom: 5px;
}
.section.app table.course ul {
  margin-top: 0;
}
.section.app table.course tr {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.section.app table.course tr th {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.app table.course tr th.spcl {
  background: #804798;
}
.section.app table.course tr th.toku {
  background: #23B8C5;
}
.section.app table.course tr th.sogo {
  background: #3BC700;
}
@media (min-width: 769px) {
  .section.app table.course tr th {
    width: 257px;
    font-size: 2rem;
  }
}
.section.app table.course tr td ul li {
  line-height: 1.6;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}
.section.app table.course tr td ul li:last-of-type {
  margin-bottom: 0;
}
.section.app table.course tr td ul + p {
  margin: 20px 0 0 20px;
}
@media (min-width: 769px) {
  .section.app table.course tr td ul + p {
    margin-left: 30px;
  }
}
@media (min-width: 769px) {
  .section.app table.course tr td {
    width: calc(100% - 257px);
  }
}
.section.app table.jn, .section.app table.sn {
  width: 100%;
}
.section.app table.jn.top, .section.app table.sn.top {
  margin-bottom: 50px;
  border: solid 1px #ccc;
}
@media (min-width: 769px) {
  .section.app table.jn.top, .section.app table.sn.top {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .section.app table.jn.top tr th, .section.app table.sn.top tr th {
    width: 140px;
  }
  .section.app table.jn.top tr td, .section.app table.sn.top tr td {
    width: calc(100% - 140px);
  }
}
.section.app table.jn.top .teiin span, .section.app table.sn.top .teiin span {
  padding-left: 10px;
}
.section.app table.jn.top .idt, .section.app table.sn.top .idt {
  padding: 0 20px;
  max-width: 666px;
}
.section.app table.jn.top .period span, .section.app table.sn.top .period span {
  display: block;
}
@media (min-width: 769px) {
  .section.app table.jn.top .period span, .section.app table.sn.top .period span {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .section.app table.jn tr th, .section.app table.jn tr td, .section.app table.sn tr th, .section.app table.sn tr td {
    font-size: 1.4rem;
  }
  .section.app table.jn tr th, .section.app table.sn tr th {
    width: 140px;
  }
}
.section.app table.jn tr th, .section.app table.sn tr th {
  background: #efefef;
}
@media (min-width: 769px) {
  .section.app table.jn tr th, .section.app table.sn tr th {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.section.app table.jn tr td .under, .section.app table.sn tr td .under {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .section.app table.jn tr td, .section.app table.sn tr td {
    width: calc(100% - 200px);
  }
}
.section.app table.jn tr td .type, .section.app table.sn tr td .type {
  background: #f7f7f7;
  width: 113px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (min-width: 769px) {
  .section.app table.jn tr td .type, .section.app table.sn tr td .type {
    height: 40px;
  }
}
.section.app table.jn tr td .schedule, .section.app table.sn tr td .schedule {
  margin: 20px 0 20px 20px;
}
@media (min-width: 769px) {
  .section.app table.jn tr td .schedule, .section.app table.sn tr td .schedule {
    margin: 0;
  }
}
.section.app table.jn tr td .col__wrap, .section.app table.sn tr td .col__wrap {
  display: block;
  width: 100%;
}
.section.app table.jn tr td .col__wrap.exam_type .col__box, .section.app table.sn tr td .col__wrap.exam_type .col__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.app table.jn tr td .col__wrap.exam_type .col__box p span:not(:first-of-type), .section.app table.sn tr td .col__wrap.exam_type .col__box p span:not(:first-of-type) {
  padding-left: 10px;
}
.section.app table.jn tr td .col__wrap .col__box, .section.app table.sn tr td .col__wrap .col__box {
  width: 100%;
  border: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 769px) {
  .section.app table.jn tr td .col__wrap .col__box, .section.app table.sn tr td .col__wrap .col__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section.app table.jn tr td .col__wrap .col__box .date, .section.app table.sn tr td .col__wrap .col__box .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 10px 20px;
}
.section.app table.jn tr td .col__wrap .col__box .date .year, .section.app table.sn tr td .col__wrap .col__box .date .year {
  margin-right: 10px;
}
@media (min-width: 769px) {
  .section.app table.jn tr td .col__wrap .col__box .date, .section.app table.sn tr td .col__wrap .col__box .date {
    margin: 0;
  }
  .section.app table.jn tr td .col__wrap .col__box .date p, .section.app table.sn tr td .col__wrap .col__box .date p {
    margin-left: 20px;
  }
  .section.app table.jn tr td .col__wrap .col__box .date p.year, .section.app table.sn tr td .col__wrap .col__box .date p.year {
    margin: 0;
  }
}
.section.app table.jn + p, .section.app table.sn + p {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .section.app table.jn + p, .section.app table.sn + p {
    margin-top: 20px;
  }
}
.section.app ul li::before {
  content: "・";
}
.section.app .ttl__bdr.under {
  font-size: 2rem;
  margin: 0 0 40px;
}
@media (min-width: 769px) {
  .section.app .ttl__bdr.under {
    font-size: 2.4rem;
    margin: 0 0 50px;
  }
}
.section.app .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.section.app .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
@media (min-width: 769px) {
  .section.app .box {
    margin: 50px 0;
  }
}
.section.app .box h2 {
  margin-bottom: 20px;
}
.section.app .box.icon {
  display: block;
}
.section.app .box.pay {
  max-width: 900px;
  border: 1px solid #ccc;
  margin: 30px auto 50px;
}
.section.app .box.pay h2 {
  background: #f7f7f7;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .section.app .box.pay h2 {
    font-size: 2rem;
  }
}
.section.app .box.pay ol {
  list-style-type: decimal;
  padding: 20px;
}
.section.app .box.pay ol.abc {
  list-style: none;
}
.section.app .box.pay ol.abc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.section.app .box.pay ol.abc li span {
  font-weight: normal;
}
.section.app .box.pay ol.abc li b {
  border: 1px solid #ccc;
  padding: 2px;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.app .box.pay ol.abc li b {
    margin-right: 20px;
    font-size: 1.8rem;
  }
}
.section.app .box.pay ol.abc li p {
  width: calc(100% - 50px);
  padding-right: 10px;
}
.section.app .wrap {
  margin-bottom: 30px;
  line-height: 1.6;
}
.section.app .wrap p {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .section.app .wrap ol, .section.app .wrap ul {
    margin-left: 20px;
  }
}
.section.app .wrap ol {
  list-style: decimal;
  margin-left: 20px;
}
@media (min-width: 769px) {
  .section.app .wrap ol {
    margin-left: 50px;
  }
}
.section.app .wrap .yubin {
  margin: 10px 0 0 20px;
}
.section.app .wrap .coution {
  font-weight: bold;
  color: #55a1ff;
}
.section.app .wrap.net strong {
  padding-left: 5px;
  font-weight: 500;
}
.section.app .wrap .net_app_notice {
  margin-top: 10px;
}
.section.app .col__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 769px) {
  .section.app .col__wrap.course {
    margin-bottom: 20px;
  }
}
.section.app .col__wrap .col__box {
  width: 48%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
}
.section.app .col__wrap .col__box .img {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.section.app .col__wrap .col__box .img img {
  width: 100%;
  max-height: 50px;
}
.section.app .col__wrap .col__box .txt {
  text-align: center;
  padding: 10px 5px;
}
@media (min-width: 769px) {
  .section.app .col__wrap .col__box .txt {
    padding: 20px 5px;
  }
}
@media (max-width: 768px) {
  .section.app .col__wrap .col__box:last-of-type {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .section.app .col__wrap .col__box {
    width: 19.5%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.section.app .col__wrap .col__box.course {
  border-radius: 0;
  border: 1px solid #ccc;
  width: 100%;
}
@media (min-width: 769px) {
  .section.app .col__wrap .col__box.course {
    width: 48%;
  }
}
.section.app .col__wrap .col__box.course h4 {
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .section.app .col__wrap .col__box.course h4 {
    height: 60px;
    font-size: 2.2rem;
  }
}
.section.app .col__wrap .col__box.course h4.spcl {
  background: #804798;
}
.section.app .col__wrap .col__box.course h4.toku {
  background: #23B8C5;
}
.section.app .col__wrap .col__box.course ul {
  padding: 10px 10px 0 10px;
}
.section.app .col__wrap .col__box.course ul li {
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (min-width: 769px) {
  .section.app .col__wrap .col__box.course ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .section.app .col__wrap .col__box.course ul {
    padding: 20px 20px 0 20px;
  }
}
.section.app .howto_wrap {
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}
.section.app .howto_wrap .howto_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .section.app .howto_wrap .howto_ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.section.app .howto_wrap .howto_ttl.jn {
  color: #3bc700;
}
.section.app .howto_wrap .howto_ttl.sn {
  color: #0054bb;
}
.section.app .howto_wrap p {
  padding: 15px 0;
  text-align: left;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .section.app .howto_wrap p {
    font-size: 1.4rem;
  }
}
.section.app .scroll {
  overflow-x: scroll;
}
.section.app .scroll img {
  max-width: 1000px;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 769px) {
  .section.app .scroll {
    text-align: center;
    width: 100%;
    overflow-x: unset;
  }
  .section.app .scroll img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .section.app .switch.sp {
    display: none;
  }
}
.section.app .switch.pc {
  display: none;
}
@media (min-width: 769px) {
  .section.app .switch.pc {
    display: block;
  }
}
.section.app .btnArea {
  margin-top: 20px;
}
.section.app .btnArea .pdf {
  padding: 20px 40px 20px 20px;
  border: solid 1px #ccc;
  display: inline-block;
  background: url("../img/common/icon_pdf_r.svg") no-repeat 94% center;
}
@media (min-width: 769px) {
  .section.app .btnArea .pdf:hover {
    opacity: 0.8;
  }
}

/* 2025/06/05追記 */
.text_ind{
  margin-left: 2.2em !important;
}