/* CSS */

/*  ---------- from ---------- */

.form_title {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 50px;
}

/*  ---------- .structural ---------- */

.structural .main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.structural .main .visual, .structural .main > .text {
    width: 48%;
}

.sub section#subContainer div.main_box .structural div.main .text h3 {
    text-align: left;
    margin: 10px 0 10px;
    font-size: 22px;
}

.sub section#subContainer div.main_box .structural div.main .text > p {
    line-height: 2;
}

.structural .main .visual {
    background: url(20211016_seminer_main_bg.jpg)no-repeat center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.structural .main .visual .img_box{
    margin: 0 auto;
    padding: 35px 70px;
    background: rgba(255,255,255,0.9);
    position: relative;
}
.structural .main .visual .img_box > span{
  font-size:80%;
  letter-spacing:0em;
  font-family: 'Jost', sans-serif;
}
.structural .main .visual .img_box h4{
  font-size:300% !important;
  line-height:1em;
  margin:0 !important;
}

.structural .main .visual .img_box h4 > span{
  font-size:50%;
  display:block;
}
.structural .main .visual .img_box h4 > strong{
  font-weight:bold;
}

.structural .main .visual .img_box date{
  font-family: 'Jost', sans-serif;
  font-size:220%;
  line-height:1.3em;
}
.structural .main .visual .img_box date > span{
  font-size:60%;
}
.structural .main .visual .img_box date > span.sat{
  color:#5394c7;
}
.structural .main .visual .img_box date > span.sun{
  color:#E91E63;
}
.structural .main .visual .img_box dt{
  font-family: 'Jost', sans-serif;
  font-size:130%;
  line-height:1em;
}
.structural .main .visual .img_box dd{
  color:#fff;
  font-size:100%;
  font-weight:bold;
  margin-top:10px;
  background:#ea5588;
}

.sub section#subContainer div.main_box .structural div.main .text h3 span {
    background: linear-gradient(transparent 60%, #ffe432 60%);
    background-position: bottom;
    position: relative;
    padding: 0 0 3px;
}


.sub .kome {
    margin-top: 10px;
    display: block;
    color: #999;
}

.structural .pre{
  background:#f5f5f5;
  padding:20px;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  box-sizing:border-box;
}
.structural .pre .img{
  width:40%;
  overflow:hidden;
}
.structural .pre .img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.structural .pre .text {
   width:58%;
}
.structural .pre .text .pre_tag{
  color:#fff;
  font-size:80%;
  font-family: 'Jost', sans-serif;
  letter-spacing:0.2em;
  margin-bottom:0.5em;
}
.structural .pre .text .pre_tag span{
  padding:0 1em;
  background:#F44336;
}
.sub section#subContainer div.main_box .structural .pre .text h4 {
    margin: 0;
    border: 0;
    font-size: 16px;
}

.sub section#subContainer div.main_box .structural .pre .text p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0;
}


#event.sub section#subContainer div.main_box  .structural div.main .text h3 {
    box-sizing: border-box;
}


body#event section#subContainer .main_box .eventSingle .event_info .detail_box table tr {
    border-right: 1px dotted #ccc;
}

.flex_bottom {
    margin-bottom:50px;
}

body#event section#subContainer .main_box .eventSingle .event_info .detail_box {
    width: 98% !important;
    margin-left:auto;
    margin-right:auto;
}
body#event section#subContainer .main_box .eventSingle .event_info .detail_box table{
    margin-bottom:0
}

.flex_bottom > div {
    width: 100%;
    margin-bottom:0 !important;
}

.structural .main .point {
    margin-top: 30px;
}
.structural .main p {
  font-size:100%;
}


#event.sub section#subContainer div.main_box  .point h4 {
  color:#fff;
    border: none;
    text-align: center;
    margin: 0;
    background:#E91E63;
    font-size: 110%;
    line-height:1em;
    padding:0.5em 0;
    border-radius:30px;
}

.structural .main .point ul {
    margin-top:0px;
}

.structural .main .point p span{
background:linear-gradient(transparent 60%, #ff6 60%);
}

.structural .main .point ul li {
  max-height:200px;
  border-bottom:1px dotted #000;
  line-height:2.5em;
  padding:20px 0;
  box-sizing:border-box;
  display:flex;
  justify-content:space-between;
}
.structural .main .point ul li:last-child{
  border-bottom:none;
}

.structural .main .point ul li dt{
  width:30%;
  height:auto;
  overflow:hidden;
}
.structural .main .point ul li dt img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.structural .main .point ul li dd{
  width:67%;
}
.structural .main .point ul li dd h5{
  font-weight:bold;
  font-size:120%;
  margin-bottom:10px;
}

.seminer{
  width:98%;
  margin:0 auto 30px;
}
.seminer h4{
  color:#fff;
  background:#E91E63;
  border-bottom:none !important;
  padding:5px 20px !important;
}
.seminer h4 span{
  color:#000;
  font-size:70%;
  margin-right:0.8em;
  background:#fff;
  padding:5px;
}
.seminer ul{
  display:flex;
  justify-content:space-between;  
}
.seminer ul li{
  width:49%;
  border:1px solid #000;
  padding:10px 20px;
  box-sizing:border-box;
}
.seminer ul li dd{
  padding:10px 0;
}
.seminer ul li dd h5{
  font-size:130%;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  padding-bottom:5px;
}
.seminer ul li dd date{
  font-size:110%;
  font-weight:bold;
}


@media screen and (max-width: 959px) {

      .structural .main {
        display:block;
      }
      .structural .main .visual {
      }
      .structural .main .visual, .structural .main > .text {
        width:100%;
      }

      .structural .main .visual .img_box {
        width:80%;
        box-sizing: border-box;
        padding: 50px;
        margin: 100px auto;
      }

      .structural .main .visual .img_box img {width: 100%;max-width: 100%;}

      .structural .main .visual .img_box::before {

      }
      .structural div.main .text h3 {
        font-size:140% !important;
      }
      .structural .main > .text {
        width:96%;
        margin: 0 auto;
      }
      .flex_bottom > div {
          width: 100%;
          margin: 0 auto;
      }

      .structural .pre .text::before {
          left: calc( 50% - 90px);
          top: -50px;
      }

      .structural .pre .text {
      }

      #event.sub section#subContainer div.main_box h4 {
        }


      .form_box{
        width:96%;
        margin:100px auto 70px auto;
      }

      .form_title{
        font-size:150%;
        font-weight:bold;
        letter-spacing:0.2em;
        text-align:center;
        border:1px solid #ccc;
        padding:10px 0;
        border-radius:50px;
        margin-bottom:50px;
      }

      .flex_bottom {
          width: 96%;
          margin: 0 auto;
          display:block;
          justify-content:unset;
      }

      .flex_bottom > div.pre {
      }

      #event.sub section#subContainer div.main_box .point h4 {
          width: 100%;
      }

}


@media screen and (max-width: 768px) {
    .seminer ul{
      display:block;
      justify-content:unset;  
    }
    .seminer ul li{
      width:100%;
      margin-bottom:20px;
    }
}

@media screen and (max-width: 520px) {
  .structural .main .visual .img_box {
   width:90%;
   box-sizing: border-box;
   padding: 30px 3%;;
   margin: 100px auto;
  }
  .structural .main .visual .img_box h4 > strong{
    display:block;
  }

  .structural .pre{
    display:block;
    justify-content:unset;
  }
  .structural .pre .img{
    width:100%;
  }
  .structural .pre .text{
    width:100%;
  }
  .sub section#subContainer div.main_box .structural .pre .text h4 {
      margin: 0 !important;
  }
}

@media screen and (max-width: 480px) {

    .structural .main .point ul {
        display: block;
        padding: 0px 15px;
    }
    .structural .main .visual .img_box::before {
      width: 100px;
      height: 100px;
      right: -20px;
      bottom: -20px;
    }

    .structural .main .point ul li strong {
        display: inline;
    }

    .flex_bottom > div {
        width: auto;
    }    

  .structural .main .visual .img_box{
      padding:30px;
    }

    .flex_bottom {
        display: block;
    }

    .flex_bottom > div.pre {
        top: 0;
    }
    .structural .pre{
      padding:20px;
      display:block;
      justify-content:unset;
    }
    .structural .pre .img{
      width:100%;
      text-align:center;
    }
    .structural .pre .img img{
      width:70%;
    }
    .structural .pre .text{
      width:100%;
    }
}