@charset "UTF-8";
/* ================================================

- 共通

================================================ */
.label--jp--notoSans {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-display: swap;
  font-weight: 700;
}

.form__main__ttl {
  padding-bottom: 15px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.form__main__ttl span {
  font-size: 2.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.form__main__ttl::after {
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #001489;
}

@media screen and (max-width: 568px) {
  .form__main__ttl {
    padding-bottom: 11px;
    margin-top: 42px;
    margin-bottom: 28px;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
  }
  .form__main__ttl span {
    font-size: 1.8rem;
  }

  .form__main__ttl::after {
    height: 3px;
    width: 30px;
  }
}
.contact__inner__root ul li p span {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 568px) {
  .contact__inner__root ul li {
    width: 65px;
    height: 65px;
  }
  .contact__inner__root ul li p {
    font-size: 1.4rem;
  }
  .contact__inner__root ul li p span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
/* フォームスタイルの初期化 */
.form__main {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
.form__main input[type="text"],
.form__main select,
.form__main from,
.form__main textarea {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  background-color: #111111;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
}
.form__main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__main select::-ms-expand {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/* フォームのwarapper */
.form__main {
  max-width: 768px;
  margin: 0px auto 0;
}
.form__main .form__main__list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #cccccc;
}

@media screen and (max-width: 568px) {
  .form__main .form__main__list {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }
}
/* フォームラベル部分 */
.form__main__list dl dt p {
  font-size: 1.6rem;
  line-height: 1;
}
.form__main__list dl dt p.icon--any::after,
.form__main__list dl dt p.icon--req::after {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-left: 15px;
  padding: 4px 10px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
}
.form__main__list dl dt p.icon--req::after {
  content: "必須";
  background-color: #001489;
  border: solid 1px #001489;
}
.form__main__list dl dt p.icon--any::after {
  content: "任意";
  border: solid 1px #111111;
}

@media screen and (max-width: 568px) {
  .form__main__list dl dt p {
    font-size: 1.4rem;
  }
}
.form__main {
  /* selectのアロー */
  /*
  span.select--arrow{
      position: relative;
  }
  span.select--arrow::after{
      display: inline-block;
      font-family: ionicons;
      content: "\f123";
      position: absolute;
      bottom: 50%;
      right: 15px;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);	
      color: #cc0000;
      pointer-events: none;
  }
  */
}
.form__main select,
.form__main textarea,
.form__main input[type="text"] {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  border: solid 1px #eeeeee;
  background-color: #eeeeee;
}
.form__main select:focus,
.form__main textarea:focus,
.form__main input[type="text"]:focus {
  background-color: #aaf;
}
.form__main textarea {
  min-height: 100px;
}

@media screen and (max-width: 568px) {
  .form__main select,
  .form__main textarea,
  .form__main input[type="text"] {
    padding: 11px;
    font-size: 1.4rem;
  }
}
/* 代表者フォーム入力部分 */
.form__main__list dl dd {
  margin-top: 10px;
}
.form__main__list dl dd label {
  display: inline-block;
  font-size: 1.6rem;
}

.daihyo dl dt p span {
  padding-left: 0;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 568px) {
  .form__main__list dl dd {
    margin-top: 10px;
  }
  .form__main__list dl dd label {
    font-size: 1.4rem;
  }

  .daihyo dl dt p span {
    font-size: 1.4rem;
  }
}
/* フォーム入力部分（郵便番号） */
/* フォーム[submit][reset]入力ボタン */
.form__main__btn ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__main__btn ul li {
  width: calc(50% - 10px);
  margin-left: 20px;
  position: relative;
  overflow: hidden;
}
.form__main__btn ul li button {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  border: solid 1px #001489;
  background-color: #001489;
  text-align: center;
  position: relative;
}
.form__main__btn ul li button a {
  color: #ffffff;
}
.form__main__btn ul li button span {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.form__main__btn ul li button[type="button"],
.form__main__btn ul li button[type="reset"] {
  border: solid 1px #111111;
  color: #222222;
  background-color: transparent;
}
.form__main__btn ul li button::after {
  font-family: ionicons;
  content: "\f3d1";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form__main__btn ul li:first-child {
  margin-left: 0;
}

.confirm .form__main__btn ul li:first-child button {
  border: solid 1px #111111;
  color: #222222;
  background-color: transparent;
}

.form__main__btn ul li button::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -10%;
  left: -180%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz--transform: rotate(-45deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.form__main__btn ul li button:hover::before {
  left: 60%;
}

@media screen and (max-width: 568px) {
  .form__main__btn ul {
    display: block;
  }
  .form__main__btn ul li {
    width: calc(100%);
    margin-left: 0;
    margin-top: 20px;
  }
  .form__main__btn ul li button {
    display: block;
    padding: 11px 0;
    font-size: 1.4rem;
  }
  .form__main__btn ul li button span {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .form__main__btn ul li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
}
.contact__inner {
  max-width: 960px;
  margin: 0 auto;
}

.form__main {
  max-width: 960px;
}

/* エントリー選手 */
.entryPlayer {
  margin-top: 40px;
}

@media screen and (max-width: 568px) {
  .entryPlayer {
    margin-top: 28px;
  }
}
/* エラーメッセージ */
.form__main__list dl dd {
  position: relative;
}

.invalid-message {
  position: absolute;
  bottom: -25px;
  left: 0;
}
.invalid-message span {
  width: auto;
  min-width: 120px;
  padding: 6px 9px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #ffffff;
  background-color: #ee0101;
}

.formType--file .invalid-message {
  position: absolute;
  bottom: -90px;
  left: 0;
}

.form__main__bordered table td .invalid-message {
  position: static;
}
.form__main__bordered table td .invalid-message span {
  display: block;
  text-align: left;
}

.sexCell .parentFormform {
  margin-top: 5px !important;
}

.policy__set .parentFormform {
  margin-top: 15px !important;
}

@media screen and (max-width: 568px) {
  .sexCell .parentFormform {
    margin-top: 5px !important;
  }

  .policy__set .parentFormform {
    margin-top: 15px !important;
  }
}
/* エラーメッセージ */
.form__main__bordered {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #eeeeee;
}

.form__main__bordered__inner {
  border: solid 1px #cccccc;
}

.form__main__bordered__inner table {
  width: 100%;
  margin: 0 auto;
  border-top: none;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 1.6rem;
  position: relative;
  table-layout: fixed;
}

.entryEvents table {
  table-layout: auto;
}

.form__main__bordered__inner table th,
.form__main__bordered__inner table td {
  border-bottom: none;
  border-right: none;
  padding: 0;
  vertical-align: middle;
}

.form__main__bordered__inner table th {
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 568px) {
  .form__main__bordered {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }

  .form__main__bordered__inner {
    border: solid 1px #cccccc;
  }

  .form__main__bordered__inner table {
    font-size: 1.4rem;
    table-layout: fixed;
  }
}
.player {
  border-top: solid 1px #cccccc;
}
.player dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.player dl dt {
  width: 100px;
  padding: 15px;
  background-color: #e5e8f7;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.player dl dd {
  width: 90%;
  width: calc(100% - 100px);
}

@media screen and (max-width: 568px) {
  .player dl {
    display: block;
  }
  .player dl dt {
    width: 100%;
    padding: 14px 11px;
    font-size: 1.4rem;
  }
  .player dl dd {
    width: 100%;
    width: calc(100%);
  }
}
.entryEvents table tr,
.player dl dd table tr {
  border-bottom: solid 1px #cccccc;
}
.entryEvents table tr th,
.player dl dd table tr th {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.entryEvents table tr td,
.player dl dd table tr td {
  padding: 15px;
  padding-left: 0;
}
.entryEvents table tr:last-child,
.player dl dd table tr:last-child {
  border-bottom: none;
}

.confirm .entryEvents table tr td,
.confirm .player dl dd table tr td {
  text-align: center;
}

@media screen and (max-width: 568px) {
  .entryEvents table tr th,
  .player dl dd table tr th {
    padding: 11px 9px;
  }
  .entryEvents table tr td,
  .player dl dd table tr td {
    padding: 11px 9px;
    padding-left: 0;
  }
}
.entryEvents table tr th span,
.birthdayPar__child span,
.player dl dd table tr td p,
.player dl dd table tr th span {
  display: block;
  margin-top: 4px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.entryEvents table tr th span,
.player dl dd table tr th span {
  font-size: 1.6rem;
}

@media screen and (max-width: 568px) {
  .entryEvents table tr th span,
  .birthdayPar__child span,
  .player dl dd table tr td p,
  .player dl dd table tr th span {
    margin-top: 3px;
    font-size: 1.4rem;
  }

  .entryEvents table tr th span,
  .player dl dd table tr th span {
    font-size: 1.4rem;
  }
}
.form__main__bordered table tr.sexCell td .cell {
  display: inline-block;
}
.form__main__bordered table tr.sexCell td .cell input[type="radio"] {
  position: relative;
  top: 25px;
}
.form__main__bordered table tr.sexCell td .cell label {
  display: block;
  padding-left: 30px;
  text-align: center;
}
.form__main__bordered table tr.sexCell td .cell label span {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

td.birthdayPar {
  text-align: center;
}
td.birthdayPar span {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 568px) {
  .form__main__bordered table tr.sexCell td .cell {
    display: inline-block;
  }
  .form__main__bordered table tr.sexCell td .cell input[type="radio"] {
    position: relative;
    top: 25px;
  }
  .form__main__bordered table tr.sexCell td .cell label {
    padding-left: 20px;
  }
  .form__main__bordered table tr.sexCell td .cell label span {
    margin-top: 3px;
    font-size: 1.4rem;
  }

  td.birthdayPar span {
    margin-top: 3px;
    font-size: 1.4rem;
  }
}
/* [close][add]ボタン */
.close__btn,
.add__btn {
  width: 260px;
  margin: 0 auto 30px;
  padding: 12px 0 11px;
  background-color: transparent;
  border: solid 2px #001489;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 35px;
  cursor: pointer;
}
.close__btn p,
.add__btn p {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #001489;
  position: relative;
}
.close__btn p span,
.add__btn p span {
  padding: 0 2px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.close__btn p.en,
.add__btn p.en {
  margin-top: 7px;
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.close__btn {
  margin: 30px auto 0;
  background-color: transparent;
  border: solid 2px #b2871b;
}
.close__btn p {
  color: #b2871b;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .close__btn,
  .add__btn {
    width: 220px;
    margin: 0 auto 21px;
    padding: 12px 0 11px;
  }
  .close__btn p,
  .add__btn p {
    font-size: 1.4rem;
  }
  .close__btn p span,
  .add__btn p span {
    padding: 0 2px;
    font-size: 1.4rem;
  }
  .close__btn p.en,
  .add__btn p.en {
    margin-top: 7px;
    font-size: 1.4rem;
  }

  .close__btn {
    margin: 21px auto 0;
  }
}
/*--- media screen ---*/
/* hide要素 */
.countryJp.is--hide,
.countryJp.is--hide,
.pw_cate.is--hide,
.pt_cate.is--hide,
.player3.is--hide {
  display: none;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 申し込み確認 */
.confirmEntry__bordered__inner .entryEvents table {
  width: 100%;
}
.confirmEntry__bordered__inner .entryEvents table tr td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.confirmEntry__bordered__inner .player dl dd table {
  width: 100%;
}
.confirmEntry__bordered__inner .player dl dd table tr td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.confirmEntry__bordered__inner .player dl dd table tr td span {
  display: block;
  margin-top: 4px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

/* フォームスタイルの初期化 */
.confirm__form__submit input {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  background-color: #111111;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
}

.policy__set dl dd input[type="checkbox"] {
  top: -15px;
}
.policy__set dl dd .en {
  margin-top: -5px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.policy__set dl dd label p.en {
  margin-top: 5px;
}

.policy__set dl dd:last-child {
  margin-top: 20px;
  padding: 20px 15px 15px;
  background-color: #e5e8f7;
}

@media screen and (max-width: 568px) {
  .policy__set dl dd input[type="checkbox"] {
    top: 15px;
  }
  .policy__set dl dd .en {
    margin-top: -5px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .policy__set dl dd label {
    padding-left: 25px;
  }
  .policy__set dl dd label p.en {
    margin-top: 5px;
  }

  .policy__set dl dd:last-child {
    margin-top: 15px;
    padding: 5px 10px 10px;
  }
}
/*--- media screen ---*/
.contact__inner__note ul li p.en {
  margin-top: 3px;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.contact__inner__note ul li strong {
  font-weight: bold;
}

.contact__inner__note__toggle {
  position: relative;
  margin-top: 15px;
  padding-right: 13px;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: -webkit-box;
  display: flex;
  -ms-justify-content: flex-end;
  /* 親要素に入れると右寄せの横並びになる */
  /* 親要素に入れると右寄せの横並びになる */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}
.contact__inner__note__toggle p {
  font-size: 1.4rem;
  color: #0044cc;
  text-decoration: underline;
}

.contact__inner__note__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #00044c transparent transparent transparent;
}

.contact__inner__note__hide {
  display: none;
  margin-top: 15px;
}

@media screen and (max-width: 568px) {
  .contact__inner__note__toggle {
    margin-top: 11px;
  }
  .contact__inner__note__toggle p {
    font-size: 1.4rem;
  }

  .contact__inner__note__hide {
    margin-top: 11px;
  }
}
/*--- media screen ---*/
.confirmBordered table {
  table-layout: fixed;
}
.confirmBordered table tr th {
  width: auto;
}
.confirmBordered table tr td {
  width: auto;
}

@media screen and (max-width: 568px) {
  .confirmBordered table {
    table-layout: auto;
    font-size: 1.4rem;
  }
}
/*--- media screen ---*/
.completeTxt p.en {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

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