@charset "UTF-8";
section {
  margin-bottom: 30px;
}
section h4 {
  margin: 20px 0 10px;
}
section ul.indent li {
  margin-bottom: 5px;
}
section div.att_box {
  border: 2px solid #cc0000;
  padding: 15px;
  margin: 20px 0;
  text-align: center;
}
section div.att_box p.em {
  font-size: 18px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
section div.att_box p.em a {
  color: #0066cc;
  text-decoration: underline;
}
section div.att_box p.btn_link {
  margin-bottom: 0;
}
section dl.notice {
  border: 2px solid #cc0000;
  margin: 20px 0;
}
section dl.notice dt {
  background: #cc0000;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
}
section dl.notice dd {
  padding: 10px;
  font-size: 14px;
}
section dl.notice dd p.link-text {
  padding: 10px 0;
  border-bottom: 1px dotted #666;
}
section dl.notice dd p.link-text:first-child {
  padding-top: 5px;
}
section dl.notice dd p.link-text:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}
section dl.notice dd p.link-text a {
  color: #cc0000;
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
section dl.notice dd p.link-text a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section dl.notice dd p.link-text a:hover {
  text-decoration: underline;
}
section.step h3 {
  color: #60cbec;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  border-left: 4px solid #60cbec;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
}
section.step h3 span {
  display: inline-block;
  width: 100px;
  color: #60cbec;
}
section.step + h3.bg {
  margin-top: 60px;
}
section.pre {
  border: 4px solid #CCE9F4;
  padding: 20px;
  margin: 30px 0;
  background: #f9feff;
}
section.pre.center {
  text-align: center;
}
section.pre h3 {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.btn_block p.em {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.btn_block.small {
  margin-bottom: 30px;
}
.btn_block.small a {
  font-size: 16px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19998;
}
.modal .modal_bg {
  background: rgba(0, 0, 0, 0.75);
  height: 150vh;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 19999;
}
.modal .modal_content {
  margin: auto;
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 600px;
  height: 270px;
  z-index: 20000;
  background: #FFF;
  text-align: center;
}
.modal .modal_content span.modal_close {
  display: block;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 42px;
  margin: 30px auto 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
  top: -80px;
  right: 0;
}
.modal .modal_content a.btn {
  display: block;
  border: 2px solid #088FC7;
  color: #088FC7;
  padding: 15px;
  border-radius: 8px;
  margin: 25px 0;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  background: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: #e0f2f7;
}
.modal .modal_content a.btn:hover {
  background: #088FC7;
  color: #FFF;
}

body.online_baseball section.step h3 {
  color: #8fc956;
  border-left: 4px solid #8fc956;
}
body.online_baseball section.step h3 span {
  color: #8fc956;
}
body.online_baseball section.pre {
  border: 4px solid #c7e2ac;
  background: #eef6e7;
}

body.dance section.step h3 {
  color: #ff859f;
  border-left: 4px solid #ff859f;
}
body.dance section.step h3 span {
  color: #ff859f;
}
body.dance section.pre {
  border: 4px solid #ffd3dc;
  background: #fff1f4;
}
body.dance .modal .modal_content a.btn {
  border: 2px solid #f75d7d;
  color: #f75d7d;
  background: #fff1f4;
}
body.dance .modal .modal_content a.btn:hover {
  background: #f75d7d;
  color: #FFF;
}
/*# sourceMappingURL=flow.css.map */