/*========================================
input
========================================*/
#seikyu_header {border-bottom: 1px solid #C1C1C1;box-sizing: border-box;margin-bottom: 53px;}
.top_ctr_logo {margin-bottom: 55px;text-align: center;}
.seikyu_new * {box-sizing: border-box;}
.seikyu_new .ttlArea {display: flex;justify-content: space-between;margin-bottom: 60px;}
.seikyu_new .ttlArea p {font-size: 28px;font-weight: bold;color: #333;}
.seikyu_new .ttlArea p span {font-size: 18px;padding-left: 4px;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.fs12 {font-size: 12px !important;}
.seikyu_new ul.flow {display: flex;margin-right: 12px;}
.seikyu_new ul.flow li {
  margin: 0 0 0 14px;
  background: #C0E0FB;
  padding: 5px;
  color: white;
  position: relative;
  text-align: center;
  height: 30px;
  width: 60px;
  font-size: 14px;
  font-weight: bold;
}
.seikyu_new ul.flow li.on {background: #0A14FF;color: white;}
.seikyu_new ul.flow li::before,
.seikyu_new ul.flow li::after {content: "";position: absolute;top: 0;}
.seikyu_new ul.flow li::before {border-width: 15px 0 15px 12px;border-style: solid;border-color: #C0E0FB #C0E0FB #C0E0FB transparent;left: -12px;}
.seikyu_new ul.flow li.on::before {border-color: #0A14FF #0A14FF #0A14FF transparent;}
.seikyu_new ul.flow li::after {border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 12px solid #C0E0FB;right: -12px;}
.seikyu_new ul.flow li:first-child.on::before {border-color: #0A14FF;}
.seikyu_new ul.flow li:first-child::before {border-color: #C0E0FB;border-width: 15px 5px;left: -5px;}
.seikyu_new ul.flow li.on::after {border-left: 12px solid #0A14FF;}
.seikyu_new ul.flow li:last-child.on::after {border-color: transparent transparent transparent #0A14FF;}
.seikyu_new a.memberBtn {
  display: block;
  width: 320px;
  height: 40px;
  margin: 0 0 50px auto;
  text-align: center;
  border: 2px solid #0A14FF;
  border-radius: 5px;
  color: #0A14FF;
  text-decoration: none;
  font-size: 17px;
  padding-top: 5px;
  font-weight: bold;
}
.seikyu_new a.logoutBtn {
  display: block;
  width: 320px;
  height: 10px;
  margin: 0 0 0 auto;
  text-align: right;
  color: #333;
  text-decoration: none;
  font-size: 15px;
}
/*---------- member input ----------*/
.member_login_area {border: 1px solid #E1E1E1;padding: 30px 36px 44px 20px;}
.member_login_area .txt {color: #333;font-size: 20px;font-weight: bold;margin-bottom: 30px;}
.member_login_area .txt span {font-weight: normal;font-size: 14px;padding-left: 30px;}
.flex {display: flex;}
.member_login_area .left {flex: 1;}
.member_login_area .right {width: 240px;}
.member_login_area label {display: block;color: #464646;}
.member_login_area label + label {margin-top: 20px;}
.member_login_area input {margin-left: 46px;width: 300px;}
input:focus {outline: none;}
.member_login_area .right a {color: #464646;}
.member_login_area .right a:hover {color: #464646;opacity: .7;}
.common_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A14FF;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 14px;
  box-shadow: 3px 3px 3px #00000029;
  color: white !important;
}
.common_btn.login_btn {width: 240px;}
.login_btn:hover {text-decoration: none;}
/*---------- new regist ----------*/
.seikyu_new section {display: none;}
.seikyu_new section.current {display: block;}
.seikyu_new section .ttl {font-size: 20px;color: #333;margin: 30px 0;position: relative;font-weight: bold;}
.seikyu_new table {width: 100%;border-top: 1px solid #E1E1E1;font-size: 14px;color: #464646;}
.seikyu_new table tr {border-left: 1px solid #E1E1E1;border-right: 1px solid #E1E1E1;border-bottom: 1px solid #E1E1E1;}
.seikyu_new table th {width: 180px;border-right: 1px solid #E1E1E1;font-weight: normal;}
.seikyu_new table th,
.seikyu_new table td {padding: 25px 20px;}
.seikyu_new table td {position: relative;width:580px;}
.seikyu_new table th.required p {position: relative;}
.seikyu_new table th.required p::after {
  position: absolute;
  right: 0;
  content: "必須";
  color: #FB1633;
  border: 1px solid #FB1633;
  padding: 3px 5px;
  font-size: 10px;
  margin-left: 5px;
  line-height: 1;
}
.name_cell {display: block;position: relative;}
.name_cell label {display: inline-block;width: 40px;}
.seikyu_new table .ok::before,
.seikyu_new table .ng::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-radius: 50%;
}
.seikyu_new table .ok::before {background: #0A14FF;}
.seikyu_new table .ng::before {background: #D71010;}
.seikyu_new table .name_cell.ok::before,.seikyu_new table .name_cell.ng::before {right: 0;}
.seikyu_new table .ok::after,
.seikyu_new table .ng::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  font-size: 10px;
  color: white;
}
.seikyu_new table .ok::after {content: "OK";}
.seikyu_new table .ng::after {content: "NG";}
.seikyu_new table .name_cell.ok::after,.seikyu_new table .name_cell.ng::after {right: 4px;}
.seikyu_new table td span.edit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #0A14FF;
  font-size: 13px;
  border: 1px solid #0A14FF;
  padding: 4px 4px 2px;
  border-radius: 2px;
  cursor: pointer;
}
.seikyu_new input[type="text"],
.seikyu_new input[type="number"],
.seikyu_new input[type="tel"],
.seikyu_new input[type="email"],
.seikyu_new input[type="password"] {
  border: 1px solid #cecece;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 3px;
  height: 45px;
}
input::placeholder {color: #bbb;}
input:-ms-input-placeholder {color: #bbb;}
input::-ms-input-placeholder {color: #bbb;}
.seikyu_new div.wrapLoginButton {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.seikyu_new a.forgotPassword{position: absolute;right: 0;color: initial;}
.seikyu_new .s_short {width: 106px !important;}
.seikyu_new .short {width: 165px !important;}
.seikyu_new .middle {width: 200px !important;}
.seikyu_new .large {width: 493px !important;}
/*---------- radio ----------*/
label.btnLabel,
label.chkbox_label {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
label.btnLabel {width: 100px;}
label.btnLabel input.radioBtn[type=radio],
label.chkbox_label input {appearance: none;display: none;}
label.btnLabel span::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
}
label.btnLabel input:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 13px;
  height: 13px;
  background: #0A14FF;
  border-radius: 50%; 
  z-index: 2;
}
/*---------- checkbox ----------*/
/*hight school name check*/
label.checkbox_text {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
label.checkbox_text span.parts::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 5px;
  background: white;
  border: 1px solid #cecece;
}
label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
label.checkbox_text input[type="checkbox"]:checked + span.parts::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #0A14FF;
  border-bottom: 2px solid #0A14FF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*regist all member check*/
label.chkbox_label span.parts {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
label.chkbox_label span.parts::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  z-index: 1;
  border: 1px solid #cecece;
}
label.chkbox_label input[type="checkbox"] +span.parts::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  display: block;
  width: 8px;
  height: 15px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  z-index: 3;
  transition: .2s;
}
label.chkbox_label input[type="checkbox"]:checked + span.parts::before {background: #0A14FF;border: 1px solid #0A14FF;}
label.chkbox_label input[type="checkbox"]:checked + span.parts::after {border-right-color: white;border-bottom-color: white;transform: rotate(45deg);}
label.chkbox_label span.parts span.fs12 {font-weight: normal;font-size: 12px;margin-left: 20px;}
/*---------- select option ----------*/
.seikyu_new .selectWrap {position: relative;}
.seikyu_new .selectWrap:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  display: inline-block;
  width: 7px;
  height: 7px;
  z-index: 20;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.seikyu_new .selectWrap select{
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 18px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
  background: #fff;
  z-index: 10;
  height: 45px;
}
.seikyu_new .date .selectWrap {display: inline-block;}
.seikyu_new .date span {padding: 0 10px;}
.seikyu_new p.next,
.seikyu_new a.next {width: 300px;margin: 50px auto;}
.seikyu_new .no_display{display: none;position:absolute;}
.seikyu_new #errors{padding-top: 10px;color: red;}
#seikyu_footer {width: 762px;}
.seikyu_new section .error {background: #FFE9E9;}
.regist_member_area {border: 1px solid #E1E1E1;padding: 30px 20px;margin-top: 50px;}
.seikyu_new .regist_member_area table,
.seikyu_new .regist_member_area tr,
.seikyu_new .regist_member_area th,
.seikyu_new .regist_member_area td {border: none;padding: 0;}
.seikyu_new .regist_member_area table {margin-top: 20px;}
/*========================================
confirm
========================================*/
.seikyu_new .ttl01 {font-size: 16px;color: #0A14FF;margin-bottom: 10px;font-weight: bold;}
.seikyu_new dl.orderedItems {border: 1px solid #ccc;padding: 20px;margin-bottom: 30px;}
.seikyu_new dl.orderedItems dd + dt {margin-top: 10px;}
.seikyu_new dl.orderedItems dd {text-indent: 1em;}
.seikyu_new .privacyPolicy {margin: 30px 0;text-align: center;}
.seikyu_new .privacyPolicy a {color: #1072b8;text-decoration: underline;}
.seikyu_new .btnArea p {padding: 10px;text-align: center;color: white;border-radius: 4px;margin: 0 auto;cursor: pointer;}
.seikyu_new p.next.confirm {width: 380px;}
.seikyu_new p.edit {background: #bfbfbf;width: 200px;font-weight: bold;}