#contentsBox {
  font-size: 1.5em;
}

.headline {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #2f3833;
}
.headline div .underline {
  background-color: #74aba4;
  margin: 1em 0;
  color: #fff;
}
.headline div .shadow {
  text-shadow: 3px 3px #fad873;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 900px) {
  .item.clearfix .contents {
    width: 75%;
    border-bottom: solid 2px #fad873;
    padding: 15px 15px 30px 15px;
  }
  .item.clearfix .title {
    width: 24%;
    margin: 0 1% 0 0;
    border-bottom: solid 2px #74aba4;
    color: #74aba4;
    padding: 15px 15px 30px 15px;
    font-weight: 600;
    font-size: 16px;
  }
  #contentsBox a.btn {
    font-size: 16px;
    color: #fff;
    background-color: #a660db;
    padding: 1em 5em;
    border-radius: 5em;
    width: 300px;
    display: block;
    text-align: center;
    margin: 1.5em auto;
  }
  #contentsBox .entry_other .person {
    margin: 45px 0 0 260px;
    display: flex;
  }
  #contentsBox .entry_other .person {
    margin: 45px 0 0 260px;
    display: flex;
  }
  #contentsBox .entry_other .person .instructor {
    margin: 0 10vh 0 0;
  }
  #contentsBox .entry_other .person .instructor .head {
    background: #74aba4;
  }
  #contentsBox .entry_other .person .instructor,
  #contentsBox .entry_other .person .host {
    width: 50%;
  }
  #contentsBox .entry_other .person .head {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 0.25em 1em;
  }
  #contentsBox .entry_other .person .host .head {
    background: #d1833b;
  }
  #contentsBox .entry_other .person .name {
    font-size: 18px;
  }
  #contentsBox .entry_other .person .name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 899px) {
  #contentsBox {
    font-size: 1.3em;
  }
  .eventWebpage .item_dtl {
    font-size: 1em;
    font-weight: 600;
  }
  .eventWebpage .item.clearfix .title {
    color: #74aba4;
    padding: 1em 15px 0.5em 15px;
    font-weight: 600;
    font-size: 1em;
  }
  .eventWebpage .item.clearfix {
    display: block;
    position: relative;
    width: 100%;
    border-top: solid 2px #fad873;
    margin: 0 0 1.5em;
  }
  .eventWebpage .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #74aba4;
  }
  #contentsBox a.btn {
    font-size: 16px;
    color: #fff;
    background-color: #a660db;
    padding: 1em 5em;
    border-radius: 5em;
    /* width: 100%; */
    display: block;
    text-align: center;
    margin: 1.5em auto;
  }
  #contentsBox .entry_other .person .head {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 0.25em 1em;
  }
  #contentsBox .entry_other .person .instructor .head {
    background: #74aba4;
  }
  #contentsBox .entry_other .person .host .head {
    background: #d1833b;
  }
  #contentsBox .entry_other .person .instructor {
    padding: 0 0 1em 0;
  }
}/*# sourceMappingURL=2024syukatsu.css.map */