@charset "UTF-8";

/*****************************
   ウェビナーLP用
*****************************/
/* sec-01 */
.sec-01{
  color: #fff;
  background: #b61e3c;
padding: 20px 0;
  text-align: center;
}
.sec-01 .text01{
font-weight: bold;
font-size: 35px;
  color: #ffff99;
}

.sec-01 .text02{
font-weight: bold;
font-size: 22px;
}
.sec-01 .text03{
font-weight: bold;
font-size: 16px;
}
@media screen and (max-width: 820px) {
.sec-01 .text01{
  font-size: 18px;
}
.sec-01 .text02{
font-weight: bold;
font-size: 16px;
}
.sec-01 .text03{
font-weight: bold;
font-size: 14px;
}
}

/* sec-01b */
.sec-01b{
padding: 10px 0;
}

.sec-01b .img_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}

.sec-01b .img_area{
  position: relative;
  padding: 10px 20px;
}
.sec-01b .img_area .label{
  position: absolute;
  top: 10px;
  left: 20px;
  background: #b61e3c;
  color: #fff;
  padding: 5px 20px;
  font-size: 15px;
  line-height: 1;
}
.sec-01b .img_area img{
  height: 150px;
}
@media screen and (max-width: 767px) {
.sec-01b .img_area img{
  height: 130px;
}
}

/* sec-02 */
.sec-02{
width: 100%;
  background: url(../images/openlab/openlab_bg04.jpg) center / cover;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 50px 0;
}

.sec-02:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.s2-lead{
  position: relative;
  z-index: 1;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1024px) {
.s2-lead{
  font-size: 26px;
}
}
@media screen and (max-width: 820px) {
.s2-lead{
  font-size: 16px;
}
}

.s2-items{
  position: relative;
  z-index: 1;
}

.sec-02 .img_flex{
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
}
@media screen and (max-width: 1300px) {
.sec-02 .img_flex{
    flex-wrap: wrap;
}
}



/* 最大４人仕様 */
.sec-02 .img_flex .speakers_area{
  padding: 20px;
  /* width: 25%;  */
}

.sec-02 .img_flex .speakers_area img{
  height: 200px;
  aspect-ratio: 3/4;
  object-fit: cover;
  margin-bottom: 20px;
}

.sec-02 .img_flex .speakers_area .text_area{
  background: rgba(0, 0, 0, .8);
  padding: 10px 20px;
}

.sec-02 .img_flex .speakers_area .text_area .text01{
  color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.sec-02 .img_flex .speakers_area .text_area .text02{
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.lpbtn-type01 {
    display: block;
    width: 320px;
    margin: 30px auto;
    background: #005BAC;
    color: #fff;
    border: 1px solid #005BAC;
    padding: 1.5rem 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
}

.btn-wrap{
  position: relative;
  z-index: 1;
}

.lpbtn-type01:hover {
    color: #005BAC;
    background: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.sec-03{
  width: 100%;
  margin: 50px auto;
  font-size: 16px;
}
.sec-03 p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.sec-04{
  background: #f4f4f4;
  padding: 50px 0;
}
.sec-04 h2{
border-left: 5px solid #b61e3c;
padding-left: 1rem;
box-sizing: border-box;
font-size: 20px;
font-weight: bold;
margin-bottom: 1.5rem;
}

table.webinar_program{
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0 30px;
  width: 100%;
}

table.webinar_program th {
  padding: 15px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  color: #333;
  background: #F5F5F5;
  text-align: center;
  width: 200px;
  font-size: 18px;
  letter-spacing: 3px;
}
table.webinar_program td {
  padding: 15px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
table.webinar_program th {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
table.webinar_program td {
  display: block;
  margin: 0 auto;
}
}


table.webinar_program td .td_text{
    margin-bottom: 20px;
}
table.webinar_program td .td_textarea{
    font-weight: bold;
}

table.webinar_program td.overview_style .td_text{
  margin-bottom: 20px;
  font-weight: bold;
}
table.webinar_program td.overview_style .td_textarea{
    font-weight: normal;
}

.sec-05{
  padding: 50px 0;
}
.sec-05 h2{
border-left: 5px solid #b61e3c;
padding-left: 1rem;
box-sizing: border-box;
font-size: 20px;
font-weight: bold;
margin-bottom: 1.5rem;
}


.sec-06 {
    background: #f4f4f4;
    padding: 50px 0;
}

.sec-06 h2 {
    border-left: 5px solid #b61e3c;
    padding-left: 1rem;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.master_flex{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(1000px, 100%);
    margin: 0 auto;
    padding: 30px;
    align-content: center;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 30px;
}
 @media screen and (max-width: 767px) {
.master_flex{
    padding: 30px 20px;
}
 }

.master_flex .left_area{
      width: 200px;
      margin-right: 50px;
}
.master_flex .right_area{
    width: calc(100% - 250px);
}
 @media screen and (max-width: 767px) {
.master_flex .left_area{
      width: 100%;
      margin-right: 0px;
      text-align: center;
}
.master_flex .right_area{
      width: 100%;
}
 }



.master_flex img {
  width: 200px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin: 0 auto;
}
 @media screen and (max-width: 767px) {
.master_flex img {
  width: 150px;
  margin: 10px auto;
}
 }


.master_flex .name_area {
    text-align: center;
    margin-top: 5px;
}
.master_flex .name_area h3 {
    color: #1A2B48;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.master_flex .name_area h3 {
    font-size: 20px;
    text-align: center;
}
}

.master_flex .text_area {
    text-align: left;
    margin-bottom: 20px;
}
.master_flex .text_area p {
   font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
.master_flex .text_area p {
   font-size: 16px;
}
}


.master_flex .text_area2 {
    text-align: left;
}
.master_flex .text_area2 p {
   font-size: 16px;
    line-height: 1.6;
}

.form_area{
  margin-top: 50px;
  margin-bottom: 50px;
}
.form_area h4{
  margin-bottom: 20px;
}
.form_area iframe{
  height: 1200px !important;
}