@charset "utf-8";

/* 共通 */
.u_alignR {
  text-align: right;
}
.l_section_itm {
  font-size: 16px;
}
.m_hasIco--ast {
  padding-left: 1em;
  font-size:16px;
}
.m_ondemand_btn_br {
  display: none;
}
.m_ondemand_btn_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}

.m_ondemand_about_btn,
.m_ondemand_flow_btn {
  width: 100%;
  max-width: 310px;
}

.m_ondemand_about_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  width: 100%;
  border-radius: 4px 0 0 4px;
  border-top: 2px solid #8FA9B8;
  border-left: 2px solid #8FA9B8;
  border-bottom: 2px solid #8FA9B8;
  color: #8FA9B8;
  font-size: 18px;
  font-weight: 700;
}

.m_ondemand_flow_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  width: 100%;
  border-radius: 0 4px 4px 0;
  border-top: 2px solid #8FA9B8;
  border-right: 2px solid #8FA9B8;
  border-bottom: 2px solid #8FA9B8;
  color: #8FA9B8;
  font-size: 18px;
  font-weight: 700;
}

.m_ondemand_about_btn.m_ondemand_about_btn__active a {
  background-color: #016FAE;
  color: #fff;
  border-color: #016FAE;
}

.m_ondemand_flow_btn.m_ondemand_flow_btn__active a {
  background-color: #016FAE;
  color: #fff;
  border-color: #016FAE;
}

.m_ondemand_mv {
  width: 100%;
}

.m_ondemand_mv img {
  width: 100%;
  height: auto;
}

.u_medium {
  font-weight: 500;
}

.u_sp {
  display: none;
}


@media (max-width: 810px) {
  .main {
   display: block;
   width: 100%;
  }
}

@media (max-width: 768px) {
  .m_ondemand_btn_cont {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .m_ondemand_flow_btn a,
  .m_ondemand_about_btn a {
    padding: 14px 28px;
    font-size: 14px;
  }
  .u_sp {
    display: block;
  }
}

@media (max-width: 545px) {
  .m_ondemand_btn_br {
    display: block;
  }
  .m_ondemand_flow_btn a,
  .m_ondemand_about_btn a {
    padding: 14px 12px;
  }
}


/* 公開講座オンデマンドとは */
.m_points_lst {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  margin-top: 32px;
}
.m_points_itm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.m_points_img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.m_points_img img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}
.m_points_ttl {
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  font-weight: 700;
}
.m_points_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.m_points_itm:nth-child(1) .m_points_ttl::before {
  background-image: url("/resource/img/bup/ondemand/icon_points_01.png");
}

.m_points_itm:nth-child(2) .m_points_ttl::before {
  background-image: url("/resource/img/bup/ondemand/icon_points_02.png");
}

.m_points_itm:nth-child(3) .m_points_ttl::before {
  background-image: url("/resource/img/bup/ondemand/icon_points_03.png");
}

.m_points_itm:nth-child(4) .m_points_ttl::before {
  background-image: url("/resource/img/bup/ondemand/icon_points_04.png");
}

.tbl_link_txt {
  color: #052674;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .tbl_link_txt:hover {
   opacity: 0.6;
   transition: 0.3s;
  }
}

@media (max-width: 768px) {
  .m_points_lst {
    grid-template-columns: repeat(1, 1fr)
  }
}


/* 申し込みの流れ */
.l_section__inr {
  padding-left: 10px;
}
.m_pageLink_lst {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.m_pageLink_itm {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
.m_pageLink_itm.m_pageLink_itm__lg {
  margin-left: 15px;
}
.m_pageLink_itm a {
  border-bottom: 1px solid #052674;
  color: #052674;
}
.m_heading__registration {
  margin-top: 32px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #052674;
  color: #052674;
  font-size: 20px;
  font-weight: 700;
}
.m_registration__lst {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 2px dotted #333;
  font-size: 16px;
}
.m_registration__lst::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateX(-11px) rotate(135deg);
}

.m_registration__ttl {
  font-size: 18px;
  font-weight: 700;
}

.m_registration__inr {
  padding-left: 16px;
}

.m_registration__inr > .m_registration__txt {
  margin-top: 4px;
}

.m_registration__txt {
  font-size: 16px;
}

.m_registration__img {
  width: 800px;
}

.m_registration__img img {
  width: 100%;
  height: auto;
}

.m_ondemand_link_txt {
  color: #052674;
  text-decoration: underline;
}

.m_faq__lst {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
}

.m_faq_itm {
  position: relative;
  padding-left: 18px;
}

.m_faq_itm::before {
  content: "・";
  position: absolute;
  left:0;
  font-size: 18px;
  font-weight: 700;
}

.m_faq__ttl {
  font-size: 18px;
  font-weight: 700;
}
.m_faq__ttl + .m_faq__txt {
  margin-top: 4px;
}
.m_faq__txt {
  font-size: 16px;
}
@media (any-hover: hover) {
  .m_ondemand_link_txt:hover {
   opacity: 0.6;
   transition: 0.3s;
  }
  .m_pageLink_itm a:hover {
   opacity: 0.6;
   transition: 0.3s;
  }
}
.tbl_schedule {
  border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.tbl_schedule th {
    background-color: #D2EBF9;
    border: 1px solid #ccc;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.tbl_schedule td {
     border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
}

.link_app {
border-radius: 5px;
    color: #fff;
    display: block;
    padding: 8px;
    width: 100%;
}

.link_app.link_app__member {
  background-color: #2352A4;
  text-align: center;
}

.link_app.link_app__normal {
  background-color: #4EA0DE;
  text-align: center;
}

.tbl_link_cont {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.tbl_schedule_link {
  width: 280px;
}

.tbl_schedule_price {
  width: 300px;
}

.tbl_price_inr {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.tbl_price_inr span {
  color: red;
}
.tbl_note  {
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
  color: red;
}
.tbl_schedule_wrap {
  margin-top: 30px;
}

@media (any-hover:hover) {
  .link_app:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}

@media (max-width: 768px) {
  .tbl_schedule_wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
  }

.tbl_schedule {
  width: 980px;
  min-width: 980px;
  width: max-content; 
}
  .tbl_schedule_link {
    width: 175px;
  }
  .tbl_note {
    text-align: left;
  }
.m_registration__img {
  width: 100%;
}
}