#cont01{
	width: 100%;
	background-image: url(../img/lady.png);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: right 25%;
}

#cont01 h2 {
	width: 94%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	line-height: 35px;
	padding-left: 6%;
	background-image: url(../img/pink.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 5px 5px;
}

#cont01 h3 {
	font-size: 20px;
	font-weight: 800;
	color: #4D4D4D;
	letter-spacing: 2px;
	margin-top: 20px;
	text-indent: 0.5em;
}

#cont01 h3.sp_h01{
	display: none;
}

#cont01 p {
	width: 70%;
	font-size: 14px;
	font-weight: 400;
	padding-left: 2%;
	line-height: 26px;
	margin-top: 15px;
}

#cont01 p.bg_grey {
	width: 94%;
	background-color: #DFDFDF;
	margin-top: 30px;
	padding: 3%;
}

#cont01 h4 {
	font-size: 16px;
	font-weight: 800;
	color: #4D4D4D;
	margin-top: 15px;
}

#cont01 h4 a{
	font-size: 16px;
	font-weight: 800;
	color: #4D4D4D;
	margin-top: 15px;
	text-decoration: underline;
}

#cont01 h4.sp_h02{
	display: none;
}

#cont01 h5{
	display: none;
}

/*フォーム部分ここから*/
#cont02 h2 {
	width: 94%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	line-height: 35px;
	padding-left: 6%;
	background-image: url(../img/green.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 5px center;
}

#fb {
	width: 100%;
	border: 1px solid #CCC;
	margin-top: 20px;
}

ul.form {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-bottom: 1px solid #CCC;
}

ul.form:last-child{
	border-bottom: none;
}

ul.form li {
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}

ul.form li.left {
	width: 26%;
	padding: 10px 2%;
	background-color: #7EB93C;
	color: #fff;
}

ul.form li.right {
	width: 64%;
	padding: 10px 2%;
}

ul.form li.left label {
    line-height: 26px;
}

.screen-reader-response{
	color: red;
}

.wpcf7-not-valid-tip{
	font-size: 12px!important;
	color: red!important;
}

.screen-reader-response ul {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

select{
	width: 50%;
	font-size: 14px;
	border: 1px solid #DDD;
	padding: 3%;
}

textarea{
	width: 84%;
	font-size: 14px;
	border: 1px solid #DDD;
	padding: 3%;
}

input{
	width: 84%;
	font-size: 14px;
	border: 1px solid #DDD;
	padding: 3%;
}

div#cont_main div#cont_left div#cont02 div form.wpcf7-form p#submit_p input#mail_submit.wpcf7-form-control.wpcf7-submit{
	display: block;
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	padding: 0;
	border-radius: 5px;
	background-image: url(../img/submit.png);
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	vertical-align: middle;
}

#mail_submit.wpcf7-form-control.wpcf7-submit:hover {
	filter:alpha(opacity=50);
	opacity:0.5;
}