@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");
@media screen and (min-width: 768px) {
  .cpplus2024 .sp {
    display: none !important;
  }

  .cpplus2024 .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cpplus2024 .pc {
    display: none !important;
  }

  .cpplus2024 .sp {
    display: block;
  }
}
/* -----------------------------
** CP+2024
** home
----------------------------- */
.cpplus2024 img {
  max-width: 100%;
}
.cpplus2024 .iLink01 {
  background-position: left top 4px;
}
@media screen and (max-width: 767px) {
  .cpplus2024 .iLink01 {
    background-position: left top .3vw;
  }
}
.cpplus2024 .iLink02 {
  background-position: left top 7px;
}
@media screen and (max-width: 767px) {
  .cpplus2024 .iLink02 {
    background-position: left top 1.3vw;
  }
}

.linkBtn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .linkBtn {
    margin-top: 5vw;
  }
}
.linkBtn a {
  display: inline-block;
  font-size: 19px;
  position: relative;
  color: #005ab4;
  font-weight: bold;
  padding: 20px 60px;
  border: 2px solid #005ab4;
  background-color: #FFF;
  border-radius: 9999px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .linkBtn a {
    min-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .linkBtn a {
    min-width: 80%;
    font-size: 4vw;
    padding: 3vw 10vw;
  }
}
.linkBtn a:hover {
  opacity: .8;
  background-color: #005ab4;
  color: #FFF;
  text-decoration: none;
}
.linkBtn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .linkBtn a:after {
    right: 4vw;
  }
}
.linkBtn a.rv {
  background-color: #005ab4;
  color: #FFF;
}
.linkBtn a.linkAnchor:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #005ab4;
  border-bottom: 2px solid #005ab4;
  transform: translateY(calc(-50% - 3px)) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .linkBtn a.linkAnchor:after {
    width: 2vw;
    height: 2vw;
  }
}
.linkBtn a.linkAnchor:hover:after {
  border-color: #FFF;
}
.linkBtn a.linkModal:after {
  width: 15px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cg%3E%3Cpath fill='%230756a6' d='m15,0C6.72,0,0,6.72,0,15s6.72,15,15,15,15-6.72,15-15S23.28,0,15,0Zm8,16h-7v7h-2v-7h-7v-2h7v-7h2v7h7v2Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.linkBtn a.linkModal:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='m15,0C6.72,0,0,6.72,0,15s6.72,15,15,15,15-6.72,15-15S23.28,0,15,0Zm8,16h-7v7h-2v-7h-7v-2h7v-7h2v7h7v2Z' /%3E%3C/g%3E%3C/svg%3E");
}
.linkBtn a.linkArrow:after {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
}

a.linkModalText {
  position: relative;
  padding-right: 15px;
  transition: all 0.2s ease-in;
}
a.linkModalText:hover {
  opacity: .8;
}
a.linkModalText:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cg%3E%3Cpath fill='%230756a6' d='m15,0C6.72,0,0,6.72,0,15s6.72,15,15,15,15-6.72,15-15S23.28,0,15,0Zm8,16h-7v7h-2v-7h-7v-2h7v-7h2v7h7v2Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

span.line {
  background: linear-gradient(transparent 60%, #e8f69e 60%);
}

.emline {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #e8f69e 70%);
}
@media screen and (max-width: 767px) {
  .emline {
    font-size: 5vw;
  }
}

.listCircle {
  display: inline-block;
}
.listCircle li {
  padding-left: 10px;
  text-align: left;
  position: relative;
  margin-bottom: 5px;
}
.listCircle li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #005ab4;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.listCaution {
  text-align: left;
}
.listCaution > li {
  position: relative;
  padding-left: 3em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .listCaution > li {
    line-height: 1.3;
  }
}
.listCaution > li .listCaution_firstLetter {
  position: absolute;
  left: 0;
  top: 0.03em;
}

.mainvisual {
  margin: 0 auto;
  text-align: center;
}
.mainvisual img {
  margin: 0 auto;
  text-align: center;
}

.cpContent * {
  box-sizing: border-box;
}
.cpContent *:before, .cpContent *:after {
  box-sizing: border-box;
}

.contentNavi {
  background-color: #005ab4;
  color: #FFF;
  text-align: center;
  width: 100%;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contentNavi {
    margin-top: 5vw;
    padding: 1vw 3vw;
  }
}
.contentNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contentNavi ul li a {
  display: block;
  color: #FFF;
  font-weight: bold;
  padding: 14px 17px 14px 10px;
  position: relative;
  transition: all 0.2s ease-in;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contentNavi ul li a {
    font-size: 3.2vw;
    padding: 1vw 3.2vw 1vw 2.2vw;
    line-height: 1;
  }
}
.contentNavi ul li a:before, .contentNavi ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in;
}
.contentNavi ul li a:before {
  width: 13px;
  height: 13px;
  background-color: #FFF;
  border-radius: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contentNavi ul li a:before {
    width: 2.8vw;
    height: 2.8vw;
  }
}
.contentNavi ul li a:after {
  width: 3px;
  height: 3px;
  border-right: 1px solid #005ab4;
  border-bottom: 1px solid #005ab4;
  transform: translateY(calc(-50% + -1px)) rotate(45deg);
  right: 5px;
}
@media screen and (max-width: 767px) {
  .contentNavi ul li a:after {
    width: .8vw;
    height: .8vw;
    right: .8vw;
    transform: translateY(calc(-50% + -.1vw)) rotate(45deg);
  }
}
.contentNavi ul li a:hover {
  opacity: .8;
}
.contentNavi ul li a:hover:before {
  transform: translateY(calc(-50% + 0px));
}
.contentNavi ul li a:hover:after {
  transform: translateY(calc(-50% + 0px)) rotate(45deg);
}

.cpSection {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cpSection {
    padding-bottom: 10vw;
  }
}
.cpSection .cpSecHead {
  background-color: #bfd6ec;
  margin: 0 auto;
  text-align: center;
}
.cpSection .cpSecHead .cpSecTitle {
  display: inline-block;
  background-color: #cfe0f1;
  transform: skew(-35deg, 0deg);
  padding: 15px 50px;
}
@media screen and (min-width: 768px) {
  .cpSection .cpSecHead .cpSecTitle {
    min-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .cpSection .cpSecHead .cpSecTitle {
    padding: 3vw 5vw;
    min-width: 85vw;
  }
}
.cpSection .cpSecHead .cpSecTitle span {
  font-size: 39px;
  display: inline-block;
  transform: skew(35deg, 0deg);
}
@media screen and (max-width: 767px) {
  .cpSection .cpSecHead .cpSecTitle span {
    font-size: 5.4vw;
  }
}
.cpSection .cpSecInner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .cpSection .cpSecInner {
    width: 100%;
    padding: 10vw 3vw 0 3vw;
  }
}

#intro {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #intro {
    padding-top: 6vw;
  }
}
#intro #expired_message {
  color: #E60000;
  font-size: 115%;
}
@media screen and (max-width: 767px) {
  #intro #expired_message {
    font-size: 97%;
  }
}
#intro #expired_message.fwB.iBlk {
  margin-bottom: 30px;
}
#intro .cpSecInner {
  padding-top: 0;
}
#intro .introLead {
  font-size: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #intro .introLead {
    font-size: 4.4vw;
    margin-bottom: 3vw;
  }
}
#intro .introImg {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #intro .introImg {
    margin-bottom: 3vw;
  }
}
#intro .introText h2 {
  font-size: 30px;
  color: #6c6c6c;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #intro .introText h2 {
    font-size: 4vw;
    margin-bottom: 3vw;
    line-height: 1.5;
  }
}
#intro .introText .text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #intro .introText .text {
    font-size: 3.6vw;
    text-align: left;
  }
}
#intro .introText .text p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #intro .introText .text p {
    line-height: 1.5;
  }
}
#intro .introText .text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #intro .introText .text p + p {
    margin-top: 2vw;
  }
}

#stageProgram {
  background: url("../images/bg_program.jpg") no-repeat center center;
  background-size: cover;
}
#stageProgram .programDateList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programDateList {
    gap: 1vw;
    margin-bottom: 5vw;
  }
}
#stageProgram .programDateList:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #cfe0f1;
  position: absolute;
  left: 0;
  bottom: 0;
}
#stageProgram .programDateList li {
  position: relative;
  z-index: 1;
}
#stageProgram .programDateList li a {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #666;
  line-height: 1;
  padding: 15px;
  position: relative;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  #stageProgram .programDateList li a {
    font-size: 4vw;
    padding: 2vw;
  }
}
#stageProgram .programDateList li a:before, #stageProgram .programDateList li a:after {
  transition: all 0.2s ease-in;
}
#stageProgram .programDateList li a:hover {
  text-decoration: none;
  color: #005ab4;
}
#stageProgram .programDateList li a:hover:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #005ab4;
  position: absolute;
  left: 0;
  bottom: 0;
}
#stageProgram .programDateList li a.active {
  background-color: #005ab4;
  color: #FFF !important;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programDateList li a.active {
    border-radius: 2vw;
  }
}
#stageProgram .programDateList li a.active:before {
  display: none;
}
#stageProgram .programDateList li a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #005ab4;
  border-bottom: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
#stageProgram .programDateList li a .date {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programDateList li a .date {
    font-size: 5vw;
  }
}
#stageProgram .programDateList li a .week {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programDateList li a .week {
    font-size: 3.2vw;
  }
}
#stageProgram .programList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programList {
    gap: 3vw;
  }
}
#stageProgram .programList li {
  width: 185px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programList li {
    width: 100%;
  }
}
#stageProgram .programList li .programBtn {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 10px;
  position: relative;
  color: #333;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
#stageProgram .programList li .programBtn:hover {
  text-decoration: none;
}
#stageProgram .programList li .programBtn:hover .img img {
  opacity: 0.8;
}
#stageProgram .programList li .programBtn:hover .time,
#stageProgram .programList li .programBtn:hover .name,
#stageProgram .programList li .programBtn:hover .title {
  opacity: 0.8;
}
#stageProgram .programList li .time {
  transition: all 0.2s ease-in;
  background-color: #005ab4;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  padding: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programList li .time {
    padding: 2vw;
  }
}
#stageProgram .programList li .img img {
  transition: all 0.2s ease-in;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #stageProgram .programList li .img img {
    border-radius: 0 0 0 10px;
  }
}
#stageProgram .programList li .onlineBadge {
  background: #F00 url("../images/icon_live.svg") no-repeat left 5px center;
  background-size: 20px auto;
  color: #FFF;
  font-size: 14px;
  padding: 5px 5px 5px 25px;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  #stageProgram .programList li .onlineBadge {
    height: 24px;
    top: -24px;
  }
}
@media screen and (max-width: 767px) {
  #stageProgram .programList li .onlineBadge {
    bottom: 0;
    background-size: 6vw auto;
    border-radius: 0 0 10px 0;
    padding: 1.4vw 2vw 1.4vw 7vw;
    font-size: 4vw;
  }
}
#stageProgram .programList li .speakerDetail {
  position: relative;
}
@media screen and (min-width: 768px) {
  #stageProgram .programList li .speakerDetail {
    padding: 10px;
  }
}
#stageProgram .programList li .name {
  transition: all 0.2s ease-in;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programList li .name {
    margin-bottom: 1vw;
  }
}
#stageProgram .programList li .title {
  transition: all 0.2s ease-in;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #stageProgram .programList li .title {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 767px) {
  #stageProgram .programList li .programListBox {
    display: flex;
    flex-wrap: wrap;
  }
  #stageProgram .programList li .programListBox .img {
    width: 30%;
  }
  #stageProgram .programList li .programListBox .speakerDetail {
    width: 70%;
    padding: 2vw 2vw 6vw 2vw;
  }
}
#stageProgram .listCircle {
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #stageProgram .listCircle {
    margin-top: 5vw;
  }
}

.programBox {
  position: relative;
}
.programBox .programHead {
  width: 100%;
  background-color: #005ab4;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .programBox .programHead {
    font-size: 4.4vw;
    padding: 2vw 3vw;
  }
}
.programBox .programDetail {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail {
    padding: 3vw;
  }
}
.programBox .programDetail .programTitle {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programTitle {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.programBox .programDetail .programDetailBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programDetailBox {
    margin-bottom: 5vw;
  }
}
.programBox .programDetail .programDetailBox .img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programDetailBox .img {
    width: 100%;
  }
}
.programBox .programDetail .programDetailBox .text {
  width: calc(100% - 400px);
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programDetailBox .text {
    width: 100%;
    padding-left: 0;
    margin-top: 5vw;
  }
}
.programBox .programDetail .programDetailBox .text p {
  display: block;
}
.programBox .programDetail .programDetailBox .text p + p {
  margin-top: 10px;
}
.programBox .programDetail .programDetailBox .onlineBadge {
  display: inline-block;
  border-radius: 9999px;
  background: #ec6c00 url("../images/icon_live.svg") no-repeat left 5px center;
  background-size: 15px auto;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px 5px 25px;
  margin-bottom: 10px;
}
.programBox .programDetail .programProfileBox {
  position: relative;
  border: 1px solid #CCC;
  padding: 40px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programProfileBox {
    padding: 10vw 3vw 3vw 3vw;
  }
}
.programBox .programDetail .programProfileBox .boxTitle {
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programProfileBox .boxTitle {
    font-size: 4vw;
    padding: 1vw 3vw;
  }
}
.programBox .programDetail .programProfileBox .profileBox {
  display: flex;
  flex-wrap: wrap;
}
.programBox .programDetail .programProfileBox .profileBox .img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programProfileBox .profileBox .img {
    width: 100%;
    padding: 0 20vw;
    margin-bottom: 2vw;
  }
}
.programBox .programDetail .programProfileBox .profileBox .profileText {
  width: calc(100% - 150px);
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programProfileBox .profileBox .profileText {
    width: 100%;
    padding-left: 0;
  }
}
.programBox .programDetail .programProfileBox .profileBox .profileText .name {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .programBox .programDetail .programProfileBox .profileBox .profileText .name {
    margin-bottom: 2vw;
  }
}
.programBox button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #FFF;
  text-indent: -9999px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .programBox button {
    width: 6vw;
    height: 6vw;
    top: 2vw;
    right: 3vw;
  }
}
.programBox button:before, .programBox button:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #005ab4;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .programBox button:before, .programBox button:after {
    width: 4vw;
  }
}
.programBox button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.programBox button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.programBox button:hover {
  opacity: .7;
}

#onlineEntry .stText {
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #onlineEntry .stText {
    font-size: 4.4vw;
  }
}
#onlineEntry .linkBtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #onlineEntry .linkBtn {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #onlineEntry .listCaution {
    display: inline-block;
  }
}

#specialInfo .badge {
  border-radius: 20px;
  padding: 5px;
  color: #FFF;
}
#specialInfo .badge .badgeInner {
  border: 1px solid #FFF;
  border-radius: 15px;
  padding: 5px;
  position: relative;
}
#specialInfo .badge .badgeTitle {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
#specialInfo .badge .badgeTitle h3 {
  font-size: 27px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeTitle h3 {
    font-size: 5.4vw;
  }
}
#specialInfo .badge .badgeTitle h3 .em {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeTitle h3 .em {
    font-size: 7vw;
    display: block;
  }
}
#specialInfo .badge .badgeContent {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent {
    padding: 3vw 1.5vw;
  }
}
#specialInfo .badge .badgeContent .badgeList > li {
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li {
    padding-left: 5.8vw;
    position: relative;
    margin-bottom: 3vw;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .listText {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .listText {
    font-size: 4.2vw;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .listText .no {
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .listText .no {
    font-size: 5.6vw;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .listText .em {
  font-size: 26px;
  color: #fef1d6;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .listText .em {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  #specialInfo .badge .badgeContent .badgeList > li .presentImg.bag {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .presentImg.bag img {
  border-radius: 10px;
}
#specialInfo .badge .badgeContent .badgeList > li .emText {
  font-size: 19px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .emText {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .emText .em {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .emText .em {
    padding-bottom: 0;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .accBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
#specialInfo .badge .badgeContent .badgeList > li .accBox .accTitle {
  background-color: #000;
  color: #FFF;
  padding: 3px 5px;
  width: 120px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .accBox .accTitle {
    width: auto;
    font-size: 3.6vw;
    padding: .5vw 3vw;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .accBox .accImg {
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .accBox .accImg {
    width: 25%;
  }
}
#specialInfo .badge .badgeContent .badgeList > li .accBox .accText {
  width: calc(100% - 120px);
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li .accBox .accText {
    width: 75%;
    padding-left: 3vw;
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  #specialInfo .badge .badgeContent .badgeList > li.withImg {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  #specialInfo .badge .badgeContent .badgeList > li.withImg {
    display: flex;
    flex-wrap: wrap;
  }
  #specialInfo .badge .badgeContent .badgeList > li.withImg .listText {
    width: 100%;
  }
  #specialInfo .badge .badgeContent .badgeList > li.withImg .presentImg {
    width: 25%;
  }
  #specialInfo .badge .badgeContent .badgeList > li.withImg .accBox {
    width: 75%;
    padding-left: 3vw;
  }
  #specialInfo .badge .badgeContent .badgeList > li.withImg .accBox .accText {
    width: 100%;
    padding-left: 0;
  }
}
#specialInfo .badge.gold {
  background-image: linear-gradient(to bottom right, #69582d 0%, #826c37 100%);
}
#specialInfo .badge.silver {
  background-image: linear-gradient(to bottom right, #616161 0%, #666666 100%);
}
@media screen and (min-width: 768px) {
  #specialInfo .badge.silver .badgeTitle {
    width: calc(100% - 210px);
  }
}

#eventOverview .overViewTbl table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
#eventOverview .overViewTbl table tr {
  border-bottom: 1px solid #dcdcdc;
}
#eventOverview .overViewTbl table tr th, #eventOverview .overViewTbl table tr td {
  padding: 15px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #eventOverview .overViewTbl table tr th, #eventOverview .overViewTbl table tr td {
    display: block;
  }
}
#eventOverview .overViewTbl table tr th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #eventOverview .overViewTbl table tr th {
    width: 100%;
    padding: 2vw 0 .5vw 0;
    font-size: 4.2vw;
  }
}
#eventOverview .overViewTbl table tr td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #eventOverview .overViewTbl table tr td {
    width: 100%;
    padding: .5vw 0 2vw 5vw;
  }
}

#epsitePremium {
  padding-bottom: 0;
}
#epsitePremium .espText p {
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #epsitePremium .espText p {
    font-size: 4vw;
  }
}

.linkBtnPremium a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  min-width: 450px;
  padding: 0 2.5em;
  background: #c30d24;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .linkBtnPremium a {
    min-width: unset;
    width: 100%;
    padding: 0 2em;
    min-height: 16vw;
    font-size: 3.73333vw;
  }
}
.linkBtnPremium a small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .linkBtnPremium a small {
    font-size: 3.2vw;
  }
}
.linkBtnPremium a:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .linkBtnPremium a:after {
    right: 10px;
  }
}

/* エプサイト公式アプリのご案内 //移築
================================================== */
/* c-heading */
.appInfo {
  margin-top: 80px;
}

.c-heading--seminar {
  margin-bottom: 1.35em;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.information__app {
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto 40px;
  padding: 40px;
  background: #fff;
  border: solid 10px #eae7e2;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .information__app__title {
    display: flex;
    gap: 22px;
    margin-bottom: 40px;
    font-weight: bold;
  }

  .information__app__title > div:nth-child(1) {
    flex: 0 0 96px;
  }

  .information__app__title h3 {
    margin-bottom: .3em;
    font-size: 25px;
  }

  .information__app__panel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    border: solid 4px #c1ae84;
    border-radius: 10px;
  }

  .information__app__panel > div:nth-of-type(2) {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .c-heading--seminar {
    font-size: 4.8vw;
  }

  .information__app {
    margin-bottom: 0;
    padding: 4.53333vw;
    border-width: 1.33333vw;
  }

  .information__app__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.66667vw;
    margin-bottom: 6.66667vw;
  }

  .information__app__title > div:nth-of-type(1) {
    flex: 0 0 20.53333vw;
  }

  .information__app__title > div:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }

  .information__app__title > div:nth-of-type(2) {
    display: contents;
  }

  .information__app__title > div:nth-of-type(2) h3 {
    flex: 0 0 53.33333vw;
    font-size: 4.8vw;
  }

  .information__app__title > div:nth-of-type(2) p {
    font-weight: bold;
  }

  .information__app__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    margin-bottom: 4vw;
    padding: 4vw;
    border: solid 1.06667vw #c1ae84;
    border-radius: 2.66667vw;
  }

  .information__app__panel > h4 {
    flex: 0 0 100%;
    font-size: 3.73333vw;
    text-align: center;
  }

  .information__app__panel > div:nth-of-type(1) {
    flex: 0 0 24vw;
  }

  .information__app__panel > div:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }

  .information__app__panel > div:nth-of-type(2) {
    flex: 0 0 38.66667vw;
  }

  .information__app__panel > div:nth-of-type(2) > a {
    display: inline-block;
  }

  .information__app__panel > div:nth-of-type(2) > a img {
    width: auto;
    height: 10.66667vw;
  }

  .information__app__panel > div:nth-of-type(2) > a:nth-child(1) {
    margin-bottom: 2.13333vw;
  }
}
.c-notes > li {
  display: table-row;
  font-size: 14px;
}

.c-notes > li > span {
  display: table-cell;
  vertical-align: top;
}

.c-notes > li > span:nth-child(1) {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-notes > li {
    font-size: 3.2vw;
  }
}
.modal {
  max-width: 960px;
}
.modal *,
.modal *:before,
.modal *:after {
  box-sizing: border-box;
}
.modal .modalInner {
  background-color: #FFF;
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.modal .modalInner img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modal .modalInner {
    padding: 5vw;
  }
}
.modal.programModal {
  max-width: 900px;
}
.modal.programModal .modalInner {
  padding: 0;
  border-radius: 20px;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #005ab4;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  opacity: .8;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 960px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* cpplusImageCenter */
.cpplusImageCenter {
  display: flex;
  justify-content: center;
}