@charset "UTF-8";
.pc {
	display: block;
}
.tablet {
	display: none;
}
.smp {
	display: none;
}
/* ================================================ 
	header 
==============================================================================================================================================================*/
header .innar {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 30px 0 50px;
	position: relative;
	z-index: 999;
}
header .innar .head-parts {
	margin-bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-end;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-end;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-end;
	-webkit-align-items: center;
}
header .innar .head-parts .contact {
	border: 1px #016e35 solid;
	border-radius: 10px;
	padding: 5px 30px;
	text-decoration: none;
	color: #016e35 !important;
	transition: .3s;
}
header .innar .head-parts .contact span {
	display: inline-block;
	padding-left: 26px;
	color: #016e35 !important;
	background: url(../img/top_contact.svg) no-repeat left 0.2em;
	background-size: 21px 15px;
}
header .innar .head-parts .contact:hover {
	background: #016e35;
	color: #fff !important;
}

header .innar .head-parts .contact:hover span {
	background: url(../img/top_contact_on.svg) no-repeat left 0.2em;
	background-size: 21px 15px;
	color: #fff !important;
}
header .innar .head-parts .facebook {
	margin-left: 10px;
	transition: .3s;
}
header .innar .head-parts .facebook:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
header .innar .head-parts .twitter {
	margin-left: 10px;
	transition: .3s;
}
header .innar .head-parts .twitter:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
header .innar nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
header .innar nav ul li {
	width: 13%;
	text-align: center;
	box-sizing: border-box;
}
header .innar nav ul li a {
	font-size: 17px;
	line-height: 150%;
	color: #000 !important;
	text-decoration: none;
	transition: .3s;
}
header .innar nav ul li a:hover {
	color: #016e35;
}
header .innar nav ul li:nth-child(1) {
	border-left: 1px #ccc solid;
}
header .innar nav ul li:nth-child(2) {
	border-left: 1px #ccc solid;
}
header .innar nav ul li:nth-child(3) {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
header .innar nav ul li:nth-child(4) {
	width: 22%;
	text-align: center;
	position: relative;
}
header .innar nav ul li:nth-child(4) .logo {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
header .innar nav ul li:nth-child(5) {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
header .innar nav ul li:nth-child(6) {
	border-right: 1px #ccc solid;
}
header .innar nav ul li:nth-child(7) {
	border-right: 1px #ccc solid;
}
header .innar nav ul li span {
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 80%;
	color: #000 !important;
}
header .innar .head-parts .facebook, header .innar .head-parts .twitter {
	width: 32px;
	height: 32px;
}
/* ================================================ 
	スマホナビ
==============================================================================================================================================================*/
.sp-nav {
	display: none;
}
/* ================================================ 
	ヘッダームービー部分
==============================================================================================================================================================*/

/* mainVisual
---------------------------------------------------*/
#mainVisual {
	clear: both;
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
}
#leadArea {
	position: absolute;
	top: 35%;
	text-align: center;
	width: 100%;
}

#leadArea dl{
	color: #fff;
}

#leadArea dt{
	font-size: 3rem;
	line-height: 4.5rem;
	margin-bottom: 30px;
}

#leadArea dd{
	width: 40%;
	margin: 0 auto;
}

#leadArea dd a{
	display: block;
	color: #fff;
	box-shadow: 0 0 0 2px #fff inset;
	padding: 20px 5%;
	border-radius: 40px;
	font-size: 1.4rem;
	background: url(../img/keyboard-right.svg) no-repeat 90% center;
	background-size: 15px 20px;
	text-decoration: none;transition: .3s;
}

#leadArea dd a:hover{
	display: block;
	color: #fff;
	box-shadow: 0 0 0 2px #fff inset;
	padding: 20px 5%;
	border-radius: 40px;
	font-size: 1.4rem;
	text-decoration: none;
}



/* main visual */
#mmi-container .home-main-visual {
	background: url(../img/main-visual-bg.jpg) no-repeat center top;
	width: 100%;
	height: 470px;
	overflow: hidden;
	background-size: cover;
}
#mmi-container .home-main-visual .inner {
	width: 100%;
	margin: 0 auto;
	height: 455px;
	overflow: hidden;
	position: relative;
}
#mmi-container .home-main-visual .mv-photos {
	display: none;
}
#mmi-container .home-main-visual .mv-anim {
	position: absolute;
	width: 1540px;
	height: 455px;
	left: 50%;
	top: 0;
	margin-left: -770px;
	overflow: hidden;
}
#mmi-container .home-main-visual .anim {
	width: 548px;
	height: 455px;
	position: absolute;
	background-repeat: repeat-y;
	opacity: 0;
	transition: opacity .7s ease-out;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}
#mmi-container .home-main-visual .anim.an01 {
	left: 0;
	top: 0;
	background-position: 0 0;
	background-image: url(../img/mv-item01.png);
	background-repeat: repeat-y;
}
#mmi-container .home-main-visual .anim.an02 {
	right: 0;
	top: 0;
	background-position: 0 0;
	background-image: url(../img/mv-item02.png);
	background-repeat: repeat-y;
}
#mmi-container .home-main-visual .anim.play {
	opacity: 1;
}
#mmi-container .home-main-visual .main-panel {
	width: 330px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 135px;
	margin-left: -195px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 30px 30px;
	text-align: center;
	z-index: 3;
	opacity: 0;
	transition: all .7s ease-in-out;
}
#mmi-container .home-main-visual .main-panel.play {
	opacity: 1;
	top: 80px;
}
#mmi-container .home-main-visual .main-panel .main-panel-cont {
	width: 100%;
	height: 100%;
	display: table;
	border-collapse: collapse;
}
#mmi-container .home-main-visual .main-panel .main-panel-cont-in {
	display: table-cell;
	vertical-align: middle;
}
#mmi-container .home-main-visual .main-panel h1 {
	margin-bottom: 30px;
	opacity: 0;
	transition: all .7s ease-in-out;
	color: #016e35;
	font-size: 30px;
	line-height: 150%;
}
#mmi-container .home-main-visual .main-panel p {
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 200%;
	overflow: hidden;
	margin: 0 auto 15px;
	opacity: 0;
	transition: all .7s ease-in-out;
}
/*#mmi-container .home-main-visual .buttons a.anv:hover{background:#fff; color:#e92835; border:1px #e92835 solid;}*/
#mmi-container .home-main-visual .main-panel h1.play, #mmi-container .home-main-visual .main-panel p.play, #mmi-container .home-main-visual .buttons.play {
	opacity: 1;
}
#mmi-container .home-main-visual .charm.play {
	opacity: 1;
	bottom: 0;
}
/* start */
#mmi-container dl.important-notice {
	margin-bottom: 40px;
	clear: both;
}
#mmi-container dl.important-notice:after {
	content: '';
	display: block;
	clear: both;
}
#mmi-container dl.important-notice dt {
	float: left;
	font-size: 17px;
	font-family: noto;
	color: #e50012;
	border-bottom: 3px #e50012 solid;
	margin-right: 35px;
	position: relative;
	padding: 0 5px 5px;
}
#mmi-container dl.important-notice dt:after {
	content: '▶';
	position: absolute;
	right: -18px;
	font-size: 10px;
	width: 10px;
	height: 10px;
	top: 8px;
}
#mmi-container dl.important-notice dd {
	padding: 4px 0 0;
}
#mmi-container dl.important-notice dd span {
	padding-right: 1em;
}
#mmi-container dl.important-notice dd a {
	color: #333;
}

@media screen and (max-width: 640px) {
/* main visual */
#mmi-container .home-main-visual {
	height: 300px;
	background-size: auto 300px;
}
#mmi-container .home-main-visual .inner {
	height: 284px;
	overflow: hidden;
}
#mmi-container .home-main-visual .mv-photos {
	display: block;
}
#mmi-container .home-main-visual .inner figure {
	position: absolute;
	width: 100%;
	height: 284px;
	left: 0;
	margin-left: 0;
}
#mmi-container .home-main-visual .inner figure img {
	position: absolute;
	width: 70px;
	height: 50px;
	opacity: 0;
	transition: all .7s ease-in-out;
}
#mmi-container .home-main-visual .inner figure img.mv-item02, #mmi-container .home-main-visual .inner figure img.mv-item03, #mmi-container .home-main-visual .inner figure img.mv-item06, #mmi-container .home-main-visual .inner figure img.mv-item07 {
	height: 80px;
}
#mmi-container .home-main-visual .inner figure img.mv-item01 {
	left: -40px;
	top: 5px;
}
#mmi-container .home-main-visual .inner figure img.mv-item02 {
	left: -40px;
	top: 60px;
}
#mmi-container .home-main-visual .inner figure img.mv-item03 {
	left: -40px;
	top: 144px;
}
#mmi-container .home-main-visual .inner figure img.mv-item04 {
	left: -40px;
	top: 230px;
}
#mmi-container .home-main-visual .inner figure img.mv-item05 {
	left: -40px;
	right: -40px;
	top: 5px;
}
#mmi-container .home-main-visual .inner figure img.mv-item06 {
	left: auto;
	right: -40px;
	top: 60px;
}
#mmi-container .home-main-visual .inner figure img.mv-item07 {
	left: auto;
	right: -40px;
	top: 144px;
}
#mmi-container .home-main-visual .inner figure img.mv-item08 {
	left: auto;
	right: -40px;
	top: 230px;
}
#mmi-container .home-main-visual .inner figure img.mv-item01.play {
	left: 0px;
	top: 5px;
	opacity: 1;
}
#mmi-container .home-main-visual .inner figure img.mv-item02.play {
	left: 0px;
	top: 60px;
	opacity: 1;
}
#mmi-container .home-main-visual .inner figure img.mv-item03.play {
	left: 0px;
	top: 144px;
	opacity: 1;
}
#mmi-container .home-main-visual .inner figure img.mv-item04.play {
	left: 0px;
	top: 230px;
	opacity: 1;
}
#mmi-container .home-main-visual .inner figure img.mv-item05.play {
	left: auto;
	right: 0;
	top: 5px;
	opacity: 1;
}
#mmi-container .home-main-visual .inner figure img.mv-item06.play {
	left: auto;
	right: 0;
	top: 60px;
	opacity: 1;
}
#mmi-container .home-main-visual .inner figure img.mv-item07.play {
	left: auto;
	right: 0;
	top: 144px;
	opacity: 1;
}
#mmi-container .home-main-visual .inner figure img.mv-item08.play {
	left: auto;
	right: 0;
	top: 230px;
	opacity: 1;
}
#mmi-container .home-main-visual .main-panel {
	width: 50%;
	height: 200px;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 15px;
}
#mmi-container .home-main-visual .main-panel.play {
	opacity: 1;
	top: 40px;
}
#mmi-container .home-main-visual .main-panel h1 {
	margin: 0 auto 20px;
	width: 100%;
	font-size: 16px;
	line-height: 150%;
}
#mmi-container .home-main-visual .main-panel p {
	font-size: 14px;
	line-height: 160%;
}
#mmi-container .home-main-visual .buttons {
	width: 150px;
	height: auto;
	left: 50%;
	top: 175px;
	margin-left: -75px;
}
#mmi-container .home-main-visual .buttons a {
	width: 150px;
	height: 28px;
	margin: 0 auto 7px;
	line-height: 28px;
	border-radius: 14px;
	font-size: 11px;
}
#mmi-container .home-main-visual .buttons a:after {
	width: 8px;
	height: 8px;
	right: 4px;
	top: 50%;
	margin-top: -4px;
	line-height: 8px;
	font-size: 8px;
}
#mmi-container .home-main-visual .buttons a.anv {
	line-height: 26px;
}
#mmi-container .home-main-visual .charm {
	width: 130px;
	height: 140px;
	left: 0;
	top: auto;
	bottom: -100px;
	margin: 0;
}
#mmi-container .home-main-visual .charm img {
	display: none;
}
#mmi-container .home-main-visual .charm img + img {
	display: block;
	width: 130px;
	height: 140px;
}
#mmi-container .home-main-visual .main-panel h1.play, #mmi-container .home-main-visual .main-panel p.play, #mmi-container .home-main-visual .buttons.play {
	opacity: 1;
}
#mmi-container .home-main-visual .charm.play {
	opacity: 1;
	bottom: 0px;
}
#mmi-container .home-main-visual .anim {
	display: none;
}
}
/* ================================================ 
	農地の活用にいて
==============================================================================================================================================================*/

.utilization-a {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 40px 0;
}

.utilization-a img{
	width: 100%;
	height: auto;
}

.utilization-a a {
	transition: .3s;
}
.utilization-a a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.utilization {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 60px 0;
}
.utilization a {
	text-align: center;
	padding: 20px;
	display: block;
	background: url(../img/bg_utilization.png) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
	transition: .3s;
}
.utilization a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.utilization a p {
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 30px 0 0;
	background: url(../img/arrow1.svg) no-repeat right center;
	background-size: 20px 20px;
}
.utilization a span {
	display: block;
}
.utilization a strong {
	color: #fff100;
	font-size: 22px;
	line-height: 150%;
	font-weight: normal;
}
/* ================================================ 
	自産自消のある明日が見えてくるマイファームタイムズ
==============================================================================================================================================================*/
.myfarm-times {
	padding: 50px 0;
	background: linear-gradient(to right, #71c5ad, #a8dcb1);
}
.myfarm-times .innar {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}
.myfarm-times .innar h2 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 150%;
}
.myfarm-times .innar h3 {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
}
.myfarm-times .innar .cont {
	margin-bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.myfarm-times .innar .cont .box {
	width: 48%;
	margin-right: 4%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.myfarm-times .innar .cont .box:last-child {
	margin-right: 0;
}
.myfarm-times .innar .cont .box .image {
	width: 30%;
	margin-right: 5%;
}
.myfarm-times .innar .cont .box .image a {
	transition: .3s;
}
.myfarm-times .innar .cont .box .image a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.myfarm-times .innar .cont .box .image img {
	border-radius: 160px;
}
.myfarm-times .innar .cont .box .txt {
	width: 65%;
	position: relative;
}
.myfarm-times .innar .cont .box .txt .headline {
	margin-bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}
.myfarm-times .innar .cont .box .txt .headline .category {
	width: 60%;
}
.myfarm-times .innar .cont .box .txt .headline .category a {
	display: inline-block;
	transition: .3s;
	text-decoration: none !important;
	font-size: 90%;
	line-height: 150%;
}
.myfarm-times .innar .cont .box .txt .headline .category a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.myfarm-times .innar .cont .box .txt .headline .category span {
	display: inline-block;
	background: #fff100;
	padding: 5px 10px;
	border-radius: 5px;
}
.myfarm-times .innar .cont .box .txt .headline .date {
	width: 40%;
	text-align: right;
	color: #016e35;
	font-size: 14px;
	line-height: 150%;
}
.myfarm-times .innar .cont .box .txt .sentence a {
	color: #000;
	text-decoration: none;
}
.myfarm-times .innar .cont .box .txt .sentence a:hover {
	text-decoration: underline;
}
.myfarm-times .innar .cont .box .txt .arrow {
	position: absolute;
	right: 0;
	bottom: 0;
}
.myfarm-times .innar .more {
	text-align: right;
}
.myfarm-times .innar .more a {
	display: inline-block;
	padding: 0 25px 0 0;
	background: url(../img/arrow3.svg) no-repeat right center;
	background-size: 15px 15px;
	text-decoration: none;
	color: #000;
}
.myfarm-times .innar .more a:hover {
	text-decoration: underline;
}
/* ================================================ 
	information お知らせ
==============================================================================================================================================================*/
.information {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 0 0 50px 0;
}
.information h2 {
	text-align: center;
	font-size: 32px;
	line-height: 150%;
	color: #008e2a;
	background: -webkit-linear-gradient(0deg, #01672a 40%, #8ec320 60%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.information .caption {
	margin-bottom: 20px;
	color: #999;
	text-align: center;
}
.information .topics-block {
	margin-bottom: 20px;
}
.information .topics-block dl {
	border-bottom: 1px #000 dotted;
	margin-bottom: 20px;
	width: 100%;
	display: table;
	border-collapse: collapse;
}
.information .topics-block dl:last-child {
	margin-bottom: 0;
}
.information .topics-block dl dt {
	padding-bottom: 15px;
	display: table-cell;
	vertical-align: top;
}
.information .topics-block dl dt.date {
	width: 180px;
	text-align: center;
}
.information .topics-block dl dt.category {
	width: 120px;
	padding-right: 20px;
}
.information .topics-block dl dt.category span {
	display: block;
	border-radius: 50px;
	text-align: center;
	font-size: 12px;
	padding: 3px;
	line-height: 150%;
}
.information .topics-block dl dt.category span.topics {
	border: 1px #8fc320 solid;
	color: #60a523;
}
.information .topics-block dl dt.category span.pressrelease {
	border: 1px #f39317 solid;
	color: #f39317;
}
.information .topics-block dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 3px 10px 15px 0;
}
.information .topics-block dl dd a {
	color: #000;
	text-decoration: none;
}
.information .topics-block dl dd a:hover {
	text-decoration: underline;
}
.information .more {
	text-align: right;
}
.information .more a {
	display: inline-block;
	padding: 0 25px 0 0;
	background: url(../img/arrow3.svg) no-repeat right center;
	background-size: 15px 15px;
	text-decoration: none;
	color: #000;
}
.information .more a:hover {
	text-decoration: underline;
}
.topics-block {
	/* 対象となる要素のクラス名が"element"の場合 */
	overflow: auto;
}
 .topics-block::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 5px;
 background: #ccc;
}
 .topics-block::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 5px;
 background: #ccc;
}
 .topics-block::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #999;
 border-radius: 2px;
}
 .topics-block::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #999;
 border-radius: 2px;
}
 .topics-block::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc;
}
 .topics-block::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}
 .topics-block::-webkit-scrollbar-corner {
  /* スクロールバー角 */
  background: transparent;
}
/* ================================================ 
	農業って楽しい！を生み出し広げる会社です！
==============================================================================================================================================================*/


.ser-stit{
	padding: 0px 0  24px;
}

.ser-stit h2{
	text-align: center;
}

.appeal-block {
	padding: 50px 0;
	background: linear-gradient(to right, #ebf8b6, #6cc3ad);
	margin-bottom: 0px;
}
.appeal-block .innar {
	margin: 0 auto;
	text-align: center;
}

.appeal-block .mysb{
	font-size: 100% !important;
	font-weight: bold;
	letter-spacing: -1px;
}

.appeal-block .innar h2 {
	width: 100%;
/*	max-width: 1120px;*/
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	line-height: 150%;
	color: #fff;
}
.appeal-block .innar ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.appeal-block .innar ul li {
	display: inline-block;
	width: 18%;
	margin-right: 2.5%;
}
.appeal-block .innar ul li:last-child {
	margin-right: 0;
}
.appeal-block .innar ul li a.five {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	transition: .3s;
}
.appeal-block .innar ul li a.five:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.appeal-block .innar ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 0 !important;
}
/* ================================================ 
	ようこそ！楽しい「野菜づくり」の世界へ
==============================================================================================================================================================*/
.make-vegetables {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 60px 0;
}
.make-vegetables .icon {
	margin-bottom: 15px;
	text-align: center;
}
.make-vegetables h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 25px;
	line-height: 150%;
}
.make-vegetables h2 span {
	display: block;
	font-size: 16px;
	line-height: 150%;
}
.make-vegetables .innar:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.make-vegetables .innar .left {
	width: 48%;
	float: left;
}
.make-vegetables .innar .right {
	width: 48%;
	float: right;
}
.make-vegetables .innar .image {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}
.make-vegetables .innar .image .txt {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.make-vegetables .innar .image .txt span {
	margin-bottom: 10px;
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 150%;
}
.make-vegetables .innar .image .txt span:last-child {
	margin-bottom: 0;
}
.make-vegetables .innar .headline {
	margin-bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: space-between;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: space-between;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
}
.make-vegetables .innar .headline .btn a {
	display: block;
	border-radius: 50px;
	padding: 5px 20px;
	background: #197c49;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	transition: .3s;
}
.make-vegetables .innar .headline .btn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.make-vegetables .innar ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: flex-start;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: flex-start;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: flex-start;
}
.make-vegetables .innar ul li {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.make-vegetables .innar ul li:last-child {
	margin-right: 0;
}
.make-vegetables .innar ul li a {
	display: block;
	border: 1px #ccc solid;
	border-radius: 5px;
	padding: 20px 10px;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	background: url(../img/icon1.png) no-repeat right 10px top 10px;
	transition: .3s;
}
.make-vegetables .innar ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.make-vegetables a{
	color: #000;
}

/* ================================================ 
	おいしく食べて、知って楽しい「農」の食卓
==============================================================================================================================================================*/
.dining-block {
	padding: 50px 0;
	background: linear-gradient(to right, #50ad9b, #a0c756);
}
.dining-block .innar {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}
.dining-block .innar .icon {
	margin-bottom: 15px;
	text-align: center;
}
.dining-block .innar h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 150%;
}
.dining-block .innar h2 span {
	display: block;
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
}
.dining-block .innar ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.dining-block .innar ul li {
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
}
.dining-block .innar ul li:nth-child(2n) {
	margin-right: 0;
}
.dining-block .innar ul li a {
	display: block;
	transition: .3s;
}
.dining-block .innar ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* ================================================ 
	農業から未来を考える、学びと出会いの場
==============================================================================================================================================================*/
.learning-block {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding: 50px 0;
}
.learning-block .icon {
	margin-bottom: 15px;
	text-align: center;
}
.learning-block h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 25px;
	line-height: 150%;
}
.learning-block h2 span {
	display: block;
	font-size: 16px;
	line-height: 150%;
}
.learning-block .cont:after {
	visibility: hidden;
	displility: hidden;
	displility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.learning-block .cont .image {
	position: relative;
	width: 100%;
	float: none;
	padding-bottom: 20px;
}

.learning-block .cont a{
	color: #000;
}

.learning-block .cont .image .txt {
	position: absolute;
	left: 0;
	bottom: 0;
}
.learning-block .cont .image .txt span {
	margin-bottom: 10px;
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 150%;
}
.learning-block .cont .image .txt span:last-child {
	margin-bottom: 0;
}
.learning-block .cont .data {
	width: 35%;
	float: right;
}
.learning-block .cont .data h3 {
	margin-bottom: 20px;
}
.learning-block .cont .data .btn {
	text-align: right;
	margin-bottom: 20px;
}
.learning-block .cont .data .btn a {
	display: inline-block;
	border-radius: 50px;
	padding: 5px 20px;
	background: #197c49;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	transition: .3s;
}
.learning-block .cont .data .btn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.learning-block .cont .data ul li {
	margin-bottom: 10px;
}
.learning-block .cont .data ul li:last-child {
	margin-bottom: 0;
}
.learning-block .cont .data ul li a {
	display: block;
	border: 1px #ccc solid;
	border-radius: 5px;
	padding: 20px 10px;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	background: url(../img/icon1.png) no-repeat right 10px top 10px;
	transition: .3s;
}
.learning-block .cont .data ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* ================================================ 
	情熱あふれる農業経営をサポート 法人の皆さまへ
==============================================================================================================================================================*/
.other-block {
	padding: 50px 0;
	background: linear-gradient(to right, #c9c451, #f3f7af);
}
.other-block .innar {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.other-block .innar .support {
	width: 33%;
	margin-right: 3%;
	background: url(../img/bg_other.png) repeat-y right top;
}
.other-block .innar .support .inbox {
	padding-right: 10%;
}
.other-block .innar .support .inbox h2 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 150%;
	background: url(../img/support_icon.svg) no-repeat left top;
	background-size: 45px 44px;
	padding-left: 55px;
}
.other-block .innar .support .inbox h2 span {
	display: block;
	font-size: 14px;
	line-height: 150%;
}
.other-block .innar .corporation {
	width: 64%;
}
.other-block .innar .corporation .h2-cover {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.other-block .innar .corporation .h2-cover h2 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 150%;
	background: url(../img/corporation_icon.png) no-repeat left top;
	background-size: 41px 45px;
	padding: 8px 0 8px 61px;
}
.other-block .innar .corporation .h2-cover h2 span {
	display: block;
	font-size: 14px;
	line-height: 150%;
}
.other-block .innar .corporation ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.other-block .innar .corporation ul li {
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
}
.other-block .innar .corporation ul li:nth-child(2n) {
	margin-right: 0;
}
.other-block .innar .image {
	margin-bottom: 20px;
}
.other-block .innar .txt {
	margin-bottom: 20px;
	text-align: center;
}
.other-block .innar .txt strong {
	display: block;
	font-size: 120%;
	line-height: 150%;
}
.other-block .innar .btn {
	margin: 0 auto;
	max-width: 80%;
}
.other-block .innar .btn a {
	display: block;
	border-radius: 50px;
	padding: 5px 10px;
	background: #197c49;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	transition: .3s;
}
.other-block .innar .btn a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.other-block .innar .btn2 {
	margin: 0 auto;
	max-width: 80%;
}
.other-block .innar .btn2 a {
	display: block;
	border-radius: 50px;
	padding: 5px 10px;
	background: #564f3c;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	transition: .3s;
}
.other-block .innar .btn2 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* ================================================ 
	フッター
==============================================================================================================================================================*/
/*
footer {
	background: url(../img/bg_footer.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 30px;
}
footer .innar {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	padding-bottom: 30px;
	border-bottom: 1px #7b6b5c solid;
}
footer .innar:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
footer .innar .business {
	width: 47%;
	float: left;
	margin-right: 6%;
}
footer .innar .business h2 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
}
footer .innar .business .menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
footer .innar .business .menu .list {
	width: 48%;
	float: left;
	padding-right: 2%;
}
footer .innar .business .menu dl {
	margin-bottom: 20px;
}
footer .innar .business .menu dl:last-child {
	margin-bottom: 0;
}
footer .innar .business .menu dl dt {
	font-size: 14px;
	line-height: 160%;
	color: #fff;
	background: url(../img/arrow4.svg) no-repeat left 0.2em;
	background-size: 12px 12px;
	padding-left: 22px;
}
footer .innar .business .menu dl dd {
	padding-left: 22px;
}
footer .innar .business .menu dl dd a {
	color: #fff;
	font-size: 13px;
	line-height: 180%;
	text-decoration: underline;
}
footer .innar .business .menu dl dd a:hover {
	text-decoration: none;
}
footer .innar .about {
	width: 47%;
	float: left;
}
footer .innar .about dl dt {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}
footer .innar .about dl dd a {
	color: #fff;
	font-size: 13px;
	line-height: 180%;
	text-decoration: underline;
}
footer .innar .about dl dd a:hover {
	text-decoration: none;
}
footer .copyrights {
	text-align: center;
	padding: 30px 0 0;
	color: #fff;
	font-size: 80%;
}
#autoload {
	width: 100%;
}
*/
/* ================================================ 
	下層　header 
==============================================================================================================================================================*/
/*
header.under .innar {
	padding: 30px 0 50px;
}
header.under .innar nav ul li:nth-child(4) .logo {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	max-width: 100px;
}
*/
/* ================================================ 
	下層　パンくず 
==============================================================================================================================================================*/
/*
.breadcrumb {
	background: linear-gradient(to right, #71c5ad, #a8dcb1);
	padding: 10px 3%;
}
.breadcrumb .innar {
	margin: 0 auto;
	max-width: 1120px;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}
.breadcrumb .innar a {
	color: #fff;
}
.breadcrumb-wp {
	background: linear-gradient(to right, #71c5ad, #a8dcb1);
	padding: 10px 3%;
}
.breadcrumb-wp .innar {
	margin: 0 auto;
	max-width: 1120px;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}
.breadcrumb-wp .innar a {
	color: #fff;
}
*/
/* ================================================ 
	下層　タイトル 
==============================================================================================================================================================*/
.under-tit {
	margin-bottom: 60px;
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
.under-tit.times {
	background: url(../img/main_times.jpg) no-repeat center center;
	background-size: cover;
}
.under-tit .caption {
	margin-bottom: 15px;
	text-align: center;
}
.under-tit .caption p {
	font-size: 15px;
	line-height: 150%;
	color: #000;
	display: inline-block;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
}
.under-tit .en {
	font-size: 52px;
	line-height: 100%;
	font-weight: bold;
}
.under-tit h1 {
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
}
/* ================================================ 
	マイファームタイムス 一覧 ページ
==============================================================================================================================================================*/
.times-list {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.times-list .category-tit {
	margin-bottom: 30px;
}
.times-list .category-tit .en {
	margin-bottom: 10px;
	color: #91dcbe;
}
.times-list .category-tit h2 {
	color: #016e35;
	font-size: 32px;
	line-height: 150%;
}
.times-list .cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.times-list .cont .box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
	box-sizing: border-box;
	border: 1px #d9e1e6 solid;
	padding: 20px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.times-list .cont .box:nth-child(2n) {
	margin-right: 0;
}
.times-list .cont .box .image {
	width: 30%;
	margin-right: 5%;
}
.times-list .cont .box .image img {
	border-radius: 160px;
}
.times-list .cont .box .image a {
	transition: .3s;
}
.times-list .cont .box .image a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.times-list .cont .box .txt {
	width: 65%;
	position: relative;
}
.times-list .cont .box .txt .headline {
	margin-bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}
.times-list .cont .box .txt .headline .category {
	width: 60%;
	font-size: 90%;
	line-height: 150%;
}
.times-list .cont .box .txt .headline .category a {
	display: inline-block;
	transition: .3s;
	text-decoration: none !important;
}
.times-list .cont .box .txt .headline .category a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.times-list .cont .box .txt .headline .category span {
	display: inline-block;
	background: #fff100;
	padding: 5px 10px;
	border-radius: 5px;
}
.times-list .cont .box .txt .headline .date {
	width: 40%;
	text-align: right;
	color: #016e35;
	font-size: 14px;
	line-height: 150%;
}
.times-list .cont .box .txt .sentence {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 150%;
}
.times-list .cont .box .txt .sentence a {
	color: #000;
	text-decoration: none;
}
.times-list .cont .box .txt .sentence a:hover {
	text-decoration: underline;
}
.times-list .cont .box .txt .excerpt {
	font-size: 14px;
	line-height: 150%;
}
/* ================================================ 
	マイファームタイムス 詳細 ページ
==============================================================================================================================================================*/
.times-datail {
	margin: 0 auto 60px;
	padding-top: 30px;
	width: 94%;
	max-width: 1120px;
}
.times-datail .headline {
	margin-bottom: 30px;
	position: relative;
}
.times-datail .headline .image {
	margin-bottom: 30px;
}
.times-datail .headline .date {
	text-align: right;
}
.times-datail .headline .tit-block {
	position: absolute;
	left: 3%;
	bottom: 0;
	box-sizing: border-box;
	background: #fff;
	width: 44%;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(227, 233, 236, 0.4);
}
.times-datail .headline .tit-block h1 {
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 150%;
	font-weight: normal;
}
.times-datail .headline .tit-block .category {
	margin-bottom: 20px;
}
.times-datail .headline .tit-block .category span {
	display: inline-block;
	border-radius: 5px;
	background: #fff100;
	padding: 5px 20px;
}
.times-datail .sentence {
	margin-bottom: 30px;
	padding: 0 3%;
	border-bottom: 1px #000 dotted;
}
.times-datail .author-data {
	padding: 0 3%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}
.times-datail .author-data .author {
	width: 15%;
	margin-right: 4%;
	box-sizing: border-box;
}
.times-datail .author-data .author img {
	border-radius: 80px;
	border: 5px #8EC31F solid;
}
.times-datail .author-data .author .name {
	display: none;
}
.times-datail .author-data .data {
	width: 81%;
}
.times-datail .author-data .data .name {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 150%;
}
/* ================================================ 
	新着情報 一覧 ページ
==============================================================================================================================================================*/
.news-tit {
	margin-bottom: 30px;
	border-top: 1px #cfe4d5 solid;
	background: linear-gradient(to right, #71c5ad, #a8dcb1);
	padding: 50px 0;
}
.news-tit.mb0 {
	margin-bottom: 0;
}
.news-tit h1 {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	color: #fff;
	font-size: 36px;
	line-height: 150%;
	font-weight: normal;
}
.information.under {
	margin: 0 auto 60px;
	padding: 0;
}
/* ================================================ 
	新着情報 一覧 ページ
==============================================================================================================================================================*/
.news-datail {
	padding: 30px 0 60px;
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}
.news-datail .title {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 150%;
	font-weight: normal;
}
.news-datail .headline {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px #000 dotted;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-end;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-end;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-end;
	-webkit-align-items: center;
}
.news-datail .headline .category span {
	display: block;
	width: 120px;
	border-radius: 50px;
	text-align: center;
	font-size: 12px;
	padding: 3px;
	line-height: 150%;
}
.news-datail .headline .category span.topics {
	border: 1px #8fc320 solid;
	color: #60a523;
}
.news-datail .headline .category span.pressrelease {
	border: 1px #f39317 solid;
	color: #f39317;
}
.news-datail .headline .date {
	margin-right: 30px;
	font-size: 18px;
	line-height: 150%;
}
.news-datail .back {
	text-align: right;
	padding-top: 0px;
}
.news-datail .back a {
	display: inline-block;
	padding: 0 25px 0 0;
	background: url(../img/arrow3.svg) no-repeat right center;
	background-size: 15px 15px;
	text-decoration: none;
	color: #000;
}
.news-datail .back a:hover {
	text-decoration: underline;
}
.single-block {
	line-height: 180%;
	word-wrap: break-word;
}
.single-block p {
	margin-bottom: 1.5em;
}
.single-block p:last-child {
	margin-bottom: 0;
}
/* ================================================ 
	プライバシーポリシー
==============================================================================================================================================================*/
.privacypolicy {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.privacypolicy .privacypolicy-block01 {
	margin-bottom: 40px;
}
.privacypolicy .privacypolicy-block01 h2 {
	margin-bottom: 30px;
	background: url(../img/arrow4.svg) no-repeat left 0.2em;
	background-size: 20px 20px;
	padding-left: 30px;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
}
.privacypolicy .privacypolicy-block01 .intro {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #000 dotted;
}
.privacypolicy .privacypolicy-block01 ol {
	margin: 0 0 20px 1.5em;
}
.privacypolicy .privacypolicy-block01 ol li {
	list-style-type: decimal;
	line-height: 180%;
}
.privacypolicy .privacypolicy-block01 .signature {
	margin: 0 0 0 1.5em;
	text-align: right;
}
.privacypolicy .privacypolicy-block02 h2 {
	margin-bottom: 30px;
	background: url(../img/arrow4.svg) no-repeat left 0.2em;
	background-size: 20px 20px;
	padding-left: 30px;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
}
.privacypolicy .privacypolicy-block02 .middle {
	margin-bottom: 20px;
}
.privacypolicy .privacypolicy-block02 ol {
	margin: 0 0 20px 1.5em;
}
.privacypolicy .privacypolicy-block02 ol .first {
	margin-bottom: 20px;
	list-style-type: decimal;
	line-height: 180%;
}
.privacypolicy .privacypolicy-block02 ol .first .pt1 {
	margin-bottom: 20px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt1 dt {
	margin-bottom: 10px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt1 dd {
	margin-left: 1.5em;
	line-height: 180%;
}
.privacypolicy .privacypolicy-block02 ol .first .pt2 {
	margin-bottom: 20px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt2 dt {
	margin-bottom: 10px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt2 dd {
	margin-left: 1.5em;
	line-height: 180%;
	margin-bottom: 20px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt2 dd ul {
	margin-left: 1.2em;
}
.privacypolicy .privacypolicy-block02 ol .first .pt3 {
	margin-bottom: 20px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt3 dt {
	margin-bottom: 10px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt3 dd {
	margin-left: 1.5em;
	line-height: 180%;
}
.privacypolicy .privacypolicy-block02 ol .first .pt3 dd ul {
	margin-left: 1.2em;
}
.privacypolicy .privacypolicy-block02 ol .first .pt4 {
	margin-bottom: 20px;
}
.privacypolicy .privacypolicy-block02 ol .first .pt4 dt {
	font-weight: bold;
}
.privacypolicy .privacypolicy-block02 ol .first .pt4 dd {
	line-height: 180%;
}
.privacypolicy .privacypolicy-block02 ol .first .sub {
	margin: 0 0 20px 1em;
}
.privacypolicy .privacypolicy-block02 ol .first .sub li {
	list-style-type: decimal;
}
/* ================================================ 
	404
==============================================================================================================================================================*/
.nf-bloxk {
	padding: 20px 0 60px;
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}
/* ================================================ 
	お問い合わせ目次
==============================================================================================================================================================*/
.tit-pt1 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #000 dotted;
}
.tit-pt1 span {
	display: inline-block;
	font-size: 28px;
	line-height: 150%;
	font-weight: normal;
	padding: 10px 0 10px 20px;
	border-left: 5px #8ec31f solid;
}
.contact-index {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.contact-index p {
	margin-bottom: 30px;
}
.contact-index .cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.contact-index .cont a {
	width: 48%;
	margin: 0 4% 30px 0;
	box-sizing: border-box;
	border: 1px #ccc solid;
	border-radius: 10px;
	background: url(../img/icon_link.svg) no-repeat right 15px center;
	background-size: 16px 16px;
	color: #066e35;
	text-decoration: none;
	text-align: center;
	padding: 20px 30px;
	transition: .3s;
}
.contact-index .cont a:nth-child(2n) {
	margin-right: 0;
}
.contact-index .cont a:hover {
	background: url(../img/icon_link_on.svg) no-repeat right 15px center #8ec31f;
	color: #fff;
}
.form-block {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.form-block.comp {
	padding-top: 30px;
}
.form-block .form01 {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}
.form-block .form01 th {
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding: 20px 0;
}
.form-block .form01 th.required {
	width: 80px;
	vertical-align: top;
}
.form-block .form01 th.required span {
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	background: #E28787;
	border-radius: 5px;
}
.form-block .form01 td {
	padding: 10px 0;
}
.form-block .form01 td input {
	padding: 8px;
	font-size: 16px;
	line-height: 150%;
	border: 1px #ccc solid;
	box-sizing: border-box;
	border-radius: 5px;
}
.form-block .form01 td input.short {
	width: 40%;
}
.form-block .form01 td input.middle {
	width: 60%;
}
.form-block .form01 td input.long {
	width: 80%;
}
.form-block .form01 td textarea {
	padding: 8px;
	font-size: 16px;
	line-height: 150%;
	border: 1px #ccc solid;
	box-sizing: border-box;
	border-radius: 5px;
	width: 80%;
}
.form-block .form01 td select {
	padding: 8px;
	font-size: 16px;
	line-height: 150%;
	border: 1px #ccc solid;
	box-sizing: border-box;
	border-radius: 5px;
}
.form-block .form01 td.radio label {
	margin-right: 10px;
}
.form-block .form01 td.radio label:last-child {
	margin-right: 0;
}
.form-block .mid {
	margin-bottom: 30px;
	background: #eee;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 150%;
}
.form-block .form02 {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}
.form-block .form02 th {
	width: 230px;
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 20px 0;
}
.form-block .form02 td {
	padding: 20px 0 20px 10px;
}
.form-block .form02 textarea {
	padding: 8px;
	font-size: 16px;
	line-height: 150%;
	border: 1px #ccc solid;
	box-sizing: border-box;
	border-radius: 5px;
	width: 80%;
}
.form-block .form02 select {
	padding: 8px;
	font-size: 16px;
	line-height: 150%;
	border: 1px #ccc solid;
	box-sizing: border-box;
	border-radius: 5px;
}
.form-block .form03 {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}
.form-block .form03 th {
	width: 250px;
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 20px 0;
	border-bottom: 1px #000 dotted;
}
.form-block .form03 td {
	padding: 20px 0 20px 10px;
	border-bottom: 1px #000 dotted;
}
.form-block .submit {
	margin: 0 auto 40px;
	max-width: 1000px;
	text-align: center;
	color: #fff;
}
.form-block .submit .back-btn {
	-webkit-appearance: none;
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	border-radius: 50px;
	border: none;
	padding: 10px 15px;
	font-size: 24px;
	line-height: 150%;
	background: #a7a7a7;
	color: #fff;
	transition: .3s;
}
.form-block .submit .back-btn:hover {
	background: #999;
}
.form-block .submit .submit-btn {
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	border-radius: 50px;
	border: none;
	padding: 10px 15px;
	font-size: 24px;
	line-height: 150%;
	background: #00702D;
	color: #fff;
	transition: .3s;
}
.form-block .submit .submit-btn:hover {
	background: #00481D;
}
.form-block .cap-txt {
	text-align: center;
}
.form-block .cap-txt a {
	color: #006e35;
}
.form-block .comp-logo {
	margin: 0 auto 30px;
	max-width: 200px;
}
.form-block .comp-txt {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
}
.form-block .go-home {
	margin: 0 auto;
	max-width: 280px;
	display: block;
	background: #585247;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 50px;
	transition: .3s;
}
.form-block .go-home:hover {
	background: #36332C;
}
/* ================================================ 
	会社概要
==============================================================================================================================================================*/
.company-index {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.company-index a {
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	border: 1px #ccc solid;
	padding: 20px;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	transition: .3s;
}
.company-index a span {
	display: block;
	background: url(../img/icon_company_index.svg) no-repeat right center;
	background-size: 14px 14px;
}
.company-index a:last-child {
	margin-right: 0;
}
.company-index a:hover {
	padding: 19px;
	border: 2px #8ec31f solid;
}
.tit-pt2 {
	margin: 0 auto 15px;
	width: 94%;
	box-sizing: border-box;
	max-width: 1120px;
	font-size: 28px;
	line-height: 150%;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	border-left: 3px #8ec31f solid;
}
.company-data {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-collapse: collapse;
}
.company-data th {
	width: 180px;
	background: #f5f5f5;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 10px 20px;
	vertical-align: top;
	font-weight: normal;
}
.company-data td {
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 10px 20px;
}
.business-image {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.business-image .image {
	text-align: center;
	margin-bottom: 40px;
}

.business-image .image img{
	width: 100%;
	height: auto;
}

.business-image .txt01 {
	font-size: 100%;
	line-height: 180%;
}
.office-data {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.office-data .cont {
	width: 48%;
	margin-right: 4%;
}
.office-data .cont:nth-child(2n) {
	margin-right: 0;
}
.office-data .cont:nth-child(-n+2) {
	margin-bottom: 40px;
}
.office-data .cont h3 {
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
	border-bottom: 1px #000 dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.office-data .cont p {
	font-size: 100%;
	line-height: 160%;
	margin-bottom: 15px;
}
.office-data .cont p:last-child {
	margin-bottom: 5px;
}
.office-data .cont iframe {
	width: 100%;
	height: 250px;
}
.officer-data {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.officer-data .cont {
	margin-bottom: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.officer-data .cont:last-child {
	margin-bottom: 0;
}
.officer-data .cont .image {
	width: 28%;
	margin-right: 4%;
}
.officer-data .cont dl {
	width: 68%;
	padding-top: 30px;
}
.officer-data .cont dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
}
.officer-data .cont dl dd {
	font-size: 100%;
	line-height: 180%;
}
/* ================================================ 
	採用情報
==============================================================================================================================================================*/
.rec-main {
	padding: 50px 3%;
	background: url(../img/bg_recruit_main.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.rec-main .h2-cover {
	margin-bottom: 20px;
}
.rec-main h2 {
	display: inline-block;
	font-size: 22px;
	line-height: 180%;
	font-weight: normal;
	padding: 10px 30px;
	background: #fff;
	border-radius: 50px;
}
.rec-main .h3-cover {
	margin-bottom: 40px;
}
.rec-main h3 {
	display: inline-block;
	color: #fff;
	font-size: 50px;
	line-height: 180%;
	font-weight: normal;
	border: 3px #fff solid;
	border-radius: 10px;
	padding: 10px 30px;
}
.rec-main p {
	color: #fff;
	font-size: 18px;
	line-height: 180%;
}
.rec-tit {
	padding: 50px 3%;
	text-align: center;
}
.rec-tit h2 {
	font-size: 32px;
	line-height: 150%;
	font-weight: normal;
}
.working {
	margin-bottom: 50px;
	padding: 50px 0;
	background: #f0fdf4;
}
.working .innar {
	margin: 0 auto;
	width: 100%;
	max-width: 1120px;
}
.working .innar ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.working .innar ul li{
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}

.working .innar ul li:last-child{
	margin-right: 0;
}

.working .innar ul li img{
	width: 100%;
	height: auto;
}

.working .innar ul li .photo{	margin-bottom: 20px;}

.working .innar ul li dt{
	text-align: center;
	margin-bottom: 15px;
	font-size: 130%;
	font-weight: bold;
}

.rec01{
	background: #8ec31f;
	padding: 3%;
	color: #fff;
}

.rec02{
	background: #fff100;
	padding: 3%;
}


.rec03{
	background: #006e35;
	padding: 3%;
	color: #fff;
}



.eigyo li{ 
	margin-bottom: 20px;
background: url(../img/dods.gif);
	width: 98%;
	padding: 0 2% 2% 0;
	border-radius: 6px;
	position: relative;
}

.eigyo dl{
	box-shadow: 0 0 0 6px #bada78 inset;
	background: #f9ffee;
	padding: 5%;
	border-radius: 6px;
}

.eigyo dl dt{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}

.eigyo .speed{
	position: absolute;
	right:5%;
	top:8%;
}

.engine li{ 
	margin-bottom: 20px;
background: url(../img/dods.gif);
	width: 98%;
	padding: 0 2% 2% 0;
	border-radius: 6px;
	position: relative;
}

.engine dl{
	box-shadow: 0 0 0 6px #78d4da inset;
	background: #e8fafb;
	padding: 5%;
	border-radius: 6px;
}

.engine dl dt{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}

.engine .speed{
	position: absolute;
	right:5%;
	top:8%;
}

.wanted{
	text-align: center;
	margin-bottom: 40px;
}

.wanted .tit{
	max-width: 430px;
	width: 100%;
	margin:0 auto 20px;
}

.wanted .liner{
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	display:inline;
}

.outframe li{
	width: 50%;
	float: left;
	margin: 0 0% 2% 0;
}

.outframe li:nth-child(2n){
	margin-right: 0;
	float: right !important;
}

.outframe ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.outframe iframe{
	width: 100% !important;
	padding: 0 !important;
	margin: 0 auto !important;
	text-align: center !important;
	
}

.outframe ul{
	margin: 0 auto;
	width: 1010px;
}



.working .innar .cont {
	margin-bottom: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}
.working .innar .cont:last-child {
	margin-bottom: 0;
}
.working .innar .cont .txt1 {
	width: 25%;
	text-align: right;
	font-size: 40px;
	line-height: 120%;
	word-break: break-all;
}
.working .innar .cont .txt1.pt1 {
	color: #8ec31f;
}
.working .innar .cont .txt1.pt2 {
	color: #000;
}
.working .innar .cont .txt1.pt3 {
	color: #006e35;
}
.working .innar .cont .icon {
	width: 11%;
	margin: 0 2%;
}
.working .innar .cont .txt2 {
	width: 60%;
	font-size: 18px;
	line-height: 180%;
}
.rec-index {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 1120px;
}
.rec-index h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
	line-height: 150%;
	font-weight: normal;
}

.rec-index .cont{
	float: left;
	width: 48%;
	margin: 0 1%;
	
}

.rec-index .cont h3{
	text-align: center;
	margin-bottom: 20px;
}

.rec-index .list{
	margin-bottom: 50px !important;
}

.rec-index .list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.rec-cont {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.rec-cont .tit {
	margin-bottom: 30px;
	background: #e7feee;
	padding: 20px;
	font-size: 18px;
	line-height: 150%;
}
.rec-cont .tit strong {
	color: #c91111;
}
.rec-cont .copy {
	margin-bottom: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: center;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: center;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
}
.rec-cont .copy .image {
	width: 120px;
	margin-right: 4%;
}
.rec-cont .copy .txt {
	width: 86%;
}
.rec-cont .copy .txt h3 {
	font-size: 32px;
	line-height: 150%;
	font-weight: normal;
}
.rec-cont .copy .txt h4 {
	font-size: 22px;
	line-height: 150%;
	font-weight: normal;
}
.rec-cont .copy .txt p {
	font-size: 16px;
	line-height: 180%;
}
.rec-cont .txt-box p {
	margin-bottom: 1em;
	font-size: 100%;
	line-height: 180%;
}
.rec-cont .txt-box p:last-child {
	margin-bottom: 0;
}
.rec-cont .txt-box ul {
	display: inline-block;
	padding: 20px;
	margin-bottom: 1em;
	border: 3px #8ec31f dashed;
}
.rec-cont .txt-box ul li {
	font-size: 100%;
	line-height: 180%;
}
.rec-data {
	width: 100%;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-collapse: collapse;
}
.rec-data th {
	width: 180px;
	background: #f5f5f5;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 10px 20px;
	vertical-align: top;
	font-weight: normal;
}
.rec-data td {
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 10px 20px;
}
.rec-data td p {
	margin-bottom: 1em;
}
.rec-data td p:last-child {
	margin-bottom: 0;
}
.history-block {
	margin: 0 auto 40px;
	width: 94%;
	max-width: 1120px;
}
.history-block .history-tit {
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px;
	min-width: 120px;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 1px #000;
	border-radius: 5px;
	box-sizing: border-box;
}
.history-block .history-tit:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFF;
	z-index: 2;
}
.history-block .history-tit:after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -11px;
	border: 11px solid transparent;
	border-top: 11px solid #000;
	z-index: 1;
}
.history-block .history-tit p {
	margin: 0;
	padding: 0;
}
.history-cover {
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}
.basic {
	width: 100%;
	border-collapse: collapse;
}
.basic th {
	width: 150px;
	padding: 20px 30px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px #000 dotted;
}
.basic td {
	padding: 20px 0;
	border-bottom: 1px #000 dotted;
}
.publication {
	padding-left: 20px;
}
.publication li {
	margin-bottom: 30px;
	padding-left: 20px;
	background: url(../img/publication.svg) no-repeat left 0.1em;
	background-size: 15px 15px;
}
.publication li:last-child {
	margin-bottom: 0;
}
.history-tit-block {
	margin: 0 auto 40px;
	width: 94%;
	max-width: 1120px;
}
.history-tit-block h2 {
	text-align: center;
	font-size: 52px;
	line-height: 100%;
	color: #006b3b;
}
.history-tit-block .cap {
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
}
.history-tit-block h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 28px;
	line-height: 150%;
	font-weight: normal;
	color: #006b3b;
}
.history-tit-block .point-cover {
	margin-bottom: 50px;
	position: relative;
}
.history-tit-block .point-cover .point {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.history-tit-block .point-cover .point li {
	width: 30%;
	margin-right: 5%;
	box-sizing: border-box;
	border: 1px #ccc solid;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	font-size: 24px;
	line-height: 130%;
	position: relative;
}
.history-tit-block .point-cover .point li:last-child {
	margin-right: 0;
}
.history-tit-block .point-cover .ab1 {
	position: absolute;
	width: 7%;
	top: 10%;
	left: 29%;
}
.history-tit-block .point-cover .ab2 {
	position: absolute;
	width: 7%;
	top: 10%;
	left: 64%;
}
.history-tit-block .his-flow {
	margin-bottom: 60px;
}
.history-tit-block .his-flow ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	/*--- IE10 用 ---*/
	display: -ms-flexbox;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: flex-start;
	-ms-flex-align: stretch;
	/*--- Androidブラウザ用 ---*/
	display: -webkit-box;
	-webkit-box-direction: row;
	-webkit-box-pack: flex-start;
	-webkit-box-align: stretch;
	/*--- safari（PC）用 ---*/
	display: -webkit-flex;
	-webkit-flow: row nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
}
.history-tit-block .his-flow ul li {
	position: relative;
}
.history-tit-block .his-flow ul li:nth-child(1) {
	width: 30%;
	padding-top: 20px;
}
.history-tit-block .his-flow ul li:nth-child(2) {
	width: 5%;
	padding-top: 5%;
}
.history-tit-block .his-flow ul li:nth-child(3) {
	width: 30%;
	padding-top: 20px;
}
.history-tit-block .his-flow ul li:nth-child(4) {
	width: 5%;
	padding-top: 5%;
}
.history-tit-block .his-flow ul li:nth-child(5) {
	width: 30%;
	padding-top: 20px;
}
.history-tit-block .his-flow ul li .image {
	text-align: center;
	margin-bottom: 15px;
}
.history-tit-block .his-flow ul li .txt {
	text-align: center;
	font-size: 18px;
	line-height: 160%;
}
.history-tit-block .his-flow ul li .txt strong {
	font-size: 24px;
	line-height: 160%;
	display: block;
}
.history-tit-block .his-flow ul li .year-cover {
	position: absolute;
	top: 0;
	left: 0;
}
.history-tit-block .his-flow ul li .year-tit {
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px;
	min-width: 120px;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	max-width: 100%;
	color: #555;
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	background: none;
	border: solid 1px #000;
	border-radius: 5px;
	box-sizing: border-box;
}
.history-tit-block .his-flow ul li .year-tit:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFF;
	z-index: 2;
}
.history-tit-block .his-flow ul li .year-tit:after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -11px;
	border: 11px solid transparent;
	border-top: 11px solid #000;
	z-index: 1;
}
.history-tit-block .his-flow ul li .year-tit p {
	margin: 0;
	padding: 0;
}
/* ================================================ 
	私たちの思い
==============================================================================================================================================================*/

.messe-bg {
	background: url(../img/messe-bg.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 0;
}
.messe-in {
	max-width: 1120px;
	margin: 0 auto;
	padding: 50px 0;
	height: 700px;
	overflow: hidden;
	position: relative;
}

.messe-in .parking{
	position: absolute;
	bottom:6px;
	right:0;
	font-size: 90%;
}

.grf {
	background: #016e35;
	font-size: 230%;
	padding: 20px;
	display: inline;
	color: #fff;
	position: absolute;
	top: 60px;
	left: 0;
}
.messe-in:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.messe-in dl {
	background-color: rgba(0,0,0,0.5);
	border-radius: 6px;
	color: #fff;
	width: 40%;
	padding: 5%;
	position: absolute;
	bottom: 5%;
	right: 0;
}
.messe-in dl dt {
	font-size: 140%;
	margin-bottom: 20px;
	font-weight: bold;
}
.messe-tit {
	border-top: 1px #cfe4d5 solid;
	background: linear-gradient(to right, #71c5ad, #a8dcb1);
	padding: 50px 0;
}
.messe-tit h1 {
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
	color: #fff;
	font-size: 36px;
	line-height: 150%;
	font-weight: normal;
}
.base {
	max-width: 1120px;
	margin: 0 auto;
}
.mission {
	background: url(../img/promise-bg2.jpg) no-repeat center top;
	background: 100% auto;
	text-align: center;
	padding-top: 170px;
	margin: 10px auto 0;
}
.mission .vision {
	padding-top: 60px;
}
.mission dt {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 25px;
}
.mission dd {
/*	background-color: rgba(255,255,255,0.5);*/
	border-radius: 6px;
	padding: 20px;
	width: 45%;
	margin: 0 auto;
	font-size: 120%;
	line-height: 150%;
}
.promise {
	background: url(../img/promise-bg.jpg) no-repeat center top;
	background: 100% auto;
	text-align: center;
	padding-bottom: 330px;
	margin: 80px auto 0;
}
.promise dt {
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 25px;
}
.promise dd {
/*	background-color: rgba(255,255,255,0.5);*/
	border-radius: 6px;
	padding-top: 20px;
	width: 45%;
	margin: 0 auto;
	font-size: 120%;
	line-height: 150%;
}
.agree {
	background: #f0fdf4;
	width: 100%;
}
.agree:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ag-photo {
	float: right;
	width: 50%;
}
.ag-photo img {
	width: 100%;
	height: auto;
}
.mb-txt p {
	margin-bottom: 25px;
}
.mb-txt p:last-child {
	margin-bottom: 0;
}
.ag-base {
	float: left;
	width: 40%;
	padding: 5%;
}
.nishi {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	padding: 60px 0;
}
.nishi:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.nishi .photo {
	float: left;
	width: 46%;
	position: relative;
}
.nishi .grre {
	float: right;
	width: 50%;
}
.nishi .photo .nphoto {
	position: absolute;
	top: 70%;
	right: 0;
}
.nishi .photo .nphoto img {
	width: 100%;
	height: auto;
}
.grre dt {
	color: #8fc320;
	font-size: 120%;
	font-family: Arial, Helvetica, "sans-serif";
	margin-bottom: 20px;
}
.grre dd {
	font-size: 160%;
	margin-bottom: 30px;
}
/* ================================================ 
	企業参入サポート
==============================================================================================================================================================*/

.planning-bg {
	background: url(../img/planning.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 60px;
	height: 584px;
	position: relative;
}
.planning-bg p {
	text-align: center;
	max-width: 660px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.club {
	background: url(../img/clob.svg) no-repeat center top;
	background-size: 32px 32px;
	padding-top: 48px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 40px;
}
.busi-s:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.busi-s {
	margin-bottom: 50px;
}
.busi-s li {
	width: 48%;
	float: left;
}
.busi-s li img {
	width: 100%;
	height: auto;
}
.busi-s li:last-child {
	float: right;
}
.busi-s li dt {
	font-family: Arial, Helvetica, "sans-serif";
	color: #207648;
	margin-bottom: 20px;
}
.busi-s li dd {
	line-height: 200%;
}
.agf {
	color: #207648;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
}
.new-jie {
	background: #f0fdf4;
	padding: 50px 0;
	margin-bottom: 60px;
}
.new-jie .inn {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.two {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #8ec31f;
	margin-bottom: 30px;
}
.new-jie ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.new-jie ul li {
	float: left;
	width: 31.6%;
	margin: 0 2.6% 2% 0;
	text-align: center;
}
.new-jie ul li:nth-child(3n) {
	margin-right: 0;
}
.new-jie ul li a {
	box-shadow: 0 0 0 1px #ccc inset;
	display: block;
	padding: 15px 0;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	transition: .3s;
	background: url(../img/icon_company_index.svg) no-repeat 94% center #fff;
	background-size: 14px 14px;
}
.new-jie ul li a:hover {
	box-shadow: 0 0 0 2px #8ec31f inset;
	display: block;
	padding: 15px 0;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	transition: .3s;
	background: url(../img/icon_company_index.svg) no-repeat 94% center #fff;
	background-size: 14px 14px;
}
.subs-tit {
	background: url(../img/ye-under.gif) no-repeat left bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 160%;
	font-weight: bold;
}
.subs-tit span {
	font-size: 80%;
	line-height: 170%;
}
.lps:after, .rap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.lps, .rap {
	margin-bottom: 40px;
}
.lps li {
	width: 38%;
	float: left;
}
.lps li img {
	width: 100%;
	height: auto;
}
.lps li:last-child {
	float: right;
	width: 58%;
	line-height: 200%;
}
.tecniv dt {
	color: #006c33;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 15px;
}
.rap li:first-child {
	width: 38%;
	float: right;
}
.rap li:first-child img {
	width: 100%;
	height: auto;
}
.rap li {
	float: left;
	width: 58%;
	line-height: 200%;
}
.chara:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.chara {
	background: #fafae8;
	width: 100%;
	padding: 50px 0;
	margin-bottom: 60px;
}
.chara .charas {
	width: 25%;
	float: left;
}
.chara .charas img {
	width: 100%;
	height: auto;
}
.chara .profi {
	width: 66%;
	float: right;
}
.chara .profi dt {
	font-weight: bold;
	font-size: 120%;
	line-height: 200%;
	margin-bottom: 30px;
}
.chara .profi dt span {
	font-size: 120%;
}
.chara .profi dd {
	line-height: 200%;
}
.inns {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.bigs {
	text-align: center;
	font-size: 170%;
	line-height: 150%;
	margin-bottom: 30px;
}
.green-btn {
	width: 45%;
	margin: 0 auto 60px;
}
.green-btn a {
	background: #006e35;
	display: block;
	color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 6px;
	text-decoration: none;
	transition: .3s;
	font-weight: bold;
}
.green-btn a:hover {
	background: #05512A;
	background-size: 24px 24px;
}

.green-btn a span{
	background: url(../img/mail.svg) no-repeat 0 center;
	background-size: 24px 24px;
	padding-left: 32px;
}

.kanren {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #8ec31f;
	margin: 60px 0 40px;
}
.ioc:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ioc {
	margin-bottom: 50px;
}
.ioc li {
	width: 35%;
	float: left;
}
.ioc li img {
	width: 100%;
	height: auto;
}
.ioc li:last-child {
	width: 60%;
	float: right;
}
.ioc dt {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 120%;
}
/* ================================================ 
	農業経営サポート
==============================================================================================================================================================*/

.result-bg {
	background: url(../img/result.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 60px;
	height: 500px;
	position: relative;
}
.result-bg p {
	text-align: center;
	max-width: 993px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 44%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.makes {
	max-width: 752px;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.makes img {
	width: 100%;
	height: auto;
	text-align: center;
}
.eat:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.eat {
	margin-bottom: 100px;
}
.eat li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}
.eat li:last-child {
	margin-right: 0;
}
.eat li img {
	width: 100%;
	height: auto;
}
.love-banner {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 60px;
}
.love-banner img {
	width: 100%;
	height: auto;
}
/* ================================================ 
	食の拠点
==============================================================================================================================================================*/

.food-bg {
	background: url(../img/food-bg2.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 60px;
	height: 450px;
	position: relative;
}
.food-bg p {
	text-align: center;
	max-width: 526px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.yaoya {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 40px;
}
.yaoya img {
	width: 100%;
	height: auto;
}
.min-ya {
	text-align: center;
	font-size: 140%;
	line-height: 150%;
	margin-bottom: 50px;
}
.fooks:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fooks {
	margin-bottom: 100px;
}
.fooks li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}
.fooks li:last-child {
	margin-right: 0;
}
.fooks li img {
	width: 100%;
	height: auto;
}
.kyo-acc {
	background: url(../img/lines.gif) no-repeat left top;
	padding-top: 60px;
	margin: 60px 0;
}
.kyo-acc:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.kyo-acc dl {
	float: left;
	width: 48%;
	margin-top: 30px;
}
.kyo-acc dl dt {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
.kyo-acc .maps {
	float: right;
	width: 48%;
}
.anoter a {
	display: block;
	box-shadow: 0 0 0 1px #ccc inset;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
	background: url(../img/bg_contact_index.png) no-repeat 98% 8px #fff;
	color: #000;
	text-decoration: none;
	transition: .3s;
	margin-bottom: 50px;
}
.anoter a:hover {
	display: block;
	box-shadow: 0 0 0 2px #8ec31f inset;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
	background: url(../img/bg_contact_index.png) no-repeat 98% 8px #fff;
	color: #000;
	text-decoration: none;
}
.kyo-acc iframe {
	float: right;
	width: 48%;
}
.catalog:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.catalog .phpos {
	float: left;
	width: 62%;
}
.catalog .phpos img {
	width: 100%;
	height: auto;
}
.catalog .txt {
	float: right;
	width: 34%;
	line-height: 200%;
}
.cat3 {
	max-width: 528px;
	width: 100%;
	margin: 60px auto;
}
.cat3 img {
	width: 100%;
	height: auto;
}
.threes {
	margin-bottom: 50px;
}
.threes:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.threes li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}
.threes li:last-child {
	margin-right: 0;
}
.threes li dt {
	background: #8ec31f;
	padding: 6%;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	border-radius: 6px;
	margin-bottom: 20px;
}
.place {
	box-shadow: 0 0 0 6px #a3937f inset;
	background: #e1dad0;
	color: #615444;
	padding: 3%;
}
.place dt {
	font-size: 140%;
	margin-bottom: 20px;
	font-weight: bold;
}
.btnarea {
	width: 50%;
	margin: 0 auto;
	padding: 50px 0;
}
.honey {
	background: #ffefd0;
	padding: 60px 0 0;
}
.honey .cont {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.honey .cont:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.honey .cont .ney {
	float: left;
	width: 48%;
	margin-bottom: 60px;
}
.honey .cont .ney img {
	width: 100%;
	height: auto;
}
.bottle {
	bottom: 0;
	right: 0;
	position: absolute;
	width: 46%;
}
.bottle img {
	width: 100%;
	height: auto;
}
.orijin:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.yacchaba {
	padding-top: 20px;
	padding-bottom: 80px;
}
.yacchaba .photo {
	float: left;
	width: 45%;
}
.yacchaba .photo img {
	width: 100%;
}
.yacchaba .ojim {
	float: right;
	width: 50%;
	line-height: 190%;
}
.yacchaba .ytitle {
	padding-bottom: 30px;
}
.yacchaba .ylogo {
	padding: 30px 0;
	text-align: center;
}
.yacchaba .ylogo img {
	width: 70%;
}
.yacchaba .but {
	display: block;
	box-shadow: 0 0 0 1px #ccc inset;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
	background: #ddd;
	border: #999 1px solid;
	color: #333;
	text-decoration: none;
	transition: .3s;
}

.orijin {
	padding: 60px 0;
}
.orijin .photo {
	float: left;
	width: 45%;
}
.orijin .photo img {
	width: 100%;
	height: auto;
}
.big-o {
	font-size: 230%;
	margin-bottom: 30px;
}
.orijin .ojim {
	float: right;
	width: 50%;
	line-height: 200%;
}
.lily {
	background: #e0ffff;
	padding: 60px 0 0;
}
.lily .cont {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.lily .cont:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.lily .cont .ney {
	float: left;
	width: 48%;
	margin-bottom: 60px;
}
.lily .cont .ney img {
	width: 100%;
	height: auto;
}
.opens {
	background: #5eb9c2;
	color: #fff;
	display: inline-block;
	font-size: 120%;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 35px !important;
}
.flames {
	float: right;
	width: 40%;
}
.flames iframe {
	width: 100%;
}
/* ================================================ 
	体験農園マイファーム
==============================================================================================================================================================*/

.myfarm-bg {
	background: url(../img/myfarm-bg.jpg) no-repeat center top;
	background-size: cover;
	margin-bottom: 60px;
	height: 700px;
	position: relative;
}
.myfarm-bg p {
	text-align: center;
	max-width: 620px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.toriku {
	max-width: 1120px;
	width: 100%;
	margin: 30px auto;
}
.toriku img {
	width: 100%;
	height: auto;
}
.picks {
	background: url(../img/back-dod.gif) repeat left top;
	padding: 10px;
	margin-bottom: 60px;
}
.picks .in {
	background: #fff;
	padding: 3%;
}
.picks .in:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.picks .in .upss {
	float: left;
	width: 48%;
	background: #fff;
}
.picks .in .pickup {
	background: url(../img/pick.jpg) no-repeat left top;
	padding-left: 100px;
	margin-bottom: 30px;
}
.picks .in .photo {
	float: right;
	width: 48%;
}

.picks .in .photo img{
	width: 100%;
	height: auto;
}

.inlink a {
	box-shadow: 0 0 0 1px #ccc inset;
	display: block;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
	color: #000;
	text-decoration: none;
	background: url(../img/play.svg) no-repeat 94% center #fff;
	background-size: 14px 14px;
	transition: .3s;
}
.inlink a:hover {
	box-shadow: 0 0 0 2px #8ec31f inset;
	display: block;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
	color: #000;
	text-decoration: none;
	background: url(../img/play.svg) no-repeat 94% center #fff;
	background-size: 14px 14px;
}
.present dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.present dl dt {
	float: left;
	width: 24%;
}
.present dl dt img {
	width: 100%;
	height: auto;
}
.present dl dd {
	float: right;
	width: 72%;
	line-height: 200%;
	margin-top: 40px;
}
.no01 {
	background: url(../img/no01.jpg) no-repeat left center;
	padding-left: 50px;
	min-height: 36px;
	font-size: 160%;
	line-height: 150%;
	margin-bottom: 25px;
}
.no02 {
	background: url(../img/no02.jpg) no-repeat left center;
	padding-left: 50px;
	min-height: 36px;
	font-size: 160%;
	line-height: 150%;
	margin-bottom: 25px;
}
.no03 {
	background: url(../img/no03.jpg) no-repeat left center;
	padding-left: 50px;
	min-height: 36px;
	font-size: 160%;
	line-height: 150%;
	margin-bottom: 25px;
}
.present-r dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.present-r {
	margin: 30px auto;
}
.present-r dl dt {
	float: right;
	width: 24%;
}
.present-r dl dt img {
	width: 100%;
	height: auto;
}
.present-r dl dd {
	float: left;
	width: 72%;
	line-height: 200%;
	margin-top: 40px;
}
.anknlink a {
	box-shadow: 0 0 0 1px #ccc inset;
	display: block;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
	color: #000;
	text-decoration: none;
	background: url(../img/icon_company_index.svg) no-repeat 94% center #fff;
	background-size: 14px 14px;
	transition: .3s;
}
.anknlink a:hover {
	box-shadow: 0 0 0 2px #8ec31f inset;
	display: block;
	padding: 20px 0;
	text-align: center;
	border-radius: 6px;
	color: #000;
	text-decoration: none;
	background: url(../img/icon_company_index.svg) no-repeat 94% center #fff;
	background-size: 14px 14px;
}
.present .anknlink {
	width: 50%;
}
.josy {
	background: #f0fdf4;
	padding: 60px 0;
	margin: 60px 0;
}
.iito {
	background: url(../img/icon-fm.svg) no-repeat center top;
	background-size: 80px 80px;
	padding-top: 92px;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 40px;
}
.japan-sp {
	box-shadow: 0 0 0 5px #82d6f0 inset;
	background: #fff;
	max-width: 1120px;
	margin: 0 auto 50px;
	width: 92%;
	text-align: center;
	font-size: 140%;
	line-height: 150%;
	padding: 2% 3%;
}
.japan-sp dt {
	color: #82d6f0;
	font-weight: bold;
}
.josy ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.josy ul li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}
.josy ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.josy ul li:last-child {
	margin-right: 0;
}
.josy ul {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.josy ul li .areaname {
	font-size: 140%;
	font-weight: bold;
	margin-top: 15px;
}
.josy .anoter {
	width: 40%;
	margin: 40px auto 0;
}
.season:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.season {
	margin-bottom: 60px;
}
.season li {
	float: left;
	width: 19.5%;
	margin-right: 2%;
	padding: 2%;
}
.season li:last-child {
	margin-right: 0;
}
.season li dt {
	text-align: center;
	margin-bottom: 20px;
}
.season li .hist {
	text-align: center;
	margin: 20px auto;
	font-size: 110%;
	font-weight: bold;
	color: #006b3b;
}
.spring {
	background: #ffe6f1;
}
.summer {
	background: #f8ffe6;
}
.fall {
	background: #fff2e6;
}
.winter {
	background: #f2f2f2;
}
.fuman {
	background: url(../img/human.jpg) no-repeat left center;
	padding-left: 70px;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	min-height: 70px;
	padding-top: 20px;
	margin-left: 100px;
	margin-bottom: 40px;
}
.fuman span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.lifestyle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.lifestyle {
	margin-bottom: 50px;
	max-width: 1120px;
	width: 100%;
}
.lifestyle li {
	width: 26%;
	float: left;
	padding: 3%;
	margin: 0 2% 2% 0;
}
.lifestyle li:nth-child(3n) {
	margin-right: 0 !important;
}
.lifestyle li {
	box-shadow: 0 0 0 5px #bada78 inset;
	background: #f9ffee;
	border-radius: 6px;
}
.btn-famer {
	margin: 0 auto 50px;
	text-align: center;
	max-width: 980px;
	width: 100%;
}
.btn-famer img {
	width: 100%;
	height: auto;
}
.dlug {
	background: url(../img/dlug.svg) no-repeat left top;
	background-size: 32px 32px;
	margin-bottom: 60px;
	width: 66%;
	margin: 0 auto 40px;
	padding: 15px 0 0;
}
.dod-dark {
	background: url(../img/dod-dark.gif) no-repeat left top;
	padding-top: 50px;
}
.magazine {
	text-align: center;
	color: #006b3b;
	font-size: 180%;
	line-height: 150%;
	font-weight: bold;
}
.magazine span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.create:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.create li {
	width: 48%;
	float: left;
}
.create li:last-child {
	width: 48%;
	float: right;
}
.create li dt {
	margin-bottom: 30px;
}
.forex {
	text-align: center;
}
.forex dt {
	font-size: 250%;
	margin-bottom: 15px;
}
.forex dd {
	font-size: 160%;
	color: #ffcc00;
	font-family: Arial, Helvetica, "sans-serif";
}
.exampl {
	margin-top: 20px;
}
.exampl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.exampl dt {
	float: left;
	width: 28%;
	text-align: center;
	background: #bada78;
	padding: 2% 3%;
	border-radius: 6px;
	font-size: 144%;
	font-weight: bold;
}
.exampl dd {
	float: right;
	width: 61%;
	padding: 1%;
}
.tukuru {
	width: 40%;
	margin: 50px auto;
}
.akademi {
	background: #f7f3ed;
	padding: 60px 0;
	margin-bottom: 60px;
}
.subswhite-tit {
	background: url(../img/subs-white.gif) no-repeat left bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 160%;
	font-weight: bold;
}
.prl {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 30px;
}
.mic {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.mic ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.mic ul {
	margin-bottom: 40px;
}
.mic ul li {
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
}
.mic ul li:last-child {
	margin-right: 0%;
}
.mic .anoter {
	width: 40%;
	margin: 0 auto;
}
.clop ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clop {
	margin: 0 auto 60px;
}
.clop li {
	float: left;
	width: 42%;
}
.clop li img {
	width: 100%;
	height: auto;
}
.clop li:last-child {
	width: 52%;
	float: right;
}
.clop .anoter {
	width: 40%;
	margin: 40px auto 0;
}
/* ================================================ 
	大学校
==============================================================================================================================================================*/

.aguri-bg {
	width: 100%;
	background: url(../img/aguri-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 560px;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
}
.aguri-bg p {
	position: absolute;
	width: 837px;
	height: 500px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

.aguri-bg img{
	width: 100%;
	height: 500px;
}

.ag-intro:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ag-intro .photo {
	width: 46%;
	float: left;
}
.ag-intro .photo img {
	width: 100%;
	height: auto;
}
.ag-intro dl {
	float: right;
	width: 48%;
}
.ag-intro dl dt {
	font-size: 140%;
	font-weight: bold;
	color: #006a30;
	border-bottom: 6px solid #8dd1b0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.ag-cout {
	background: url(../img/dod-lines.gif) no-repeat left top;
	padding-top: 60px;
	margin: 60px auto;
}
.ag-cout p img {
	max-width: 1120px;
	width: 100%;
	height: auto;
}
.collage:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.collage li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}
.collage li:nth-child(3n) {
	margin-right: 0;
}
.collage li img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.no-01 {
	background: url(../img/no-01.gif) no-repeat left center;
	font-size: 150%;
	font-weight: bold;
	padding-left: 50px;
	min-height: 36px;
	padding-top: 14px;
}
.no-02 {
	background: url(../img/no-02.gif) no-repeat left center;
	font-size: 150%;
	font-weight: bold;
	padding-left: 50px;
	min-height: 36px;
	padding-top: 14px;
}
.no-03 {
	background: url(../img/no-03.gif) no-repeat left center;
	font-size: 150%;
	font-weight: bold;
	padding-left: 50px;
	min-height: 36px;
	padding-top: 14px;
}
.ca-result {
	background: #f0fdf4;
	padding: 60px 0;
	margin: 60px auto;
}
.rest {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 30px;
}
.ca-result dl {
	box-shadow: 0 0 0 5px #8ec31f inset;
	background: #fff;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	max-width: 1120px;
	width: 100%;
	padding: 3%;
	margin: 0 auto 40px;
}
.ca-result dl dt {
	color: #8ec31f;
	font-size: 110%;
	margin-bottom: 15px;
}
.graph01 {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.graph01 img {
	width: 100%;
	height: auto;
}
.graphs {
	max-width: 1120px;
	width: 100%;
	margin: 30px auto;
}
.graphs:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.graph03 {
	float: left;
	width: 36%;
}
.garade {
	float: right;
	width: 60%;
}
.after {
	text-align: center;
	box-shadow: 0 0 0 1px #000 inset;
	padding: 3%;
	margin-bottom: 25px;
	font-size: 130%;
	font-weight: bold;
}
.voices span {
	background: url(../img/speech-bubble.svg) no-repeat left center;
	background-size: 28px 28px;
	padding-left: 36px;
}
.voices {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.voice-case:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.voice-case li {
	width: 42%;
	float: left;
	margin: 0 4% 4% 0;
	box-shadow: 0 0 0 6px #bada78 inset;
	padding: 3%;
	background: #f9ffee;
	border-radius: 6px;
}
.voice-case li:nth-child(2n) {
	margin-right: 0;
}
.voice-case li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.voice-case li p {
	float: left;
	width: 36%;
}
.voice-case li p img {
	width: 100%;
	height: auto;
}
.voice-case li dl {
	float: right;
	width: 60%;
}
.voice-case li dl dt {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}
.big-btn {
	max-width: 980px;
	width: 70%;
	margin: 0 auto 70px;
}
.big-btn a {
	background: url(../img/aguiri-part.svg) no-repeat 4% center, url(../img/buttona.svg) no-repeat 90% center #006b3b;
	background-size: 70px 70px, 14px 14px;
	padding: 40px 0;
	text-align: center;
	display: block;
	border-radius: 6px;
	color: #fff;
	font-size: 170%;
	text-decoration: none;
	font-weight: bold;
	transition: .3s;
}
.big-btn a:hover {
	background: url(../img/aguiri-part.svg) no-repeat 4% center, url(../img/buttona.svg) no-repeat 90% center #024728;
	background-size: 70px 70px, 14px 14px;
	padding: 40px 0;
	text-align: center;
	display: block;
	border-radius: 6px;
	color: #fff;
	font-size: 170%;
	text-decoration: none;
	font-weight: bold;
}

.schools{	margin-bottom: 40px;}
.schools:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.schools li {
	width: 31.6%;
	float: left;
	margin: 0 2.6% 2.6% 0;
	font-size: 90%;
	text-align: center;
}
.schools li:nth-child(3n) {
	margin-right: 0;
}
.schools li a {
	display: block;
	padding: 4%;
	position: relative;
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 6px;
	height: 230px;
	color: #000;
	transition: .3s;
}
.schools li a:hover {
	display: block;
	padding: 4%;
	position: relative;
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 6px;
	height: 230px;
	color: #000;
	opacity: .7;
}

.schools .non{
	display: block;
	padding: 4%;
	position: relative;
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 6px;
	height: 230px;
	color: #000;
	transition: .3s;
}


.schools li a dl,
.schools .non dl{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.schools li a dl dt,
.schools .non dt{
	max-width: 160px;
	max-height: 160px;
	width: 100%;
	margin: 0 auto 20px;
}
.schools li a dl dt img,
.schools .non dt img{
	width: 100%;
	height: auto;
}

.schools li:nth-child(4) a dl dt,
.schools .non dt{
	max-width: 120px;
	max-height: 120px;
	width: 100%;
	margin: 0 auto 20px;
}

.schools_em {
	display: block;
	padding: 4%;
	position: relative;
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 6px;
	color: #000;
	transition: .3s;
	margin-bottom: 2.6%;
}
.schools_em dl {
	display: inline-block;
}
.schools_em dt {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 26%;
	margin-right: 2%;
}
.schools_em img {
	margin-top: 20px;
}
.schools_em dd {
	display: inline-block;
	vertical-align: top;
	width: 71%;
}


/* ================================================ 
	農地活用
==============================================================================================================================================================*/

.farmland-bg {
	width: 100%;
	background: url(../img/farmland-bg.jpg) no-repeat center center;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.farmland-bg p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.clob {
	color: #006a30;
	font-weight: bold;
	font-size: 170%;
	line-height: 150%;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-bottom: 30px;
	background: url(../img/clob.svg) no-repeat left top;
	background-size: 40px 40px;
}

.fribtn a {
	display: block;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	width: 100%;
	background: linear-gradient(to bottom, #ffa800 50%, #ff8a00 50%);
	padding: 20px 0;
	border-radius: 6px;
	border: 1px solid #4d2b02;
	transition: .3s;
	text-align: center;
	box-shadow: 0 5px 0 0px #4d2b02;
	text-decoration: none;
}
.fribtn a span {
	background: url(../img/play-bg.svg) no-repeat right center;
	background-size: 24px 24px;
	padding-right: 40px;
}
.fribtn a:hover {
	text-decoration: none;
	background: linear-gradient(to bottom, #ff8a00 50%, #ff8a00 50%);
	box-shadow: 0 0px 0 0px #4d2b02;
}
.suggestion:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.suggestion li {
	width: 50%;
	float: left;
}
.suggestion li:last-child {
	width: 45%;
	float: right;
}
.suggestion li:last-child img {
	width: 100%;
	height: auto;
}
.suggestion li .brain {
	box-shadow: 0 0 0 6px #bada78 inset;
	border-radius: 8px;
	background: #f9ffee;
	padding: 8%;
}
.suggestion li .brain dt {
	text-align: center;
	color: #006b3b;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
.blossum {
	box-shadow: 0 0 0 6px #dbe4e1 inset;
	border-radius: 8px;
	background: #fff;
	padding: 5%;
	margin-bottom: 10px;
}
.blossum dt {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}
.mys {
	position: relative;
	padding-top: 50px;
}
.or-arrow {
	position: absolute;
	z-index: 10;
	left: 20%;
	top: 0;
}
.muys {
	position: absolute;
	z-index: 10;
	right: 5%;
	top: 10px;
}
.full {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
	color: #006b3b;
}
.sugg .fribtn {
	width: 50%;
	margin: 50px auto 60px;
}
.blocks ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.blocks li {
	float: left;
	width: 40%;
}
.blocks li img {
	width: 100%;
	height: auto;
}
.blocks li:last-child {
	float: right;
	width: 54%;
}
.mu-result {
	background: #f7f3ed;
	padding: 60px 0 1px;
	margin-bottom: 60px;
}
.mu-result .ins {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.clobs {
	text-align: center;
	background: url(../img/clob.svg) no-repeat 32% center;
	background-size: 60px 60px;
	padding-left: 50px;
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	margin: 0 auto 30px;
}
.jmaps:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.jmaps {
	margin-bottom: 30px;
}
.jmaps li {
	width: 48%;
	float: left;
}
.jmaps li:last-child {
	width: 48%;
	float: right;
}
.jmaps li img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.comm {
	background: url(../img/chat.svg) no-repeat left center;
	background-size: 24px 24px;
	padding-left: 40px;
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
	color: #5a4b1e;
	margin-bottom: 20px;
}
.comm-area {
	box-shadow: 0 0 0 5px #c5b9ab inset;
	border-radius: 6px;
	padding: 3%;
	position: relative;
	margin-bottom: 50px;
}
.comm-area:before {
	border: 16px solid transparent;
	border-bottom-color: #f7f3ed;
	border-top-width: 0;
	top: -9px;
	content: "";
	display: block;
	left: 40%;
	position: absolute;
	width: 0;
	z-index: 1;
}
.comm-area:after {
	border: 16px solid transparent;
	border-bottom-color: #c5b9ab;
	border-top-width: 0;
	top: -16px;
	content: "";
	display: block;
	left: 40%;
	position: absolute;
	width: 0;
}
.unline {
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.unline-s {
}
.clubo:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clubo {
	margin-bottom: 60px;
}
.clubo li {
	width: 48%;
	float: left;
}
.clubo li:last-child {
	width: 48%;
	float: right;
}
.clubo li dt {
	text-align: center;
	background: #8ec31f;
	padding: 20px 5px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	border-radius: 6px;
	margin-bottom: 20px;
}
.jas:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.jas li {
	width: 48%;
	float: left;
}
.jas li:last-child {
	width: 48%;
	float: right;
}
.jas li:last-child img {
	width: 100%;
	height: auto;
}
.jas-bb {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
}
.yellows {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background: #fff200;
	padding: 2%;
	width: 80%;
	margin: 20px auto;
}
.paccage {
	background: #f1f7ed;
	padding: 1%;
	margin-bottom: 30px;
}
.paccage p {
	margin: 0;
}
.packs {
	margin-bottom: 30px;
}
.packs dt {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
}
.support {
	margin-bottom: 60px;
}
.support:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.support li {
	width: 46%;
	float: left;
	background: url(../img/dods.gif) no-repeat 10px 10px;
	padding: 0 1% 1% 0;
	border-radius: 10px;
}
.support li:last-child {
	width: 48%;
	float: right;
}
.support li .brain {
	box-shadow: 0 0 0 6px #bada78 inset;
	border-radius: 8px;
	background: #f9ffee;
	padding: 8%;
}
.support li .brain dt {
	text-align: center;
	color: #006b3b;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
.sing-tit {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
.soukan {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 50px;
}
.soukan img {
	width: 100%;
	height: auto;
}
.ounw {
	font-size: 120%;
	margin-bottom: 15px;
	font-weight: bold;
	color: #006e35;
}
.sou-flow dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.sou-flow {
	margin-bottom: 40px;
}
.sou-flow dl {
	margin-bottom: 10px;
}
.sou-flow dt {
	float: left;
	width: 30%;
}
.sou-flow dt img {
	width: 100%;
	height: auto;
}
.sou-flow dd {
	float: right;
	width: 66%;
	padding-top: 15px;
	font-size: 106%;
	line-height: 150%;
}
.points {
	box-shadow: 0 0 0 6px #a3937f inset;
	background: #e1dad0;
	padding: 4%;
	color: #615444;
	margin-bottom: 40px;
}
.points dt {
	font-size: 120%;
	font-family:"07LogoTypeGothic7" ;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.points dd{
	width: 60%;
	margin: 0 auto;
}


.groso {
	background: #f0fdf4;
	width: 100%;
	margin-bottom: 60px;
}
.groso:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.my-photo {
	float: right;
	width: 50%;
}
.my-photo img {
	width: 100%;
	height: auto;
}
.my-base {
	float: left;
	width: 40%;
	padding: 5%;
}

/* ================================================ 
	TOPリニューアル
==============================================================================================================================================================*/

.ren-threes{
	max-width: 1120px;
	margin: 60px auto;
	width: 100%;
}
.ren-threes h2 {
	margin-bottom: 1.5rem;
	height: 40px;
	padding-top: 15px;
}
.ren-threes h2.ikikata {
	background: url(../img/make_vegetables.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.ren-threes h2.support {
	background: url(../img/support_icon.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.ren-threes h2.hojin {
	background: url(../img/office-block.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.ren-threes ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ren-threes ul li{
	width: 30%;
	float: left;
	padding-right: 2.5%;
	margin: 0 2.5% 0 0;
	background: url(../img/dods.png) repeat-y right top;
}

.ren-threes ul li:last-child{
	margin: 0;
	background: none;
	padding: 0;
}

.ren-threes ul li dd img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.v-mt{
	margin-bottom: 15px !important;
}

.ren-threes ul li dt{
	font-size: 80%;
	min-height: 40px;
	margin-bottom: 10px;
}

.ren-threes ul li dt span{
	font-weight: bold;
	font-size: 114%;
}

.ren-threes .add_txt {
	text-align: center;
	margin-bottom: 15px;
	font-size: 1rem;
}

.ren-threes .add_txt span {
	font-size: 1.1rem;
	font-weight: bold;
}

.g-btn{
	margin: 0px auto 10px;
}

.g-btn a{
	text-align: center;
	display: block;
	background: #006e35;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;transition: .3s;
}

.g-btn a:hover{
	text-align: center;
	display: block;
	background:#006e35;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	opacity: .6;
}

.t-logo{
	width: 46%;
	margin: 0 auto;
}

.vegi{
	background: url(../img/make_vegetables.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.learning{
	background: url(../img/learning.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.m-support{
	background: url(../img/support_icon.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.offb{
	background: url(../img/office-block.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.dining{
	background: url(../img/dining.svg) no-repeat left center;
	background-size: 40px 40px;
	padding-left: 54px;
}

.with-block {
	margin: 0 auto;
	padding: 1px 0;
	background: #f3f7af;
}

.supp-block {
	margin: 0 auto;
	padding: 1px 0;
	background: linear-gradient(to right, #c9c451, #f3f7af);
}

.less{
	letter-spacing: -2px;
}

.plink a {
	width: 90% !important;
	display: block;
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 8px;
	background: url(../img/icon_link.svg) no-repeat right 15px center;
	background-size: 16px 16px;
	color: #000;
	text-decoration: none;
	padding: 20px 5%;
	text-align: center;
	transition: .3s;
}
.plink a:hover {
	box-shadow: 0 0 0 2px #8ec31f inset;
	background: url(../img/icon_link.svg) no-repeat right 15px center;
	background-size: 16px 16px;
}

.panfu{
	max-width: 1120px;
	margin: 0 auto 50px;
	width: 94%;
}

.panfu li{
	list-style: none;
	background: url(../img/arrow3.svg) no-repeat left center;
	background-size: 12px 12px;
	padding-left: 26px;
	margin-left: 20px;
}

.panfu li a{
	color: #333!important;
}

/* ================================================ 
	農産物生産・参入支援事業 based on 体験農園マイファーム
==============================================================================================================================================================*/

.smp_br {
	display: none;
}
.agri-main {
	background: url(../img/bg_agri.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	height: 480px;
	margin-bottom: 60px;
}
.agri-main .h3-cover {
	padding-top: 150px;
}
.agri-main .h3-cover h3 {
	display: inline-block;
	color: #fff;
	font-size: 50px;
	line-height: 130%;
	font-weight: normal;
	border-bottom: 3px #fff solid;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 20px;
	padding: 10px 30px;
}
.agri-main .h3-cover h3 span {
	font-size: 35px;
}
.agri-main .h3-cover h3 span.agri_sponly {
	display: none;
}
.agri_photo li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-right: 0.6%;
	text-align: center;
	font-size: 90%;
}
.agri_photo li img {
	width: 100%;
	margin-bottom: 10px;
}
.agri_photo li span {
	font-weight: bold;
	color: #13ae67;
	font-size: 130%;
}
.agri_desc {
	margin-bottom: 60px;
	margin-top: 30px;
}
.agri_desc li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 1.6%;
}
.agri_desc li img {
	width: 50px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}
.agri_desc li span {
	margin-bottom: 5px;
	display: inline-block;
	font-weight: bold;
	font-size: 115%;
}
.agri_myboo {
	margin-top: 0;
	margin-bottom: 60px;
}
.agri_myboo dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.agri_myboo dl dt {
	float: right;
	width: 24%;
	margin-top: 10px;
}
.agri_myboo dl dt img {
	width: 100%;
	height: auto;
}
.agri_myboo dl dd {
	float: left;
	width: 72%;
}
.agri_myboo p {
	margin: 20px 0;
	line-height: 150%;
}
.agri_myboo .emt {
	margin: 0;
	font-size: 180%;
}





