@charset "utf-8";

/*-----------------------------
　　　　　サイズ幅調整
-----------------------------*/


.main{
	max-width: 1100px;
	margin: 5% auto;
}


/*-----------------------------
　　　　　フォームデザイン
-----------------------------*/

.form-midashi{
	text-align: center;
}

.form-item:first-child {
    border-top: none;
}

.form-item {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    margin: 2%;
    align-items: center;
    border-top: 1px solid #d0d0d0;
    padding: 2% 0 0 5%;
}

.form-titl {
    width: 19%;
}

.form-label {
    width: 5%;
    margin-right: 5%;
}

.form-text,.form-zyusyo2 {
    width: 650px;
}


.form-text,.form-yubin,.form-zyusyo,.form-zyusyo2,.form-textarea{
    background-color: #f2f3f3;
    border: none;
	padding: 0 15px;
	height: 50px;
}

.item-zyusyo {
    height: 110px;
}

.form-yubin {
    margin-bottom: 10px;
}


.hissu {
    background-color: #036200;
    color: #fff;
}

.nini {
    background-color: #ececec;
}

.hissu,.nini{
	padding: 9% 15%;
	font-size: 14px;
	
}

.form-zyusyo {
    width: 427px;
}


.form-textarea {
    width: 650px;
    height: 250px;
}

.item2 {
    height: 250px;
}

.wtn_copyright {
    display: none;
}

.button-area {
    text-align: center;
}

.button {
    border: none;
    width: 300px;
    height: 50px;
    background-color: #036200;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.button:hover {
    background-color: #99f096;
    color: #036200;
}

/*-----------------------------
　　　　completeページ
-----------------------------*/

.form-complete-midashi {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.form-complete-text {
    text-align: center;
    margin: 20px;
}

.form-complete-info {
    background-color: #ddd;
    padding: 5%;
}

.form-complete-info_midashi {
    font-weight: bold;
    margin-bottom: 2%;
    text-align: center;
    font-size: 18px;
}

.form_mail-title {
    font-weight: bold;
    margin-bottom: 1%;
}

.form_mail-text {
    margin-bottom: 5%;
}

.return-top {
    margin: 2% 0;
    text-align: center;
    font-weight: bold;
}

.return-top a {
    background-color: #036200;
    padding: 1%;
    color: #fff;
    text-decoration: none;
}

.return-top a:hover {
    color: #036200;
    background-color: #99f096;
	text-decoration: none;
}


/*-----------------------------
　　　　タブレットサイズ
-----------------------------*/

/*　 　　　 ヘッダー
----------------------------*/
@media screen and ( max-width:1059px){
.hed-title {
    font-size: 30px;
}
	
h2 {
    font-size: 23px;
}
}


/*　 　　　ヘッダー以外
----------------------------*/



@media screen and ( max-width:1068px){
.form-zyusyo {
    width: 350px;
}
.form-text, .form-zyusyo2,.form-textarea {
    width: 600px;
}
}


@media screen and ( max-width:991px){
.form-text, .form-zyusyo2, .form-textarea {
    width: 500px;
}
.form-zyusyo {
    width: 300px;
}
}

@media screen and ( max-width:876px){
.main {
    max-width: 700px;
}	
}


@media screen and ( max-width:894px){
.form-label {
    width: 10%;
}
.form-text, .form-zyusyo2, .form-textarea {
    width: 400px;
}
.form-zyusyo {
    width: 200px;
}	
}

@media screen and ( max-width:876px){
.form-text, .form-zyusyo2, .form-textarea {
    width: 350px;
}
.form-yubin {
    width: 70px;
}
.form-titl {
    width: 25%;
}	
	
}


/*-----------------------------
　　　　　　SPサイズ
-----------------------------*/

/*　 　　　 ヘッダー
----------------------------*/

@media screen and ( max-width:700px){
.hed-title {
    font-size: 20px;
}
	
h2 {
    font-size: 18px;
    border-bottom: 2px solid #036200;
}
}


@media screen and ( max-width:504px){
.top-img {
    height: 30vw;
}
}

/*　 　　　ヘッダー以外
----------------------------*/
@media screen and ( max-width:711px){
.form-titl {
    width: 50%;
}
	
.form-label {
    width: 45%;
    margin-right: 0;
    text-align: right;
}
	
.hissu, .nini {
    padding: 5px 10px;
    font-size: 14px;
}

.form-item {
    height: 100px;
}
	
.item-zyusyo {
    height: 150px !important;
}

.item2 {
    height: 300px !important;
}	
	
.form-text, .form-zyusyo2, .form-textarea {
    width: 80vw;
}
}

@media screen and ( max-width:621px){
.button {
    margin-bottom: 10px;
}
}

@media screen and ( max-width:401px){
.form-zyusyo {
    width: 80vw;
    margin-bottom: 7px;
}
	
.item-zyusyo {
    height: 200px !important;
}
}




