@media screen and (min-width: 980px) {
.art-event-content{
    padding-top: 180px;
}
.art-event-content .page_content_single h2{
    font-size: 46px!important;
    padding-bottom: 20px!important;
}
.sch-link-box{
    display: flex;
    justify-content: space-around;
}
.page_content_single p span{
    font-size: 30px;
    color: #ff0000;
}


.c-form-box{
   width: 900px;
   height: auto;
   margin: 0;
   border-radius: 10px;
   padding-top: 60px;
   padding-bottom: 60px;
   }

   .c-form-box--inner{
  width: 900px;
  height: auto;
  margin: auto;
  padding-left: 50px;
  }
  .form-box{
 width: 900px;
 margin:auto auto 40px auto;
 position: relative;
 padding-bottom: 20px;
 border-bottom:solid #fff 1px;
 }
  .form-box p{
 padding-top: 0;
  }
 .error{
color: #ED1C24;
font-size: 12px;
font-weight: bold;
position: absolute;
top: 13px;
right: 50px;
 }

 .form-box--inner{
display: flex;
 }
.form-title{
    width: auto;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-top: 3px;
}
.err{
    width: 35px;
    height: 20px;
    font-size: 10px!important;
    background: #ED1C24;
    color: #fff;
    margin: 5px 0 0 10px;
    text-align: center;
    padding-top: 0!important;
}

 input{
	width: 890px;
	height: 50px;
	border: solid #f3f8fb 1px;
	outline: none;
	padding: 5px 0 0 10px;
	display: block;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 10px;
	background: #f3f8fb;
 }

 .required{
  width: 890px;
  height: auto;
  resize: vertical;
  display: block;
  outline: none;
  padding: 10px;
  border-radius: 5px;
  border: solid #f3f8fb 1px;
  line-height: 1.4;
  font-size: 18px;
  background: #f3f8fb;
  margin-top: 20px;
}/* required */

.contact-button{
  width: 300px;
  height: auto;
  margin: 40px auto 0 auto;
  border-radius: 50px;
  border:solid #ED1C24 1px;
  transition: .2s;
   }
#button{
 width: 300px;
 height: auto;
 border-radius: 50px;
 background: #ED1C24;
 border:solid #ED1C24 1px;
 color: #fff;
 font-size: 22px;
 font-weight: bold;
 position: relative;
 cursor: pointer;
 transition: .3s;
 padding: 15px 0 17px 0;
 letter-spacing: 0.20em;
  }

#button:hover{
 background: #333;
 box-shadow: 0px 3px 7px #333;
 transition: .2s;
  }

.thanks-content{
    width: 980px;
    margin: auto;
}
.thanks-box{
    width: 980px;
    height: auto;
    background: #fff;
    margin:40px 0 60px 0;
    padding: 40px 0 40px 0;
    border-radius: 10px;
}
.thanks-box p{
    text-align: center;
    color: #000;
    font-size: 24px;
}
.thanks-box p span a{
    color: #ED1C24;
    font-size: 40px!important;
}

.ace_event_sp{
    border: 10px ridge #e6b422;
    padding: 20px;
    margin: 40px 0 40px 0;
}
.ace_event_sp h3{
    margin: 0;
    border: none;
    background: #e6b422;
    color: #fff;
    font-size: 38px;
    text-align: center;
    padding: 20px 0 20px 0;
    font-weight: bold;
}
.g-link{
    margin-bottom: 0!important;
}
a .work_link{
    border-bottom: solid #fff 1px;
    display: inline-table;
}}

@media screen and (max-width: 980px) {
.art-event-content{
    padding-top: calc(150 *(100vw/750));
}
.art-event-content .page_content_single h2{
    font-size:calc(46 *(100vw/750))!important;
    padding-bottom: calc(0 *(100vw/750))!important;
}
.art-event-content .page_content_single h3{
    font-size:calc(34 *(100vw/750))!important;
    padding-bottom: calc(20 *(100vw/750))!important;
}
.sch-link-box{
    display: flex;
    justify-content: space-around;
}
img.event-img{
    width: calc(750 *(100vw/750));
}
.page_content_single p{
    margin-bottom: calc(50 *(100vw/750));
}
.page_content_single p span{
    font-size: calc(40 *(100vw/750));
    color: #ff0000;
    line-height: 1.2;
}


.c-form-box{
   width: calc(690 *(100vw/750));
   height: auto;
   margin: 0;
   border-radius: calc(10 *(100vw/750));
   padding-top: calc(60 *(100vw/750));
   padding-bottom: calc(60 *(100vw/750));
   }

   .c-form-box--inner{
  width: calc(700 *(100vw/750));
  height: auto;
  margin: auto;
  padding-left: calc(0 *(100vw/750));
  }
  .form-box{
 width: calc(700 *(100vw/750));
 margin:auto 0 calc(80 *(100vw/750)) 0;
 position: relative;
 padding-bottom: calc(20 *(100vw/750));
 border-bottom:solid #fff 1px;
 }
  .form-box p{
 margin-bottom: 0!important;
  }
 .error{
color: #ED1C24;
font-size: calc(20 *(100vw/750));
font-weight: bold;
position: absolute;
top: calc(13 *(100vw/750));
right: calc(0 *(100vw/750));
 }

 .form-box--inner{
display: flex;
 }
.form-title{
    width: auto;
    font-size: calc(20 *(100vw/750));
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-top: calc(3 *(100vw/750));
}
.err{
    width: auto;
    height: auto;
    font-size:  calc(20 *(100vw/750))!important;
    background: #ED1C24;
    color: #fff;
    margin: calc(5 *(100vw/750)) 0 0 calc(10 *(100vw/750));
    text-align: center;
    padding: calc(5 *(100vw/750)) calc(15 *(100vw/750)) 0 calc(15 *(100vw/750))!important;
}

 input{
width: calc(690 *(100vw/750));
height: calc(90 *(100vw/750));
border: solid #f3f8fb 1px;
outline: none;
padding: calc(5 *(100vw/750)) 0 0 calc(10 *(100vw/750));
display: block;
border-radius: calc(5 *(100vw/750));
font-size: calc(36 *(100vw/750));
margin-top: calc(10 *(100vw/750));
background: #f3f8fb;
 }

 .required{
  width: calc(690 *(100vw/750));
  height: auto;
  resize: vertical;
  display: block;
  outline: none;
  padding: calc(10 *(100vw/750));
  border-radius:calc(5 *(100vw/750));
  border: solid #f3f8fb 1px;
  line-height: 1.2;
  font-size: calc(36 *(100vw/750));
  background: #f3f8fb;
  margin-top: calc(20 *(100vw/750));
  padding: calc(20 *(100vw/750)) 0 calc(20 *(100vw/750)) calc(15 *(100vw/750));
}/* required */

   .contact-button{
  width:calc(600 *(100vw/750));
  height: auto;
  margin: calc(40 *(100vw/750)) auto 0 auto;
  border-radius: calc(50 *(100vw/750));
  border:solid #ED1C24 1px;
  transition: .2s;
   }
  #button{
 width: calc(600 *(100vw/750));
 height: auto;
 border-radius: calc(50 *(100vw/750));
 background: #ED1C24;
 border:solid #ED1C24 1px;
 color: #fff;
 font-size: calc(36 *(100vw/750));
 font-weight: bold;
 position: relative;
 cursor: pointer;
 transition: .3s;
 padding: calc(20 *(100vw/750)) 0 calc(20 *(100vw/750)) 0;
 letter-spacing: 0.20em;
  }

  #button:hover{
 background: #333;
 box-shadow: 0px 3px 7px #333;
 transition: .2s;
  }

.thanks-content{
    width: calc(680 *(100vw/750));
    margin: auto;
}
.thanks-box{
    width: calc(680 *(100vw/750));
    height: auto;
    background: #fff;
    margin:calc(40 *(100vw/750)) 0 calc(60 *(100vw/750)) 0;
    padding: calc(40 *(100vw/750)) calc(20 *(100vw/750)) calc(10 *(100vw/750)) calc(20 *(100vw/750));
    border-radius: calc(10 *(100vw/750));
}
.thanks-box p{
    text-align: center;
    color: #000;
    font-size: calc(36 *(100vw/750));
}
.thanks-box p span a{
    color: #ED1C24;
    display: block;
    margin-top: calc(40 *(100vw/750));
    font-size: calc(60 *(100vw/750))!important;
}
.ace_event_sp{
    border: calc(10 *(100vw/750)) ridge #e6b422;
    padding: calc(20 *(100vw/750));
    margin: calc(40 *(100vw/750)) 0 calc(40 *(100vw/750)) 0;
}
.ace_event_sp h3{
    margin: 0;
    border: none;
    background: #e6b422;
    color: #fff;
    font-size: calc(40 *(100vw/750));
    text-align: center;
    padding: calc(20 *(100vw/750)) 0 calc(40 *(100vw/750)) 0;
    font-weight: bold;
    margin-bottom: calc(40 *(100vw/750));
}
.g-link{
    margin-bottom: 0!important;
}
a .work_link{
    border-bottom: solid #fff 1px;
    display: inline-table;

}}