@charset "UTF-8";
.dp-sp { display: none; }

.dp-pc { display: block; }

@media (max-width: 767px) { .dp-sp { display: block; }
  .dp-pc { display: none; } }
.in-block { display: inline-block; }

.f-14 { font-size: 14px !important; }

.f-12 { font-size: 12px !important; }

.f-10 { font-size: 10px !important; }

.web-lecture-head { position: relative; overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; }

.web-lecture-event { padding: 40px; background-color: #fff; border: 2px solid #7A01E6; border-radius: 20px; }
.web-lecture-event .event-title { position: relative; margin: 0 0 24px; padding: 10px; text-align: center; font-size: 0; }
.web-lecture-event .event-title::before, .web-lecture-event .event-title::after { content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 2px; background-image: url("../image/bg_line.png"); background-repeat: repeat-x; background-size: auto 2px; }
.web-lecture-event .event-title::before { top: 0; }
.web-lecture-event .event-title::after { bottom: 0; }
.web-lecture-event .event-title img { margin: auto; width: 134.5px; }
.web-lecture-event .lecture-date { display: flex; justify-content: space-between; align-items: center; }
.web-lecture-event .event-date { width: 55%; }
.web-lecture-event .event-date .date-year { font-size: 1.8rem; font-weight: 700; }
.web-lecture-event .event-date .date-day { display: flex; align-items: flex-end; color: #7A01E6; }
.web-lecture-event .event-date .date-day .month { display: flex; align-items: flex-end; margin-right: 10px; font-size: 5.0rem; line-height: 1; font-weight: 900; }
.web-lecture-event .event-date .date-day .month span { font-size: 3.2rem; }
.web-lecture-event .event-date .date-day .month span.weekday { display: flex; justify-content: center; align-items: center; height: 30px; width: 30px; background-color: #7A01E6; border-radius: 32px; color: #fff; font-size: 1.8rem; line-height: 1; }
.web-lecture-event .event-date .date-day .time { font-size: 2.0rem; font-weight: 900; }
.web-lecture-event .event-date .watching { margin-top: 15px; font-size: 1.6rem; font-weight: 700; }
.web-lecture-event .event-date .watching p { margin-bottom: 4px; }
.web-lecture-event .event-date .watching .icon { display: flex; align-items: center; }
.web-lecture-event .event-date .watching .icon > span { display: flex; justify-content: center; align-items: center; margin: 0 5px 5px 0; padding: 4px 10px; border: 2px solid #7A01E6; border-radius: 4px; color: #7A01E6; text-align: center; line-height: 1.35; white-space: nowrap; }
.web-lecture-event .event-date .watching .title { display: flex; justify-content: center; align-items: center; margin: 0 10px 0 0; padding: 10px; width: 110px; border: 1px solid #7A01E6; border-radius: 4px; color: #7A01E6; text-align: center; line-height: 1.35; white-space: nowrap; }
.web-lecture-event .event-banner { display: flex; justify-content: center; width: 40%; margin: 0; padding: 0; list-style: none; }
.web-lecture-event .event-info { margin-top: 30px; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: flex-start; }
.web-lecture-event .event-info .text { width: 60%; font-size: 1.6rem; line-height: 1.6; }
.web-lecture-event .event-info .text > h2, .web-lecture-event .event-info .text h3, .web-lecture-event .event-info .text h4 { margin-bottom: 6px; font-size: 2.0rem; line-height: 1.4; }
.web-lecture-event .event-info figure { width: 36%; }

.event-button { margin-top: 36px; font-size: 2.0rem; }
.event-button a { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 60px; border-radius: 30px; background-color: #7A01E6; text-align: center; color: #fff; box-shadow: 3px 3px 0 rgba(122, 1, 230, 0.2); font-weight: 700; /*-webkit-transition: 0.3s ease-in-out; 
-moz-transition: 0.3s ease-in-out; 
transition: 0.3s ease-in-out;*/ }
.event-button a:hover { top: 3px; left: 3px; box-shadow: none; text-decoration: none; }
.event-button-text, .event-button-subtext { text-align: center; }
.event-button-text { margin-bottom: 12px; font-weight: 700; color: #7A01E6; }
.event-button-subtext { margin-top: 20px; font-size: 1.4rem; }

@media (max-width: 767px) { .web-lecture-event { padding: 20px; border-radius: 10px; }
  .web-lecture-event .lecture-date { flex-direction: column; justify-content: flex-start; }
  .web-lecture-event .event-date { margin-bottom: 20px; width: 100%; }
  .web-lecture-event .event-date .date-year { font-size: 1.6rem; text-align: center; }
  .web-lecture-event .event-date .date-day { flex-direction: column; justify-content: flex-start; align-items: center; }
  .web-lecture-event .event-date .date-day .month { font-size: 4.0rem; }
  .web-lecture-event .event-date .date-day .month span { font-size: 2.4rem; }
  .web-lecture-event .event-date .date-day .month span.weekday { height: 22px; width: 22px; font-size: 1.4rem; }
  .web-lecture-event .event-date .watching { font-size: 1.4rem; }
  .web-lecture-event .event-date .watching p { text-align: center; }
  .web-lecture-event .event-date .watching .icon { flex-direction: row-reverse; justify-content: center; }
  .web-lecture-event .event-date .watching .title { width: auto; }
  .web-lecture-event .event-banner { width: 100%; }
  .web-lecture-event .event-banner img { width: 100%; max-width: 200px; }
  .web-lecture-event .event-info { flex-direction: column; margin-top: 24px; }
  .web-lecture-event .event-info .text { width: 100%; font-size: 1.3rem; line-height: 1.6; }
  .web-lecture-event .event-info .text > h2, .web-lecture-event .event-info .text h3, .web-lecture-event .event-info .text h4 { font-size: 1.8rem; line-height: 1.4; }
  .web-lecture-event .event-info figure { margin: 0 auto 10px; width: 80%; max-width: 320px; }
  .event-button { margin-top: 20px; } }
.web-lecture-program { margin-top: 80px; }
.web-lecture-program .program-head { margin-bottom: 56px; font-size: 1.6rem; }
.web-lecture-program .program-title { position: relative; margin: 0 0 30px; padding: 0 0 23px; text-align: center; }
.web-lecture-program .program-title::after { content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -15px; left: 50%; width: 30px; height: 3px; border-radius: 3px; background-color: #7A01E6; }
.web-lecture-program .program-title img { display: block; margin: auto; width: 152px; height: auto; }
.web-lecture-program .program-mod { display: flex; flex-direction: row-reverse; justify-content: space-between; margin: 0 0 48px; }
.web-lecture-program .program-mod .program-name { display: flex; align-items: center; margin-bottom: 15px; }
.web-lecture-program .program-mod .program-name .name-icon { display: flex; justify-content: center; align-items: center; margin-right: 20px; width: 70px; height: 70px; border-radius: 70px; border: 2px solid #7A01E6; font-size: 16px; font-weight: 700; color: #7A01E6; }
.web-lecture-program .program-mod .program-name .name-title { flex: 1; font-size: 20px; font-weight: 700; }
.web-lecture-program .program-mod .program-name .name-title span { font-size: 16px; }
.web-lecture-program .program-mod .program-name .name-title span.sub { display: block; margin-bottom: 10px; font-size: 14px; }
.web-lecture-program .program-moderator .program-lecture { display: flex; }
.web-lecture-program .program-moderator .program-lecture .lecture-icon { border-radius: 90px; }
.web-lecture-program .program-moderator .program-lecture .lecture-common { padding: 0; }
.web-lecture-program .program-moderator .program-lecture .lecture-common:before { display: none; }
.web-lecture-program .program-ph { display: block; overflow: hidden; width: 100px; height: 100px; border-radius: 120px; border: 5px solid #F4EAD2; margin-left: 10px; }
.web-lecture-program .program-con { flex: 1; margin-right: 25px; font-size: 1.6rem; line-height: 1.4; }
.web-lecture-program .program-lecture .lecture-head { display: flex; align-items: center; margin-bottom: 20px; }
.web-lecture-program .program-lecture .lecture-icon { display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; margin: 0 20px 0 0; min-height: 92px; width: 92px; border-radius: 10px; border: 2px solid #7A01E6; color: #7A01E6; font-size: 2.0rem; font-weight: 700; }
.web-lecture-program .program-lecture .lecture-icon .time { font-size: 1.6rem; }
.web-lecture-program .program-lecture .lecture-icon.op { font-size: 1.8rem; }
.web-lecture-program .program-lecture .lecture-title { flex: 1; font-size: 2.4rem; font-weight: 700; line-height: 1.4; color: #7A01E6; }
.web-lecture-program .program-lecture .lecture-common { flex: 1; position: relative; margin-bottom: 20px; padding: 0 0 0 112px; }
.web-lecture-program .program-lecture .lecture-common::before { content: ''; position: absolute; top: 0; left: 40px; height: 100%; width: 5px; background-color: #7A01E6; border-radius: 5px; }
.web-lecture-program .program-lecture .lecture-common.flex { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.web-lecture-program .program-lecture .lecture-common.flex .lecture-box { margin: 0 20px; padding-bottom: 10px; width: calc(50% - 40px); }
.web-lecture-program .program-lecture .lecture-common.flex .lecture-con { margin-right: 0; }
.web-lecture-program .program-lecture .lecture-common > .flex { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.web-lecture-program .program-lecture .lecture-common > .flex .lecture-box { margin: 0 20px; padding-bottom: 10px; width: calc(50% - 40px); }
.web-lecture-program .program-lecture .lecture-common > .flex .lecture-con { margin-right: 0; }
.web-lecture-program .program-lecture .lecture-box { display: flex; flex-direction: row-reverse; justify-content: space-between; padding-bottom: 40px; }
.web-lecture-program .program-lecture .lecture-box .lecture-con { flex: 1; margin-right: 25px; font-size: 1.6rem; line-height: 1.4; }
.web-lecture-program .program-lecture .lecture-box .name-title { margin-bottom: 15px; font-size: 2.0rem; font-weight: 700; }
.web-lecture-program .program-lecture .lecture-box .name-title span { font-size: 1.6rem; }
.web-lecture-program .program-lecture .lecture-box .name-title span.sub { display: block; margin-bottom: 10px; font-size: 1.6rem; line-height: 1.2; }
.web-lecture-program .program-discussion { padding-bottom: 20px; }
.web-lecture-program .program-discussion .discussion-head { margin: 0 0 20px; padding: 20px; border: 2px solid #7A01E6; border-radius: 10px; font-weight: 700; color: #7A01E6; }
.web-lecture-program .program-discussion .discussion-sub { position: relative; margin: 0 0 15px; padding: 0 0 15px; font-size: 2.0rem; }
.web-lecture-program .program-discussion .discussion-sub::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 2px; background-image: url("../image/bg_line.png"); background-repeat: repeat-x; background-size: auto 2px; }
.web-lecture-program .program-discussion .discussion-sub .time { font-size: 1.6rem; }
.web-lecture-program .program-discussion .discussion-sub02 { position: relative; margin: 0; padding: 0; font-size: 2.0rem; }
.web-lecture-program .program-discussion .discussion-sub02 .time { font-size: 1.6rem; }
.web-lecture-program .program-discussion .discussion-title { font-size: 2.4rem; line-height: 1.4; }
.web-lecture-program .program-discussion .discussion-title .sub { display: block; font-size: 1.8rem; }
.web-lecture-program .program-discussion .discussion-con { display: flex; justify-content: space-between; }
.web-lecture-program .program-discussion .discussion-con .theme { margin: 0 0 12px 30px; font-size: 1.8rem; line-height: 1.4; }
.web-lecture-program .program-discussion .discussion-con figure { width: 38%; margin-left: 35px; }
.web-lecture-program .program-discussion .discussion-con ul { margin: 0 0 0 30px; padding: 0; list-style: none; font-size: 1.6rem; line-height: 1.4; }
.web-lecture-program .program-discussion .discussion-con ul li { position: relative; margin: 5px 0; padding: 0 0 0 28px; }
.web-lecture-program .program-discussion .discussion-con ul li::before { content: '●'; position: absolute; top: 0; left: 0; }
.web-lecture-program .program-discussion .discussion-con .speaker { margin: 0 0 1.5rem 20px; }
.web-lecture-program .program-discussion .discussion-con .speaker-title { margin: 0; font-size: 1.8rem; line-height: 1.4; color: #7A01E6; }
.web-lecture-program .program-discussion .discussion-con .speaker-title .sub { display: block; font-size: 1.6rem; }
.web-lecture-program .program-discussion .discussion-con .speaker-list { display: flex; flex-wrap: wrap; margin: 0 -8px; padding: 0; list-style: none; }
.web-lecture-program .program-discussion .discussion-con .speaker-list li { margin: 5px 8px; padding: 0; font-size: 1.8rem; }
.web-lecture-program .program-discussion .discussion-con .speaker-list li::before { display: none; }

@media (max-width: 767px) { .web-lecture-program { margin-top: 40px; }
  .web-lecture-program .program-head { margin-bottom: 24px; font-size: 1.4rem; }
  .web-lecture-program .program-title { margin: 0 0 20px; padding: 0 0 18px; }
  .web-lecture-program .program-title img { width: 122px; }
  .web-lecture-program .program-mod { flex-direction: column; }
  .web-lecture-program .program-mod .program-name .name-icon { margin-right: 10px; width: 48px; height: 48px; font-size: 1.3rem; }
  .web-lecture-program .program-mod .program-name .name-title { font-size: 1.8rem; }
  .web-lecture-program .program-mod .program-name .name-title span { font-size: 1.3rem; }
  .web-lecture-program .program-mod .program-name .name-title span.sub { margin-bottom: 5px; font-size: 1.2rem; }
  .web-lecture-program .program-ph { width: 80px; height: 80px; border-radius: 100px; border: 5px solid #F4EAD2; margin-bottom: 10px; margin-left: 5px; }
  .web-lecture-program .program-con { margin-right: 0; font-size: 1.3rem; line-height: 1.4; }
  .web-lecture-program .program-lecture .lecture-head { margin-bottom: 10px; }
  .web-lecture-program .program-lecture .lecture-icon { margin: 0 12px 0 0; min-height: 68px; width: 68px; border-radius: 5px; font-size: 1.6rem; }
  .web-lecture-program .program-lecture .lecture-icon .time { font-size: 1.2rem; }
  .web-lecture-program .program-lecture .lecture-icon.op { font-size: 1.2rem; }
  .web-lecture-program .program-lecture .lecture-title { font-size: 1.8rem; }
  .web-lecture-program .program-lecture .lecture-common { position: relative; margin-bottom: 20px; padding: 0 0 0 80px; flex-direction: column; }
  .web-lecture-program .program-lecture .lecture-common::before { content: ''; position: absolute; top: 0; left: 32px; height: 100%; width: 3px; background-color: #7A01E6; border-radius: 5px; }
  .web-lecture-program .program-lecture .lecture-common.flex { display: block; margin: 0; }
  .web-lecture-program .program-lecture .lecture-common.flex .lecture-box { margin: 0; width: 100%; }
  .web-lecture-program .program-lecture .lecture-common.flex .lecture-con { margin-right: 0; }
  .web-lecture-program .program-lecture .lecture-common > .flex { display: block; margin: 0; }
  .web-lecture-program .program-lecture .lecture-common > .flex .lecture-box { margin: 0; width: 100%; }
  .web-lecture-program .program-lecture .lecture-common > .flex .lecture-con { margin-right: 0; }
  .web-lecture-program .program-lecture .lecture-box { padding-bottom: 20px; }
  .web-lecture-program .program-lecture .lecture-box .lecture-con { flex: 1; margin-right: 0; font-size: 1.3rem; line-height: 1.4; }
  .web-lecture-program .program-lecture .lecture-box .name-title { margin-bottom: 10px; font-size: 1.8rem; }
  .web-lecture-program .program-lecture .lecture-box .name-title span { font-size: 1.3rem; }
  .web-lecture-program .program-lecture .lecture-box .name-title span.sub { margin-bottom: 5px; font-size: 1.4rem; }
  .web-lecture-program .program-discussion { padding-bottom: 20px; }
  .web-lecture-program .program-discussion .discussion-head { margin-bottom: 10px; padding: 10px; border-radius: 5px; }
  .web-lecture-program .program-discussion .discussion-sub { position: relative; margin: 0 0 10px; padding: 0 0 10px; font-size: 1.6rem; }
  .web-lecture-program .program-discussion .discussion-sub .time { font-size: 1.2rem; }
  .web-lecture-program .program-discussion .discussion-title { font-size: 1.8rem; line-height: 1.4; }
  .web-lecture-program .program-discussion .discussion-title .sub { display: block; font-size: 1.8rem; }
  .web-lecture-program .program-discussion .discussion-con { display: flex; flex-direction: column; }
  .web-lecture-program .program-discussion .discussion-con .theme { margin: 0 0 6px 0; font-size: 1.6rem; line-height: 1.4; }
  .web-lecture-program .program-discussion .discussion-con figure { margin: 15px auto 0 auto; width: 90%; }
  .web-lecture-program .program-discussion .discussion-con ul { margin: 0; font-size: 1.3rem; }
  .web-lecture-program .program-discussion .discussion-con ul li { padding: 0 0 0 20px; }
  .web-lecture-program .program-discussion .discussion-con .speaker { margin: 0 10px 1.5rem 10px; }
  .web-lecture-program .program-discussion .discussion-con .speaker-title { font-size: 1.6rem; }
  .web-lecture-program .program-discussion .discussion-con .speaker-list li { font-size: 1.6rem; } }

/*# sourceMappingURL=web_lecture.css.map */
