body.form  section.sec1{
	background:#F0F2F8;
	margin:0;
	}

body.form section.sec1 h1{
	width:100%;
	text-align:center;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 15px 0px;
    box-sizing: border-box;
}

body.form section.sec1 h1:first-letter {
    font-size:40px;
    color: #004cb3;
}
section.form div.contents{
	margin-top:80px;
	}
body.form  section.sec1 p{
	margin:45px 0 0;
	width:100%;
	text-align:center;
	}

body.form  section.sec1 h1{
	width:100%;
	text-align:center;
	}


section.form input{
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #999;
    margin:3px;
    box-sizing: border-box;
}

section.form textarea{
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #999;
    margin:3px;
    box-sizing: border-box;
}

section.form select{
    padding: 5px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #999;
}

section.form dl{
	width:60%;
	margin:20px auto 0;
	display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    }

section.form dt{
	text-align:right;
	margin: 0 0 5px;
	font-weight:bold;
	width:40%;
}

section.form dd{
	margin: 0 0 5px;
	width:55%;
}

section.form dl dt span.ninni{
    background: #999;
    margin: 0 0 0 10px;
    padding: 0px 8px;
    line-height: 28px;
    color: #fff;
    display:inline-block;
    font-size: 14px;
    border-radius: 3px;
    }
    
section.form dl dt span.hissu{
    background: #c20000;
    margin: 0 0 0 10px;
    padding: 0px 8px;
    line-height: 28px;
    color: #fff;
    display:inline-block;
    font-size: 14px;
    border-radius: 3px;
    }
    
    
section.form ul.esform{
	width:60%;
	margin:0 0 0 32.5%;
	display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
    
section.form ul.esform li{
	width:49%;
	}
	
section.form ul.esform li dl{
	width:100%;
	}

section.form ul.esform li dl dd{
	margin: 0 0 5px;
	width:51%;
}

section.form .wpcf7 p{
	width:100%;
	margin:20px auto 0;
	}
section.form .wpcf7 input[type="submit"] 
	{
	-webkit-appearance: none;
	border-radius: 0;	
	width:30%;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	border: none;
	color:#fff;
	display:block;
	box-shadow: 0 3px 0 #ddd;
	background: #ce070e;
	transition: 0.3s;
	margin:20px auto 0;

}

section.form .wpcf7 .wpcf7-submit:hover {
	background: #cb9b46;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}

/*==========================================================
以下スマホ用記述
===========================================================*/    
    
@media screen and (max-width:780px) {

.pc{
	display:none!important;
	}

.sp{
	display:block!important;
	} 

body.form  section.sec1 h1{
	width:100%;
	text-align:center;
	line-height:34px;
	}
section.form div.contents{
	margin-top:40px;}
    
section.form dl{
	width:90%;
	margin:15px auto 0;
	display: block;
    }
    
section.form dt{
	text-align:left;
	margin: 0 0 5px;
	font-weight:bold;
	width:100%;
}


section.form dd{
	margin: 0 auto 5px;
	width:100%;
}
section.form input{
	width:100%;
	}

section.form ul.esform{
	width:90%;
	margin:0 auto 0;
	justify-content: flex-start;
	}
section.form ul.esform dl{
	width:100%;
	}
	
section.form dl.sub input{
	width:auto!important;
	}
section.form ul.esform li dl dd {
    margin: 0 0 5px;
    width: 100%;
}

section.form .wpcf7 input[type="submit"] {
    width: 65%;
    	}
section.form input[type=radio]{
	width:auto!important;
	}