@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
.p-csSeminar .p-seminarPickup .c-slideWrap .slide-control {
  background-color: transparent;
}
.p-csSeminar .p-seminarPickup .c-slideWrap .slide-control .list > li a {
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .pic {
    margin-bottom: 10px;
  }
}
.p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-position_title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-position_title {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-position_title > li {
    -ms-flex-preferred-size: calc(100% / 3 - 5px + (5px / 3));
        flex-basis: calc(100% / 3 - 5px + (5px / 3));
    line-height: 1;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-position_title > li:nth-child(3) {
    margin-right: 0;
  }
}
.p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-seminar_data {
  margin-top: -10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-seminar_data {
    margin-top: -5px;
  }
}
.p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-seminar_data > li {
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-seminar_data > li {
    line-height: 1;
    margin-top: 5px;
    -ms-flex-preferred-size: calc(100% / 2 - 5px );
        flex-basis: calc(100% / 2 - 5px );
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-seminar_data > li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-seminar_data > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .p-seminarPickup .c-slideWrap .list-slide li a .wrap .list-seminar_data > li .c-seminar_data {
    width: 100%;
  }
}
.p-csSeminar .section-seminarPoint .p-point {
  margin-bottom: 40px;
}
.p-csSeminar .section-seminarPoint .p-point > li {
  border-bottom: 1px solid #d0d0d0;
}
.p-csSeminar .section-seminarPoint .p-point > li:first-child {
  border-top: 1px solid #d0d0d0;
}
.p-csSeminar .section-seminarPoint .list-point {
  padding: 30px 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarPoint .list-point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
.p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) dl dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) dl dt {
    font-size: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) dl dd {
  font-size: 52px;
  line-height: 1;
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarPoint .list-point > li:nth-child(1) dl dd {
    font-size: 36px;
  }
}
.p-csSeminar .section-seminarPoint .list-point > li:nth-child(2) {
  color: #5074b4;
  font-size: 22px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarPoint .list-point > li:nth-child(2) {
    font-size: 18px;
    margin-right: 0;
  }
}
.p-csSeminar .section-seminarPoint .list-point > li:nth-child(3) {
  -ms-flex-preferred-size: 610px;
      flex-basis: 610px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarPoint .list-point > li:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .c-tabWrap .c-tab {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .c-tabWrap .c-tab > li {
    -ms-flex-preferred-size: calc(50% - 0px);
        flex-basis: calc(50% - 0px);
    margin-top: 0;
    margin: 0 0px;
  }
}
@media screen and (max-width: 375px) {
  .p-csSeminar .section-seminarSchedule .c-tabWrap .c-tab > li {
    margin: 0 0px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .c-tabWrap .c-tab > li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .c-tabWrap .c-tab > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .c-tabWrap .c-tab > li .c-btn {
    width: 155px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock {
    margin-top: 20px;
  }
}
.p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap {
  width: 100%;
  text-align: center;
}
.p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap > .title {
  color: #5074b4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap > .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic1 {
    width: calc(100vw - 30px);
    overflow-y: hidden;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic1 .picInner {
    height: 416px;
  }
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic1 .picInner img,
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic1 .picInner svg {
    width: inherit;
    height: 100%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic2 {
    width: calc(100vw - 40px);
    overflow-y: hidden;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic2 .picInner {
    height: 416px;
  }
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic2 .picInner img,
  .p-csSeminar .section-seminarSchedule .p-scheduleBlock .p-scheduleWrap .pic2 .picInner svg {
    width: inherit;
    height: 100%;
    margin-right: 20px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock {
  background-color: #f5f5f5;
  padding: 50px 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock {
    padding: 40px 18px;
    margin-bottom: 20px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #5074b4;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl {
    display: block;
    margin-bottom: 5px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  padding-top: 8px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dt {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd {
  -ms-flex-preferred-size: 860px;
      flex-basis: 860px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li {
  margin-right: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li:nth-child(1) {
  display: none;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li:nth-child(5n) {
    margin-right: 0px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li label {
  cursor: pointer;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li label input {
  display: none;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li label input:checked + .text {
  background-color: #5074b4;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li label .text {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #5074b4;
  border-radius: 100vmax;
  border: 1px solid #5074b4;
  padding: 8px 5px;
  width: 200px;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock dl dd .c-flex > li label .text {
    font-size: 11px;
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchBlock .c-btnWrap {
    margin-top: 20px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchBlock .c-btnWrap .c-btn {
  width: 250px;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchSelectList {
  margin-bottom: 30px;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl dt {
  font-size: 13px;
  line-height: 1;
  margin-right: 20px;
  padding-top: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl dt {
    font-size: 11px;
    margin-right: 10px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl dd .c-flex > li {
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl dd .c-flex > li {
    margin-right: 5px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl dd .c-flex > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl dd .c-flex > li:last-child {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchSelectList dl dd .c-flex > li:nth-child(2n) {
    margin-right: 0px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList {
  margin-top: -70px;
  margin-right: -120px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList {
    margin-top: -30px;
    margin-right: 0;
    display: block;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  margin-right: 0px;
  margin-top: 70px;
  padding-right: 60px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li {
    margin-right: 0;
    padding-right: 0;
    margin-top: 60px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li a {
  text-decoration: none;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li .pic {
  position: relative;
  margin-bottom: 10px;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li .pic .c-seminar_data {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 90px;
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-position_title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-position_title > li {
    -ms-flex-preferred-size: calc(100% / 3 - 5px + (5px / 3));
        flex-basis: calc(100% / 3 - 5px + (5px / 3));
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-position_title > li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-position_title > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-position_title > li:nth-child(4n) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-position_title > li .c-position_title {
    padding: 5px 5px;
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-seminar_data > li {
    -ms-flex-preferred-size: calc(100% / 2 - 5px);
        flex-basis: calc(100% / 2 - 5px);
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-seminar_data > li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-seminar_data > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-seminar_data > li:nth-child(3n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarLineup .p-seminarSearchList > li .wrap .list-seminar_data > li .c-seminar_data {
    font-size: 11px;
    width: 100%;
  }
}
.p-csSeminar .section-seminarSupport .wrap {
  width: 750px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSupport .wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.p-csSeminar .section-seminarSupport .title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSupport .title {
    font-size: 16px;
  }
}
.p-csSeminar .section-seminarSupport .title2 {
  font-size: 22px;
  font-weight: 500;
  color: #5074b4;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSupport .title2 {
    font-size: 16px;
  }
}
.p-csSeminar .section-seminarSupport .pic {
  width: 561px;
  margin: 20px auto 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSupport .pic {
    width: 100%;
    margin: 20px auto 50px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .c-lead {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .c-lead .c-indent {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList {
    display: block;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList + .priceList {
  margin-top: 0px;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList input {
  background-color: #fff;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  margin-right: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item {
    margin-right: 0;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item:nth-child(even) {
  margin-right: 0;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item input.accordion {
  display: none;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item input.accordion:checked + label::after {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item input.accordion:checked + label + .accBody {
  visibility: visible;
  line-height: auto;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item input.accordion:checked + label + .accBody > li {
  padding: 15px 30px 15px 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item input.accordion:checked + label + .accBody > li {
    padding: 15px 10px 15px 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item input.accordion:checked + label + .accBody > li input {
  font-size: 28px;
  line-height: 1;
  padding: 4px 6px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item input.accordion:checked + label + .accBody > li input {
    font-size: 22px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label {
  padding: 17px 10px 16px 65px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  background-color: #dce3f0;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label {
    padding: 17px 10px 16px 45px;
    font-size: 14px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label::before, .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label::before {
  width: 24px;
  height: 24px;
  background-color: #fff;
  left: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label::before {
    left: 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label::after {
  width: 14px;
  height: 14px;
  background-color: #5074b4;
  left: 35px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item label::after {
    left: 15px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody {
  visibility: hidden;
  line-height: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li {
  padding: 15px 30px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5074b4;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li {
    padding: 15px 10px 15px 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li input.seminarNum {
  width: 60px;
  font-size: 28px;
  line-height: 1;
  padding: 4px 6px;
  text-align: center;
  margin-right: 5px;
  line-height: 0;
  font-size: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li input.seminarNum {
    width: 50px;
    font-size: 22px;
    line-height: 0;
    font-size: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li span {
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li span {
    font-size: 14px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li .method {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .priceWrap .priceList .priceList_item .accBody > li .method {
    font-size: 12px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result {
    display: block;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 30px 10px 30px 40px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea {
    padding: 10px 10px 10px 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .-flex > li:nth-child(1) {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .-flex > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .icon {
  font-size: 13px;
  line-height: 1;
  color: #5074b4;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .icon {
    font-size: 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalNumWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalNumWrap {
    font-size: 13px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalNumWrap .totalNum {
  background-color: #dce3f0;
  width: 90px;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 10px;
  text-align: right;
  margin-right: 8px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalNumWrap .totalNum {
    width: 50px;
    font-size: 22px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalPriceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalPriceWrap {
    font-size: 13px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalPriceWrap .totalPrice {
  background-color: #dce3f0;
  width: 200px;
  font-size: 30px;
  padding: 10px 10px;
  text-align: right;
  margin-right: 8px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalPriceWrap .totalPrice {
    width: 140px;
    font-size: 22px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalPriceWrap span {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .totalPriceArea .totalPriceWrap span {
    font-size: 9px;
    white-space: nowrap;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result.is-achievement .discountPriceArea {
  padding: 30px 10px 30px 90px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result.is-achievement .discountPriceArea {
    padding: 5px 10px 20px 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result.is-achievement .discountPriceArea::before {
  display: block;
  background-color: #00005f;
  width: calc(100% + 5px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result.is-achievement .discountPriceArea::before {
    top: 0px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 5px);
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result.is-achievement .not-gsp {
  display: none !important;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result.is-achievement .is-gsp {
  display: block !important;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 30px 10px 30px 40px;
  background-color: #5074b4;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea {
    padding: 10px 10px 10px 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea::before {
  content: "";
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .not-gsp {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .not-gsp {
    font-size: 14px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .not-gsp .numRemaining {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .not-gsp .numRemaining {
    font-size: 24px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .not-gsp span {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .not-gsp span.text2 {
    font-size: 11px;
    display: inline-block;
    margin-top: 10px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp {
  display: none;
  position: absolute;
  top: 30px;
  left: 90px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp::before {
  content: "";
  background: url(/asset/img/consulting/seminar/top/icon_simulation_arrow.svg) no-repeat;
  background-size: cover;
  width: 58px;
  height: 59px;
  display: block;
  position: absolute;
  left: -90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp::before {
    background: url(/asset/img/consulting/seminar/top/icon_simulation_arrow_sp.svg) no-repeat;
    background-size: cover;
    width: 44px;
    height: 20px;
    left: 50%;
    top: -20px;
    margin-left: -22px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .icon {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .icon {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 15px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .discountPriceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 15px;
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .discountPriceWrap .discountPrice {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .discountPriceWrap .discountPrice {
    font-size: 24px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .discountPriceWrap .yen {
  font-size: 20px;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .discountPriceWrap .yen {
    font-size: 16px;
    padding-top: 5px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .discountPriceWrap .tax {
  font-size: 13px;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .discountPriceWrap .tax {
    font-size: 12px;
    padding-top: 5px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .differenceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  border-radius: 100vmax;
  padding: 2px 20px;
  color: #00005f;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .differenceWrap {
    margin-top: 5px;
    font-size: 12px;
    min-width: 140px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .differenceWrap .difference {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .result .discountPriceArea .is-gsp .differenceWrap .difference {
    font-size: 16px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap {
  display: none;
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap .c-flex {
    display: block;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap .c-flex > li:nth-child(1) {
  margin-right: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap .c-flex > li:nth-child(1) {
    margin-right: 0;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap .c-flex > li:nth-child(2) {
  margin-left: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap .c-flex > li:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap .c-btn {
  width: 350px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarSimulation .p-simulationWrap .simulation-btnWrap .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .c-lead {
    text-align: left;
  }
}
.p-csSeminar .section-seminarFree .c-lead .c-indentList {
  font-size: 13px;
  margin-top: 10px;
}
.p-csSeminar .section-seminarFree .list {
  margin-top: -50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .list {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.p-csSeminar .section-seminarFree .list > li {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  margin-right: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .list > li {
    margin-right: 0;
    margin-top: 40px;
  }
}
.p-csSeminar .section-seminarFree .list > li:nth-child(3n) {
  margin-right: 0;
}
.p-csSeminar .section-seminarFree .list > li a {
  text-decoration: none;
  display: block;
  color: #000;
}
.p-csSeminar .section-seminarFree .list > li .pic {
  position: relative;
  margin-bottom: 10px;
}
.p-csSeminar .section-seminarFree .list > li .pic .c-seminar_data {
  position: absolute;
  top: 0;
  right: 0;
}
.p-csSeminar .section-seminarFree .list > li .wrap .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.p-csSeminar .section-seminarFree .list > li .wrap .list-position_title {
  margin-bottom: 15px;
  margin-top: -5px;
}
.p-csSeminar .section-seminarFree .list > li .wrap .list-position_title > li {
  margin-top: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .list > li .wrap .list-position_title > li {
    line-height: 1;
    -ms-flex-preferred-size: calc(100% / 3 - 5px + (5px / 3));
        flex-basis: calc(100% / 3 - 5px + (5px / 3));
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .list > li .wrap .list-position_title > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .list > li .wrap .list-position_title > li .c-position_title {
    padding: 5px 5px;
  }
}
.p-csSeminar .section-seminarFree .list > li .wrap .list-seminar_data {
  margin-top: -5px;
}
.p-csSeminar .section-seminarFree .list > li .wrap .list-seminar_data > li {
  margin-top: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .list > li .wrap .list-seminar_data > li {
    -ms-flex-preferred-size: calc(100% / 2 - 5px + (5px / 2));
        flex-basis: calc(100% / 2 - 5px + (5px / 2));
  }
}
.p-csSeminar .section-seminarFree .list > li .wrap .list-seminar_data > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFree .list > li .wrap .list-seminar_data > li .c-seminar_data {
    padding: 5px 5px;
  }
}
.p-csSeminar .section-seminarFree .c-btnWrap .c-btn {
  border-color: #5074b4;
}
.p-csSeminar .section-seminarFAQ .list > li {
  border-bottom: 1px solid rgba(80, 116, 180, 0.5);
}
.p-csSeminar .section-seminarFAQ .list > li:first-child {
  border-top: 1px solid rgba(80, 116, 180, 0.5);
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(1) {
  position: relative;
  cursor: pointer;
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(1)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/asset/img/icon_plus_blue.svg);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #5074b4;
  border-radius: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(1)::before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(1).isOn::before {
  background: url(/asset/img/icon_minus.svg);
  -webkit-transition: .2s;
  transition: .2s;
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(1) dl {
  padding-right: 70px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(1) dl {
    padding-right: 40px;
  }
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(1) dl dt {
  color: #5074b4;
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(2) {
  display: none;
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(2) dl {
  padding: 35px 30px;
  padding-right: 70px;
  background-color: #eaf1f9;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(2) dl {
    padding: 12px 10px;
    padding-right: 40px;
  }
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li:nth-child(2) dl dt {
  color: #00005f;
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFAQ .list > li .list-faq > li dl {
    padding: 12px 10px;
  }
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li dl dt {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-right: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFAQ .list > li .list-faq > li dl dt {
    font-size: 20px;
  }
}
.p-csSeminar .section-seminarFAQ .list > li .list-faq > li dl dd {
  padding-top: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminar .section-seminarFAQ .list > li .list-faq > li dl dd {
    font-size: 13px;
    padding-top: 0;
  }
}
.p-csSeminar #Email {
  background-color: #c00;
}

.c-seminarSearchSelect {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  width: 140px;
  background-color: #5074b4;
  color: #fff;
  padding: 5px 5px;
  border-radius: 100vmax;
}
@media screen and (max-width: 1040px) {
  .c-seminarSearchSelect {
    font-size: 9px;
    width: 125px;
  }
}

.c-position_title {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  width: 118px;
  text-align: center;
  padding: 5px 5px;
  background-color: #d0d0d0;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .c-position_title {
    font-size: 10px;
    width: 100%;
    padding: 3px 5px;
  }
}
.c-position_title.-president {
  background-color: #9e8823;
}
.c-position_title.-officer {
  background-color: #eb6d4e;
}
.c-position_title.-manager {
  background-color: #a560a2;
}
.c-position_title.-leader {
  background-color: #3071b7;
}
.c-position_title.-employee {
  background-color: #15a6c4;
}

.c-seminar_data {
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
  color: #5074b4;
  border: 1px solid #5074b4;
  text-align: center;
  padding: 5px 5px;
  display: inline-block;
  width: 155px;
}
@media screen and (max-width: 1040px) {
  .c-seminar_data {
    font-size: 11px;
    width: 100%;
    padding: 3px 5px;
  }
}
.c-seminar_data.isOn {
  background-color: #5074b4;
  color: #fff;
}

.c-fcc_growship_plan {
  background-color: #f5f5f5;
  padding: 50px 50px;
}
@media screen and (max-width: 1040px) {
  .c-fcc_growship_plan {
    padding: 40px 40px;
  }
}
.c-fcc_growship_plan .c-flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1040px) {
  .c-fcc_growship_plan .c-flex {
    display: block;
  }
}
.c-fcc_growship_plan .c-flex + .c-flex {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d0d0d0;
}
.c-fcc_growship_plan .c-flex > li:nth-child(1) .title {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #5074b4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .c-fcc_growship_plan .c-flex > li:nth-child(1) .title {
    font-size: 18px;
  }
}
.c-fcc_growship_plan .c-flex > li:nth-child(1) .text1 {
  font-size: 14px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1040px) {
  .c-fcc_growship_plan .c-flex > li:nth-child(1) .text1 {
    font-size: 13px;
  }
}
.c-fcc_growship_plan .c-flex > li:nth-child(2) {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  margin-left: 50px;
}
@media screen and (max-width: 1040px) {
  .c-fcc_growship_plan .c-flex > li:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.c-fcc_growship_plan .c-flex > li:nth-child(2) .c-btn {
  width: 320px;
}
@media screen and (max-width: 1040px) {
  .c-fcc_growship_plan .c-flex > li:nth-child(2) .c-btn {
    width: 240px;
  }
}

/*
各セミナーの色：scss版
*/
.p-csSeminarSub--modeBlack .c-modal .c-modal_bg {
  background-color: #1a1a1a;
}
.p-csSeminarSub .c-section_head .section-anchor .list-anchor a:hover {
  opacity: 1;
}
.p-csSeminarSub--modeBlack .section-seminarSubOverview {
  color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubOverview::before {
  background-color: #1a1a1a;
}
.p-csSeminarSub--modeBlack .section-seminarSubOverview .element04 {
  color: #000;
  border: 1px solid;
}
.p-csSeminarSub .section-seminarSubOverview .element01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element01 {
    margin-bottom: 30px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element01 .title {
  font-size: 20px;
  border-bottom: 1px solid;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element01 .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element01 .text {
  font-size: 18px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element01 .text {
    font-size: 14px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element02 {
  border: 1px solid;
  padding: 40px 20px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element02 {
    padding: 30px 20px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element02 .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element02 .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element02 .c-indent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-csSeminarSub .section-seminarSubOverview .element02 .c-indent > li {
  font-size: 18px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element02 .c-indent > li {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element03 {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 20px solid;
  border-bottom: 0;
  margin: 30px auto;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element03 {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 16px solid;
    margin: 20px auto;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element04 {
  border-color: transparent;
  padding: 40px 60px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element04 {
    padding: 30px 20px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element04 .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element04 .title {
    font-size: 18px;
  }
}
.p-csSeminarSub .section-seminarSubOverview .element04 .c-indent {
  margin: 40px 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element04 .c-indent {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubOverview .element04 .c-indent > li {
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .list-point {
    display: block;
  }
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li {
  border: 1px solid;
  background-color: #fff;
  padding: 40px 20px;
  -ms-flex-preferred-size: calc(100% / 3 - (60px / 3));
      flex-basis: calc(100% / 3 - (60px / 3));
  margin: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .list-point > li {
    margin-right: 0;
    margin-left: 0;
    padding: 30px 10px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li:nth-child(1), .p-csSeminarSub .section-seminarSubPoint .list-point > li:nth-child(3n + 1) {
  margin-left: 0;
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li:nth-child(3n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber {
    margin-bottom: 25px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber span {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber span {
    font-size: 10px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber span.number {
  font-size: 38px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber span.number {
    font-size: 26px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber span.number::before {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #5074b4;
  bottom: -8px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .list-point > li .menuNumber span.number::before {
    width: 24px;
    height: 2px;
    bottom: -4px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li .text {
  text-align: center;
}
.p-csSeminarSub .section-seminarSubPoint .list-point > li .text.-left {
  text-align: left;
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 {
  border: 1px solid;
  padding: 40px 50px 40px 0px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 {
    padding: 25px 20px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list {
    display: block;
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(1) {
  -ms-flex-preferred-size: 195px;
      flex-basis: 195px;
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(1) .title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(1) .title {
    font-size: 18px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid;
  padding-left: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) {
    border-left: 0;
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 0;
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl + dl {
    margin-top: 20px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dt {
  font-size: 13px;
  line-height: 1;
  -ms-flex-preferred-size: 102px;
      flex-basis: 102px;
  padding-top: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dt {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-hierarchy > li {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-hierarchy > li {
    margin-bottom: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-hierarchy > li:nth-child(5n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-theme > li {
  -ms-flex-preferred-size: 152.5px;
      flex-basis: 152.5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-theme > li {
    margin-bottom: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-theme > li:nth-child(4n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-term > li {
  -ms-flex-preferred-size: 154px;
      flex-basis: 154px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-term > li {
    margin-bottom: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-term > li:nth-child(4n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-wide > li {
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-wide > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-csSeminarSub .section-seminarSubPoint .link-arrow {
  position: relative;
  font-size: 13px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
  text-align: right;
  margin-top: 20px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubPoint .link-arrow {
    font-size: 11px;
    margin-top: 15px;
  }
}
.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/asset/img/consulting/seminar/icon_arrow-manager.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 11px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-csSeminarSub--modeBlack .section-seminarSubPoint .c-modal .modalInner2 {
  background-color: #000;
  color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubPoint .c-modal .modalInner2 .c-title6 {
  border-color: #fff;
}
.p-csSeminarSub .section-seminarSubCurriculum .c-title4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-title4 {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .wrap + .wrap {
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .wrap + .wrap {
    margin-top: 30px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum {
  margin-top: -20px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .list-curriculum {
    display: block;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  margin-right: 20px;
  margin-top: 20px;
  padding: 20px 20px 20px 0px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li {
    margin-right: 0;
    padding: 10px 10px 10px 0px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li:nth-child(2n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li a {
  text-decoration: none;
  color: #000;
  display: block;
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl.-noBorder dd::before {
  display: none;
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl dt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  text-align: center;
  line-height: 56px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl dt {
    font-size: 16px;
    line-height: 1.4;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    line-height: 48px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
  line-height: 56px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl dd {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 20px;
    line-height: 48px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl dd::before {
    height: 50px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl.-line2 dt {
  line-height: 1.4;
}
.p-csSeminarSub .section-seminarSubCurriculum .list-curriculum > li dl.-line2 dd {
  line-height: 1.4;
}
.p-csSeminarSub .section-seminarSubCurriculum .c-btnWrap {
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-btnWrap {
    margin-top: 50px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 {
  margin-top: 80px;
  padding: 60px 60px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 {
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .list-speaker {
  margin-top: -80px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-speaker {
    margin-top: -10px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .list-speaker > li {
  -ms-flex-preferred-size: calc(50% - 40px);
      flex-basis: calc(50% - 40px);
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-speaker > li {
    margin-top: 40px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .badge {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 25px;
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .badge.-spOnly {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .badge.-spOnly {
    display: block !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .badge {
    font-size: 14px;
    display: block;
    text-align: center;
    width: 190px;
    margin: auto;
    margin-bottom: 15px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic {
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li {
    text-align: center;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li .badge {
    display: none !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li:nth-child(2) {
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  margin-left: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li:nth-child(2) {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    margin-bottom: 20px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li .text1 {
  font-size: 14px;
  line-height: 1;
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li .text2 {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li .text2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li .text3 {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element01 .list-name_pic > li .pic {
    width: 190px;
    margin: auto;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element02 .list-teachingmaterials {
  margin-top: -40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element02 .list-teachingmaterials {
    margin-top: -10px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element02 .list-teachingmaterials > li {
  -ms-flex-preferred-size: calc(100% / 3 - 40px);
      flex-basis: calc(100% / 3 - 40px);
  margin-right: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .element02 .list-teachingmaterials > li {
    margin-right: 0;
    margin-top: 40px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .element02 .list-teachingmaterials > li:nth-child(3n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubCurriculum .element02 .list-teachingmaterials > li .pic {
  margin-bottom: 20px;
}
.p-csSeminarSub .section-seminarSubCurriculum .element02 .list-teachingmaterials > li .title {
  margin-bottom: 20px;
  font-size: 20px;
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 {
  border: 1px solid;
  padding: 40px 50px 40px 0px;
  background-color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 {
    padding: 25px 20px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list {
    display: block;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(1) {
  -ms-flex-preferred-size: 195px;
      flex-basis: 195px;
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(1) .title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(1) .title {
    font-size: 18px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid;
  padding-left: 50px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) {
    border-left: 0;
    border-top: 1px solid;
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 0;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl + dl {
    margin-top: 20px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dt {
  font-size: 13px;
  line-height: 1;
  -ms-flex-preferred-size: 102px;
      flex-basis: 102px;
  padding-top: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dt {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-hierarchy > li {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-hierarchy > li {
    margin-bottom: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-hierarchy > li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-hierarchy > li:nth-child(5n) {
    margin-right: 5px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-theme > li {
  -ms-flex-preferred-size: 152.5px;
      flex-basis: 152.5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-theme > li {
    margin-bottom: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-theme > li:nth-child(4n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-term > li {
  -ms-flex-preferred-size: 154px;
      flex-basis: 154px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-term > li {
    margin-bottom: 5px;
    margin-right: 5px;
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-term > li:nth-child(4n) {
  margin-right: 0;
}
.p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-wide > li {
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dd .list-child.-wide > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .link-arrow {
  position: relative;
  font-size: 13px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
  text-align: right;
  margin-top: 20px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubCurriculum .link-arrow {
    font-size: 11px;
    margin-top: 15px;
  }
}
.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/asset/img/consulting/seminar/icon_arrow-manager.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 11px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum {
  color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum::before {
  background-color: #000;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum .list-curriculum > li dl dd::before {
  background-color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum .element01 {
  color: #000;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum .c-modal .modalInner2 {
  background-color: #000;
  color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum .c-modal .modalInner2 .c-title4 {
  border-color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum .c-data_element01 .title {
  color: #000;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum .c-data_element01 .list > li:nth-child(2) dl dt {
  color: #000;
}
.p-csSeminarSub--modeBlack .section-seminarSubCurriculum .link-arrow {
  color: #fff;
}
.p-csSeminarSub .c-modal--iconDescription .wrap + .wrap,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap + .wrap {
  margin-top: 60px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--iconDescription .wrap + .wrap,
  .p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap + .wrap {
    margin-top: 30px;
  }
}
.p-csSeminarSub .c-modal--iconDescription .wrap .c-title6,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .c-title6 {
  font-size: 13px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--iconDescription .wrap .c-title6,
  .p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .c-title6 {
    font-size: 12px;
  }
}
.p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription {
  margin-top: -30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription,
  .p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription {
    display: block;
    margin-top: -10px;
  }
}
.p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription > li,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription > li {
  -ms-flex-preferred-size: calc(50% - 35px);
      flex-basis: calc(50% - 35px);
  margin-right: 70px;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription > li,
  .p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription > li {
    margin-right: 0;
    margin-top: 25px;
  }
}
.p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription > li:nth-child(2n),
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription > li:nth-child(2n) {
  margin-right: 0;
}
.p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription > li .c-badge--seminarData,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription > li .c-badge--seminarData {
  width: 120px;
}
.p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription > li .text,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription > li .text {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription > li .text,
  .p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription > li .text {
    font-size: 13px;
  }
}
.p-csSeminarSub .c-modal--iconDescription .wrap .list-iconDescription.-col1 > li,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .wrap .list-iconDescription.-col1 > li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.p-csSeminarSub .c-modal--iconDescription .c-btnWrap,
.p-csSeminarSub .c-modal--iconDescriptionCurriculum .c-btnWrap {
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--iconDescription .c-btnWrap,
  .p-csSeminarSub .c-modal--iconDescriptionCurriculum .c-btnWrap {
    margin-top: 40px;
  }
}
.p-csSeminarSub .c-modal--curriculum .list-curriculum {
  margin-top: -15px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--curriculum .list-curriculum {
    display: block;
  }
}
.p-csSeminarSub .c-modal--curriculum .list-curriculum > li {
  margin-top: 15px;
  margin-right: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--curriculum .list-curriculum > li {
    padding-right: 0;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--curriculum .list-curriculum > li dl {
    display: block;
  }
}
.p-csSeminarSub .c-modal--curriculum .list-curriculum > li dl dt {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  line-height: inherit;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--curriculum .list-curriculum > li dl dt {
    text-align: left;
    font-size: 14px;
  }
}
.p-csSeminarSub .c-modal--curriculum .list-curriculum > li dl dd {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  line-height: inherit;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--curriculum .list-curriculum > li dl dd {
    border-left: 0;
    border-top: 0px solid rgba(0, 0, 0, 0.3);
    padding-left: 0;
  }
}
.p-csSeminarSub .c-modal--curriculum .list-curriculum > li dl dd::before {
  display: none;
}
.p-csSeminarSub .c-modal--curriculum .list-curriculum > li .text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--curriculum .list-curriculum > li .text {
    font-size: 13px;
  }
}
.p-csSeminarSub .c-modal--curriculum .c-btnWrap {
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .c-modal--curriculum .c-btnWrap {
    margin-top: 40px;
  }
}
.p-csSeminarSub .c-modal--curriculum .c-modal--iconDescriptionCurriculum {
  margin-top: 60px;
}
.p-csSeminarSub--modeBlack .c-modal--curriculum .c-modal--iconDescriptionCurriculum .wrap .c-title6 {
  border-color: #fff;
}
.p-csSeminarSub .section-seminarSubVoice .element01 {
  border: 1px solid;
  background-color: #fff;
  padding: 50px 90px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .title.-spOnly {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph {
    -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;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) {
  -ms-flex-preferred-size: 390px;
      flex-basis: 390px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .wrap {
  margin-top: 50px;
  padding-left: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .wrap {
    margin-top: 20px;
    padding-left: 0;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data + .list-data {
  margin-top: 22px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data + .list-data {
    margin-top: 15px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li {
  line-height: 1;
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(1) {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  height: 16px;
  margin-right: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(1) {
    -ms-flex-preferred-size: 28px;
        flex-basis: 28px;
    height: 11px;
    margin-right: 10px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(2) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(2) {
    font-size: 12px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(3)::before {
  content: "";
  width: calc(100% - 5px);
  height: 1px;
  border-bottom: 1px dotted #000;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(4) {
  font-size: 28px;
  font-weight: 500;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(4) {
    font-size: 20px;
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(4) span {
  font-size: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(4) span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(2) .pic {
  width: 350px;
  height: 350px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(2) .pic {
    width: 240px;
    height: 240px;
    margin: auto;
  }
}
.p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(2) .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(2) .text {
    font-size: 12px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .list-voice {
  margin-bottom: -40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .list-voice {
    display: block;
    margin-bottom: -30px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .list-voice > li {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  border: 1px solid;
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .list-voice > li {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .list-voice > li + li {
    margin-top: 30px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .list-voice > li .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
    bottom: -12px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title span {
  font-size: 14px;
  line-height: 1;
  color: #000;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .list-voice > li .title span {
    font-size: 13px;
  }
}
.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubVoice .list-voice > li .title2 {
    font-size: 18px;
  }
}
.p-csSeminarSub--modeBlack .section-seminarSubVoice {
  color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubVoice::before {
  background-color: #1a1a1a;
}
.p-csSeminarSub--modeBlack .section-seminarSubVoice .element01 {
  background-color: #1a1a1a;
}
.p-csSeminarSub--modeBlack .section-seminarSubVoice .element01 .list-voiceGraph > li:nth-child(1) .list-data > li:nth-child(3)::before {
  border-color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubVoice .list-voice > li {
  background-color: #1a1a1a;
}
.p-csSeminarSub--modeBlack .section-seminarSubVoice .list-voice > li .title span {
  color: #fff;
}
.p-csSeminarSub .section-seminarSubSchedule {
  padding-bottom: 0;
}
.p-csSeminarSub .section-seminarSubSchedule.-OPEN .list-place > dd {
  display: block;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.p-csSeminarSub .section-seminarSubSchedule .list-place + .list-place {
  margin-top: 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place + .list-place {
    margin-top: 10px;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place + .c-indent {
  font-size: 13px;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place + .c-indent {
    margin-top: 20px;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dt {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dt {
    font-size: 16px;
    padding: 15px 15px;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dt::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/asset/img/icon_plus_transparent.svg) no-repeat;
  background-size: cover;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dt::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dt.isOn::before {
  background-image: url(/asset/img/icon_minus_wh.svg);
  -webkit-transition: .2s;
  transition: .2s;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd {
  display: none;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule + .table-schedule {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule th, .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td {
    display: block;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td {
  vertical-align: middle;
  padding: 20px 20px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td {
    width: 100% !important;
    padding: 10px 10px;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td + td {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(1) {
  text-align: center;
  width: 150px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(1) {
    display: none;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) {
  width: 160px;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status > li {
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status > li {
    margin-left: 5px;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status > li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status > li:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(2) .list-status > li.-spOnly {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: auto;
  }
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(3) {
  width: 365px;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(3) .c-indentCol2 {
  line-height: 1.4;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(3) .c-indentCol2 > li + li {
  margin-top: 5px;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(4) {
  width: 365px;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(4) .text {
  margin-bottom: 5px;
  line-height: 1.6;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(4) .c-btnWrap {
  margin-top: 20px;
}
.p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(4) .c-btnWrap .c-btn {
  width: 160px;
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubSchedule .list-place > dd .table-schedule td:nth-child(4) .c-btnWrap .c-btn {
    width: 240px;
    margin: auto;
    margin-bottom: 10px;
  }
}
.p-csSeminarSub .section-seminarSubRequirements .table-requirements tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.p-csSeminarSub .section-seminarSubRequirements .table-requirements tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.p-csSeminarSub .section-seminarSubRequirements .table-requirements tr:nth-child(3) {
  font-size: 13px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRequirements .table-requirements tr:nth-child(3) {
    font-size: 12px;
  }
}
.p-csSeminarSub .section-seminarSubRequirements .table-requirements th, .p-csSeminarSub .section-seminarSubRequirements .table-requirements td {
  vertical-align: middle;
  background-color: transparent;
  color: #000;
  text-align: left;
  padding: 20px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRequirements .table-requirements th, .p-csSeminarSub .section-seminarSubRequirements .table-requirements td {
    display: block;
    font-size: 13px;
    padding: 5px 10px;
  }
}
.p-csSeminarSub .section-seminarSubRequirements .table-requirements th {
  width: 150px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRequirements .table-requirements th {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.p-csSeminarSub .section-seminarSubRequirements .table-requirements td {
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRequirements .table-requirements td {
    padding: 15px 10px;
  }
}
.p-csSeminarSub .section-seminarSubRequirements .table-requirements .textL {
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRequirements .table-requirements .textL {
    font-size: 13px;
  }
}
.p-csSeminarSub--modeBlack .section-seminarSubApplication {
  color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubApplication::before {
  background-color: #000;
}
.p-csSeminarSub .section-seminarSubRelated .wrap + .wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap + .wrap {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.p-csSeminarSub .section-seminarSubRelated .wrap .title2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .title2 {
    display: none;
  }
}
.p-csSeminarSub .section-seminarSubRelated .wrap .title2.-spOnly {
  display: none;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .title2.-spOnly {
    display: block !important;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li:nth-child(1) {
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
  margin-right: 45px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li:nth-child(1) .pic {
    margin-bottom: 25px;
  }
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .list-badge {
  margin-bottom: 10px;
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .list-badge > li {
  line-height: 1;
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .text {
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .text {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-indent > li,
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-indentCol2 > li {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-indent > li + li,
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-indentCol2 > li + li {
    margin-top: 10px;
  }
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-btnWrap {
  margin-top: 30px;
}
.p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-btnWrap .c-btn {
  margin-left: 0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-btnWrap .c-btn {
    margin: auto;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub .section-seminarSubRelated .wrap .list-related > li .c-position_title {
    font-size: 12px;
    padding: 5px 5px;
    width: 118px;
  }
}
.p-csSeminarSub .section-seminarSubRelated .c-fcc_growship_plan {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-csSeminarSub--modeBlack .section-seminarSubRelated {
  color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubRelated::before {
  background-color: #1a1a1a;
}
.p-csSeminarSub--modeBlack .section-seminarSubRelated .wrap + .wrap {
  border-color: #fff;
}
.p-csSeminarSub--modeBlack .section-seminarSubRelated .c-fcc_growship_plan {
  color: #000;
}
.p-csSeminarSub .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: transparent;
  --sb-size: 8px;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
.p-csSeminarSub .c-modal .modalInner2::-webkit-scrollbar {
  width: var(--sb-size);
}
.p-csSeminarSub .c-modal .modalInner2::-webkit-scrollbar-track {
  background: var(--sb-track-color);
}
.p-csSeminarSub .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #8a8751 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubCurriculum li dl dt.tf-color {
  color: #dfdfc9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubCurriculum .element01 {
  background-color: #f2f2e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubSchedule::before {
  background-color: #f2f2e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #e6e6d5 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #d9d8bd !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubRequirements::before {
  background-color: #f2f2e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--president .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #e6e6d5 !important;
}

.p-csSeminarSub--president .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, president);
  --sb-size: 8px;
  scrollbar-color: #8a8751 var(--sb-track-color);
}
.p-csSeminarSub--president .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #8a8751;
}
.p-csSeminarSub--president.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #8a8751;
}
.p-csSeminarSub--president.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #bfbd90;
}
.p-csSeminarSub--president.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #8a8751 !important;
}
.p-csSeminarSub--president.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-president.svg);
}
.p-csSeminarSub--president.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #8a8751 !important;
}
.p-csSeminarSub--president .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-president.svg);
}
.p-csSeminarSub--president.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-president.svg);
}
.p-csSeminarSub--president .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #f2f2e9 !important;
}
.p-csSeminarSub--president .c-badge--seminarData.isOn {
  background-color: #8a8751 !important;
}
.p-csSeminarSub--president .tf-color {
  color: #8a8751 !important;
}
.p-csSeminarSub--president .tf-color1 {
  color: #605e15 !important;
}
.p-csSeminarSub--president .tf-color2 {
  color: #8a8751 !important;
}
.p-csSeminarSub--president .tf-color3 {
  color: #bfbd90 !important;
}
.p-csSeminarSub--president .tf-bgColor {
  background-color: #8a8751 !important;
}
.p-csSeminarSub--president .tf-bgColor1 {
  background-color: #605e15 !important;
}
.p-csSeminarSub--president .tf-bgColor2 {
  background-color: #8a8751 !important;
}
.p-csSeminarSub--president .tf-bgColor3 {
  background-color: #bfbd90 !important;
}
.p-csSeminarSub--president .tf-bgColor4 {
  background-color: #f2f2e9 !important;
}
.p-csSeminarSub--president .tf-bgColor5 {
  background-color: #e6e6d5 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--president .tf-bgColor4--sp {
    background-color: #f2f2e9 !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--president .tf-bgColor5--sp {
    background-color: #e6e6d5 !important;
  }
}
.p-csSeminarSub--president .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--president .tf-border {
  border-color: #8a8751 !important;
}
.p-csSeminarSub--president .tf-border1 {
  border-color: #605e15 !important;
}
.p-csSeminarSub--president .tf-border2 {
  border-color: #8a8751 !important;
}
.p-csSeminarSub--president .tf-border3 {
  border-color: #bfbd90 !important;
}
.p-csSeminarSub--president a.c-btn.tf-btn,
.p-csSeminarSub--president .tf-btn {
  color: #8a8751;
  border-color: #8a8751;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--president a.c-btn.tf-btn,
  .p-csSeminarSub--president .tf-btn {
    background-color: #8a8751;
    color: #fff;
  }
}
.p-csSeminarSub--president a.c-btn.tf-btn::before,
.p-csSeminarSub--president .tf-btn::before {
  background-color: #8a8751;
}
.p-csSeminarSub--president a.c-btn.tf-btn::after,
.p-csSeminarSub--president .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-president.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--president a.c-btn.tf-btn::after,
  .p-csSeminarSub--president .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--president a.c-btn.tf-btn:hover,
.p-csSeminarSub--president .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--president a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--president .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--president a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--president .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-president.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--president a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--president .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--president a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--president .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #4b9fd2 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubCurriculum li dl dt.tf-color {
  color: #c3dfef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubCurriculum .element01 {
  background-color: #e7f2fa !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubSchedule::before {
  background-color: #e7f2fa !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #d0e6f2 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #b6d8ec !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubRequirements::before {
  background-color: #e7f2fa !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--fccf .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #d0e6f2 !important;
}

.p-csSeminarSub--fccf .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, fccf);
  --sb-size: 8px;
  scrollbar-color: #4b9fd2 var(--sb-track-color);
}
.p-csSeminarSub--fccf .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #4b9fd2;
}
.p-csSeminarSub--fccf.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #4b9fd2;
}
.p-csSeminarSub--fccf.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #84bddf;
}
.p-csSeminarSub--fccf.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-fccf.svg);
}
.p-csSeminarSub--fccf.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-fccf.svg);
}
.p-csSeminarSub--fccf.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-fccf.svg);
}
.p-csSeminarSub--fccf .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #e7f2fa !important;
}
.p-csSeminarSub--fccf .c-badge--seminarData.isOn {
  background-color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .tf-color {
  color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .tf-color1 {
  color: #2573c5 !important;
}
.p-csSeminarSub--fccf .tf-color2 {
  color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .tf-color3 {
  color: #84bddf !important;
}
.p-csSeminarSub--fccf .tf-bgColor {
  background-color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .tf-bgColor1 {
  background-color: #2573c5 !important;
}
.p-csSeminarSub--fccf .tf-bgColor2 {
  background-color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .tf-bgColor3 {
  background-color: #84bddf !important;
}
.p-csSeminarSub--fccf .tf-bgColor4 {
  background-color: #e7f2fa !important;
}
.p-csSeminarSub--fccf .tf-bgColor5 {
  background-color: #d0e6f2 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--fccf .tf-bgColor4--sp {
    background-color: #e7f2fa !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--fccf .tf-bgColor5--sp {
    background-color: #d0e6f2 !important;
  }
}
.p-csSeminarSub--fccf .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--fccf .tf-border {
  border-color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .tf-border1 {
  border-color: #2573c5 !important;
}
.p-csSeminarSub--fccf .tf-border2 {
  border-color: #4b9fd2 !important;
}
.p-csSeminarSub--fccf .tf-border3 {
  border-color: #84bddf !important;
}
.p-csSeminarSub--fccf a.c-btn.tf-btn,
.p-csSeminarSub--fccf .tf-btn {
  color: #4b9fd2;
  border-color: #4b9fd2;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--fccf a.c-btn.tf-btn,
  .p-csSeminarSub--fccf .tf-btn {
    background-color: #4b9fd2;
    color: #fff;
  }
}
.p-csSeminarSub--fccf a.c-btn.tf-btn::before,
.p-csSeminarSub--fccf .tf-btn::before {
  background-color: #4b9fd2;
}
.p-csSeminarSub--fccf a.c-btn.tf-btn::after,
.p-csSeminarSub--fccf .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-fccf.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--fccf a.c-btn.tf-btn::after,
  .p-csSeminarSub--fccf .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--fccf a.c-btn.tf-btn:hover,
.p-csSeminarSub--fccf .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--fccf a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--fccf .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--fccf a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--fccf .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-fccf.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--fccf a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--fccf .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--fccf a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--fccf .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #4ca179 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubCurriculum li dl dt.tf-color {
  color: #c0decd !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubCurriculum .element01 {
  background-color: #e7f2ec !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubSchedule::before {
  background-color: #e7f2ec !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #cee5d8 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #b5d7c3 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubRequirements::before {
  background-color: #e7f2ec !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--business-st .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #cee5d8 !important;
}

.p-csSeminarSub--business-st .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, business-st);
  --sb-size: 8px;
  scrollbar-color: #4ca179 var(--sb-track-color);
}
.p-csSeminarSub--business-st .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #4ca179;
}
.p-csSeminarSub--business-st.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #4ca179;
}
.p-csSeminarSub--business-st.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #80bd9b;
}
.p-csSeminarSub--business-st.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #4ca179 !important;
}
.p-csSeminarSub--business-st.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-business-st.svg);
}
.p-csSeminarSub--business-st.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #4ca179 !important;
}
.p-csSeminarSub--business-st .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-business-st.svg);
}
.p-csSeminarSub--business-st.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-business-st.svg);
}
.p-csSeminarSub--business-st .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #e7f2ec !important;
}
.p-csSeminarSub--business-st .c-badge--seminarData.isOn {
  background-color: #4ca179 !important;
}
.p-csSeminarSub--business-st .tf-color {
  color: #4ca179 !important;
}
.p-csSeminarSub--business-st .tf-color1 {
  color: #217e56 !important;
}
.p-csSeminarSub--business-st .tf-color2 {
  color: #4ca179 !important;
}
.p-csSeminarSub--business-st .tf-color3 {
  color: #80bd9b !important;
}
.p-csSeminarSub--business-st .tf-bgColor {
  background-color: #4ca179 !important;
}
.p-csSeminarSub--business-st .tf-bgColor1 {
  background-color: #217e56 !important;
}
.p-csSeminarSub--business-st .tf-bgColor2 {
  background-color: #4ca179 !important;
}
.p-csSeminarSub--business-st .tf-bgColor3 {
  background-color: #80bd9b !important;
}
.p-csSeminarSub--business-st .tf-bgColor4 {
  background-color: #e7f2ec !important;
}
.p-csSeminarSub--business-st .tf-bgColor5 {
  background-color: #cee5d8 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--business-st .tf-bgColor4--sp {
    background-color: #e7f2ec !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--business-st .tf-bgColor5--sp {
    background-color: #cee5d8 !important;
  }
}
.p-csSeminarSub--business-st .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--business-st .tf-border {
  border-color: #4ca179 !important;
}
.p-csSeminarSub--business-st .tf-border1 {
  border-color: #217e56 !important;
}
.p-csSeminarSub--business-st .tf-border2 {
  border-color: #4ca179 !important;
}
.p-csSeminarSub--business-st .tf-border3 {
  border-color: #80bd9b !important;
}
.p-csSeminarSub--business-st a.c-btn.tf-btn,
.p-csSeminarSub--business-st .tf-btn {
  color: #4ca179;
  border-color: #4ca179;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--business-st a.c-btn.tf-btn,
  .p-csSeminarSub--business-st .tf-btn {
    background-color: #4ca179;
    color: #fff;
  }
}
.p-csSeminarSub--business-st a.c-btn.tf-btn::before,
.p-csSeminarSub--business-st .tf-btn::before {
  background-color: #4ca179;
}
.p-csSeminarSub--business-st a.c-btn.tf-btn::after,
.p-csSeminarSub--business-st .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-business-st.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--business-st a.c-btn.tf-btn::after,
  .p-csSeminarSub--business-st .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--business-st a.c-btn.tf-btn:hover,
.p-csSeminarSub--business-st .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--business-st a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--business-st .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--business-st a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--business-st .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-business-st.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--business-st a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--business-st .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--business-st a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--business-st .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #626b8d !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubCurriculum li dl dt.tf-color {
  color: #c2c6d5 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubCurriculum .element01 {
  background-color: #e8e9ef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubSchedule::before {
  background-color: #e8e9ef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #cfd1de !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #b7bbce !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubRequirements::before {
  background-color: #e8e9ef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--succession .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #cfd1de !important;
}

.p-csSeminarSub--succession .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, succession);
  --sb-size: 8px;
  scrollbar-color: #626b8d var(--sb-track-color);
}
.p-csSeminarSub--succession .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #626b8d;
}
.p-csSeminarSub--succession.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #626b8d;
}
.p-csSeminarSub--succession.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #838aac;
}
.p-csSeminarSub--succession.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #626b8d !important;
}
.p-csSeminarSub--succession.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-succession.svg);
}
.p-csSeminarSub--succession.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #626b8d !important;
}
.p-csSeminarSub--succession .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-succession.svg);
}
.p-csSeminarSub--succession.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-succession.svg);
}
.p-csSeminarSub--succession .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #e8e9ef !important;
}
.p-csSeminarSub--succession .c-badge--seminarData.isOn {
  background-color: #626b8d !important;
}
.p-csSeminarSub--succession .tf-color {
  color: #626b8d !important;
}
.p-csSeminarSub--succession .tf-color1 {
  color: #424677 !important;
}
.p-csSeminarSub--succession .tf-color2 {
  color: #626b8d !important;
}
.p-csSeminarSub--succession .tf-color3 {
  color: #838aac !important;
}
.p-csSeminarSub--succession .tf-bgColor {
  background-color: #626b8d !important;
}
.p-csSeminarSub--succession .tf-bgColor1 {
  background-color: #424677 !important;
}
.p-csSeminarSub--succession .tf-bgColor2 {
  background-color: #626b8d !important;
}
.p-csSeminarSub--succession .tf-bgColor3 {
  background-color: #838aac !important;
}
.p-csSeminarSub--succession .tf-bgColor4 {
  background-color: #e8e9ef !important;
}
.p-csSeminarSub--succession .tf-bgColor5 {
  background-color: #cfd1de !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--succession .tf-bgColor4--sp {
    background-color: #e8e9ef !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--succession .tf-bgColor5--sp {
    background-color: #cfd1de !important;
  }
}
.p-csSeminarSub--succession .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--succession .tf-border {
  border-color: #626b8d !important;
}
.p-csSeminarSub--succession .tf-border1 {
  border-color: #424677 !important;
}
.p-csSeminarSub--succession .tf-border2 {
  border-color: #626b8d !important;
}
.p-csSeminarSub--succession .tf-border3 {
  border-color: #838aac !important;
}
.p-csSeminarSub--succession a.c-btn.tf-btn,
.p-csSeminarSub--succession .tf-btn {
  color: #626b8d;
  border-color: #626b8d;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--succession a.c-btn.tf-btn,
  .p-csSeminarSub--succession .tf-btn {
    background-color: #626b8d;
    color: #fff;
  }
}
.p-csSeminarSub--succession a.c-btn.tf-btn::before,
.p-csSeminarSub--succession .tf-btn::before {
  background-color: #626b8d;
}
.p-csSeminarSub--succession a.c-btn.tf-btn::after,
.p-csSeminarSub--succession .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-succession.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--succession a.c-btn.tf-btn::after,
  .p-csSeminarSub--succession .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--succession a.c-btn.tf-btn:hover,
.p-csSeminarSub--succession .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--succession a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--succession .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--succession a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--succession .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-succession.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--succession a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--succession .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--succession a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--succession .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #528669 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubCurriculum li dl dt.tf-color {
  color: #cbddd0 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubCurriculum .element01 {
  background-color: #eaf1ed !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubSchedule::before {
  background-color: #eaf1ed !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #d5e3da !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #c0d7c6 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubRequirements::before {
  background-color: #eaf1ed !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--officer .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #d5e3da !important;
}

.p-csSeminarSub--officer .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, officer);
  --sb-size: 8px;
  scrollbar-color: #528669 var(--sb-track-color);
}
.p-csSeminarSub--officer .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #528669;
}
.p-csSeminarSub--officer.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #528669;
}
.p-csSeminarSub--officer.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #93ba9f;
}
.p-csSeminarSub--officer.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #528669 !important;
}
.p-csSeminarSub--officer.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-officer.svg);
}
.p-csSeminarSub--officer.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #528669 !important;
}
.p-csSeminarSub--officer .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-officer.svg);
}
.p-csSeminarSub--officer.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-officer.svg);
}
.p-csSeminarSub--officer .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #eaf1ed !important;
}
.p-csSeminarSub--officer .c-badge--seminarData.isOn {
  background-color: #528669 !important;
}
.p-csSeminarSub--officer .tf-color {
  color: #528669 !important;
}
.p-csSeminarSub--officer .tf-color1 {
  color: #145532 !important;
}
.p-csSeminarSub--officer .tf-color2 {
  color: #528669 !important;
}
.p-csSeminarSub--officer .tf-color3 {
  color: #93ba9f !important;
}
.p-csSeminarSub--officer .tf-bgColor {
  background-color: #528669 !important;
}
.p-csSeminarSub--officer .tf-bgColor1 {
  background-color: #145532 !important;
}
.p-csSeminarSub--officer .tf-bgColor2 {
  background-color: #528669 !important;
}
.p-csSeminarSub--officer .tf-bgColor3 {
  background-color: #93ba9f !important;
}
.p-csSeminarSub--officer .tf-bgColor4 {
  background-color: #eaf1ed !important;
}
.p-csSeminarSub--officer .tf-bgColor5 {
  background-color: #d5e3da !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--officer .tf-bgColor4--sp {
    background-color: #eaf1ed !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--officer .tf-bgColor5--sp {
    background-color: #d5e3da !important;
  }
}
.p-csSeminarSub--officer .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--officer .tf-border {
  border-color: #528669 !important;
}
.p-csSeminarSub--officer .tf-border1 {
  border-color: #145532 !important;
}
.p-csSeminarSub--officer .tf-border2 {
  border-color: #528669 !important;
}
.p-csSeminarSub--officer .tf-border3 {
  border-color: #93ba9f !important;
}
.p-csSeminarSub--officer a.c-btn.tf-btn,
.p-csSeminarSub--officer .tf-btn {
  color: #528669;
  border-color: #528669;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--officer a.c-btn.tf-btn,
  .p-csSeminarSub--officer .tf-btn {
    background-color: #528669;
    color: #fff;
  }
}
.p-csSeminarSub--officer a.c-btn.tf-btn::before,
.p-csSeminarSub--officer .tf-btn::before {
  background-color: #528669;
}
.p-csSeminarSub--officer a.c-btn.tf-btn::after,
.p-csSeminarSub--officer .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-officer.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--officer a.c-btn.tf-btn::after,
  .p-csSeminarSub--officer .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--officer a.c-btn.tf-btn:hover,
.p-csSeminarSub--officer .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--officer a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--officer .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--officer a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--officer .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-officer.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--officer a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--officer .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--officer a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--officer .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #835865 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubCurriculum li dl dt.tf-color {
  color: #d3c1c5 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubCurriculum .element01 {
  background-color: #ede8e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubSchedule::before {
  background-color: #ede8e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #dbced1 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #c9b5ba !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubRequirements::before {
  background-color: #ede8e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--strategy .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #dbced1 !important;
}

.p-csSeminarSub--strategy .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, strategy);
  --sb-size: 8px;
  scrollbar-color: #835865 var(--sb-track-color);
}
.p-csSeminarSub--strategy .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #835865;
}
.p-csSeminarSub--strategy.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #835865;
}
.p-csSeminarSub--strategy.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #a5818a;
}
.p-csSeminarSub--strategy.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #835865 !important;
}
.p-csSeminarSub--strategy.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-strategy.svg);
}
.p-csSeminarSub--strategy.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #835865 !important;
}
.p-csSeminarSub--strategy .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-strategy.svg);
}
.p-csSeminarSub--strategy.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-strategy.svg);
}
.p-csSeminarSub--strategy .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #ede8e9 !important;
}
.p-csSeminarSub--strategy .c-badge--seminarData.isOn {
  background-color: #835865 !important;
}
.p-csSeminarSub--strategy .tf-color {
  color: #835865 !important;
}
.p-csSeminarSub--strategy .tf-color1 {
  color: #6a3746 !important;
}
.p-csSeminarSub--strategy .tf-color2 {
  color: #835865 !important;
}
.p-csSeminarSub--strategy .tf-color3 {
  color: #a5818a !important;
}
.p-csSeminarSub--strategy .tf-bgColor {
  background-color: #835865 !important;
}
.p-csSeminarSub--strategy .tf-bgColor1 {
  background-color: #6a3746 !important;
}
.p-csSeminarSub--strategy .tf-bgColor2 {
  background-color: #835865 !important;
}
.p-csSeminarSub--strategy .tf-bgColor3 {
  background-color: #a5818a !important;
}
.p-csSeminarSub--strategy .tf-bgColor4 {
  background-color: #ede8e9 !important;
}
.p-csSeminarSub--strategy .tf-bgColor5 {
  background-color: #dbced1 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--strategy .tf-bgColor4--sp {
    background-color: #ede8e9 !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--strategy .tf-bgColor5--sp {
    background-color: #dbced1 !important;
  }
}
.p-csSeminarSub--strategy .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--strategy .tf-border {
  border-color: #835865 !important;
}
.p-csSeminarSub--strategy .tf-border1 {
  border-color: #6a3746 !important;
}
.p-csSeminarSub--strategy .tf-border2 {
  border-color: #835865 !important;
}
.p-csSeminarSub--strategy .tf-border3 {
  border-color: #a5818a !important;
}
.p-csSeminarSub--strategy a.c-btn.tf-btn,
.p-csSeminarSub--strategy .tf-btn {
  color: #835865;
  border-color: #835865;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--strategy a.c-btn.tf-btn,
  .p-csSeminarSub--strategy .tf-btn {
    background-color: #835865;
    color: #fff;
  }
}
.p-csSeminarSub--strategy a.c-btn.tf-btn::before,
.p-csSeminarSub--strategy .tf-btn::before {
  background-color: #835865;
}
.p-csSeminarSub--strategy a.c-btn.tf-btn::after,
.p-csSeminarSub--strategy .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-strategy.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--strategy a.c-btn.tf-btn::after,
  .p-csSeminarSub--strategy .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--strategy a.c-btn.tf-btn:hover,
.p-csSeminarSub--strategy .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--strategy a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--strategy .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--strategy a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--strategy .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-strategy.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--strategy a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--strategy .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--strategy a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--strategy .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #c44c54 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubCurriculum li dl dt.tf-color {
  color: #ecc4c6 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubCurriculum .element01 {
  background-color: #f8e8e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubSchedule::before {
  background-color: #f8e8e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #f0d1d3 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #e8babb !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubRequirements::before {
  background-color: #f8e8e9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--marketing-dx .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #f0d1d3 !important;
}

.p-csSeminarSub--marketing-dx .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, marketing-dx);
  --sb-size: 8px;
  scrollbar-color: #c44c54 var(--sb-track-color);
}
.p-csSeminarSub--marketing-dx .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #c44c54;
}
.p-csSeminarSub--marketing-dx.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #c44c54;
}
.p-csSeminarSub--marketing-dx.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #da878a;
}
.p-csSeminarSub--marketing-dx.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-marketing-dx.svg);
}
.p-csSeminarSub--marketing-dx.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-marketing-dx.svg);
}
.p-csSeminarSub--marketing-dx.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-marketing-dx.svg);
}
.p-csSeminarSub--marketing-dx .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #f8e8e9 !important;
}
.p-csSeminarSub--marketing-dx .c-badge--seminarData.isOn {
  background-color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .tf-color {
  color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .tf-color1 {
  color: #9b2b34 !important;
}
.p-csSeminarSub--marketing-dx .tf-color2 {
  color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .tf-color3 {
  color: #da878a !important;
}
.p-csSeminarSub--marketing-dx .tf-bgColor {
  background-color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .tf-bgColor1 {
  background-color: #9b2b34 !important;
}
.p-csSeminarSub--marketing-dx .tf-bgColor2 {
  background-color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .tf-bgColor3 {
  background-color: #da878a !important;
}
.p-csSeminarSub--marketing-dx .tf-bgColor4 {
  background-color: #f8e8e9 !important;
}
.p-csSeminarSub--marketing-dx .tf-bgColor5 {
  background-color: #f0d1d3 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--marketing-dx .tf-bgColor4--sp {
    background-color: #f8e8e9 !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--marketing-dx .tf-bgColor5--sp {
    background-color: #f0d1d3 !important;
  }
}
.p-csSeminarSub--marketing-dx .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--marketing-dx .tf-border {
  border-color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .tf-border1 {
  border-color: #9b2b34 !important;
}
.p-csSeminarSub--marketing-dx .tf-border2 {
  border-color: #c44c54 !important;
}
.p-csSeminarSub--marketing-dx .tf-border3 {
  border-color: #da878a !important;
}
.p-csSeminarSub--marketing-dx a.c-btn.tf-btn,
.p-csSeminarSub--marketing-dx .tf-btn {
  color: #c44c54;
  border-color: #c44c54;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--marketing-dx a.c-btn.tf-btn,
  .p-csSeminarSub--marketing-dx .tf-btn {
    background-color: #c44c54;
    color: #fff;
  }
}
.p-csSeminarSub--marketing-dx a.c-btn.tf-btn::before,
.p-csSeminarSub--marketing-dx .tf-btn::before {
  background-color: #c44c54;
}
.p-csSeminarSub--marketing-dx a.c-btn.tf-btn::after,
.p-csSeminarSub--marketing-dx .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-marketing-dx.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--marketing-dx a.c-btn.tf-btn::after,
  .p-csSeminarSub--marketing-dx .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--marketing-dx a.c-btn.tf-btn:hover,
.p-csSeminarSub--marketing-dx .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--marketing-dx a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--marketing-dx .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--marketing-dx a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--marketing-dx .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-marketing-dx.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--marketing-dx a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--marketing-dx .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--marketing-dx a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--marketing-dx .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #e09737 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubCurriculum li dl dt.tf-color {
  color: #f8e5bc !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubCurriculum .element01 {
  background-color: #fcf6e4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubSchedule::before {
  background-color: #fcf6e4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #f9ecc9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #f7e0af !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubRequirements::before {
  background-color: #fcf6e4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--manager .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #f9ecc9 !important;
}

.p-csSeminarSub--manager .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, manager);
  --sb-size: 8px;
  scrollbar-color: #e09737 var(--sb-track-color);
}
.p-csSeminarSub--manager .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #e09737;
}
.p-csSeminarSub--manager.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #e09737;
}
.p-csSeminarSub--manager.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #f1cc74;
}
.p-csSeminarSub--manager.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #e09737 !important;
}
.p-csSeminarSub--manager.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-manager.svg);
}
.p-csSeminarSub--manager.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #e09737 !important;
}
.p-csSeminarSub--manager .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-manager.svg);
}
.p-csSeminarSub--manager.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-manager.svg);
}
.p-csSeminarSub--manager .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #fcf6e4 !important;
}
.p-csSeminarSub--manager .c-badge--seminarData.isOn {
  background-color: #e09737 !important;
}
.p-csSeminarSub--manager .tf-color {
  color: #e09737 !important;
}
.p-csSeminarSub--manager .tf-color1 {
  color: #cf6600 !important;
}
.p-csSeminarSub--manager .tf-color2 {
  color: #e09737 !important;
}
.p-csSeminarSub--manager .tf-color3 {
  color: #f1cc74 !important;
}
.p-csSeminarSub--manager .tf-bgColor {
  background-color: #e09737 !important;
}
.p-csSeminarSub--manager .tf-bgColor1 {
  background-color: #cf6600 !important;
}
.p-csSeminarSub--manager .tf-bgColor2 {
  background-color: #e09737 !important;
}
.p-csSeminarSub--manager .tf-bgColor3 {
  background-color: #f1cc74 !important;
}
.p-csSeminarSub--manager .tf-bgColor4 {
  background-color: #fcf6e4 !important;
}
.p-csSeminarSub--manager .tf-bgColor5 {
  background-color: #f9ecc9 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--manager .tf-bgColor4--sp {
    background-color: #fcf6e4 !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--manager .tf-bgColor5--sp {
    background-color: #f9ecc9 !important;
  }
}
.p-csSeminarSub--manager .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--manager .tf-border {
  border-color: #e09737 !important;
}
.p-csSeminarSub--manager .tf-border1 {
  border-color: #cf6600 !important;
}
.p-csSeminarSub--manager .tf-border2 {
  border-color: #e09737 !important;
}
.p-csSeminarSub--manager .tf-border3 {
  border-color: #f1cc74 !important;
}
.p-csSeminarSub--manager a.c-btn.tf-btn,
.p-csSeminarSub--manager .tf-btn {
  color: #e09737;
  border-color: #e09737;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--manager a.c-btn.tf-btn,
  .p-csSeminarSub--manager .tf-btn {
    background-color: #e09737;
    color: #fff;
  }
}
.p-csSeminarSub--manager a.c-btn.tf-btn::before,
.p-csSeminarSub--manager .tf-btn::before {
  background-color: #e09737;
}
.p-csSeminarSub--manager a.c-btn.tf-btn::after,
.p-csSeminarSub--manager .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-manager.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--manager a.c-btn.tf-btn::after,
  .p-csSeminarSub--manager .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--manager a.c-btn.tf-btn:hover,
.p-csSeminarSub--manager .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--manager a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--manager .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--manager a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--manager .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-manager.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--manager a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--manager .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--manager a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--manager .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #828989 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubCurriculum li dl dt.tf-color {
  color: #d2d7d8 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubCurriculum .element01 {
  background-color: #eeefef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubSchedule::before {
  background-color: #eeefef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #dddfdf !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #cbd0d0 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubRequirements::before {
  background-color: #eeefef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--kaizen .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #dddfdf !important;
}

.p-csSeminarSub--kaizen .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, kaizen);
  --sb-size: 8px;
  scrollbar-color: #828989 var(--sb-track-color);
}
.p-csSeminarSub--kaizen .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #828989;
}
.p-csSeminarSub--kaizen.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #828989;
}
.p-csSeminarSub--kaizen.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #a6b0af;
}
.p-csSeminarSub--kaizen.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #828989 !important;
}
.p-csSeminarSub--kaizen.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-kaizen.svg);
}
.p-csSeminarSub--kaizen.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #828989 !important;
}
.p-csSeminarSub--kaizen .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-kaizen.svg);
}
.p-csSeminarSub--kaizen.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-kaizen.svg);
}
.p-csSeminarSub--kaizen .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #eeefef !important;
}
.p-csSeminarSub--kaizen .c-badge--seminarData.isOn {
  background-color: #828989 !important;
}
.p-csSeminarSub--kaizen .tf-color {
  color: #828989 !important;
}
.p-csSeminarSub--kaizen .tf-color1 {
  color: #5e6363 !important;
}
.p-csSeminarSub--kaizen .tf-color2 {
  color: #828989 !important;
}
.p-csSeminarSub--kaizen .tf-color3 {
  color: #a6b0af !important;
}
.p-csSeminarSub--kaizen .tf-bgColor {
  background-color: #828989 !important;
}
.p-csSeminarSub--kaizen .tf-bgColor1 {
  background-color: #5e6363 !important;
}
.p-csSeminarSub--kaizen .tf-bgColor2 {
  background-color: #828989 !important;
}
.p-csSeminarSub--kaizen .tf-bgColor3 {
  background-color: #a6b0af !important;
}
.p-csSeminarSub--kaizen .tf-bgColor4 {
  background-color: #eeefef !important;
}
.p-csSeminarSub--kaizen .tf-bgColor5 {
  background-color: #dddfdf !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--kaizen .tf-bgColor4--sp {
    background-color: #eeefef !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--kaizen .tf-bgColor5--sp {
    background-color: #dddfdf !important;
  }
}
.p-csSeminarSub--kaizen .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--kaizen .tf-border {
  border-color: #828989 !important;
}
.p-csSeminarSub--kaizen .tf-border1 {
  border-color: #5e6363 !important;
}
.p-csSeminarSub--kaizen .tf-border2 {
  border-color: #828989 !important;
}
.p-csSeminarSub--kaizen .tf-border3 {
  border-color: #a6b0af !important;
}
.p-csSeminarSub--kaizen a.c-btn.tf-btn,
.p-csSeminarSub--kaizen .tf-btn {
  color: #828989;
  border-color: #828989;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--kaizen a.c-btn.tf-btn,
  .p-csSeminarSub--kaizen .tf-btn {
    background-color: #828989;
    color: #fff;
  }
}
.p-csSeminarSub--kaizen a.c-btn.tf-btn::before,
.p-csSeminarSub--kaizen .tf-btn::before {
  background-color: #828989;
}
.p-csSeminarSub--kaizen a.c-btn.tf-btn::after,
.p-csSeminarSub--kaizen .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-kaizen.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--kaizen a.c-btn.tf-btn::after,
  .p-csSeminarSub--kaizen .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--kaizen a.c-btn.tf-btn:hover,
.p-csSeminarSub--kaizen .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--kaizen a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--kaizen .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--kaizen a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--kaizen .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-kaizen.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--kaizen a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--kaizen .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--kaizen a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--kaizen .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #4c7bab !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubCurriculum li dl dt.tf-color {
  color: #c2d3e2 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubCurriculum .element01 {
  background-color: #e7edf4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubSchedule::before {
  background-color: #e7edf4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #cedce7 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #b5cadc !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubRequirements::before {
  background-color: #e7edf4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--team-leader .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #cedce7 !important;
}

.p-csSeminarSub--team-leader .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, team-leader);
  --sb-size: 8px;
  scrollbar-color: #4c7bab var(--sb-track-color);
}
.p-csSeminarSub--team-leader .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #4c7bab;
}
.p-csSeminarSub--team-leader.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #4c7bab;
}
.p-csSeminarSub--team-leader.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #81a4c4;
}
.p-csSeminarSub--team-leader.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #4c7bab !important;
}
.p-csSeminarSub--team-leader.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-team-leader.svg);
}
.p-csSeminarSub--team-leader.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-team-leader.svg);
}
.p-csSeminarSub--team-leader.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-team-leader.svg);
}
.p-csSeminarSub--team-leader .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #e7edf4 !important;
}
.p-csSeminarSub--team-leader .c-badge--seminarData.isOn {
  background-color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .tf-color {
  color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .tf-color1 {
  color: #194785 !important;
}
.p-csSeminarSub--team-leader .tf-color2 {
  color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .tf-color3 {
  color: #81a4c4 !important;
}
.p-csSeminarSub--team-leader .tf-bgColor {
  background-color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .tf-bgColor1 {
  background-color: #194785 !important;
}
.p-csSeminarSub--team-leader .tf-bgColor2 {
  background-color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .tf-bgColor3 {
  background-color: #81a4c4 !important;
}
.p-csSeminarSub--team-leader .tf-bgColor4 {
  background-color: #e7edf4 !important;
}
.p-csSeminarSub--team-leader .tf-bgColor5 {
  background-color: #cedce7 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--team-leader .tf-bgColor4--sp {
    background-color: #e7edf4 !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--team-leader .tf-bgColor5--sp {
    background-color: #cedce7 !important;
  }
}
.p-csSeminarSub--team-leader .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--team-leader .tf-border {
  border-color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .tf-border1 {
  border-color: #194785 !important;
}
.p-csSeminarSub--team-leader .tf-border2 {
  border-color: #4c7bab !important;
}
.p-csSeminarSub--team-leader .tf-border3 {
  border-color: #81a4c4 !important;
}
.p-csSeminarSub--team-leader a.c-btn.tf-btn,
.p-csSeminarSub--team-leader .tf-btn {
  color: #4c7bab;
  border-color: #4c7bab;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--team-leader a.c-btn.tf-btn,
  .p-csSeminarSub--team-leader .tf-btn {
    background-color: #4c7bab;
    color: #fff;
  }
}
.p-csSeminarSub--team-leader a.c-btn.tf-btn::before,
.p-csSeminarSub--team-leader .tf-btn::before {
  background-color: #4c7bab;
}
.p-csSeminarSub--team-leader a.c-btn.tf-btn::after,
.p-csSeminarSub--team-leader .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-team-leader.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--team-leader a.c-btn.tf-btn::after,
  .p-csSeminarSub--team-leader .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--team-leader a.c-btn.tf-btn:hover,
.p-csSeminarSub--team-leader .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--team-leader a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--team-leader .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--team-leader a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--team-leader .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-team-leader.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--team-leader a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--team-leader .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--team-leader a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--team-leader .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #35c0d3 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubCurriculum li dl dt.tf-color {
  color: #c6edf3 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubCurriculum .element01 {
  background-color: #e8f9fa !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubSchedule::before {
  background-color: #e8f9fa !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #d2f1f5 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #baeaf1 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubRequirements::before {
  background-color: #e8f9fa !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--performanceup .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #d2f1f5 !important;
}

.p-csSeminarSub--performanceup .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, performanceup);
  --sb-size: 8px;
  scrollbar-color: #35c0d3 var(--sb-track-color);
}
.p-csSeminarSub--performanceup .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #35c0d3;
}
.p-csSeminarSub--performanceup.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #35c0d3;
}
.p-csSeminarSub--performanceup.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #8adce7;
}
.p-csSeminarSub--performanceup.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-performanceup.svg);
}
.p-csSeminarSub--performanceup.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-performanceup.svg);
}
.p-csSeminarSub--performanceup.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-performanceup.svg);
}
.p-csSeminarSub--performanceup .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #e8f9fa !important;
}
.p-csSeminarSub--performanceup .c-badge--seminarData.isOn {
  background-color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .tf-color {
  color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .tf-color1 {
  color: #2287b2 !important;
}
.p-csSeminarSub--performanceup .tf-color2 {
  color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .tf-color3 {
  color: #8adce7 !important;
}
.p-csSeminarSub--performanceup .tf-bgColor {
  background-color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .tf-bgColor1 {
  background-color: #2287b2 !important;
}
.p-csSeminarSub--performanceup .tf-bgColor2 {
  background-color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .tf-bgColor3 {
  background-color: #8adce7 !important;
}
.p-csSeminarSub--performanceup .tf-bgColor4 {
  background-color: #e8f9fa !important;
}
.p-csSeminarSub--performanceup .tf-bgColor5 {
  background-color: #d2f1f5 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--performanceup .tf-bgColor4--sp {
    background-color: #e8f9fa !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--performanceup .tf-bgColor5--sp {
    background-color: #d2f1f5 !important;
  }
}
.p-csSeminarSub--performanceup .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--performanceup .tf-border {
  border-color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .tf-border1 {
  border-color: #2287b2 !important;
}
.p-csSeminarSub--performanceup .tf-border2 {
  border-color: #35c0d3 !important;
}
.p-csSeminarSub--performanceup .tf-border3 {
  border-color: #8adce7 !important;
}
.p-csSeminarSub--performanceup a.c-btn.tf-btn,
.p-csSeminarSub--performanceup .tf-btn {
  color: #35c0d3;
  border-color: #35c0d3;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--performanceup a.c-btn.tf-btn,
  .p-csSeminarSub--performanceup .tf-btn {
    background-color: #35c0d3;
    color: #fff;
  }
}
.p-csSeminarSub--performanceup a.c-btn.tf-btn::before,
.p-csSeminarSub--performanceup .tf-btn::before {
  background-color: #35c0d3;
}
.p-csSeminarSub--performanceup a.c-btn.tf-btn::after,
.p-csSeminarSub--performanceup .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-performanceup.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--performanceup a.c-btn.tf-btn::after,
  .p-csSeminarSub--performanceup .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--performanceup a.c-btn.tf-btn:hover,
.p-csSeminarSub--performanceup .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--performanceup a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--performanceup .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--performanceup a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--performanceup .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-performanceup.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--performanceup a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--performanceup .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--performanceup a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--performanceup .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #53ba6e !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubCurriculum li dl dt.tf-color {
  color: #d7eed5 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubCurriculum .element01 {
  background-color: #eef8ef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubSchedule::before {
  background-color: #eef8ef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #ddf1de !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #cdebcd !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubRequirements::before {
  background-color: #eef8ef !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--stageup .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #ddf1de !important;
}

.p-csSeminarSub--stageup .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, stageup);
  --sb-size: 8px;
  scrollbar-color: #53ba6e var(--sb-track-color);
}
.p-csSeminarSub--stageup .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #53ba6e;
}
.p-csSeminarSub--stageup.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #53ba6e;
}
.p-csSeminarSub--stageup.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #abddaa;
}
.p-csSeminarSub--stageup.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #53ba6e !important;
}
.p-csSeminarSub--stageup.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-stageup.svg);
}
.p-csSeminarSub--stageup.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #53ba6e !important;
}
.p-csSeminarSub--stageup .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-stageup.svg);
}
.p-csSeminarSub--stageup.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-stageup.svg);
}
.p-csSeminarSub--stageup .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #eef8ef !important;
}
.p-csSeminarSub--stageup .c-badge--seminarData.isOn {
  background-color: #53ba6e !important;
}
.p-csSeminarSub--stageup .tf-color {
  color: #53ba6e !important;
}
.p-csSeminarSub--stageup .tf-color1 {
  color: #279148 !important;
}
.p-csSeminarSub--stageup .tf-color2 {
  color: #53ba6e !important;
}
.p-csSeminarSub--stageup .tf-color3 {
  color: #abddaa !important;
}
.p-csSeminarSub--stageup .tf-bgColor {
  background-color: #53ba6e !important;
}
.p-csSeminarSub--stageup .tf-bgColor1 {
  background-color: #279148 !important;
}
.p-csSeminarSub--stageup .tf-bgColor2 {
  background-color: #53ba6e !important;
}
.p-csSeminarSub--stageup .tf-bgColor3 {
  background-color: #abddaa !important;
}
.p-csSeminarSub--stageup .tf-bgColor4 {
  background-color: #eef8ef !important;
}
.p-csSeminarSub--stageup .tf-bgColor5 {
  background-color: #ddf1de !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--stageup .tf-bgColor4--sp {
    background-color: #eef8ef !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--stageup .tf-bgColor5--sp {
    background-color: #ddf1de !important;
  }
}
.p-csSeminarSub--stageup .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--stageup .tf-border {
  border-color: #53ba6e !important;
}
.p-csSeminarSub--stageup .tf-border1 {
  border-color: #279148 !important;
}
.p-csSeminarSub--stageup .tf-border2 {
  border-color: #53ba6e !important;
}
.p-csSeminarSub--stageup .tf-border3 {
  border-color: #abddaa !important;
}
.p-csSeminarSub--stageup a.c-btn.tf-btn,
.p-csSeminarSub--stageup .tf-btn {
  color: #53ba6e;
  border-color: #53ba6e;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--stageup a.c-btn.tf-btn,
  .p-csSeminarSub--stageup .tf-btn {
    background-color: #53ba6e;
    color: #fff;
  }
}
.p-csSeminarSub--stageup a.c-btn.tf-btn::before,
.p-csSeminarSub--stageup .tf-btn::before {
  background-color: #53ba6e;
}
.p-csSeminarSub--stageup a.c-btn.tf-btn::after,
.p-csSeminarSub--stageup .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-stageup.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--stageup a.c-btn.tf-btn::after,
  .p-csSeminarSub--stageup .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--stageup a.c-btn.tf-btn:hover,
.p-csSeminarSub--stageup .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--stageup a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--stageup .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--stageup a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--stageup .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-stageup.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--stageup a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--stageup .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--stageup a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--stageup .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #99c935 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubCurriculum li dl dt.tf-color {
  color: #e4ebba !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubCurriculum .element01 {
  background-color: #f4f8e4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubSchedule::before {
  background-color: #f4f8e4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #e9f0c8 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #dfe8a9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubRequirements::before {
  background-color: #f4f8e4 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--followup .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #e9f0c8 !important;
}

.p-csSeminarSub--followup .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, followup);
  --sb-size: 8px;
  scrollbar-color: #99c935 var(--sb-track-color);
}
.p-csSeminarSub--followup .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #99c935;
}
.p-csSeminarSub--followup.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #99c935;
}
.p-csSeminarSub--followup.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #c8da6b;
}
.p-csSeminarSub--followup.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #99c935 !important;
}
.p-csSeminarSub--followup.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-followup.svg);
}
.p-csSeminarSub--followup.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #99c935 !important;
}
.p-csSeminarSub--followup .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-followup.svg);
}
.p-csSeminarSub--followup.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-followup.svg);
}
.p-csSeminarSub--followup .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #f4f8e4 !important;
}
.p-csSeminarSub--followup .c-badge--seminarData.isOn {
  background-color: #99c935 !important;
}
.p-csSeminarSub--followup .tf-color {
  color: #99c935 !important;
}
.p-csSeminarSub--followup .tf-color1 {
  color: #70ab00 !important;
}
.p-csSeminarSub--followup .tf-color2 {
  color: #99c935 !important;
}
.p-csSeminarSub--followup .tf-color3 {
  color: #c8da6b !important;
}
.p-csSeminarSub--followup .tf-bgColor {
  background-color: #99c935 !important;
}
.p-csSeminarSub--followup .tf-bgColor1 {
  background-color: #70ab00 !important;
}
.p-csSeminarSub--followup .tf-bgColor2 {
  background-color: #99c935 !important;
}
.p-csSeminarSub--followup .tf-bgColor3 {
  background-color: #c8da6b !important;
}
.p-csSeminarSub--followup .tf-bgColor4 {
  background-color: #f4f8e4 !important;
}
.p-csSeminarSub--followup .tf-bgColor5 {
  background-color: #e9f0c8 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--followup .tf-bgColor4--sp {
    background-color: #f4f8e4 !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--followup .tf-bgColor5--sp {
    background-color: #e9f0c8 !important;
  }
}
.p-csSeminarSub--followup .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--followup .tf-border {
  border-color: #99c935 !important;
}
.p-csSeminarSub--followup .tf-border1 {
  border-color: #70ab00 !important;
}
.p-csSeminarSub--followup .tf-border2 {
  border-color: #99c935 !important;
}
.p-csSeminarSub--followup .tf-border3 {
  border-color: #c8da6b !important;
}
.p-csSeminarSub--followup a.c-btn.tf-btn,
.p-csSeminarSub--followup .tf-btn {
  color: #99c935;
  border-color: #99c935;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--followup a.c-btn.tf-btn,
  .p-csSeminarSub--followup .tf-btn {
    background-color: #99c935;
    color: #fff;
  }
}
.p-csSeminarSub--followup a.c-btn.tf-btn::before,
.p-csSeminarSub--followup .tf-btn::before {
  background-color: #99c935;
}
.p-csSeminarSub--followup a.c-btn.tf-btn::after,
.p-csSeminarSub--followup .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-followup.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--followup a.c-btn.tf-btn::after,
  .p-csSeminarSub--followup .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--followup a.c-btn.tf-btn:hover,
.p-csSeminarSub--followup .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--followup a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--followup .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--followup a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--followup .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-followup.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--followup a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--followup .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--followup a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--followup .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #34c1f0 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubCurriculum li dl dt.tf-color {
  color: #c6eefb !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubCurriculum .element01 {
  background-color: #e9f8fd !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubSchedule::before {
  background-color: #e9f8fd !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #d2f2fc !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #baebfa !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubRequirements::before {
  background-color: #e9f8fd !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #d2f2fc !important;
}

.p-csSeminarSub--freshers .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, freshers);
  --sb-size: 8px;
  scrollbar-color: #34c1f0 var(--sb-track-color);
}
.p-csSeminarSub--freshers .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #34c1f0;
}
.p-csSeminarSub--freshers.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #34c1f0;
}
.p-csSeminarSub--freshers.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #8adff7;
}
.p-csSeminarSub--freshers.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #34c1f0 !important;
}
.p-csSeminarSub--freshers.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-freshers.svg);
}
.p-csSeminarSub--freshers.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-freshers.svg);
}
.p-csSeminarSub--freshers.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-freshers.svg);
}
.p-csSeminarSub--freshers .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #e9f8fd !important;
}
.p-csSeminarSub--freshers .c-badge--seminarData.isOn {
  background-color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .tf-color {
  color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .tf-color1 {
  color: #2793e2 !important;
}
.p-csSeminarSub--freshers .tf-color2 {
  color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .tf-color3 {
  color: #8adff7 !important;
}
.p-csSeminarSub--freshers .tf-bgColor {
  background-color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .tf-bgColor1 {
  background-color: #2793e2 !important;
}
.p-csSeminarSub--freshers .tf-bgColor2 {
  background-color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .tf-bgColor3 {
  background-color: #8adff7 !important;
}
.p-csSeminarSub--freshers .tf-bgColor4 {
  background-color: #e9f8fd !important;
}
.p-csSeminarSub--freshers .tf-bgColor5 {
  background-color: #d2f2fc !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers .tf-bgColor4--sp {
    background-color: #e9f8fd !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers .tf-bgColor5--sp {
    background-color: #d2f2fc !important;
  }
}
.p-csSeminarSub--freshers .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--freshers .tf-border {
  border-color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .tf-border1 {
  border-color: #2793e2 !important;
}
.p-csSeminarSub--freshers .tf-border2 {
  border-color: #34c1f0 !important;
}
.p-csSeminarSub--freshers .tf-border3 {
  border-color: #8adff7 !important;
}
.p-csSeminarSub--freshers a.c-btn.tf-btn,
.p-csSeminarSub--freshers .tf-btn {
  color: #34c1f0;
  border-color: #34c1f0;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers a.c-btn.tf-btn,
  .p-csSeminarSub--freshers .tf-btn {
    background-color: #34c1f0;
    color: #fff;
  }
}
.p-csSeminarSub--freshers a.c-btn.tf-btn::before,
.p-csSeminarSub--freshers .tf-btn::before {
  background-color: #34c1f0;
}
.p-csSeminarSub--freshers a.c-btn.tf-btn::after,
.p-csSeminarSub--freshers .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-freshers.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers a.c-btn.tf-btn::after,
  .p-csSeminarSub--freshers .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--freshers a.c-btn.tf-btn:hover,
.p-csSeminarSub--freshers .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--freshers a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--freshers .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--freshers a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--freshers .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-freshers.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--freshers .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--freshers a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--freshers .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubCurriculum .tf-bgColor4 {
  background-color: #9089c6 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubCurriculum li dl dt.tf-color {
  color: #dfdbec !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubCurriculum .element01 {
  background-color: #f2f0f9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubSchedule::before {
  background-color: #f2f0f9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor4 {
  background-color: #e6e2f1 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubSchedule .list-place > dd .table-schedule .tf-bgColor5 {
  background-color: #dad3ea !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubRequirements::before {
  background-color: #f2f0f9 !important;
}
.p-csSeminarSub--modeBlack.p-csSeminarSub--freshers-plus .section-seminarSubRequirements .table-requirements .tf-bgColor4 {
  background-color: #e6e2f1 !important;
}

.p-csSeminarSub--freshers-plus .c-modal .modalInner2 {
  --sb-track-color: transparent;
  --sb-thumb-color: map-get($tf-colors, freshers-plus);
  --sb-size: 8px;
  scrollbar-color: #9089c6 var(--sb-track-color);
}
.p-csSeminarSub--freshers-plus .c-modal .modalInner2::-webkit-scrollbar-thumb {
  background: #9089c6;
}
.p-csSeminarSub--freshers-plus.p-csSeminarSub .c-section_head .section-anchor .list-anchor > li a:hover {
  background-color: #9089c6;
}
.p-csSeminarSub--freshers-plus.p-csSeminarSub .section-seminarSubOverview .element03 {
  border-top-color: #c0b6dc;
}
.p-csSeminarSub--freshers-plus.p-csSeminarSub .section-seminarSubPoint .c-flex > li .menuNumber span.number::before {
  background-color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-freshers-plus.svg);
}
.p-csSeminarSub--freshers-plus.p-csSeminarSub .section-seminarSubVoice .list-voice > li .title::before {
  background-color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .c-title span::before {
  background-image: url(/asset/img/icon_titlebar-freshers-plus.svg);
}
.p-csSeminarSub--freshers-plus.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-freshers-plus.svg);
}
.p-csSeminarSub--freshers-plus .c-beforeBgColor.-tf-bgcolor4::before {
  background-color: #f2f0f9 !important;
}
.p-csSeminarSub--freshers-plus .c-badge--seminarData.isOn {
  background-color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .tf-color {
  color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .tf-color1 {
  color: #635ba0 !important;
}
.p-csSeminarSub--freshers-plus .tf-color2 {
  color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .tf-color3 {
  color: #c0b6dc !important;
}
.p-csSeminarSub--freshers-plus .tf-bgColor {
  background-color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .tf-bgColor1 {
  background-color: #635ba0 !important;
}
.p-csSeminarSub--freshers-plus .tf-bgColor2 {
  background-color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .tf-bgColor3 {
  background-color: #c0b6dc !important;
}
.p-csSeminarSub--freshers-plus .tf-bgColor4 {
  background-color: #f2f0f9 !important;
}
.p-csSeminarSub--freshers-plus .tf-bgColor5 {
  background-color: #e6e2f1 !important;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers-plus .tf-bgColor4--sp {
    background-color: #f2f0f9 !important;
  }
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers-plus .tf-bgColor5--sp {
    background-color: #e6e2f1 !important;
  }
}
.p-csSeminarSub--freshers-plus .tf-bgColorGray {
  background-color: #b3b3b3 !important;
}
.p-csSeminarSub--freshers-plus .tf-border {
  border-color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .tf-border1 {
  border-color: #635ba0 !important;
}
.p-csSeminarSub--freshers-plus .tf-border2 {
  border-color: #9089c6 !important;
}
.p-csSeminarSub--freshers-plus .tf-border3 {
  border-color: #c0b6dc !important;
}
.p-csSeminarSub--freshers-plus a.c-btn.tf-btn,
.p-csSeminarSub--freshers-plus .tf-btn {
  color: #9089c6;
  border-color: #9089c6;
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers-plus a.c-btn.tf-btn,
  .p-csSeminarSub--freshers-plus .tf-btn {
    background-color: #9089c6;
    color: #fff;
  }
}
.p-csSeminarSub--freshers-plus a.c-btn.tf-btn::before,
.p-csSeminarSub--freshers-plus .tf-btn::before {
  background-color: #9089c6;
}
.p-csSeminarSub--freshers-plus a.c-btn.tf-btn::after,
.p-csSeminarSub--freshers-plus .tf-btn::after {
  background-image: url(/asset/img/consulting/seminar/icon_arrow-freshers-plus.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers-plus a.c-btn.tf-btn::after,
  .p-csSeminarSub--freshers-plus .tf-btn::after {
    background-image: url(/asset/img/icon_arrow_wh.svg);
  }
}
.p-csSeminarSub--freshers-plus a.c-btn.tf-btn:hover,
.p-csSeminarSub--freshers-plus .tf-btn:hover {
  color: #fff;
}
.p-csSeminarSub--freshers-plus a.c-btn.tf-btn:hover::after,
.p-csSeminarSub--freshers-plus .tf-btn:hover::after {
  background-image: url(/asset/img/icon_arrow_wh.svg);
}
.p-csSeminarSub--freshers-plus a.c-btn.tf-btn.-close::after,
.p-csSeminarSub--freshers-plus .tf-btn.-close::after {
  background-image: url(/asset/img/icon_close-freshers-plus.svg);
}
@media screen and (max-width: 1040px) {
  .p-csSeminarSub--freshers-plus a.c-btn.tf-btn.-close::after,
  .p-csSeminarSub--freshers-plus .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close.svg);
  }
}
.p-csSeminarSub--freshers-plus a.c-btn.tf-btn.-close:hover::after,
.p-csSeminarSub--freshers-plus .tf-btn.-close:hover::after {
  background-image: url(/asset/img/icon_close.svg);
}

.c-badge--seminarData {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
  min-width: 120px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.c-related_category {
  font-size: 13px;
  line-height: 1;
  border: 1px solid;
  padding: 5px 5px;
  min-width: 102px;
  width: 102px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .c-related_category {
    font-size: 13px;
    width: 102px;
    min-width: inherit;
    padding: 3px 3px;
  }
}






/* ===============================================

  ■ Project(セカンドレイヤー) (MCSS:Base)
    ※Base → Base    上書き○
    ※Base → Project 上書き×
  
  --------------------------------------------

  ■ 命名規則 BEM + MCSS
  
    block     block
    element   block_element
    modifier  block_element.__modifier
    
    ※状態を表すものはprefixをつける is-, has-, not-...

  --------------------------------------------
  
  ■ Index
  
    1.autoClose 受付終了 自動処理
    2.DXリーダースクール用 サブタイトル
    3.アカウンティング＆ファイナンススクール 詳細ページ
    4.DXリーダースクール（マネジメントDX） 詳細ページ

=============================================== */

/* １．autoClose 受付終了 自動処理 */
.c-schedule_status.-cancel,
.c-schedule_status.-end {
    display: none;
}
.is-detailCancel .c-schedule_status.-hold,
.is-detailClosed .c-schedule_status.-hold {
    display: none;          
}
.p-cosultingSite .is-detailCancel a.c-btn,
.p-cosultingSite .is-detailClosed a.c-btn {
    pointer-events: none;
    color: rgba(0,0,0,0.4);
    border-color: rgba(0,0,0,0.4);       
}
.p-cosultingSite .is-detailCancel a.c-btn::after,
.p-cosultingSite .is-detailCancel .c-btn::after,
.p-cosultingSite .is-detailClosed a.c-btn::after,
.p-cosultingSite .is-detailClosed .c-btn::after {
    display: none;
    background: none;
}
.is-detailCancel .c-schedule_status.-cancel {
    display: block;
}
.is-detailClosed .c-schedule_status.-end {
    display: block;
}

/* 2.DXリーダースクール用 サブタイトル */
@media screen and (min-width: 1040px) {
h1 .-subtitle{
    font-size: 32px !important;
}
}
@media screen and (max-width: 1040px){
    h1 .-subtitle{
        font-size: 18px !important;
    }
}

/* 3. アカウンティング＆ファイナンススクール 詳細ページ */
.p-csSeminarSub--accounting .c-title span::before {
    background-image: url(/asset/img/icon_titlebar-accounting.svg);
}

/* .p-csSeminarSub--accounting .tf-color {
    color: #179397 ;
} */

.p-csSeminarSub--accounting .c-badge--seminarData.isOn,
.p-csSeminarSub--modeBlack.p-csSeminarSub--accounting .section-seminarSubCurriculum .tf-bgColor4,
.p-csSeminarSub--accounting .tf-bgColor {
    background-color: #179397 !important;
}

.p-csSeminarSub--accounting .tf-bgColor4,
.p-csSeminarSub--accounting .c-beforeBgColor.-tf-bgcolor4::before,
.p-csSeminarSub--modeBlack.p-csSeminarSub--accounting .section-seminarSubSchedule::before,
.p-csSeminarSub--modeBlack.p-csSeminarSub--accounting .section-seminarSubRequirements::before,
.p-csSeminarSub--modeBlack.p-csSeminarSub--accounting .section-seminarSubCurriculum .element01 {
    background-color: #e7f4f4 !important;
}

.p-csSeminarSub--modeBlack.p-csSeminarSub--accounting .section-seminarSubRequirements .tf-bgColor4,
.p-csSeminarSub--modeBlack.p-csSeminarSub--accounting .section-seminarSubSchedule .list-place>dd .table-schedule .tf-bgColor4 {

    background-color: #daecec !important;
}

.p-csSeminarSub--accounting a.c-btn.tf-btn, .p-csSeminarSub--accounting .tf-btn {
    color: #179397;
    border-color: #179397;
}
.p-csSeminarSub--accounting a.c-btn.tf-btn::before, .p-csSeminarSub--accounting .tf-btn::before,.p-csSeminarSub--accounting .tf-bgColor1 {
    background-color: #179397;
}

.p-csSeminarSub--accounting .tf-bgColorGray {
    background-color: #b3b3b3 !important;
}

.p-csSeminarSub--accounting .tf-border {
    border-color: #179397 !important;
}

.p-csSeminarSub--accounting.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before,
.p-csSeminarSub--accounting.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
    background-image: url(/asset/img/consulting/seminar/icon_arrow-accounting.svg) !important;
}

.p-csSeminarSub .section-seminarSubPoint .list-point>li .menuNumber span.number::before {
    background-color: #179397;
}

.p-csSeminarSub--accounting a.c-btn.tf-btn.-close::after, .p-csSeminarSub--accounting .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close-accounting.svg);
}

.p-csSeminarSub--accounting a.c-btn.tf-btn.-close:hover::after, .p-csSeminarSub--accounting .tf-btn.-close:hover::after {
    background-image: url(/asset/img/icon_close.svg);
}

@media screen and (min-width: 1040px) {
    .p-csSeminarSub--accounting a.c-btn.tf-btn::after, .p-csSeminarSub--accounting .tf-btn::after {
        background-image: url(/asset/img/consulting/seminar/icon_arrow-accounting.svg);
    }
    
    .p-csSeminarSub--accounting a.c-btn.tf-btn:hover::after,.p-csSeminarSub--accounting .tf-btn:hover::after{
        background-image:url(/asset/img/icon_arrow_wh.svg);
    }
    
    .p-csSeminarSub--accounting a.c-btn.tf-btn:hover,.p-csSeminarSub--accounting .tf-btn:hover{
        color:#fff;
    }
    .p-csSeminarSub--accounting .c-section_head .section-anchor .list-anchor>li a:hover {
        background-color: #179397!important;
    }
}

@media screen and (max-width: 1040px){
.p-csSeminarSub--accounting a.c-btn.tf-btn, .p-csSeminarSub--accounting .tf-btn {
    background-color: #179397;
    color: #fff;
    }
}


/* 4. DXリーダースクール（マネジメントDX） 詳細ページ */
.p-csSeminarSub--management-dx .c-title span::before {
    background-image: url(/asset/img/icon_titlebar-management-dx.svg);
}

/* .p-csSeminarSub--management-dx .tf-color {
    color: #179397 ;
} */

.p-csSeminarSub--management-dx .c-badge--seminarData.isOn,
.p-csSeminarSub--modeBlack.p-csSeminarSub--management-dx .section-seminarSubCurriculum .tf-bgColor4,
.p-csSeminarSub--management-dx .tf-bgColor {
    background-color: #430a6d !important;
}

.p-csSeminarSub--management-dx .tf-bgColor4,
.p-csSeminarSub--management-dx .c-beforeBgColor.-tf-bgcolor4::before,
.p-csSeminarSub--modeBlack.p-csSeminarSub--management-dx .section-seminarSubSchedule::before,
.p-csSeminarSub--modeBlack.p-csSeminarSub--management-dx .section-seminarSubRequirements::before,
.p-csSeminarSub--modeBlack.p-csSeminarSub--management-dx .section-seminarSubCurriculum .element01 {
    background-color: #f1e8f8 !important;
}

/* .p-csSeminarSub--modeBlack.p-csSeminarSub--management-dx .section-seminarSubRequirements .tf-bgColor4,
.p-csSeminarSub--modeBlack.p-csSeminarSub--management-dx .section-seminarSubSchedule .list-place>dd .table-schedule .tf-bgColor4 {

    background-color: #daecec !important;
} */

.p-csSeminarSub--management-dx a.c-btn.tf-btn, .p-csSeminarSub--management-dx .tf-btn {
    color: #430a6d;
    border-color: #430a6d;
}
.p-csSeminarSub--management-dx a.c-btn.tf-btn::before, .p-csSeminarSub--management-dx .tf-btn::before,.p-csSeminarSub--management-dx .tf-bgColor1 {
    background-color: #430a6d;
}

.p-csSeminarSub--management-dx .tf-bgColorGray {
    background-color: #b3b3b3 !important;
}

.p-csSeminarSub--management-dx .tf-border {
    border-color: #430a6d !important;
}

.p-csSeminarSub--management-dx.p-csSeminarSub .section-seminarSubCurriculum .link-arrow::before,
.p-csSeminarSub--management-dx.p-csSeminarSub .section-seminarSubPoint .link-arrow::before {
    background-image: url(/asset/img/consulting/seminar/icon_arrow-management-dx.svg) !important;
}

.p-csSeminarSub .section-seminarSubPoint .list-point>li .menuNumber span.number::before {
    background-color: #430a6d;
}

.p-csSeminarSub--management-dx a.c-btn.tf-btn.-close::after, .p-csSeminarSub--management-dx .tf-btn.-close::after {
    background-image: url(/asset/img/icon_close-management-dx.svg);
}

.p-csSeminarSub--management-dx a.c-btn.tf-btn.-close:hover::after, .p-csSeminarSub--management-dx .tf-btn.-close:hover::after {
    background-image: url(/asset/img/icon_close.svg);
}

@media screen and (min-width: 1040px) {
    .p-csSeminarSub--management-dx a.c-btn.tf-btn::after, .p-csSeminarSub--management-dx .tf-btn::after {
        background-image: url(/asset/img/consulting/seminar/icon_arrow-management-dx.svg);
    }
    
    .p-csSeminarSub--management-dx a.c-btn.tf-btn:hover::after,.p-csSeminarSub--management-dx .tf-btn:hover::after{
        background-image:url(/asset/img/icon_arrow_wh.svg);
    }
    
    .p-csSeminarSub--management-dx a.c-btn.tf-btn:hover,.p-csSeminarSub--management-dx .tf-btn:hover{
        color:#fff;
    }
    .p-csSeminarSub--management-dx .c-section_head .section-anchor .list-anchor>li a:hover {
        background-color: #430a6d!important;
    }
}

@media screen and (max-width: 1040px){
.p-csSeminarSub--management-dx a.c-btn.tf-btn, .p-csSeminarSub--management-dx .tf-btn {
    background-color: #430a6d;
    color: #fff;
    }
}