@charset "UTF-8";
section {
  margin-bottom: 40px;
}
section h4 {
  margin: 20px 0 10px;
}
section dl {
  margin-top: 20px;
}
section dl dt {
  display: table;
  background: #e0f2f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  cursor: pointer;
  position: relative;
}
section dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section dl dt.open {
  background: #CCE9F4;
}
section dl dt.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 22px;
}
section dl dt span,
section dl dt p {
  display: table-cell;
  vertical-align: middle;
}
section dl dt p {
  font-weight: normal;
  font-size: 15px;
  padding: 0 20px;
}
section dl dt span.en {
  background: #60cbec;
  text-align: center;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
}
section dl dd {
  display: none;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section dl dd span.en {
  background: #4f9ce8;
  text-align: center;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  display: inline-block;
}
section dl dd p {
  width: calc(100% - 80px);
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}

body.online_baseball section dl dt {
  background: #eef6e7;
}
body.online_baseball section dl dt::after {
  border-top: 2px solid #559711;
  border-right: 2px solid #559711;
}
body.online_baseball section dl dt.open {
  background: #c7e2ac;
}
body.online_baseball section dl dt span.en {
  background: #8fc956;
}

body.dance section dl dt {
  background: #fff1f4;
}
body.dance section dl dt::after {
  border-top: 2px solid #f75d7d;
  border-right: 2px solid #f75d7d;
}
body.dance section dl dt.open {
  background: #ffd3dc;
}
body.dance section dl dt span.en {
  background: #ff859f;
}
/*# sourceMappingURL=faq.css.map */