@charset "UTF-8";
/*------------------------------------------------------------Content*/
#main_ttl{
	background: url(../img/sekou_img/main_bg.jpg) no-repeat center center;
	height: 400px;
	background-size: cover;
	width: 100%;
	position: relative;
}

h2{
	font-size: 34px;
	color: #fff;
	text-shadow: 4px 1px 3px rgba(0,0,0,0.3);
	text-align: center;
	letter-spacing: 5px;
	font-weight: 700;
	position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

/*------------------------------------------------------------sec01*/
#sec01{
	margin: 40px 0;
}
@media print, screen and (min-width:480px) {
#sec01{
	margin: 80px 0 !important;
}
}

.glay_box{
	background: #F0F0F0;
	padding: 30px;
	margin-bottom: 20px;
}

#sec01 i{
	font-size: 36px;
	text-align: center;
	margin: 30px 0;
	color: #1e6735;
}
@media print, screen and (min-width:992px) {
#sec01 i{
	margin: 130px 0 0 0;
}
}
.sekou_box{
	margin-bottom: 70px;
}
img.bnr{
	width: 100%;
	max-width: 415px;
}
@media print, screen and (min-width:768px) {
img.bnr{
	width: 100%;
	max-width: 570px;
}
}
.tx02{
	margin: -20px 0 20px 0 !important;
}
@media print, screen and (min-width:992px) {
.tx02{
	margin: 10px 0 0 0 !important;
}
}
.nobr992{
	display: none;
}
@media print, screen and (min-width:992px) {
.nobr992{
	display: block;
}
}