@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800;900&display=swap');
@import "/common/css/format.css";
/* PC,SP
--------------------------------------- */
#head_wrap {
  background: url(../img/main_bg.jpg) no-repeat center top;
  background-size: cover;
  background-color: #ebdaa8;
}
#head_wrap .intro_cont dt {
  background: #ebdaa8;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  color: #030303;
}
#head_wrap .intro_cont dd.att {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 1em;
}
#header h2 {
  text-indent: -9999em;
  overflow: hidden;
  background: url(../img/logo_text.png) no-repeat center 0;
}
#head_wrap #intro .lead_txt {
  line-height: 1.8;
  color: #fff;
  padding: 20px;
  font-size: 16px;
}
ul.indent li {
  text-indent: -1em;
  margin-left: 1em;
}
label {
  display: inline-block;
  cursor: pointer;
  transition: background ease-in .3s;
}
label.select {
  background: #bddbff;
}
label.radio_text input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label.radio_text {
  min-height: 18px;
  position: relative;
}
label.radio_text span {
  display: inline-block;
  position: relative;
}
label.radio_text input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.radio_text input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px #666 solid;
  transition: all .2s;
}
label.radio_text input[type="radio"]:checked + span::before {
  border-width: 6px;
  border-color: #0276ff;
}
.red {
  color: #FF0000;
}
.red_box {
  color: #FF0000;
  border: #ff0000 2px solid;
  padding: 10px;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px auto;
  font-weight: bold;
  background: rgba(255, 0, 0, 0.15);
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
#layout small {
  font-size: 0.7em;
}
dl.data {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dl.data dt, dl.data dd {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: dotted #ccc 1px;
}
dl.data dt {
  width: 30%;
}
dl.data dd {
  width: 70%;
}
.data_table {
  margin: 20px 0;
}
.data_table td {
  padding: 10px;
  border: 1px solid #D9D9D9;
}
article h3 {
  font-weight: bold;
}
#regist p a.blue {
  color: #0066CC;
}
@media only screen and (min-width: 737px) {
  #head_wrap .intro_cont dl {
    background: rgba(2, 2, 1, 0.9);
    padding-bottom: 10px;
  }
  #logo_cont {
    background: #ebdaa8;
    text-align: center;
    padding: 20px 0;
  }
  #head_wrap .main_cont {
    /*overflow: hidden;*/
    padding-top: 35px;
    position: relative;
    height: 746px;
  }
  #head_wrap #main_vl {
    position: absolute;
    left: 410px;
  }
  #head_wrap #intro {
    width: 400px;
  }
  #header {
    width: 1000px;
    margin: auto;
    padding: 40px 0 0;
  }
  #header h2 {
    height: 184px;
  }
  #head_wrap .uni_cont {
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 20px 0;
    padding: 30px;
  }
  #head_wrap .uni_cont dl {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #head_wrap .uni_cont dd ul {
    margin-top: 1em;
  }
  #head_wrap .uni_cont dd ul li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.5em;
  }
  .flex_normal {
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-align: start;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
  }
  .flex_between {
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-flex-align: start;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .flex_between_wrap {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  body {
    background: url("/home/champion_uniform_2026/img/bg_stripe.png");
    font-size: 14px;
    min-width: 1200px;
    /*line-height: 1;*/
  }
  ul.disc li {
    list-style: disc;
    margin-left: 1em;
  }
  .hide_pc {
    display: none;
  }
  footer {
    display: table;
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 150px;
  }
  footer p {
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #pNav {
    background: #000;
  }
  #pNav ul {
    border-left: 1px solid #ebdaa8;
    width: 980px;
    margin: 0 auto;
    display: table;
  }
  #pNav li {
    border-right: 1px solid #ebdaa8;
    display: table-cell;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ebdaa8;
    width: 179px;
  }
  #pNav li.link-off {
    background: rgba(119, 113, 104, 0.85);
  }
  #pNav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #ebdaa8;
    text-decoration: none;
  }
  #pNav li a:hover {
    background: rgba(255, 165, 20, .4);
  }
  #pNav li img {
    width: auto;
    height: 18px;
    vertical-align: middle;
  }
  #pNav li.logo img {
    width: auto;
    height: 45px;
  }
  .btn_area {
    margin: 20px auto 0 auto;
    width: 300px;
  }
  .btn_area.w1 {
    width: 144px;
  }
  .btn_area p {
    margin-bottom: 10px;
    text-align: center;
  }
  .btn_area li a:hover, .btn_area li input:hover {
    opacity: 0.7;
  }
  .btn_area.home {
    width: 428px;
  }
  article h2.stl {
    background: linear-gradient(180deg, rgba(197, 166, 85, 1) 0%, rgba(245, 232, 190, 1) 98%);
    line-height: 85px;
    text-align: center;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding-top: 5px;
  }
  article .wrap {
    width: 920px;
    padding: 30px;
    background: #FFF;
    margin: 30px auto;
    font-size: 14px;
    border: 1px #eddca8 solid;
  }
  /*-----------------------------
	INTRO
------------------------------*/
  #intro .intro_cont dt {
    font-size: 22px;
    padding: 5px;
    margin: 20px 0 15px;
    letter-spacing: 0.1em;
  }
  #intro .intro_cont .detail {
    text-align: center;
  }
  /*-----------------------------
	OUTLINE
------------------------------*/
  #outline dl {
    margin-bottom: 30px;
  }
  #outline dl:last-child {
    margin-bottom: 0;
  }
  #outline dt {
    font-weight: bold;
  }
  /*-----------------------------
	PLAYERLIST
------------------------------*/
  #playerlist p.lead {
    margin-bottom: 30px;
  }
  #playerlist .coach {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #playerlist .coach div {
    width: 292px;
    margin-right: 22px;
    padding-top: 8px;
  }
  #playerlist .coach div:nth-child(3n) {
    margin-right: 0;
  }
  #playerlist .list_wrap {
    padding-top: 20px;
  }
  #playerlist .list_wrap h4 {
    padding: 3px 0;
    margin-bottom: 15px;
    background: #d3d3d3;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
  }
  #playerlist .list_wrap p {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
  }
  #playerlist .list_wrap.player p {
    margin-bottom: 15px;
  }
  #playerlist input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
  }
  #playerlist .list_wrap.player ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #playerlist .list_wrap.player li {
    width: 292px;
    margin-right: 22px;
    letter-spacing: normal;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
  }
  #playerlist .list_wrap.player li:nth-child(3n) {
    margin-right: 0;
  }
  /*-----------------------------
	NOTES
------------------------------*/
  #notes li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #notes li:last-child {
    margin-bottom: 0;
  }
  /*-----------------------------
	GUIDE
------------------------------*/
  #guide p {
    margin-bottom: 20px;
  }
  #guide dt {
    margin: 20px 0 5px 0;
    font-weight: bold;
  }
  /*-----------------------------
	RULE
------------------------------*/
  #rule dl {
    padding-bottom: 10px;
  }
  #rule .wrap > p {
    padding-bottom: 20px;
    font-size: 12px;
  }
  #rule dt {
    font-weight: bold;
    font-size: 14px;
  }
  #rule dd {
    padding: 0 0 20px 15px;
    font-size: 12px;
  }
  #rule dd > ol {
    list-style-type: decimal;
    line-height: 2.0;
    margin-left: 15px;
  }
  /*-----------------------------
	REGIST
------------------------------*/
  #regist .bar {
    width: 920px;
    height: 48px;
    background: url(../img/bar_regist.gif) 0 0 no-repeat;
    text-indent: -9999px;
    padding-bottom: 30px;
  }
  #regist.interim .bar {
    width: 920px;
    height: 48px;
    background: url(../img/bar_interimregist.gif) 0 0 no-repeat;
    text-indent: -9999px;
    padding-bottom: 30px;
  }
  #regist p {
    line-height: 2.0;
  }
  #regist p a {
    color: #cc0000;
  }
  #regist p.links {
    padding: 20px 0 30px 0;
  }
  #regist table.basic {
    margin: 30px 0 0 0;
    width: 100%;
  }
  #regist table.basic th {
    width: 30%;
    background: #fffad2;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #b2b2b2;
  }
  #regist table.basic td {
    background: #efefef;
    padding: 10px;
    border: 1px solid #b2b2b2;
  }
  input[type="text"], input[type="password"], select {
    padding: 5px;
  }
  input[type="text"].w1 {
    width: 80px;
  }
  input[type="text"].w2 {
    width: 160px;
  }
  input[type="text"].w3 {
    width: 240px;
  }
  span.must {
    color: #cc0000;
  }
  #sys-error {
    background: #FFEEEE;
    padding: 20px;
    margin-top: 20px;
  }
  #sys-error p {
    color: #cc0000;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #sys-error li {
    color: #cc0000;
    list-style-type: disc;
    margin-left: 2em;
  }
  /*-----------------------------
	WITHDRAW
------------------------------*/
  .withdraw_complete .wrap_w {
    padding-bottom: 30px;
  }
  /*-----------------------------
			radio_btn
------------------------------*/
  label.radio_text input[type="radio"] + span {
    padding-left: 22px;
  }
}