@charset "utf-8";

main a {
  color: #036EB8;
}
main section {
  padding: 50px;
}
.symposium_pagetitle {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 100px;
}
.symposium_pagetitle .img01 {
  width: 100px;
  position: absolute;
  top: -15px;
  right: 75px;
}
.symposium_pagetitle .img02 {
  width: 80px;
  position: absolute;
  top: 33px;
  left: 25px;
}
.symposium_pagetitle .img03 {
  width: 50px;
  position: absolute;
  bottom: 175px;
  right: 50px;
}
.symposium_pagetitle .img04 {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 35px;
}
.symposium_copy01 {
  font-size: 25px;
  text-align: center;
  color: #00846d;
  margin-bottom: 25px;
  font-weight: 600 !important;
  line-height: 175%;
}
.symposium_pagetitle h1 {
  font-size: 30px;
  text-align: center;
  color: #00846d;
  margin-bottom: 40px;
}
.mb0 {
  margin-bottom: 0!important;
}
@media (max-width: 1024px) {
  .symposium_pagetitle {
    margin: 0 auto;
    padding: 0 75px;
  }
  .symposium_copy01 {
    font-size: 18px;
  }
  .symposium_pagetitle h1 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .symposium_copy01 {
    margin-bottom: 15px;
  }
  .symposium_pagetitle h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .symposium_pagetitle {
    padding: 0;
  }
  .symposium_pagetitle .img01 {
    width: 60px;
    right: 0;
  }
  .symposium_pagetitle .img02 {
    width: 35px;
    left: 0;
  }
  .symposium_pagetitle .img03 {
    width: 30px;
    right: -15px;
  }
  .symposium_pagetitle .img04 {
    width: 40px;
    left: -15px;
  }
}
.symposium_back {
  max-width: 450px;
  padding: 25px 25px;
  margin: 0 auto;
  background: #F0FAB4;
  text-align: center;
}
.symposium_back .symposium_youtube {
  max-width: 65%;
  margin: 0 auto 15px auto;
}
.symposium_back .youtube {
  margin: 0;
}
.symposium_back dl dt {
  font-weight: 600;
  color: #00846D;
  font-size: 14px;
  line-height: 175%;
  margin-bottom: 5px;
}
.symposium_back dl dd {
  font-size: 14px;
  line-height: 175%;
}
@media (max-width: 767px) {
 .symposium {
    padding: 0 0 50px 0;
  }
  .symposium_back .symposium_youtube {
    max-width: 100%;
  }
}
.symposium {
  max-width: 675px;
  margin: 0 auto;
  line-height: 200%;
}
.photo01 {
  max-width: 625px;
  margin: 55px auto;
}
.photo02 {
  max-width: 200px;
  margin: 55px auto 30px auto;
}
.text01 {
  margin: 55px 0;
}
.text02 {
  margin: 55px 0;
}
.text02 h2 {
  font-size: 18px;
  color: #00846d;
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
.text02 p {
  text-indent: 1em;
}
.profile {
  margin: 50px auto;
  max-width: 375px;
  line-height: 175%;
}
.profile h3 {
  font-size: 13px;
  color: #00846d;
}
.profile p {
  font-size: 12px;
}
.indent {
  margin-left: 1em;
}
.caption01 {
  font-size: 12px;
  margin-top: 15px;
  line-height: 200%;
}
@media (max-width: 767px) {
  main section {
    padding: 50px 25px;
  }
}