@charset "UTF-8";
/* ============================================================ */
/* 共通スタイル */
/* ============================================================ */
body.as-rule .subpage-main-title {
    background: rgba(143, 188, 5, .5);
    color: #fff;
}
#main_wrapper section.sc-box.sc-rule{
  background: rgba(255, 255, 255, 0.8)!important;
  color: #000;
}
/* 観戦マナー&ルール */
.rule-wrapper .ttl-wrap{
  padding-top: 20px;
}
.rule-wrapper .rule-description{
  max-width: 1100px;
  margin:0 auto;
}
.rule-wrapper .rule-description h4.title-h4{
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 0.2em;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  display: inline-block;
}
.rule-wrapper .rule-description p{
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 16px;
}
.rule-wrapper .rule-description p.rule-text {
  font-size: 16px;
  margin-bottom:60px;
}
.rule-wrapper .rule-description .manner-purpose-list{
  margin-bottom: 60px;
}
.rule-wrapper .rule-description .manner-purpose-list li{
  margin-bottom: 20px;
}
.rule-wrapper .rule-description .manner-purpose-list li p{
  font-size: 16px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.rule-wrapper .rule-description table.manner-table{
  line-height: 30px;
  margin-bottom: 60px;
}
.rule-wrapper .rule-description table.manner-table th{
  background:#dcdcdc;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.rule-wrapper .rule-description table.manner-table td{
  background: #f2f2f2;
  font-size: 14px;
}
.rule-wrapper .rule-description table.manner-table td.table-title{
  width: 30%;
  font-weight: bold;
  border-top: 1px solid #141415;
}
.rule-wrapper .rule-description table.manner-table th:first-child{
  border-bottom:none;
}
.rule-wrapper .rule-description h5 {
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  font-size: 18px;
}
.rule-wrapper .rule-description .attention-wrap {
  text-align: center;
  color: #ff0000;
  background: #fff;
  padding: 10px 60px;
  margin: 0 auto 20px;
  font-size: 18px;
  max-width: 110px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: bold;
}
.rule-wrapper .rule-description ul.rule-list li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 2%;
  box-sizing: border-box;
}
.rule-wrapper .rule-description ul.rule-list li img {
  margin-bottom: 10px;
  width: auto;
}
.rule-wrapper .rule-description h4{
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-weight: bold;
}
.rule-wrapper .rule-description .attention-bk{
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.rule-wrapper .rule-description .attention-bk .rule-list p{
  color: #fff !important;
}
.rule-wrapper .rule-description .attention-bk .attention-txt{
  color:#fff !important;
  padding:0 25px 20px;
}
/* END 観戦マナー&ルール */
/* ============================================================ */
/* 共通スタイル END
/* ============================================================ */


/* ============================================================ */
/* PC */
/* ============================================================ */
@media screen and (min-width: 768px) {
/**  観戦ルール  **/
.rule-wrapper .rule-description table.manner-table th,.rule-wrapper .rule-description table.manner-table td {
  padding: 20px 30px;
  border: 1px solid #141415;
}
/**  END 観戦ルール**/
}

/* ============================================================ */
/* PC END
/* ============================================================ */

/* ============================================================ */
/* SP */
/* ============================================================ */
@media screen and (max-width: 767px) {
/* 観戦マナー&ルール */
.ancer-link-rule{
  margin-top: 10px;
}
.rule-wrapper .rule-description p{
  text-align: left;
}
.rule-wrapper .rule-description h4.title-h4{
  font-size: 16px;
  margin-bottom: 20px;
}
.rule-wrapper .rule-description p.rule-text {
  line-height: 1.8;
  margin-bottom:60px;
}
.rule-wrapper .rule-description .manner-purpose-list li p{
  text-indent: -1.8em;
  padding-left: 1.8em;
  line-height: 1.8em;
  letter-spacing: .2em;
}
.rule-wrapper .rule-description table th,.rule-wrapper .rule-description table td {
  display: block;
  padding: 8px;
  width: auto !important;
  border-bottom: 1px solid #141415;
}
.rule-wrapper .rule-description table td:last-child{
  border:none;
}
.rule-wrapper .rule-description table.manner-table td.table-title {
  font-weight: bold;
  /*background: #f2f2f2;*/
}
.rule-wrapper .rule-description table.manner-table{
  border:1px solid #141415;
}
.rule-wrapper .rule-description h4{
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-size: 16px;
  line-height: 2;
}
.rule-wrapper .rule-description .attention-bk .rule-list li{
  width: 50%;
  float: left;
  padding: 6% 5% 0;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #cbcbcb;
  letter-spacing: 0.2em;
}
.rule-wrapper .rule-description ul.rule-list li:last-child {
  clear: both;
  margin: 0 auto;
  float: inherit;
  padding-top: 3% !important;
  width: 90%;
}
.rule-wrapper .rule-description ul.rule-list li:last-child img{
  width: 50%;
}
.rule-wrapper .rule-description .attention-wrap{
  text-align: center;
  color: #ff0000 !important;
  background: #fff;
  padding: 8px 50px;
  margin: 0 auto 20px;
  font-size: 16px;
  max-width: 70px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: bold;
}
.rule-wrapper .rule-description .attention-bk p{
  letter-spacing: normal;
  line-height: normal;
}
.rule-wrapper .rule-description .attention-bk{
  padding-bottom: 30px;
}
.rule-wrapper .rule-description .attention-bk .attention-txt{
  color:#fff !important;
  padding:0 20px 20px;
}
img.yoyogi-access{
  width: 100%;
}
/* END 観戦マナー&ルール */
}
/* ============================================================ */
/* SP END
/* ============================================================ */