/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url(/common/css/format.css);
@import url(/common/css/layout.css);
@import url(/common/css/common.css);
/* JOIN (STRUCTURES)
--------------------------------------- */
#main {
  float: none;
  width: 100%;
  min-width: 980px;
}
#main.finish {
  position: relative;
}
#main.finish::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

img {
  -webkit-backface-visibility: hidden;
}

#ln {
  background: #000000;
}

h2.ct {
  background: url(/fanclub/img/logo_bg.jpg) 0 0 no-repeat;
  text-indent: 0px;
  position: relative;
}
h2.ct::before {
  content: "";
  display: block;
  width: 460px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(/fanclub/img/fc_logo.png) 0 0 no-repeat;
}

h3.pt {
  background: #D4D4CD url(/fanclub/img/pt_fanclub.gif) 0 0 no-repeat;
  display: block;
  width: 980px;
  height: 30px;
  text-indent: -99999px;
}

p#tp {
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  margin-top: -30px;
}

p.finish {
  background: #e60012;
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 10px;
}

.flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.center {
  text-align: center;
}

.inner {
  width: 980px;
  margin: 0 auto;
  background: #FFFFFF;
}

ul.indent li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.inline li {
  display: inline-block;
}

.fc_red {
  color: #e60012;
}

.fc_yellow {
  color: #ffe100;
}

.fc_blue {
  color: #0081cc;
}

.txt_u {
  text-decoration: underline !important;
}

.em {
  font-weight: bold;
}

.red_box {
  background: #e60012;
  padding: 20px;
  color: #FFFFFF;
}

.btn_round {
  display: inline-block;
  min-width: 200px;
}
.btn_round a, .btn_round span {
  display: block;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 8px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn_round a:hover, .btn_round span:hover {
  background: #ffe100;
  color: #000000;
}
.btn_round span {
  background: #aaa;
  color: #666;
}
.btn_round span:hover {
  background: #aaa;
  color: #666;
}

/* JOIN (MENU)
--------------------------------------- */
#join_menu h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 15px;
  line-height: 1;
  font-weight: bold;
  background: #666666;
  color: #ffe100;
}
#join_menu .menu {
  padding: 24px 30px;
  background: #c4c4c4;
  border-bottom: 1px solid #000000;
}
#join_menu .menu h3 {
  text-align: center;
  font-size: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
  background: #ffe100;
  color: #000000;
}
#join_menu .menu h3.option {
  margin-top: 20px;
}
#join_menu .menu ul.cp_nav {
  background: #ffffcc;
  padding: 20px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}
#join_menu .menu ul.cp_nav li a, #join_menu .menu ul.cp_nav li span {
  width: 390px;
  font-size: 20px;
  background: #FFFFFF;
  color: #000000;
  border: 4px solid #ffe100;
}
#join_menu .menu ul.cp_nav li a:hover, #join_menu .menu ul.cp_nav li span:hover {
  background: #ffe100;
}
#join_menu .menu ul.cp_nav li:nth-child(2n) {
  margin-left: 30px;
}
#join_menu .menu ul.cp_nav li:nth-child(n + 3) {
  margin-top: 20px;
}
#join_menu .menu ul.cp_nav li span {
  background: #d9d9d9;
  border-color: #b0b0b0;
  color: #828282;
}
#join_menu .menu ul.cp_nav li span:hover {
  background: #d9d9d9;
  color: #828282;
}
#join_menu .menu div.btn_round {
  margin: 0 auto;
  display: block;
  width: 420px;
}
#join_menu .menu div.btn_round a, #join_menu .menu div.btn_round span {
  font-size: 20px;
  background: #FFFFFF;
  color: #000000;
  border: 4px solid #FFF100;
  background: #ffe100;
  padding: 15px;
}
#join_menu .menu div.btn_round a:hover, #join_menu .menu div.btn_round span:hover {
  background: #000000;
  color: #ffe100;
}
#join_menu .menu div.btn_round span {
  background: rgba(0, 0, 0, 0.3);
  border-color: #b0b0b0;
  color: #bdbdbd;
}
#join_menu .menu div.btn_round span:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #bdbdbd;
}
#join_menu .menu .btn_off {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 420px;
  padding: 15px;
  color: #BDBDBD;
  border: 4px solid #b0b0b0;
}
#join_menu .menu dl.links {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#join_menu .menu dl.links dt a {
  font-size: 18px;
}
#join_menu .menu dl.links dd a {
  font-size: 16px;
}
#join_menu .menu dl.links dt, #join_menu .menu dl.links dd {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin: 0 10px;
}
#join_menu .menu dl.links dt a, #join_menu .menu dl.links dd a {
  padding: 8px 30px 8px 10px;
  display: inline-block;
  position: relative;
  color: #000000;
  border-radius: 10px;
  background: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#join_menu .menu dl.links dt a::after, #join_menu .menu dl.links dd a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #000000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#join_menu .menu dl.links dt a:hover, #join_menu .menu dl.links dd a:hover {
  color: #000000;
  background: #ffe100;
}
#join_menu .menu dl.links dt a:hover::after, #join_menu .menu dl.links dd a:hover::after {
  border-left: 10px solid #000000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#join_menu .menu p.stl {
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
#join_menu .menu ul.app_nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
#join_menu .menu ul.app_nav li {
  background: #FFFFFF;
  min-width: 176px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  border: 3px solid #ffe100;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#join_menu .menu ul.app_nav li.off {
  background: #D9D9D9;
  color: #828282;
  border: 3px solid #b0b0b0;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
}
#join_menu .menu ul.app_nav li.off img {
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin-right: 4px;
  opacity: 0.3;
}
#join_menu .menu ul.app_nav li.off::after {
  display: none;
}
#join_menu .menu ul.app_nav li.off:hover {
  background: #D9D9D9;
}
#join_menu .menu ul.app_nav li:hover {
  background: #ffe100;
}
#join_menu .menu ul.app_nav li a {
  color: #000000;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
}
#join_menu .menu ul.app_nav li a img {
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin-right: 4px;
}
#join_menu .menu ul.app_nav li::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #000000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#join_menu .info.flexbox {
  background: #dbdbdb;
  padding: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#join_menu .info.flexbox .box {
  width: 440px;
}
#join_menu .info.flexbox .box h4 {
  background: #000000;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
}
#join_menu .info.flexbox .box p {
  font-size: 13px;
}
#join_menu .info.flexbox .box p.indent {
  text-indent: -1em;
  margin-left: 1em;
}
#join_menu .info.flexbox .box div.btn_round {
  margin: 20px auto 0 auto;
  display: block;
  width: 240px;
}
#join_menu .info.flexbox .box div.btn_round a {
  font-size: 18px;
}
#join_menu .info.flexbox .box div.btn_round a:hover {
  background: #ffe100;
}

/* JOIN (FAMILY)
--------------------------------------- */
#main.family {
  padding-bottom: 20px;
}
#main.family .fc_pink {
  color: #e95098;
}
#main.family .layout {
  margin: 20px;
}
#main.family .catch {
  background: #e95098;
  color: #FFFFFF;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#main.family .title {
  margin: 10px 20px;
}
#main.family .title h2 img {
  vertical-align: middle;
}
#main.family .title h2 img.mark {
  width: 360px;
  height: auto;
}
#main.family .title div.center {
  margin: 20px 0;
}
#main.family .benefit {
  margin: 20px;
  background: #ffe1ee;
  position: relative;
}
#main.family .benefit h3 {
  padding: 10px 20px 10px 0;
  background: url(../../img/family/border.gif) repeat-x left bottom;
}
#main.family .benefit .info {
  padding: 20px 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main.family .benefit .info.other {
  display: block;
}
#main.family .benefit .info .detail .tit_sub {
  font-weight: 700;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
}
#main.family .benefit .info .detail .tit_sub .fc_pink {
  font-size: 30px;
}
#main.family .benefit .info .detail .tit_sub strong.em {
  font-size: 40px;
}
#main.family .benefit .info .detail .tit_sub small.irr {
  font-size: 18px;
}
#main.family .benefit .info .detail .tit_sub.add {
  line-height: 1.1;
}
#main.family .benefit .info .detail p.txt {
  font-weight: 700;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 10px 0;
}
#main.family .benefit .info .detail ul.spec,
#main.family .benefit .info .detail table.spec {
  margin-bottom: 10px;
}
#main.family .benefit .info .detail table.spec {
  /*caption{
      padding-bottom:5px;
  }*/
}
#main.family .benefit .info .detail table.spec th, #main.family .benefit .info .detail table.spec td {
  padding: 2px;
  font-weight: normal;
  vertical-align: top;
}
#main.family .benefit .info .set_contents {
  margin-top: 15px;
}
#main.family .benefit .info .set_contents dt dfn {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  background: #e4007f;
}
#main.family .benefit .info .set_contents dd {
  padding-top: 10px;
  line-height: 1.5;
}
#main.family .benefit#bene1 .info .detail {
  width: 530px;
}
#main.family .benefit#bene1 .info .detail .indent {
  margin-top: 20px;
}
#main.family .benefit#bene2 .info {
  min-height: 340px;
  position: relative;
}
#main.family .benefit#bene2 .info .detail {
  width: 530px;
}
#main.family .benefit#bene2 .info .detail .spec {
  margin-top: 15px;
  font-size: 14px;
}
#main.family .benefit#bene2 .info .photo2 {
  position: absolute;
  right: 20px;
  top: 20px;
}
#main.family .benefit#bene3 .info .detail {
  width: 530px;
}
#main.family .howto {
  margin: 50px 20px 10px 20px;
  border: 4px solid #e95098;
  border-radius: 20px;
  padding: 0 20px 20px 20px;
}
#main.family .howto.off {
  border: 4px solid #74284B;
  position: relative;
}
#main.family .howto.off h3.bg_pink {
  background: #74284B;
  position: relative;
  z-index: 100;
  color: #ccc;
}
#main.family .howto.off::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 16px;
}
#main.family .howto h3.bg_pink {
  font-weight: bold;
  font-size: 22px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: #e95098;
  color: #FFFFFF;
  text-align: center;
  margin: -22px auto 0 auto;
  border-radius: 20px;
  padding: 5px;
  width: 420px;
}
#main.family .howto h4.fc_pink {
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-top: 20px;
}
#main.family .howto h4.fc_pink span {
  font-size: 30px;
  vertical-align: sub;
}
#main.family .howto p.period {
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-indent: 1.2em;
}
#main.family .howto .flexbox {
  width: 740px;
  margin: 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main.family .howto .flexbox.other {
  justify-content: center;
}
#main.family .flow {
  border: 3px solid #c0c0c0;
  border-radius: 10px;
  padding: 10px;
  color: #e95098;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main.family .flow img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#main.family .flow h4 {
  margin: 10px 0 5px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
#main.family .flow p.em {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#main.family .flow p.indent {
  font-size: 12px;
  text-indent: -1.7em;
  margin-left: 1.7em;
  line-height: 1.4;
  margin-bottom: 10px;
}
#main.family .flow p.indent span.bg_pink {
  background: #e95098;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
  margin-right: 5px;
  font-size: 11px;
  vertical-align: middle;
}
#main.family .flow p.indent a {
  color: #e95098;
  text-decoration: underline;
}
#main.family .flow div.caution {
  padding: 5px 4px;
  border-radius: 5px;
  border: solid 1px #face00;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, white 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}
#main.family .flow div.caution p.indent {
  margin-bottom: 0;
}
#main.family .flow .btn_round {
  width: 180px;
  margin: 10px auto 20px auto;
}
#main.family .flow .btn_round a {
  background: #e95098;
}
#main.family .flow .btn_round a:hover {
  background: #ffe100;
}
#main.family .flow.step3 .em {
  margin-top: 40px;
}
#main.family .flow.step1 img {
  margin-top: 40px;
}
#main.family .flow.step4 .em {
  font-size: 18px;
}
#main.family .flow.step5 .indent2 {
  margin: 5px 0 0 1em;
  text-indent: -1em;
  font-size: 13px;
}
#main.family .flow.step6 img.mark {
  height: 30px;
  width: auto;
  vertical-align: bottom;
}
#main.family .arrow {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}
#main.family .arrow img {
  width: 24px;
  height: auto;
}
#main.family .stage1 .flow {
  width: 240px;
}
#main.family .stage2 .flow {
  width: 330px;
}
#main.family .stage3 .flow {
  width: 700px;
}
#main.family .indent.sizeL {
  font-size: 14px;
}
#main.family .app_note {
  background: #e95098;
  border-radius: 10px 10px;
  margin: 20px 0;
  font-size: 14px;
}
#main.family .app_note .note_inner {
  background: url(../../img/icon_caution.png) no-repeat left 6px center;
  background-size: 28px auto;
  color: #fff;
  padding: 10px 10px 10px 40px;
}
#main.family .app_note .note_lead {
  font-weight: bold;
  font-size: 18px;
  color: #ffe100;
}
#main.family .app_web {
  border: 1px solid #e95098;
  padding: 20px;
  margin: 20px 0;
}
#main.family .app_web h3 {
  font-weight: bold;
  font-size: 28px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
#main.family .app_web .btn_round {
  margin: 10px auto;
  display: block;
  width: 240px;
}
#main.family .app_web .btn_round a {
  background: #e95098;
}
#main.family .app_web .btn_round a:hover {
  background: #ffe100;
}
#main.family .app_other {
  border: 1px solid #e60012;
}
#main.family .app_other h4 {
  background: #e60012;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #FFFFFF;
  text-align: center;
}
#main.family .app_other ul.indent {
  margin: 15px 20px;
}
#main.family .end {
  position: relative;
}
#main.family .end::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#main.family .end span.caution {
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  z-index: 100;
}

/*# sourceMappingURL=family.css.map */
