@charset "UTF-8";
.s-course-icon, .s-course-icon--data, .s-course-icon--clinical, .s-course-icon--animal, .s-course-icon--medical, .s-course-icon--frontier {
  display: inline-block;
  background: #333;
  color: #fff;
  margin: 0;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 1rem;
  background: #ccc;
  line-height: 1.4;
}
@media print, screen and (min-width: 701px) {
  .s-course-icon, .s-course-icon--data, .s-course-icon--clinical, .s-course-icon--animal, .s-course-icon--medical, .s-course-icon--frontier {
    font-size: 0.75rem;
  }
}

.s-course-icon--frontier {
  background: #E94E6D;
}

.s-course-icon--medical {
  background: #00A2E4;
}

.s-course-icon--animal {
  background: #82BF25;
}

.s-course-icon--clinical {
  background: #8C64A8;
}

.s-course-icon--data {
  background: #0D57A7;
}

.s-color--recommendation .p-ordered-list__item::before {
  background: #007984;
}
.s-color--recommendation .p-table thead tr:nth-child(n) th {
  background: #007984;
  color: #fff;
}
.s-color--recommendation .p-table tbody th {
  background: #EEFAE7;
  border-right: none;
  border-bottom-color: #fff;
}
.s-color--recommendation .p-table tbody tr:last-child th {
  border-bottom-color: #E2E2E2;
}
.s-color--recommendation .p-table tbody td {
  border-left: none;
}
@media print, screen and (min-width: 701px) {
  .s-color--recommendation .p-table th,
.s-color--recommendation .p-table td {
    font-size: 1rem;
  }
}

.s-color--integration .p-ordered-list__item::before {
  background: #5953AC;
}
.s-color--integration .p-table thead tr:nth-child(n) th {
  background: #5953AC;
  color: #fff;
}
.s-color--integration .p-table tbody th {
  background: #ECECFC;
  border-right: none;
  border-bottom-color: #fff;
}
.s-color--integration .p-table tbody tr:last-child th {
  border-bottom-color: #E2E2E2;
}
.s-color--integration .p-table tbody td {
  border-left: none;
}
@media print, screen and (min-width: 701px) {
  .s-color--integration .p-table th,
.s-color--integration .p-table td {
    font-size: 1rem;
  }
}

.s-color--general .p-ordered-list__item::before {
  background: #BE3369;
}
.s-color--general .p-table thead tr:nth-child(n) th {
  background: #BE3369;
  color: #fff;
}
.s-color--general .p-table tbody th {
  background: #FDEDF3;
  border-right: none;
  border-bottom-color: #fff;
}
.s-color--general .p-table tbody tr:last-child th {
  border-bottom-color: #E2E2E2;
}
.s-color--general .p-table tbody td {
  border-left: none;
}
@media print, screen and (min-width: 701px) {
  .s-color--general .p-table th,
.s-color--general .p-table td {
    font-size: 1rem;
  }
}

.s-color--common .p-ordered-list__item::before {
  background: #BF3C3C;
}
.s-color--common .p-table thead tr:nth-child(n) th {
  background: #BF3C3C;
  color: #fff;
}
.s-color--common .p-table tbody th {
  background: #FAEAE4;
  border-right: none;
  border-bottom-color: #fff;
}
.s-color--common .p-table tbody tr:last-child th {
  border-bottom-color: #E2E2E2;
}
.s-color--common .p-table tbody td {
  border-left: none;
}
@media print, screen and (min-width: 701px) {
  .s-color--common .p-table th,
.s-color--common .p-table td {
    font-size: 1rem;
  }
}

.s-color--other .p-ordered-list__item::before {
  background: #9D7E00;
}
.s-color--other .p-table thead tr:nth-child(n) th {
  background: #9D7E00;
  color: #fff;
}
.s-color--other .p-table tbody th {
  background: #FAF8DA;
  border-right: none;
  border-bottom-color: #fff;
}
.s-color--other .p-table tbody tr:last-child th {
  border-bottom-color: #E2E2E2;
}
.s-color--other .p-table tbody td {
  border-left: none;
}
@media print, screen and (min-width: 701px) {
  .s-color--other .p-table th,
.s-color--other .p-table td {
    font-size: 1rem;
  }
}

.s-schedule-table {
  border: solid #e2e2e2;
  border-width: 1px 1px 0 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-schedule-table colgroup:nth-child(1) {
  width: 15%;
}
.s-schedule-table colgroup:nth-child(2) {
  width: 15%;
}
.s-schedule-table colgroup:nth-child(3) {
  width: 70%;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table colgroup:nth-child(1) {
    width: 20%;
  }
  .s-schedule-table colgroup:nth-child(2) {
    width: 20%;
  }
  .s-schedule-table colgroup:nth-child(3) {
    width: 60%;
  }
}
.s-schedule-table th,
.s-schedule-table td {
  position: relative;
  height: 100%;
  border: solid #e2e2e2;
  border-width: 0 0 0 1px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-schedule-table tr:nth-child(odd) td {
  background-color: #F8F8F8;
  background-clip: padding-box;
}
.s-schedule-table th::after,
.s-schedule-table td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  z-index: 1;
}
tr:last-child .s-schedule-table::after {
  background-color: #E2E2E2;
}

.s-schedule-table__heading {
  padding: 5px;
  color: #003380;
  font-weight: normal;
  text-align: center;
  background: #f8f8f8;
  background-clip: padding-box;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.s-schedule-table__year {
  display: block;
}
div .s-schedule-table__year {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__year {
    font-size: 1.125rem;
  }
}

div .s-schedule-table__month {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__month {
    font-size: 0.9375rem;
  }
}

.s-schedule-table__month-num {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__month-num {
    font-size: 2.5rem;
  }
}

.s-schedule-table__date {
  padding: 5px 2px;
  color: #003380;
  font-weight: bold;
  font-size: 1.0833rem;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__date {
    padding-left: 20px;
    font-size: 0.9375rem;
    text-align: left;
  }
}

.s-schedule-table__description-wrap {
  padding: 0;
  position: relative;
}
.s-schedule-table tr:nth-child(n) .s-schedule-table__description-wrap {
  background-color: transparent;
}
tr:not(:last-child) .s-schedule-table__description-wrap::after {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: -o-repeating-linear-gradient(left, transparent, transparent 3px, rgb(226, 226, 226) 3px, rgb(226, 226, 226) 5px);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgb(226, 226, 226) 3px, rgb(226, 226, 226) 5px);
}

.s-schedule-table__description, .s-schedule-table__description--arrow-none-none, .s-schedule-table__description--arrow-none-bottom, .s-schedule-table__description--arrow-none-center, .s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-top, .s-schedule-table__description--arrow-bottom-none, .s-schedule-table__description--arrow-bottom-bottom, .s-schedule-table__description--arrow-bottom-center, .s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-top, .s-schedule-table__description--arrow-center-none, .s-schedule-table__description--arrow-center-bottom, .s-schedule-table__description--arrow-center-center, .s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-top, .s-schedule-table__description--arrow-top-none, .s-schedule-table__description--arrow-top-bottom, .s-schedule-table__description--arrow-top-center, .s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 15px 4px;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description, .s-schedule-table__description--arrow-none-none, .s-schedule-table__description--arrow-none-bottom, .s-schedule-table__description--arrow-none-center, .s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-top, .s-schedule-table__description--arrow-bottom-none, .s-schedule-table__description--arrow-bottom-bottom, .s-schedule-table__description--arrow-bottom-center, .s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-top, .s-schedule-table__description--arrow-center-none, .s-schedule-table__description--arrow-center-bottom, .s-schedule-table__description--arrow-center-center, .s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-top, .s-schedule-table__description--arrow-top-none, .s-schedule-table__description--arrow-top-bottom, .s-schedule-table__description--arrow-top-center, .s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-top {
    padding-left: 8px;
  }
}

.s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-top {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-top {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-top::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-top-top {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-top-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top-top {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-top-top::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-center {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-center {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-center::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-top-center {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-top-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top-center {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-top-center::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-bottom {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-bottom {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-bottom::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-top-bottom {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-top-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top-bottom {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-top-bottom::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-none {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top, .s-schedule-table__description--arrow-top-none {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-top::before, .s-schedule-table__description--arrow-top-none::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-top-none {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-top-none::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-top-none {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-top-none::after {
    left: 40px;
  }
}

.s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-top {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-top {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-top::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-center-top {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-center-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center-top {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-center-top::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-center {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-center {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-center::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-center-center {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-center-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center-center {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-center-center::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-bottom {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-bottom {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-bottom::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-center-bottom {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-center-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center-bottom {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-center-bottom::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-none {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center, .s-schedule-table__description--arrow-center-none {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-center::before, .s-schedule-table__description--arrow-center-none::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-center-none {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-center-none::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-center-none {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-center-none::after {
    left: 40px;
  }
}

.s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-top {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-top {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-top::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-bottom-top {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-bottom-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom-top {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-bottom-top::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-center {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-center {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-center::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-bottom-center {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-bottom-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom-center {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-bottom-center::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-bottom {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-bottom {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-bottom::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-bottom-bottom {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-bottom-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom-bottom {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-bottom-bottom::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-none {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom, .s-schedule-table__description--arrow-bottom-none {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-bottom::before, .s-schedule-table__description--arrow-bottom-none::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-bottom-none {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-bottom-none::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-bottom-none {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-bottom-none::after {
    left: 40px;
  }
}

.s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-top {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-top {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-top::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-none-top {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-none-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-top_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none-top {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-none-top::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-center {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-center {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-center::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-none-center {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-none-center::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-center_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none-center {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-none-center::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-bottom {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-bottom {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-bottom::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-none-bottom {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-none-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-bottom_01.png);
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none-bottom {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-none-bottom::after {
    left: 40px;
  }
}
.s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-none {
  padding-left: 42px;
}
.s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none, .s-schedule-table__description--arrow-none-none {
    padding-left: 50px;
  }
  .s-schedule-table__description--arrow-none::before, .s-schedule-table__description--arrow-none-none::before {
    left: 16px;
  }
}
.s-schedule-table__description--arrow-none-none {
  padding-left: 60px;
}
.s-schedule-table__description--arrow-none-none::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 14px;
  height: 100%;
  background-image: url(/wordpress/wp-content/themes/main/images/icons/schedule_icon_arrow-none_01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__description--arrow-none-none {
    padding-left: 68px;
  }
  .s-schedule-table__description--arrow-none-none::after {
    left: 40px;
  }
}

.s-schedule-table__icon {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
  }
}

.s-schedule-table__milestone, .s-color--other .s-schedule-table__milestone--result, .s-color--other .s-schedule-table__milestone--test-day, .s-color--other .s-schedule-table__milestone--period, .s-color--common .s-schedule-table__milestone--result, .s-color--common .s-schedule-table__milestone--test-day, .s-color--common .s-schedule-table__milestone--period, .s-color--general .s-schedule-table__milestone--result, .s-color--general .s-schedule-table__milestone--test-day, .s-color--general .s-schedule-table__milestone--period, .s-color--integration .s-schedule-table__milestone--result, .s-color--integration .s-schedule-table__milestone--test-day, .s-color--integration .s-schedule-table__milestone--period, .s-color--recommendation .s-schedule-table__milestone--result, .s-color--recommendation .s-schedule-table__milestone--test-day, .s-color--recommendation .s-schedule-table__milestone--period {
  display: inline-block;
  margin: 0;
  padding: 6px 15px;
  font-weight: bold;
  font-size: 1.0833rem;
  line-height: 1;
  vertical-align: middle;
  background: #ccc;
  border-radius: 200px;
}
@media print, screen and (min-width: 701px) {
  .s-schedule-table__milestone, .s-color--other .s-schedule-table__milestone--result, .s-color--other .s-schedule-table__milestone--test-day, .s-color--other .s-schedule-table__milestone--period, .s-color--common .s-schedule-table__milestone--result, .s-color--common .s-schedule-table__milestone--test-day, .s-color--common .s-schedule-table__milestone--period, .s-color--general .s-schedule-table__milestone--result, .s-color--general .s-schedule-table__milestone--test-day, .s-color--general .s-schedule-table__milestone--period, .s-color--integration .s-schedule-table__milestone--result, .s-color--integration .s-schedule-table__milestone--test-day, .s-color--integration .s-schedule-table__milestone--period, .s-color--recommendation .s-schedule-table__milestone--result, .s-color--recommendation .s-schedule-table__milestone--test-day, .s-color--recommendation .s-schedule-table__milestone--period {
    font-size: 0.9375rem;
  }
}

.s-color--recommendation .s-schedule-table__milestone--period {
  color: #007984;
  background: #EEFAE7;
}
.s-color--recommendation .s-schedule-table__milestone--test-day {
  color: #fff;
  background: #007984;
}
.s-color--recommendation .s-schedule-table__milestone--result {
  color: #007984;
  background: #fff;
  border: 1px solid;
}

.s-color--integration .s-schedule-table__milestone--period {
  color: #5953AC;
  background: #ECECFC;
}
.s-color--integration .s-schedule-table__milestone--test-day {
  color: #fff;
  background: #5953AC;
}
.s-color--integration .s-schedule-table__milestone--result {
  color: #5953AC;
  background: #fff;
  border: 1px solid;
}

.s-color--general .s-schedule-table__milestone--period {
  color: #BE3369;
  background: #FDEDF3;
}
.s-color--general .s-schedule-table__milestone--test-day {
  color: #fff;
  background: #BE3369;
}
.s-color--general .s-schedule-table__milestone--result {
  color: #BE3369;
  background: #fff;
  border: 1px solid;
}

.s-color--common .s-schedule-table__milestone--period {
  color: #BF3C3C;
  background: #FAEAE4;
}
.s-color--common .s-schedule-table__milestone--test-day {
  color: #fff;
  background: #BF3C3C;
}
.s-color--common .s-schedule-table__milestone--result {
  color: #BF3C3C;
  background: #fff;
  border: 1px solid;
}

.s-color--other .s-schedule-table__milestone--period {
  color: #9D7E00;
  background: #FAF8DA;
}
.s-color--other .s-schedule-table__milestone--test-day {
  color: #fff;
  background: #9D7E00;
}
.s-color--other .s-schedule-table__milestone--result {
  color: #9D7E00;
  background: #fff;
  border: 1px solid;
}

.s-test-contents-combination {
  position: relative;
  margin: 0 0 20px;
}

.s-test-contents-combination__list, .s-test-contents-combination__list--or, .s-test-contents-combination__list--or--4, .s-test-contents-combination__list--4, .s-test-contents-combination__list--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-combination__list, .s-test-contents-combination__list--or, .s-test-contents-combination__list--or--4, .s-test-contents-combination__list--4, .s-test-contents-combination__list--vertical {
    margin-bottom: 23px;
  }
}

.s-test-contents-combination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0 0 0 38px;
  color: #003380;
  text-align: center;
  line-height: 1.2;
  border: 6px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-test-contents-combination__item:first-child {
  margin-left: 0;
}
.s-test-contents-combination__item::before, .s-test-contents-combination__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 6px + 8px);
  width: 22px;
  height: 4px;
  background: #003380;
}
.s-test-contents-combination__item::after {
  top: calc(50% - 11px);
  right: calc(100% + 6px + 17px);
  width: 4px;
  height: 22px;
}
.s-test-contents-combination__item:first-child:before, .s-test-contents-combination__item:first-child::after {
  content: normal;
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-combination__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 fit-content;
            flex: 0 1 fit-content;
    min-width: 23%;
    margin-left: 90px;
  }
  .s-test-contents-combination__item::before {
    top: calc(50% - 3px);
    right: calc(100% + 6px + 30px);
    width: 30px;
    height: 6px;
  }
  .s-test-contents-combination__item::after {
    top: calc(50% - 15px);
    right: calc(100% + 6px + 42px);
    width: 6px;
    height: 30px;
  }
}

@media screen and (max-width: 700px) {
  .s-test-contents-combination__list--vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-test-contents-combination__list--vertical .s-test-contents-combination__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 38px;
    margin-left: 0;
  }
  .s-test-contents-combination__list--vertical .s-test-contents-combination__item:first-child {
    margin-top: 0;
  }
  .s-test-contents-combination__list--vertical .s-test-contents-combination__item::before {
    top: auto;
    right: auto;
    bottom: calc(100% + 6px + 17px);
    left: calc(50% - 11px);
  }
  .s-test-contents-combination__list--vertical .s-test-contents-combination__item::after {
    top: auto;
    right: auto;
    bottom: calc(100% + 6px + 8px);
    left: calc(50% - 2px);
  }
}

.s-test-contents-combination__list--4 .s-test-contents-combination__item, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item {
  margin-left: 10px;
}
.s-test-contents-combination__list--4 .s-test-contents-combination__item:first-child, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item:first-child {
  margin-left: 0;
}
.s-test-contents-combination__list--4 .s-test-contents-combination__item::before, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item::before {
  right: calc(100% + 6px - 6px);
}
.s-test-contents-combination__list--4 .s-test-contents-combination__item::after, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item::after {
  right: calc(100% + 6px + 3px);
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-combination__list--4 .s-test-contents-combination__item, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item {
    margin-left: 60px;
    min-width: 17%;
  }
}

.s-test-contents-combination__list--or .s-test-contents-combination__item::before, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item::before {
  content: "OR";
  width: 100%;
  height: auto;
  top: calc(50% - 0.6em);
  right: auto;
  left: -25px;
  font-size: 1.1667rem;
  white-space: nowrap;
  background: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.s-test-contents-combination__list--or .s-test-contents-combination__item::after, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item::after {
  content: normal;
}
.s-test-contents-combination__list--or .s-test-contents-combination__item:first-child::before, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item:first-child::before {
  content: normal;
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-combination__list--or .s-test-contents-combination__item::before, .s-test-contents-combination__list--or--4 .s-test-contents-combination__item::before {
    left: -51px;
    font-size: 1.25rem;
  }
}

.s-test-contents-combination__list--or--4 .s-test-contents-combination__item::before {
  right: auto;
  left: -11px;
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-combination__list--or--4 .s-test-contents-combination__item::before {
    left: -36px;
  }
}

.s-test-contents-card {
  line-height: 1.2;
  padding: 15px 5px;
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-card {
    padding: 30px 20px;
  }
}
.s-test-contents-card .s-test-contents-card__label {
  margin: 0 0 15px;
  font-size: 1.25rem;
  line-height: inherit;
}
.s-test-contents-card .s-test-contents-card__point {
  margin: 0 0 15px;
  font-size: 1.25rem;
  line-height: inherit;
}
.s-test-contents-card .s-test-contents-card__note {
  margin: 0 0 15px;
  line-height: inherit;
}
.s-test-contents-card .s-test-contents-card__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 25px 0 10px;
  line-height: inherit;
}
.s-test-contents-card .s-test-contents-card__time p {
  margin: 0 5px;
  padding: 8px 10px 0;
  border-top: 1px solid;
  line-height: inherit;
}
.s-test-contents-card .s-test-contents-card__time p:last-child {
  margin-bottom: 0;
}
.s-test-contents-card > :last-child {
  margin-bottom: 0;
}

.s-examination-legend-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .s-examination-legend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 35px;
  }
}
.s-examination-legend-list .s-examination-legend-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 8px;
}
@media print, screen and (min-width: 701px) {
  .s-examination-legend-list .s-examination-legend-list__item {
    margin-right: 30px;
  }
}
.s-examination-legend-list .s-examination-legend-list__term, .s-examination-legend-list .s-examination-legend-list__term--data, .s-examination-legend-list .s-examination-legend-list__term--clinical, .s-examination-legend-list .s-examination-legend-list__term--animal, .s-examination-legend-list .s-examination-legend-list__term--medical, .s-examination-legend-list .s-examination-legend-list__term--frontier {
  margin: 0 10px 0 0;
  padding: 2px 13px;
  color: #fff;
  font-size: 0.8333rem;
  white-space: nowrap;
  background: #ccc;
}
@media print, screen and (min-width: 701px) {
  .s-examination-legend-list .s-examination-legend-list__term, .s-examination-legend-list .s-examination-legend-list__term--data, .s-examination-legend-list .s-examination-legend-list__term--clinical, .s-examination-legend-list .s-examination-legend-list__term--animal, .s-examination-legend-list .s-examination-legend-list__term--medical, .s-examination-legend-list .s-examination-legend-list__term--frontier {
    font-size: 0.75rem;
  }
}
.s-examination-legend-list .s-examination-legend-list__term--frontier {
  background: #E94E6D;
}
.s-examination-legend-list .s-examination-legend-list__term--medical {
  background: #00A2E4;
}
.s-examination-legend-list .s-examination-legend-list__term--animal {
  background: #82BF25;
}
.s-examination-legend-list .s-examination-legend-list__term--clinical {
  background: #8C64A8;
}
.s-examination-legend-list .s-examination-legend-list__term--data {
  background: #0D57A7;
}
.s-examination-legend-list .s-examination-legend-list__description {
  margin: 0;
  font-size: 0.9167rem;
}
@media print, screen and (min-width: 701px) {
  .s-examination-legend-list .s-examination-legend-list__description {
    font-size: 0.75rem;
  }
}

.s-examination-box {
  margin: 0 0 16px;
  padding: 12px;
  background: #EFEFE5;
}
@media print, screen and (min-width: 701px) {
  .s-examination-box {
    margin: 0 0 25px;
    padding: 30px;
  }
}
.s-examination-box .s-examination-box__label {
  position: relative;
  margin: 7px 0 20px;
  padding: 0 0 12px;
  color: #333;
  font-size: 1.8333rem !important;
  text-align: center;
}
.s-examination-box .s-examination-box__label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.s-examination-box .s-examination-box__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  background: #333;
}
@media print, screen and (min-width: 701px) {
  .s-examination-box .s-examination-box__label {
    margin-top: 0;
    margin-bottom: 17px;
    padding-bottom: 20px;
    font-size: 1.75rem !important;
  }
  .s-examination-box .s-examination-box__label::after {
    width: 90px;
    left: calc(50% - 45px);
  }
}
.s-examination-box .s-examination-box__label-2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 130px;
  margin: 0 0 0 -12px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1rem !important;
  text-align: center;
  background: #003380;
}
.s-examination-box .s-examination-box__label-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat bottom right/100% 50.2%;
}
@media print, screen and (min-width: 701px) {
  .s-examination-box .s-examination-box__label-2 {
    min-width: 160px;
    margin: 0 0 0 -30px;
    padding: 6px 12px;
    font-size: 0.9375rem !important;
  }
}
.s-examination-box .s-examination-box__content {
  margin: 0 8px 20px;
  padding: 20px;
  background: #fff;
}
.s-examination-box .s-examination-box__content:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 701px) {
  .s-examination-box .s-examination-box__content {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 14%;
    padding-left: 14%;
  }
}
.s-color--recommendation .s-examination-box {
  background: #EEFAE7;
}
.s-color--recommendation .s-examination-box .s-examination-box__label {
  color: #007984;
}
.s-color--recommendation .s-examination-box .s-examination-box__label::after {
  background: #007984;
}
.s-color--recommendation .s-examination-box .s-examination-box__label-2 {
  background: #007984;
}
.s-color--recommendation .s-examination-box .s-examination-box__label-2::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #007984)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #007984)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat bottom right/100% 50.2%;
}
.s-color--integration .s-examination-box {
  background: #ECECFC;
}
.s-color--integration .s-examination-box .s-examination-box__label {
  color: #5953AC;
}
.s-color--integration .s-examination-box .s-examination-box__label::after {
  background: #5953AC;
}
.s-color--integration .s-examination-box .s-examination-box__label-2 {
  background: #5953AC;
}
.s-color--integration .s-examination-box .s-examination-box__label-2::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #5953AC)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #5953AC)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat bottom right/100% 50.2%;
}
.s-color--general .s-examination-box {
  background: #FDEDF3;
}
.s-color--general .s-examination-box .s-examination-box__label {
  color: #BE3369;
}
.s-color--general .s-examination-box .s-examination-box__label::after {
  background: #BE3369;
}
.s-color--general .s-examination-box .s-examination-box__label-2 {
  background: #BE3369;
}
.s-color--general .s-examination-box .s-examination-box__label-2::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BE3369)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BE3369)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat bottom right/100% 50.2%;
}
.s-color--common .s-examination-box {
  background: #FAEAE4;
}
.s-color--common .s-examination-box .s-examination-box__label {
  color: #BF3C3C;
}
.s-color--common .s-examination-box .s-examination-box__label::after {
  background: #BF3C3C;
}
.s-color--common .s-examination-box .s-examination-box__label-2 {
  background: #BF3C3C;
}
.s-color--common .s-examination-box .s-examination-box__label-2::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BF3C3C)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BF3C3C)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat bottom right/100% 50.2%;
}
.s-color--other .s-examination-box {
  background: #FAF8DA;
}
.s-color--other .s-examination-box .s-examination-box__label {
  color: #9D7E00;
}
.s-color--other .s-examination-box .s-examination-box__label::after {
  background: #9D7E00;
}
.s-color--other .s-examination-box .s-examination-box__label-2 {
  background: #9D7E00;
}
.s-color--other .s-examination-box .s-examination-box__label-2::after {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #9D7E00)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #9D7E00)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat bottom right/100% 50.2%;
}

.s-examination-point {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: bold;
}

.s-examination-point__item {
  position: relative;
  padding: 0 0 0 25px;
}
.s-examination-point__item::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 4px;
  color: #333;
  border-bottom: 4px solid;
  border-left: 4px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media print, screen and (min-width: 701px) {
  .s-examination-point__item {
    font-size: 1rem;
  }
  .s-examination-point__item::before {
    top: 0.6em;
  }
}
.s-examination-point__item .s-examination-point__note {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}
@media print, screen and (min-width: 701px) {
  .s-examination-point__item .s-examination-point__note {
    font-size: 0.875rem;
  }
}
.s-color--recommendation .s-examination-point__item::before {
  color: #007984;
}
.s-color--integration .s-examination-point__item::before {
  color: #5953AC;
}
.s-color--general .s-examination-point__item::before {
  color: #BE3369;
}
.s-color--common .s-examination-point__item::before {
  color: #BF3C3C;
}
.s-color--other .s-examination-point__item::before {
  color: #9D7E00;
}

.s-examination-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-examination-course__item {
  margin: 5px 5px 5px 0;
}
@media print, screen and (min-width: 701px) {
  .s-examination-course__item {
    margin-right: 10px;
  }
}

.s-examination-course__note {
  display: inline-block;
  font-size: 0.875rem;
}

.s-examination-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-examination-buttons {
    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;
    margin-top: 30px;
  }
}

.s-examination-buttons__item {
  margin: 0 0 10px;
  color: #333;
  font-weight: bold;
}
.s-examination-buttons__item:last-child {
  margin-bottom: 0;
}
.s-examination-buttons__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px 30px 15px 13px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid;
  border-left-width: 4px;
}
.s-examination-buttons__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 13px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-examination-buttons__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.6%;
            flex: 0 0 48.6%;
    margin-bottom: 2.8%;
  }
  .s-examination-buttons__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .s-examination-buttons__item a {
    padding-left: 20px;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .s-examination-buttons__item a:hover {
    color: #fff;
    background: #333;
  }
  .s-color--recommendation .s-examination-buttons__item a {
    border-color: #007984;
  }
  .s-color--recommendation .s-examination-buttons__item a:hover {
    background: #007984;
    border-color: #007984;
  }
  .s-color--integration .s-examination-buttons__item a {
    border-color: #5953AC;
  }
  .s-color--integration .s-examination-buttons__item a:hover {
    background: #5953AC;
    border-color: #5953AC;
  }
  .s-color--general .s-examination-buttons__item a {
    border-color: #BE3369;
  }
  .s-color--general .s-examination-buttons__item a:hover {
    background: #BE3369;
    border-color: #BE3369;
  }
  .s-color--common .s-examination-buttons__item a {
    border-color: #BF3C3C;
  }
  .s-color--common .s-examination-buttons__item a:hover {
    background: #BF3C3C;
    border-color: #BF3C3C;
  }
  .s-color--other .s-examination-buttons__item a {
    border-color: #9D7E00;
  }
  .s-color--other .s-examination-buttons__item a:hover {
    background: #9D7E00;
    border-color: #9D7E00;
  }
}
.s-examination-buttons__item .s-examination-buttons__label {
  margin: 0;
  font-size: 1.3333rem;
}
@media print, screen and (min-width: 701px) {
  .s-examination-buttons__item .s-examination-buttons__label {
    font-size: 1.125rem;
  }
}
.s-examination-buttons__item .s-examination-buttons__sub {
  display: block;
  margin: 0;
  font-size: 1rem;
}
@media print, screen and (min-width: 701px) {
  .s-examination-buttons__item .s-examination-buttons__sub {
    font-size: 0.875rem;
  }
}
.s-examination-buttons__item .s-examination-buttons__more {
  margin: 0 0 0 auto;
  font-size: 0.8333rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 701px) {
  .s-examination-buttons__item .s-examination-buttons__more {
    font-size: 0.75rem;
  }
}
.s-color--recommendation .s-examination-buttons__item {
  color: #007984;
}
.s-color--integration .s-examination-buttons__item {
  color: #5953AC;
}
.s-color--general .s-examination-buttons__item {
  color: #BE3369;
}
.s-color--common .s-examination-buttons__item {
  color: #BF3C3C;
}
.s-color--other .s-examination-buttons__item {
  color: #9D7E00;
}

.s-application-topics-schedule {
  margin: 0 0 50px;
}

.s-application-topics-schedule__note {
  margin: 0;
}
.s-application-topics-schedule__note img {
  width: 80%;
  vertical-align: top;
}

div .s-application-topics-schedule__column {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 152vw;
}

div .s-application-topics-schedule__col-1 {
  margin: 0;
  height: 100%;
}
div .s-application-topics-schedule__col-1 img {
  width: auto;
  max-width: initial;
  height: 100%;
  vertical-align: top;
}

div .s-application-topics-schedule__col-2 {
  margin: 0;
  height: 100%;
}
div .s-application-topics-schedule__col-2 img {
  width: auto;
  max-width: initial;
  height: 100%;
  vertical-align: top;
}

.s-application-topics-schedule__image {
  margin: 0;
}
.s-application-topics-schedule__image img {
  width: 100%;
  vertical-align: top;
}

.s-application-topics-data .s-application-topics-data__label, .s-application-topics-data .s-application-topics-data__label--data, .s-application-topics-data .s-application-topics-data__label--clinical, .s-application-topics-data .s-application-topics-data__label--animal, .s-application-topics-data .s-application-topics-data__label--medical, .s-application-topics-data .s-application-topics-data__label--frontier {
  position: relative;
  margin: 5px 0 5px -5px;
  padding: 0 0 0 25px;
  color: #3b4043;
  font-weight: normal;
  font-size: 1.0833rem;
  text-align: left;
}
.s-application-topics-data .s-application-topics-data__label::before, .s-application-topics-data .s-application-topics-data__label--data::before, .s-application-topics-data .s-application-topics-data__label--clinical::before, .s-application-topics-data .s-application-topics-data__label--animal::before, .s-application-topics-data .s-application-topics-data__label--medical::before, .s-application-topics-data .s-application-topics-data__label--frontier::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 16px;
  height: 4px;
  background: #333;
}
@media print, screen and (min-width: 701px) {
  .s-application-topics-data .s-application-topics-data__label, .s-application-topics-data .s-application-topics-data__label--data, .s-application-topics-data .s-application-topics-data__label--clinical, .s-application-topics-data .s-application-topics-data__label--animal, .s-application-topics-data .s-application-topics-data__label--medical, .s-application-topics-data .s-application-topics-data__label--frontier {
    margin: 15px 0 15px -5px;
    padding-left: 30px;
    font-size: 1rem;
  }
  .s-application-topics-data .s-application-topics-data__label::before, .s-application-topics-data .s-application-topics-data__label--data::before, .s-application-topics-data .s-application-topics-data__label--clinical::before, .s-application-topics-data .s-application-topics-data__label--animal::before, .s-application-topics-data .s-application-topics-data__label--medical::before, .s-application-topics-data .s-application-topics-data__label--frontier::before {
    top: calc(50% - 2.5px);
    width: 20px;
    height: 5px;
  }
}
.s-application-topics-data .s-application-topics-data__label--frontier::before {
  background: #E94E6D;
}
.s-application-topics-data .s-application-topics-data__label--medical::before {
  background: #00A2E4;
}
.s-application-topics-data .s-application-topics-data__label--animal::before {
  background: #82BF25;
}
.s-application-topics-data .s-application-topics-data__label--clinical::before {
  background: #8C64A8;
}
.s-application-topics-data .s-application-topics-data__label--data::before {
  background: #0D57A7;
}
.s-application-topics-data .s-application-topics-data__number {
  margin: 0;
  font-size: 1.1667rem;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-application-topics-data .s-application-topics-data__number {
    font-size: 1rem;
  }
}
.s-application-topics-data .s-application-topics-data__note {
  list-style: none;
  margin: 20px 0 0;
  padding: 20px;
  font-size: 1.1667rem;
  background: #f8f8f8;
}
@media print, screen and (min-width: 701px) {
  .s-application-topics-data .s-application-topics-data__note {
    padding: 20px 30px;
    font-size: 0.875rem;
  }
}
.s-judgment-lnav {
  margin: 0 0 30px;
}

.s-judgment-lnav__list {
  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;
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-judgment-lnav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  min-height: 76px;
  margin-bottom: 2%;
  color: #003380;
  font-weight: bold;
  font-size: 1.25rem;
}
.s-judgment-lnav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  padding: 12px 10px 26px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: #e4edfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-judgment-lnav__item a::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 50%;
  color: #0087E6;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media print, screen and (min-width: 701px) {
  .s-judgment-lnav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
    margin-bottom: 1.25%;
    font-size: 1.0625rem;
  }
  .s-judgment-lnav__item a {
    padding-top: 25px;
    padding-bottom: 45px;
    -webkit-transition: background-color 400ms, color 400ms;
    -o-transition: background-color 400ms, color 400ms;
    transition: background-color 400ms, color 400ms;
  }
  .s-judgment-lnav__item a::after {
    bottom: 14px;
    -webkit-transition: color 400ms;
    -o-transition: color 400ms;
    transition: color 400ms;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .s-judgment-lnav__item a:hover {
    color: #fff;
    background: #003380;
  }
  .s-judgment-lnav__item a:hover::after {
    color: #fff;
  }
}

/* 2022追加 */
.s-judgment-lnav__list::after {
  content: "";
  display: block;
  width: 32.5%;
}

.s-judgment-lnav__item--catch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  min-height: 76px;
  margin-bottom: 2%;
  color: #003380;
  font-weight: bold;
  font-size: 1.25rem;
}

.s-judgment-lnav__item--catch a {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 12px 10px 26px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: #fff295;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.s-judgment-lnav__item--catch a::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 50%;
  color: #0087E6;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media print, screen and (min-width: 701px) {
  .s-judgment-lnav__item--catch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    margin-bottom: 1.25%;
    font-size: 1.0625rem;
  }
  .s-judgment-lnav__item--catch a {
    padding-top: 25px;
    padding-bottom: 45px;
    -webkit-transition: background-color 400ms, color 400ms;
    -o-transition: background-color 400ms, color 400ms;
    transition: background-color 400ms, color 400ms;
  }
  .s-judgment-lnav__item--catch a::after {
    bottom: 14px;
    -webkit-transition: color 400ms;
    -o-transition: color 400ms;
    transition: color 400ms;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .s-judgment-lnav__item--catch a:hover {
    color: #fff;
    background: #003380;
  }
  .s-judgment-lnav__item--catch a:hover::after {
    color: #fff;
  }
  /* 2022追加ここまで */
}
div .s-jugdment-heading {
  margin: 0 0 5px;
  padding: 15px;
  color: #003380;
  font-size: 1.3333rem;
  font-weight: bold;
  text-align: center;
  background: #efefe5;
}
div .s-jugdment-heading strong {
  font-size: 1.8333rem;
}
@media print, screen and (min-width: 701px) {
  div .s-jugdment-heading {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  div .s-jugdment-heading strong {
    font-size: 1.25rem;
  }
}

div .s-examination-text, div .s-examination-text--other, div .s-examination-text--common, div .s-examination-text--general, div .s-examination-text--integration, div .s-examination-text--recommendation {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 701px) {
  div .s-examination-text, div .s-examination-text--other, div .s-examination-text--common, div .s-examination-text--general, div .s-examination-text--integration, div .s-examination-text--recommendation {
    font-size: 1rem;
  }
}
div .s-examination-text--recommendation {
  color: #007984;
}
div .s-examination-text--integration {
  color: #5953AC;
}
div .s-examination-text--general {
  color: #BE3369;
}
div .s-examination-text--common {
  color: #BF3C3C;
}
div .s-examination-text--other {
  color: #9D7E00;
}

.s-exemption-combination {
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid #003380;
}
.s-exemption-combination::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: calc(50% - 25px);
  width: 50px;
  height: 10px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top right/50.2% 100%;
}
.s-exemption-combination .s-exemption-combination__heading {
  margin: 0;
  padding: 5px 0 5px 17px;
  color: #003380;
  font-size: 1.4167rem !important;
  font-weight: bold;
  border-left: 3px solid;
}

.s-exemption-combination__heading-2 {
  padding: 10px;
  color: #003380;
  font-weight: bold;
  font-size: 1.1667rem;
  text-align: center;
  background: #ccc;
}
.s-color--recommendation .s-exemption-combination__heading-2 {
  background: #EEFAE7;
}
.s-color--integration .s-exemption-combination__heading-2 {
  background: #ECECFC;
}
.s-color--general .s-exemption-combination__heading-2 {
  background: #FDEDF3;
}
.s-color--common .s-exemption-combination__heading-2 {
  background: #FAEAE4;
}
.s-color--other .s-exemption-combination__heading-2 {
  background: #FAF8DA;
}

.s-exemption-combination__list, .s-exemption-combination__list--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .s-exemption-combination__list, .s-exemption-combination__list--3 {
    font-size: 1.125rem;
    margin-bottom: 23px;
  }
}

/* 2022更新 */
.s-exemption-combination__list--or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: bold;
}

/* -- */
.s-exemption-combination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.6377%;
          flex: 0 0 44.6377%;
  position: relative;
  padding: 15px 5px;
  color: #003380;
  text-align: center;
  line-height: 1.2;
  border: 6px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-exemption-combination__item::before, .s-exemption-combination__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(112% - 4px);
  width: 22px;
  height: 4px;
  background: #003380;
}
.s-exemption-combination__item::after {
  top: calc(50% - 11px);
  right: calc(112% + 5px);
  width: 4px;
  height: 22px;
}
.s-exemption-combination__item:first-child:before, .s-exemption-combination__item:first-child::after {
  content: normal;
}
.s-exemption-combination__list--3 .s-exemption-combination__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.8261%;
          flex: 0 0 27.8261%;
}
.s-exemption-combination__list--3 .s-exemption-combination__item::before {
  right: calc(112% - 1px);
}
.s-exemption-combination__list--3 .s-exemption-combination__item::after {
  right: calc(112% + 8px);
}
@media print, screen and (min-width: 701px) {
  .s-exemption-combination__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.75%;
            flex: 0 0 45.75%;
  }
  .s-exemption-combination__item::before {
    top: calc(50% - 3px);
    right: calc(109.2896% - 8px);
    width: 30px;
    height: 6px;
  }
  .s-exemption-combination__item::after {
    top: calc(50% - 15px);
    right: calc(109.2896% + 4px);
    width: 6px;
    height: 30px;
  }
  .s-exemption-combination__list--3 .s-exemption-combination__item::before {
    right: calc(112% - 1px);
  }
  .s-exemption-combination__list--3 .s-exemption-combination__item::after {
    right: calc(112% + 11px);
  }
}
.s-color--recommendation .s-exemption-combination__item {
  color: #007984;
}
.s-exemption-combination__item .s-color--recommendation {
  color: #007984;
}
.s-color--integration .s-exemption-combination__item {
  color: #5953AC;
}
.s-exemption-combination__item .s-color--integration {
  color: #5953AC;
}
.s-color--general .s-exemption-combination__item {
  color: #BE3369;
}
.s-exemption-combination__item .s-color--general {
  color: #BE3369;
}
.s-color--common .s-exemption-combination__item {
  color: #BF3C3C;
}
.s-exemption-combination__item .s-color--common {
  color: #BF3C3C;
}
.s-color--other .s-exemption-combination__item {
  color: #9D7E00;
}
.s-exemption-combination__item .s-color--other {
  color: #9D7E00;
}

/* 2022更新 */
.s-exemption-combination__list--or .s-exemption-combination__item::after {
  content: none;
}

.s-exemption-combination__list--or .s-exemption-combination__item:nth-child(2)::before {
  content: "OR";
  width: 100%;
  height: auto;
  top: calc(50% - 0.6em);
  right: calc(19.5% - 4px);
  font-size: 1.1667rem;
  color: #003380;
  white-space: nowrap;
  background: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 2023更新 */
.s-exemption-combination__list--3.or .s-exemption-combination__item:not(:first-child)::before {
  content: "OR";
  width: 100%;
  height: auto;
  top: calc(50% - 0.6em);
  right: calc(24.5% - 4px);
  font-size: 1.1667rem;
  color: #003380;
  white-space: nowrap;
  background: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.s-exemption-combination__list--3.or .s-exemption-combination__item::after {
  content: none;
}

@media print, screen and (min-width: 701px) {
  .s-exemption-combination__list--3.or .s-exemption-combination__item:not(:first-child)::before {
    right: calc(19.5% - 4px);
  }
}
/* __ */
@media print, screen and (min-width: 701px) {
  /* 2022更新 */
  .s-exemption-combination__list--or .s-exemption-combination__item:nth-child(2)::before {
    left: -40px;
  }
  /* __ */
}
.s-exemption-fee {
  margin: 0 0 1em;
}
.s-exemption-fee .s-exemption-fee__from {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 0;
  color: #003380;
  font-weight: bold;
  font-size: 1.3333rem;
  text-align: center;
  background: #e4edfc;
}
.s-exemption-fee .s-exemption-fee__from::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 25px);
  width: 50px;
  height: 10px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top right/50.2% 100%;
}
@media print, screen and (min-width: 701px) {
  .s-exemption-fee .s-exemption-fee__from {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 100px;
    font-size: 1.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.s-exemption-fee .s-exemption-fee__to {
  color: #003380;
  font-weight: bold;
  font-size: 1.6667rem;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-exemption-fee .s-exemption-fee__to {
    font-size: 1.375rem;
  }
}
.s-exemption-fee .s-exemption-fee__price {
  font-size: 2.1667rem;
}
.s-exemption-fee .s-exemption-fee__price strong {
  font-size: 3.1667rem;
}
@media print, screen and (min-width: 701px) {
  .s-exemption-fee .s-exemption-fee__price {
    font-size: 1.75rem;
  }
  .s-exemption-fee .s-exemption-fee__price strong {
    font-size: 2.5rem;
  }
}
.s-exemption-fee .s-exemption-fee__note {
  margin: 0;
  font-size: 1rem;
}
@media print, screen and (min-width: 701px) {
  .s-exemption-fee .s-exemption-fee__note {
    font-size: 0.875rem;
  }
}

.s-exemption-note p {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-exemption-note {
    font-size: 0.875rem;
  }
}

.s-internet-application-box-1 {
  margin: 0 0 55px;
  padding: 18px;
  font-size: 1.1667rem;
  border: 9px solid #F7EB95;
  -o-border-image: -o-linear-gradient(top right, rgb(247, 235, 149) 0%, rgb(242, 203, 130) 50%, rgb(230, 194, 239) 100%);
     border-image: -webkit-gradient(linear, right top, left bottom, from(rgb(247, 235, 149)), color-stop(50%, rgb(242, 203, 130)), to(rgb(230, 194, 239)));
     border-image: linear-gradient(to bottom left, rgb(247, 235, 149) 0%, rgb(242, 203, 130) 50%, rgb(230, 194, 239) 100%);
  border-image-slice: 1;
}
.s-internet-application-box-1 p {
  margin-top: 0;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-box-1 {
    border-width: 15px;
    padding: 40px 50px;
    font-size: 1rem;
  }
  .s-internet-application-box-1 p {
    margin-bottom: 5px;
  }
}
.s-internet-application-box-1 .s-internet-application-box-1__heading {
  position: relative;
  margin: 7px 0 20px;
  padding: 0 0 12px;
  color: #333;
  font-size: 1.8333rem !important;
  text-align: center;
}
.s-internet-application-box-1 .s-internet-application-box-1__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E2E2E2;
}
.s-internet-application-box-1 .s-internet-application-box-1__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  background: #003380;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-box-1 .s-internet-application-box-1__heading {
    margin: 0 -36px 30px;
    padding-bottom: 20px;
    font-size: 1.625rem !important;
  }
  .s-internet-application-box-1 .s-internet-application-box-1__heading::after {
    width: 90px;
    left: calc(50% - 45px);
  }
}
.s-internet-application-box-1 .s-internet-application-box-1__note {
  list-style: none;
  margin: 0;
  padding: 15px;
  font-size: 1rem;
  background: #f8f8f8;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-box-1 .s-internet-application-box-1__note {
    font-size: 0.875rem;
  }
}
.s-internet-application-box-1 .s-internet-application-box-1__item {
  margin: 0 0 0.5em;
  padding: 0 0 0 1.05em;
  text-indent: -1.05em;
}
.s-internet-application-box-1 .s-internet-application-box-1__item:last-child {
  margin-bottom: 0;
}
.s-internet-application-box-1 .s-internet-application-box-1__item::before {
  content: "● ";
  font-size: 0.8em;
  color: #003380;
}

.s-internet-application-step {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.1667rem;
}
.s-internet-application-step p {
  margin-top: 0;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-step {
    font-size: 1rem;
  }
  .s-internet-application-step p {
    margin-bottom: 20px;
  }
}
.s-internet-application-step .s-internet-application-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0 0 10px;
}
.s-internet-application-step .s-internet-application-step__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 58px;
  left: 37px;
  width: 1px;
  height: calc(100% - 58px);
  border-left: 1px dashed #003380;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-step .s-internet-application-step__item {
    padding: 0 0 40px;
  }
  .s-internet-application-step .s-internet-application-step__item:last-child {
    padding-bottom: 0;
  }
  .s-internet-application-step .s-internet-application-step__item::before {
    top: 74px;
    left: 74px;
    width: 1px;
    height: calc(100% - 74px);
    border-left: 1px dashed #003380;
  }
}
.s-internet-application-step .s-internet-application-step__baloon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  margin: 0 12px 0 0;
  padding: 10px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1667rem;
  text-align: center;
  white-space: nowrap;
  background: #1260D3;
}
.s-internet-application-step .s-internet-application-step__baloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 7px);
  width: 14px;
  height: 6px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #1260D3)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #1260D3)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #1260D3 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #1260D3 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #1260D3 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #1260D3 51%) no-repeat top right/50.2% 100%;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-step .s-internet-application-step__baloon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    padding: 12px 5px;
    font-size: 1.25rem;
  }
  .s-internet-application-step .s-internet-application-step__baloon::after {
    left: calc(50% - 10px);
    width: 20px;
    height: 9px;
  }
}
.s-internet-application-step .s-internet-application-step__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-step .s-internet-application-step__info {
    padding: 0 0 0 25px;
  }
}
.s-internet-application-step .s-internet-application-step__label {
  margin: 0 0 10px;
  padding: 12px 15px;
  color: #003380;
  font-size: 1.3333rem !important;
  line-height: 1.2;
  background: #e4edfc;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-step .s-internet-application-step__label {
    margin-bottom: 20px;
    margin-left: -25px;
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 25px;
    font-size: 1.25rem;
  }
}
.s-internet-application-step .s-internet-application-step__note {
  font-size: 1rem;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-step .s-internet-application-step__note {
    font-size: 0.875rem;
  }
}
.s-internet-application-step .s-internet-application-step__button {
  margin: 15px 0;
}

.s-internet-application-box-2 {
  margin: 0 0 55px;
  padding: 18px;
  font-size: 1.1667rem;
  border: 9px solid #F4E580;
  -o-border-image: -o-linear-gradient(top right, rgb(244, 229, 128) 0%, rgb(183, 235, 178) 50%, rgb(172, 210, 244) 100%);
     border-image: -webkit-gradient(linear, right top, left bottom, from(rgb(244, 229, 128)), color-stop(50%, rgb(183, 235, 178)), to(rgb(172, 210, 244)));
     border-image: linear-gradient(to bottom left, rgb(244, 229, 128) 0%, rgb(183, 235, 178) 50%, rgb(172, 210, 244) 100%);
  border-image-slice: 1;
}
.s-internet-application-box-2 .s-internet-application-box-2__heading {
  position: relative;
  margin: 7px 0 20px;
  padding: 0 0 12px;
  color: #333;
  font-size: 1.8333rem !important;
  text-align: center;
}
.s-internet-application-box-2 .s-internet-application-box-2__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E2E2E2;
}
.s-internet-application-box-2 .s-internet-application-box-2__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  background: #003380;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-box-2 .s-internet-application-box-2__heading {
    margin-top: 0;
    margin-bottom: 17px;
    padding-bottom: 20px;
    font-size: 1.75rem !important;
  }
  .s-internet-application-box-2 .s-internet-application-box-2__heading::after {
    width: 90px;
    left: calc(50% - 45px);
  }
}
.s-internet-application-box-2 .s-internet-application-box-2__sub {
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  font-size: 1.1667rem;
  line-height: 1.5;
}
.s-internet-application-box-2 .s-internet-application-box-2__discount {
  padding: 15px;
  margin: 0;
  color: #003380;
  font-weight: bold;
  font-size: 1.3333rem;
  text-align: center;
  background: #efefe5;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-box-2 {
    border-width: 15px;
    padding: 40px 50px;
    font-size: 1rem;
  }
  .s-internet-application-box-2 p {
    margin-bottom: 5px;
  }
  .s-internet-application-box-2 .s-internet-application-box-2__heading {
    margin: 0 -36px 30px;
    padding-bottom: 20px;
    font-size: 1.625rem !important;
  }
  .s-internet-application-box-2 .s-internet-application-box-2__heading::after {
    width: 90px;
    left: calc(50% - 45px);
  }
  .s-internet-application-box-2 .s-internet-application-box-2__sub {
    font-size: 1rem;
  }
  .s-internet-application-box-2 .s-internet-application-box-2__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-internet-application-box-2 .s-internet-application-box-2__discount {
    margin-top: 30px;
    font-size: 1.125rem;
  }
}

.s-internet-application-button--2, .s-internet-application-button--2:link,
.s-internet-application-button--2:visited, .s-internet-application-button--1, .s-internet-application-button--1:link,
.s-internet-application-button--1:visited {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.4em;
  margin: 0 0 15px;
  padding: 10px 5px;
  color: #003380;
  font-weight: bold;
  font-size: 1.3333rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: none;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #003380;
  border-radius: 100px;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
  cursor: pointer;
}
.s-internet-application-button--2 span, .s-internet-application-button--2:link span,
.s-internet-application-button--2:visited span, .s-internet-application-button--1 span, .s-internet-application-button--1:link span,
.s-internet-application-button--1:visited span {
  position: relative;
}
.s-internet-application-button--2::after, .s-internet-application-button--2:link::after,
.s-internet-application-button--2:visited::after, .s-internet-application-button--1::after, .s-internet-application-button--1:link::after,
.s-internet-application-button--1:visited::after {
  content: "\f35d";
  position: relative;
  margin: 0 0 0 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-button--2, .s-internet-application-button--2:link,
.s-internet-application-button--2:visited, .s-internet-application-button--1, .s-internet-application-button--1:link,
.s-internet-application-button--1:visited {
    min-height: auto;
    margin: 0 10px;
    padding: 14px 34px;
    font-size: 1rem;
  }
  .s-internet-application-button--2:hover, .s-internet-application-button--1:hover {
    color: #003380;
  }
  .s-internet-application-button--2::before, .s-internet-application-button--2:link::before,
.s-internet-application-button--2:visited::before, .s-internet-application-button--1::before, .s-internet-application-button--1:link::before,
.s-internet-application-button--1:visited::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .s-internet-application-button--2:hover::before, .s-internet-application-button--1:hover::before {
    opacity: 1;
  }
}

.s-internet-application-button--1, .s-internet-application-button--1:link,
.s-internet-application-button--1:visited {
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(171, 231, 255)), to(rgb(215, 223, 252)));
  background-image: -o-linear-gradient(top right, rgb(171, 231, 255) 0%, rgb(215, 223, 252) 100%);
  background-image: linear-gradient(to bottom left, rgb(171, 231, 255) 0%, rgb(215, 223, 252) 100%);
}

.s-internet-application-button--2, .s-internet-application-button--2:link,
.s-internet-application-button--2:visited {
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(197, 239, 231)), to(rgb(229, 247, 215)));
  background-image: -o-linear-gradient(top right, rgb(197, 239, 231) 0%, rgb(229, 247, 215) 100%);
  background-image: linear-gradient(to bottom left, rgb(197, 239, 231) 0%, rgb(229, 247, 215) 100%);
}

.s-internet-application-printer {
  padding: 30px;
  font-size: 1.1667rem;
  background: #f8f8f8;
}
.s-internet-application-printer .s-internet-application-printer__heading {
  margin: 0;
  color: inherit;
  font-size: 1.8333rem !important;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-internet-application-printer {
    padding: 55px;
    font-size: 1rem;
  }
  .s-internet-application-printer .s-internet-application-printer__heading {
    font-size: 1.625rem !important;
  }
}

.s-past-problems-intro {
  margin: 0 0 30px;
  font-size: 1.1667rem;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-intro {
    margin-bottom: 50px;
    font-size: 1rem;
  }
}

.s-past-problems-intro__button {
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-intro__button {
    text-align: left;
  }
}

.s-past-problems-nav {
  margin: 0 0 40px;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-nav {
    margin-bottom: 70px;
  }
}

.s-past-problems-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.1667rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.s-past-problems-nav__item, .s-past-problems-nav__item--other, .s-past-problems-nav__item--common, .s-past-problems-nav__item--general, .s-past-problems-nav__item--integration, .s-past-problems-nav__item--recommendation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.415%;
          flex: 0 0 48.415%;
}
.s-past-problems-nav__item a, .s-past-problems-nav__item--other a, .s-past-problems-nav__item--common a, .s-past-problems-nav__item--general a, .s-past-problems-nav__item--integration a, .s-past-problems-nav__item--recommendation a {
  display: block;
  position: relative;
  padding: 20px 5px 40px;
  text-decoration: none;
  background: #f1f1f1;
  -webkit-transition: background-color 400ms, color 400ms;
  -o-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.s-past-problems-nav__item a::after, .s-past-problems-nav__item--other a::after, .s-past-problems-nav__item--common a::after, .s-past-problems-nav__item--general a::after, .s-past-problems-nav__item--integration a::after, .s-past-problems-nav__item--recommendation a::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  content: "";
  position: absolute;
  bottom: 20px;
  left: calc(50% - 4px);
}
.s-past-problems-nav__item:nth-child(even), .s-past-problems-nav__item--other:nth-child(even), .s-past-problems-nav__item--common:nth-child(even), .s-past-problems-nav__item--general:nth-child(even), .s-past-problems-nav__item--integration:nth-child(even), .s-past-problems-nav__item--recommendation:nth-child(even) {
  margin-left: 3.17%;
}

.s-past-problems-nav__item--recommendation a {
  background: #EEFAE7;
  color: #007984;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-nav__item--recommendation a:hover {
    color: #fff;
    background: #007984;
  }
}

.s-past-problems-nav__item--integration a {
  background: #ECECFC;
  color: #5953AC;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-nav__item--integration a:hover {
    color: #fff;
    background: #5953AC;
  }
}

.s-past-problems-nav__item--general a {
  background: #FDEDF3;
  color: #BE3369;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-nav__item--general a:hover {
    color: #fff;
    background: #BE3369;
  }
}

.s-past-problems-nav__item--common a {
  background: #FAEAE4;
  color: #BF3C3C;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-nav__item--common a:hover {
    color: #fff;
    background: #BF3C3C;
  }
}

.s-past-problems-nav__item--other a {
  background: #FAF8DA;
  color: #9D7E00;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-nav__item--other a:hover {
    color: #fff;
    background: #9D7E00;
  }
}

.s-past-problems-menu {
  background: #f8f8f8;
  margin: 0 0 20px;
  padding: 20px 10px;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-menu {
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.s-past-problems-menu__list, .s-past-problems-menu__list--other, .s-past-problems-menu__list--common, .s-past-problems-menu__list--general, .s-past-problems-menu__list--integration, .s-past-problems-menu__list--recommendation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-past-problems-menu__list > .menu-item, .s-past-problems-menu__list--other > .menu-item, .s-past-problems-menu__list--common > .menu-item, .s-past-problems-menu__list--general > .menu-item, .s-past-problems-menu__list--integration > .menu-item, .s-past-problems-menu__list--recommendation > .menu-item {
  margin: 0 0 15px;
  line-height: 1.3;
  z-index: 1;
}
.s-past-problems-menu__list > .menu-item > a, .s-past-problems-menu__list--other > .menu-item > a, .s-past-problems-menu__list--common > .menu-item > a, .s-past-problems-menu__list--general > .menu-item > a, .s-past-problems-menu__list--integration > .menu-item > a, .s-past-problems-menu__list--recommendation > .menu-item > a {
  display: block;
  position: relative;
  padding: 25px 40px 25px 30px;
  color: #003380;
  font-size: 1.1667rem;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border: solid #003380;
  border-width: 1px 1px 4px;
  cursor: pointer;
  z-index: 2;
}
.s-past-problems-menu__list > .menu-item > a::after, .s-past-problems-menu__list--other > .menu-item > a::after, .s-past-problems-menu__list--common > .menu-item > a::after, .s-past-problems-menu__list--general > .menu-item > a::after, .s-past-problems-menu__list--integration > .menu-item > a::after, .s-past-problems-menu__list--recommendation > .menu-item > a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  color: #003380;
}
.s-past-problems-menu__list > .menu-item:last-child, .s-past-problems-menu__list--other > .menu-item:last-child, .s-past-problems-menu__list--common > .menu-item:last-child, .s-past-problems-menu__list--general > .menu-item:last-child, .s-past-problems-menu__list--integration > .menu-item:last-child, .s-past-problems-menu__list--recommendation > .menu-item:last-child {
  margin-bottom: 0;
}
.s-past-problems-menu__list > .menu-item-has-children > a, .s-past-problems-menu__list--other > .menu-item-has-children > a, .s-past-problems-menu__list--common > .menu-item-has-children > a, .s-past-problems-menu__list--general > .menu-item-has-children > a, .s-past-problems-menu__list--integration > .menu-item-has-children > a, .s-past-problems-menu__list--recommendation > .menu-item-has-children > a {
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
  -webkit-transition: background-color 400ms, color 400ms;
  -o-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.s-past-problems-menu__list > .menu-item-has-children > a::before, .s-past-problems-menu__list--other > .menu-item-has-children > a::before, .s-past-problems-menu__list--common > .menu-item-has-children > a::before, .s-past-problems-menu__list--general > .menu-item-has-children > a::before, .s-past-problems-menu__list--integration > .menu-item-has-children > a::before, .s-past-problems-menu__list--recommendation > .menu-item-has-children > a::before,
.s-past-problems-menu__list > .menu-item-has-children > a::after,
.s-past-problems-menu__list--other > .menu-item-has-children > a::after,
.s-past-problems-menu__list--common > .menu-item-has-children > a::after,
.s-past-problems-menu__list--general > .menu-item-has-children > a::after,
.s-past-problems-menu__list--integration > .menu-item-has-children > a::after,
.s-past-problems-menu__list--recommendation > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #003380;
  border: none;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-past-problems-menu__list > .menu-item-has-children > a::after, .s-past-problems-menu__list--other > .menu-item-has-children > a::after, .s-past-problems-menu__list--common > .menu-item-has-children > a::after, .s-past-problems-menu__list--general > .menu-item-has-children > a::after, .s-past-problems-menu__list--integration > .menu-item-has-children > a::after, .s-past-problems-menu__list--recommendation > .menu-item-has-children > a::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-past-problems-menu__list > .menu-item.is-opened > a::before, .s-past-problems-menu__list--other > .menu-item.is-opened > a::before, .s-past-problems-menu__list--common > .menu-item.is-opened > a::before, .s-past-problems-menu__list--general > .menu-item.is-opened > a::before, .s-past-problems-menu__list--integration > .menu-item.is-opened > a::before, .s-past-problems-menu__list--recommendation > .menu-item.is-opened > a::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-past-problems-menu__list > .menu-item.is-opened > a::after, .s-past-problems-menu__list--other > .menu-item.is-opened > a::after, .s-past-problems-menu__list--common > .menu-item.is-opened > a::after, .s-past-problems-menu__list--general > .menu-item.is-opened > a::after, .s-past-problems-menu__list--integration > .menu-item.is-opened > a::after, .s-past-problems-menu__list--recommendation > .menu-item.is-opened > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-past-problems-menu__list > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--other > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--common > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--general > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--integration > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--recommendation > .menu-item.is-opened > .sub-menu {
  display: block;
  height: auto;
  top: 0;
  border: solid #E2E2E2;
  border-width: 0 2px 2px;
}
.s-past-problems-menu__list .sub-menu, .s-past-problems-menu__list--other .sub-menu, .s-past-problems-menu__list--common .sub-menu, .s-past-problems-menu__list--general .sub-menu, .s-past-problems-menu__list--integration .sub-menu, .s-past-problems-menu__list--recommendation .sub-menu {
  position: relative;
  height: 0;
  top: -20px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: top 400ms;
  -o-transition: top 400ms;
  transition: top 400ms;
}
.s-past-problems-menu__list .sub-menu > .menu-item, .s-past-problems-menu__list--other .sub-menu > .menu-item, .s-past-problems-menu__list--common .sub-menu > .menu-item, .s-past-problems-menu__list--general .sub-menu > .menu-item, .s-past-problems-menu__list--integration .sub-menu > .menu-item, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item {
  line-height: 1.3;
  border-top: 2px solid #E2E2E2;
}
.s-past-problems-menu__list .sub-menu > .menu-item > a, .s-past-problems-menu__list--other .sub-menu > .menu-item > a, .s-past-problems-menu__list--common .sub-menu > .menu-item > a, .s-past-problems-menu__list--general .sub-menu > .menu-item > a, .s-past-problems-menu__list--integration .sub-menu > .menu-item > a, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item > a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 30px;
  color: #003380;
  font-size: 1.16667rem;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  z-index: 3;
}
.s-past-problems-menu__list .sub-menu > .menu-item > a::after, .s-past-problems-menu__list--other .sub-menu > .menu-item > a::after, .s-past-problems-menu__list--common .sub-menu > .menu-item > a::after, .s-past-problems-menu__list--general .sub-menu > .menu-item > a::after, .s-past-problems-menu__list--integration .sub-menu > .menu-item > a::after, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item > a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  color: #003380;
}
.s-past-problems-menu__list .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--other .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--common .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--general .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--integration .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item > a[href$=".pdf"]::after {
  content: "\f1c1";
  top: calc(50% - 13px);
  right: 16px;
  width: auto;
  height: auto;
  font-size: 1.6667rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: none;
}
.s-past-problems-menu__list .sub-menu > .menu-item-has-children > a, .s-past-problems-menu__list--other .sub-menu > .menu-item-has-children > a, .s-past-problems-menu__list--common .sub-menu > .menu-item-has-children > a, .s-past-problems-menu__list--general .sub-menu > .menu-item-has-children > a, .s-past-problems-menu__list--integration .sub-menu > .menu-item-has-children > a, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item-has-children > a {
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
  -webkit-transition: background-color 400ms, color 400ms;
  -o-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.s-past-problems-menu__list .sub-menu > .menu-item-has-children > a::after, .s-past-problems-menu__list--other .sub-menu > .menu-item-has-children > a::after, .s-past-problems-menu__list--common .sub-menu > .menu-item-has-children > a::after, .s-past-problems-menu__list--general .sub-menu > .menu-item-has-children > a::after, .s-past-problems-menu__list--integration .sub-menu > .menu-item-has-children > a::after, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item-has-children > a::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: color 400ms, -webkit-transform 400ms;
  transition: color 400ms, -webkit-transform 400ms;
  -o-transition: transform 400ms, color 400ms;
  transition: transform 400ms, color 400ms;
  transition: transform 400ms, color 400ms, -webkit-transform 400ms;
}
.s-past-problems-menu__list .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--other .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--common .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--general .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--integration .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item.is-opened > a {
  color: #ffffff;
  background: #0F499F;
}
.s-past-problems-menu__list .sub-menu > .menu-item.is-opened > a::after, .s-past-problems-menu__list--other .sub-menu > .menu-item.is-opened > a::after, .s-past-problems-menu__list--common .sub-menu > .menu-item.is-opened > a::after, .s-past-problems-menu__list--general .sub-menu > .menu-item.is-opened > a::after, .s-past-problems-menu__list--integration .sub-menu > .menu-item.is-opened > a::after, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item.is-opened > a::after {
  color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.s-past-problems-menu__list .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--other .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--common .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--general .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--integration .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item.is-opened > .sub-menu {
  display: block;
  height: auto;
  top: 0;
}
.s-past-problems-menu__list .sub-menu .sub-menu, .s-past-problems-menu__list--other .sub-menu .sub-menu, .s-past-problems-menu__list--common .sub-menu .sub-menu, .s-past-problems-menu__list--general .sub-menu .sub-menu, .s-past-problems-menu__list--integration .sub-menu .sub-menu, .s-past-problems-menu__list--recommendation .sub-menu .sub-menu {
  background: #E2E2E2;
  z-index: 1;
}
.s-past-problems-menu__list .sub-menu .sub-menu > .menu-item, .s-past-problems-menu__list--other .sub-menu .sub-menu > .menu-item, .s-past-problems-menu__list--common .sub-menu .sub-menu > .menu-item, .s-past-problems-menu__list--general .sub-menu .sub-menu > .menu-item, .s-past-problems-menu__list--integration .sub-menu .sub-menu > .menu-item, .s-past-problems-menu__list--recommendation .sub-menu .sub-menu > .menu-item {
  border-top: 2px solid #fff;
}
.s-past-problems-menu__list .sub-menu .sub-menu > .menu-item > a, .s-past-problems-menu__list--other .sub-menu .sub-menu > .menu-item > a, .s-past-problems-menu__list--common .sub-menu .sub-menu > .menu-item > a, .s-past-problems-menu__list--general .sub-menu .sub-menu > .menu-item > a, .s-past-problems-menu__list--integration .sub-menu .sub-menu > .menu-item > a, .s-past-problems-menu__list--recommendation .sub-menu .sub-menu > .menu-item > a {
  padding: 12px 40px 12px 30px;
  color: #003380;
  font-weight: bold;
  text-decoration: none;
  background: #E2E2E2;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-menu__list, .s-past-problems-menu__list--other, .s-past-problems-menu__list--common, .s-past-problems-menu__list--general, .s-past-problems-menu__list--integration, .s-past-problems-menu__list--recommendation {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-past-problems-menu__list > .menu-item, .s-past-problems-menu__list--other > .menu-item, .s-past-problems-menu__list--common > .menu-item, .s-past-problems-menu__list--general > .menu-item, .s-past-problems-menu__list--integration > .menu-item, .s-past-problems-menu__list--recommendation > .menu-item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.5%;
            flex: 0 1 48.5%;
    margin: 0 0 3%;
  }
  .s-past-problems-menu__list > .menu-item > a, .s-past-problems-menu__list--other > .menu-item > a, .s-past-problems-menu__list--common > .menu-item > a, .s-past-problems-menu__list--general > .menu-item > a, .s-past-problems-menu__list--integration > .menu-item > a, .s-past-problems-menu__list--recommendation > .menu-item > a {
    font-size: 1rem;
    padding: 35px 40px 35px 30px;
  }
  .s-past-problems-menu__list > .menu-item:not(.menu-item-has-children) > a, .s-past-problems-menu__list--other > .menu-item:not(.menu-item-has-children) > a, .s-past-problems-menu__list--common > .menu-item:not(.menu-item-has-children) > a, .s-past-problems-menu__list--general > .menu-item:not(.menu-item-has-children) > a, .s-past-problems-menu__list--integration > .menu-item:not(.menu-item-has-children) > a, .s-past-problems-menu__list--recommendation > .menu-item:not(.menu-item-has-children) > a {
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .s-past-problems-menu__list > .menu-item:not(.menu-item-has-children) > a::after, .s-past-problems-menu__list--other > .menu-item:not(.menu-item-has-children) > a::after, .s-past-problems-menu__list--common > .menu-item:not(.menu-item-has-children) > a::after, .s-past-problems-menu__list--general > .menu-item:not(.menu-item-has-children) > a::after, .s-past-problems-menu__list--integration > .menu-item:not(.menu-item-has-children) > a::after, .s-past-problems-menu__list--recommendation > .menu-item:not(.menu-item-has-children) > a::after {
    -webkit-transition: color 400ms, right 400ms;
    -o-transition: color 400ms, right 400ms;
    transition: color 400ms, right 400ms;
  }
  .s-past-problems-menu__list > .menu-item:not(.menu-item-has-children) > a:hover, .s-past-problems-menu__list--other > .menu-item:not(.menu-item-has-children) > a:hover, .s-past-problems-menu__list--common > .menu-item:not(.menu-item-has-children) > a:hover, .s-past-problems-menu__list--general > .menu-item:not(.menu-item-has-children) > a:hover, .s-past-problems-menu__list--integration > .menu-item:not(.menu-item-has-children) > a:hover, .s-past-problems-menu__list--recommendation > .menu-item:not(.menu-item-has-children) > a:hover {
    color: #ffffff;
    background: #003380;
  }
  .s-past-problems-menu__list > .menu-item:not(.menu-item-has-children) > a:hover::after, .s-past-problems-menu__list--other > .menu-item:not(.menu-item-has-children) > a:hover::after, .s-past-problems-menu__list--common > .menu-item:not(.menu-item-has-children) > a:hover::after, .s-past-problems-menu__list--general > .menu-item:not(.menu-item-has-children) > a:hover::after, .s-past-problems-menu__list--integration > .menu-item:not(.menu-item-has-children) > a:hover::after, .s-past-problems-menu__list--recommendation > .menu-item:not(.menu-item-has-children) > a:hover::after {
    color: inherit;
    right: 15px;
  }
  .s-past-problems-menu__list > .menu-item:nth-last-child(-n+2), .s-past-problems-menu__list--other > .menu-item:nth-last-child(-n+2), .s-past-problems-menu__list--common > .menu-item:nth-last-child(-n+2), .s-past-problems-menu__list--general > .menu-item:nth-last-child(-n+2), .s-past-problems-menu__list--integration > .menu-item:nth-last-child(-n+2), .s-past-problems-menu__list--recommendation > .menu-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .s-past-problems-menu__list > .menu-item.is-opened, .s-past-problems-menu__list--other > .menu-item.is-opened, .s-past-problems-menu__list--common > .menu-item.is-opened, .s-past-problems-menu__list--general > .menu-item.is-opened, .s-past-problems-menu__list--integration > .menu-item.is-opened, .s-past-problems-menu__list--recommendation > .menu-item.is-opened {
    z-index: 2;
  }
  .s-past-problems-menu__list > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--other > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--common > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--general > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--integration > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--recommendation > .menu-item.is-opened > .sub-menu {
    display: block;
    height: auto;
    top: 100%;
  }
  .s-past-problems-menu__list .sub-menu, .s-past-problems-menu__list--other .sub-menu, .s-past-problems-menu__list--common .sub-menu, .s-past-problems-menu__list--general .sub-menu, .s-past-problems-menu__list--integration .sub-menu, .s-past-problems-menu__list--recommendation .sub-menu {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .s-past-problems-menu__list .sub-menu > .menu-item, .s-past-problems-menu__list--other .sub-menu > .menu-item, .s-past-problems-menu__list--common .sub-menu > .menu-item, .s-past-problems-menu__list--general .sub-menu > .menu-item, .s-past-problems-menu__list--integration .sub-menu > .menu-item, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item {
    position: relative;
  }
  .s-past-problems-menu__list .sub-menu > .menu-item > a, .s-past-problems-menu__list--other .sub-menu > .menu-item > a, .s-past-problems-menu__list--common .sub-menu > .menu-item > a, .s-past-problems-menu__list--general .sub-menu > .menu-item > a, .s-past-problems-menu__list--integration .sub-menu > .menu-item > a, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item > a {
    font-size: 0.875rem;
    padding: 15px 40px 15px 30px;
    -webkit-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
  }
  .s-past-problems-menu__list .sub-menu > .menu-item > a:hover, .s-past-problems-menu__list--other .sub-menu > .menu-item > a:hover, .s-past-problems-menu__list--common .sub-menu > .menu-item > a:hover, .s-past-problems-menu__list--general .sub-menu > .menu-item > a:hover, .s-past-problems-menu__list--integration .sub-menu > .menu-item > a:hover, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item > a:hover {
    background: #E2E2E2;
  }
  .s-past-problems-menu__list .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--other .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--common .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--general .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--integration .sub-menu > .menu-item > a[href$=".pdf"]::after, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item > a[href$=".pdf"]::after {
    top: calc(50% - 15px);
    right: 15px;
    font-size: 1.375rem;
  }
  .s-past-problems-menu__list .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--other .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--common .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--general .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--integration .sub-menu > .menu-item.is-opened > a, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item.is-opened > a {
    background: #0F499F;
  }
  .s-past-problems-menu__list .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--other .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--common .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--general .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--integration .sub-menu > .menu-item.is-opened > .sub-menu, .s-past-problems-menu__list--recommendation .sub-menu > .menu-item.is-opened > .sub-menu {
    height: auto;
    top: 0;
  }
  .s-past-problems-menu__list .sub-menu .sub-menu, .s-past-problems-menu__list--other .sub-menu .sub-menu, .s-past-problems-menu__list--common .sub-menu .sub-menu, .s-past-problems-menu__list--general .sub-menu .sub-menu, .s-past-problems-menu__list--integration .sub-menu .sub-menu, .s-past-problems-menu__list--recommendation .sub-menu .sub-menu {
    position: relative;
    top: -20px;
  }
}

.s-past-problems-menu__list--recommendation > .menu-item > a {
  color: #007984;
  border: solid #007984;
  border-width: 1px 1px 3px;
}
.s-past-problems-menu__list--recommendation > .menu-item > a::after {
  color: #007984;
}
.s-past-problems-menu__list--recommendation > .menu-item-has-children > a::before,
.s-past-problems-menu__list--recommendation > .menu-item-has-children > a::after {
  background: #007984;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-menu__list--recommendation > .menu-item > a:hover {
    color: #fff;
    background: #007984;
  }
  .s-past-problems-menu__list--recommendation > .menu-item > a:hover::after {
    color: #fff;
  }
  .s-past-problems-menu__list--recommendation > .menu-item-has-children > a:hover::before,
.s-past-problems-menu__list--recommendation > .menu-item-has-children > a:hover::after {
    color: #fff;
    background: #fff;
  }
}

.s-past-problems-menu__list--integration > .menu-item > a {
  color: #5953AC;
  border: solid #5953AC;
  border-width: 1px 1px 3px;
}
.s-past-problems-menu__list--integration > .menu-item > a::after {
  color: #5953AC;
}
.s-past-problems-menu__list--integration > .menu-item-has-children > a::before,
.s-past-problems-menu__list--integration > .menu-item-has-children > a::after {
  background: #5953AC;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-menu__list--integration > .menu-item > a:hover {
    color: #fff;
    background: #5953AC;
  }
  .s-past-problems-menu__list--integration > .menu-item > a:hover::after {
    color: #fff;
  }
  .s-past-problems-menu__list--integration > .menu-item-has-children > a:hover::before,
.s-past-problems-menu__list--integration > .menu-item-has-children > a:hover::after {
    color: #fff;
    background: #fff;
  }
}

.s-past-problems-menu__list--general > .menu-item > a {
  color: #BE3369;
  border: solid #BE3369;
  border-width: 1px 1px 3px;
}
.s-past-problems-menu__list--general > .menu-item > a::after {
  color: #BE3369;
}
.s-past-problems-menu__list--general > .menu-item-has-children > a::before,
.s-past-problems-menu__list--general > .menu-item-has-children > a::after {
  background: #BE3369;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-menu__list--general > .menu-item > a:hover {
    color: #fff;
    background: #BE3369;
  }
  .s-past-problems-menu__list--general > .menu-item > a:hover::after {
    color: #fff;
  }
  .s-past-problems-menu__list--general > .menu-item-has-children > a:hover::before,
.s-past-problems-menu__list--general > .menu-item-has-children > a:hover::after {
    color: #fff;
    background: #fff;
  }
}

.s-past-problems-menu__list--common > .menu-item > a {
  color: #BF3C3C;
  border: solid #BF3C3C;
  border-width: 1px 1px 3px;
}
.s-past-problems-menu__list--common > .menu-item > a::after {
  color: #BF3C3C;
}
.s-past-problems-menu__list--common > .menu-item-has-children > a::before,
.s-past-problems-menu__list--common > .menu-item-has-children > a::after {
  background: #BF3C3C;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-menu__list--common > .menu-item > a:hover {
    color: #fff;
    background: #BF3C3C;
  }
  .s-past-problems-menu__list--common > .menu-item > a:hover::after {
    color: #fff;
  }
  .s-past-problems-menu__list--common > .menu-item-has-children > a:hover::before,
.s-past-problems-menu__list--common > .menu-item-has-children > a:hover::after {
    color: #fff;
    background: #fff;
  }
}

.s-past-problems-menu__list--other > .menu-item > a {
  color: #9D7E00;
  border: solid #9D7E00;
  border-width: 1px 1px 3px;
}
.s-past-problems-menu__list--other > .menu-item > a::after {
  color: #9D7E00;
}
.s-past-problems-menu__list--other > .menu-item-has-children > a::before,
.s-past-problems-menu__list--other > .menu-item-has-children > a::after {
  background: #9D7E00;
}
@media print, screen and (min-width: 701px) {
  .s-past-problems-menu__list--other > .menu-item > a:hover {
    color: #fff;
    background: #9D7E00;
  }
  .s-past-problems-menu__list--other > .menu-item > a:hover::after {
    color: #fff;
  }
  .s-past-problems-menu__list--other > .menu-item-has-children > a:hover::before,
.s-past-problems-menu__list--other > .menu-item-has-children > a:hover::after {
    color: #fff;
    background: #fff;
  }
}

.s-result-intro {
  margin: 0 0 25px;
  font-size: 1.1667rem;
}

.s-color--recommendation .s-result-heading {
  position: relative;
  color: #007984;
  margin: 0 0 10px;
  padding: 15px 45px 15px 24px;
  font-weight: bold;
  font-size: 1.3333rem !important;
  background: #f8f8f8;
  border-bottom: 2px solid;
}
.s-color--recommendation .s-result-heading::before, .s-color--recommendation .s-result-heading::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #007984;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-color--recommendation .s-result-heading::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--recommendation .s-result-heading.is-opened::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--recommendation .s-result-heading.is-opened::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-color--integration .s-result-heading {
  position: relative;
  color: #5953AC;
  margin: 0 0 10px;
  padding: 15px 45px 15px 24px;
  font-weight: bold;
  font-size: 1.3333rem !important;
  background: #f8f8f8;
  border-bottom: 2px solid;
}
.s-color--integration .s-result-heading::before, .s-color--integration .s-result-heading::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #5953AC;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-color--integration .s-result-heading::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--integration .s-result-heading.is-opened::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--integration .s-result-heading.is-opened::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-color--general .s-result-heading {
  position: relative;
  color: #BE3369;
  margin: 0 0 10px;
  padding: 15px 45px 15px 24px;
  font-weight: bold;
  font-size: 1.3333rem !important;
  background: #f8f8f8;
  border-bottom: 2px solid;
}
.s-color--general .s-result-heading::before, .s-color--general .s-result-heading::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #BE3369;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-color--general .s-result-heading::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--general .s-result-heading.is-opened::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--general .s-result-heading.is-opened::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-color--common .s-result-heading {
  position: relative;
  color: #BF3C3C;
  margin: 0 0 10px;
  padding: 15px 45px 15px 24px;
  font-weight: bold;
  font-size: 1.3333rem !important;
  background: #f8f8f8;
  border-bottom: 2px solid;
}
.s-color--common .s-result-heading::before, .s-color--common .s-result-heading::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #BF3C3C;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-color--common .s-result-heading::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--common .s-result-heading.is-opened::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--common .s-result-heading.is-opened::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-color--other .s-result-heading {
  position: relative;
  color: #9D7E00;
  margin: 0 0 10px;
  padding: 15px 45px 15px 24px;
  font-weight: bold;
  font-size: 1.3333rem !important;
  background: #f8f8f8;
  border-bottom: 2px solid;
}
.s-color--other .s-result-heading::before, .s-color--other .s-result-heading::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  display: inline-block;
  width: 13px;
  height: 3px;
  background: #9D7E00;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-color--other .s-result-heading::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--other .s-result-heading.is-opened::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-color--other .s-result-heading.is-opened::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.s-result-data {
  margin: 0 0 20px;
}
.s-result-data .s-result-data__table {
  width: 800px;
  max-width: 800px;
  border-collapse: collapse;
}
.s-result-data .s-result-data__table .s-result-data__cg-1:nth-child(1) {
  width: 17%;
}
.s-result-data .s-result-data__table .s-result-data__cg-1:nth-child(2) {
  width: 15%;
}
.s-result-data .s-result-data__table .s-result-data__cg-1:nth-child(3) {
  width: 12%;
}
.s-result-data .s-result-data__table .s-result-data__cg-1:nth-child(4),
.s-result-data .s-result-data__table .s-result-data__cg-1:nth-child(5),
.s-result-data .s-result-data__table .s-result-data__cg-1:nth-child(6),
.s-result-data .s-result-data__table .s-result-data__cg-1:nth-child(7) {
  width: 14%;
}
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(1) {
  width: 17%;
}
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(2) {
  width: 5%;
}
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(3) {
  width: 23%;
}
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(4),
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(5),
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(6),
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(7),
.s-result-data .s-result-data__table .s-result-data__cg-2:nth-child(8) {
  width: 11%;
}
.s-result-data .s-result-data__table th,
.s-result-data .s-result-data__table td {
  padding: 10px 14px;
  font-size: 1.1667rem;
  text-align: center;
  background: #fff;
  border: 1px solid #E2E2E2;
}
.s-result-data .s-result-data__table thead th {
  color: #ffffff;
  background: #003380;
}
.s-result-data .s-result-data__table tbody {
  border-bottom: 3px double #E2E2E2;
}
.s-result-data .s-result-data__table tbody:last-child {
  border-bottom: none;
}
.s-result-data .s-result-data__table tr:nth-child(even) th,
.s-result-data .s-result-data__table tr:nth-child(even) td {
  background: #F8F8F8;
}
.s-result-data .s-result-data__table .s-result-data__year {
  font-size: 1.3333rem;
  text-align: left;
}
.s-result-data .s-result-data__table .s-result-data__course, .s-result-data .s-result-data__table .s-result-data__course--data, .s-result-data .s-result-data__table .s-result-data__course--clinical, .s-result-data .s-result-data__table .s-result-data__course--animal, .s-result-data .s-result-data__table .s-result-data__course--medical, .s-result-data .s-result-data__table .s-result-data__course--frontier {
  color: #003380;
  font-weight: bold;
  text-align: left;
  background: #f1f1f1;
}
.s-result-data .s-result-data__table .s-result-data__course--frontier {
  color: #E94E6D;
  background: #FDF0F3;
}
.s-result-data .s-result-data__table .s-result-data__course--medical {
  color: #00A2E4;
  background: #E8F6FC;
}
.s-result-data .s-result-data__table .s-result-data__course--animal {
  color: #82BF25;
  background: #F1FAE2;
}
.s-result-data .s-result-data__table .s-result-data__course--clinical {
  color: #8C64A8;
  background: #F9F2FF;
}
.s-result-data .s-result-data__table .s-result-data__course--data {
  color: #0D57A7;
  background: #E2E9F4;
}
.s-color--recommendation .s-result-data .s-result-data__table thead th {
  background: #007984;
}
.s-color--integration .s-result-data .s-result-data__table thead th {
  background: #5953AC;
}
.s-color--general .s-result-data .s-result-data__table thead th {
  background: #BE3369;
}
.s-color--common .s-result-data .s-result-data__table thead th {
  background: #BF3C3C;
}
.s-color--other .s-result-data .s-result-data__table thead th {
  background: #9D7E00;
}
@media print, screen and (min-width: 701px) {
  .s-result-data .s-result-data__table {
    width: 100%;
    min-width: 600px;
  }
  .s-result-data .s-result-data__table th,
.s-result-data .s-result-data__table td {
    font-size: 0.875rem;
  }
  .s-result-data .s-result-data__table .s-result-data__year {
    font-size: 1rem;
    text-align: left;
  }
}

.s-distribution-data {
  margin: 0 0 40px;
}
@media print, screen and (min-width: 701px) {
  .s-distribution-data {
    margin-bottom: 70px;
  }
}

.s-distribution-data__table {
  min-width: 600px;
  margin: 0 0 20px;
}

.s-distribution-data__note {
  font-size: 1.1667rem;
}
.s-distribution-data__note p {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-distribution-data__note {
    font-size: 0.875rem;
  }
}

.s-distribution-charts {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-distribution-charts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-distribution-charts__item {
  margin: 0 0 36px;
}
.s-distribution-charts__item img {
  width: 100%;
  vertical-align: top;
}
@media print, screen and (min-width: 701px) {
  .s-distribution-charts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.625%;
            flex: 0 0 45.625%;
    margin-bottom: 8.75%;
  }
}

.s-request-intro {
  margin: 0 0 30px;
  font-size: 1.1667rem;
}
.s-request-intro p {
  margin: 0 0 15px;
}
@media print, screen and (min-width: 701px) {
  .s-request-intro {
    font-size: 1rem;
  }
}

.s-request-box {
  margin: 0 0 45px;
  font-size: 1.1667rem;
}
.s-request-box p {
  margin: 0 0 15px;
}
@media print, screen and (min-width: 701px) {
  .s-request-box {
    margin-bottom: 60px;
    font-size: 1rem;
  }
}

.s-request-documents-checkbox-list p {
  margin: 0;
}
.s-request-documents-checkbox-list .mwform-checkbox-field {
  margin: 0 0 15px 23px;
  font-weight: bold;
  text-indent: -23px;
}
.s-request-documents-checkbox-list .mwform-checkbox-field:last-of-type {
  margin-bottom: 0;
}
.s-request-documents-checkbox-list .mwform-checkbox-field label {
  font-weight: inherit;
}
@media print, screen and (min-width: 701px) {
  .s-request-documents-checkbox-list {
    padding: 50px;
  }
  .s-request-documents-checkbox-list .mwform-checkbox-field {
    margin-bottom: 25px;
  }
}

.s-examination-detail-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px 30px;
  padding: 0;
  font-size: 1.16666667rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-tab-menu {
    margin: 0 -13px 40px;
    font-size: 1rem;
  }
}

.s-examination-detail-tab-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0 5px;
}
.s-examination-detail-tab-menu__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 5px;
  text-decoration: none;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.s-examination-detail-tab-menu__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 18px;
  height: 8px;
  margin: 0 0 0 -9px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 400ms ease, opacity 400ms ease;
  -o-transition: visibility 400ms ease, opacity 400ms ease;
  transition: visibility 400ms ease, opacity 400ms ease;
}
.s-examination-detail-tab-menu__item a.is-selected::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-tab-menu__item {
    margin: 0 13px;
  }
  .s-examination-detail-tab-menu__item a {
    padding: 20px 5px;
  }
  .s-examination-detail-tab-menu__item a::after {
    bottom: -12px;
    width: 26px;
    height: 12px;
    margin-left: -13px;
  }
}
.s-color--recommendation .s-examination-detail-tab-menu__item a {
  background: #EEFAE7;
  color: #007984;
}
.s-color--recommendation .s-examination-detail-tab-menu__item a::after {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #007984)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #007984)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #007984 51%) no-repeat top right/50.2% 100%;
}
.s-color--recommendation .s-examination-detail-tab-menu__item a.is-selected {
  background: #007984;
  color: #fff;
}
.s-color--integration .s-examination-detail-tab-menu__item a {
  background: #ECECFC;
  color: #5953AC;
}
.s-color--integration .s-examination-detail-tab-menu__item a::after {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #5953AC)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #5953AC)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #5953AC 51%) no-repeat top right/50.2% 100%;
}
.s-color--integration .s-examination-detail-tab-menu__item a.is-selected {
  background: #5953AC;
  color: #fff;
}
.s-color--general .s-examination-detail-tab-menu__item a {
  background: #FDEDF3;
  color: #BE3369;
}
.s-color--general .s-examination-detail-tab-menu__item a::after {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BE3369)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BE3369)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #BE3369 51%) no-repeat top right/50.2% 100%;
}
.s-color--general .s-examination-detail-tab-menu__item a.is-selected {
  background: #BE3369;
  color: #fff;
}
.s-color--common .s-examination-detail-tab-menu__item a {
  background: #FAEAE4;
  color: #BF3C3C;
}
.s-color--common .s-examination-detail-tab-menu__item a::after {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BF3C3C)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #BF3C3C)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #BF3C3C 51%) no-repeat top right/50.2% 100%;
}
.s-color--common .s-examination-detail-tab-menu__item a.is-selected {
  background: #BF3C3C;
  color: #fff;
}
.s-color--other .s-examination-detail-tab-menu__item a {
  background: #FAF8DA;
  color: #9D7E00;
}
.s-color--other .s-examination-detail-tab-menu__item a::after {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #9D7E00)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #9D7E00)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #9D7E00 51%) no-repeat top right/50.2% 100%;
}
.s-color--other .s-examination-detail-tab-menu__item a.is-selected {
  background: #9D7E00;
  color: #fff;
}

.s-examination-detail-tab-menu__item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.s-examination-detail-tab-content {
  position: relative;
  top: 10px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: top 400ms ease, opacity 400ms ease;
  -o-transition: top 400ms ease, opacity 400ms ease;
  transition: top 400ms ease, opacity 400ms ease;
}
.s-examination-detail-tab-content.is-selected {
  top: 0;
  height: auto;
  overflow: visible;
  opacity: 1;
}

.s-examination-detail-outline-box, .s-examination-detail-outline-box--nolist {
  margin: 0 0 30px;
  padding: 0 25px 25px;
}
.s-examination-detail-outline-box .s-examination-detail-outline-box__heading, .s-examination-detail-outline-box--nolist .s-examination-detail-outline-box__heading {
  margin: 0 -25px 8px;
  padding: 20px 5px;
  font-size: 1.83333333rem !important;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-outline-box, .s-examination-detail-outline-box--nolist {
    margin-bottom: 40px;
    padding: 0 40px 25px;
  }
  .s-examination-detail-outline-box .s-examination-detail-outline-box__heading, .s-examination-detail-outline-box--nolist .s-examination-detail-outline-box__heading {
    margin: 0 -40px 2px;
    font-size: 1.75rem !important;
  }
}
.s-color--recommendation .s-examination-detail-outline-box, .s-color--recommendation .s-examination-detail-outline-box--nolist {
  background: #EEFAE7;
}
.s-color--recommendation .s-examination-detail-outline-box .s-examination-detail-outline-box__heading, .s-color--recommendation .s-examination-detail-outline-box--nolist .s-examination-detail-outline-box__heading {
  background: #007984;
}
.s-color--integration .s-examination-detail-outline-box, .s-color--integration .s-examination-detail-outline-box--nolist {
  background: #ECECFC;
}
.s-color--integration .s-examination-detail-outline-box .s-examination-detail-outline-box__heading, .s-color--integration .s-examination-detail-outline-box--nolist .s-examination-detail-outline-box__heading {
  background: #5953AC;
}
.s-color--general .s-examination-detail-outline-box, .s-color--general .s-examination-detail-outline-box--nolist {
  background: #FDEDF3;
}
.s-color--general .s-examination-detail-outline-box .s-examination-detail-outline-box__heading, .s-color--general .s-examination-detail-outline-box--nolist .s-examination-detail-outline-box__heading {
  background: #BE3369;
}
.s-color--common .s-examination-detail-outline-box, .s-color--common .s-examination-detail-outline-box--nolist {
  background: #FAEAE4;
}
.s-color--common .s-examination-detail-outline-box .s-examination-detail-outline-box__heading, .s-color--common .s-examination-detail-outline-box--nolist .s-examination-detail-outline-box__heading {
  background: #BF3C3C;
}
.s-color--other .s-examination-detail-outline-box, .s-color--other .s-examination-detail-outline-box--nolist {
  background: #FAF8DA;
}
.s-color--other .s-examination-detail-outline-box .s-examination-detail-outline-box__heading, .s-color--other .s-examination-detail-outline-box--nolist .s-examination-detail-outline-box__heading {
  background: #9D7E00;
}

.s-examination-detail-outline-box--nolist {
  padding-bottom: 0;
}

.s-examination-detail-outline-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -10px;
  padding: 0;
  font-size: 1.16666667rem;
  font-weight: bold;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-outline-box-list {
    margin-left: -25px;
    font-size: 1rem;
  }
}
.s-color--recommendation .s-examination-detail-outline-box-list {
  color: #007984;
}
.s-color--integration .s-examination-detail-outline-box-list {
  color: #5953AC;
}
.s-color--general .s-examination-detail-outline-box-list {
  color: #BE3369;
}
.s-color--common .s-examination-detail-outline-box-list {
  color: #BF3C3C;
}
.s-color--other .s-examination-detail-outline-box-list {
  color: #9D7E00;
}

.s-examination-detail-outline-box-list__item {
  display: inline-block;
  margin: 10px 0 0 10px;
  padding: 8px 20px;
  background: #fff;
  border-radius: 9999px;
}
.s-examination-detail-outline-box-list__item sup {
  display: inline-block;
  margin: -3px 0 0;
  vertical-align: top;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-outline-box-list__item {
    margin: 18px 0 0 25px;
    padding: 8px 25px;
  }
}

.s-examination-detail-recruitment-table {
  border-collapse: collapse;
}
.s-examination-detail-recruitment-table th,
.s-examination-detail-recruitment-table td {
  font-size: 1.08333333rem;
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #E2E2E2;
  text-align: center;
  vertical-align: middle;
}
.s-examination-detail-recruitment-table tr:nth-child(even) th,
.s-examination-detail-recruitment-table tr:nth-child(even) td {
  background: #F8F8F8;
}
.s-examination-detail-recruitment-table thead tr:nth-child(n) th {
  color: #fff;
  font-weight: bold;
}
.s-examination-detail-recruitment-table tbody th {
  padding-left: 0;
  font-weight: normal;
  text-align: left;
}
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--frontier,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--medical,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--animal,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--clinical,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0 0 0 23px;
  line-height: 1.3;
}
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--frontier::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--medical::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--animal::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--clinical::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--data::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 4px;
  margin: -2px 0 0;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-recruitment-table th,
.s-examination-detail-recruitment-table td {
    font-size: 1rem;
  }
  .s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--frontier,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--medical,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--animal,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--clinical,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--data {
    min-height: 50px;
    padding: 0 0 0 30px;
  }
  .s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--frontier::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--medical::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--animal::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--clinical::before,
.s-examination-detail-recruitment-table tbody th .s-examination-detail-recruitment-table__label--data::before {
    content: "";
    width: 20px;
  }
}
.s-color--recommendation .s-examination-detail-recruitment-table thead tr:nth-child(n) th {
  background: #007984;
}
.s-color--integration .s-examination-detail-recruitment-table thead tr:nth-child(n) th {
  background: #5953AC;
}
.s-color--general .s-examination-detail-recruitment-table thead tr:nth-child(n) th {
  background: #BE3369;
}
.s-color--common .s-examination-detail-recruitment-table thead tr:nth-child(n) th {
  background: #BF3C3C;
}
.s-color--other .s-examination-detail-recruitment-table thead tr:nth-child(n) th {
  background: #9D7E00;
}
.s-examination-detail-recruitment-table .s-examination-detail-recruitment-table__label--frontier::before {
  background: #E94E6D;
}
.s-examination-detail-recruitment-table .s-examination-detail-recruitment-table__label--medical::before {
  background: #00A2E4;
}
.s-examination-detail-recruitment-table .s-examination-detail-recruitment-table__label--animal::before {
  background: #82BF25;
}
.s-examination-detail-recruitment-table .s-examination-detail-recruitment-table__label--clinical::before {
  background: #8C64A8;
}
.s-examination-detail-recruitment-table .s-examination-detail-recruitment-table__label--data::before {
  background: #0D57A7;
}

.s-examination-detail-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -12px;
  padding: 0;
  font-size: 1.16666667rem;
  font-weight: bold;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-center {
    margin: 0 0 0 -15px;
    font-size: 1rem;
  }
}

.s-examination-detail-center__item {
  margin: 0 0 12px 12px;
  padding: 8px 20px;
  background: #003380;
  color: #fff;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-center__item {
    margin: 0 0 15px 15px;
    padding: 10px 25px;
  }
}

.s-examination-detail-course-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: 0 0 15px;
  padding: 0;
  font-weight: bold;
  color: #fff;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-course-label {
    font-size: 0.75rem;
  }
}

.s-examination-detail-course-label__item--data, .s-examination-detail-course-label__item--clinical, .s-examination-detail-course-label__item--animal, .s-examination-detail-course-label__item--medical, .s-examination-detail-course-label__item--frontier {
  margin: 0 5px 0 0;
  padding: 0 12px;
}
.s-examination-detail-course-label__item--data:last-child, .s-examination-detail-course-label__item--clinical:last-child, .s-examination-detail-course-label__item--animal:last-child, .s-examination-detail-course-label__item--medical:last-child, .s-examination-detail-course-label__item--frontier:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-course-label__item--data, .s-examination-detail-course-label__item--clinical, .s-examination-detail-course-label__item--animal, .s-examination-detail-course-label__item--medical, .s-examination-detail-course-label__item--frontier {
    margin-right: 10px;
  }
}

.s-examination-detail-course-label__item--frontier {
  background: #E94E6D;
}

.s-examination-detail-course-label__item--medical {
  background: #00A2E4;
}

.s-examination-detail-course-label__item--animal {
  background: #82BF25;
}

.s-examination-detail-course-label__item--clinical {
  background: #8C64A8;
}

.s-examination-detail-course-label__item--data {
  background: #0D57A7;
}

.s-examination-detail-test-heading {
  padding: 10px;
  font-size: 1.16666667rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-test-heading {
    padding: 20px;
    font-size: 1.125rem;
  }
}
.s-color--recommendation .s-examination-detail-test-heading {
  background: #EEFAE7;
  color: #007984;
}
.s-color--integration .s-examination-detail-test-heading {
  background: #ECECFC;
  color: #5953AC;
}
.s-color--general .s-examination-detail-test-heading {
  background: #FDEDF3;
  color: #BE3369;
}
.s-color--common .s-examination-detail-test-heading {
  background: #FAEAE4;
  color: #BF3C3C;
}
.s-color--other .s-examination-detail-test-heading {
  background: #FAF8DA;
  color: #9D7E00;
}

.s-test-contents-any-subject {
  position: relative;
  border-top: 1px solid #003380;
  padding: 20px 0 0;
}
.s-test-contents-any-subject::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 8px;
  margin: 0 0 0 -20px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top left/50.2% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top right/50.2% 100%;
  background: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/50.2% 100%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top right/50.2% 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/50.2% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top right/50.2% 100%;
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-any-subject {
    padding-top: 30px;
  }
  .s-test-contents-any-subject::before {
    width: 48px;
    height: 10px;
    margin-left: -24px;
  }
}

.s-test-contents-any-subject__text {
  margin: 0 0 15px;
  padding: 10px;
  background: #E4EDFC;
  font-size: 1.16666667rem;
  font-weight: bold;
  color: #003380;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-any-subject__text {
    width: 54%;
    margin: 0 auto 15px;
    padding: 20px;
    font-size: 1.125rem;
  }
}

.s-test-contents-any-subject__plus {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.s-test-contents-any-subject__plus::before, .s-test-contents-any-subject__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 4px;
  background: #003380;
}
.s-test-contents-any-subject__plus::before {
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.s-test-contents-any-subject__plus::after {
  -webkit-transform: translate(-50%) rotate(90deg);
      -ms-transform: translate(-50%) rotate(90deg);
          transform: translate(-50%) rotate(90deg);
}
@media print, screen and (min-width: 701px) {
  .s-test-contents-any-subject__plus {
    width: 30px;
    height: 30px;
  }
  .s-test-contents-any-subject__plus::before, .s-test-contents-any-subject__plus::after {
    height: 6px;
  }
}

.s-examination-detail-price {
  margin: 0 !important;
  font-size: 2em;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-price {
    font-size: 1.5em;
  }
}

.s-examination-detail-system {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E2E2E2;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-system {
    margin-bottom: 40px;
  }
}

.s-examination-detail-system__item {
  padding: 20px 30px;
  border-bottom: 1px solid #E2E2E2;
}
.s-examination-detail-system__item:nth-child(even) {
  background: #F8F8F8;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-system__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.s-examination-detail-system__heading {
  position: relative;
  margin: 0 0 15px;
  font-size: 1.16666667rem;
  font-weight: bold;
}
.s-examination-detail-system__heading::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -14px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, #003380)) no-repeat bottom right/100% 50.2%;
  background: -o-linear-gradient(top right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/100% 50.2%, -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #003380 51%) no-repeat bottom right/100% 50.2%;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-system__heading {
    margin: 0 10px 0 16px;
    font-size: 1rem;
  }
  .s-examination-detail-system__heading::before {
    top: 6px;
    left: -16px;
    width: 11px;
    height: 12px;
  }
}

.s-examination-detail-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 25px 0 0;
  border-top: 2px solid #0087E6;
  list-style: none;
}
.s-examination-detail-banners img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-banners {
    padding: 35px 35px 0;
  }
}

.s-examination-detail-banners__item {
  -ms-flex-preferred-size: calc((100% - 20px) / 2);
      flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin: 0 20px 20px 0;
}
.s-examination-detail-banners__item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 701px) {
  .s-examination-detail-banners__item {
    -ms-flex-preferred-size: calc((100% - 44px) / 3);
        flex-basis: calc((100% - 44px) / 3);
    max-width: calc((100% - 44px) / 3);
  }
  .s-examination-detail-banners__item:nth-child(2n) {
    margin-right: 22px;
  }
  .s-examination-detail-banners__item:nth-child(3n) {
    margin-right: 0;
  }
  .s-examination-detail-banners__item a {
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .s-examination-detail-banners__item a:hover {
    opacity: 0.6;
  }
}