@charset "UTF-8";

/* nutritional-guidance
---------------------------------------------------------------------------*/

/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead {
	width: 1025px;
	margin: 0 auto 170px;
	padding-top: 25px;
}

.sec-lead .img-center {
	margin: 0 auto 115px;
}

.sec-lead .sec-inner {
	position: relative;
	display: -webkit-box;
	display: flex;
}

.sec-lead .txt-set {
	position: relative;
	width: 530px;
	padding-left: 15px;
	z-index: 2;
}

.sec-lead h2 {
	margin-bottom: 35px;
	color: #00952F;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.25em;
}

.sec-lead p {
	margin-bottom: 10px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.sec-lead p:last-of-type {
	margin-bottom: 0;
}

.sec-lead .img-set {
	position: absolute;
	top: 0;
	right: -25px;
	width: 550px;
	z-index: 0;
}

.sec-lead .character {
	position: absolute;
	top: 475px;
	right: 25px;
	opacity: 0;
}

.sec-lead .character1,
.sec-lead .character2 {
	float: right;
	position: relative;
	width: 161px;
	height: 174px;
}

.sec-lead .character2 {
	margin: -3px 8px 0 0;
	transform-origin: right bottom;
	-webkit-transform: scale(0.55);
	-ms-transform: scale(0.55);
	transform: scale(0.55);
}

.sec-lead .character1 .rice,
.sec-lead .character2 .rice { position: absolute; top: 0; left: 0; }
.sec-lead .character1 .rice1,
.sec-lead .character2 .rice1 { position: absolute; top: 76px; left: 57px; }
.sec-lead .character1 .rice2,
.sec-lead .character2 .rice2 { position: absolute; top: 67px; right: 0; }


/* .point-list
---------------------------------------------------------------------------*/
.point-list {
	width: 1044px;
	margin: 0 auto;
}

.point-list li {
	width: 290px;
	margin: 0;
	padding-bottom: 10px;
}

.point-list li:nth-of-type(2) {
	border-right: 1px dashed #62C582;
	border-left: 1px dashed #62C582;
	margin: 0 43px;
	padding: 0 43px 40px;
}

.point-list figure {
	width: 284px;
	margin: 0 auto 15px;
}

.point-list figure .img { transition: .2s linear; }
.point-list figure a:hover { opacity: 1; }
.point-list figure a:hover .img { opacity: 0.5; }

.point-list li figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.point-list li h3 {
	margin-bottom: 15px;
	color: #339952;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.13em;
}

.point-list li:last-child h3 {
	font-size: 17px;
}

.point-list li p {
	margin-bottom: 8px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: 0.08em;
}