#contactForm{
width: 100%;
padding:0 50px ;
}
.contactForm{
width: 100%;
padding:0 50px ;
}

#contactForm .formBox{
width: 100%;
}
#contactForm .formBox label{
display: block;
width: 100%;
margin-bottom:10px;
font-size: 20px;
font-weight: bold;
color: #2E9E6F;
}
#contactForm .formBox input.fromInput{
display: block;
width: 100%;
margin-bottom: 30px;
padding: 10px;
font-size: 20px;
color: #707070;
border:solid 1px #2E9E6F;
}
#contactForm .formBox textarea{
display: block;
width: 100%;
margin-bottom: 60px;
padding: 10px;
font-size: 20px;
color: #707070;
border:solid 1px #2E9E6F;
}
#contactForm .formBox input::placeholder{
opacity: 0.6;
}
#contactForm .formBox textarea::placeholder{
opacity: 0.6;
}
#contactForm .formBox input.submitInput{
display: block;
padding: 15px 50px;
font-size: 24px;
border:solid 1px #2E9E6F;
margin: 0 auto;
margin-bottom: 120px;
background-color: rgba(0,0,0,0);
color: #2E9E6F;
font-weight: bold;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
cursor: pointer;

}
#contactForm .formBox input.submitInput:hover{
background-color: #2E9E6F;
color: #fff;
}



/* /_/_/_/_/_/_/ */
/* confirm */
/* /_/_/_/_/_/_/ */

.formBox ul{
width: 100%;
margin: 0 auto;
margin-bottom: 30px;
}
.formBox ul li:first-child{
width: 100%;
margin-bottom: 10px;
padding: 0;
font-size: 20px;
font-weight: bold;
color: #2E9E6F;
border:none;
}
.formBox ul li{
width: 100%;
margin-bottom: 30px;
padding: 10px;
font-size: 20px;
color: #707070;
border:solid 1px #2E9E6F;
}

.btnWrap{
margin-bottom: 120px;
}

.btnWrap ul{
display: flex;
justify-content: center;
}
.btnWrap ul li a{
    text-decoration: none;
    }

.btnWrap ul li a span{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #707070;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    }

.btnWrap ul li .contactIn{
display: block;
padding: 10px 18px;
text-decoration: none;
background-color: #2E9E6F;
color: #fff;
font-size: 20px;
border:none;
margin-left: 50px;
font-weight: bold;
cursor: pointer;
}


/* /_/_/_/_/_/_/ */
/* regist */
/* /_/_/_/_/_/_/ */

.thxText{
font-size: 20px; 
color: #2E9E6F;
font-weight: bold;
text-align: center;
line-height: 2;
margin-bottom: 120px;
}


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


#contactForm{
width: 100%;
padding:0 0px ;
}
.contactForm{
width: 100%;
padding:0 0 ;
}
#contactForm .formBox{
width: 100%;
}
#contactForm .formBox label{
display: block;
width: 100%;
margin-bottom:10px;
font-size: 20px;
font-weight: bold;
color: #2E9E6F;
}
#contactForm .formBox input.fromInput{
display: block;
width: 100%;
margin-bottom: 30px;
padding: 10px;
font-size: 16px;
color: #707070;
border:solid 1px #2E9E6F;
}
#contactForm .formBox textarea{
display: block;
width: 100%;
margin-bottom: 60px;
padding: 10px;
font-size: 16px;
color: #707070;
border:solid 1px #2E9E6F;
height: 50vh;
}
#contactForm .formBox input::placeholder{
opacity: 0.6;
}
#contactForm .formBox textarea::placeholder{
opacity: 0.6;
}
#contactForm .formBox input.submitInput{
display: block;
padding: 15px 50px;
font-size: 24px;
border:solid 1px #2E9E6F;
margin: 0 auto;
margin-bottom: 120px;
background-color: rgba(0,0,0,0);
color: #2E9E6F;
font-weight: bold;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
cursor: pointer;

}
#contactForm .formBox input.submitInput:hover{
background-color: #2E9E6F;
color: #fff;
}


.thxText{
font-size: 14px; 
color: #2E9E6F;
font-weight: bold;
text-align: center;
line-height: 2;
margin-bottom: 120px;
}

.btnWrap{
    margin-bottom: 120px;
    }
    
    .btnWrap ul{
    display: block;
    justify-content: center;
    margin-top: 60px;
    }
    
    .btnWrap ul li a span{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #707070;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    }
    
    .btnWrap ul li .contactIn{
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    background-color: #2E9E6F;
    color: #fff;
    font-size: 24px;
    border:none;
    margin-left: 0;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    }



}