@charset "utf-8";
.menu07 a::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	background-image: linear-gradient(transparent 50%, #ffb000 50%);
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -10;
}
.menu07 a:hover::after {
	transform: scale(1, 1);
}




.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main03.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

/********/
.cont_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.cont_txt{
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0 0 50px;
}

.cont_area{
	width: 720px;
	margin: 0 auto 150px;
}

.cont_form{
	width: 720px;
	margin: 0 auto 150px;
}

.cont_formtxt01{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}

.cont_formtxt02{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}

.cont_form01{
	width: calc( 100% - 10px );
	padding: 8px 0 8px 8px;
	margin: 0 0 20px;
	border: solid 1px #717071;
}

.cont_form02{
	width: calc( 100% - 10px );
	height: 150px;
	padding: 8px 0 8px 8px;
	margin: 0 0 40px;
}

.cont_txtbox{
	width: 720px;
	font-size: 14px;
	margin: 0 auto 100px;
}
.cont_txtbox a{
	color: #0071bc;
	text-decoration: underline;
}

.send_btnbox{
	width: 180px;
	margin: 20px auto;
}

.btn_send{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #0071bc;
	background: #fff;
	color: #0071bc;
	border-radius: 5px;
	cursor: pointer;
}

.btn_send:hover{
	background: #0071bc;
	color: #fff !important;
}

.btn_send:hover:before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media screen and (max-width: 1149px) {
/* 768pxまでの幅の場合に適応される */
.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main03.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

/********/
.cont_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.cont_txt{
	width: 90%;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 50px;
}

.cont_area{
	width: 90%;
	margin: 0 auto 150px;
}

.cont_form{
	width: 100%;
	margin: 0 auto 150px;
}

.cont_formtxt01{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}

.cont_formtxt02{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}

.cont_form01{
	width: calc( 100% - 10px );
	padding: 8px 0 8px 8px;
	margin: 0 0 20px;
	border: solid 1px #717071;
}

.cont_form02{
	width: calc( 100% - 10px );
	height: 150px;
	padding: 8px 0 8px 8px;
	margin: 0 0 40px;
}

.cont_txtbox{
	width: 100%;
	font-size: 14px;
	margin: 0 auto 100px;
}
.cont_txtbox a{
	color: #0071bc;
	text-decoration: underline;
}

.send_btnbox{
	width: 180px;
	margin: 20px auto;
}

.btn_send{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #0071bc;
	background: #fff;
	color: #0071bc;
	border-radius: 5px;
	cursor: pointer;
}

.btn_send:hover{
	background: #0071bc;
	color: #fff !important;
}

.btn_send:hover:before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


}

@media screen and (min-width: 1150px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
