@charset "UTF-8";

/* @group Common */

.agri_main img {
	display: block;
	max-width: 100%;
	height: auto;
}

.agri_main sub,
.agri_main sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.agri_main sub {
	bottom: -.15em;
}

.agri_main sup {
	top: -.4em;
}

.agri_main ul.note_list {
	padding: 0 0 0 .75em;
}

.agri_main ul.note_list li {
	position: relative;
}

.agri_main ul.note_list li::before {
	content: "*";
	display: block;
	left: -.75em;
	position: absolute;
	top: 0;
	width: .75em;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.agri_main {
		min-width: 320px;
		padding: 0 0 60px;
	}

	.agri_site_header {
		padding: 5px 0 10px;
	}

	.agri_site_title {
		line-height: 0;
		margin: 0 20px;
	}

	.agri_site_title a {
		display: inline-block;
	}

	.agri_site_title img {
		max-width: 350px;
		width: 100%;
	}

	.agri_article {
		padding: 60px 0 0;
	}

	.agri_article_header {
		background: url(../img/common/bg_article_title.png) no-repeat center bottom / 144px;
		padding: 0 0 26px;
	}

	.agri_article_header .article_title {
		font-feature-settings: "palt";
		font-size: 26px;
		font-weight: bold;
		line-height: 1.3;
		margin: 0 20px;
		text-align: center;
	}

	.agri_section {
		margin: 30px 0 0;
	}

	.agri_section .section_content {
		margin: 0 20px;
	}

	.contact_link_btn a {
		background: url(../img/common/ico_mail.png) no-repeat 10px 9px / 28px;
		border: 2px solid #1491dc;
		border-radius: 8px;
		color: #1491dc;
		display: block;
		line-height: 1.3;
		padding: 10px 12px 10px 48px;
	}

	.contact_link_btn a strong {
		display: inline-block;
		font-size: 15px;
		margin: 0 0 5px;
	}
}

@media screen and (min-width: 641px), print {
	.agri_main {
		padding: 0 0 100px;
	}

	.agri_site_header {
		padding: 10px 0 15px;
	}

	.agri_site_title {
		height: 80px;
		margin: 0 auto;
		width: 1080px;
	}

	.agri_site_title a {
		display: inline-block;
	}

	.agri_article {
		padding: 100px 0 0;
	}

	.agri_article_header {
		background: url(../img/common/bg_article_title.png) no-repeat center bottom / 200px;
		padding: 0 0 40px;
	}

	.agri_article_header .article_title {
		font-size: 36px;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 auto;
		text-align: center;
		width: 1080px;
	}

	.agri_section {
		margin: 60px 0 0;
	}

	.agri_section .section_content {
		margin: 0 auto;
		width: 1080px;
	}

	.contact_link_btn {
		width: 810px;
		margin: 0 auto;
	}

	.contact_link_btn a {
		border: 4px solid #1491dc;
		border-radius: 16px;
		color: #1491dc;
		display: block;
		font-size: 20px;
		padding: 28px 116px 31px 166px;
		position: relative;
		transition: background-color .2s;
	}

	.contact_link_btn a::before {
		background: url(../img/common/ico_mail.png) no-repeat 0 0 / contain;
		content: "";
		height: 60px;
		left: 42px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 82px;
	}

	.contact_link_btn a::after {
		background: url(../img/common/ico_link_arrow_blue.png) no-repeat 0 0 / contain;
		content: "";
		height: 40px;
		position: absolute;
		right: 42px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 40px;
	}

	.contact_link_btn a strong {
		font-size: 28px;
	}

	.contact_link_btn a:hover {
		background-color: #e7f4fb;
		text-decoration: none;
	}
}

/* @end */

/* @group Main navigation */

@media screen and (max-width: 640px) {
	.agri_navi {
		height: 50px;
		position: sticky;
		top: 0;
		z-index: 100;
	}

	.agri_navi_title {
		background-color: #14aa50;
		cursor: pointer;
		color: #fff;
		font-size: 15px;
		font-weight: normal;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		position: relative;
	}

	.agri_navi_title::before,
	.agri_navi_title::after {
		background-color: #fff;
		content: "";
		height: 2px;
		position: absolute;
		right: 20px;
		top: calc(50% - 1px);
		width: 14px;
	}

	.agri_navi_title::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		transition: all .2s;
	}

	.agri_navi_title.open::before {
		-webkit-transform: rotate(90deg) rotateY(90deg);
		transform: rotate(90deg) rotateY(90deg);
	}

	.agri_navi_menu {
		border-bottom: 3px solid #14aa50;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, .2);
		display: none;
		font-size: 15px;
		line-height: 50px;
	}

	.agri_navi_menu a {
		background-color: #f5f5f5;
		border-top: 1px solid #fff;
		color: #14aa50;
		display: block;
		height: 50px;
		padding: 0 20px;
		position: relative;
	}

	.agri_navi_menu a::after {
		border-top: 2px solid #14aa50;
		border-right: 2px solid #14aa50;
		content: "";
		height: 8px;
		position: absolute;
		right: 25px;
		top: calc(50% - 4px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 8px;
	}
}

@media screen and (min-width: 641px), print {
	.agri_main .list-breadcrumbs {
		line-height: 1.74999;　/* Hack Sticky Navi */
	}

	.agri_navi {
		background-color: #14aa50;
		height: 80px;
		position: sticky;
		top: 0;
		z-index: 50;
	}

	.agri_navi_title {
		display: none;
	}

	.agri_navi_menu {
		display: flex;
		font-size: 18px;
		height: 80px;
		line-height: 80px;
		margin: 0 auto;
		text-align: center;
		width: 1080px;
	}

	.agri_navi_menu li {
		width: 270px;
	}

	xxx.agri_navi_menu li:first-child {
		display: none;
	}

	.agri_navi_menu a {
		color: #fff;
		display: block;
		height: 80px;
		transition: background-color .2s;
	}

	.agri_navi_menu a:hover {
		background-color: #1591dc;
		text-decoration: none;
	}
}

/* @end */

/* @group Home */

@media screen and (max-width: 640px) {
	.agri_hero_content {
		margin: 0 20px;
		padding: 10px 0 20px;
	}

	.agri_hero .hero_title,
	.agri_hero .hero_anshin {
		margin: 15px 0 0;
	}

	.agri_hero .hero_lettuce {
		margin: -36px 0 0;
	}

	.agri_hero .hero_anshin img {
		margin: 0 auto;
	}

	.agri_hero .hero_lettuce img {
		margin: 0 auto;
		width: 80%;
	}

	.home_lead {
		background-color: #ebffd7;
		padding: 40px 0;
		overflow: hidden;
	}

	.home_lead_content {
		margin: 0 20px;
		position: relative;
	}

	.home_lead .lead_fig_top,
	.home_lead .lead_fig_btm {
		border-radius: 999px;
		opacity: .5;
		overflow: hidden;
		position: absolute;
		width: 180px;
	}

	.home_lead .lead_fig_top {
		left: -80px;
		top: -20px;
	}

	.home_lead .lead_fig_btm {
		bottom: -20px;
		right: -80px;
	}


	.home_lead .lead_txt {
		position: relative;
		z-index: 10;
	}

	.home_lead .lead_txt p {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-shadow: 3px  3px 2px #fff, -3px  3px 2px #fff,  3px -3px 2px #fff, -3px -3px 2px #fff,  3px  0px 2px #fff,  0px  3px 2px #fff, -3px  0px 2px #fff,  0px -3px 2px #fff;
	}

	.home_lead .lead_txt p + p {
		margin-top: 1em;
	}

	.home_lead .lead_txt p br {
		display: none;
	}

	.shien h3 {
		display: table;
		font-size: 18px;
		line-height: 1.5;
		margin: 0 auto;
	}

	.shien ul {
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		margin: 30px auto 0;
	}

	.shien ul li {
		border-top: 1px solid #ccc;
		line-height: 1.5;
		padding: 8px 0 9px 20px;
		position: relative;
	}

	.shien ul li::before {
		background-color: #ffeb46;
		border-radius: 50%;
		content: "";
		height: 14px;
		left: 2px;
		position: absolute;
		top: 12px;
		width: 14px;
	}

	.shien ul strong {
		color: #e65096;
	}

	.support .section_content {
		background: url(../img/home/bg_agri_support.png) no-repeat center center / 100% 100%;
		padding: 15px 0;
	}

	.support h3 {
		display: table;
		color: #14aa50;
		font-size: 18px;
		line-height: 1.5;
		margin: 0 auto;
	}

	.support .sankyo_daiwa {
		margin: 4px auto 0;
		width: 85%;
	}

	.support_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 8px 0 0;
	}

	.support_list li {
		align-items: center;
		background-color: #fff;
		border: 2px solid #14aa50;
		border-radius: 8px;
		display: flex;
		font-size: 15px;
		font-weight: bold;
		justify-content: center;
		line-height: 1.3;
		padding: 8px;
		text-align: center;
		width: calc(50% - 4px);
	}

	.support_list li:nth-child(n + 3),
	.support_list + ul.note_list {
		margin-top: 8px;
	}

	.onestop .section_content {
		background-color: #ebffd7;
		border-radius: 8px;
		padding: 12px 15px;
	}

	.onestop h3 {
		display: table;
		font-size: 18px;
		line-height: 1.5;
		margin: 0 auto;
	}

	.onestop h3 br {
		display: none;
	}

	.onestop_column {
		margin: 15px 0 0;
	}

	.onestop_column h4 {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}

	.onestop_count_2.sankyogata {
		margin: 30px 0 0;
		position: relative;
	}

	.onestop_count_2.sankyogata::before {
		border: 16px solid transparent;
		border-top-color: #333;
		content: "";
		left: 50%;
		position: absolute;
		top: -22px;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
}

	.onestop_column .sankyogata h4 {
		color: #1491dc;
	}

	.onestop_box {
		background-color: #ffeb46;
		border: 1px solid #333;
		border-radius: 4px;
		margin: 5px 0 0;
		padding: 6px 8px;
	}

	.onestop_box h5 {
		display: table;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 auto;
	}

	.onestop_box p {
		display: table;
		margin: 0 auto;
	}

	.onestop_fig {
		margin: 10px auto;
		max-width: 360px;
	}

	.daiwa_link_btn {
		margin: 0 auto;
	}

	.daiwa_link_btn a {
		background: #1491dc url(../img/common/ico_link_arrow_white.png) no-repeat right 8px center / 20px;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.3;
		padding: 16px 36px 16px 12px;
	}

	.tokucho_lead p {
		font-size: 16px;
	}

	.kaiketsusaku h3 {
		display: table;
		color: #14aa50;
		font-size: 18px;
		line-height: 1.5;
		margin: 0 auto;
	}

	.kaiketsusaku_count_3,
	.sesannoryoku_count_3 {
		margin: 15px 0 0;
	}

	.kaiketsusaku .yoin {
		text-align: center;
	}

	.kaiketsusaku .yoin dt {
		font-weight: bold;
	}

	.kaiketsusaku .yoin dd {
		background-color: #dcdcdc;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
		padding: 12px;
	}

	.kaiketsusaku .yoin dd br {
		display: none;
	}

	.kaiketsusaku .kaiketsu {
		background-color: #ebffd7;
		margin: 30px 0 0;
		position: relative;
	}

	.kaiketsusaku .kaiketsu::before {
		border: 16px solid transparent;
		border-top-color: #dcdcdc;
		content: "";
		left: 50%;
		position: absolute;
		top: -22px;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}

	.kaiketsusaku .kaiketsu {
		text-align: center;
	}

	.kaiketsusaku .kaiketsu dt {
		font-weight: bold;
		padding: 8px 0 0;
	}

	.kaiketsusaku .kaiketsu dd {
		padding: 0 15px 15px;
	}

	.kaiketsusaku .kaiketsu h4 {
		background-color: #fff;
		border: 1px solid #333;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
		margin: 0 0 4px;
		padding: 6px;
	}

	.kaiketsusaku .kaiketsu li + li {
		margin: 10px 0 0;
	}

	.kaiketsusaku .kaiketsu h5 {
		background-color: #14aa50;
		color: #fff;
		line-height: 1.3;
		margin: 4px 0 0;
		padding: 6px;
	}

	.kaiketsu_fig {
		margin: 10px 0 0;
	}

	.kaiketsu_fig img {
		margin: 0 auto;
	}

	.sesannoryoku h3 {
		display: table;
		font-size: 18px;
		line-height: 1.5;
		margin: 0 auto;
	}

	.sesannoryoku_column img {
		margin: 0 auto;
	}

	.sesannoryoku_column + ul.note_list {
		margin: 1em 0 0;
	}

	.sofusystem .section_content {
		background-color: #ebffd7;
		border-radius: 8px;
		padding: 12px 15px;
	}

	.sofusystem_lead {
		color: #14aa50;
		display: table;
		font-size: 14px;
		line-height: 1.5;
		margin: 0 auto;
	}

	.sofusystem h3 {
		display: table;
		font-size: 18px;
		line-height: 1.5;
		margin: 0 auto;
	}

	.sofusystem_txt {
		font-size: 15px;
		margin: 10px 0 0;
	}

	.sofusystem_count_2 {
		margin: 15px 0 0;
	}

	.sofusystem_column h4 {
		background-color: #dcdcdc;
		padding: 4px 6px;
		text-align: center;
	}

	.sofusystem_column .dokujikaihatsu h4 {
		background-color: #ffeb46;
	}

	.sofusystem_fig {
		background-color: #fff;
		border: 1px solid #333;
		margin: 10px 0 0;
		padding: 10px;
	}

	.sofusystem_fig + p {
		margin: 8px 0 0;
	}

	.agri_newslist {
		border-top: 1px solid #ccc;
		font-size: 13px;
		line-height: 22px;
	}

	.agri_newsitem {
		border-bottom: 1px solid #ccc;
	}

	.agri_newsitem > a,
	.agri_newsitem > span {
		color: inherit;
		display: flex;
		flex-wrap: wrap;
		padding: 12px 0;
		transition: background-color .2s;
	}

	.agri_newsitem .news_date {
		color: #1491dc;
		width: 90px;
	}

	.agri_newsitem .news_icon {
		color: #fff;
		font-size: 11px;
		line-height: 19px;
		padding: 2px 0 0;
		text-align: center;
		width: 110px;
	}

	.agri_newsitem .news_icon.release {
		background-color: #1491dc;
	}

	.agri_newsitem .news_icon.oshirase {
		background-color: #14aa50;
	}

	.agri_newsitem .news_text {
		margin: 5px 0 0;
		width: 100%;
	}
}

@media screen and (min-width: 641px), print {
	.agri_hero_content {
		margin: 0 auto;
		padding: 15px 0 60px;
		position: relative;
		width: 1080px;
	}

	.agri_hero .hero_title {
		margin: 64px 0 0 15px;
	}

	.agri_hero .hero_title img {
		filter: drop-shadow(0 0 10px #fff);
	}

	.agri_hero .hero_anshin {
		margin: 68px 0 0;
	}

	.agri_hero .hero_lettuce {
		bottom: 30px;
		position: absolute;
		right: 5px;
		z-index: -10;
	}

	.home_lead {
		background-color: #ebffd7;
		padding: 80px 0;
	}

	.home_lead_content {
		margin: 0 auto;
		position: relative;
		width: 1080px;
	}

	.home_lead .lead_fig_top,
	.home_lead .lead_fig_btm {
		border-radius: 999px;
		overflow: hidden;
		position: absolute;
	}

	.home_lead .lead_fig_top {
		left: 0;
		top: -40px;
	}

	.home_lead .lead_fig_btm {
		bottom: -40px;
		right: 0;
	}

	.home_lead .lead_txt {
		margin: 0 auto;
		position: relative;
		width: 860px;
	}

	.home_lead .lead_txt p {
		font-feature-settings: "palt";
		font-size: 24px;
		font-weight: 500;
		line-height: 2;
		text-shadow: 4px  4px 3px #fff, -4px  4px 3px #fff,  4px -4px 3px #fff, -4px -4px 3px #fff,  4px  0px 3px #fff,  0px  4px 3px #fff, -4px  0px 3px #fff,  0px -4px 3px #fff;
	}

	.home_lead .lead_txt p + p {
		margin-top: 1.5em;
	}

	.shien h3 {
		font-size: 28px;
		line-height: 1.5;
		text-align: center;
	}

	.shien ul {
		border-bottom: 1px solid #ccc;
		font-size: 24px;
		margin: 30px auto 0;
		width: 860px;
	}

	.shien ul li {
		border-top: 1px solid #ccc;
		line-height: 1.5;
		padding: 12px 0 13px 24px;
		position: relative;
	}

	.shien ul li::before {
		background-color: #ffeb46;
		border-radius: 50%;
		content: "";
		height: 16px;
		left: 4px;
		position: absolute;
		top: 22px;
		width: 16px;
	}

	.shien ul strong {
		color: #e65096;
	}

	.support .section_content {
		background: url(../img/home/bg_agri_support.png) no-repeat center center / 920px 100%;
		padding: 40px 0;
	}

	.support h3 {
		color: #14aa50;
		font-size: 28px;
		line-height: 1.5;
		text-align: center;
	}

	.support .sankyo_daiwa {
		margin: 20px auto 0;
		width: 740px;
	}

	.support_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0;
	}

	.support_list li {
		align-items: center;
		background-color: #fff;
		border: 2px solid #14aa50;
		border-radius: 16px;
		display: flex;
		font-size: 22px;
		font-weight: bold;
		justify-content: center;
		line-height: 1.3;
		padding: 20px;
		text-align: center;
		width: 258px;
	}

	.support_list li:nth-child(n + 5) {
		margin-top: 16px;
	}

	.support_list + ul.note_list {
		margin: 1em 0 0;
	}

	.onestop .section_content {
		background-color: #ebffd7;
		border-radius: 16px;
		padding: 20px 30px;
	}

	.onestop h3 {
		font-size: 28px;
		line-height: 1.5;
		text-align: center;
	}

	.onestop_column,
	.sofusystem_column {
		display: flex;
		justify-content: space-between;
		margin: 20px 0 0;
	}

	.onestop_count_2,
	.sofusystem_count_2 {
		position: relative;
		width: 495px;
	}

	.onestop_count_2.sankyogata::before {
		border: 30px solid transparent;
		border-left-color: #333;
		content: "";
		left: -30px;
		position: absolute;
		top: 240px;
}

	.onestop_column h4 {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}

	.onestop_column .sankyogata h4 {
		color: #1491dc;
	}

	.onestop_box {
		background-color: #ffeb46;
		border: 1px solid #333;
		border-radius: 8px;
		text-align: center;
		margin: 10px 0 0;
		padding: 10px;
		height: 112px;
	}

	.onestop_box h5 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
	}

	.onestop_box p {
		font-size: 16px;
	}

	.onestop_fig {
		margin: 20px 0 15px;
	}

	.daiwa_link_btn {
		width: 640px;
		margin: 0 auto;
	}

	.daiwa_link_btn a {
		background: #1491dc url(../img/common/ico_link_arrow_white.png) no-repeat right 16px center / 32px;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-size: 18px;
		line-height: 1.5;
		padding: 20px;
		transition: background-color .2s;
	}

	.daiwa_link_btn a:hover {
		background-color: #1181c2;
		text-decoration: none;
	}

	.tokucho_lead p {
		font-size: 24px;
	}

	.kaiketsusaku h3 {
		color: #14aa50;
		font-size: 28px;
		line-height: 1.5;
		text-align: center;
	}

	.kaiketsusaku_column,
	.sesannoryoku_column {
		display: flex;
		justify-content: space-between;
		margin: 20px 0 0;
	}

	.kaiketsusaku_count_3,
	.sesannoryoku_count_3 {
		display: flex;
		flex-direction: column;
		width: 340px;
	}

	.kaiketsusaku .yoin {
		text-align: center;
	}

	.kaiketsusaku .yoin dt {
		font-weight: bold;
	}

	.kaiketsusaku .yoin dd {
		align-items: center;
		background-color: #dcdcdc;
		display: flex;
		font-size: 20px;
		font-weight: bold;
		justify-content: center;
		height: 100px;
		line-height: 1.3;
		padding: 0 12px;
	}

	.kaiketsusaku .kaiketsu {
		background-color: #ebffd7;
		flex-grow: 1;
		margin: 30px 0 0;
		position: relative;
	}

	.kaiketsusaku .kaiketsu::before {
		border: 16px solid transparent;
		border-top-color: #dcdcdc;
		content: "";
		left: 50%;
		position: absolute;
		top: -22px;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}

	.kaiketsusaku .kaiketsu {
		text-align: center;
	}

	.kaiketsusaku .kaiketsu dt {
		font-weight: bold;
		padding: 8px 0 0;
	}

	.kaiketsusaku .kaiketsu dd {
		padding: 0 20px 20px;
	}

	.kaiketsusaku .kaiketsu h4 {
		align-items: center;
		background-color: #fff;
		border: 1px solid #333;
		display: flex;
		font-size: 20px;
		font-weight: bold;
		justify-content: center;
		height: 100px;
		line-height: 1.3;
		margin: 0 0 4px;
		padding: 0 12px;
	}

	.kaiketsusaku .kaiketsu li + li {
		margin: 10px 0 0;
	}

	.kaiketsusaku .kaiketsu h5 {
		background-color: #14aa50;
		color: #fff;
		line-height: 1.3;
		margin: 4px 0 0;
		padding: 8px;
	}

	.kaiketsu_fig {
		margin: 10px 0 0;
	}

	.sesannoryoku h3 {
		font-size: 28px;
		line-height: 1.5;
	}

	.sesannoryoku_column + ul.note_list {
		margin: 1em 0 0;
	}

	.sofusystem .section_content {
		background-color: #ebffd7;
		border-radius: 16px;
		padding: 20px 30px;
	}

	.sofusystem_lead {
		color: #14aa50;
		font-size: 22px;
		line-height: 1.5;
		text-align: center;
	}

	.sofusystem h3 {
		font-size: 28px;
		line-height: 1.5;
		margin: 8px 0 0;
		text-align: center;
	}

	.sofusystem_txt {
		font-size: 18px;
		margin: 15px 0;
	}

	.sofusystem_column h4 {
		background-color: #dcdcdc;
		padding: 2px 0 3px;
		text-align: center;
	}

	.sofusystem_column .dokujikaihatsu h4 {
		background-color: #ffeb46;
	}

	.sofusystem_fig {
		background-color: #fff;
		border: 1px solid #333;
		margin: 10px 0 0;
		padding: 10px;
	}

	.sofusystem_fig + p {
		margin: 10px 0 0;
	}

	.agri_newslist {
		border-top: 1px solid #ccc;
		font-size: 14px;
		line-height: 24px;
	}

	.agri_newsitem {
		border-bottom: 1px solid #ccc;
	}

	.agri_newsitem > a,
	.agri_newsitem > span {
		align-items: flex-start;
		color: inherit;
		display: flex;
		padding: 18px 4px;
		transition: background-color .2s;
	}

	.agri_newsitem > a:hover {
		background-color: #e7f4fb;
		text-decoration: none;
	}

	.agri_newsitem .news_date {
		color: #1491dc;
		width: 100px;
	}

	.agri_newsitem .news_icon {
		color: #fff;
		font-size: 12px;
		line-height: 21px;
		padding: 1px 0 2px;
		text-align: center;
		width: 120px;
	}

	.agri_newsitem .news_icon.release {
		background-color: #1491dc;
	}

	.agri_newsitem .news_icon.oshirase {
		background-color: #14aa50;
	}

	.agri_newsitem .news_text {
		margin: 0 0 0 auto;
		width: 820px;
	}
}

/* @end */

/* @group Works */

@media screen and (max-width: 640px) {
	.works_name {
		background-color: #14aa50;
		color: #fff;
		font-size: 18px;
		line-height: 1.3;
		padding: 4px 0;
		text-align: center;
	}

	.works_photo {
		margin: 15px 0 0;
	}

	.works_photo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.works_photo_s {
		margin: 8px 0 0;
		width: calc(50% - 4px);
	}

	.works_data {
		margin: 10px 0 0;
		text-indent: 0;
		width: 100%;
	}

	.works_data td,
	.works_data th {
		border: 1px solid #14aa50;
		font-size: 14px;
		line-height: 1.25;
		padding: 6px 8px;
		text-align: left;
		vertical-align: middle;
	}

	.works_data th {
		background-color: #ebffd7;
		width: 110px;
	}

	.works_data td .note {
		display: inline-block;
		font-size: 13px;
	}

	.works_summary {
		font-size: 16px;
		margin: 15px 0 0;
	}

	.works_summary li {
		line-height: 1.5;
		padding: 0 0 0 20px;
		position: relative;
	}

	.works_summary li::before {
		background-color: #ffeb46;
		border-radius: 50%;
		content: "";
		height: 14px;
		left: 2px;
		position: absolute;
		top: 4px;
		width: 14px;
	}

	.works_summary li + li {
		margin: .5em 0 0;
	}

	.works_voice {
		background-color: #ebffd7;
		border-radius: 8px;
		margin: 15px 0 0;
		padding: 12px 15px;
	}

	.works_voice dt {
		align-items: center;
		color: #14aa50;
		display: flex;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
	}

	.works_voice dt img {
		height: 40px;
		width: 40px;
	}

	.works_voice dt span {
		margin: 0 0 0 10px;
	}

	.works_voice dd + dt {
		margin: 15px 0 0;
	}

	.works_voice dd {
		background-color: #fff;
		border-radius: 4px;
		font-size: 15px;
		line-height: 1.5;
		margin: 10px 0 0;
		padding: 10px;
	}

	.works_small_title {
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}

	.works_small .works_name {
		font-size: 16px;
		margin: 20px 0 0;
		padding: 4px 6px;
		text-align: left;
	}

	.works_small_data {
		margin: 15px 0 0;
		text-indent: 0;
		width: 100%;
	}

	.works_small_data td,
	.works_small_data th {
		border: 1px solid #14aa50;
		font-size: 14px;
		line-height: 1.25;
		padding: 6px 8px;
		text-align: center;
		vertical-align: middle;
	}

	.works_small_data th {
		background-color: #ebffd7;
		width: 135px;
	}
}

@media screen and (min-width: 641px), print {
	.works_name {
		background-color: #14aa50;
		color: #fff;
		font-size: 28px;
		line-height: 1.3;
		padding: 4px 0 5px;
		text-align: center;
	}

	.works_photo {
		margin: 30px 0 0;
	}

	.works_photo img {
		height: auto;
		width: 100%;
	}

	.works_photo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.works_photo_l {
		width: 1080px;
	}

	.works_photo_s {
		margin: 20px 0 0;
		width: 530px;
	}

	.works_data {
		margin: 20px auto 0;
		text-indent: 0;
		width: 860px;
	}

	.works_data td,
	.works_data th {
		border: 2px solid #14aa50;
		font-size: 24px;
		line-height: 1.5;
		padding: 5px 10px;
		text-align: left;
	}

	.works_data th {
		background-color: #ebffd7;
		width: 300px;
	}

	.works_data td .note {
		font-size: 18px;
	}

	.works_summary {
		font-size: 24px;
		margin: 20px auto 0;
		width: 860px;
	}

	.works_summary li {
		line-height: 1.5;
		padding: 0 0 0 24px;
		position: relative;
	}

	.works_summary li::before {
		background-color: #ffeb46;
		border-radius: 50%;
		content: "";
		height: 16px;
		left: 4px;
		position: absolute;
		top: 10px;
		width: 16px;
	}

	.works_summary li + li {
		margin: .5em 0 0;
	}

	.works_voice {
		background-color: #ebffd7;
		border-radius: 16px;
		margin: 25px 0 0;
		padding: 20px 30px;
	}

	.works_voice dl {
		margin: 0 auto;
		width: 860px;
	}

	.works_voice dt {
		align-items: center;
		color: #14aa50;
		display: flex;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
		height: 60px;
	}

	.works_voice dt span {
		margin: 0 0 0 10px;
	}

	.works_voice dd + dt {
		margin: 20px 0 0;
	}

	.works_voice dd {
		background-color: #fff;
		border-radius: 8px;
		font-size: 18px;
		margin: 10px 0 0;
		padding: 20px 30px 20px 70px;
	}

	.works_small_title {
		font-size: 32px;
		line-height: 1.5;
		margin: 0 auto;
		text-align: center;
	}

	.works_small .works_name {
		margin: 40px 0 0;
	}

	.works_small_data {
		margin: 20px 0 0;
		text-indent: 0;
		width: 100%;
	}

	.works_small_data td,
	.works_small_data th {
		border: 2px solid #14aa50;
		font-size: 24px;
		line-height: 1.5;
		padding: 10px 10px 11px;
		text-align: center;
	}

	.works_small_data th {
		background-color: #ebffd7;
		width: 280px;
	}
}

/* @end */

/* @group Contact */

@media screen and (max-width: 640px) {
	.contact_title {
		font-size: 16px;
		line-height: 1.5;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.contact_title::before {
		color: #ffeb46;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.contact_content {
		margin: 20px 0 0;
	}

	.phone_number {
		font-size: 16px;
		text-align: center;
	}

	.phone_number span {
		display: block;
		font-size: 20px;
		font-weight: bold;
	}

	.mail_contact p + p,
	.mail_contact .note_list {
		margin: 1em 0 0;
	}

	.riyomokuteki {
		margin-top: 20px;
	}

	.riyomokuteki h3 {
		font-size: 14px;
	}

	.riyomokuteki ul {
		list-style-type: disc;
		margin: 1em 0 0;
		padding: 0 0 0 1.5em;
	}

	.riyomokuteki ul li + li {
		margin: .5em 0 0;
	}

	.riyomokuteki .signature {
		margin: 1em 0 0;
		font-size: 12px;
	}

	.form_link {
		border: 3px dotted #ccc;
		border-radius: 8px;
		margin: 20px 0 0;
		padding: 12px 15px 15px;
	}

	.form_link .form_check {
		font-size: 16px;
		margin: 10px 0 0;
		text-align: center;
	}

	.form_check input[type="checkbox"] {
		display: none;
	}

	.form_check label {
		cursor: pointer;
		display: inline-block;
		line-height: 28px;
		padding: 0 0 0 32px;
		position: relative;
	}

	.form_check label::before {
		background-color: #fff;
		border: 3px solid #aaa;
		border-radius: 0;
		box-sizing: border-box;
		content: "";
		display: block;
		height: 24px;
		left: 0;
		margin-top: -12px;
		position: absolute;
		top: 50%;
		width: 24px;
	}

	.form_check label::after {
		border-left: 4px solid #1491dc;
		border-bottom: 4px solid #1491dc;
		box-sizing: border-box;
		content: "";
		display: block;
		height: 12px;
		left: 9px;
		opacity: 0;
		position: absolute;
		-webkit-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
		transition: opacity .2s;
		top: 8px;
		width: 19px;
	}

	.form_check input[type="checkbox"]:checked + label::after {
		opacity: 1;
	}

	.form_btn {
		margin: 20px 0 0;
	}

	.form_link .form_btn {
		font-size: 18px;
		margin: 15px 0 0;
		text-align: center;
	}

	 .form_btn .entry {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #1491dc url(../img/common/ico_link_arrow_white.png) no-repeat right 8px center / 20px;
		border: 0;
		border-radius: 8px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.3;
		padding: 16px 36px;
		transition: all .2s;
		width: 100%;
	}

	.form_btn .entry:disabled {
		opacity: .5;
	}

	.form_btn .entry:not(:disabled) {
		cursor: pointer;
	}
}

@media screen and (min-width: 641px), print {
	.contact_title {
		font-size: 24px;
		line-height: 1.5;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.contact_title::before {
		color: #ffeb46;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.contact_content {
		margin: 20px auto 0;
		width: 810px;
	}

	.phone_number {
		font-size: 28px;
	}

	.phone_number span {
		font-weight: bold;
		margin: 0 0 0 1em;
	}

	.mail_contact p + p,
	.mail_contact .note_list {
		margin: 1em 0 0;
	}

	.riyomokuteki {
		margin-top: 20px;
	}

	.riyomokuteki h3 {
		font-size: 18px;
	}

	.riyomokuteki ul {
		list-style-type: disc;
		margin: 1em 0 0;
		padding: 0 0 0 1.5em;
	}

	.riyomokuteki ul li + li {
		margin: .5em 0 0;
	}

	.riyomokuteki .signature {
		margin: 1em 0 0;
		font-size: 15px;
		text-align: right;
	}

	.form_link {
		border: 4px dotted #ccc;
		border-radius: 16px;
		margin: 20px 0 0;
		padding: 20px 30px 30px;
	}

	.form_link .form_check {
		font-size: 18px;
		margin: 15px 0 0;
		text-align: center;
	}

	.form_check input[type="checkbox"] {
		display: none;
	}

	.form_check label {
		cursor: pointer;
		display: inline-block;
		line-height: 28px;
		padding: 0 0 0 32px;
		position: relative;
	}

	.form_check label::before {
		background-color: #fff;
		border: 3px solid #aaa;
		border-radius: 0;
		box-sizing: border-box;
		content: "";
		display: block;
		height: 24px;
		left: 0;
		margin-top: -11px;
		position: absolute;
		top: 50%;
		width: 24px;
	}

	.form_check label::after {
		border-left: 4px solid #1491dc;
		border-bottom: 4px solid #1491dc;
		box-sizing: border-box;
		content: "";
		display: block;
		height: 12px;
		left: 9px;
		opacity: 0;
		position: absolute;
		-webkit-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
		transition: opacity .2s;
		top: 9px;
		width: 19px;
	}

	.form_check input[type="checkbox"]:checked + label::after {
		opacity: 1;
	}

	.form_btn {
		margin: 30px 0 0;
	}

	.form_link .form_btn {
		font-size: 18px;
		margin: 15px 0 0;
		text-align: center;
	}

	 .form_btn .entry {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #1491dc url(../img/common/ico_link_arrow_white.png) no-repeat right 16px center / 32px;
		border: 0;
		border-radius: 8px;
		color: #fff;
		font-size: 18px;
		line-height: 1.5;
		padding: 20px;
		width: 540px;
		margin: 0 auto;
		transition: all .2s;
	}

	.form_btn .entry:disabled {
		opacity: .5;
	}

	.form_btn .entry:not(:disabled) {
		cursor: pointer;
	}

	.form_btn .entry:not(:disabled):hover {
		background-color: #1181c2;
	}
}

/* @end */

/* @group News */

@media screen and (max-width: 640px) {
	.agri_news_header .news_info {
		display: flex;
		justify-content: space-between;
	}

	.agri_news_header .news_icon {
		color: #fff;
		font-size: 12px;
		height: 20px;
		line-height: 1;
		padding: 4px 0 0;
		text-align: center;
		width: 110px;
	}

	.agri_news_header .news_icon.release {
		background-color: #1491dc;
	}

	.agri_news_header .news_icon.oshirase {
		background-color: #14aa50;
	}

	.agri_news_header .news_date {
		color: #1491dc;
		font-size: 13px;
		line-height: 20px;
	}

	.agri_news_header .news_title {
		font-size: 18px;
		line-height: 1.5;
		margin: 15px 0 0;
	}

	.agri_news_body {
		margin: 30px 0 0;
	}

	.agri_news_body > *:first-child {
		margin-top: 0 !important;
	}

	.agri_news_body > *:last-child {
		margin-bottom: 0 !important;
	}

	.agri_news_body .an_midashi_l {
		color: #1491dc;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		margin: 28px 0 20px;
	}

	.agri_news_body .an_midashi_m {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin: 24px 0 20px;
	}

	.agri_news_body .an_midashi_s {
		color: #14aa50;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.8;
		margin: 22px 0 20px;
	}

	.agri_news_body .an_txt,
	.agri_news_body .an_ulist,
	.agri_news_body .an_olist,
	.agri_news_body .an_dlist,
	.agri_news_body .an_nlist {
		font-size: 13px;
		line-height: 1.8;
		margin: 20px 0;
	}

	.agri_news_body .an_ulist {
		padding: 0 0 0 2em;
		list-style-type: disc;
	}

	.agri_news_body .an_olist {
		padding: 0 0 0 2em;
		list-style-type: decimal;
	}

	.agri_news_body .an_ulist li + li,
	.agri_news_body .an_olist li + li,
	.agri_news_body .an_dlist dd + dt,
	.agri_news_body .an_nlist li + li {
		margin: .5em 0 0;
	}

	.agri_news_body .an_dlist dt {
		font-weight: bold;
	}

	.agri_news_body .an_dlist dd {
		margin: 0 0 0 2em;
	}

	.agri_news_body .an_nlist {
		padding: 0 0 0 1em;
	}

	.agri_news_body .an_nlist li {
		position: relative;
	}

	.agri_news_body .an_nlist li::before {
		content: "※";
		display: block;
		left: -1em;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.agri_news_body .an_fig {
		margin: 20px 0;
	}

	.agri_news_body .an_fig figcaption {
		font-size: 12px;
		line-height: 1.8;
		margin: 6px 0 0;
	}

	.agri_news_body img {
		display: inline;
		vertical-align: top;
	}

	.agri_news_body strong {
		font-weight: bold;
	}

	.agri_news_body em {
		color: #f00;
		font-style: normal;
		font-weight: bold;
	}

	.agri_news_body mark {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff6));
		background: linear-gradient(transparent 50%, #ff6 50%);
		font-style: normal;
		font-weight: bold;
	}

	.agri_news_body .an_tbl {
		border: 2px solid #14aa50;
		margin: 20px 0;
		width: 100%;
	}

	.agri_news_body .an_tbl tr:nth-child(even) {
		background: #fff;
	}

	.agri_news_body .an_tbl tr:nth-child(odd) {
		background: #f5ffeb;
	}

	.agri_news_body .an_tbl td,
	.agri_news_body .an_tbl th {
		border: 1px solid #14aa50;
		font-size: 13px;
		line-height: 1.5;
		padding: 6px;
		text-align: left;
		vertical-align: middle;
	}

	.agri_news_body .an_tbl th {
		font-weight: bold;
	}

	.agri_news_body .an_column {
		margin: 24px 0;
	}
}

@media screen and (min-width: 641px), print {
	.agri_news_header .news_info {
		display: flex;
		justify-content: space-between;
	}

	.agri_news_header .news_icon {
		color: #fff;
		font-size: 14px;
		height: 24px;
		line-height: 1;
		padding: 4px 0 0;
		text-align: center;
		width: 160px;
	}

	.agri_news_header .news_icon.release {
		background-color: #1491dc;
	}

	.agri_news_header .news_icon.oshirase {
		background-color: #14aa50;
	}

	.agri_news_header .news_date {
		color: #1491dc;
		font-size: 16px;
		line-height: 24px;
	}

	.agri_news_header .news_title {
		font-size: 28px;
		line-height: 1.5;
		margin: 15px 0 0;
	}

	.agri_news_body {
		margin: 50px 0 0;
	}

	.agri_news_body > *:first-child,
	.agri_news_body .an_column .an_count_2 > *:first-child,
	.agri_news_body .an_column .an_count_3 > *:first-child {
		margin-top: 0 !important;
	}

	.agri_news_body > *:last-child,
	.agri_news_body .an_column .an_count_2 > *:last-child,
	.agri_news_body .an_column .an_count_3 > *:last-child {
		margin-bottom: 0 !important;
	}

	.agri_news_body .an_midashi_l {
		color: #1491dc;
		font-size: 28px;
		font-weight: bold;
		line-height: 1.5;
		margin: 42px auto 24px;
		display: table;
	}

	.agri_news_body .an_midashi_m {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
		margin: 32px 0 24px;
	}

	.agri_news_body .an_midashi_s {
		color: #14aa50;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.8;
		margin: 30px 0 24px;
	}

	.agri_news_body .an_txt,
	.agri_news_body .an_ulist,
	.agri_news_body .an_olist,
	.agri_news_body .an_dlist,
	.agri_news_body .an_nlist {
		font-size: 16px;
		line-height: 1.8;
		margin: 24px 0;
	}

	.agri_news_body .an_ulist {
		padding: 0 0 0 2em;
		list-style-type: disc;
	}

	.agri_news_body .an_olist {
		padding: 0 0 0 2em;
		list-style-type: decimal;
	}

	.agri_news_body .an_ulist li + li,
	.agri_news_body .an_olist li + li,
	.agri_news_body .an_dlist dd + dt,
	.agri_news_body .an_nlist li + li {
		margin: .5em 0 0;
	}

	.agri_news_body .an_dlist dt {
		font-weight: bold;
	}

	.agri_news_body .an_dlist dd {
		margin: 0 0 0 2em;
	}

	.agri_news_body .an_nlist {
		padding: 0 0 0 1em;
	}

	.agri_news_body .an_nlist li {
		position: relative;
	}

	.agri_news_body .an_nlist li::before {
		content: "※";
		display: block;
		left: -1em;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.agri_news_body .an_fig {
		margin: 24px 0;
	}

	.agri_news_body .an_fig figcaption {
		font-size: 15px;
		line-height: 1.8;
		margin: 8px 0 0;
	}

	.agri_news_body img {
		display: inline;
		vertical-align: top;
	}

	.agri_news_body strong {
		font-weight: bold;
	}

	.agri_news_body em {
		color: #f00;
		font-style: normal;
		font-weight: bold;
	}

	.agri_news_body mark {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ff6));
		background: linear-gradient(transparent 50%, #ff6 50%);
		font-style: normal;
		font-weight: bold;
	}

	.agri_news_body .an_tbl {
		border: 2px solid #14aa50;
		margin: 24px 0;
		width: 100%;
	}

	.agri_news_body .an_tbl tr:nth-child(even) {
		background: #fff;
	}

	.agri_news_body .an_tbl tr:nth-child(odd) {
		background: #f5ffeb;
	}

	.agri_news_body .an_tbl td,
	.agri_news_body .an_tbl th {
		border: 1px solid #14aa50;
		font-size: 16px;
		line-height: 1.5;
		padding: 8px 12px;
		text-align: left;
		vertical-align: middle;
	}

	.agri_news_body .an_tbl th {
		font-weight: bold;
	}

	.agri_news_body .an_column {
		display: flex;
		justify-content: space-between;
		margin: 24px 0;
	}

	.agri_news_body .an_column .an_count_2 {
		width: 525px;
	}

	.agri_news_body .an_column .an_count_3 {
		width: 340px;
	}
}

/* @end */

