.header-top .text p{
  padding: 0px 0px 0px 31px !important;
}

/*新着情報の横幅固定*/
.news-block-one figure img{
	height: 247px !important;
}


.mh3{
	position: relative;
	margin-top: 50px;
	padding: 7px 0 0 35px;
	font-size: 1.2rem;
}
.mh3::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 32px;
	background: url(../images/cropped-hp_mark-32x32.png) no-repeat;
}
.mh4{
	margin-top: 45px;
	color: #1f6903;
	padding: 7px 0 10px 0px;
	font-size: 1.0rem;
	text-decoration: underline;
}

span.red{
	font-size: 0.8rem;
	color: #cc0000;
}

.text p{
  padding: 0px 0px 20px 0px;
  line-height: 3.0;
}

.table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.tbl1 {
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
}
.tbl1 th,
.tbl1 td {
	padding: 12px;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}
.tbl1 th{
	background-color: #1f6903;
	color: #fff;
}

@media only screen and (max-width: 768px){
	.page-title .content-box h2{
  		font-size: 28px;
  		line-height: 30px;
	}
	.cta-section .image-layer{
  		position: relative;
  		top: 0px;
  		right: 0px;
	}
	.cta-section .image-layer img{
		width: 100%;
	}
}
