@media (max-width: 767px) {

/*  映像作品応募フォーム  */

#applyFormCont {
  width: 90%;
  margin: 0 auto 60px auto;
}

#applyFormCont h2 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#applyFormCont h2 span {
  font-size: 180%;
  display: inline-block;
  padding: 0 0 32px 0;
  margin: 10px 0 40px 0;
  background: url(../images/common/bg_ttl.jpg) repeat-x 0 100%;
}

#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;
}

#contactTerms dl dd:nth-child(2) {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  margin: 0 0 20px 0;
}

#contactTerms dl dd:nth-child(2) input {
  display: inline-block;
  margin: -3px 5px 0 0;
}

#contactTerms dl dd:nth-child(2) a {
  text-decoration: underline;
}

#contactTerms dl dd:nth-child(3) {
  font-size: 120%;
  text-align: center;
}

#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 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 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"],
#contactForm dl dd input[type="radio"] {
  width: 20px;
  margin: -3px 5px 0 0;
}
#contactForm dl dd input[type="checkbox"]:not(:first-child),
#contactForm dl dd input[type="radio"]:not(:first-child) {
  margin-left:10px;
}

#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;
  -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;
  -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;
  -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;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}

.formTxt br {
	display: none;
}

.alignLeft {
	text-align: left !important;
}
  
}

@media (min-width: 768px) {


/*  映像作品応募フォーム  */

#applyFormCont {
  width: 960px;
  margin: 0 auto 60px auto;
}

#applyFormCont h2 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#applyFormCont h2 span {
  font-size: 200%;
  display: inline-block;
  padding: 0 0 32px 0;
  margin: 10px 0 40px 0;
  background: url(../images/common/bg_ttl.jpg) repeat-x 0 100%;
}

#applyFormOv {
  margin: 0 0 50px 0;
}

#applyFormOv p {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 50px 0;
}

#applyFormOv h3 {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}

#applyFormOv dl {
  margin: 0 0 10px 0;
}

#applyFormOv dl dt {
  float: left;
  width: 180px;
  font-weight: bold;
  font-size: 120%;
  line-height: 2;
}

#applyFormOv dl dd {
  float: left;
  width: 780px;
  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 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 {
  text-align: center;
  font-size: 120%;
  margin: 0 0 30px 0;
}

#contactTerms dl dd:nth-child(2) {
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  margin: 0 0 30px 0;
}

#contactTerms dl dd:nth-child(2) input {
  display: inline-block;
  margin: -3px 5px 0 0;
}

#contactTerms dl dd:nth-child(2) a {
  text-decoration: underline;
}

#contactTerms dl dd:nth-child(3) {
  font-size: 120%;
  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: 250px;
  font-size: 120%;
  font-weight: bold;
  box-sizing: border-box;
  padding: 7px 0 0 30px;
}

#contactForm.mqForm dl dt,
#contactFormConfirm.mqConfirm dl dt {
  width: 100%;
  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: 710px;
  padding: 7px 0 0 30px;
}

#contactForm.mqForm dl dd,
#contactFormConfirm.mqConfirm dl dd {
  width: 100%;
  padding: 7px 0 0 30px;
}

#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"],
#contactForm dl dd input[type="radio"] {
  width: 20px;
  margin: -3px 5px 0 0;
}
#contactForm dl dd input[type="checkbox"]:not(:first-child),
#contactForm dl dd input[type="radio"]:not(:first-child) {
  margin-left:10px;
}

#contactForm dl dd textarea {
  width: 678px;
  height: 138px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 20px 0 0 20px;
  font-size: 120%;
}

#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 {
  width: 405px;
  height: 43px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  margin: 0 20px 0 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;
  -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;
}

.alignLeft {
	text-align: left !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;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

/*2023/01/17追記*/
  #contactFormConfirm.mqConfirm dl dt {
    padding: 0;
    width: 100%;
  }
  #contactFormConfirm.mqConfirm dl dt span {
    display: block;
    padding: 0 0 0 50px;
    background: none;
    color: #000;
    text-align: left;
  }
  #contactFormConfirm.mqConfirm h4 {
    margin-bottom: 10px;
  }
  #contactFormConfirm.mqConfirm dl dd {
    padding: 0 0 0 50px;
    margin: 0 0 0 10px;
    width: 100%;
  }
/*2023/01/17追記ここまで*/


/*  映像作品応募 完了画面 */

#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;
}

}
