@charset "shift_jis";
/*===============================================================================
layout
===============================================================================*/
/* .section
--------------------------------------------------------------------------------*/
.section figure img{
	max-width: 100%;
}
.sectionClm h4.def{
	margin: 25px 0 0;
	color: #009150;
	font-size: 20px;
	font-weight: 500;
}
.sectionClm p+h4.def{
	margin: 15px 0 0;
}
.section h4.ttlFigGreen{
	margin: 25px 0 0;
	padding: 0 0 10px;
	color: #009150;
	font-size: 17px;
}
.section p{
	margin: 25px 0 0;
}
.sectionColumnGray p{
	font-size: 110%;
}
.sectionColumnGrayType2{
	margin: 30px 0 0;
	padding: 20px;
	background-color: #eee;
}
.sectionColumn{
	margin: 0px 0 0;
}
.sectionColumn h2{
	font-size: 24px;
}
.sectionColumn p{
	font-size: 110%;
	font-weight: 500;
}
.sectionColumn figure img{
	max-width: 100%;
}
#winGraf{
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
	z-index: 999999;
}
#winGrafInner{
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	height: 100%;
}
#winGrafInner div.figArea{
	max-height: 717px;
	display: flex;
	margin: 30px auto;
	position: relative;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	height: 100%;
}
#winGrafInner div.figArea img{
	width: auto;
	height: 100%;
}
#winGrafInner div.btnClose{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #009150;
}
/*===============================================================================
/* sp
===============================================================================*/
@media only screen and (max-width:767px) {
	/*===============================================================================
layout
===============================================================================*/	
/* .section
--------------------------------------------------------------------------------*/
	.sectionClm h4.def{
	margin: 20px 0 0;
	color: #009150;
	font-size: 14px;
	font-weight: 500;
}
.section h4.ttlFigGreen{
	margin: 20px 0 0;
	font-size: 14px;
}
.section p {
	margin: 20px 0 0;
}
.sectionColumn h2{
	font-size: 17px;
}
#winGraf{
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
	z-index: 999999;
}
#winGrafInner{
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	height: 100%;
}
#winGrafInner div.figArea{
	max-height: 717px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	position: relative;
	background-color: #fff;
	padding: 40px 10px;
	border-radius: 10px;
	height: 100%;
}
#winGrafInner div.figArea img{
	width: 100%;
	height: auto;
}
#winGrafInner div.btnClose{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #009150;
}
/*===============================================================================
/* sp END
===============================================================================*/
}