@charset "utf-8";

/*
 PC用
------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
.sp {
  display: none;
}
.applyNotice {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}
.applyNotice a {
  text-decoration: underline;
}
.applyNotice a:hover {
  text-decoration: none;
}

/*  法人 入団登録フォーム  */

#applyFormCont {
  width: 960px;
  margin: 0 auto 60px auto;
}

#applyFormCont h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#applyFormCont h2 span {
  font-size: 180%;
  display: inline-block;
  padding: 0 0 20px 0;
  margin: 10px 0 40px 0;
  border-bottom: 5px solid #eeeeee;
}

/* #applyFormCont h2 br {
  display: none;
} */

.contactFlow {
  margin: 0 0 65px 0;
}

.contactFlow li {
  width: 310px;
  float: left;
  margin: 0 15px 0 0;
  background: #eceff1;
  color: #9f9f9f;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  padding: 22px 0;
}

.contactFlow li:nth-child(-n+2) {
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
}

.contactFlow li.active {
  background: #FF0038;
  color: #fff;
}

.contactFlow li:last-child {
  margin-right: 0;
}

#contactTerms {
  margin: 0 0 50px 0;
}

#contactTerms dl dt {
  font-weight: bold;
  font-size: 180%;
  text-align: center;
  margin: 0 0 30px 0;
}

#contactTerms dl dd:nth-child(2) {
  font-size: 120%;
  text-align: center;
  margin: 0 0 30px 0;
}

#contactTerms dl dd:nth-child(3) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 30px;
  margin: 5px 10px 0 0;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  vertical-align: text-bottom;
  background: #fff;
  border: 2px solid #cccccc;
}

#contactTerms dl dd:nth-child(3) input:checked::after {
  display: block;
}

#contactTerms dl dd:nth-child(3) input::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -7px;
  left: -2px;
  background: url(../images/common/ico-checked.png) no-repeat left top;
  display: none;
  }

#contactTerms dl dd:nth-child(3) a {
  text-decoration: underline;
}

#contactTerms dl dd:nth-child(3) {
  font-weight: bold;
  font-size: 140%;
  text-align: center;
}

#contactTerms dl dd:nth-child(3) span {
  border-bottom: 1px solid #000;
}

#contactForm dl,
#contactFormConfirm dl {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

#contactForm dl:first-child,
#contactFormConfirm dl:first-child {
  border-top: 1px solid #e5e5e5;
}

#contactForm dl dt {
  width: 280px;
  float: left;
  font-size: 120%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 7px 0 0 30px;
}

#contactForm dl dt span,
#contactFormConfirm dl dt span {
  background: #000;
  color: #fff;
  font-size: 90%;
  text-align: center;
  padding: 2px 12px;
  margin: 0 0 0 10px;
  display: inline-block;
}

#contactForm dl dt span.any,
#contactFormConfirm dl dt span.any {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

#contactForm dl dd {
  width: 680px;
  float: right;
}

#contactForm dl dd input {
  width: 678px;
  height: 43px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  font-size: 120%;
}

#contactForm dl dd input[type="checkbox"] {
  width: 20px;
}

#contactForm dl dd textarea {
  width: 100%;
  height: 138px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 20px 0 0 20px;
  font-size: 120%;
  box-sizing: border-box;
}

#contactForm dl dd select {
  width: 120px;
  height: 40px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}

.fesForm select {
  width: 200px !important;
}

#contactForm dl:first-child dd input,
#contactForm dl:nth-child(2) dd input,
#contactForm dl:nth-child(3) dd input,
#contactForm dl:nth-child(4) dd input,
#contactForm dl:nth-child(5) dd input,
#contactForm dl:nth-child(11) dd input,
#contactForm dl:nth-child(12) dd input,
#contactForm dl:nth-child(13) dd input {
  width: 405px;
  height: 43px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  margin: 0 20px 0 0;
}

#contactForm dl:nth-child(7) dt {
	position: relative;
}

#contactForm dl:nth-child(7) dt span {
	position: absolute;
	top: 5px;
	right: 25px;
}

#contactForm dl:nth-child(8) dt,
#contactForm dl:nth-child(9) dt {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}

#contactForm dl:nth-child(8) dd,
#contactForm dl:nth-child(9) dd {
	float: none;
	width: 100%;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	line-height: 1.6;
}

#contactForm dl:nth-child(9) {
	margin: 0 0 40px 0;
}

#contactForm dl:nth-child(11),
#contactForm dl:nth-child(12) {
	border: none;
}

#contactForm dl:nth-child(11) dt,
#contactForm dl:nth-child(12) dt,
#contactForm dl:nth-child(13) dt {
	width: 350px;
}

#contactForm dl:nth-child(11) dd,
#contactForm dl:nth-child(12) dd,
#contactForm dl:nth-child(13) dd {
	width: 610px;
}

#contactForm dl:nth-child(13) {
	margin: 0 0 40px 0;
}

#contactForm dl dd span {
  display: block;
  margin: 10px 30px 0 0;
  text-align: right;
}

#contactForm p input[type="submit"] {
  display: block;
  width: 547px;
  padding: 22px 0;
  margin: 55px auto 0 auto;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  background: #FF0038;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.btnMusic input[type="submit"] {
  background: #dd001f !important;
}

.formTxt {
  text-align: center;
  font-size: 110%;
  line-height: 2;
  margin: 0 0 20px 0;
  padding: 0 50px;
}

.errorTxt {
  background: #fff6f6;
  border: 2px solid #ff0037;
  padding: 10px 0;
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 120%;
  color: #ff0037;
}

#contactForm dd .error {
  background: #ffeeee !important;
  border: 2px solid #ff0037 !important;
}

/*  法人 入団登録 確認画面 */

.confirm h3 span {
  display: block;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.confirm h3 {
  font-size: 120% !important;
  font-weight: normal !important;
}

#contactFormConfirm dl dt {
  width: 250px;
  float: left;
  font-size: 120%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0 0 50px;
}

#contactFormConfirm dl dd {
  width: 710px;
  float: right;
  font-size: 120%;
}

#contactFormConfirm p button {
  text-align: center;
  width: 400px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  background: #323232;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 15px 0;
  margin: 55px auto 0 auto;
}

#contactFormConfirm p input[type="submit"] {
  display: block;
  width: 547px;
  padding: 22px 0;
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  background: #FF0038;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}


/*  法人 入団登録 完了画面 */

#applyFormFinish {
  padding: 30px 0;
}

#applyFormFinish p {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 50px 0;
}

#applyFormCont .backBtn a {
  text-align: center;
  width: 400px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
  background: #323232;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 15px 0;
  margin: 0 auto 0 auto;
}

  #applyCont {
  width: 960px;
  margin: 30px auto 0;
  }
  #applyCont .applyTitle {
  text-align: center;
  margin-bottom: 48px;
  }
  #applyCont .applyTitle span {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  border-bottom: 5px solid #eeeeee;
  }
  #applyCont .applyContSub {
  text-align: center;
  border: 8px solid #eeeeee;
  padding: 24px;
  margin: 32px 0;
  }
  #applyCont .applyContSub h2 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  line-height: 40px;
  }
  #applyCont .applyContSub h2.titleIconMail {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/ico-mail1.png) left center no-repeat;
  }
  #applyCont .applyContSub h2.titleIconSns {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/ico-sns1.png) left center no-repeat;
  }
  #applyCont .applyContSub h2.titleIconMember {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/ico-user1.png) left center no-repeat;
  }
  #applyCont .formBox p {
  margin-bottom: 20px;
  }
  #applyCont .formBox p input {
  padding: 0 20px;
  height: 64px;
  width: 100%;
  background: #eeeeee;
  font-size: 18px;
  font-size: 1.28571rem;
  vertical-align: top;
  margin: 0 0 30px 0;
  }
  #applyCont .fbtn_01 {
  display: inline-block;
  padding: 0 30px;
  min-width: 272px;
  background: #000000;
  border: 2px solid #000000;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  }
  #applyCont .fbtn_01:hover {
  background: #fff;
  color: #000000;
  }
  #applyCont .fbtn_02 {
  display: inline-block;
  padding: 0 30px;
  min-width: 272px;
  background: #ff0037;
  border: 2px solid #ff0037;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  }
  #applyCont .fbtn_02:hover {
  background: #fff;
  color: #ff0037;
  }
  #applyCont .fbtn_03 {
  display: inline-block;
  padding: 4px 30px;
  min-width: 272px;
  background: #000000;
  border: 2px solid #000000;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  }
  #applyCont .fbtn_03:hover {
  background: #fff;
  color: #000000;
  }
  #applyCont .lead_01 {
  line-height: 2;
  margin-bottom: 32px;
  }
  #applyCont .underline {
  font-weight: bold;
  text-decoration: underline;
  }
  #applyCont .caution {
  color: #ff0037;
  }
  #applyCont .errorBox {
  color: #ff0037;
  margin: 18px 0;
  }
  #applyCont .errorText {
  color: #ff0037;
  text-align: left;
  margin: 18px 0;
  }
  #applyCont .snsBtn {
  margin-bottom: 20px;
  }
  #applyCont .snsBtn ul {
  letter-spacing: -0.5em;
  }
  #applyCont .snsBtn ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  list-style: none;
  margin: 0 6px;
  }
  #applyCont .fb_btn {
  display: inline-block;
  padding: 0 10px;
  min-width: 272px;
  background: url(../images/common/ico_sns-f.png) 16px center no-repeat #3c5996;
  line-height: 64px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  opacity: 1;
  }
  #applyCont .tw_btn {
  display: inline-block;
  padding: 0 10px;
  min-width: 272px;
  background: url(../images/common/ico_sns-t.png) 26px center no-repeat #55acee;
  line-height: 64px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  opacity: 1;
  }
  #applyCont .fb_btn:hover,
  #applyCont .tw_btn:hover {
  opacity: 0.6;
  }

  #applyCont .formCheckBox {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  margin-bottom: 20px;
  }
  #applyCont .formCheckBox a {
  text-decoration: underline;
  }
  #applyCont .formCheckBox a:hover {
  text-decoration: none;
  }
  #applyCont .formCheckBox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 30px;
  margin: 5px 10px 0 0;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  vertical-align: text-bottom;
  background: #fff;
  border: 2px solid #cccccc;
  }
  #applyCont .formCheckBox input:checked::after {
  display: block;
  }
  #applyCont .formCheckBox input::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -7px;
  left: -2px;
  background: url(../images/common/ico-checked.png) no-repeat left top;
  display: none;
  }
  #applyCont .formCheckBox span {
  display: inline-block;
  margin: 0 20px;
  }

  #applyCont .groupBtn {
  text-align: center;
  }
  #applyCont .formBox ul li {
  background: #eeeeee;
  margin-bottom: 18px;
  }
  #applyCont .formBox ul li label {
  display: inline-block;
  width: 296px;
  height: 64px;
  text-align: left;
  padding-left: 14px;
  line-height: 64px;
  background: #eeeeee;
  font-size: 16px;
  font-size: 1.14286rem;
  letter-spacing: -0.08em;
  vertical-align: top;
  color: #000000;
  }
  #applyCont .formBox ul li input,
  #applyCont .formBox ul li span {
  display: inline-block;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  text-align: left;
  width: 600px;
  background: #eeeeee;
  font-size: 18px;
  font-size: 1.28571rem;
  vertical-align: top;
  }
  #applyCont .formBox ul li span.textAspan {
  height: auto;
  padding: 20px;
  line-height: 1.4;
  }
  #applyCont .formBox ul li textarea {
  padding: 20px;
  width: 600px;
  background: #eeeeee;
  font-size: 18px;
  font-size: 1.28571rem;
  vertical-align: top;
  }
  #applyCont .formBox.fbConf ul li {
  background: #fff;
  }
  #applyCont .formBox.fbConf ul li label {
  background: #fff;
  cursor: auto;
  }
  #applyCont .formBox.fbConf ul li input,
  #applyCont .formBox.fbConf ul li span {
  background: #fff;
  }
  #applyCont .formBox.fbConf ul li textarea {
  background: #fff;
  }

  /* 20240315追加 */
  #applyCont .fbtn_03[type="submit"][disabled] {
    background: #ccc;
    border: 2px solid #ccc;
    pointer-events: none;
  }
  #applyCont .formBtn + .lead_01 {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .textLeft {
    text-align: left;
  }
  .textLeft a {
    text-decoration: underline;
  }
  .textLeft a:hover {
    text-decoration: none;
  }
  .textLeft dt {
    font-weight: bold;
  }
  .textLeft dd + dt {
    margin-top: 1em;
  }
}

/*
 スマホ用
------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

  #applyCont {
  margin: 20px 10px 0;
  }
  #applyCont .applyTitle {
  text-align: center;
  margin-bottom: 12px;
  }
  #applyCont .applyTitle span {
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 5px solid #eeeeee;
  }
  #applyCont h1 img {
  max-width: 100%;
  width: auto;
  }
  #applyCont .applyContSub {
  text-align: center;
  border: 4px solid #eeeeee;
  padding: 22px 12px 12px;
  margin: 16px 0;
  }
  #applyCont .applyContSub h2 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  }
  #applyCont .applyContSub h2.titleIconMail {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/ico-mail1.png) left center no-repeat;
  }
  #applyCont .applyContSub h2.titleIconSns {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/ico-sns1.png) left center no-repeat;
  }
  #applyCont .applyContSub h2.titleIconMember {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/common/ico-user1.png) left center no-repeat;
  }
  #applyCont .formBox p {
  margin-bottom: 10px;
  }
  #applyCont .formBox p input {
  padding: 5px;
  height: 32px;
  width: 100%;
  background: #eeeeee;
  font-size: 14px;
  vertical-align: top;
  }
  #applyCont .fbtn_01 {
  display: inline-block;
  padding: 10px;
  margin-top: 14px;
  width: 100%;
  background: #000000;
  border: 2px solid #000000;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  }
  #applyCont .fbtn_02 {
  display: inline-block;
  padding: 10px;
  margin-top: 14px;
  width: 100%;
  background: #ff0037;
  border: 2px solid #ff0037;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  }
  #applyCont .fbtn_03 {
  display: inline-block;
  padding: 10px;
  margin-top: 14px;
  width: 100%;
  background: #000000;
  border: 2px solid #000000;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  }
  #applyCont .lead_01 {
  line-height: 2;
  text-align: left;
  margin-bottom: 16px;
  }
  #applyCont .underline {
  font-weight: bold;
  text-decoration: underline;
  }
  #applyCont .caution {
  color: #ff0037;
  }
  #applyCont .errorBox {
  color: #ff0037;
  margin: 10px 0;
  }
  #applyCont .errorText {
  color: #ff0037;
  text-align: left;
  margin: 10px 0;
  }
  #applyCont .snsBtn {
  margin-bottom: 10px;
  }
  #applyCont .snsBtn ul li {
  vertical-align: top;
  list-style: none;
  margin: 12px 0;
  }
  #applyCont .fb_btn {
  display: block;
  padding: 10px;
  width: 100%;
  background: url(../images/common/ico_sns-f.png) 16px center no-repeat #3c5996;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  /* vertical-align: top; */
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  }
  #applyCont .tw_btn {
  display: block;
  padding: 10px;
  width: 100%;
  background: url(../images/common/ico_sns-t.png) 26px center no-repeat #55acee;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  /* vertical-align: top; */
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  }

  #applyCont .formCheckBox {
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  }
  #applyCont .formCheckBox a {
  text-decoration: underline;
  }
  #applyCont .formCheckBox a:hover {
  text-decoration: none;
  }
  #applyCont .formCheckBox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 30px;
  margin: 5px 10px 0 0;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  vertical-align: text-bottom;
  background: #fff;
  border: 2px solid #cccccc;
  }
  #applyCont .formCheckBox input:checked::after {
  display: block;
  }
  #applyCont .formCheckBox input::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -7px;
  left: -2px;
  background: url(../images/common/ico-checked.png) no-repeat left top;
  display: none;
  }
  #applyCont .formCheckBox span {
  display: inline-block;
  margin: 0 20px;
  }

  #applyCont .leadTitle {
  text-align: left !important;
  }
  #applyCont .leadTitle br {
  display: none;
  }

  #applyCont .formBox ul li {
  margin-bottom: 9px;
  }
  #applyCont .formBox ul li label {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  }
  #applyCont .formBox ul li input,
  #applyCont .formBox ul li span {
  display: inline-block;
  text-align: left;
  padding: 5px;
  height: 32px;
  width: 100%;
  background: #eeeeee;
  font-size: 14px;
  vertical-align: top;
  }
  #applyCont .formBox ul li span.textAspan {
  height: auto;
  }
  #applyCont .formBox ul li textarea {
  padding: 5px;
  width: 100%;
  background: #eeeeee;
  font-size: 14px;
  vertical-align: top;
  }

  .applyNotice {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
  }
  .applyNotice a {
    text-decoration: underline;
  }

/*  法人 入団登録フォーム  */

#applyFormCont {
  width: 90%;
  margin: 0 auto 60px auto;
}

#applyFormCont h2 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

#applyFormCont h2 span {
  font-size: 180%;
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 10px 0 40px 0;
  border-bottom: 5px solid #eeeeee;
}

#applyFormOv {
  margin: 0 0 40px 0;
}

#applyFormOv p {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 40px 0;
}

#applyFormOv h3 {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}

#applyFormOv dl {
  margin: 0 0 20px 0;
}

#applyFormOv dl dt {
  font-weight: bold;
  font-size: 120%;
  line-height: 2;
}

#applyFormOv dl dd {
  font-size: 120%;
  line-height: 2;
}

#applyFormCont > h3 {
  margin: 0 0 30px 0;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
}

.contactFlow {
  margin: 0 0 45px 0;
}

.contactFlow li {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
  background: #eceff1;
  color: #9f9f9f;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  padding: 22px 0;
}

.contactFlow li:nth-child(-n+2) {
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
}

.contactFlow li.active {
  background: #FF0038;
  color: #fff;
}

.contactFlow li:last-child {
  margin-right: 0;
}

#contactTerms {
  margin: 0 0 40px 0;
}

#contactTerms dl dt {
  text-align: center;
  font-size: 120%;
  margin: 0 0 20px 0;
  font-weight: bold;
}

#contactTerms dl dd:nth-child(2) {
  font-size: 120%;
  text-align: center;
  margin: 0 0 20px 0;
}

#contactTerms dl dd:nth-child(3) input {
  display: inline-block;
  margin: -3px 5px 0 0;
}

#contactTerms dl dd:nth-child(3) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 30px;
  margin: 5px 10px 0 0;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  vertical-align: text-bottom;
  background: #fff;
  border: 2px solid #cccccc;
}

#contactTerms dl dd:nth-child(3) input:checked::after {
  display: block;
}

#contactTerms dl dd:nth-child(3) input::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -7px;
  left: -2px;
  background: url(../images/common/ico-checked.png) no-repeat left top;
  display: none;
}

#contactTerms dl dd:nth-child(3) a {
  text-decoration: underline;
}

#contactTerms dl dd:nth-child(3) {
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}

#contactTerms dl dd:nth-child(3) span {
  border-bottom: 1px solid #000;
}

#movieContactCont h3 {
  margin: 0 0 30px 0;
  font-size: 100%;
  text-align: center;
}

#movieContactCont h3 span {
  font-weight: bold;
  font-size: 160%;
  display: block;
  margin: 0 0 10px 0;
}

#contactForm dl,
#contactFormConfirm dl {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

#contactForm dl:first-child,
#contactFormConfirm dl:first-child {
  border-top: 1px solid #e5e5e5;
}

#contactForm dl:nth-child(11) {
  border: none;
}

#contactForm dl dt,
#contactFormConfirm dl dt {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#contactForm dl dt br {
  display: none;
}

#contactForm dl dt span,
#contactFormConfirm dl dt span {
  background: #000;
  color: #fff;
  font-size: 90%;
  text-align: center;
  padding: 1px 12px;
  margin: 0 0 0 10px;
  display: inline-block;
}

#contactForm dl:nth-child(7) dt span {
  margin-left: 0;
}

#contactForm dl dd {
  width: 100%
}

#contactForm dl dd input {
  width: 100%;
  height: 43px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  font-size: 100%;
}

#contactForm dl dd input[type="checkbox"] {
  width: 20px;
}

#contactForm dl:first-child dd {
  text-align: right;
}

#contactForm dl:first-child dd input,
#contactForm dl:nth-child(4) dd input {
  margin: 0 0 10px 0;
}

#contactForm dl dd textarea {
  width: 100%;
  height: 130px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  font-size: 100%;
}

#contactForm p input[type="submit"] {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin: 55px auto 0 auto;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
  background: #FF0038;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.btnMusic input[type="submit"] {
  background: #dd001f !important;
}

.errorTxt {
  background: #fff6f6;
  border: 2px solid #ff0037;
  padding: 20px 50px;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 120%;
  color: #ff0037;
}

#contactForm dd .error {
  background: #ffeeee;
  border: 2px solid #ff0037;
}

#contactForm dl dt span.any,
#contactFormConfirm dl dt span.any {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.formTxt {
  text-align: center;
  font-size: 120%;
  line-height: 1.6;
  margin: 20px 0 10px 0;
}

#contactForm dl dd select {
  width: 70px;
  height: 40px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}

.fesForm select {
  width: 200px !important;
}


/*  法人 入団登録フォーム 確認画面 */

.confirm h3 span {
  display: block;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.confirm h3 {
  font-size: 120% !important;
  font-weight: normal !important;
}

#contactFormConfirm dl dd {
  width: 100%;
  font-size: 120%;
  padding: 0 0 0 15px;
  line-height: 1.7;
}

#contactFormConfirm p button {
  width: 280px;
  margin: 52px auto 8% auto;
  display: block;
  padding: 18px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #323232;
  text-align: center;
  border: 3px solid #323232;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}

#contactFormConfirm p input[type="submit"] {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin: 25px auto 0 auto;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
  background: #FF0038;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}


/*  法人 入団登録フォーム 完了画面 */

#applyFormFinish {
  padding: 30px 0;
}

#applyFormFinish p {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

#applyFormCont .backBtn a {
  width: 280px;
  margin: 52px auto 8% auto;
  display: block;
  padding: 18px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #323232;
  text-align: center;
  border: 3px solid #323232;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}

/* 20240315追加 */
#applyCont .formBtn + .lead_01 {
  margin-top: 14px;
  margin-bottom: 0;
}
#applyCont .fbtn_03[type="submit"][disabled] {
  background: #ccc;
  border: 2px solid #ccc;
  pointer-events: none;
}
.textLeft {
  text-align: left;
}
.textLeft a {
  text-decoration: underline;
}
.textLeft dt {
  font-weight: bold;
}
.textLeft dd + dt {
  margin-top: 1em;
}
}
