/* ===========================================
 * フォーム用CSS
 * ======================================== */
.appWrp h3 {
  padding: 16px 0 16px 0;
  color: var(--c-black) 333;
  border: none;
  margin: 0 0 16px 0;
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem); /* 18-16 */
}
.appWrp h3:before {
  content: none;
}
.appWrp h3 .required {
  background: var(--c-note);
  color: var(--c-white);
  font-size: 12px;
  padding: 2px 10px;
  margin: 0 0 0 5px;
  border-radius: 5em;
  display: inline-block;
  font-weight: bold;
}
.appWrp h4 {
  padding: 24px 0 0 0;
  color: var(--c-note);
}
.appWrp h5 {
  padding: 0 0 8px 0;
  color: #141414;
  font-size: 16px;
}
.appWrp .course1 h5,
.appWrp .course2 h5 {
  color: var(--c-note);
  font-weight: bold;
}
.appWrp h5:before {
  content: none;
}
.appWrp .licenceSelectWrp {
  border: 5px solid var(--c-gray);
  padding: 24px 0;
  margin: 24px 0 0 0;
  position: relative;
  z-index: 100;
  display: none;
  background-color: var(--c-white);
}
.appWrp .licenceSelectWrp:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 6%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: var(--c-gray) var(--c-gray) transparent transparent;
  transform: rotate(-45deg);
  background: var(--c-white);
  z-index: -1;
}
.appWrp .licenceSelectWrp.pos1:after {
  left: 6%;
}
.appWrp .licenceSelectWrp.pos2:after {
  left: 20%;
}
.appWrp .licenceSelectWrp.pos3:after {
  left: 38%;
}
.appWrp .licenceSelectWrp.pos4:after {
  left: 45%;
}
.appWrp .licenceSelectWrp.pos5:after {
  left: 32%;
}
@media (max-width: 1024px) {
  .appWrp .licenceSelectWrp {
    padding: 6% 4% 4% 4%;
  }
  .appWrp .licenceSelectWrp:after {
    left: 50% !important;
  }
  .appWrp h3 .required {
    display: block;
    margin-left: 0;
  }
  .appWrp h3 .required {
    display: inline-block;
  }
}

.appWrp .radiobox_are.layer2 h4 {
  padding: 0 0 16px 30px;
  margin: 0 0 0 0;
}
.appWrp .radiobox_are.layer2 div.innerSl {
  padding: 0 0 0 30px;
}
.appWrp .radiobox_are.layer3 h4,
.appWrp .radiobox_are.layer3 h5 {
  padding: 0 0 16px 30px;
  margin: 24px 0 0 0;
  font-weight: bold;
}
.appWrp .radiobox_are.layer3 div.innerSl {
  padding: 0 0 0 30px;
}
.appWrp .radiobox_are.course5 div.innerSl:after {
  content: "※別途料金が必要です";
  color: rgb(227, 70, 70);
  font-size: 12px;
}

.appWrp .radiobox_are.layer4 h4,
.appWrp .radiobox_are.layer4 h5 {
  padding: 0 0 16px 30px;
  margin: 24px 0 0 0;
}
.appWrp .radiobox_are.layer4 div.innerSl {
  padding: 0 0 0 30px;
}
.appWrp .radiobox_are.layer5 h4,
.appWrp .radiobox_are.layer5 h5 {
  padding: 0 0 16px 30px;
  margin: 24px 0 0 0;
}
.appWrp .radiobox_are.layer5 div.innerSl {
  padding: 0 0 0 30px;
}
@media (max-width: 1024px) {
  .appWrp .radiobox_are.layer2 h4 {
    padding: 2% 0 2% 0;
    margin: 0 0 4% 0;
    text-align: center;
    font-size: 1.2rem;
    background: var(--c-gray);
  }
  .appWrp .radiobox_are.layer3 h4,
  .appWrp .radiobox_are.layer3 h5,
  .appWrp .radiobox_are.layer4 h4,
  .appWrp .radiobox_are.layer4 h5,
  .appWrp .radiobox_are.layer5 h4 {
    padding: 2% 0 2% 0;
    margin: 6% 0 4% 0;
    text-align: center;
    font-size: 1rem;
    background: var(--c-gray);
  }
  .appWrp .radiobox_are.layer5 h5 {
    font-size: 0.8rem;
    padding: 2% 0 2% 0;
    margin: 4% 0 4% 0;
    text-align: center;
    background: var(--c-gray);
  }
  .appWrp .radiobox_are.layer2 div.innerSl,
  .appWrp .radiobox_are.layer3 div.innerSl,
  .appWrp .radiobox_are.layer4 div.innerSl,
  .appWrp .radiobox_are.layer5 div.innerSl {
    justify-content: space-between;
    padding: 0 8%;
  }
  .appWrp .radiobox_are.layer3.unlimitedType div.innerSl {
    padding: 2% 0;
  }
  .appWrp .radiobox_are.layer3.unlimitedType div.innerSl .mwform-radio-field {
    display: block;
    margin: 2% 0;
    font-size: 0.7rem;
  }
  .appWrp .bike .mwform-radio-field label {
    width: 300px;
  }
}
.appWrp .lcSelectArea {
  display: none;
}
.appWrp .innerSl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  row-gap: 8px;
}
.appWrp .mwform-radio-field label,
.appWrp .mwform-checkbox-field label {
  display: flex;
  align-items: center;
}
.appWrp .mwform-checkbox-field label span,
.appWrp .mwform-radio-field label span {
  margin: 0 8px 0 8px;
}
.appWrp .unlimitedType .innerSl {
  display: block;
}
.appWrp .cap {
  font-size: 13px;
  line-height: 1.8em;
}
.appWrp .alertCap {
  color: #e34646;
  padding: 16px 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.8em;
}
.appWrp .highliteMsg {
  color: #e34646;
  padding: 16px 44px 0 44px;
}

/*--サブ入力エリア------------------*/
.appWrp .secondSec {
  margin: 24px 0 48px 0;
}
.appWrp .secondSec .alreadyWrp {
  display: none;
}
.appWrp .secondSec .innerSl {
  margin: 0 0 24px 0;
}
.appWrp .secondSec .innerSl:last-of-type {
  margin: 0 0 0 0;
}
.appWrp .secondSec .innerSl .mwform-checkbox-field {
  width: 180px;
  margin: 0 0 8px 0;
}

@media (max-width: 1024px) {
  .appWrp .secondSec {
    margin: 4% 0 40px 0;
  }
  .appWrp .mw_wp_form .horizontal-item,
  .appWrp .mw_wp_form .horizontal-item + .horizontal-item {
    margin: 0 0 4% 0;
  }
}

/*--入校日選択------------------*/
.appWrp .daySelectWrp {
  display: none;
}
.appWrp .daySelectAns {
  display: none;
  margin: 30px 0 0 0;
}
.appWrp .daySelectBox {
  display: none;
}

.appWrp .daySelectWrp .daySelect {
  margin: 24px 0 0 0;
}
.monthTab {
  display: flex;
}
.tab-area {
  display: flex;
  cursor: pointer;
}
.tab-area .tab {
  text-align: center;
  color: white;
  border-top: 3px solid var(--c-gray);
  border-left: 3px solid var(--c-gray);
  border-right: 3px solid var(--c-gray);
  background-color: var(--c-gray);
  color: var(--c-black);
  padding: 16px;
  font-weight: bold;
}
.tab-area .tab.active {
  background-color: var(--c-white);
  color: var(--c-note);
  border-top: 3px solid var(--c-gray);
  border-left: 3px solid var(--c-gray);
  border-right: 3px solid var(--c-gray);
}
.tabContent-area {
  text-align: center;
  margin-top: -3px;
}
.tabContent-area .tabContent {
  display: none;
}
.tabContent-area .tabContent.show {
  display: block;
  border: 3px solid var(--c-gray);
}
.tabContent-area .tabContent .tabContentInner {
  max-height: 320px;
  overflow-y: scroll;
}

.sdUnit {
  display: flex;
  padding: 24px 16px;
  border-bottom: 1px dotted #ccc;
  background-color: var(--c-white);
}
.sdUnit:last-child {
  border: none;
}
.sdUnit_day {
  width: 140px;
}
.sdUnit_timeline {
  display: flex;
  padding: 0 16px 16px 16px;
  align-items: center;
  margin: 0;
}
.sdUnit_timeline:last-child {
  padding: 0 16px;
}
.sdUnit_timeline div {
  margin-right: 10px;
}
.sdUnit_timeline_capaover {
  color: #f26b6b;
}
@media (max-width: 1024px) {
  .monthTab {
    white-space: nowrap;
    justify-content: flex-start;
    overflow: scroll;
  }
  .sdUnit {
    display: block;
    padding: 4%;
  }
  .sdUnit .sdUnit_day {
    margin: 0 0 4% 4%;
    text-align: left;
  }
  .sdUnit_timeline {
    padding: 0 4% 4% 4%;
  }
  .sdUnit_timeline:last-child {
    padding: 0 4% 0 4%;
  }
}

/*--情報入力テーブル------------------*/
.msgCap {
  color: #6e7b6b;
  padding: 8px 0 0 0;
}
.psTable {
  width: 100%;
}
.psTable th {
  width: 28%;
  text-align: left;
  border: none;
  border-top: 1px solid var(--c-gray-dark);
  color: #141414;
  vertical-align: middle;
}
.psTable th div {
  position: relative;
}
.psTable th div .required {
  position: absolute;
  right: 0;
  background: var(--c-note);
  color: var(--c-white);
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5em;
}
.psTable td {
  border: none;
  border-top: 1px solid var(--c-gray-dark);
  padding: 16px 16px 16px 48px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .psTable th {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    padding: clamp(0.5rem, 0.386rem + 0.48vw, 0.75rem) 0; /* 12-8 */
    margin: clamp(0.5rem, 0.386rem + 0.48vw, 0.75rem) 0 0 0; /* 12-8 */
  }
  .psTable td {
    display: block;
    width: 100%;
    padding: clamp(0.5rem, 0.386rem + 0.48vw, 0.75rem) 0; /* 12-8 */
    font-size: 0.8rem;
    border-top: none;
  }
  .psTable th div {
    display: block;
    font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem); /* 18-16 */
  }
}

/*--フォームスタイル--*/
.psTable input[type="text"],
.psTable input[type="number"],
.psTable input[type="tel"] {
  background: var(--c-white);
  border: solid 2px var(--c-gray);
  border-radius: 0.5em;
  padding: clamp(0.5rem, 0.386rem + 0.48vw, 0.75rem); /* 12-8 */
  outline: 0;
  width: 100%;
}
.psTable #addr {
  width: 385px;
}
.psTable .selectCol {
  width: 240px;
  position: relative;
}
.psTable .selectCol.-sm {
  max-width: 60px;  
}
.birthCol{
  display: flex;
  align-items: center;  
  gap: 4px;
}
.psTable .selectCol select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: var(--c-white);
  border: solid 2px var(--c-gray);
  padding: 12px;
  border-radius: 0.5em;
  width: 100%;
}
.psTable .selectCol select::-ms-expand {
  display: none;
}
.psTable .selectCol:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: none;
  border-top: 8px solid #141414;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.psTable textarea {
  background: var(--c-white);
  border: solid 2px var(--c-gray);
  border-radius: 0.5em;
  padding: 12px;
  outline: 0;
  width: 400px;
}
.psTable .submitColWrp {
  border: none;
  padding: 16px 0 36px 0;
}
.psTable .submitCol {
  display: block;
}
.conf .psTable .submitCol {
  place-content: center;
}
.conf .psTable .selectCol.-sm {
  text-align: center;
  max-width: 20px;
}

.psTable .submitCol .submitBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid var(--c-main);
  width: 300px;
  display: block;
  margin: 4% auto 2% auto;
  background: var(--c-main);
  color: var(--c-white);
  font-size: 16px;
  transition: all var(--anime-duration);
  text-align: center;
}
.psTable .submitCol .submitBtn:hover {
  background: var(--c-white);
  color: var(--c-main);
}
.psTable .submitCol .backBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid var(--c-gray);
  width: 300px;
  display: block;
  margin: 2% auto 4% auto;
  background: var(--c-gray);
  color: #666;
  font-size: 16px;
  transition: all 0.5s 0s ease;
  text-align: center;
}
.psTable .submitCol .backBtn:hover {
  border: 1px solid #666;
  background: var(--c-white);
  color: #666;
}
@media (max-width: 1024px) {
  .psTable #addr {
    width: 90%;
  }
  .psTable textarea {
    width: 100%;
  }
  .psTable .submitCol .submitBtn,
  .psTable .submitCol .backBtn {
    width: 240px;
    padding: 4%;
  }
}

/*--フォームサイズ--*/
.psTable .nameCol {
  /* padding: 8px 0; */
  min-height: 1em;
}
.psTable .nameCol span {
  /* width: 40px;
  display: inline-block; */
}
.psTable .nameCol input[type="text"] {
  width: 240px;
  margin: 0 16px 0 0;
}
.nameCol + .nameCol {
  margin-top: 8px;
}
.psTable .radioCol {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  align-items: center;
}
.psTable .checkCol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.psTable .birthCol {
  padding: 8px 0;
}
.psTable .birthCol input[type="number"] {
  width: 100px;
}
.psTable .schoolCol input[type="text"] {
  width: 300px;
}
.psTable .zipCol input[type="text"] {
  width: 160px;
}
.schoolCol{
  min-height: 1em;
}
.psTable .telCol div {
  padding: 0;
  min-height: 1em;
}
.psTable .telCol div + div {
  margin-top: 8px;
}
.psTable .telCol input[type="text"] {
  width: 90px;
}
.psTable .mailCol input[type="text"] {
  width: 300px;
}

@media (max-width: 1024px) {
  .psTable .nameCol,
  .psTable .telCol {
    padding: 0;
  }

  .psTable .birthCol input[type="number"] {
    width: 80px;
  }
  .psTable .addrCol input[type="text"],
  .psTable .schoolCol input[type="text"],
  .psTable .mailCol input[type="text"] {
    width: 90%;
  }
  .psTable .telCol input[type="text"] {
    width: 70px;
  }
  .psTable .telCol .mwform-tel-field {
    display: block;
    margin: 0;
  }
}

/*-----エラー画面------*/
.mw_wp_form .error {
  color: #e34646;
  display: inline-block;
  padding: 8px;
  border-radius: 0.5em;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.appWrp .errorCap {
  font-size: 12px;
  line-height: 1.8em;
  color: #e34646;
  border: 1px solid #e34646;
  background: var(--c-white);
  text-align: center;
  padding: 8px 0;
  border-radius: 0.5em;
}
.appWrp .mw_wp_form .error {
  color: #e34646;
  background: var(--c-white);
  border: 1px solid #e34646;
  display: inline-block;
  padding: 8px;
  margin: 4px;
  border-radius: 0.5em;
  font-size: 12px;
  width: fit-content;
}
/* .psTable .nameCol span.error {
  width: 350px;
  display: block;
  text-align: center;
  margin: 4% 0 0 0;
} */

@media (max-width: 1024px) {
  .psTable .nameCol span.error {
    width: 90%;
  }
}

/*-----確認画面------*/
.conf .alertCap {
  display: none;
}
.conf .psTable .selectCol:after {
  content: none;
}
.conf .alreadyLi h5 {
  display: none;
}
.conf .psTable td > div {
  min-height: 50px;
  display: grid;
  place-content: center start;
}
.conf .psTable td > div.birthCol {
  display: flex;
  align-items: center;
}

.conf .psTable .selectCol:after {
  content: none;
}
.mw_wp_form_confirm .alertCap {
  display: none;
}
.mw_wp_form_confirm .psTable .selectCol:after {
  content: none;
}
.mw_wp_form_confirm .alreadyLi h5 {
  display: none;
}
.mw_wp_form_confirm .psTable .selectCol:after {
  content: none;
}

/*-----完了画面------*/
.confirmation_message {
  padding: 1% 0 2% 0;
  line-height: 1.8em;
}
.toHomeBack a {
  text-align: center;
  padding: 16px 24px;
  border-radius: 40px;
  border: 3px solid #942a2c;
  width: 300px;
  display: block;
  margin: 2% auto 8% auto;
  background: #942a2c;
  color: var(--c-white);
  font-size: 16px;
  transition: all 0.5s 0s ease;
  text-decoration: none;
}
.toHomeBack a:hover {
  border: 3px solid #942a2c;
  background: var(--c-white);
  color: #942a2c;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .toHomeBack {
    margin: 4% auto 12% auto;
  }
  .toHomeBack a {
    width: 240px;
  }
}

.p-country-name{
  display: none !important;
}