#jcpc-page .lower-title-wrapper::before {
  background-color: #317bdd;
}
#jcpc-page .lower-sub-title h2::after {
  background-color: #317bdd;
}
#jcpc-page #read-wrapper {
  padding: 5rem 0;
}
#jcpc-page #read-wrapper .flex-wrapper-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  #jcpc-page #read-wrapper .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#jcpc-page #read-wrapper .image-wrapper img {
  width: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#jcpc-page #read-wrapper .btn-wrapper {
  text-align: center;
}
#jcpc-page #read-wrapper .btn-wrapper a {
  background-color: #317bdd;
}
#jcpc-page #about-jcpc .content-wrapper {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem;
}
#jcpc-page #about-jcpc .content-wrapper .flex-wrapper-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #jcpc-page #about-jcpc .content-wrapper .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
#jcpc-page #about-jcpc .content-wrapper .flex-wrapper-row .flex-item {
  width: 48%;
}
@media (max-width: 767px) {
  #jcpc-page #about-jcpc .content-wrapper .flex-wrapper-row .flex-item {
    width: 100%;
  }
}
#jcpc-page #about-jcpc .content-wrapper .flex-wrapper-row .flex-item img {
  height: 14rem;
}
#jcpc-page #about-jcpc .target-wrapper {
  text-align: center;
}
#jcpc-page #about-jcpc .target-wrapper p.sidebar-text::before {
  background-color: #317bdd;
}
#jcpc-page #about-jcpc .target-wrapper p.sidebar-text::after {
  background-color: #317bdd;
}
#jcpc-page #about-jcpc .target-wrapper ul.target-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #jcpc-page #about-jcpc .target-wrapper ul.target-list {
    gap: 1rem;
  }
}
#jcpc-page #about-jcpc .target-wrapper ul.target-list li {
  padding: 2.5rem 2rem;
  width: 49%;
  font-size: 1.6rem;
  border: 1px solid #317bdd;
  background-color: #fff;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  #jcpc-page #about-jcpc .target-wrapper ul.target-list li {
    width: 100%;
  }
}
#jcpc-page #about-jcpc .target-wrapper ul.target-list li::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  content: "";
  -webkit-mask-image: url("../img/common/icon_check.svg");
          mask-image: url("../img/common/icon_check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #317bdd;
}
#jcpc-page #about-jcpc .count-wrapper p {
  text-align: center;
}
#jcpc-page #merit {
  margin: 5rem 0 0;
}
#jcpc-page #merit ul.merit-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #jcpc-page #merit ul.merit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#jcpc-page #merit ul.merit-list li {
  width: 32%;
  background-color: #fff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  #jcpc-page #merit ul.merit-list li {
    width: 100%;
  }
}
#jcpc-page #merit ul.merit-list li .image-wrapper img {
  max-height: 7rem;
}
#jcpc-page #step {
  margin: 5rem 0 0;
}
#jcpc-page #step ul.step-list li.number-step-item::after {
  background-color: #317bdd;
}
#jcpc-page #step ul.step-list p.step-gray {
  color: #317bdd;
}
@media (max-width: 767px) {
  #jcpc-page #step ul.step-list .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#jcpc-page #step ul.step-list a.btn-line {
  margin: 0;
  border-color: #317bdd;
  color: #317bdd;
}
#jcpc-page #step ul.step-list a.btn-line::before {
  background-color: #317bdd;
}
#jcpc-page #step ul.step-list a.btn-line:hover {
  background-color: #317bdd;
  color: #fff;
}
#jcpc-page #course {
  margin: 5rem 0 0;
}
#jcpc-page #course ul.point-list {
  gap: 2rem;
}
#jcpc-page #course ul.point-list li.point-item {
  border: 1px solid #317bdd;
  border-radius: 1rem;
  padding: 2rem;
}
#jcpc-page #course ul.point-list li.point-item .point-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#jcpc-page #course #curriculum table {
  width: 100%;
}
#jcpc-page #course #curriculum table th {
  padding: 1rem;
  display: table-cell;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
  text-align: center;
  width: 10rem;
}
#jcpc-page #course #curriculum table th h2 {
  color: #fff;
}
#jcpc-page #course #curriculum table th.day1 {
  background: #317bdd;
}
#jcpc-page #course #curriculum table th.day2 {
  background: #1158B6;
}
#jcpc-page #course #curriculum table td {
  padding: 1rem;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #d6d6d6;
}
#jcpc-page #course #curriculum table td.cur-ttl {
  width: 30%;
}
#jcpc-page #course #curriculum table td h3::before {
  display: none;
}
#jcpc-page #course #curriculum table li {
  float: none;
}
#jcpc-page #course #curriculum .table-under th {
  padding: 5px 40px;
  font-size: 16px;
  color: #fff;
}
#jcpc-page #course td.chapter {
  background-color: #f1f1f4;
}
#jcpc-page #course td.curriculum,
#jcpc-page #course td.curriculum h2 {
  background: #262626;
  color: #fff !important;
}
#jcpc-page #course td.point,
#jcpc-page #course td.point h2 {
  background: #317bdd;
  color: #fff !important;
}
#jcpc-page #course #tool .btn {
  background: #317bdd;
  color: #fff;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
}
#jcpc-page #course .course-test-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  #jcpc-page #course .course-test-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#jcpc-page #course .course-test-wrapper .flex-item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  #jcpc-page #course .course-test-wrapper .flex-item {
    width: 100%;
  }
}
#jcpc-page #course .course-test-wrapper .left-item table {
  width: 100%;
  height: 100%;
}
#jcpc-page #course .course-test-wrapper .left-item table th {
  background-color: #317bdd;
  padding: 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}
#jcpc-page #course .course-test-wrapper .left-item table td {
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}
#jcpc-page #course .course-test-wrapper .right-item table {
  width: 100%;
  height: 100%;
}
#jcpc-page #course .course-test-wrapper .right-item table th,
#jcpc-page #course .course-test-wrapper .right-item table td {
  padding: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}
#jcpc-page #course .course-test-wrapper .right-item table th {
  width: 30%;
  color: #fff;
  background-color: #317bdd;
}
#jcpc-page #course .course-test-wrapper .right-item table td.day {
  width: 25%;
  background-color: #eff1f5;
}
#jcpc-page #course .course-test-wrapper .right-item table td {
  width: 45%;
}
#jcpc-page #course .teacher-wrapper .teacher-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #jcpc-page #course .teacher-wrapper .teacher-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#jcpc-page #course .teacher-wrapper .teacher-item .image-wrapper img {
  width: 16rem;
}
#jcpc-page #after-support {
  margin: 5rem 0 0;
}
#jcpc-page #after-support li.system-wrapper .content-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #jcpc-page #after-support li.system-wrapper .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#jcpc-page #after-support li.system-wrapper .left-item {
  width: 49%;
}
@media (max-width: 767px) {
  #jcpc-page #after-support li.system-wrapper .left-item {
    width: 100%;
  }
}
#jcpc-page #after-support li.system-wrapper .right-item {
  width: 49%;
}
@media (max-width: 767px) {
  #jcpc-page #after-support li.system-wrapper .right-item {
    width: 100%;
  }
}
#jcpc-page #after-support li.system-wrapper .right-item td {
  text-align: left !important;
}
#jcpc-page #after-support li.system-wrapper table {
  width: 100%;
}
#jcpc-page #after-support li.system-wrapper table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#jcpc-page #after-support li.system-wrapper table tr th {
  background-color: #317bdd;
  color: #fff;
  padding: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}
#jcpc-page #after-support li.system-wrapper table tr td {
  padding: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  vertical-align: middle;
}
#jcpc-page #after-support li.support-wrapper .flex-wrapper-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #jcpc-page #after-support li.support-wrapper .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#jcpc-page #after-support li.support-wrapper .flex-wrapper-row .flex-item {
  width: 49%;
  background-color: #f1f1f4;
  padding: 2rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  #jcpc-page #after-support li.support-wrapper .flex-wrapper-row .flex-item {
    width: 100%;
  }
}
#jcpc-page #after-support li.support-wrapper .flex-wrapper-row .flex-item img {
  max-height: 13rem;
}
#jcpc-page #schedule {
  margin: 5rem 0 0;
}
#jcpc-page #schedule ul.schedule-list {
  row-gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#jcpc-page #schedule ul.schedule-list table {
  width: 100%;
  border-collapse: collapse;
}
#jcpc-page #schedule ul.schedule-list table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  #jcpc-page #schedule ul.schedule-list table tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#jcpc-page #schedule ul.schedule-list table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}
#jcpc-page #schedule ul.schedule-list table th,
#jcpc-page #schedule ul.schedule-list table td {
  padding: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #d6d6d6;
}
#jcpc-page #schedule ul.schedule-list table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  height: 100%;
}
#jcpc-page #schedule ul.schedule-list table a {
  display: block;
  color: #fff;
  padding: 1rem 2rem 1rem 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#jcpc-page #schedule ul.schedule-list table a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: url("../img/common/icon_arrow_white.svg");
          mask-image: url("../img/common/icon_arrow_white.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
#jcpc-page #schedule ul.schedule-list table a:hover {
  opacity: 0.6;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead {
  display: table-header-group;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table tbody {
  display: table-row-group;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead tr,
#jcpc-page #schedule ul.schedule-list table.schedule-table tbody tr {
  display: table-row;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: none;
  max-width: none;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table th,
#jcpc-page #schedule ul.schedule-list table.schedule-table td {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead th {
  background-color: #317bdd;
  color: #fff;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead th:nth-child(1) {
  width: 22%;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead th:nth-child(2) {
  width: 16%;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead th:nth-child(3) {
  width: 14%;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead th:nth-child(4) {
  width: 30%;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table thead th:nth-child(5) {
  width: 18%;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table tbody tr + tr td {
  border-top: 2px solid #d9d9d9;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table td.schedule-data-cell {
  color: #317bdd;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table td.schedule-speaker-cell {
  color: #262626;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
}
#jcpc-page #schedule ul.schedule-list table.schedule-table a.btn-schedule-apply {
  background-color: #317bdd;
}
@media (max-width: 767px) {
  #jcpc-page #schedule ul.schedule-list table.schedule-table thead {
    display: none;
  }
  #jcpc-page #schedule ul.schedule-list table.schedule-table tbody tr {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #d9d9d9;
  }
  #jcpc-page #schedule ul.schedule-list table.schedule-table tbody tr:last-child {
    margin-bottom: 0;
  }
  #jcpc-page #schedule ul.schedule-list table.schedule-table tbody td {
    display: block;
    width: 100%;
    text-align: left;
  }
  #jcpc-page #schedule ul.schedule-list table.schedule-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 700;
    color: #317bdd;
  }
}
#jcpc-page #schedule ul.schedule-list table.continuation-table thead {
  display: table-header-group;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table tbody {
  display: table-row-group;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table thead tr,
#jcpc-page #schedule ul.schedule-list table.continuation-table tbody tr {
  display: table-row;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: none;
  max-width: none;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table th,
#jcpc-page #schedule ul.schedule-list table.continuation-table td {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table thead th {
  background-color: #1158B6;
  color: #fff;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table thead th:nth-child(1) {
  width: 14%;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table thead th:nth-child(2) {
  width: 14%;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table thead th:nth-child(3) {
  width: 54%;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table thead th:nth-child(4) {
  width: 18%;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table tbody tr + tr td {
  border-top: 2px solid #d9d9d9;
}
@media (max-width: 767px) {
  #jcpc-page #schedule ul.schedule-list table.continuation-table thead {
    display: none;
  }
  #jcpc-page #schedule ul.schedule-list table.continuation-table tbody tr {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #d9d9d9;
  }
  #jcpc-page #schedule ul.schedule-list table.continuation-table tbody tr:last-child {
    margin-bottom: 0;
  }
  #jcpc-page #schedule ul.schedule-list table.continuation-table tbody td {
    display: block;
    width: 100%;
    text-align: left;
  }
  #jcpc-page #schedule ul.schedule-list table.continuation-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 700;
    color: #1158B6;
  }
  #jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-date-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-date,
  #jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-time,
  #jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-format {
    text-align: left;
  }
}
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-date-cell,
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-time-cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  width: 100%;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-date,
#jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-time {
  margin: 0;
  color: #1158B6;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table .seminar-format {
  margin: 0;
  color: #1158B6;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-summary-cell {
  display: table-cell;
  width: auto;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-summary-cell div,
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-summary-cell p,
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-summary-cell strong {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-summary-cell strong {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table td.seminar-summary-cell div + div {
  margin-top: 0.3rem;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table a.seminar-map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
  padding: 0.6rem 2.8rem 0.6rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #555;
  border-radius: 0.3rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table a.seminar-map-link::before {
  display: none;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table a.seminar-map-link::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../img/common/icon_external.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table a.seminar-map-link:hover {
  opacity: 0.7;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table a.btn-schedule-apply {
  background-color: #1158B6;
}
#jcpc-page #schedule ul.schedule-list table.continuation-table a:not(.seminar-map-link):not(.btn-schedule-apply) {
  background-color: #1158B6;
}
#jcpc-page #schedule ul.schedule-list li.sub-title-item.wide-title {
  width: 100%;
}
#jcpc-page #schedule ul.schedule-list li.sub-title-item.narrow-title {
  width: 48%;
}
@media (max-width: 767px) {
  #jcpc-page #schedule ul.schedule-list li.sub-title-item.narrow-title {
    width: 100%;
  }
}
#jcpc-page #schedule ul.schedule-list ul.apply-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#jcpc-page #schedule ul.schedule-list ul.apply-list li.apply-item {
  width: 49%;
  background-color: #f1f1f4;
  padding: 2rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  #jcpc-page #schedule ul.schedule-list ul.apply-list li.apply-item {
    width: 100%;
  }
}
#jcpc-page #price {
  margin: 5rem 0 0;
}
#jcpc-page #price li.jcpc-wrapper .flex-wrapper-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #jcpc-page #price li.jcpc-wrapper .flex-wrapper-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#jcpc-page #price li.jcpc-wrapper .flex-wrapper-row .flex-item {
  width: 49%;
  background-color: #317bdd;
  color: #fff;
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  #jcpc-page #price li.jcpc-wrapper .flex-wrapper-row .flex-item {
    width: 100%;
  }
}
#jcpc-page #price li.continuation-wrapper .content-item {
  background-color: #1158B6;
  color: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
#jcpc-page #price li.continuation-wrapper .content-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#jcpc-page #price li.continuation-wrapper .content-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  #jcpc-page #price li.continuation-wrapper .content-item ul li {
    width: 100%;
    border-bottom: 1px solid #d6d6d6 !important;
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  #jcpc-page #price li.continuation-wrapper .content-item ul li:last-child {
    border-bottom: none !important;
  }
}
#jcpc-page #price li.continuation-wrapper .content-item ul li:nth-child(-n+4) {
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
  #jcpc-page #price li.continuation-wrapper .content-item ul li:nth-child(-n+4) {
    border-bottom: none;
  }
}
#jcpc-page #price li.continuation-wrapper .content-item ul li:nth-child(odd) {
  border-right: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
  #jcpc-page #price li.continuation-wrapper .content-item ul li:nth-child(odd) {
    border-right: none;
  }
}
#jcpc-page #voice {
  margin: 5rem 0 0;
}
#jcpc-page #voice ul.voice-wrapper {
  row-gap: 2rem;
}
#jcpc-page #voice ul.voice-wrapper li.voice-item {
  gap: 2rem;
}
#jcpc-page #voice ul.voice-wrapper li.voice-item .icon-wrapper img {
  width: 5rem;
}
#jcpc-page #voice ul.voice-wrapper li.voice-item .text-wrapper {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
  width: 100%;
}
#jcpc-page #voice ul.voice-wrapper li.voice-item .text-wrapper::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #fff;
}
#jcpc-page #company-list {
  margin: 5rem 0 0;
}
#jcpc-page #company-list ul.company-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #jcpc-page #company-list ul.company-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#jcpc-page #company-list ul.company-list li {
  width: 30%;
}
@media (max-width: 767px) {
  #jcpc-page #company-list ul.company-list li {
    width: 100%;
  }
}
#jcpc-page #company-list ul.company-list li dd {
  margin: 0 0 3rem;
  font-size: 1.4rem;
  padding: 0 0 0 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  #jcpc-page #company-list ul.company-list li dd {
    margin: 0 0 2rem;
  }
}
#jcpc-page #company-list ul.company-list li dd::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.3rem;
  height: 100%;
  background-color: #317bdd;
}
#jcpc-page #faq {
  margin: 5rem 0 0;
}
#jcpc-page #faq .faq-read-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#jcpc-page #faq .faq-read-wrapper .image-wrapper {
  gap: 1rem;
}
#jcpc-page #faq .faq-read-wrapper .image-wrapper img {
  width: 7rem;
}
#jcpc-page #cta {
  margin: 7rem 0 10rem;
}
#jcpc-page #cta .inner-1100 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  #jcpc-page #cta .inner-1100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2rem;
  }
}
#jcpc-page #cta .image-wrapper img {
  width: 17rem;
}
#jcpc-page #cta a.btn-regular {
  background-color: #317bdd;
  color: #fff;
}