@charset "UTF-8";
.section-kenshin-examinations .examinations-content {
  background-color: #f6f1ec;
}
.section-kenshin-examinations .content-bold {
  font-weight: 700;
}
.section-kenshin-examinations .list-common-check .list-item::before {
  width: 0.2rem;
  height: 0.2rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-kenshin-examinations {
    padding-top: 0.59rem;
  }
  .section-kenshin-examinations .title-common-primary {
    margin-bottom: 0.29rem;
  }
  .section-kenshin-examinations .examinations-content {
    margin: 0 -0.25rem;
    padding: 0.1rem 0.25rem 0.14rem;
  }
  .section-kenshin-examinations .list-common-check {
    margin-bottom: 0.49rem;
  }
  .section-kenshin-examinations .list-common-check .list-item {
    margin-bottom: 0.08rem;
    padding-left: 0.32rem;
  }
  .section-kenshin-examinations .list-common-check .list-item::before {
    top: 0.01rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-kenshin-examinations {
    padding: 89px 0 40px;
  }
  .section-kenshin-examinations .title-common-primary {
    margin-bottom: 46px;
  }
  .section-kenshin-examinations .content-bold.is-tel {
    pointer-events: none;
  }
  .section-kenshin-examinations .examinations-content {
    padding: 20px 30px 21px;
  }
  .section-kenshin-examinations .list-common-check {
    margin-bottom: 28px;
  }
  .section-kenshin-examinations .list-common-check .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .section-kenshin-examinations .list-common-check .list-item {
    padding-left: 30px;
    font-size: 0.2rem;
  }
  .section-kenshin-examinations .list-common-check .list-item::before {
    top: 4px;
  }
  .section-kenshin-examinations .list-common-check li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 220px;
    margin-right: 10px;
  }
  .section-kenshin-examinations .list-common-check li:nth-child(5n) {
    margin-right: 0;
  }
}
.section-kenshin-details .check-term {
  font-weight: 700;
}
.section-kenshin-details .notice-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #0d92d2;
  font-weight: 700;
}
.section-kenshin-details .notice-description {
  display: block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-kenshin-details {
    padding-top: 0.79rem;
  }
  .section-kenshin-details .title-common-primary {
    margin-bottom: 0.41rem;
  }
  .is-android .section-kenshin-details .check-term {
    font-weight: 400;
    -webkit-text-stroke: 0.005rem;
  }
  .section-kenshin-details .information-notice-list {
    margin-top: 0.11rem;
  }
  .section-kenshin-details .information-notice-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-kenshin-details .information-notice-list,
  .section-kenshin-details .information-check-list {
    margin-bottom: 0.1rem;
  }
  .section-kenshin-details .notice-heading {
    min-width: 1.84rem;
    margin-bottom: 0.1rem;
    padding: 0.02rem 0.15rem 0.01rem;
    line-height: 1.7;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-kenshin-details {
    padding: 80px 0 10px;
  }
  .section-kenshin-details .title-common-primary {
    margin-bottom: 62px;
  }
  .section-kenshin-details .information-check-list,
  .section-kenshin-details .information-notice-list {
    margin-bottom: 19px;
  }
  .section-kenshin-details .information-notice-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-kenshin-details .notice-heading {
    width: 184px;
    min-height: 62px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .section-kenshin-details .notice-description {
    padding: 9px 0 0 20px;
  }
}
.information-course-table {
  overflow: hidden;
  border-collapse: collapse;
}
.information-course-table td,
.information-course-table th {
  position: relative;
  border: none;
  color: #004b69;
}
.information-course-table td::before, .information-course-table td::after,
.information-course-table th::before,
.information-course-table th::after {
  content: "";
  position: absolute;
  top: -0.03rem;
  bottom: 0;
}
.information-course-table td::before,
.information-course-table th::before {
  left: 0;
  border-left: 1px dashed #095888;
}
.information-course-table td::after,
.information-course-table th::after {
  right: -1px;
  border-right: 1px dashed #095888;
}
.information-course-table thead {
  background-color: #c4e6f6;
}
.information-course-table thead th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
}
.information-course-table thead th:not(:first-child) {
  text-align: center;
}
.information-course-table thead th:first-child {
  border-left: 0;
}
.information-course-table thead th:first-child::before, .information-course-table thead th:first-child::after {
  display: none;
}
.information-course-table thead th:last-child {
  border-right: 0;
}
.information-course-table thead th:last-child::before, .information-course-table thead th:last-child::after {
  display: none;
}
.information-course-table tbody tr {
  border-bottom: 1px solid #095888;
}
.information-course-table tbody tr:first-child {
  border-bottom: 0;
  background-color: #f6f1ec;
}
.information-course-table tbody tr:first-child th,
.information-course-table tbody tr:first-child td {
  border-top: 0;
  border-bottom: 0;
}
.information-course-table tbody tr:first-child th {
  font-weight: 700;
}
.information-course-table tbody tr:nth-child(2) th,
.information-course-table tbody tr:nth-child(2) td {
  border-top: 0;
  border-bottom: 0;
}
.information-course-table tbody th {
  border-left: 0;
  font-weight: 500;
}
.information-course-table tbody th:first-child::before, .information-course-table tbody th:first-child::after {
  display: none;
}
.information-course-table tbody td {
  text-align: center;
}
.information-course-table tbody td:last-child {
  border-right: 0;
}
.information-course-table tbody td:last-child::before, .information-course-table tbody td:last-child::after {
  display: none;
}
.information-course-table .table-dot,
.information-course-table .table-line {
  display: block;
  position: relative;
  margin: 0 auto;
}
.information-course-table .table-dot {
  border-radius: 100%;
  background-color: #0d92d2;
}
.information-course-table .table-line {
  height: 0.02rem;
  background-color: #095888;
}
.information-course-table .table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-course-table .accordion-content {
  line-height: 1.6;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .information-course-table {
    margin-top: 0.2rem;
    overflow: unset;
  }
  .information-course-table thead th {
    width: 0.76rem;
    padding: 0.1rem;
  }
  .information-course-table thead th:first-child {
    width: 0.97rem;
    font-size: 0.16rem;
  }
  .information-course-table tbody th,
  .information-course-table tbody td {
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .information-course-table tbody tr:first-child th {
    padding: 0.19rem 0.1rem 0.16rem;
  }
  .information-course-table tbody tr:not(:first-child) th,
  .information-course-table tbody tr:not(:first-child) td {
    padding: 0.06rem 0.02rem 0.05rem 0.1rem;
  }
  .is-ios .information-course-table tbody tr td {
    padding-right: 0.02rem;
    padding-left: 0.02rem;
  }
  .information-course-table th::before,
  .information-course-table td::before {
    top: 1px;
    left: -1px;
  }
  .information-course-table th::after,
  .information-course-table td::after {
    top: 1px;
    right: 0;
  }
  .information-course-table .table-heading {
    min-height: 0.59rem;
  }
  .information-course-table .table-dot {
    left: -0.04rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .information-course-table .table-line {
    left: -0.04rem;
    width: 0.2rem;
  }
  .information-course-table .table-accordion {
    position: relative;
    padding-top: 0.07rem;
    padding-bottom: 0.08rem;
  }
  .information-course-table .table-accordion.is-active .accordion-main::after {
    top: 0.07rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .information-course-table .accordion-main {
    position: relative;
    margin: 0.06rem 0.04rem 0 -0.03rem;
    padding: 0 0.2rem 0 0.1rem;
    border-radius: 0.02rem;
    background-color: #daedf7;
    color: #095888;
    font-weight: 700;
  }
  .information-course-table .accordion-main::after {
    content: "";
    position: absolute;
    top: 0.08rem;
    right: 0.09rem;
    width: 0.1rem;
    height: 0.05rem;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_06.svg") no-repeat center 100%/100%;
  }
  .information-course-table .accordion-main.is-active::after {
    top: 0.06rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .information-course-table .accordion-main,
  .information-course-table .accordion-content {
    font-size: 0.12rem;
    line-height: 1.6;
  }
  .information-course-table .accordion-content {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0.6rem;
    right: 0;
    left: -0.1rem;
    width: 3.15rem;
    min-height: 0.95rem;
    padding: 0.2rem;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    background: #f2fbff;
    -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.1);
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .information-course-table .accordion-content.is-active {
    visibility: visible;
    opacity: 1;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .information-course-table {
    margin-top: 30px;
  }
  .information-course-table td,
  .information-course-table th {
    padding: 9px 29px;
  }
  .information-course-table thead th {
    width: 200px;
  }
  .information-course-table thead th:first-child {
    width: 47.3%;
    font-size: 0.18rem;
  }
  .information-course-table tbody tr:first-child th {
    font-size: 0.18rem;
  }
  .information-course-table .table-line {
    top: 1px;
    width: 22px;
  }
  .information-course-table .table-dot {
    width: 28px;
    height: 28px;
  }
  .information-course-table .table-heading {
    min-height: 46px;
  }
  .information-course-table .table-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 47px;
  }
  .information-course-table .accordion-heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 113px;
  }
  .information-course-table .accordion-content {
    font-size: 0.14rem;
  }
}
.section-kenshin-precautions {
  position: relative;
  border-bottom: 1px solid #0d92d2;
}
.section-kenshin-precautions .precautions-anchor {
  position: absolute;
}
.section-kenshin-precautions .precautions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-kenshin-precautions .precautions-item {
  position: relative;
}
.section-kenshin-precautions .precautions-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.015rem;
  background: url("../img/kenshin/precautions_line.png") repeat-x center 100%/auto 0.015rem;
}
.section-kenshin-precautions .precautions-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.section-kenshin-precautions .heading-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 100%;
}
.section-kenshin-precautions .precautions-text p:last-child {
  margin-bottom: 0;
}
.section-kenshin-precautions .text-bold {
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-kenshin-precautions {
    padding: 0.45rem 0 1rem;
  }
  .section-kenshin-precautions .precautions-anchor {
    top: -30px;
  }
  .section-kenshin-precautions .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-kenshin-precautions .precautions-inner {
    padding: 0.04rem 0 0.3rem;
    background: url("../img/kenshin/sp/precautions_bg.png") repeat top/auto 6.93rem;
  }
  .section-kenshin-precautions .precautions-item.is-active .precautions-heading::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .section-kenshin-precautions .precautions-heading {
    position: relative;
    padding: 0.1rem 0;
    cursor: pointer;
  }
  .section-kenshin-precautions .precautions-heading::after {
    content: "";
    position: absolute;
    top: 0.3rem;
    right: 0.15rem;
    width: 0.14rem;
    height: 0.08rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_06.svg") no-repeat center 100%/100%;
  }
  .section-kenshin-precautions .heading-icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.12rem;
  }
  .section-kenshin-precautions .precautions-content {
    display: none;
  }
  .section-kenshin-precautions .precautions-text {
    padding-top: 0.11rem;
    padding-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-kenshin-precautions {
    padding: 86px 0 178px;
  }
  .section-kenshin-precautions .precautions-anchor {
    top: 0;
  }
  .section-kenshin-precautions .title-common-primary {
    margin-bottom: 50px;
  }
  .section-kenshin-precautions .precautions-inner {
    background: url("../img/kenshin/precautions_bg.png") repeat center/auto 840px;
  }
  .section-kenshin-precautions .precautions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    padding: 29px 0;
  }
  .section-kenshin-precautions .precautions-item:last-child::after {
    display: none;
  }
  .section-kenshin-precautions .precautions-heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 316px;
    margin-right: 20px;
    font-size: 0.18rem;
    pointer-events: none;
  }
  .section-kenshin-precautions .heading-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .section-kenshin-precautions .precautions-content {
    display: block !important;
  }
}
/*# sourceMappingURL=kenshin.css.map */