@charset "UTF-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel');
.pc_no {
  display: none !important;
}
.flex {
  display: -webkit-box; /*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/ display: -ms-flexbox; /*--- IE10 ---*/ display: -webkit-flex; /*--- safari��PC�臥畑 ---*/ display: flex;
  -webkit-box-pack: justify; /*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/ -ms-flex-pack: justify; /*--- IE10 ---*/ -webkit-justify-content: space-between; /*--- safari��PC�臥畑 ---*/ justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex2 {
  display: -webkit-box; /*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/ display: -ms-flexbox; /*--- IE10 ---*/ display: -webkit-flex; /*--- safari��PC�臥畑 ---*/ display: flex;
  -webkit-box-pack: justify; /*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/ -ms-flex-pack: justify; /*--- IE10 ---*/
}
.flex_c {
  display: -webkit-box; /*--- Androidブラウザ用 ---*/ display: -ms-flexbox; /*--- IE10 ---*/ display: -webkit-flex; /*--- safari（PC）用 ---*/ display: flex;
  -webkit-justify-content: center; /*--- safari��PC�臥畑 ---*/ justify-content: center;
}
.flex_c2 {
  display: -webkit-box; /*--- Androidブラウザ用 ---*/ display: -ms-flexbox; /*--- IE10 ---*/ display: -webkit-flex; /*--- safari（PC）用 ---*/ display: flex;
  -webkit-justify-content: center; /*--- safari��PC�臥畑 ---*/ justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 {
  display: -webkit-box; /*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/ display: -ms-flexbox; /*--- IE10 ---*/ display: -webkit-flex; /*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/ display: flex;
  width: 100%;
}
.flex33 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.flex_tc {
  display: -webkit-box;
  display: -ms-box;
  display: box;
  display: -webkit-flex;
  display: flex; /* 子要素をflexboxで揃える */ flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */ justify-content: center; /* 子要素をflexboxにより中央に配置する縦 */
}
.box1 {
  background-color: #000;
  display: block;
  overflow: hidden;
  clear: both;
  color: #333;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.box1 :not(span, small, strong) {
  font-weight: 400;
}
.box1:nth-child(even) {
  background-color: #1A1A1A;
}
.box1280_1 {
  max-width: 1280px;
  margin-top: 54px;
  margin-bottom: 54px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.t_game1 h1 {
  color: #FF500A;
  display: inline-block;
  float: left;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}
.t_game1 {
  display: block;
  overflow: hidden;
  font-family: octin-college, sans-serif;
  font-style: normal;
  padding-bottom: 24px;
}
.t_game1 .btn a {
  color: #A67C52;
  border: 1px solid #A67C52;
  float: right;
  line-height: 33px;
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
}
.t_game1 .btn a:hover {
  color: #000;
  background-color: #A67C52;
}
.t_game2 {
  display: block;
  overflow: hidden;
}
.t_game2 .slider li {
  height: 160px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #A67C52;
  border-left-color: #A67C52;
} /* 矢印用スタイル */ .prev-arrow, .next-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  color: #A67C52;
  font-size: 50px;
}
.prev-arrow {
  left: -50px;
}
.next-arrow {
  right: -50px;
} /* ここまで */ .slick-prev:before, .slick-next:before {
  color: #A67C52 !important;
}
.slider {
  width: 92%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.slider li .home3 a {
  color: #000000;
  background-color: #FF500A;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 5px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 5px;
  line-height: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.slider li .home3 a:hover {
  color: #FFFFFF;
}
.slider li .nxt {
  font-family: octin-college, sans-serif;
  font-weight: 600;
  color: #FF500A;
  font-size: 27px;
  line-height: 1.3em;
  display: table;
  text-align: center;
  height: 125px;
  width: 100%;
}
.slider li .nxt .nxt2 {
  display: table-cell;
  vertical-align: middle;
}
.t_ttl {
  color: #FF500A !important;
  display: block !important;
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 72px !important;
  font-family: octin-college, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.t_ttl2 {
  color: #FF500A !important;
  display: block !important;
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 10px !important;
  font-family: octin-college, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.t_ttl3 {
  color: #A67C52 !important;
  display: block !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 32px !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.t_ttl3 a {
  color: #A67C52 !important;
}
.sp_tb_72 {
  padding-top: 72px;
  padding-bottom: 72px;
  display: block;
  overflow: hidden;
}
.news_b2 {
  overflow: hidden;
  padding-right: 3%;
  padding-left: 3%;
}
.news_b2::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.news_b2::after {
  content: "";
  display: block;
  width: 23%;
}
.news_b2 li {
  width: 23%;
  text-align: center;
  margin-bottom: 40px;
  display: block;
  text-align: left;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  margin-bottom: 72px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 5px 0 #666; /* Safari, Chrome用 */ -moz-box-shadow: 3px 3px 5px 0 #666; /* Firefox用 */ box-shadow: 3px 3px 5px 0 #666; /* CSS3 */
}
.news_b2 li img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.news_b2 li a i {
  color: #000;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  display: block;
  background-color: #FF500A;
  line-height: 22px;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 10px;
  font-style: normal;
}
.news_b2 li a time {
  font-size: 16px;
  line-height: 42px;
  display: block;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
.news_b2 li a h3 {
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  padding-right: 15px;
  padding-bottom: 35px;
  padding-left: 15px;
}
.news_b2 li a:hover {
  color: #000;
}
.btn_b a {
  color: #A67C52;
  border: 3px solid #A67C52;
  line-height: 80px;
  font-size: 22px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 0px;
}
.btn_b a:hover {
  color: #000;
  background-color: #A67C52;
}
.bk_bk {
  background-color: #000 !important;
  display: block;
  clear: both;
  overflow: hidden;
}
.bk_gy {
  background-color: #1A1A1A !important;
  display: block;
  clear: both;
  overflow: hidden;
}
.bk_wt {
  background-color: #FFFFFF !important;
  display: block;
  clear: both;
  overflow: hidden;
  color: #333;
}
.bk_wt2 {
  padding-right: 3% !important;
  padding-left: 3% !important;
  background-color: #F2F2F2 !important;
  display: block;
  clear: both;
  overflow: hidden;
  color: #333;
}
.bana_b li {
  float: left;
  width: 50%;
}
.bana_b li img {
  height: auto;
  width: 100%;
}
.ptn_box {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.ptn_box li {
  width: 18%;
  margin-bottom: 24px;
  margin-right: 1%;
  margin-left: 1%;
  border: 1px solid #666;
}
.insta_box {
  padding-bottom: 36px;
  display: block;
  overflow: hidden;
}
.plr_tt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
}
.plr_tt .eng_h2 {
  color: #FF500A !important;
  display: block !important;
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 72px !important;
  font-family: octin-college, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%) !important;
  -webkit- transform: translateY(-50%) translateX(-50%) !important;
}
.plr_tt img {
  height: 350px;
  object-fit: cover;
  width: 100% !important;
}
.player_c {
  background-color: #FFF;
  width: 25%;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
}
.player_c:nth-child(2), .player_c:nth-child(4), .player_c:nth-child(5), .player_c:nth-child(7), .player_c:nth-child(10), .player_c:nth-child(12), .player_c:nth-child(13), .player_c:nth-child(15), .player_c:nth-child(18), .player_c:nth-child(20) {
  background-color: #CCC;
}
.player::before {
  content: "";
  display: block;
  width: 25%;
  order: 1;
}
.player::after {
  content: "";
  display: block;
  width: 25%;
}
.player_c .img_ll img {
  height: auto;
  width: 100%;
}
.player {
  padding-right: 3%;
  padding-left: 3%;
}
.player_c .img_ll {
  width: 100%;
}
.player_c .img_rr {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.player_c .img_rr .yaku {
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FF5001;
}
.player_c .img_rr .kana {
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Lato', sans-serif;
}
.player_c .img_rr .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  overflow: hidden;
  clear: both;
  display: block;
}
.player_c .img_rr .reki {
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #FF6C00;
  display: block;
  padding-right: 10px;
  padding-left: 20px;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.5em;
}
.player_c .img_rr .num {
  font-size: 70px;
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 30%;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  display: flex; /* 2 */ justify-content: center; /* 3 */ align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width:901px) and (max-width:1280px) { /*　画面サイズが768pxから1024pxまではここを読み込む　*/ .player_c .img_rr .num {
    font-size: 50px;
  }
}
.player_c .img_rr .name_box_in {
  float: left;
  width: 70%;
  font-weight: 500;
}
.player_c .img_rr .name_box_in2 {
  float: left;
  width: 70%;
  font-weight: 500;
  display: flex; /* 2 */ align-items: center;
}
.player_c .img_rr .tbc {
  display: flex; /* 2 */ align-items: center;
}
.name2 {
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  line-height: 28px;
  display: block;
  padding-right: 5px;
}
.posi {
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 5px;
  display: block;
  padding-top: 10px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-top-color: #FF500A;
}
.block_1280_main {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.block_1280_main .block_1280_w_inl {
  width: 50%;
  padding-right: 5%;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #CCC;
  float: left;
  overflow: hidden;
}
.block_1280_main .block_1280_w_inl img {
  width: 100%;
  height: auto;
}
.block_1280_main .block_1280_w_inr {
  width: 50%;
  padding-left: 5%;
  float: left;
  display: flex;
  align-items: center;
}
.block_1280_w_inr .centabox h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8em;
  color: #333;
}
.block_1280_w_inr .centabox {}
.block_1280_main .team_p {
  margin-right: auto;
  margin-left: auto;
  color: #333;
  overflow: hidden;
  font-weight: 500;
}
.team_p dl dt {
  width: 25%;
  float: left;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  padding: 15px;
}
.team_p dl dd {
  float: left;
  display: block;
  font-size: 18px;
  width: 75%;
  line-height: 36px;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #FF6C00;
  padding: 15px;
}
.block_1280_main .team_p2 {
  display: block;
  overflow: hidden;
  color: #333;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
.team_p2 p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 25px;
  font-weight: 400;
  display: block;
  clear: both;
  overflow: hidden;
}
.team_p2 img {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
}
.team_p2 dl dt {
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-bottom-style: dotted;
  border-left-style: solid;
  border-bottom-color: #FF500A;
  border-left-color: #FF500A;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}
.team_p2 dl dd {
  margin-bottom: 35px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  text-align: left;
}
.img_35 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 24px;
}
.img100 {
  height: auto;
  width: 100%;
}
.privacy p {
  margin-bottom: 25px;
}
.orenji_moji {
  color: #333;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #FF500A;
  font-weight: 500;
}
.privacy {
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2em;
}
.box1280 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: center;
  display: block;
  clear: both;
  overflow: hidden;
}
.box1280 .info_mm {
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.info_mm a {
  color: #FF500A;
}
.info_mm a:hover {
  color: #A67C52;
}
.box800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  overflow: hidden;
  clear: both;
  font-weight: 500;
}
.box800 .box800_left {
  float: left;
  width: 50%;
  text-align: left;
  padding: 20px;
}
.box800 .box800_right {
  float: left;
  width: 50%;
  text-align: left;
  overflow: hidden;
  display: block;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
input[type="text"], input[type="email"], input[type="tel"] {
  border: 0;
  padding: 10px;
  font-size: 16px;
  border: solid 1px #ccc;
  margin: 0;
  width: 100%;
}
textarea {
  width: 100%;
  height: 13em;
  font-size: 16px;
  border: 1px solid #CCC !important;
}
input[type="submit"] {
  font-size: 18px;
  color: #A67C52;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  border: 2px solid #A67C52;
  background-color: #FFF;
}
input[type="submit"]:hover {
  background-color: #FF500A;
  color: #000;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.wpcf7-form-control-wrap {
  margin: 0;
}
.box656_sp19_n {
  position: absolute;
  top: 10px;
  right: 0px;
  margin: 0px;
  padding: 0px;
}
.box656_sp19_n a .flag i {
  display: block;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-color: #FF500A;
  font-style: normal;
}
.tt h1 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #FF6C00;
  line-height: 1.8em;
  display: block;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  font-weight: 500;
}
.box980_blog_2 .daysn {
  text-align: right;
  display: block;
}
.box980_blog_2 .kiji_1 {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 2em;
  font-size: 16px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  width: 100%;
}
.box980_blog_2 .kiji_1 h1, .box980_blog_2 .kiji_1 h2, .box980_blog_2 .kiji_1 h3, .box980_blog_2 .kiji_1 h4, .box980_blog_2 .kiji_1 h5, .box980_blog_2 .kiji_1 h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-align: left;
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  line-height: 1.8em;
  overflow: hidden;
}
.box980_blog_2 .kiji_1 h1 {
  padding: 0.5em; /*文字周りの余白*/ color: #333;
  font-size: 24px;
  font-weight: 500;
  border: 2px solid #FF500A;
  margin-bottom: 20px;
}
.box980_blog_2 .kiji_1 h2 {
  padding: 0.5em; /*文字周りの余白*/ color: #010101; /*下線*/ background-color: #FFCFA0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.box980_blog_2 .kiji_1 h3 {
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #FF500A;
  border-left-color: #FF500A;
  padding-top: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.box980_blog_2 .kiji_1 h4 {
  font-size: 18px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  padding: 0.5em;
  font-weight: 500;
  margin-bottom: 20px;
}
.box980_blog_2 .kiji_1 h5 {
  padding: 0.2em;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #FF500A;
  font-weight: 500;
  margin-bottom: 20px;
}
.box980_blog_2 .kiji_1 h6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FF500A;
  padding: 0.4em;
  margin-bottom: 20px;
}
.box980_blog_2 .kiji_1 p {
  margin-bottom: 30px;
  margin-top: 30px;
}
.kiji_1 img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.kiji_1 iframe {
  max-width: 100%;
}
.ifm {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ifm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kiji_1 a {
  color: #FF6C00;
}
.kiji_1 a:hover {
  color: #333333;
}
.naviright {
  display: block;
  text-align: center;
  width: 31%;
  border: 1px solid #A67C52;
  margin: 1%;
}
.navitop {
  text-align: center;
  display: block;
  float: left;
  width: 32%;
  border: 1px solid #A67C52;
  margin: 1%;
}
.navileft {
  display: block;
  width: 31%;
  text-align: center;
  border: 1px solid #A67C52;
  margin: 1%;
}
.navigation {
  text-align: center;
  width: 100%;
}
.navigation_in {
  display: flex; /* 2 */ justify-content: center; /* 3 */ align-items: center; /* 4 */
}
.naviright:hover, .navitop:hover, .navileft:hover {
  background-color: #A67C52 !important;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  text-decoration: none;
  color: #000 !important;
}
.navigation_in p {}
.block_1050_n {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.block_news_main {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: #333;
  display: block;
  overflow: hidden;
}
.news a i {
  background-color: #FF500A;
  font-style: normal;
}
.navileft a, .navitop a, .naviright a {
  color: #A67C52;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navileft a:hover, .navitop a:hover, .naviright a:hover {
  color: #000;
}
.btn_b33 a {
  color: #A67C52;
  border: 3px solid #A67C52;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  margin-top: 0px;
}
.btn_b33 a:hover {
  color: #000;
  background-color: #A67C52;
}
.wpcf7-response-output {
  text-align: center !important;
}
.player_cb {
  width: 100%;
  overflow: hidden;
  display: block;
  box-sizing: content-box;
}
.player_cb .img_ll {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: content-box;
}
.player_cb .img_rr {
  overflow: hidden;
  width: 50%;
  position: absolute;
  left: 5%;
  top: 5%;
  display: block;
  float: left;
  right: 5%;
  bottom: 5%;
  box-sizing: content-box;
}
.player_cb .img_rr dt {
  position: absolute;
  left: 0px;
  top: 0px;
}
.player_cb .ban {
  font-family: 'Lato', sans-serif;
  float: none;
  font-size: 100px;
  line-height: 120px;
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block; /* 2 */ overflow: hidden;
  clear: both;
  text-align: center;
}
.player_cb .img_rr .posi {
  display: block;
  font-size: 50px;
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding-top: 25px;
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.player_cb .img_rr .posi2 {
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  color: #FFF;
  background-color: #000;
  padding: 5px;
  clear: both;
  display: block;
}
.player_cb .img_rr .name {
  display: block;
  font-size: 30px;
  overflow: hidden;
  font-weight: 700;
  line-height: 50px;
}
.player_cb .img_rr .kana {
  font-size: 50px;
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  display: block;
  width: 100%;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  line-height: 60px;
}
.player_cb .img_rr .kana2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.player_cb .img_rr dd {
  display: block;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.player_p {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 48px;
  color: #333;
  font-size: 18px;
  overflow: hidden;
}
.player_p dl {
  display: block;
  border-bottom: 1px dotted #666;
  overflow: hidden;
  padding: 15px;
}
.player_p dl:first-child {
  border-top: 1px dotted #666;
}
.player_p dl dt {
  display: block;
  padding: 10px;
  float: left;
  width: 35%;
  font-weight: 500;
}
.player_p dl dd {
  padding: 10px;
  width: 65%;
  display: block;
  float: left;
  font-weight: 400;
}
.player_cb .img_ll img {
  width: 100%;
  height: auto;
}
.game_h2 {
  font-size: 35px;
  display: block;
  line-height: 50px;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  color: #FF500A;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #A67C52;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  margin-left: 0px;
  font-family: octin-college, sans-serif;
}
.tt .gttl {
  font-size: 22px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #FF6C00;
  line-height: 1.8em;
  color: #A67C52;
  font-weight: 500;
}
.gameall main h3 {
  color: #FF500A;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FF500A;
  padding: 10px;
  margin-bottom: 15px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #FF500A;
  display: block;
  overflow: hidden;
  clear: both;
}
.col1 {
  background-color: #FF500A !important;
  color: #000 !important;
  font-weight: 500 !important;
}
.gameall {
  display: block;
  overflow: hidden;
}
.gameall main h2 {
  font-size: 28px;
  font-weight: 700;
  padding: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  line-height: 28px;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
}
.gameall main ul li {
  display: block;
  margin-bottom: 25px;
}
.gamename22 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gameall main ul li table {
  border: 1px solid #666;
  margin-bottom: 35px;
  background-color: #000;
}
.gameall main ul li table tr td {
  font-size: 14px;
  text-align: center;
  border: 1px dotted #999;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.gameall main ul li table tr {
  color: #FFF;
  font-weight: 400;
}
.gameall main ul li table tr td a {
  color: #FFF;
  text-decoration: underline;
}
.gameall main ul li table tr td a:hover {
  color: #FF500A;
  text-decoration: none;
}
.tg_log {
  width: 20%;
  padding-right: 3%;
  padding-left: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tg_log img {
  height: auto;
  width: 100%;
}
.tg_log_c {
  text-align: center;
  width: 60%;
  color: #FFF;
}
.top_game dt p .top_day {
  color: #FF500A;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  font-family: octin-college, sans-serif;
}
.top_game dt p .top_day2 {
  font-family: octin-college, sans-serif;
  font-size: 20px;
  color: #FF500A;
  font-weight: 600;
  padding-left: 10px;
}
.top_game dt p .top_time {
  font-family: octin-college, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FF500A;
  padding-left: 10px;
}
.top_game dt p .teamname1 {
  font-size: 16px;
  font-weight: 500;
}
.top_game dt p .teamname2 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
}
.top_game dt p {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  display: block;
}
.top_game dt {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #A67C52;
  margin-bottom: 5px;
  margin-top: 5px;
}
.top_game dd p {
  margin: 0px;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.sub_ttl {
  font-size: 20px;
  padding-left: 25px;
}
.c_rnn2 {
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500 !important;
  padding-bottom: 32px;
  width: 90%;
}
.box1040 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #333;
}
.bb800_2 {
  counter-reset: li;
  list-style: none;
}
.bb800_2 li {
  margin-right: 5px;
  font-size: 21px;
  line-height: 2em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  font-weight: 700;
  position: relative;
  margin-top: 3px;
  margin-bottom: 50px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  margin-left: 80px;
}
.bb800_2 li:before {
  counter-increment: li;
  content: '0'counter(li)'.';
  position: absolute;
  font-size: 40px;
  top: 5px;
  left: -80px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
.bb800_3 {
  counter-reset: li;
  list-style: none;
}
.bb800_3 li {
  margin-right: 5px;
  font-weight: 700;
  position: relative;
  margin-top: 3px;
  margin-bottom: 25px;
  margin-left: 80px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  line-height: 40px;
}
.bb800_3 li:before {
  counter-increment: li;
  content: '0'counter(li)'.';
  position: absolute;
  font-size: 40px;
  top: 0px;
  left: -80px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
.bb800_3 li .ms3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
  clear: both;
}
.bb800_3 li .ms2 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding-left: 10px;
  font-style: normal;
}
.bb800_3 li .ms1 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 40px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  display: inline-block;
  clear: both;
  font-weight: 700;
  font-style: italic;
}
.c_rg1 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.c_rg2 {
  font-size: 18px;
  line-height: 2.2em;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-weight: 500;
}
.c_dai22 {
  font-size: 18px;
  font-weight: 500;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #EA5910;
  padding-bottom: 5px;
  padding-left: 15px;
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000;
  margin-top: 10px;
}
.vision {
  font-size: 38px;
  font-weight: 700 !important;
  line-height: 1.8em;
  text-align: center;
}
.bb800_2 li:last-child {
  margin-bottom: 0px;
}
.bb800_3 li:last-child {
  margin-bottom: 0px;
}
.name_box2 {
  padding-right: 15px;
  padding-left: 15px;
}
.posi22 {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
  display: block;
  padding-top: 10px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-top-color: #FF500A;
  font-weight: 500;
}
.posi33 {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  display: block;
  font-weight: 500;
}
.prt_b li {
  width: 46%;
  margin: 2%;
  padding: 0px;
  border: 1px solid #666;
}
.prt_b li img {
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.prt_b h4 {
  display: block;
  text-align: center;
  color: #FF500A;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 48px;
}
.prt_b {
  float: left;
  width: 50%;
  padding-right: 2%;
  padding-left: 2%;
  display: block;
  overflow: hidden;
}
.prt_b100 li {
  width: 21%;
  margin: 2%;
  padding: 0px;
  border: 1px solid #666;
}
.prt_b100 li img {
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.prt_b100 h4 {
  display: block;
  text-align: center;
  color: #FF500A;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 48px;
}
.prt_b100 {
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.prt_b50 li {
  width: 46%;
  margin: 2%;
  padding: 0px;
}
.prt_b50 li img {
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.prt_b50 h4 {
  display: block;
  text-align: center;
  color: #FF500A;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 48px;
}
.prt_b50 {
  width: 50%;
  padding-right: 2%;
  padding-left: 2%;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.prt_bc li {
  width: 100%;
  padding: 0px;
  text-align: center;
  border: 1px solid #666;
}
.prt_bc li img {
  height: auto;
  width: 75%;
  padding: 0px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}
.prt_bc h4 {
  display: block;
  text-align: center;
  color: #FF500A;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 48px;
}
.prt_bc {
  float: left;
  width: 33.3333333%;
  padding-right: 2%;
  padding-left: 2%;
  display: block;
  overflow: hidden;
}
.mr_sp0 {
  margin: 0px !important;
}
.ptn_box li img {
  height: auto;
  width: 100%;
}
.kaiin2 {
  font-size: 16px;
  line-height: 2em;
  overflow: hidden;
}
.kaiin2 .fan_p li {
  width: 48%;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 5%;
  padding-top: 25px;
  padding-right: 35px;
  padding-bottom: 25px;
  padding-left: 35px;
}
.kaiin2 .fan_p .o3000 {
  background-image: url(../img/bb_page/pb.jpg);
  background-size: cover;
}
.kaiin2 .fan_p .s10000 {
  background-image: url(../img/bb_page/pb2.jpg);
  background-size: cover;
}
.kaiin2 .fan_p .g30000 {
  background-image: url(../img/bb_page/pb3.jpg);
  background-size: cover;
}
.fan_p li .fp1 {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFF;
}
.fan_p li .fp2 {
  display: block;
  clear: both;
  font-size: 40px;
  line-height: 40px;
  text-align: right;
  font-weight: 900;
}
.fp3 {
  font-size: 14px;
  padding-left: 12px;
}
.kaiin2 .fan_p {
  margin-bottom: 25px;
}
.mm_1414 {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
.clubmember {
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  border-left-color: #333;
  font-size: 16px;
  line-height: 1.6em;
}
.clubmember table tr td {
  border: 1px solid #666;
}
.clubmember .tt01 {
  color: #000;
  background-color: #FF500A;
  text-align: center;
  font-weight: 500;
}
.clubmember .tt02 {
  background-color: #FFC57A;
  text-align: center;
  color: #000;
}
.clubmember .tt03 {
  background-color: #fff;
}
.clubmember table {
  border: 1px solid #666;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 500 !important;
}
.clubmember table tr td {
  vertical-align: middle;
  padding: 15px;
}
.kaiin .kaiinimg {
  float: left;
  width: 45%;
  padding-right: 25px;
}
.kaiin ul li {
  display: block;
  width: 31.3333%;
  overflow: hidden;
  float: left;
  color: #333;
  font-size: 20px;
  line-height: 1.7em;
  text-align: center;
  font-weight: 500;
  box-sizing: content-box;
  align-items: center;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: 5%;
  margin-bottom: 1%;
}
.kaiin ul li .bent p {
  font-size: 14px;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #333;
}
.orenji_mm2 {
  color: #FF500A;
  display: block;
  clear: both;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FF500A;
}
.orenji_mm4 {
  color: #FF500A;
  display: block;
  clear: both;
  font-size: 22px;
  font-weight: 500;
}
.orenji_mm3 {
  color: #333;
  display: block;
  clear: both;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  margin-top: 50px !important;
  padding: 2%;
  line-height: 20px;
  border: 1px solid #FF500A;
}
.hoj {
  max-width: 800px !important;
}
.hoj p a {
  color: #FF500A;
}
.hoj p a:hover {
  color: #999;
}
.kaiin29 {
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 24px;
}
.kaiin29 ul .left {
  width: 31.3333% !important;
  float: left;
  display: block;
  margin: 0px;
}
.kaiin29 ul .right {
  width: 65.6666% !important;
  float: left;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 3%;
}
.kaiin29 ul li {
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  display: block;
}
.kaiin29 li dl {
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #666;
  border-left-color: #666;
  display: block;
  overflow: hidden;
}
.kaiin29 li dl dt {
  float: left;
  width: 25%;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}
.kaiin29 li dl dd {
  float: left;
  width: 25%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}
.kaiin29 ul li .daiji {
  display: block;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.kaiin29 ul li .dl1 {
  background-color: #FF500A;
  display: block;
  overflow: hidden;
}
.moji_14 {
  font-size: 13px !important;
  color: #FFF;
}
.tp_sp {
  clear: both;
  margin-top: 72px;
  display: block;
  overflow: hidden;
  color: #A67C52;
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  font-weight: 700;
  font-style: normal;
}
.ptr_ctr {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
section .contentsbox_w {
  display: block;
  width: 100%;
  overflow: hidden;
  display: block;
}
#prTopSlider .sp-slides .sp-slide a img {
  height: auto;
  width: 100%;
}
.top_top {
  margin-top: 90px;
}
.bo_tl {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #FF500A;
}
.trim2 img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.trim img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.box_70.u15_a img {
  width: 35% !important;
  height: auto;
  float: left;
  margin-right: 3%;
  margin-bottom: 0%;
}
.box_70.u15_a p {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 2em !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.8em !important;
  font-weight: 400 !important;
}
.box_70.u15_a .u15_a_name {
  text-align: right !important;
  display: block !important;
  font-weight: 500 !important;
}
.cb_box50 li {
  width: 48%;
}
.cb_box50 li p {
  padding-top: 2em !important;
  font-size: 15px !important;
}
.daiji16 {
  font-size: 17px;
  font-weight: 700;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  display: block;
  line-height: 1.6em;
  padding-bottom: 10px;
}
.sp_top25 {
  margin-top: 25px;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.block_main p {
  ext-justify: inter-ideograph;
  text-align: justify;
}
.cb_box50 {
  color: #333;
  font-size: 16px !important;
  line-height: 1.8em !important;
  font-weight: 400 !important;
}
.box_70 {
  margin-right: auto;
  margin-left: auto;
}
.bana_s a {
  width: 47%;
  display: block;
  background-color: #1A1A1A;
  border: 3px solid #FF500A;
  background-image: url(../img/bb_top/bab.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.bana_s {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 72px;
  padding-bottom: 72px;
}
.bana_tb .left {
  width: 40%;
}
.bana_tb .right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a .bt_mm {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
a:hover .bt_mm {
  color: #FF500A;
}
.bana_b {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.bana_tb .left img {
  height: auto;
  width: 100%;
}
.team_p dl {
  border-top-width: 1px;
  border-right-width: 5px;
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-top-style: dotted;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-left-style: solid;
  border-top-color: #FF6C00;
  border-right-color: #FF6C00;
  border-bottom-color: #FF6C00;
  border-left-color: #FF6C00;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  font-weight: 500 !important;
}
.gamename222 {
  font-size: 22px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #FF6C00;
  line-height: 1.8em;
  color: #A67C52;
  font-weight: 500;
  display: block;
}
#tablepress-1, #tablepress-2, #tablepress-3, #tablepress-4, #tablepress-5 {
  display: block;
  width: 100%;
}
#tablepress-1, #tablepress-2, #tablepress-3, #tablepress-4, #tablepress-5 {
  border-left: 1px solid #FFF;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #FFF;
  margin-bottom: 35px;
}
#tablepress-1 tr td, #tablepress-2 tr td, #tablepress-3 tr td, #tablepress-4 tr td, #tablepress-5 tr td {
  font-size: 18px;
  text-align: center;
  border-left: 1px dotted #FFF;
  border-right: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  border-top: 1px dotted #fff;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  color: #FFF;
}
#tablepress-1 tr, #tablepress-2 tr, #tablepress-3 tr, #tablepress-4 tr, #tablepress-5 tr {
  color: #FFF;
  font-weight: 400;
}
#tablepress-1 thead .row-1 th, #tablepress-2 thead .row-1 th, #tablepress-3 thead .row-1 th, #tablepress-4 thead .row-1 th, #tablepress-5 thead .row-1 th, #tablepress-1 thead .row-1 td, #tablepress-2 thead .row-1 td, #tablepress-3 thead .row-1 td, #tablepress-4 thead .row-1 td, #tablepress-5 thead .row-1 td {
  background-color: #FF500A;
  color: #000;
  font-size: 14px;
  text-align: center;
  border: 1px dotted #333;
  vertical-align: middle;
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
}
#tablepress-1 tbody img, #tablepress-2 tbody img, #tablepress-3 tbody img, #tablepress-4 tbody img, #tablepress-5 tbody img {
  height: auto;
  max-width: 60%;
}
.rank2017 tbody .change_color td {
  background-color: #853300 !important;
  color: #FFF !important;
}
#tablepress-1 tbody tr:nth-child(even) td, #tablepress-2 tbody tr:nth-child(even) td, #tablepress-3 tbody tr:nth-child(even) td, #tablepress-4 tbody tr:nth-child(even) td, #tablepress-5 tbody tr:nth-child(even) td {
  background-color: #000;
}
#tablepress-1 tbody tr:nth-child(odd) td, #tablepress-2 tbody tr:nth-child(odd) td, #tablepress-3 tbody tr:nth-child(odd) td, #tablepress-4 tbody tr:nth-child(odd) td, #tablepress-5 tbody tr:nth-child(odd) td {
  background-color: #333;
}
#tablepress-1 .column-2, #tablepress-2 .column-2, #tablepress-3 .column-2, #tablepress-4 .column-2, #tablepress-5 .column-2 {
  border-right-width: 0px !important;
}
#tablepress-1 .column-3, #tablepress-2 .column-3, #tablepress-3 .column-3, #tablepress-4 .column-3, #tablepress-5 .column-3 {
  border-left-width: 0px !important;
  text-align: left !important;
}
section .contentsbox_ra_in {
  max-width: 1280px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.contentsbox_ra_in li:first-child {
  width: 33%;
  font-size: 18px;
}
.contentsbox_ra_in li:nth-child(2) {
  width: 33%;
  text-align: center;
}
.contentsbox_ra_in li:nth-child(3) {
  width: 34%;
}
.contentsbox_ra_in li .moji_20 {
  font-size: 20px;
  line-height: 20px;
  vertical-align: bottom;
  padding-top: 48px;
}
.contentsbox_ra_in li .moji_88 {
  font-family: 'Roboto', sans-serif;
  font-size: 88px;
  line-height: 88px;
  margin: 0px;
  font-style: italic;
  font-weight: 700;
  vertical-align: bottom;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
}
.contentsbox_ra_in li {
  display: flex; /* 1 */ justify-content: center; /* 2 */ align-items: center; /* 3 */ color: #FFF;
  font-weight: 400;
}
.link_b2 a {
  font-size: 18px;
  color: #A67C52;
  border: 2px solid #A67C52;
  display: block;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: octin-college, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding-right: 88px;
  padding-left: 88px;
}
.link_b2 a, .link_b2 a::before, .link_b2 a::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.link_b2 a:hover {
  color: #000;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background-color: #A67C52;
}
.news_mn .widget-title {
  display: block;
  font-size: 18px;
  color: #FF500A;
  font-weight: 500;
  margin-bottom: 15px;
}
.news_mn .widget {
  width: 50%;
  float: left;
  margin: 1em auto;
  position: relative;
}
.news_mn {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
}
.news_mn select {
  -webkit-appearance: none;
  appearance: none;
  padding: 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
  background: #fff;
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}
.news_mn option {
  background-color: #FFF;
}
.news_mn .widget::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 65%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg)translateY(-30%);
}
.news_mn .screen-reader-text {
  display: none;
  text-align: center;
  width: 100%;
}
a:hover .flag i {
  color: #FFF;
}
.center {
  text-align: center !important;
}
.clubmember table tbody .tt03 td a {
  color: #FF500A;
  padding-left: 15px;
}
.center .wp-pagenavi {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.cb_nm {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px dotted #FF500A;
  border-top: 1px dotted #FF500A;
}
.cb_nm:last-child {
  margin-bottom: 0px;
}
.cb_nm .cb_nm_1 {
  display: block;
  float: left;
  width: 25%;
}
.cb_nm .cb_nm_2 {
  display: block;
  float: left;
  width: 20%;
}
.cb_nm .dd22 {
  display: block;
  float: left;
  width: 55% !important;
}
.w_100 {
  width: 100% !important;
}
.kaiin299 {
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 24px;
}
.kaiin299 ul .left {
  width: 31.3333% !important;
  float: left;
  display: block;
  margin: 0px;
}
.kaiin299 ul .right {
  width: 65.6666% !important;
  float: left;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 3%;
}
.kaiin299 ul li {
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  display: block;
}
.kaiin299 li dl {
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #666;
  border-left-color: #666;
  display: block;
  overflow: hidden;
}
.kaiin299 li dl dt {
  float: left;
  width: 20%;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}
.kaiin299 li dl dd {
  float: left;
  width: 20%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}
.kaiin299 ul li .daiji {
  display: block;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.kaiin299 ul li .dl1 {
  background-color: #FF500A;
  display: block;
  overflow: hidden;
}
.ptn_box22 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
}
.ptn_box22 li {
  width: 14.6666666%;
  margin-bottom: 24px;
  margin-right: 1%;
  margin-left: 1%;
  border: 1px solid #666;
}
.ptn_box22 li img {
  height: auto;
  width: 100%;
}
.home {
  color: #000000;
  background-color: #FF500A;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.away {
  color: #000000;
  background-color: #999999;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.home2 {
  color: #000000;
  background-color: #FF500A;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}
.away2 {
  color: #000000;
  background-color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}
.tlog {
  display: flex;
  align-items: center;
}
.tlog img {
  float: left !important;
  height: 50px !important;
  margin-right: 5px !important;
  margin-left: 0 !important;
}
.th_game::after {
  content: "";
  display: block;
  width: 30%;
}
.th_game li {
  width: 30%;
  color: #333;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  margin-bottom: 32px;
}
.th_game li img {
  width: 100%;
  height: auto;
}
.th_game li .date {
  text-align: center;
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.th_game li .vteam {
  text-align: center;
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.th_game li .place {
  color: #000000;
  text-align: center;
  display: block;
  background-color: #FF500A;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.th_game li .tkb0 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #A67C52;
  display: block;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
  border: 1px solid #A67C52;
}
.th_game li .tkb {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #A67C52;
  display: block;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
  border: 1px solid #A67C52;
}
.th_game li .tkb:hover {
  color: #000;
  background-color: #A67C52;
  font-weight: 500;
}
.seat li {
  width: 47%;
  color: #333;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  margin-bottom: 32px;
}
.seat li .place {
  font-weight: 500;
  background-color: #FF500A;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.seat li .seat {
  text-align: center;
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
}
.seat li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.clubmember2 {
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  border-left-color: #333;
  font-size: 16px;
  line-height: 1.6em;
}
.clubmember2 table tr td {
  border: 1px solid #666;
}
.clubmember2 .tt01 {
  color: #000;
  background-color: #FF500A;
  text-align: center;
  font-weight: 500;
}
.clubmember2 .tt02 {
  background-color: #FFC57A;
  text-align: center;
  color: #000;
}
.clubmember2 .tt03 {
  background-color: #333333;
}
.clubmember2 .tt04 {
  background-color: #000;
  color: #FFF;
  text-align: center;
}
.clubmember2 .tt05 {
  background-color: #F2F2F2;
  color: #000;
  text-align: center;
}
.clubmember2 table {
  border: 1px solid #666;
  margin-bottom: 10px;
  margin-top: 10px;
}
.clubmember2 table tr td {
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: 'Oswald', sans-serif;
}
.map .tkb {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #A67C52;
  display: block;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #A67C52;
}
.map .tkb:hover {
  color: #000;
  background-color: #A67C52;
  font-weight: 500;
}
.ticket_sub table {
  margin-bottom: 32px;
  border: 1px solid #FF500A;
  margin-left: auto;
  max-width: 960px;
  margin-right: auto;
  font-size: 16px;
}
.ticket_sub table tr td {
  padding: 20px;
  border: 1px solid #FF500A;
  vertical-align: middle;
}
.ticket_sub {
  color: #333;
}
.ticket_sub a {
  color: #333;
  text-decoration: underline;
}
.ticket_sub a:hover {
  color: #FF500A;
  text-decoration: underline;
}
.bk_gray2 {
  background-color: #F2F2F2;
}
.tbl112 {
  margin-left: auto;
  margin-right: auto;
}
.chui_j {
  color: #333;
  display: block;
  clear: both;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  margin-top: 50px !important;
  padding: 2%;
  line-height: 20px;
  border: 1px solid #FF500A;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.chui_j2 {
  color: #333;
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 20px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
}
.chui_j2 li {
  list-style: disc !important;
  margin-top: 16px;
  line-height: 2em;
}
.orenji_mmtk {
  color: #FF500A;
  display: block;
  clear: both;
  font-size: 22px;
  font-weight: 700 !important;
}
.tk_info {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  color: #333;
  text-align: center;
}
.tk_info p {
  margin-top: 24px;
  font-size: 18px;
}
.block_1280_main .team_p2tk {
  display: block;
  overflow: hidden;
  color: #333;
  margin-right: auto;
  margin-left: auto;
}
.team_p2tk dl dt {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  border-top: 1px solid #FF500A;
  border-right: 1px solid #FF500A;
  border-bottom: 1px solid #FF500A;
  border-left: 5px solid #FF500A;
  font-weight: 700 !important;
  background-color: #FFF !important;
}
.team_p2tk dl dd {
  margin-bottom: 35px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500 !important;
}
.orenji_mds {
  color: #FF500A;
  display: block;
  clear: both;
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.chui_j2 li a {
  color: #FFF;
  text-decoration: underline;
}
.chui_j2 li a:hover {
  color: #FF500A;
  text-decoration: underline;
}
.bold_mm {
  margin-bottom: 20px;
  display: block;
}
.bold_mm2 table {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.bold_mm2 table tr td {
  padding: 10px !important;
  font-size: 14px;
}
.box_50 .tkb {
  width: 48%;
}
.rule {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.8em;
}
.rule li {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
}
.rule2 {
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  border-left-color: #333;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 48px;
}
.rule2 table tr td {
  border: 1px solid #666;
}
.rule2 .tt01 {
  color: #000;
  background-color: #FF500A;
  text-align: center;
  font-weight: 500;
}
.rule2 .tt02 {
  background-color: #FFC57A;
  text-align: center;
  color: #000;
}
.rule2 .tt03 {
  background-color: #F2F2F2;
}
.rule2 table {
  border: 1px solid #666;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 400;
}
.rule2 table tr td {
  vertical-align: middle;
  padding: 15px;
}
.orenji_moji2 {
  color: #FF500A !important;
}
.chui_j3 {
  color: #333;
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
}
.chui_j3 li {
  list-style: disc !important;
  margin-top: 5px;
  line-height: 2em;
}
.side_menu ul {}
.side_menu {
  margin-left: auto;
  margin-right: auto;
}
.side_menu ul li a {
  font-family: octin-college, sans-serif;
  font-weight: 700;
  display: block;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #FF500A;
  border-right-color: #FF500A;
  border-left-color: #FF500A;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
  color: #FFF !important;
}
.side_menu ul li a:hover {
  background-color: #FF500A !important;
  color: #000 !important;
}
.side_menu ul .gameday_h a:hover {
  color: #FFF;
  background-color: #FF500A;
}
.side_menu ul li .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}
.side_menu ul li .ja2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding-top: 5px;
  display: block;
  font-weight: 300;
}
.contentsbox_r {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  display: block;
  border-bottom: solid;
  border-bottom-color: #FF500A;
  border-bottom-width: 2px;
  background-color: #000 !important;
}
.contentsbox_r ul li {
  text-align: center;
}
.contentsbox_r ul {
  display: -webkit-box !important; /*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/ display: -ms-flexbox !important; /*--- IE10 ---*/ display: -webkit-flex !important; /*--- safari��PC�臥畑 ---*/ display: flex !important;
  -webkit-justify-content: center; /*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/ justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.on a {
  background-color: #FF500A;
  color: #000 !important;
}
.gameall main ul li table tr td .home a {
  color: #000000 !important;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1em !important;
}
.gameall main ul li table tr td .home a:hover {
  color: #FFFFFF !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.post-password-form {
  color: #FFF;
  text-align: center;
}
.post-password-form input {
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}
.youtube {
  width: 100%;
  height: auto;
}
.video_box {
  max-width: 98%;
  margin-bottom: 72px;
  margin-left: 1%;
  margin-right: 1%;
}
.video_box li {
  width: 33.3333%;
  padding-right: 1%;
  padding-left: 1%;
}
.video_box li img {
  width: 100%;
  height: auto;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.bb900 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  color: #333;
  text-align: center;
}
.bb900 img {
  width: 100%;
}
.bb900 p {
  font-size: 18px;
}
.mt00 {
  margin-top: 0px !important;
}
.gy {
  background-color: #1A1A1A !important;
}
.bk {
  background-color: #000 !important;
}
.chui_j33 {
  color: #FFFFFF;
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 2em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.chui_j33 a {
  color: #FF6D00;
}
.mgbm64 {
  margin-bottom: 64px;
}
.mt0 {
  margin: 0 !important;
}
.bb900 .moji14 {
  font-size: 14px;
}
.bb900 .aleft {
  text-align: left !important;
}
.moji16 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.ad_box1 {
  margin-left: 24px;
}
.ad_box1 li {
  list-style: disc;
}
.ad_yaji {
  text-align: center;
  font-size: 32px;
  color: #FF500A;
  padding: 14px;
}
.ad_yaji2 {
  text-align: center;
  color: #FFF;
  background-color: #FF500A;
  font-size: 18px;
  line-height: 48px;
}
.acd_b2 .box_50acd {
  width: 48%;
}
.box_50acd h4 {
  position: relative;
  background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #000;
  font-size: 28px;
  font-weight: 700;
  padding: 1em;
  margin-top: 2em;
  margin-right: 0;
  margin-bottom: 0em;
  margin-left: 0;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #FF500A;
  border-bottom-color: #FF500A;
  line-height: 1.5em;
}
.box_50acd h4:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c  POINT';
  background: #FF500A;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.6em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.box_50acd h5 {
  font-size: 18px;
  line-height: 1.6em;
  display: block;
  padding: 25px;
  font-weight: 700;
}
.box_50acd ol li {
  list-style-type: decimal;
  padding: 5px;
  list-style-position: outside;
}
.box_50acd ul li {
  padding: 5px;
  font-size: 16px;
}
.box_50acd .acd_list {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  display: block;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-left: 20px;
  margin-bottom: 0px;
  line-height: 2em;
}
.box_50acd ol {
  list-style-type: decimal !important;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  padding-left: 45px;
}
.text_30c {
  text-align: center;
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 2em;
  color: #333;
}
.acd_b2 .box_50acd2 {
  width: 48%;
  margin-top: 30px;
}
.box_50acd2 h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0em;
  margin-right: 0;
  margin-bottom: 0em;
  margin-left: 0px;
  line-height: 1.5em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 16%;
  background-image: url(../img/bb_page/ad3.png);
  background-repeat: no-repeat;
  background-size: 10% auto;
  background-position: 1em center;
}
.box_50acd2 h5 {
  font-size: 18px;
  line-height: 1.6em;
  display: block;
  padding: 25px;
  font-weight: 700;
}
.box_50acd2 ol li {
  list-style-type: decimal;
  padding: 5px;
  list-style-position: inside;
}
.box_50acd2 ul li {
  padding: 5px;
}
.box_50acd2 .acd_list {
  padding-right: 25px;
  padding-bottom: 15px;
  padding-top: 25px;
  display: block;
  padding-left: 25px;
  margin: 0px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FF500A;
  clear: both;
}
.box_50acd2 ol {
  list-style-type: decimal !important;
}
.box_50acd2 ol li {
  font-size: 16px;
}
.box24 {
  position: relative;
  margin: 2em 0;
  background: #FF500A;
  border-radius: 10px;
}
.box24:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FF500A;
  width: 0;
  height: 0;
}
.box24 p {
  margin: 0;
  padding: 0;
}
.page_menu ul {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 72px;
  margin-left: 0px;
}
.page_menu ul li a {
  display: block;
  padding: 15px;
}
.page_menu ul li a:hover {
  font-weight: 500;
  color: #FFF;
  background-color: #FF500A;
}
.page_menu ul li a.on {
  font-weight: 500;
  color: #FFF;
  background-color: #FF500A;
}
.page_menu ul li {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #333;
  border-right-color: #333;
  margin: 0px;
  width: 15%;
  text-align: center;
}
.page_menu ul li:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #333;
}
.block_900_main {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.block_900_main .block_900_w_inl {
  width: 40%;
  padding-right: 5%;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #CCC;
  overflow: hidden;
}
.block_900_main .block_900_w_inl img {
  width: 100%;
  height: auto;
}
.block_900_main .block_900_w_inr {
  width: 60%;
  padding-left: 5%;
  float: left;
}
.u15_st {
  width: 100% !important;
}
.u15s_box1 {
  border: 1px solid #333;
}
.u15s_box1 dl {
  background-color: #000;
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6em;
  border-bottom: 1px solid #666;
}
.u15s_box1 dt {
  width: 20%;
  float: left;
  color: #FFF;
  padding: 16px;
}
.u15s_box1 dd {
  width: 80%;
  float: left;
  background-color: #FFF;
  padding: 16px;
}
.player_c .img_rr .aname {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  padding-right: 5px;
  overflow: hidden;
  clear: both;
  display: block;
  font-weight: 600;
}
.aname2 {
  font-family: octin-college, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  padding-top: 5px;
  display: block;
  padding-right: 5px;
}
.aname3 {
  font-size: 15px;
  line-height: 1.3em;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #FF500A;
}
.fc_50 li {
  width: 48%;
}
.block_1280_main .team_p222 {
  display: block;
  overflow: hidden;
  color: #333;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.team_p222 p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 25px;
  font-weight: 400;
  display: block;
  clear: both;
  overflow: hidden;
}
.team_p222 img {
  width: 100%;
  display: block;
  clear: both;
}
.team_p222 dl dt {
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-bottom-style: dotted;
  border-left-style: solid;
  border-bottom-color: #FF500A;
  border-left-color: #FF500A;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.team_p222 dl dd {
  margin-bottom: 35px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
}
.fc_jps {
  background-color: #22B073;
  color: #FFF;
}
.fc_jp {
  background-color: #FDD000;
  color: #333;
}
.fc_gd {
  background-color: #A28453;
  color: #FFF;
}
.fc_gd2 {
  background-color: #635338;
  color: #FFF;
}
.fc_sl {
  background-color: #4D4D4D;
  color: #FFF;
}
.fc_og {
  background-color: #FF500A;
  color: #FFF;
}
.fc_gdl {
  border-left: 5px solid #A28453 !important;
  border-right: 5px solid #A28453 !important;
}
.fc_gdl2 {
  border-left: 5px solid #A28453;
  border-right: 5px solid #A28453;
  border-bottom: 5px solid #A28453;
}
.fc_gd2l {
  border-left: 5px solid #635338 !important;
  border-right: 5px solid #635338 !important;
}
.fc_gd2l2 {
  border-left: 5px solid #635338;
  border-right: 5px solid #635338;
  border-bottom: 5px solid #635338;
}
.fc_sll {
  border-left: 5px solid #4D4D4D !important;
  border-right: 5px solid #4D4D4D !important;
}
.fc_sll2 {
  border-left: 5px solid #4D4D4D;
  border-right: 5px solid #4D4D4D;
  border-bottom: 5px solid #4D4D4D;
}
.fc_ogl {
  border-left: 5px solid #FF500A !important;
  border-right: 5px solid #FF500A !important;
}
.fc_ogl2 {
  border-left: 5px solid #FF500A;
  border-right: 5px solid #FF500A;
  border-bottom: 5px solid #FF500A;
}
.toku_btn li {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
}
.toku_btn li a {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  border: 1px solid #FF500A;
  padding: 20px;
  font-weight: 700 !important;
  color: #333 !important;
}
.toku_btn li a:hover {
  color: #FFF !important;
  background-color: #FF500A !important;
  text-decoration: none !important;
}
.tk_hg table tr td {
  vertical-align: middle;
  text-align: center;
}
.tk_hg {
  font-size: 14px !important;
}
.tk_hg .tb_g {
  background-color: #FFF !important;
}
.tk_hg a {
  color: #FF500A;
}
.tk_hg a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tk_chu {
  text-align: right;
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #FF500A;
}
.block_1280_main .team_p2tk2 {
  display: block;
  overflow: hidden;
  color: #333;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/bb_page/tk25.jpg);
  background-size: cover;
  color: #FFF;
  text-align: center;
  padding: 48px;
  background-position: center center;
}
.team_p2tk2 h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FF500A;
}
.team_p2tk2 p {
  font-size: 15px;
}
.team_p2tk2 h5 {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid #FF500A;
}
.team_p2tk2 ul {
  display: flex;
  justify-content: center;
  font-size: 15px;
  margin-top: 24px;
}
.team_p2tk2 .left {
  background-color: #FF500A;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-right: 1em;
  font-size: 20px;
  font-weight: 500;
}
.team_p2tk2 .right {
  display: flex;
  align-items: center;
}
.team_p2tk3 {
  display: block;
  overflow: hidden;
  color: #333;
  margin-right: auto;
  margin-left: auto;
}
.team_p2tk3 ul .left {
  width: 30%;
}
.team_p2tk3 ul .left img {
  width: 100%;
  height: auto;
}
.team_p2tk3 ul .right {
  width: 70%;
  padding-left: 2%;
}
.team_p2tk3 ul .right ul {
  font-size: 16px;
  margin-left: 1em;
}
.team_p2tk3 ul .right ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-bottom: 24px;
}
.team_p2tk4 {
  display: block;
  overflow: hidden;
  color: #333;
  margin-top: 32px;
}
.team_p2tk4 ul {
  font-size: 16px;
}
.team_p2tk4 .flex_c2c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team_p2tk4 ul .kij {
  position: relative;
  width: 48%;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 80px;
  border: 3px solid #FF500A;
  background-color: #FFF;
  margin-bottom: 24px;
}
.team_p2tk4 .kij h4 {
  font-size: 20px;
  padding-bottom: 7px;
  font-weight: 500;
  margin-bottom: 14px;
  border-bottom: 1px solid #FF500A;
  border-left: 5px solid #FF500A;
  padding-left: 10px;
  padding-top: 7px;
}
.team_p2tk4 .kij .nti {
  margin-top: 14px;
  color: #FF500A;
  font-weight: 500;
  display: block;
}
.team_p2tk4 .kij dl {
  border-bottom: 1px dotted #333;
  display: block;
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 7px;
}
.team_p2tk4 .kij dt {
  width: 25%;
  float: left;
}
.team_p2tk4 .kij dd {
  width: 100%;
  float: left;
}
.team_p2tk4 .kij .infos {
  margin-left: 24px;
  padding-top: 7px;
}
.team_p2tk4 .kij .infos li {
  list-style-type: disc;
}
.cuim {
  font-size: 12px;
  font-weight: 400;
}
.ba10t {
  background-color: #FFF;
  color: #000 !important;
  text-align: center !important;
}
.ba10t td {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.ba1t {
  background-color: #FBC8A7;
  color: #000 !important;
  text-align: center !important;
}
.ba1t td {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.ba2t {
  background-color: #FAABAB;
  color: #000 !important;
  text-align: center !important;
}
.ba2t td {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.ba3t {
  background-color: #A89BE1;
  color: #000 !important;
  text-align: center !important;
}
.ba4t {
  background-color: #9CDEB1;
  color: #000 !important;
  text-align: center !important;
}
.ba5t {
  background-color: #BEECAB;
  color: #000 !important;
  text-align: center !important;
}
.ba6t {
  background-color: #E5B6F2;
  color: #000 !important;
  text-align: center !important;
}
.ba7t {
  background-color: #ADEFF2;
  color: #000 !important;
  text-align: center !important;
}
.ba8t {
  background-color: #F4C8C7;
  color: #000 !important;
  text-align: center !important;
}
.ba9t {
  background-color: #DD948A;
  color: #000 !important;
  text-align: center !important;
}
.dansa {
  background-color: #FFEE00;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
}
.ba_b {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 1.3em;
}
.block_1280_main .team_p2tk5 {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.team_p2tk5 h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FF500A;
}
.team_p2tk5 p {
  font-size: 15px;
  margin-bottom: 48px;
}
.rule a {
  color: #FF500A;
}
.rule a:hover {
  color: #FF500A;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block_1040_main {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.m14_4 {
  font-size: 14px;
  font-weight: 400;
}
.bor2 {
  border-top: 2px solid #666 !important;
}
.bor22 {
  border: 2px solid #666 !important;
}
.kaiin33 dt {
  width: 33.333% !important;
}
.kaiin33 dd {
  width: 33.333% !important;
}
.mo500 {
  font-weight: 500;
}
.lf1 {
  padding-left: 1em;
}
.lf1 a {
  color: #FF500A;
}
.btn_b5 a {
  color: #333;
  border: 2px solid #FF500A;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  margin-top: 32px;
}
.btn_b5 a:hover {
  color: #FFF;
  background-color: #FF500A;
}
.btn_b6 a {
  color: #333;
  background-color: #F9E1CF;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #333 !important;
}
.btn_b6 a:hover {
  color: #FFF !important;
  background-color: #FF500A !important;
}
.t_ttl22 {
  display: block !important;
  font-size: 36px !important;
  line-height: 60px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin-bottom: 0px !important;
}
.t_ttl33 {
  color: #A67C52 !important;
  display: block !important;
  font-size: 50px !important;
  line-height: 0.8em !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  margin-bottom: 24px !important;
}
.privacy ol {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: #333;
  border-bottom-color: #333;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
  display: block !important;
  clear: both;
}
.privacy ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 25px;
  line-height: 2em;
}
.privacy ul {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: #333;
  border-bottom-color: #333;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 100%;
  display: block !important;
  clear: both;
}
.privacy ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 25px;
  line-height: 2em;
}
.u15 {
  color: #000000;
  background-color: #FF500A;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.u15bb {
  color: #000000;
  background-color: #FF500A;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.gameall.u15gm main ul li table {
  border: 1px solid #666;
  margin-bottom: 35px;
  background-color: #FFF;
}
.gameall.u15gm main ul li table tr {
  color: #333;
  font-weight: 400;
}
.gameall.u15gm main ul li table tr td a {
  color: #333;
  text-decoration: underline;
}
.gameall.u15gm main ul li table tr td a:hover {
  color: #FF500A;
  text-decoration: none;
}
.plan_tl {
  color: #FFF;
  background-color: #FF500A;
  padding: 24px !important;
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 24px;
}
.team_p222 h5 {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.plan_tl_2 {
  font-size: 20px !important;
  padding: 24px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 32px;
  position: relative;
  background-color: #A28453;
  text-justify: inter-ideograph;
  text-align: justify;
  color: #FFF;
}
.plan_tl_2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  width: 0px;
  height: 0;
  border-top-width: 15px;
  border-right-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #A28453;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  border-left-color: #FFF;
}
.mgt_64 {
  margin-top: 64px !important;
}
.main_3 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.box_m1280 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.spo_mm {
  color: #FF500A;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  width: 100%;
  font-weight: 600;
}
.box50 .box50_in {
  width: 48%;
}
.cl_bana li {
  max-width: 150px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 5px;
}
.cl_bana li img {
  width: 100%;
}
.cl_bana2 a {
  color: #000 !important;
}
.main_4 {
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}
.bk_wt {
  background-color: #FFF;
}
.bk_or {
  background-image: url(/files/user/images/cheer/bkk.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  padding-left: 3%;
  padding-right: 3%;
}
.bk_w {
  background-image: url(/files/user/images/cheer/bkk2.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
}
.main_4 h4 {
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  display: block;
  width: 100%;
  color: #FF4D00;
  background-image: url(/files/user/images/cheer/bar.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-weight: 400;
}
.box_1280_2 {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  padding-top: 40px;
}
.box_1280_2 p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2em;
}
.tx_left {
  text-align: left;
}
.tx_center {
  text-align: center !important;
}
.moji_bk18 {
  font-size: 18px;
  font-weight: 600;
  color: #FF4D00;
  margin-bottom: 1.5em;
}
.main_4 {
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}
.main_4 h2 {
  font-family: 'Abel', sans-serif !important;
  font-size: 60px !important;
  color: #FF4D00 !important;
  line-height: 100px !important;
  font-weight: 400 !important;
  background-image: url(/files/user/images/cheer/bar.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  display: block !important;
  text-align: center !important;
  margin-bottom: 0px !important;
}
.main_4 h3 {
  color: #B08600 !important;
  font-size: 16px !important;
  line-height: 45px !important;
  text-align: center !important;
  display: block !important;
  font-weight: 500 !important;
}
.main_4 .member {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.main_4 .member li {
  width: 24%;
  padding: 1%;
  float: left;
}
.cheer_p_box {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #FF500A;
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: #FFF;
  text-align: center;
}
.main_4 ul li img {
  height: auto;
  width: 100%;
}
.cheer_p_name {
  font-size: 26px;
  line-height: 51px;
  font-weight: 700 !important;
  color: #FFF;
  background-image: url(/files/user/images/cheer/name_b.jpg);
  text-align: center;
  display: block;
    font-family: 'Abel', sans-serif !important;
  background-size: cover;
}
.cap {
  font-size: 16px;
  padding-right: 12px;
  font-weight: 700;
}
.men_t {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.box_1280 {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  overflow: hidden;
}
.kdp1 li {
  float: left;
  width: 50%;
}
.kdp1 {
  display: block;
  padding-bottom: 40px;
  overflow: hidden;
  margin-bottom: 32px;
}
.kdp2 li {
  float: left;
  width: 50%;
}
.kdp2 {
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.box_1280_2 .tel_bt a {
  text-decoration: none;
  font-size: 20px;
  border: 2px solid #FF4D00;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  clear: both;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
.f_sns {
  background-color: #FF500A;
  display: block;
  overflow: hidden;
  clear: both;
}
.f_sns li {
  padding: 20px;
}
.f_sns li img {
  height: 26px;
}
.fc_chui {
  font-size: 16px !important;
  line-height: 1.8em;
}
.fc_chui li {
  font-size: 16px !important;
  margin-bottom: 24px;
}
.fc_chui li a {
  color: #FF500A;
}
.fc_chui li a:hover {
  color: #333;
}
.link_b123 a {
  font-size: 20px;
  color: #fff !important;
  border: 2px solid #b18700;
  border-radius: 10px;
  background-color: #b18700;
  display: block;
  line-height: 64px;
  font-weight: 700;
  margin-right: auto;
  clear: both;
  max-width: 640px;
  text-align: center;
}
.link_b123 a:hover {
  background-color: #FF500A;
}
.tikn_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 250px;
  z-index: 999;
}
.tikn_btn img {
  max-width: 100%;
  height: auto;
}
.red_moji {
  color: #FB0004;
}
.fc_rd {
  background-color: #960002;
  color: #E7AF00;
  font-weight: 700;
  font-size: 18px;
}
.tk_info2 {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  color: #333;
  text-align: center;
}
.tk_info2 p {
  margin-top: 0px;
  margin-bottom: 32px;
  line-height: 1.8em;
  font-size: 18px;
  font-weight: 700;
}
.tk_info2 a {
  margin-top: 0px;
  margin-bottom: 32px;
  line-height: 1.8em;
  font-size: 18px;
} /* ========================================   PARTNER / SPONSOR======================================== */

.ptnp_box_big, .ptnp_box_mid, .ptnp_box_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
} /* 大：3列 */ .ptnp_box_big li {
  width: calc((100% - 40px) / 3);
} /* 中：4列 */ .ptnp_box_mid li {
  width: calc((100% - 60px) / 4);
} /* 小：5列 */ .ptnp_box_small li {
  width: calc((100% - 80px) / 5);
}
.ptnp_box_big li, .ptnp_box_mid li, .ptnp_box_small li {
  margin: 0;
  padding: 0;
}
.ptnp_box_big li a, .ptnp_box_mid li a, .ptnp_box_small li a {
  display: block;
  width: 100%;
}
.ptnp_box_big li img, .ptnp_box_mid li img, .ptnp_box_small li img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #333;
}

/* =========================
   CHEER MEMBER MODAL PC
========================= */

.cheer_modal_open {
	cursor: pointer;
}

.cheer_modal_open img {
	transition: .3s;
}

.cheer_modal_open:hover img {
	opacity: .85;
}

.cheer_modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.cheer_modal.is_open {
	opacity: 1;
	visibility: visible;
}

.cheer_modal_bg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .75);
}

.cheer_modal_content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 900px;
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
	padding: 40px;
	background-image: url("https://veertien-basketball.bl.kuroco-img.app/v=1784969386/files/user/images/cheer/cl26/bk.jpg");
	background-size: cover;
	background-position: center top;
}

.cheer_modal_close {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 5;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	cursor: pointer;
}

.cheer_modal_visual img {
	display: block;
	width: 100%;
	height: auto;
}

.cheer_modal_profile {
	background-image: url("https://veertien-basketball.bl.kuroco-img.app/v=1784969386/files/user/images/cheer/cl26/p_bbb.jpg");
	background-position: left top;
	border-top: 5px solid #ff500a;
	border-bottom: 5px solid #ff500a;
	margin-top: 32px;
}

.cheer_modal_profile > div {
	border-bottom: 1px dotted #777;
}

.cheer_modal_profile > div:last-of-type {
	border-bottom: 0;
}

.cheer_modal_profile dl {
	margin: 0;
	display: grid;
	grid-template-columns: 300px 1fr;
}

.cheer_modal_profile dt,
.cheer_modal_profile dd {
	margin: 0;
	padding: 16px 18px;
	font-size: 16px;
	font-weight: 700;
	float: none !important;
	width: auto !important;
}

.cheer_modal_profile dt {
	color: #fff;
}

.cheer_modal_profile dd {
	background: #fce7da;
	color: #222;
}

.cheer_modal_profile > dl:empty {
	display: none;
}

.director_profile0 {
	font-size: 24px;
	font-weight: 400;
	color: #FF500A;
	text-align: left;
    margin: 0;
    padding: 0;
    display: block;
    font-family: 'Abel', sans-serif !important;
    margin: 40px auto 0;
    max-width: 900px;
}

.director_profile {
	max-width: 900px;
	margin: 0px auto 0;
	background-image: url("https://veertien-basketball.bl.kuroco-img.app/v=1784969386/files/user/images/cheer/cl26/p_bbb.jpg");
	background-position: left top;
	border-top: 5px solid #ff500a;
	border-bottom: 5px solid #ff500a;
	text-align: left;
}



.director_profile dl {
	margin: 0;
	display: grid;
	grid-template-columns: 300px 1fr;
}

.director_profile dt,
.director_profile dd {
	margin: 0;
	padding: 16px 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	border-top: 1px dotted #777;
	float: none !important;
	width: auto !important;
}

.director_profile dt {
	color: #fff;
}

.director_profile dd {
	background: #fce7da;
	color: #222;
}