@charset "UTF-8";
#meets main #content dl dd p{
  margin-top: 8px;
}
#meets main #content dl dd p:first-child{
  margin-top: 0;
}
#meets main #content .col2.col2_retrospective {
  padding-bottom: 25px;
  margin-bottom: 0;
  border: none;
}
.prof_col3 {
  width: 92.5%;
  margin: auto;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b5b5b5;
}
.prof_col3 .col{
  margin-bottom: 1.5em;
}
@media (min-width: 640px) {
  .prof_col3 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 940px){
  #meets #main .txt {
    top: 65%;
  }
  .prof_col3 {
    max-width: 960px;
  }
  .prof_col3::after {
    content:" ";
    display:block;
    clear:both;
  }
  .prof_col3 .col{
    width: 31%;
    margin-right: 3.5%;
    float: left;
  }
  .prof_col3 .col:last-child{
    margin-right: 0;
  }
}
.prof_ttl {
  width: 92.5%;
  margin: 0 auto 1em;
  font-family: AxisStd-Bold,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.1rem;
  text-align: center;
}
#meets main #content .prof ul {
  width: 100%;
}
#meets main #content .prof ul li {
  margin-bottom: 0.5em;
}
@media (min-width: 375px) {
  .prof_ttl {
    font-size: 1.2rem;
  }
}
@media (min-width: 414px) {
  .prof_ttl {
    font-size: 1.2rem;
  }
}
@media (min-width: 640px) {
  .prof_ttl {
    font-size: 1.5rem;
  }
}
@media (min-width: 940px) {
  .prof_ttl {
    font-size: 1.4rem;
    max-width: 960px;
    text-align: left;
  }
}
@media (min-width: 1240px){
  #meets #main .txt {
    top: 70%;
  }
}