@charset "utf-8";

/*-------------------------------------------------------
 エラー
--------------------------------------------------------*/
#registration label {
  display: block;
}

input.input-width-80.error,
input.input-width-30.error,
select#month.error,
select#year.error {
  color: #000;
}

.error {
  clear: both;
  color: red;
  font-weight: bold;
  font-size: small;
}
.error li {
  list-style: none;
}

.otp-error {
  padding-left: 40px;
}

/* body */
body {
  color: #444;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

body input,
body select {
  width: 100%;
  padding: 8px;
  line-height: 1;
  border: 1px solid #ccc;
  outline: none;
}

body input {
  padding: 6px;
}

input.required,
select.required {
  background-color: #FFF7FB;
}

/* header */
.logo {
  float: left;
  padding: 16px 0 0px 20px;
  width: 254px;
  height: 70px;
  margin-bottom: 16px;
}

.logo>a>img {
  width: 166px;
  height: 50px;
}

.header-title {
  padding: 40px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  background-color: #D60064;
  background-image: url('../img/bg_sakura.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* nav flow */
#flow {
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
}

li.nav-item {
  position: relative;
}

ul.nav {
  padding: 20px 0;
}

ul.nav .nav-item {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 18px;
  color: #c2bdbd;
  position: relative;
  margin-top: 30px;
  width: 150px;
  text-align: center;
}

ul.nav .nav-item::before {
  content: "";
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border: 2px solid #999;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: 40%;
  top: -28px;
}

.nav .nav-item::after {
  content: '';
  position: absolute;
  display: block;
  background: #999;
  width: 132px;
  height: 2px;
  top: -19px;
  left: 53%;
  margin-left: 1.5em\9;
  z-index: -1;
}
.nav .nav-item:last-child::after {
  display: none;
}

.nav .nav-item.active {
  color: #d60064;
}

.nav .nav-item.active::before {
  border: 2px solid #d60064;
}

/* footer */
footer {
  margin-top: 40px;
}

.min-100vh footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer p {
  margin: 0;
}

footer .copyright {
  font-size: 12px;
  color: #404040;
  font-weight: 300;
  background-color: #F6F6F6;
  padding: 20px 0;
}

.link-official {
  background: #d60064;
  height: 65px;
  padding: 12px 0;
}

.link-official img {
  width: 40px;
  height: auto;
}

/* custom form control */
.custom-control-input:checked~.custom-control-label::before {
  color: #00A6FF;
  border-color: #00A6FF;
  border-width: 2px;
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("../img/tick.png");
  background-size: 10px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("../img/circle-radio.png");
  background-size: 8px;
}

.form-select {
  display: inline-block;
  position: relative;
  width: 280px;
  border: 1px solid #ccc;
}

.form-select::after {
  content: '';
  display: inline-block;
  background: #fff url("../img/down-arrow.png") no-repeat right .6em center/12px;
  border-left: 1px solid #ccc;
  position: absolute;
  height: 100%;
  width: 2em;
  right: 0;
  pointer-events: none;
}

.form-select select {
  background-color: #fff;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  vertical-align: middle;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select.required select {
  background-color: #FFF7FB;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select.sm-select,
.sm-input-txt {
  width: 143px;
}

.form-select.full-select {
  width: 100%;
}

.form-select.category-select {
    width: 400px;
}

/* btn */
.btn {
  border-radius: 50px;
  font-size: 16px;
  padding: 10px;
  width: 25%;
}

.btn.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
}

.btn-primary {
  color: #fff !important;
  background: #D60064;
  border-color: #D60064;
}

.btn-primary:hover {
  background: #c4065f;
  border-color: #c4065f;
}

.btn-primary:focus,
.btn-primary.focus {
  background: #c4065f;
  border-color: #c4065f;
  box-shadow: 0 0 0 0.2rem #fa4d9e;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.3;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #d60064;
  border-color: #d60064;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  background-color: #c4065f;
  border-color: #c4065f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fa4d9e;
}

.btn-outline-primary {
  color: #d60064;
  border-color: #d60064;
  border-width: 2px;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background: #c4065f;
  border-color: #c4065f;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem #fa4d9e;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: #d60064;
  color: #d60064;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #c4065f;
  border-color: #c4065f;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #fa4d9e;
}

.btn-secondary {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}

/* div */
/* 同意するボタンの枠 */
div.agree {
  padding-bottom: 20px;
}

div.agree>p {
  margin-top: 20px;
  font-size: 14px;
  color: #FF0000 !important;
}

.privacy p {
  margin: 0;
}

.btn-size {
  width: auto;
  padding: 10px 30px;
}

.btn-size.lg-btn {
  min-width: 260px;
  line-height: 1;
  padding: 20px 50px;
  font-size: 18px;
}

.btn-size.lg-btn:not(:first-of-type) {
  margin-left: 25px;
}

div.member-type-selection div.member-new .btn-size.lg-btn,
div.member-type-selection div.member-confirm .btn-size.lg-btn {
  width: 375px;
  padding: 20px 30px;
  font-size: 18px;
}

/* 入会お申込み枠 */
div.application {
  font-size: 16px;
}

div.application {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.confirm-application {
  padding-top: 0;
}

div.confirm-app-msg {
  margin: 20px 0;
}

div.confirm-app-msg>p {
  margin-bottom: 0;
}

div.application>div.header,
div.terms-agreement>div.header {
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #D60064;
  line-height: 2;
  border-bottom: 1.5px solid #D60064;
  margin-bottom: 40px;
}

div.member-new>div.header,
div.member-confirm>div.header {
  padding: 0px 35px;
  color: #fff;
  background-color: #D60064;
}

div.member-new,
div.member-confirm {
  border: 1px solid #D60064;
}

div.member-new {
  margin-top: 10px;
}

div.member-confirm {
  margin-top: 30px;
}

div.application .section {
  margin-top: 40px;
}

div.application .section.area-block-b {
  margin-top: 20px;
}

div.terms-agreement>div.note {
  padding: 40px 0;
  padding-bottom: 60px;
  color: #333;
  font-size: 16px;
}

div.application>div.body {
  padding: 10px;
}

div.member-type-selection div.application>h6 {
  margin-bottom: 0;
}

div.member-type-selection div.member-new,
div.member-type-selection div.member-confirm {
  padding-top: 0px;
}

div.sub-header {
  padding: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

div.sub-header img {
  margin-right: 5px;
  padding: 1px 0;
  height: 100%;
  width: auto;
}

div.application .sub-header,
div.terms .sub-header,
div.policy .sub-header {
  font-size: 18px;
  padding: 0;
  padding-bottom: 20px;
  color: #1E237F;
}

div.application .sub-header {
  padding-bottom: 0;
}

div.area-stand .sub-header {
  padding-bottom: 10px;
}

div.application .sub-header .note {
  font-size: 14px;
  font-weight: 300;
  color: #333;
}

div.application .sub-header .flex {
  display: flex;
  justify-content: space-between;
}

div.terms {
  padding-bottom: 40px;
}

div.terms-content,
div.policy-content {
  font-size: 12px;
  background-color: #ffffff;
  border-color: #cccccc !important;
  padding: 40px;
  line-height: 18px;
}

div.agree-check {
  padding: 40px 0;
}

div.agree-check span {
  opacity: 0.3;
}

div.agree-check input:checked+span {
  opacity: 1;
}

div.agree-check .custom-control-label::after {
  top: 0.3rem;
}

div.agree-check .custom-control-label.deactive {
  color: #CCCCCC;
}

div.agree-check .custom-control-label.active,.browser-msg {
  color: #D60064;
  font-weight: bold;
}

div.agree-check .terms-agree input:checked+.custom-control-label {
  color: #444444;
}

div.agree-check .repesenter-agree {
    color: #D60064;
    font-weight: bold;
    opacity: 1;
}

div.application h6 {
  padding-top: 10px;
  color: #D60064;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

div.app-content-message {
  text-align: center;
  padding: 95px 0;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
}

div.app-content-message.d_payment {
    margin-bottom: 40px;
}

div.app-content-message a {
  font-weight: initial;
}

div.app-content-message p {
  color: #1E237F;
  line-height: 27px;
}

div.app-content-message>p:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 0;
}

div.error-msg {
  border: none;
}

div.payment-info p {
 color: red;
 text-align: left;
 margin-bottom: 0;
}

div.last-p p:nth-last-child(2),
div.payment-info a {
  margin: auto;
  text-align: center;
}

div.conv-pay-info p {
  text-align: left;
  font-size: 12px !important;
}

div.last-p p:nth-last-child(2),
div.conv-pay-info p{
  color: #212529;
  font-weight: initial;
}

div.last-p p:nth-last-child(2),
div.conv-pay-info p:first-child {
  margin-top: 20px;
  margin-bottom: 0px;
}

div.banner-blog {
  margin-top: 30px;
}

div.banner-blog img {
  padding: 0;
}

.text-emphasis {
  font-size: 18px;
  font-weight: bold;
  color: red;
}


/* table */
div.application .table-bordered th {
  background-color: #F6F6F6;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* tableレイアウト */
tr.row {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

/* property */
.display-none {
  display: none;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}
.active .pc-none {
  display: none;
}
.active .pc-inline {
  display: inline;
}
.sp-inline {
  display: none;
}

.pt-18 {
  padding-top: 18px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.min-100vh {
  min-height: 100vh;
}

.pos-rl {
  position: relative;
  box-sizing: border-box;
}

/* fonts */
.font-13 {
    font-size: 13px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-18 {
  font-size: 18px;
}

.font-24 {
  font-size: 24px;
}

/* 重複table border を消す */
.table-bordered {
  border-left: none;
  border-bottom: none;
}

.table th,
.table td {
  font-size: 16px;
  border-top: none;
  padding: 10px 15px;
}

.table-bordered th,
.table-bordered td {
  border-right: none;
}

table th,
table td {
  display: -ms-flexbox;
  display: flex;
}

/* タイトル文章のため*/
.titleBar {
  font-size: 170%;
  color: darkblue;
  padding: 10px 10px;
}

.campaign-input {
  margin: 10px 0px;
  width: 380px;
  max-width: 100%;
  background-color: #fff !important;
}

.table.payment-type-form tbody th {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table.payment-type-form .type-choose {
  margin: 20px 0;
}

.table.payment-type-form label,
.table.payment-type-form label p {
  margin-bottom: 0;
}

.table.payment-type-form .message {
  padding: 20px;
  margin: 0;
  font-size: 14px;
  background-color: #F6F6F6;
}

#credit-table .note {
  margin: 20px 0;
}

/* badge設定 */
.badge-default {
  float: right;
  background-color: #d60064;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 300;
  border-radius: 50px;
  text-align: center;
  border: 0 !important;
}

.titleBar2 {
  font-size: 100%;
  padding: 10px 10px;
}

div.terms-content.pre-scrollable,
div.policy-content.pre-scrollable {
  max-height: 240px;
}

p.terms-header {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.content-cl-bg {
  color: #999999 !important;
  background-color: rgba(37,30,30,0.3) !important;
}

.pb-50 {
  padding-bottom:50px;
}

.padding-left-35 {
  padding-left: 35px;
}

.sub-p {
  padding-left: 30px;
  margin: auto;
}

.padding-left-50 {
  padding-left: 50px;
  margin: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.txtbox-bg-cl input,
.txtbox-bg-cl select {
  background-color: #FFF7FB;
  outline: none;
}

.grey-textbox {
  background-color: #F6F6F6;
  padding: 40px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}

.grey-textbox p {
  margin: 0;
}

/* member_applicant_info */
.small-width {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
}

/* member_companion_info */
.dob {
  display: flex;
  align-items: center;
}

.dob_width {
  display: flex;
  flex-direction: row;
}

.half-width {
  display: flex;
  align-items: center;

}

.add-msg span{
  background-color:#FFFFCC;
  font-size: 14px;
  color: #FF0000;
}

/* area_stand_selection */
.area-stand-block {
  padding: 0;
}

/* area_block_selection */
.color-text p {
  margin: 0px 20px 0px 0px;
  display: flex;
  align-items: center;
}

.color-text p span {
  margin-right: 5px;
}

.people_img {
  padding-right: 5px;
}

.selected-seat>tbody>tr.highlight th{
  background-color: bisque !important;
}

/* 画像 */
img.stand-area-img {
  width: 100%;
}

p.stand-area-name {
  padding: 15px;
  margin: 0;
  background-color: #F6F6F6;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}

.table td .seat-mark {
  padding-top: 35px;
}

/* Bety Cアサイン仮押さえ期限表示 */
div.seat-session-expire {
 text-align: center;
}

div.seat-session-expire p:first-child {
 font-size: 21px;
}

div.seat-session-expire p:last-child {
 font-size: 12px;
 padding: 20px 0px;
}

div.seat-session-expire p>strong {
 font-size: 25px;
}

div.seat-session-expire hr {
  height: 1px;
  background-color: gray;
  width: 10%;
}

div.application.area-block-b .seat-selection>table {
  margin-top: 20px;
}

span.seat-selection-condition {
  display: inline-block;
  width: 18px;
  height: 18px;
}

span.seat-selection-condition.can-select,
.btn.btn-seat-selection {
  background-color: orange;
}

span.seat-selection-condition.cannot-select,
.btn.btn-seat-selection.disabled {
  pointer-events: none;
  background-color: #999999;
}

span.seat-selection-condition.selected,
.btn.btn-seat-selection.active {
  background-color:#d60064;
}

span.seat-selection-condition.already-selected,
.btn.btn-seat-selection.already-selected {
  pointer-events: none;
  background-color:#00008B;
}

.btn.btn-seat-selection.not-exist {
  pointer-events: none;
  visibility: hidden;
}

.btn.btn-seat-selection.no-pointer-event {
  pointer-events: none;
}

.selected-seat-info {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.btn.btn-seat-selection {
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.btn.btn-sm.btn-seat-cancel {
  border: none;
  border-radius: 20px;
  padding: 8px;
  width: 96px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  float: right;
}

.btn.btn-sm.btn-inquiry {
  position: relative;
  width: 200px;
  padding: 10px 40px;
  padding-left: 80px;
  font-weight: 600;
  line-height: 1;
  color: #d60064;
}

.btn.btn-sm.btn-inquiry::before {
  content: '';
  width: 40px;
  height: 100%;
  top: 0;
  left: 40px;
  position: absolute;
}

.btn.btn-sm.btn-inquiry#neglect {
  color: #aaa;
}

.btn.btn-sm.btn-inquiry#neglect::before {
  background: url(../img/cross.png) 10px center no-repeat;
}

.btn.btn-sm.btn-inquiry#neglect:hover {
  color: #fff;
  background-color: #aaa;
}

.btn.btn-sm.btn-inquiry#neglect:hover::before {
  background: url(../img/cross-white.png) 10px center no-repeat;
}

.btn.btn-sm.btn-inquiry#inquiry::before {
  background: url(../img/pink-search.png) 10px center no-repeat;
}

.btn.btn-sm.btn-inquiry#inquiry:hover {
  color: #fff;
  background-color: #d60064;
}

.btn.btn-sm.btn-inquiry#inquiry:hover::before {
  background: url(../img/search.png) 10px center no-repeat;
}

.btn.btn-sm.btn-family-member-del {
  font-size: 14px;
  float: right;
  width: auto;
  font-weight: normal !important;
  position: relative;
  padding: 7px 13px 7px 40px !important;
  font-weight: 600;
  line-height: 1;
}

.btn.btn-sm.btn-family-member-del::before {
  content: '';
  background: url(../img/cross-white.png) 10px center no-repeat;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
}

.btn-family-member-add {
  position: relative;
  width: auto;
  padding: 8px 10px 8px 40px !important;
  font-weight: 600;
  line-height: 1;
  color: #d60064;
}

.btn-family-member-add::before {
  content: '';
  background: url(../img/plus.png) 10px center no-repeat;
  width: 40px;
  height: 100%;
  top: 0;
  left: 5px;
  position: absolute;
}


.btn-family-member-add:hover {
  color: #fff;
  background-color: #d60064;
}

.btn-family-member-add:hover::before {
  background: url(../img/plus-white.png) 10px center no-repeat;
}

div.private-seat {
  width: 100%;
  max-width: 600px;
}

.col-width-10 {
  width: 10%;
}

.col-width-90 {
  width: 90%;
}

.table.private-seat {
  margin-bottom: 0;
  width: 100%;
}

.table.private-seat tbody>tr {
  margin-bottom: 5px;
}

.table.private-seat tbody>tr:last-of-type {
  margin-bottom: 0;
}

.private-seat .col-line {
  width: 10%;
  padding: 10px 6px !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}

.private-seat .col-line-seat {
  width: 100%;
  padding: 5px 0 !important;
}

table.private-seat th {
  position: absolute;
}

table.private-seat td {
  white-space: nowrap;
}

table.private-seat td .seat-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

table.private-seat td .seat-group label {
  border-radius: 0;
  width: 4.5%;
  padding: 0;
  height: auto;
}

table td.wrap_seat_table{
  border: 1px solid #dee2e6;
}

.seat_table .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.seat_table{
  display: block;
}

.seat_table{
  width: auto;
  margin: 0 auto;
}
.seat_table tr{
  display: table;
}

.seat_table tr td {
  line-height: 1;
  display: table-cell;
  padding: 0;
  width: 28px;
  height: 28px;
  border: 3px solid #ffffff;
  border-bottom-width: 5px;
  box-sizing: content-box;
}

.seat_table tr td .btn-group-toggle{
  height: 100%;
}

.seat_table tr td label{
  padding: 0;
}

@media (max-width: 1200px) {
  .seat_table tr td {
    width: 23px;
    height: 23px;
  }
}

@media (max-width: 991.98px) {
  .seat_table tr td {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 768px) {
  table td.wrap_seat_table {
    margin-bottom: 20px;
  }

  .seat_table tr td {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 575.98px) {
  .seat_table tr td {
    width: 12px;
    height: 12px;
    padding: 0 !important;
    border-bottom-width: 1px;
    border-top-width: 1px;
  }
}

@media (max-width: 370px) {
  .seat_table tr td {
    width: 11px;
    height: 11px;
  }
}

th.j-league-id {
  background-color: #FAF0F5 !important;
}

td.j-league-id {
  background-color: #FFFAFC !important;
}

td.j-league-id {
  font-weight: bold;
}

.representative-info table {
  margin-top: 20px;
}

.representative-info table th,
.representative-info-inquiry table th {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.representative-info table .form-inline label {
  justify-content: flex-end;
  padding: 0;
}

.representative-info table .form-inline .fullname {
  padding: 0;
  padding-left: .6rem;
}

.representative-info table .lg-txtbox input {
  width: 90%;
  margin-right: 10px;
}

.representative-info table span.dash {
  margin: 0 10px;
}

.representative-info table .btn-zip {
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  margin: 0 10px;
}

.representative-info .div-padding {
  margin-bottom: 20px;
}

.representative table tr th span,
.family-form table tr th span,
.seat-selection table tr th span {
  border-right: 1px solid #333;
  margin-right: 10px;
  padding-right: 10px;
}

div.seat-selection {
  overflow: hidden;
}

span.j-league-id-info {
  font-size: 16px;
  color: #1E237F;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}

/* 席割図画像 */
#seat_chart {
  right: 0;
  position: absolute;
  width: auto;
  padding: 5px 20px;
}

.modal-backdrop.show {
  opacity: 1;
  background: #c2c0c7;
}

.modal#seat_chart_modal {
  top: 40px;
}

.modal-header {
  border-bottom:none;
}

.modal-dialog {
  max-width: 1000px;
}

.modal-body {
  min-height: 450px;
  margin: auto;
}

h6#myModalLabel.modal-title {
  color: #1E237F;
  font-weight: bold;
}

#seat_chart_modal img {
  width: 100%;
  /*height: 330px;*/
}

#seat_chart_modal p {
  font-size: 12px;
}

/* 個席選択 */
.btn.btn-sm.btn-seat {
  width: auto;
  padding: 2px 10px;
}

/* 決済方法 */
.payment-label span:nth-child(3) {
  letter-spacing: -0.09em;
  display: block;
}

#dpay-show td p,
#econ-show td p {
  margin-bottom: 0;
  font-size: 15px;
}

#dpay-show td p:first-child,
#econ-show td p:first-child {
  font-size: 18px;
  margin-bottom: 0;
  color: #1E237F;
}

/* ファンクラブ登録内容確認 */
div.member-type-info {
  border: 2px solid #FF0000;
  padding: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

div.member-type-info p {
  margin-bottom: 5px;
}

div.member-type-info span {
  color: red;
  font-size: 20px;
}

div.member-type-info div.type-img {
  padding-right: 40px;
}

.ph-applicant-details,
.ph-applicant-label {
  display: none;
}

.table .row td.content-adjust {
  justify-content: flex-end;
}

/* スタンドエリア・エリアブロック選択 */
.btn.btn-seat-selection.disabled,
.btn-seat-selection.btn:disabled {
  opacity: inherit;
}

/* キャンペーンレイアウト開始 */
.table th.campaign-th {
  padding-top: 25px;
}

.campaign-span1 {
  color: black;
}

.campaign-span2 {
  color: red;
}

/* キャンペーンレイアウト終わり */

/* タグproperty */
.input-width-80 {
  width: 80%;
}

.div-padding {
  padding: 10px 0;
  margin-bottom: 35px;
}

.input-width-30 {
  width: 30%;
}

.table th.th-padding {
  padding: 100px 10px;
}

.heading-color {
  text-align: center;
  color: #d60064;
}

/* 代表者と同行者情報入力 */
#zip_Search {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* 金額色とフォントサイズ設定 */
.table td.total-money {
  font-size: 130%;
  color: #d60064;
  text-align: right;
}

/* ファミリー会員データ照会 */
div.member-data-inquiry .inquiry-sub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

div.member-data-inquiry .inquiry-sub-header .sub-header {
  margin-bottom: 15px;
}

div.member-data-inquiry .inquiry-sub-header p {
  font-size: 14px;
}

div.member-data-inquiry.section {
  margin-top: 0;
  margin-bottom: 40px;
}

.text-pink {
  color: #D60064;
}

.text-red {
  color: #FF0000;
}

.text-badge {
    color: #D60064;
}

.one-required-mark {
    color: #d60064;
    border: 0 !important;
    margin-bottom: 0;
}

/*validation error*/
span.error{
  color: red;
}

/* Responsive 調整
 * Extra small devices (portrait phones, less than 576px)
 */
@media (max-width: 575.98px) {
  /* フォントサイズ */
  .sp-font-15 {
    font-size: 15px !important;
  }

  /* ヘッダーのタイトルの背景画像 */
  .header-title {
    background-image: url("../img/header-title-sp.png");
    background-size: cover;
    font-size: 20px;
    height: 160px;
    padding: 40px 0px;
  }

  /* index */
  .privacy p {
    font-size: 10.3px;
  }

  div.terms-agreement {
    padding: 20px 5px;
  }

  div.terms-content,
  div.policy-content {
    padding: 20px;
  }

  div.terms-content.pre-scrollable,
  div.policy-content.pre-scrollable {
    max-height: 540px;
  }

  .custom-control-label {
    text-align: left;
  }

  .custom-checkbox .custom-control-label::before,
  .custom-checkbox .custom-control-label::after {
    top: 37%;
  }

  div.agree-check .custom-control-label {
    text-align: left;
  }

  div.agree-check .custom-control-label::before,
  div.agree-check .custom-control-label::after {
    top: 37%;
  }


  /* Buttons */
  .btn-size {
    font-size: 10.5px;
    padding: 15px !important;
  }

  .btn.btn-sm.btn-family-member-del {
    padding: 7px 13px 7px 40px !important;
  }

  .btn-size.lg-btn {
    min-width: auto;
  }

  .confirm-application .btn-size.lg-btn {
    min-width: 98px;
    padding: 15px;
  }

  .btn-size.lg-btn:not(:first-of-type) {
    margin-left: 10px;
  }

  .btn-family-member-add {
    float: none !important;
    display: flex;
    align-items: center;
    margin: 0px auto 20px;
    padding: 8px 0px 8px 20px !important;
    width: 180px;
    justify-content: center;
  }

  .agree .seat-btn,
  .agree .continuous-btn,
  .member-details .lg-btn,
  .member-application .lg-btn,
  .member-companion .lg-btn,
  .payment-type .lg-btn {
    width: 45.5% !important;
    padding: 15px 10px;
  }

  .agree .seat-btn:not(:first-of-type),
  .agree.continuous-btn:not(:first-of-type),
  .member-details .lg-btn:not(:first-of-type),
  .member-application .lg-btn:not(:first-of-type),
  .member-companion .lg-btn:not(:first-of-type),
  .payment-type .lg-btn:not(:first-of-type) {
    margin-left: 20px;
  }

  .agree #btn_agree,
  .member-type-selection .lg-btn {
    width: 100% !important;
  }

  .btn.btn-sm.btn-inquiry {
    margin: 25px auto 10px;
    padding-left: 50px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    width: 200px !important;
  }

  .btn.btn-sm.btn-inquiry .fa {
    margin-right: 5px;
  }

  /* スマートフォン版JリーグID */
  .logo {
    padding: 16px 20px;
  }

  span.j-league-id-info {
    font-size: 15px;
    border-top: 1px solid #ccc;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .j-league-id,.email_pc {
    word-break: break-all;
  }

  .p-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }

  /* 代表者と同行者情報入力 */
  #inputHeader>font {
    font-size: 16px;
  }

  #add-no1,
  #add-no2 {
    width: 44%;
  }

  #ph-no1,#m-ph-no1,
  #ph-no2,#m-ph-no2,
  #ph-no3,#m-ph-no3 {
    width: 26.5%;
  }

  #f_name,
  #l_name,
  #f_kana_name,
  #l_kana_name,
  .fullname {
    width: 100%;
    flex: 0 0 90%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .form-inline .fullname {
    width: 90%;
    flex: 0 0 90%;
    max-width: 80%;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .fullname-label {
    width: 12%;
    flex: 0 0 20%;
    max-width: 12%;
    justify-content: flex-end;
    padding: 0px;
  }

  .campaign-input {
    width: 100%;
  }

  .input-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-end;
  }

  .col-sm,
  .small-width {
    display: inline-block;
  }

  .member-application #year {
    width: 85px !important;
  }

  .member-application #month,
  .member-application #day {
    width: 65px !important;
  }

  .member-application .member-span {
    display: flex;
    justify-content: flex-end;
  }

  #zip_Search {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    width: 80%;
  }

  /* ファンクラブ登録内容確認 */
  .header-blog span,
  .header-blog p {
    font-size: small;
  }

  .applicant-details {
    display: none;
  }

  .ph-applicant-details,
  .ph-applicant-label {
    display: inline-table;
  }

  .table .row td.content-adjust {
    justify-content: flex-start;
  }

  .member-id, .head-bg {
    background-color: #F6F6F6;
  }

  /* スタンドエリア・エリアブロック選択 */
  div.private-seat {
    position: sticky;
  }

  div.application .table-bordered th {
    position: sticky;
    left: 0;
  }

  table.private-seat td {
    margin-left: 0px;
  }

  /* Margins */
  .mt-reset {
    margin-top: 0px !important;
  }

  /* seat selection selected */
  .sm-f {
    font-size: 11px !important;
  }

  /* Application Details */
  div.application>div.header {
    padding-top: 0px;
  }

  div.member-type-info {
    padding: 25px 20px;
  }

  div.member-type-info p {
    font-size: 14px;
  }

  div.payment-method table tr th {
    text-align: left !important;
  }

  div.member-type-info div.type-img {
    padding-right: 15px;
  }

  /* Application Completion */
  div.app-content-message {
    padding: 40px 20px;
  }

  /* Table */
  .table th,
  .table td {
    padding: 10px !important;
  }

  /* Payment Type Selection */
  .table tr>.payment-td {
    text-align: right;
  }


  .table tr>.flex-td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Member Type Selection */
  div.member-type-selection div.application>h6 {
    margin-bottom: 0;
  }

  div.application>div.body {
    padding: 10px 0px;
  }

  div.application .sub-paragraph,
  div.application .grey-textbox {
    padding: 20px !important;
  }

  div.member-type-selection div.member-new .btn-size.lg-btn,
  div.member-type-selection div.member-confirm .btn-size.lg-btn {
    font-size: 15px;
  }

  /* Area Seat Selection */
  .seat-td {
    display: block !important;
  }

  .table td.seat-td {
    padding-left: 0 !important;
    padding-bottom: 20px !important;
  }

  .seat-td>p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .seat-td>p:last-of-type {
    margin-bottom: 0px;
  }

  div.agree {
    padding: 0px 0px 20px;
  }

  p.stand-area-name {
    padding: 10px;
  }

  /* Area Stand Selection */
  div.area-stand .sub-header {
    padding-bottom: 40px;
  }

  div.area-stand select {
    padding: 12px 0px;
    line-height: 1;
    height: auto;
  }

  /* Member Companion Info*/
  div.member-data-inquiry .inquiry-sub-header {
    display: block;
    padding-bottom: 20px;
  }

  .family-form .sub-header p {
    margin-top: 20px;
  }

  div.representative-info-inquiry .companion-notice {
    padding: 10px 0px;
  }

  div.application .sm-input-txt {
    width: 50px !important;
  }

  div.application .sm-select {
    width: 58px !important;
    margin-left: -5px;
  }

  .dob_width {
    display: flex;
    flex-direction: column;
  }

  .dob {
    display: flex;
    justify-content: space-between;
  }

  .dob .year,
  .dob .month,
  .dob .day {
    flex: 1;
  }

  .half-width {
    display: flex;
    justify-content: flex-end;
  }

  .representative-info table .lg-txtbox input {
    width: 100%;
    margin-right: 0px;
  }

  /* .application .seat-table td, */
  .application .seat-col {
    padding: 0px !important;
  }

  /* Property */
  .pc-none,
  .sp-block {
    display: block;
  }

  .sp-none {
    display: none;
  }

  .flex-col {
    flex-direction: column;
  }

  .col-1,
  .col-4 {
    display: block;
  }

  .w-100 {
    max-width: 100% !important;
  }

  .pt-0 {
    padding-top: 0px !important;
  }

  .flex-end {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  }

  .txt-right {
    text-align: right;
  }

  /* Inputs */
  .application #membership,
  .application #seat_type,
  .application #family_seat_type,
  .input-width-80,
  .input-width-30 {
    width: 100%;
  }

  div.application .payment-select {
    width: 35% !important;
  }

  .application input[type="text"],
  .application select {
    padding: 5px;
  }

  /* 席割図画像 */
  #seat_chart {
    position: relative;
    margin: 15px 90px;
  }

  .modal#seat_chart_modal {
    top: 0;
  }

  .modal-content {
    min-height:100vh;
  }

  .modal-body {
    padding-top: 130px;
    margin: auto;
  }

  /* Bety Cアサイン仮押さえ期限表示 */
  div.seat-session-expire hr {
    width: 25%;
  }
}

@media (max-width: 340px) {
  span.j-league-id-info {
    font-size: 13px;
  }

  body, div.application {
    font-size: 12px;
  }

  .header-title {
    font-size: 16px;
  }

  div.application .sm-input-txt {
    width: 42px !important;
    margin-right: 5px;
  }

  div.application .sm-select {
    width: 50px !important;
  }

  .confirm-application .btn-size.lg-btn {
    min-width: 70px;
    padding: 15px;
  }

  .fullname-label {
    width: 14%;
    flex: 0 0 20%;
    max-width: 14%;
    justify-content: flex-end;
    padding: 0px;
  }

  .form-inline .fullname {
    width: 75%;
    flex: 0 0 90%;
    max-width: 75%;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .header {
    font-size: 18px !important;
  }

  .sub-header {
    font-size: 16px !important;
  }

  .section p,
  .note,
  div.member-type-info span {
    font-size: 14px !important;
  }

  .table th,
  .table td {
    font-size: 12px !important;
  }

  .btn-size.lg-btn {
    font-size: 14px;
  }

  div.agree>p {
    font-size: 12px;
  }

  .font-18 {
    font-size: 16px;
  }

  div.application .sm-select.payment-select {
    width: 80px !important;
  }

  ul.nav .nav-item {
    font-weight: normal !important;
    font-size: 8px !important;
    width: 60px !important;
    padding: 0 !important;
  }
  ul.nav .nav-item::before {
    left: 20% !important;
  }
  .nav .nav-item::after {
    width: 44px !important;
    left: 50% !important;
  }

  /* 席割図画像 */
  #seat_chart {
    margin: 15px 70px;
  }
  .modal-body {
    padding-top: 90px;
  }

  #seat_chart_modal img {
    height: 285px;
  }

  /* application-completion */
  div.app-content-message p,
  div.payment-info a {
    font-size: 10px !important;
  }

  div.payment-info a {
    word-wrap: break-word;
  }
}

@media (max-width: 280px){
  ul.nav .nav-item {
    font-weight: normal !important;
    font-size: 8px !important;
    width: 56px !important;
    padding: 0 !important;
  }
  ul.nav .nav-item::before {
    left: 25% !important;
  }
  .nav .nav-item::after {
    width: 40px !important;
    left: 57% !important;
  }
}

/* Small devices (landscape phones, 360px and up) */
@media (min-width: 360px) and (max-width: 370px) {
  span.j-league-id-info {
    font-size: 14px;
  }
  /* 席割図画像 */
  .modal-body {
    padding-top: 110px;
  }
  #seat_chart_modal img {
    height: 320px;
  }
}

/* Small devices (landscape phones, 414px and up) */
@media (min-width: 414px) and (max-width: 735.98px) {
  span.j-league-id-info {
    font-size: 16px;
  }
  /* 席割図画像 */
  .modal-body {
    padding-top: 140px;
  }

  #seat_chart_modal img {
    height: 370px;
  }
  /* application-completion */
  div.app-content-message p,
  div.payment-info a {
    font-size: 13px;
  }
  div.payment-info p {
    margin-left: 70px;
    font-size: 13px;
  }
}

@media (max-width: 500px){
  /* application-completion */
  div.app-content-message p,
  div.payment-info a {
    font-size: 10.5px;
  }
  div.payment-info p {
    font-size: 10.5px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

  /* ヘッダーのタイトルの背景画像 */
  .header-title {
    background-image: url("../img/header-title-sp.png");
  }

  span.j-league-id-info {
    font-size: 11px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* 代表者と同行者情報入力 */
  #add-no2 {
    margin-bottom: 10px;
  }

  #ph-no1,#m-ph-no1,
  #ph-no2,#m-ph-no2,
  #ph-no3,#m-ph-no3 {
    width: 70px;
  }

  #f_name,
  #l_name,
  #f_kana_name,
  #l_kana_name,
  .fullname {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .fullname-label {
    width: 10%;
    flex: 0 0 20%;
    max-width: 12%;
  }

  .dob_width {
    flex-direction: column;
  }
  div.application .sm-input-txt {
    width: 55px !important;
    margin-right: 5px;
  }
  div.application .sm-select {
    width: 70px !important;
    margin-left: -5px;
  }
  .half-width {
    justify-content: flex-end;
  }
  /* ファンクラブ登録内容確認 */
  .header-blog span,
  .header-blog p {
    font-size: small;
  }
  /* application-completion */
  div.app-content-message p,
  div.payment-info a {
    font-size: 14px;
  }
  div.payment-info p {
    margin-left: 100px;
    font-size: 14px;
  }

  /* Bety Cアサイン仮押さえ期限表示 */
  div.seat-session-expire hr {
    width: 20%;
  }
}

/* Small devices */
@media (max-width: 767.98px) {
  ul.nav .nav-item {
    font-weight: normal;
    font-size: 11px;
    width: 67px;
    padding: 0;
  }
  ul.nav .nav-item::before {
    left: 26%;
  }
  .nav .nav-item.active span {
    word-break: keep-all;
    white-space: nowrap;
  }
  .nav .nav-item::after {
    width: 48px;
    left: 55%;
  }
  .nav .nav-item.active>span,
  .nav .nav-item:last-child>span {
    display: inline-block;
  }
  .nav .nav-item>span {
    display: none;
  }
  .active .sp-inline {
    display: inline !important;
  }
  .active .pc-inline {
    display: none !important;
  }

  .form-select.category-select {
      width: 100%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* 席割図 */
  .modal-body {
    margin: 0 80px;
  }

  #seat_chart_modal img {
    height: 400px;
  }

  /* ヘッダーのタイトルの背景画像 */
  .header-title {
    background-image: url("../img/header-title-tablet.png");
  }

  /* 代表者と同行者情報入力 */
  #add-no2 {
    margin-bottom: 10px;
  }

  #ph-no3,#m-ph-no3 {
    margin-top: 15px;
  }

  #ph-no1,#m-ph-no1,
  #ph-no2,#m-ph-no2,
  #ph-no3,#m-ph-no3 {
    width: 115px;
  }

  .fullname {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .fullname-label {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 0;
  }

  /* Property */
  .pc-none,
  .sp-block {
    display: block;
  }

  .sp-none {
    display: none;
  }

  /* Index */
  div.agree-check .custom-control-label {
    text-align: left;
  }

  /* Member Companion info */
  div.member-data-inquiry .inquiry-sub-header p {
    font-size: 12px;
  }

  .form-select.sm-select,
  .sm-input-txt {
    width: 80px;
    margin-right: 10px;
  }

  div.application .table-bordered th {
    font-size: 11px;
  }

  .table th,
  .table td {
    font-size: 11px;
  }

  .representative-info table .lg-txtbox input {
    width: 70%;
  }

  .btn.btn-sm.btn-inquiry {
    padding: 10px 30px;
    padding-left: 65px;
  }

  .btn.btn-sm.btn-inquiry::before {
    left: 18px;
  }

  .fullname {
    max-width: 23%;
  }

  .confirm-application .btn-size.lg-btn {
    min-width: 128px;
    padding: 15px;
  }

  /* index */
  div.terms-agreement>div.note {
    font-size: 12px;
  }

  /* application-details */
  div.application {
    font-size: 15px;
  }

  div.member-type-info span {
    font-size: 15px;
  }

  /* application-completion */
  div.app-content-message p,
  div.payment-info a {
    font-size: 14px;
  }

  div.payment-info p {
    font-size: 14px;
    margin-left: 180px;
   }

  /* continuous application */
  .table td.total-money {
    font-size: 18px;
  }

  /* member_applicant_info */
  #add-no2 {
    margin-bottom: 0px;
  }

  #zip_Search {
    margin-top: 10px;
  }

  div.app-content-message {
    padding: 95px 20px;
  }

  .table .ipad-row {
    flex-direction: row-reverse;
  }

  .private-seat .col-line {
    width: 16%;
  }

  /* Bety Cアサイン仮押さえ期限表示 */
  div.seat-session-expire hr {
    width: 15%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* 席割図 */
  .modal-body {
    margin: 0 80px;
  }

  #seat_chart_modal img {
    height: 400px;
  }

  /* 代表者と同行者情報入力 */
  .fullname {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .fullname-label {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .input-info {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 7px;
  }

  /* 決済方法 */
  .payment-label span {
    display: block;
  }

  .table-bordered tr.row.fixed th.col-md-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }

  .table-bordered tr.row.fixed td.col-md-9 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }

  div.app-content-message {
    padding: 95px 20px;
  }

  .col-1.fullname-label {
    max-width: 4.333%;
  }

  .col-1.fullname-label:nth-of-type(2) {
    max-width: 6.333%;
  }

  /* application-completion */
  div.app-content-message p,
  div.payment-info a {
    font-size: 14px;
  }

  div.payment-info p {
    font-size: 14px;
    margin-left: 300px;
   }

  div.conv-pay-info p {
    margin-left: 180px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* 席割図 */
  .modal-body {
    margin: 0 80px;
  }

  #seat_chart_modal img {
    /*height: 400px;*/
  }

  /* 代表者と同行者情報入力 */
  .fullname {
    flex: 0 0 22%;
    max-width: 22%;
  }

  .input-info {
    padding-left: 0;
  }

  /* 決済方法 */
  .payment-label span {
    display: block;
  }

  .table-bordered tr.row.fixed th.col-md-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }

  .table-bordered tr.row.fixed td.col-md-9 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }

  .col-1.fullname-label {
    max-width: 4.333%;
  }

  .col-1.fullname-label:nth-of-type(2) {
    max-width: 6.333%;
  }

  /* application-completion */
  div.payment-info p {
    margin-left: 380px;
   }

   div.conv-pay-info p {
    margin-left: 230px;
  }
}
