@charset "UTF-8";


/* program_box1
***************************************************************/
.program_box1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
.program_panel {
  background-color: #fff;
  padding-top: 60px;
}
.program_tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.program_tab_btn {
  cursor: pointer;
  width: 390px;
  height: 90px;
  padding-left: 40px;
  position: relative;
  background-color: #002d59;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program_tab_label {
  width: 100px;
  height: 60px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.program_tab_day {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.program_tab_day .s1 {
  font-size: 24px;
}
.program_tab_btn.active {
  background-color: #fff;
  color: #002d59;
}
.program_tab_btn.active .program_tab_label {
  border-color: #002d59;
}
.program_block1 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
  background-color: #fff;
}
@media all and (min-width: 681px) {
  .program_block1_list1::after {
    content: "";
    width: 400px;
  }
  .program_block1_list1 .li1:nth-of-type(1n + 4) {
    margin-top: 40px;
  }
}
@media all and (max-width: 680px) {
  .program_box1 {
    width: 100%;
    padding-top: 45px;
  }
  .program_panel {
    padding-top: 35px;
  }
  .program_tab {
    width: 100%;
  }
  .program_tab_btn {
    width: calc((100% - 16px) / 3);
    height: auto;
    padding: 8px 0 8px 8px;
    display: block;
  }
  .program_tab_label {
    width: 50px;
    height: 30px;
    font-size: 15px;
    position: static;
    margin: 0;
  }
  .program_tab_day {
    font-size: 27px;
    text-align: left;
    line-height: 1;
    margin-top: 5px;
  }
  .program_tab_day .s1 {
    font-size: 13px;
  }
  .program_block1 {
    width: 100%;
    padding: 0 0 50px;
  }
}
@media all and (max-width: 370px) {
}


/* program_section1
***************************************************************/
.program_section1 {
  width: 1000px;
  margin: 0 auto;
  color: #000;
}
.program_section1 + .program_section1 {
  margin-top: 60px;
}
.program_time1 {
  padding: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #29aae3;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.program_time1::before,
.program_time1::after {
  content: "";
  width: calc((100% - 240px) / 2);
  height: 1px;
  background-color: #29aae3;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .program_section1 {
    width: 100%;
    padding: 0 20px;
  }
  .program_section1 + .program_section1 {
    margin-top: 50px;
  }
  .program_time1 {
    padding: 10px 0 10px;
    font-size: 25px;
  }
  .program_time1::before,
  .program_time1::after {
    width: calc((100% - 150px) / 2);
  }
}
@media all and (max-width: 370px) {
}


/* program_contents1
***************************************************************/
.program_contents1 {
  border: 1px solid #006ab0;
}
.program_contents1 + .program_contents1 {
  margin-top: 60px;
}
.program_contents1_tit1 {
  display: flex;
  position: relative;
}
.program_contents1_tit1 .time1 {
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006ab0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.program_contents1_tit1 .tit1 {
  width: calc(100% - 160px);
  height: 50px;
  padding: 0 15px;
  background-color: #006ab0;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.program_contents1_tit1 .label1 {
  width: 50px;
  height: 30px;
  background-color: #fff;
  color: #006ab0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .program_contents1 + .program_contents1 {
    margin-top: 40px;
  }
  .program_contents1_tit1 {
    display: block;
    border-bottom: none;
  }
  .program_contents1_tit1 .time1 {
    display: block;
    height: auto;
    font-size: 14px;
    text-align: left;
    padding: 2px 15px;
    width: 100%;
  }
  .program_contents1_tit1 .tit1 {
    width: 100%;
    height: auto;
    padding: 5px 15px;
    font-size: 15px;
    text-align: left;
  }
  .program_contents1_tit1 .label1 {
    width: 30px;
    height: 20px;
    font-size: 12px;
  }
}
@media all and (max-width: 370px) {
}


/* program_contents1_inner
***************************************************************/
.program_contents1_inner {
  padding: 30px;
}
.program_contents1_h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.5;
}
.program_contents1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.75;
}
.program_contents1_inner .program_contents1_p1:not(:first-child) {
  margin-top: 10px;
}
.en .program_contents1_h2 {
  text-align: left;
  word-break: keep-all;
}
.en .program_contents1_p1 {
  text-align: left;
  word-break: keep-all;
}
.program_movie_btn1 {
  margin: 0 auto;
}
.program_contents1_inner .program_movie_btn1:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 681px) {
  .program_contents1_inner {
    border-top: 1px solid #006ab0;
  }
}
@media all and (max-width: 680px) {
  .program_contents1_inner {
    padding: 20px 15px;
  }
  .program_contents1_h2 {
    font-size: 18px;
  }
  .program_contents1_p1 {
    font-size: 14px;
  }
  .program_contents1_inner .program_contents1_p1:not(:first-child) {
    margin-top: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* program_download
***************************************************************/
.program_download {
  border: 1px solid #006ab0;
  margin: 0 auto;
}
.program_contents1_inner .program_download:not(:first-child) {
  margin-top: 30px;
}
.program_download_dt1 {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
}
.program_download_dt1::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #f555a8;
  border-bottom: 2px solid #f555a8;
  transform: rotate(45deg);
  transition: border 0.3s ease;
}
.program_download_dt1.on::after {
  transform: rotate(-135deg);
  top: 2px;
  bottom: 0;
}
.program_download_dd1 {
  display: none;
  padding: 0 20px 20px;
}
.program_download_ul1 > li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.program_download_link1 {
  width: 100%;
  padding: 10px 70px 10px 20px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
  position: relative;
  pointer-events: none;
  background-color: #f555a8;
}
.program_download_link1.on {
  background: #f555a8 url(../img/common/arrow_dl1_w.svg)no-repeat right 20px center / 15px;
  pointer-events: auto;
}
.en .program_download_link1 {
  text-align: left;
  word-break: keep-all;
}
@media all and (min-width: 681px) {
  .program_download_link1:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
  .program_contents1_inner .program_download:not(:first-child) {
    margin-top: 20px;
  }
  .program_download_dt1 {
    height: 50px;
    font-size: 15px;
  }
  .program_download_dd1 {
    display: none;
    padding: 0 15px 15px;
  }
  .program_download_link1 {
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    background-position: right 10px center;
  }
}
@media all and (max-width: 370px) {
}


/* speakerWrap
***************************************************************/
.program_contents1_inner .speakerWrap:not(:first-child) {
  padding-top: 25px;
}
.speakerWrap_h3 {
  color: #006ab0;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
}
.speakerWrap_list1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.speakerWrap_list1 > .li1 {
  width: calc((100% - 20px) / 2);
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #006ab0;
  cursor: pointer;
  transition: 0.3s ease;
}
.speakerWrap_list1 > .li1::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/plus1.svg)no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.speaker_status {
  background-color: #006ab0;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.speakerWrap_img1 {
  width: 100px;
  height: 100px;
  background: url(../img/common/noimage.jpg)no-repeat center / cover;
}
.speakerWrap_textBox1 {
  width: calc(100% - 100px);
  padding: 0 0 0 15px;
}
.speakerWrap_text1 {
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0;
}
.speakerWrap_text2 {
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 10px;
  padding-right: 18px;
}
.en .speakerWrap_text1,
.en .speakerWrap_text2 {
  text-align: left;
  word-break: keep-all;
}
@media all and (min-width: 681px) {
  .speakerWrap_list1 > .li1:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .speakerWrap_list1 > .li1:hover {
    opacity: .7;
  }
}
@media all and (max-width: 680px) {
  .program_contents1_inner .speakerWrap:not(:first-child) {
    padding-top: 20px;
  }
  .speakerWrap_h3 {
    font-size: 18px;
  }
  .speakerWrap_list1 {
    display: block;
    padding-top: 10px;
  }
  .speakerWrap_list1 > .li1 {
    width: 100%;
    padding: 15px 10px;
  }
  .speakerWrap_list1 > .li1::after {
    width: 15px;
    height: 15px;
  }
  .speakerWrap_list1 > .li1:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .speaker_status {
    padding: 3px 10px;
    font-size: 10px;
  }
  .speakerWrap_img1 {
    width: 71px;
    height: 71px;
  }
  .speakerWrap_textBox1 {
    width: calc(100% - 71px);
    padding: 0 0 0 10px;
  }
  .speakerWrap_text1 {
    font-size: 12px;
  }
  .speakerWrap_text2 {
    font-size: 10px;
    margin-top: 6px;
    padding-right: 15px;
  }
}
@media all and (max-width: 370px) {
}


/* program_movie_btn1_wrap
***************************************************************/
.program_movie_btn1_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.program_movie_btn1_wrap .program_movie_btn1 {
  margin: 0;
}
.program_movie_btn1_wrap .program_movie_btn1:not(:first-child) {
  margin-top: 0;
}
.program_movie_btn1_wrap .program_movie_btn1.jssa {
  background: #D62A02;
  padding-left: 0;
}

/* program_dayBox1
***************************************************************/
.program_dayBox1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  background-color: #002d59;
}
.program_dayBox1_text {
  width: 1000px;
  padding: 29px;
  color: #000;
  border: 2px solid #002d59;
  border-top: none;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
}
.program_dayBox1_label {
  width: 100px;
  height: 52px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  margin-right: 20px;
}
.program_dayBox1_day {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.program_dayBox1_day .s1 {
  font-size: 24px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .program_dayBox1 {
    width: calc(100% - 40px);
    height: 60px;
  }
  .program_dayBox1_text {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 14px;
  }
  .program_dayBox1_label {
    width: 80px;
    height: 42px;
    font-size: 23px;
    margin-right: 15px;
  }
  .program_dayBox1_day {
    font-size: 32px;
  }
  .program_dayBox1_day .s1 {
    font-size: 17px;
  }
}
@media all and (max-width: 370px) {
}


/* program_box1_nav
***************************************************************/
.program_box1_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.program_box1_nav .li1 {
  width: 180px;
}
.program_box1_nav .link1 {
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #002d59;
  color: #002d59;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
  .program_box1_nav .link1:hover {
    background-color: #002d59;
    color: #fff;
  }
}
@media all and (max-width: 680px) {
  .program_box1_nav {
    gap: 10px;
  }
  .program_box1_nav .li1 {
    width: calc((100% - 20px) / 3);
  }
  .program_box1_nav .link1 {
    height: 50px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
