@charset "UTF-8";
#mainimage{
position: relative;
}
#mainimage .container{
margin: 0 0 0 0;
width: 100%;
z-index: 0;
max-width: 100%;
display:block;
}

#mainimage .img{
filter: brightness(95%);
flex: none;
height: 100%;
left: 0;
margin: 0 0 0 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
max-width: 100%;
}
#mainimage .img:before {
content: "";
height:100%;
width:100%;
background-image: url("../img/index/main.jpg") ;
background-position:50%;
background-size:cover;
border-radius:inherit;
pointer-events:none;
position:absolute;
top:0;
left:0;
z-index:-2;
}
#mainimage .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 92, 145, 0.5);
  z-index: -1; /* 画像（-2）より手前に配置 */
}

#mainimage .cont{
padding: 150px 0 50px;
max-width: 1280px;
width: 90%;
z-index: 0;
display:block;
margin: 0 auto;
text-align: center;
position: relative;
}

#mainimage .cont h1 {
color: #FFFFFF;
flex: none;
font-size: 50px;
font-weight: 700;
height: auto;
line-height: 1.6;
margin: 0 0 32px 0px;
text-align: center;
justify-content: center;
display:block;
text-shadow: 0 0 10px #06537a;
position: relative;
}


@media screen and (max-width: 840px){
#mainimage .img:before {
content: "";
height:100%;
width:100%;
background-image: url("../img/index/main_sp.jpg") ;
background-position:50%;
background-size:cover;
border-radius:inherit;
pointer-events:none;
position:absolute;
top:0;
left:0;
z-index:-2;
}
#mainimage .cont h1 {
font-size: 36px;
}
#mainimage .cont .copy{
font-size: 16px;
}
}
@media screen and (max-width: 540px){
#mainimage .cont h1 {
font-size: 26px;
}
#mainimage .cont{
padding: 120px 0 30px;
}
}
@media screen and (max-width: 320px){
#mainimage .cont h1  {
font-size: 20px;
}
}

/*------------------------------

--------------------------------*/

#formWrap{
clear: both;
overflow: hidden;
width: 90%;
max-width: 1100px;
padding: 60px 0 150px;
margin: 0 auto;
box-sizing: border-box;
}

#formWrap .formtext{
margin: 0 0 2em;
}

#formWrap table{
width: 100%;
}

#formWrap table tr {
border-bottom: 1px solid #ccc;
}

#formWrap table th{
width:265px; 
padding: 18px 10px 18px 0;
box-sizing: border-box;
vertical-align: top;
}
#formWrap table td{
padding: 18px 0;
box-sizing: border-box;
vertical-align: top;
}
#formWrap table th span.required{
float: right;
color: #fff;
background: #177ead;
border: 0.5em;
margin: 0 5px 0 0;
padding: 0.2em 1em;
font-size: 70%;
}



#formWrap #specifed{
margin-top: 2em;
/*padding: 1.5em;*/
line-height: 1.8;
text-align: center;
/*border: 1px solid #ccc;*/
}
#formWrap #specifed label{
margin: 0 0 0.5em;
display: inline-block;
}
#formWrap #specifed label input[type=checkbox]{
width: 2em;
height: 2em;
border: 1px solid #ccc;
vertical-align: middle;
margin-right: 0.3em;
}

#formWrap #specifed a{
text-decoration: underline;
}



#formWrap input[type=text],
#formWrap textarea{
max-width: 100%;
padding: 0.8em;
font-size: 87%;
border:1px solid #ccc;
box-sizing: border-box;
}


input#NAME,
input#KANA,
input#TEL{
width: 98%;
max-width: 350px !important;
}
input#ADDR,
input#EMAIL,
textarea#REMARKS{
width: 98%;
}

.cotact-cat{
margin-right: 1.5em;
font-size: 87%;
}
.cotact-cat input[type=checkbox]{
margin-right: 0.3em;
}




#formWrap label.error{
color:#F95959;
font-size: 100% !important;
font-weight: normal;
}


input[type=checkbox]#PRYVACYCHECK{
transform: scale(1.5);
margin-right: 0.5em;
}
#formWrap #specifed #Label1{
font-size: 120%;
}
#formWrap #specifed label.error{
display: block;
text-align: center;
}

@media screen and (max-width: 640px) {
#formWrap{
}
#formWrap table th{
display: block;
width: 100%;
padding: 18px 10px 0 0;
}
#formWrap table td{
display: block;
width: 100%;
padding: 10px 10px 18px 0;
}
#formWrap input[type=text],
#formWrap textarea{
width: 100%;
max-width: 100% !important;
}

#formWrap #specifed{
text-align: left;
}
#formWrap #specifed label{
}
#formWrap #specifed br.pc{
display: none;
}


}


/*------------------------------

--------------------------------*/


#formWrap h2.title{
margin: 0 0 1.5em;
font-size: 33px;
font-family: "Noto Serif JP", serif;
font-weight: 700;
line-height: 1.6;
text-align: center;
}
#formWrap .t-text{
max-width: 1100px;
margin:0 0 2em;
}
.thanks .t-text{
max-width: 1100px;
margin: 0 auto;
text-align: center;
}

@media screen and (max-width: 840px){
#formWrap h2.title{
margin: 0 0 1em;
font-size: 25px;
}
}

/*------------------------------

--------------------------------*/



#formWrap .btn-area{
text-align: center;
}

.linkbtn{
clear:both;
margin:50px auto 0;
width: 60%;
max-width: 330px;
display:inline-block;
font-size: 87%;
line-height: 3.75;
text-align: center;
text-decoration: none;
position: relative;
background: #fff;
border: 1px solid #333;
transition: all 0.2s;
}

.linkbtn-arr:hover{color:#177ead;border-color:#177ead}
.linkbtn-back{background: #f0f0f0 !important;color: #999 !important;border-color: #999 !important;margin-right: 1em;}


@media screen and (max-width: 840px){
.linkbtn{
margin:2em auto 0;
}

#formWrap .btn-area .linkbtn-back{
margin-right: 0;
}
}


/*------------------------------

--------------------------------*/

