

/* メイン */
#indexArea{
	margin: 0 auto ;
}
#indexArea h2 {
	position: relative;
	display: inline-block;
	padding: 0 36px;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #218000;
}
#indexArea h2 span {
	margin-left: 1em;
}
#indexArea h2:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #218000;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
#indexArea h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #218000;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
#indexArea h2:before {
	left:0;
}
#indexArea h2:after {
	right: 0;
}
#indexArea h3 {
	font-size: 1.4em;
	color: #FF5858;
}
@media screen and (max-width:768px){
	#indexArea{
		width: 100%;
	}
	#indexArea h2 {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}

/* indexMain */
#indexMain{
	width: 94%;
	margin: 0 auto;
}
#indexMain img{
	display: block;
}
@media screen and (max-width: 1200px){
	#indexMain{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	#indexMain{
		width: 100%;
	}
}

/* indexNews */
#indexNews{
	width: 94%;
	margin: 0 auto 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#indexNews .newsTitle{
	width: 15%;
	padding: 1.5em;
	font-weight: 700;
	background-color: #FFAA00;
	box-sizing: border-box;
}
#indexNews .newsInfo{
	width: 85%;
	box-sizing: border-box;
	padding: 1.5em;
	text-align: left;
	background-color: #FFECC6;
}
#indexNews .newsInfo dl{
	display: flex;
	flex-wrap: wrap;
}
#indexNews .newsInfo dl dt{
	width: 15%;
}
#indexNews .newsInfo dl dd{
	width: 85%;
}
#indexNews .listBtn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#indexNews .listBtn a{
	background-color: #FFAA00;
	padding: 0.5em 2em;
}
@media screen and (max-width: 1200px){
	#indexNews{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	#indexNews{
		width: 100%;
		margin: 0 auto 2.5em;
	}
	#indexNews .newsTitle{
		width: 100%;
		padding: 0.8em 1.5em;
	}
	#indexNews .newsInfo{
		width: 100%;
	}
	#indexNews .newsInfo dl{
		display: flex;
		flex-wrap: wrap;
	}
	#indexNews .newsInfo dl dt{
		width: 100%;
	}
	#indexNews .newsInfo dl dd{
		width: 100%;
		margin-bottom: 1.2em;
	}
	#indexNews .listBtn{
		position: static;
		text-align: right;
		margin-top: 1.2em;
	}
}

/* indexService */
#indexService{
	width: 1000px;
	margin: 0 auto 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#indexService h2{
	color: #FFF;
	padding: 0;
	text-shadow: 1px 1px 2px #000000;
}
#indexService h2:before {
	display: none;
}
#indexService h2:after {
	display: none;
}
#indexService img{
	display: block;
}
@media screen and (max-width: 1200px){
	#indexService{
		width: 94%;
	}
}
@media screen and (max-width:768px){
	#indexService{
		width: 90%;
		margin: 0 auto 1em;
	}
}

/* indexItem */
#indexItem{
	margin: 0 auto 5em;
	padding: 5em 0 5em;
	background-color: #DCF2FF;
}
#indexItem h3{
	color: #333;
	font-size: 1.2em;
}
#indexItem .noloseeArea{
	width: 1000px;
	margin: 1.5em auto 3em;
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	text-align: justify;
}
#indexItem .noloseeArea div{
	width: 33.33333333%;
	padding: 1em;
	box-sizing: border-box;
}
#indexItem .noloseeArea div:nth-child(3n){
}
#indexItem .noloseeArea div .date{
	font-size: 0.8em;
	color: #999;
}
@media screen and (max-width: 1200px){
	#indexItem .noloseeArea{
		width: 94%;
	}
}
@media screen and (max-width:768px){
	#indexItem{
		margin: 0 auto 2.5em;
		padding: 2.5em 0 2.5em;
	}
	#indexItem .noloseeArea{
		width: 90%;
		margin: 1.0em auto 1.5em;
	}
	#indexItem .noloseeArea div{
		width: 100%;
	}
}

/* indexAbout */
#indexAbout{
	margin: 0 auto 5em;
}
#indexAbout .subTitle{
	font-size: 0.9em;
	margin-bottom: 1.2em;
	color: #999;
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width:768px){
	#indexAbout{
		width: 90%;
		margin: 0 auto 2.5em;
	}
	#indexAbout .textArea{
		text-align: justify;
	}
}


