/*
content.css
Copyright (C) 2019 Yahoo Japan Corporation. All Rights Reserved.
version 1.0.0
*/
.TextField__head {
  zoom: 1;
}

.TextField__head:after {
  display: block;
  content: "";
  clear: both;
}

/*@import '_partial/common/_button.scss';
@import '_partial/common/_textfield.scss';
@import '_partial/common/_stepper.scss';
@import '_partial/common/_selection_control.scss';
@import '_partial/common/_message.scss';
@import '_partial/common/_page_title.scss';
@import '_partial/common/_increment.scss';*/
/*
Theme Name: ContactForm
*/
.TextField__head {
  zoom: 1;
}

.TextField__head:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (min-width: 769px) {
  .Contact__inner {
    max-width: 640px;
    margin: 0 auto;
  }
}

.Contact__title {
  font-size: 16px;
  padding: 20px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: #EEEEEE;
}

.Contact__news {
  margin: 20px;
}

.Contact__hr {
  border: solid 1px #D5D5D5;
}

.Contact__inputform {
  margin: 0 0 20px;
}

.Contact__subttl {
  font-size: 16px;
  font-weight: bold;
}

.Contact__button {
  text-align: center;
  margin-bottom: 20px;
}

.TextField__head {
  margin-bottom: 8px;
  font-size: 12px;
  color: #757575;
}

.TextField__label {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.TextField__labelRequired {
  display: inline-block;
  margin-left: 8px;
  padding: 0 8px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background: #EC6300;
  color: #FFFFFF;
  font-size: 62.5%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 16px;
}

.TextField__counter {
  float: right;
  margin-left: 8px;
}

.TextField__counterText.is-error {
  color: #E60013;
  font-weight: bold;
}

.TextField__select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  color: #444444;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
}

.TextField__select.is-error {
  border: 2px solid #E60013;
}

.TextField__select:disabled {
  background: #D5D5D5;
  -webkit-text-fill-color: #444444;
  color: #444444;
  cursor: default;
}

.TextField__nameinner {
  display: block;
}

.TextField__nameinput {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  height: 44px;
  padding: 0 12px;
  color: #444444;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.TextField__input, .TextField__area {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px;
  font-size: 16px;
  color: #444444;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
}

.TextField__input::-webkit-input-placeholder, .TextField__area::-webkit-input-placeholder {
  color: #757575;
}

.TextField__input::-moz-placeholder, .TextField__area::-moz-placeholder {
  color: #757575;
}

.TextField__input::-ms-input-placeholder, .TextField__area::-ms-input-placeholder {
  color: #757575;
}

.TextField__input::placeholder, .TextField__area::placeholder {
  color: #757575;
}

.TextField__input.is-error, .TextField__area.is-error {
  border: 2px solid #E60013;
}

.TextField__input:disabled, .TextField__area:disabled {
  background: #D5D5D5;
  -webkit-text-fill-color: #757575;
  color: #757575;
  cursor: default;
}

.TextField__zipcode {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 40%;
  height: 44px;
  padding: 12px;
  font-size: 16px;
  color: #444444;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
}

.TextField__zipcode::-webkit-input-placeholder {
  color: #757575;
}

.TextField__zipcode::-moz-placeholder {
  color: #757575;
}

.TextField__zipcode::-ms-input-placeholder {
  color: #757575;
}

.TextField__zipcode::placeholder {
  color: #757575;
}

.TextField__zipcode.is-error {
  border: 2px solid #E60013;
}

.TextField__zipcode:disabled {
  background: #D5D5D5;
  -webkit-text-fill-color: #757575;
  color: #757575;
  cursor: default;
}

.TextField__area {
  height: auto;
}

.TextField__errorText {
  margin-top: 6px;
  font-size: 75%;
  color: #E60013;
  word-break: break-all;
}

.TextField__errorText + .TextField__note {
  margin-top: 4px;
}

.TextField__note {
  margin-top: 6px;
  font-size: 75%;
  color: #757575;
  word-break: break-all;
}

.TextField__eTicketrap {
  margin-top: 40px;
  margin-bottom: 20px;
}

.Button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  min-height: 44px;
  line-height: 42px;
  border: 1px solid #BBB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  color: #444 !important;
  text-align: center;
  text-decoration: none !important;
  max-width: 360px;
  min-width: 64px;
}

.Button__wrap {
  text-align: center;
}

.Button:hover {
  text-decoration: none;
  background-color: #ccc;
}

input.wpcf7-submit {
  width: 100%;
  display: inline-block;
  max-width: 280px;
  min-width: 64px;
  height: 44px;
  min-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #E60013;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

input.wpcf7-submit:hover {
  background-color: #b71137;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.wpcf7-confirm:disabled {
  color: #444444;
}

input.wpcf7-confirm {
  width: 100%;
  display: inline-block;
  max-width: 360px;
  min-width: 64px;
  height: 44px;
  min-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #00A0AE;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

input.wpcf7-confirm:hover {
  background-color: #00808b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

input.wpcf7-back {
  width: 100%;
  display: inline-block;
  max-width: 280px;
  min-width: 64px;
  height: 44px;
  min-height: 44px;
  border: 1px solid #BBB;
  cursor: pointer;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #FFFFFF;
  color: #444444;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin-right: 20px;
}

input.wpcf7-back:hover {
  border: 1px solid #BBB;
  background-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  input.wpcf7-back, input.wpcf7-confirm, input.wpcf7-submit {
    display: block;
    margin: 0 auto;
    max-width: 360px;
    margin-top: 20px;
  }
}

input.wpcf7c-conf,
select.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: #D5D5D5 !important;
  color: #444 !important;
  border: 1px solid #BBB !important;
  -webkit-box-shadow: 0 0 0px 1000px #D5D5D5 inset !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  color: #444 !important;
}

.wpcf7-not-valid {
  border: 2px solid #E60013;
}

form.sent .Contact__form {
  display: none;
}

.custom-wpcf7c-confirmed .Contact__form div[data-class="wpcf7cf_group"] {
  display: block !important;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 22px;
  margin-left: 8px;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #E60013;
}

.your-Fname {
  display: table-cell;
  padding-right: 5px;
}

.your-Lname {
  display: table-cell;
  padding-left: 5px;
}

.your-Fname-kana {
  display: table-cell;
  padding-right: 5px;
}

.your-Lname-kana {
  display: table-cell;
  padding-left: 5px;
}

.screen-reader-response {
  display: none;
}

.must {
  color: #FFF;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 11px;
  margin-right: 10px;
  padding: 5px;
  letter-spacing: 0.2em;
  background: #EC6300;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

span.wpcf7-not-valid-tip {
  color: #E60013 !important;
  font-size: 12px !important;
  font-weight: bold;
  margin-top: 6px !important;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  padding: 20px 0 !important;
  border: none !important;
}

form.sent .Contact__sent-ok {
  display: block !important;
  margin-bottom: 20px;
}

form.wpcf7-form.sent {
  margin: 0;
}

.sent-ok__txt {
  margin-bottom: 40px;
}

#wrapContents {
  margin: 0 8px;
}

.checktxt {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.fontRed {
  color: #E60013;
  display: inline-block;
  vertical-align: middle;
}

.usedevice {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-validation-caution, .wpcf7-acceptance-caution {
  display: block;
  padding: 12px 36px !important;
  border: 1px solid #EC6300 !important;
  background-color: #FEFAF7;
  position: relative;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/assets.bleague-ticket.psrv.jp/receipt/images/ico_boxes_caution_01.png);
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
  background-position: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #EC6300;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
}

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  display: block;
  padding: 12px 36px !important;
  border: 1px solid #E60013 !important;
  background-color: #FFEBEB;
  position: relative;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/assets.bleague-ticket.psrv.jp/receipt/images/ico_boxes_error_01.png);
  background-repeat: no-repeat;
  -moz-background-size: 16px;
    -o-background-size: 16px;
       background-size: 16px;
  background-position: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #E60013;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
}

.CheckBox {
  display: block;
  position: relative;
  padding-left: 24px;
  vertical-align: middle;
  line-height: 16px;
  cursor: pointer;
  font-size: 0.875rem;
}

.CheckBox__input {
  display: none;
}

.CheckBox--check .CheckBox__input + .CheckBox__icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #BBB;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  background-color: transparent;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.CheckBox--check .CheckBox__input:checked + .CheckBox__icon {
  border-color: #00D1D1;
  background-color: #00D1D1;
}

.CheckBox--check .CheckBox__input + .CheckBox__icon:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 4px;
  top: 6px;
  left: 4px;
  background-color: #FFF;
  -webkit-transform: rotateZ(-45deg) scale(0);
  -moz-transform: rotateZ(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -o-transform: rotateZ(-45deg) scale(0);
  transform: rotateZ(-45deg) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.CheckBox--check .CheckBox__input + .CheckBox__icon:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 6px;
  left: 5px;
  background-color: #FFF;
  -webkit-transform: rotateZ(-45deg) scale(0);
  -moz-transform: rotateZ(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -o-transform: rotateZ(-45deg) scale(0);
  transform: rotateZ(-45deg) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -o-transform 0.2s ease;
}

.CheckBox--check .CheckBox__input:checked + .CheckBox__icon:before {
  -webkit-transform: rotateZ(-45deg) scale(1);
  -moz-transform: rotateZ(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotateZ(-45deg) scale(1);
  transform: rotateZ(-45deg) scale(1);
}

.CheckBox--check .CheckBox__input:checked + .CheckBox__icon:after {
  -webkit-transform: rotateZ(-45deg) scale(1);
  -moz-transform: rotateZ(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotateZ(-45deg) scale(1);
  transform: rotateZ(-45deg) scale(1);
}

.CheckBox--check .CheckBox__input:disabled + .CheckBox__icon {
  border-color: #BBB;
  background-color: #D5D5D5;
}

.CheckBox--check .CheckBox__input:disabled:checked + .CheckBox__icon {
  border-color: #999;
  background-color: #999;
}