@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	background-position: top center;
	background-image: url(../web/staff/mimg.webp);
	background-size: cover;
	text-align: center;
	font-size: 45px;
	font-weight:bold;
	letter-spacing: 3px;
	line-height: 350px;
	color: #FFF;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 1px;
	float: left;
	font-weight: bold;
}
.c01_txt {
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
}
#stfBox {
	width: 245px;
	height: 370px;
	float: left;
	margin-top: 50px;
	background-color: #efe8e8;
}
#stfBox2 {
	width: 150px;
	height: 370px;
	float: left;
	margin-top: 50px;
	background-color: #ffffff;
}
#stfBox2f {
	width: 130px;
	height: 370px;
	float: left;
	margin-top: 50px;
	background-color: #ffffff;
	margin-left: 40px;
}
#stfBox .Img{
	width: 245px;
	height: 163px;
	float: left;
}
#stfBoxf {
	width: 245px;
	height: 370px;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
	background-color: #efe8e8;
}
#stfBoxf .Img{
	width: 245px;
	height: 163px;
	float: left;
}
.tst1{
	width: 220px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.tst2{
	width: 150px;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.tst3{
	width: 150px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.tst4{
	width: 220px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}
h3 {
	width: 1100px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 3px;
	float: left;
	font-weight: bold;
	background-color: #2c5481;
	box-shadow: 0px 0px 0px 5px #2c5481;
	border-bottom: 2px solid #fff;
	margin-top: 50px;
}
h4 {
	width: 245px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 3px;
	float: left;
	font-weight: bold;
	background-color: #089;
	box-shadow: 0px 0px 0px 5px #089;
	border-bottom: 2px solid #fff;
	margin-top: 80px;
}

h5 {
	width: 700px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 3px;
	float: left;
	margin-left: 50px;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	border-bottom: 2px solid #fff;
	margin-top: 80px;
}


@media screen and (min-width:768px){
h5sp { display:none;}
}
