@charset "utf-8";

/*----------------------------------------
	main-contents
----------------------------------------*/
/* .main-contents {
  margin-top: 50px;
}
@media screen and (min-width: 992px),print {
  .main-contents {
    margin-top: 100px;
  }
} */

.main-contents {
  /* footerを最下部に固定するための設定 */
  flex: 1;
}

/*----------------------------------------
	TOPページ専用
----------------------------------------*/

/* main-visual
----------------------------------------*/
.main-visual {
  /* background: rgb(0,104,183); */
  color: #fff;
  width: 100%;
  height: 40vh;
  background-position: center bottom;
	background-size: cover;
	text-align: center;
  background-image: url(../img/bg_header_top.jpg);
}
.main-visual__inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 35px 20px;
}
.main-visual__image {
  text-align: center;
  font-size: 0;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.07);
}
.main-visual__catch {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px),print {
  .main-visual {
    padding: 40px 0;
  }
  .main-visual__inner {
    max-width: 1080px;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-visual__catch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.03125%;
    font-size: 36px;
    font-size: min(3.33vw, 36px);
  }
  .main-visual__image {
    flex-shrink: 0;
    width: 45%;
  }
}

/* 案内
----------------------------------------*/
.top_information,
.information {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-size: 1em;
}
.top_information {
  max-width: 600px;
}
.top_information__items,
.information__items {
  border-spacing: 20px 10px;
  text-indent: 0;
  width: 100%;
}
.top_information__item + .top_information__item,
.information__item + .information__item {
  margin-top: 5px;
}
.kouen-time {
  display: block;
}
@media screen and (min-width: 768px),print {
  .top_information__item,
  .information__item {
    display: flex;
    justify-content: space-between;
  }
  .information__item-time {
    width: 22%;
    text-align-last: justify;
  }
  .information__item-info {
    width: 77%;
    margin-left: 0;
  }
  .kouen-time {
    display: inline;
  }
}
.information__item-time {
  width: 35%;
  text-align: left;
  vertical-align: top;
  text-align-last: justify;
  font-weight: bold;
}
@media screen and (min-width: 768px),print {
  .information__item-time {
    width: 30%;
  }
}
.information__item-time p {
  display: inline-block;
}
.information__item-info {
  /* width: 100%; */
  margin-left: 1em;
}
.top_information__item .small,
.information__item .small {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.top_information__speakers {
  display: flex;
  flex-direction: column;
}
.information__speakers {
  width: 100%;
}
/* @media screen and (min-width: 768px),print { */
.information__speakers {
  display: flex;
  justify-content: space-between;
}
/* } */
.information__speakers .information__speakers-time {
  width: 22%;
  text-indent: 0;
}
.information__speakers .information__speakers-item {
  /* width: 100%; */
  display: block;
  width: 77%;
}
.indent-1em {
  text-indent: 1em;
}
.indent-05em {
  text-indent: 0.5em;
}

/* 講師
----------------------------------------*/
.lecturer__container {
  max-width: 800px;
  margin: 0 auto;
}
.lecturer_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 40px;
}
.lecturer_section + .lecturer_section {
  margin-top: 40px;
}
.lecturer_section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lecturer_pic {
  width: 135px;
}
.lecturer_data {
  width: 100%;
  line-height: 1.3;
  margin-top: 15px;
}
.lecturer_data li p {
  padding-left: 1em;
}
.lecturer_career li p + p {
  padding-left: 2em;
}

figcaption {
  margin-top: 3px;
}

/* .lecturer_data tr td:first-child {
  width: 15%;
}
.lecturer_data tr td + td {
  width: 85%;
}
.lecturer_data.__ls-tr17 tr td:first-child {
  width: 20%;
}
.lecturer_data.__ls-tr17 tr td + td {
  width: 80%;
} */
@media screen and (min-width: 768px),print {
  /* .lecturer_data.__ls-tr17 tr td:first-child {
    width: 17%;
  }
  .lecturer_data.__ls-tr17 tr td + td {
    width: 83%;
  } */
}
@media screen and (min-width: 768px),print {
  .lecturer_section {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 50px;
  }
  .lecturer_section + .lecturer_section {
    margin-top: 50px;
  }
  .lecturer_data {
    width: calc(100% - 150px);
    margin-top: 0;
  }
  .lecturer_career li {
    display: flex;
    flex-direction: row;
  }
  .lecturer_career li p {
    width: 12%;
  }
  .lecturer_career li p + p {
    width: 88%;
    padding-left: 0;
  }
  /* .lecturer_data tr td:first-child {
    width: 15%;
  }
  .lecturer_data tr td + td {
    width: 85%;
  } */
}

/* 会員
----------------------------------------*/
.member_data {
  margin: 40px auto 0;
  line-height: 1.5;
}
.member_data tr {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.member_data tr + tr {
  margin-top: 20px;
}
.member_data th,
.member_data td {
  width: 100%;
}
.member_data span {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .member_data {
    text-align: left;
  }
  .member_data tr {
    text-align: left;
  }
  .member_data th {
    width: 100%;
  }
}

/* LIVEページ
----------------------------------------*/
.post-password-form {
  margin-top: 20px;
  padding: 20px;
}

.post-password-form input {
  border: 1px solid gray;
  padding: 2px;
}

.post-password-form p:nth-child(2) {
  margin-top: 10px;
}


.live_information {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-size: 1em;
}
.live_information__items {
  border-spacing: 20px 10px;
  text-indent: 0;
  width: 100%;
}
.live_information__item + .live_information__item {
  margin-top: 5px;
}
.live_information__item-info {
  /* width: 100%; */
  margin-left: 1em;
}
._gts {
  font-size: 0.95em;
}
.live_information__item-time {
  width: 35%;
  text-align: left;
  vertical-align: top;
  text-align-last: justify;
  font-weight: bold;
}
@media screen and (min-width: 768px),print {
  .live_information__item {
    display: flex;
    justify-content: space-between;
  }
  .live_information__item-time {
    width: 22%;
    text-align-last: justify;
  }
  .live_information__item-info {
    width: 78%;
    /* margin-left: 0; */
  }
  ._gts {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px),print {
  .live_information__item-time {
    width: 30%;
  }
}
.live_information__item-time p {
  display: inline-block;
}
.live_information__item .small {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.live_information__speakers {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px),print {
  .live_information__speakers {
    flex-direction: row;
  }
}
.live_information__speakers .live_information__speakers-time {
  width: 30%;
  text-indent: 0;
  font-weight: bold;
}
.live_information__speakers .live_information__speakers-item {
  /* width: 100%; */
  /* display: block; */
  width: 100%;
  padding-left: 1em;
}
@media screen and (min-width: 768px),print {
  .live_information__speakers .live_information__speakers-item {
    padding-left: 0;
  }
}
.live_information__speakers-item-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.indent-1em {
  text-indent: 1em;
}
.indent-05em {
  text-indent: 0.5em;
}
.d-ib {
  display: inline-block;
}

.section-live {
  padding-top: 50px !important;
  background: rgb(213, 241, 197) !important;
  margin-bottom: 50px !important;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px),print {
  .section-live {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1040px),print {
  .section-live {
    margin-left: calc((100vw - 1040px) / -2 );
    margin-right: calc((100vw - 1040px) / -2 );
  }
}
