@charset "UTF-8";

#gathering .outer .heading {
  width: 100%;
  margin: 20px 0;
  padding-bottom: 15px;
  text-align: center;
}

.outer {
  margin-bottom: 50px !important;
}

.outer .inner {
  width: 770px;
  margin: 0 auto;
  display: block;
}

.outer h2 {
  display: block;
  margin-bottom: 20px;
  color: #01828B;
  font-size: 2rem;
  font-weight: 500;
}

.outer .information h4 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 100;
}

/* Greeting +++ */
#greeting .inner {
  margin-bottom: 30px;
}

#greeting .inner .box {
  padding: 10px;
  background: #F7F7F7;
}

#greeting .inner .text_box {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

#greeting .inner .name_box {
  display: block;
  width: 250px;
  margin: 20px 0 0 auto;
  line-height: 1.6;
  text-align: right;
}

.greeting_box {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
}

.greeting_box:before,
.greeting_box:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.greeting_box:before {
  border-left: solid 1px #5767bf;
  border-top: solid 1px #5767bf;
  top: 0;
  left: 0;
}

.greeting_box:after {
  border-right: solid 1px #5767bf;
  border-bottom: solid 1px #5767bf;
  bottom: 0;
  right: 0;
}

.greeting_box a {
  display: inline-block;
  margin-bottom: 10px;
}

/* Award +++ */
#award .inner {
  margin-bottom: 50px !important;
  padding-bottom: 20px !important;
  line-height: 1;
  border-bottom: solid 1px #5767bf;
}

#award .inner .text {
  margin-bottom: 30px;
  line-height: 1.6;
}

#award .inner h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #5767bf;
}

#award .inner h3 span {
  padding-right: 5px;
  font-size: 14px;
}

#award .inner dl {
  padding-left: 20px;
}

#award .inner dl dt {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
}

#award .inner dl dd {
  margin: 0 0 20px 25px;
  font-size: 14px;
}

#award .inner ul li {
  margin-bottom: 40px;
}

#award .inner ul li:last-of-type {
  margin-bottom: 0;
}

#award .inner dl dd:last-of-type {
  margin: 0 0 0 25px;
}

/* インフォメーション +++ */
#plan .information .inner {
  margin-bottom: 30px;
}

#plan .information .box {
  display: flex;
  margin-bottom: 20px;
  text-align: left;
}

#plan .information .box .midashi {
  margin-right: 30px;
  font-size: 16px;
}

#plan .information .box .detail h3 {
  font-size: 16px;
  font-weight: 300;
}

#plan .information .box .detail .text_box {
  width: 100%;
  display: flex;
  font-size: 16px;
}

#plan .information .box .detail .text_box span {
  margin-right: 33px;
}

#plan .information .box .detail.date .text_box {
  width: 100%;
  display: flex;
  font-size: 16px;
}

#plan .information .inner .caution {
  display: flex;
  text-decoration: underline;
}

#plan .information .inner .caution::before {
  content: "※";
}

/* プログラム */
#meeting .program .inner {
  margin-bottom: 30px;
}

#meeting .program .inner .box {
  margin-bottom: 20px;
  text-align: left;
}

#meeting .program dl {
  display: block;
}

#meeting .program dl dt {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
}

#meeting .program dl dd {
  display: flex;
  margin-left: 10px;
  font-size: 16px;
}

#meeting .program dl dd span {
  margin-right: 15px;
}

#meeting .program a {
  font-size: 16px;
}

#meeting .program .box a {
  padding-left: 10px;
}

#banner .inner {
  width: 750px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px ;
  justify-content: space-between;
}

#banner .inner::after {
  content: "";
  display: block;
  width: 30%;
}

#banner .inner .banner_picture {
  width: 220px;
  border: 1px solid #000;
}

#banner .inner .banner_picture a {
  display: block;
  padding: 10px;
  line-height: 1;
}

#banner .inner .banner_picture a img {
  width: 100%;
  height: 48px;
  object-fit: contain;
}

.ad-movie {
  .inner {
    width: 750px !important;
    margin-inline: auto;
  }
}

.pc_only {
  display: inherit;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 560px) {
  .outer .inner {
    width: 100%;
  }

  #gathering .outer p {
    font-size: 1.4rem;
  }

  .outer .information .inner {
    padding: 0 20px;
  }

  #plan .information .box .midashi {
    margin-right: 20px;
    font-size: 14px;
    flex-shrink: 0;
  }

  #plan .information .box .detail .text_box {
    width: 100%;
    font-size: 14px;
  }

  #plan .information .box .detail.date .text_box {
    width: 100%;
    font-size: 14px;
  }

  /* 20230921 */
  #gathering .outer .inner {
    width: 100%;
    padding: 0 20px;
  }

  #meeting .program dl dd {
    flex-direction: column;
  }

  #banner .inner {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  #banner .inner div {
    margin-bottom: 30px;
  }

  #banner .inner div:last-of-type {
    margin: 0;
  }

  #banner .inner div:last-of-type p {
    width: 100%;
    margin-top: -56px;
    margin-left: 0;
    text-align: right;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: inherit;
  }
}

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