#p-program .sectionTitle .titleEn {
  background: url(../../shared/images/icon_circle_blue.svg) left center no-repeat;
  background-size: 10px;
  padding-left: 16px;
  font-family: "Open Sans", sans-serif;
}
#p-program .sectionTitle .titleJp {
  color: #004097;
  font-weight: bold;
  line-height: 120%;
}

@media only screen and (max-width: 767px) {
  #p-program .sectionTitle .titleEn {
    font-size: 14px;
  }
  #p-program .sectionTitle .titleJp {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  #p-program .sectionTitle .titleEn {
    font-size: 14px;
  }
  #p-program .sectionTitle .titleJp {
    font-size: clamp(14px, 1.88vw, 24px);
  }
}
#p-program .secProgram .captionText {
  font-weight: 500;
  line-height: 160%;
}
#p-program .secProgram .scrollText {
  color: #949494;
  font-weight: 500;
  background: url(../images/icon_scroll.svg) left center no-repeat;
  background-size: 16px;
  padding-left: 21px;
}
#p-program .secProgram .programTable {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#p-program .secProgram .programTable .tableRight {
  overflow-x: auto;
}
#p-program .secProgram .subTitle {
  font-weight: bold;
}
#p-program .secProgram .testCaption {
  font-weight: 500;
  line-height: 150%;
}
#p-program .secProgram .noteText {
  font-weight: 500;
  line-height: 160%;
}
#p-program .secProgram .noteText * {
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  #p-program .secProgram {
    padding: 56px 0 56px 0;
  }
  #p-program .secProgram .captionText {
    padding: 24px 0 0 0;
    font-size: 14px;
  }
  #p-program .secProgram .scrollText {
    margin: 18px 0 6px 0;
    font-size: 13px;
  }
  #p-program .secProgram .programTable {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #p-program .secProgram .programTable .tableLeft {
    width: 99px;
  }
  #p-program .secProgram .programTable .tableRight {
    width: calc(100% - 99px);
  }
  #p-program .secProgram .programTable .tableRight .tableRightIn {
    width: 2160px;
  }
  #p-program .secProgram .subTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 16px;
  }
  #p-program .secProgram .testCaption {
    font-size: 14px;
    padding: 0 0 20px 0;
  }
  #p-program .secProgram .testTableArea .table01 {
    padding: 0 0 32px 0;
  }
  #p-program .secProgram .noteText {
    padding: 16px 0 0 0;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  #p-program .secProgram {
    padding: 80px 0 80px 0;
  }
  #p-program .secProgram .captionText {
    padding: 32px 0 0 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  #p-program .secProgram .scrollText {
    margin: 18px 0 8px 0;
    font-size: 13px;
  }
  #p-program .secProgram .programTable {
    width: calc(100% + (100vw - min(92vw, 1200px)) / 2);
    margin: 0 0 64px 0;
  }
  #p-program .secProgram .programTable .tableLeft {
    width: 168px;
  }
  #p-program .secProgram .programTable .tableRight {
    width: min(100% - 168px);
    padding-right: 40px;
  }
  #p-program .secProgram .programTable .tableRight .tableRightIn {
    width: 3949px;
  }
  #p-program .secProgram .subTitle {
    font-size: clamp(14px, 1.88vw, 24px);
    padding: 0 0 16px;
  }
  #p-program .secProgram .testCaption {
    font-size: clamp(14px, 1.17vw, 15px);
    padding: 0 0 20px 0;
  }
  #p-program .secProgram .testTableArea {
    display: flex;
    justify-content: space-between;
  }
  #p-program .secProgram .testTableArea .table01 {
    width: 60.2%;
  }
  #p-program .secProgram .testTableArea .table02 {
    width: 37.9%;
    padding-top: 4.3%;
  }
  #p-program .secProgram .noteText {
    padding: 24px 0 0 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
#p-program .secSchedule .timeRow .timeHead {
  background: #004097;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
}
#p-program .secSchedule .timeRow .timeList {
  font-weight: 500;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 16px;
}
#p-program .secSchedule .timeRow .timeList.green {
  background-image: url(../images/time_icon_green.svg);
}
#p-program .secSchedule .timeRow .timeList.blue {
  background-image: url(../images/time_icon_blue.svg);
}
#p-program .secSchedule .timeRow .timeList.red {
  background-image: url(../images/time_icon_pink.svg);
}
#p-program .secSchedule .tableListWrap .tableList {
  border-radius: 20px;
  border: solid 1px #dadada;
  overflow: hidden;
}
#p-program .secSchedule .tableListWrap .tableList .tableTitle {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#p-program .secSchedule .tableListWrap .tableList .tableTitle.green {
  background-color: #A8D577;
}
#p-program .secSchedule .tableListWrap .tableList .tableTitle.blue {
  background-color: #9FB8F8;
}
#p-program .secSchedule .tableListWrap .tableList .tableTitle.red {
  background-color: #F89F9F;
}
@media only screen and (max-width: 767px) {
  #p-program .secSchedule {
    padding: 0 0 56px 0;
  }
  #p-program .secSchedule .timeRow {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    align-items: flex-start;
  }
  #p-program .secSchedule .timeRow .timeHead {
    font-size: 14px;
    padding: 2px 6px;
  }
  #p-program .secSchedule .timeRow .timeList {
    font-size: 14px;
  }
  #p-program .secSchedule .tableListWrap {
    display: flex;
    justify-content: space-between;
  }
  #p-program .secSchedule .tableListWrap .tableList {
    width: 33.33%;
    border-radius: 20px 20px 0 0;
  }
  #p-program .secSchedule .tableListWrap .tableList .tableTitle {
    height: 44px;
    font-size: 14px;
    line-height: 120%;
    cursor: pointer;
  }
  #p-program .secSchedule .tableListWrap .tableList .tableTime {
    display: none;
  }
  #p-program .secSchedule .tableTimeSp .spList {
    display: none;
    border: solid 1px #dadada;
    border-radius: 0 0 20px 20px;
    padding: 32px min(9%, 32px);
  }
  #p-program .secSchedule .tableTimeSp .spList.on {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  #p-program .secSchedule {
    padding: 0 0 80px 0;
  }
  #p-program .secSchedule .timeRow {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 32px 0;
  }
  #p-program .secSchedule .timeRow .timeHead {
    font-size: 14px;
    padding: 2px 6px;
  }
  #p-program .secSchedule .timeRow .timeList {
    font-size: clamp(14px, 1.17vw, 15px);
    padding-right: 14px;
  }
  #p-program .secSchedule .tableListWrap {
    display: flex;
    justify-content: space-between;
  }
  #p-program .secSchedule .tableListWrap .tableList {
    width: min(32%, 380px);
  }
  #p-program .secSchedule .tableListWrap .tableList .tableTitle {
    height: 43px;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  #p-program .secSchedule .tableListWrap .tableList .tableTime {
    padding: 32px 8.4%;
  }
  #p-program .secSchedule .tableTimeSp {
    display: none !important;
  }
}
#p-program .secEvent {
  background: #E9EFF7;
  border-radius: 40px;
}
#p-program .secEvent .secEventIn .eventListWrap .eventList .listImg img {
  border-radius: 20px;
}
#p-program .secEvent .secEventIn .eventListWrap .eventList .listTitle {
  font-weight: bold;
  text-align: center;
  line-height: 150%;
}
#p-program .secEvent .secEventIn .eventListWrap .eventList .listDetail {
  font-weight: 500;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  #p-program .secEvent {
    padding: 40px 0;
    margin: 0 4px;
  }
  #p-program .secEvent .secEventIn .eventListWrap {
    padding: 24px 0 0 0;
  }
  #p-program .secEvent .secEventIn .eventListWrap .eventList {
    padding-bottom: 40px;
  }
  #p-program .secEvent .secEventIn .eventListWrap .eventList:last-of-type {
    padding-bottom: 0;
  }
  #p-program .secEvent .secEventIn .eventListWrap .eventList .listTitle {
    padding: 16px 0 12px;
    font-size: clamp(14px, 4.36vw, 17px);
  }
  #p-program .secEvent .secEventIn .eventListWrap .eventList .listDetail {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  #p-program .secEvent {
    padding: 80px 0;
    margin: 0 min(2.22vw, 32px);
  }
  #p-program .secEvent .secEventIn .eventListWrap {
    padding: 32px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  #p-program .secEvent .secEventIn .eventListWrap .eventList {
    width: min(32%, 380px);
  }
  #p-program .secEvent .secEventIn .eventListWrap .eventList .listTitle {
    padding: 24px 0 16px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  #p-program .secEvent .secEventIn .eventListWrap .eventList .listDetail {
    font-size: clamp(14px, 1.17vw, 15px);
  }
}/*# sourceMappingURL=style.css.map */