@charset "utf-8";
.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main02.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;
}

.main_img img{
	width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
}

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

.pri_txt01{
	width: 720px;
	margin: 0 auto 150px;
	font-size: 14px;
}

.pri_box{
	width: 720px;
	margin: 0 auto 200px;
}


.pri_txtbox01{
	width: 720px;
	margin: 0 0 30px;
}
.pri_txtbox02{
	width: 720px;
	margin: 0 0 80px;
}


.pri_txt02{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
}
.pri_txt03{
	width: 100%;
	font-size: 14px;
	margin: 0 0 15px;
}
.pri_txt04{
	width: 100%;
	font-size: 14px;
	margin: 0 0 5px;
}


@media screen and (max-width: 1149px) {
/* 768pxまでの幅の場合に適応される */
.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 24px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

.main_img img{
	width: 100%;
	height: 700px;
	margin: 0 auto;
	position: relative;
	object-fit: cover;
}

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

.pri_txt01{
	width: 90%;
	margin: 0 auto 150px;
	font-size: 14px;
}

.pri_box{
	width: 90%;
	margin: 0 auto 200px;
}


.pri_txtbox01{
	width: 100%;
	margin: 0 0 30px;
}
.pri_txtbox02{
	width: 100%;
	margin: 0 0 80px;
}


.pri_txt02{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px;
}
.pri_txt03{
	width: 100%;
	font-size: 14px;
	margin: 0 0 15px;
}
.pri_txt04{
	width: 100%;
	font-size: 14px;
	margin: 0 0 5px;
}


}

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

}
