/* ---------------------------------------
  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 (FRIEND)
--------------------------------------- */
#main.friend {
  padding-bottom: 20px;
}
#main.friend .fc_pink {
  color: #E4007F;
}
#main.friend .y_line {
  position: relative;
}
#main.friend .y_line::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFF100;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main.friend h2 {
  background: #2EA7E0;
  text-align: center;
}
#main.friend div.benefit {
  margin: 20px;
}
#main.friend div.benefit h3 {
  font-weight: bold;
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
}
#main.friend div.benefit p.lead {
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#main.friend div.benefit h4.bg_yellow,
#main.friend div.benefit h4.bg_light_blue {
  background: #ffe100;
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 5px 10px;
}
#main.friend div.benefit h4.bg_light_blue {
  background: #2EA7E0;
  color: #fff;
}
#main.friend div.benefit .change_campaign {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  border: solid 2px #e60012;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}
#main.friend div.benefit .change_campaign span {
  font-size: 16px;
}
#main.friend div.benefit .introductory_benefits {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#main.friend div.benefit .ex {
  border: 4px solid #ffe100;
  position: relative;
  box-sizing: border-box;
}
#main.friend div.benefit .ex#you {
  width: 498px;
}
#main.friend div.benefit .ex#friend {
  width: 432px;
  border-color: #c8e7e9;
}
#main.friend .present {
  margin: 0 20px;
  padding: 15px 0 0 0;
}
#main.friend .present .flexbox {
  margin: 20px 0;
}
#main.friend .present .flexbox.ali_center {
  align-items: center;
}
#main.friend .present .flexbox.triple {
  border-top: 1px dashed #999999;
  padding-top: 15px;
}
#main.friend .present .flexbox .info {
  width: 535px;
}
#main.friend .present .flexbox .info h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
}
#main.friend .present .flexbox .info h4.arrow_red {
  font-size: 36px;
  position: relative;
  padding-left: 36px;
}
#main.friend .present .flexbox .info h4.arrow_red::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: solid 18px transparent;
  border-bottom: solid 18px transparent;
  border-left: solid 30px #e60012;
}
#main.friend .present .flexbox .info h4 .em {
  color: #e60012;
  position: relative;
  z-index: 1;
}
#main.friend .present .flexbox .info h4 .em::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFF100;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main.friend .present .flexbox .info p.caption {
  font-weight: bold;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 5px 0 10px 0;
}
#main.friend .present .flexbox .info p.sub {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
}
#main.friend .present .flexbox .info p.arrow_yellow {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  padding-left: 24px;
}
#main.friend .present .flexbox .info p.arrow_yellow::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 20px #ffe100;
}
#main.friend .present .flexbox .info p.arrow_yellow strong {
  font-size: 30px;
}
#main.friend .present .flexbox .info ul.spec {
  font-size: 13px;
}
#main.friend .present .flexbox .info ul.spec li {
  display: flex;
}
#main.friend .present .flexbox .photo {
  width: 353px;
  margin-left: 20px;
}
#main.friend .present .flexbox .photo img {
  width: 100%;
  height: auto;
}
#main.friend .present.first .flexbox .info {
  width: 350px;
}
#main.friend .present.first .flexbox .photo {
  width: 326px;
}
#main.friend .present.first .spec {
  margin-top: 60px;
}
#main.friend .present.sec .flexbox .info {
  width: 655px;
}
#main.friend .present.sec .flexbox .photo {
  width: 249px;
}
#main.friend .present + .present {
  border-top: 2px dotted #000000;
}
#main.friend .howto {
  margin: 20px;
}
#main.friend .howto h4 {
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: #2EA7E0;
  border-radius: 10px 10px 0 0;
  padding: 5px;
  color: #FFFFFF;
  text-align: center;
}
#main.friend .howto .box {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  border: 2px solid #2EA7E0;
}
#main.friend .howto .box .howto_tit {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
#main.friend .howto .box .howto_tit span {
  font-size: 14px;
  font-weight: normal;
}
#main.friend .howto .box dl {
  margin-bottom: 10px;
}
#main.friend .howto .box dl dt {
  font-size: 15px;
  text-indent: -1em;
  margin-left: 1em;
}
#main.friend .howto .box dl dd {
  text-indent: -1em;
  margin-left: 2em;
  font-size: 13px;
}
#main.friend .howto .box .red_box {
  width: 630px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  margin: 10px auto;
}
#main.friend .howto .box .btn_area {
  width: 630px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #2EA7E0;
  margin: 0 auto;
}
#main.friend .howto .box .btn_area .btn_round {
  width: 200px;
  margin: 10px auto 0 auto;
  display: block;
}
#main.friend .howto .box .btn_area .btn_round a {
  background: #2EA7E0;
}
#main.friend .howto .box .btn_area .btn_round a:hover {
  color: #2EA7E0;
  background: #ffe100;
}
#main.friend .howto .box ul.indent li {
  font-size: 14px;
  margin-top: 5px;
}
#main.friend .bg_caution {
  margin: 20px;
  padding: 15px 10px 15px 80px;
  background: #e60012 url(../../img/icon_caution.png) no-repeat left 10px center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

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