@charset "UTF-8";
/*
Entryフォーム
-------------------------------------------------- */
section.secPlayer {
  margin-top: 7%;
}

/*form*/
input,
button,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form > span {
  display: block;
  font-size: 0.9rem;
  margin-left: 2%;
  line-height: 1.5;
}
.entryBox {
  overflow: hidden;
  margin: 2%;
}

.entryBox .entryLabel {
  float: left;
  width: 30%;
  padding: 2% 0;
  line-height: 1.5;
}
.entryBox .entryData {
  float: right;
  width: 70%;
}
.entryBox .w45 {
  width: 22%;
}
select::-ms-expand {
  display: none;
}

.entryBox .entryData input,
.entryBox .entryData select {
  border: solid 1px #bfbfbf;
  border-radius: 3px 0 0 3px;
  padding: 2.6% 2%;
  width: 28%;
  font-size: 1rem;
  /*background: #ffffff;*/
  line-height: 1.5;
}
.entryBox .entryData input#memberNum {
  border: none;
}
.entryBox .entryData input#address {
  width: 93%;
}

@media screen and (max-width: 768px) {
  .entryBox .entryData input[type="text"],
  .entryBox .entryData input[type="password"],
  .entryBox .entryData select {
    width: 95%;
    max-width: 100%;
  }
  .entryBox .entryData input#sei,
  .entryBox .entryData input#name,
  .entryBox .entryData input#seiKana,
  .entryBox .entryData input#nameKana {
    max-width: 43%;
  }
  .entryBox .entryData #year,
  .entryBox .entryData #month,
  .entryBox .entryData #day {
    max-width: 20%;
  }
  .entryBox .entryData input#zip1 {
    width: 30%;
  }
  .entryBox .entryData input#zip2 {
    width: 40%;
  }
  .entryBox .entryData input#tel1 {
    width: 20.5%;
  }
  .entryBox .entryData input#address {
    width: 95%;
  }
  .entryBox .entryData input#tel2,
  .entryBox .entryData input#tel3 {
    width: 25%;
  }
  .entryBox .w45 {
    width: 61%;
  }
}

/*seibetu*/
.maleBox,
.femaleBox {
  display: inline-block;
  width: 48%;
}

input[value="male"]:checked + label,
input[value="female"]:checked + label,
input[value="pcadd"]:checked + label,
input[value="spadd"]:checked + label,
input[value="yes"]:checked + label,
input[value="no"]:checked + label {
  background: #999;
  color: #fff;
}

input[type="radio"] + label {
  display: inline-block;
  width: 100%;
  padding: 5.5%;
  border: solid 1px #bfbfbf;
  background: #fff;
  color: #999;
}

.maleBox input + label,
.femaleBox input + label {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}
.maleBox input + label::before,
.femaleBox input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #5e5b5a;
  background: #fff;
  border-radius: 50%;
}
.maleBox input:checked + label,
.femaleBox input:checked + label {
  color: #fff;
}
.maleBox input:checked + label::after,
.femaleBox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 11px;
  width: 15px;
  height: 15px;
  background: #5e5b5a;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.maleBox input#male,
.femaleBox input#female,
.maleBox input#pcadd,
.femaleBox input#spadd,
.maleBox input#yes,
.femaleBox input#no {
  display: inline-block;
  border: none;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .maleBox,
  .femaleBox {
    display: block;
    width: 100%;
    margin-top: 2%;
  }
}
/*確認ボタン*/
.cntBtn a {
  color: #fff;
}

/*-----------------
confirm.html
------------------*/

.announceBox {
  margin: 7% 0;
}
.announceBox p {
  line-height: 1.5;
  font-size: 1.2rem;
}
.entryData p {
  padding: 2.6% 0;
  line-height: 1.5;
  word-break: break-all;
}

/*
ユーザーEntry
--------------------------------------------------　*/

.userEntry {
  line-height: 1;
}

.userEntry .announceText {
  text-align: center;
}
.userEntry .entryBox .entryData input#memberNum {
  border: solid 1px #bfbfbf;
}

.userEntry .termsContainer {
  overflow: auto;
  height: 300px;
  border: 1px solid #cccccc;
}

.userEntry .termsBox {
  margin-top: 5%;
}

.userEntry .termsContainer {
  margin-top: 1%;
  padding: 2%;
  font-size: 14px;
}

.userEntry .termsContainer .unitTitle {
  font-size: 16px;
  margin: 1% 0 2% 0;
}

.userEntry .termsContainer li {
  margin-top: 1%;
}

.userEntry .formUnitInnerBox {
  text-align: center;
  margin-top: 2%;
}

.termsCheck {
  position: relative;
  padding: 0 0 0 42px;
}

.termsCheck::before {
  left: 20px;
  margin-top: -8px;
  width: 5px;
  height: 10px;
  opacity: 0;
  border-left: 2px solid #035137;
  border-top: 2px solid #035137;
  transform: rotate(-130deg);
  z-index: 100;
}

.termsCheck::after {
  border: 1px solid #bfbfbf;
}

.termsCheck::after {
  left: 15px;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border-radius: 0;
}

.termsCheck::after,
.termsCheck::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

input[type="checkbox"]:checked + .termsCheck::before {
  opacity: 1;
}

/*
ゲストEntry
-------------------------------------------------- */
.entryData .text {
  padding-left: 0;
  margin-top: 0;
}

/* 日付のセレクト
-------------------------------------------------- */
.birthday .entryData,
.sex .entryData {
  display: flex;
  vertical-align: baseline;
  padding: 2% 1.6%;
  line-height: 1.5;
}
.entryBox.birthday.register .entryData {
  padding: 0;
}
.birthday .timeSlectBox {
  display: flex;
  float: left;
  clear: both;
  margin: 0;
  line-height: 1;
}
.birthday .entryData span {
  padding-right: 2%;
}
.birthday .entryBox span:last-child {
  padding-right: 0;
}
.entryBox.birthday.register .entryData span {
  padding: 2%;
}
.birthday .timeSlectBox .timeSlect {
  width: 100%;
  max-width: 100% !important;
}

@media screen and (max-width: 579px) {
  .birthday .entryData span {
    /*padding-right: 0;
    padding-left: 0;*/
  }
  .birthday .entryData .timeSlectBox:nth-child(3),
  .birthday .entryData .timeSlectBox:nth-child(5) {
    width: 60%;
  }
}
