@charset "Shift_JIS";


/* ------------------------------- メインコンテンツ ------------------------------- */
.edamame-contents {
	width: 720px;
	margin: 10px auto;
	color: #4f4644;
}
.edamame-contents p {
	margin-bottom: 30px;
}
.e-title {
	margin-bottom: 20px;
}
.e-copy {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.6em;
}
.e-index {
	margin: 60px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
}
.e-index li {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	width: 350px;
}
.e-index a {
	text-decoration: none;
	background-color: #edffe6;
	color: #4f4644;
	border-style: solid;
	border-width: 1px;
	border-color: #92d14f;
	border-radius: 8px;
	height: 100px;
	padding: 0px 20px 0px 74px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	background-image: url(../images/icon.png);
	background-position: left 10px center;
	background-size: 50px;
	background-repeat: no-repeat;
}
.e-index a:hover,
.e-index a.on {
	background-color: #008837;
	color: #fff;
}
.e-index a.none:hover {
	background-color: #edffe6;
	color: #4f4644;
}
.e-index li .ready {
	font-size: 14px;
	line-height: 20px;
	color: #9fa0a0;
}
.e-page-title {
	background-color: #edffe6;
	color: #008837;
	border-style: solid;
	border-width: 1px;
	border-color: #92d14f;
	border-radius: 8px;
	height: 70px;
	padding: 0px 0px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	background-image: url(../images/icon.png), url(../images/icon.png);
	background-position: left 20px center, right 20px center;
	background-size: 50px, 50px;
	background-repeat: no-repeat, no-repeat;
	font-size: 22px;
	margin-bottom: 26px;
}
.e-m01 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #008837;
	margin-bottom: 14px;
}
.e-img-01 {
	margin-top: 60px;
	margin-bottom: 80px !important;
}
.e-img-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	margin-bottom: 40px;
}
.e-img-col .col {
	width: 350px;
}
.e-img-col .col.wid01 {
	width: 405px;
}
.e-img-col .col.wid02 {
	width: 295px;
}
.e-img-col .img {
	margin-bottom: 6px;
}
.e-img-col .img p {
	margin: 0px;
}
.e-img-col .img img {
	max-width: 100%;
}
.e-img-col .caption {
	margin: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.e-local-nav {
	margin: 80px auto 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	max-width: 720px;
}
.e-local-nav li {
	margin: 0px 0px 12px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.e-local-nav li.nav01 {
	width: 150px;
}
.e-local-nav li.nav02 {
	width: 290px;
}
.e-local-nav li.nav03 {
	width: 260px;
}
.e-local-nav li.nav04 {
	width: 310px;
}
.e-local-nav li.nav05 {
	width: 400px;
}
.e-local-nav li.nav06 {
	width: 440px;
}
.e-local-nav li.nav07 {
	width: 270px;
}
.e-local-nav a {
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #4f4644;
	border-style: solid;
	border-width: 1px;
	border-color: #92d14f;
	border-radius: 12px;
	padding: 2px 0px;
	box-sizing: border-box;
	text-align: center;
}
.e-local-nav a:hover,
.e-local-nav a.on {
	background-color: #008837;
	color: #fff;
}
.e-local-nav a.none:hover {
	background-color: #fff;
	color: #4f4644;
}
.e-local-nav li .ready {
	font-size: 12px;
	color: #9fa0a0;
}
/*
--------------------------------------------------------------------------------- 585px */
@media screen and  (max-width: 585px) {
}
/*
--------------------------------------------------------------------------------- 479px */
@media screen and (min-width: 0px) and (max-width: 479px) {
}