@charset "UTF-8";

/**
 * Common
 * Navigation
 * Home
 * Factory
 * Works
 * Nofuku
 * Consulting
 * Strawberry
 * Kokonoha
 * Contact
 * News
 */

/* @group Common */

.agri_main {
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.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.unorder_list {
	list-style-type: disc;
	padding: 0 0 0 1.5em;
}

.agri_main ol.order_list {
	list-style-type: decimal;
	padding: 0 0 0 2em;
}

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

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

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

.agri_main .align_center {
	text-align: center;
}

.agri_main .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 {
		margin: 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;
	}

	a.agri_exlink {
		background: url(../img/common/ico_exlink_blue.svg) no-repeat right center / 14px;
		padding: 0 18px 0 0;
	}

	.contact_link_btn a {
		background: url(../img/common/ico_mail_blue.svg) no-repeat, url(../img/common/ico_link_arrow_blue.svg) no-repeat;
		background-position: center left 12px, center right 12px;
		background-size: 32px, 20px;
		border: 2px solid #1491dc;
		border-radius: 8px;
		color: #1491dc;
		display: block;
		padding: 12px 40px 10px 56px;
	}

	.contact_link_btn h3 {
		border-bottom: 2px solid #b8def4;
		font-size: 16px;
		line-height: 1.3;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}

	.contact_link_btn p {
		font-size: 14px;
	}

	.recruit_link_btn a {
		border: 2px solid #14aa50;
		border-radius: 8px;
		color: #222;
		display: block;
		overflow: hidden;
	}

	.recruit_link_title,
	.recruit_link_content {
		width: 100%;
	}

	.recruit_link_title {
		align-items: center;
		aspect-ratio: 3/2;
		background: url(../img/common/img_recruit_link.jpg) no-repeat center / cover;
		display: flex;
	}

	.recruit_link_title h3 {
		font-size: clamp(24px, 7.5vw, 32px);
		line-height: 1;
		margin-left: 16px;
	}

	.recruit_link_content {
		background: url(../img/common/ico_link_arrow_green.svg) no-repeat;
		background-position: center right 12px;
		background-size: 20px;
		padding: 12px 40px 10px 14px;
	}

	.recruit_link_content h4 {
		border-bottom: 2px solid #b8e5ca;
		color: #14aa50;
		font-feature-settings: "palt";
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}

	.recruit_link_content p {
		font-size: 14px;
	}

	.recruit_link_content p br {
		display: none;
	}

	.pc_item {
		display: none;
	}
}

@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 {
		margin: 100px 0 0;
	}

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

	.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;
	}

	a.agri_exlink {
		background: url(../img/common/ico_exlink_blue.svg) no-repeat right center / 16px;
		padding: 0 20px 0 0;
	}

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

	.contact_link_btn a {
		align-items: center;
		background: url(../img/common/ico_mail_blue.svg) no-repeat, url(../img/common/ico_link_arrow_blue.svg) no-repeat;
		background-position: center left 40px, center right 24px;
		background-size: 80px, 36px;
		border: 4px solid #1491dc;
		border-radius: 16px;
		color: #1491dc;
		display: flex;
		height: 200px;
		transition: background-color .2s;
	}

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

	.contact_link_content {
		padding: 0 80px 0 160px;
	}

	.contact_link_btn h3 {
		border-bottom: 2px solid #b8def4;
		font-feature-settings: "palt";
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 12px;
		padding-bottom: 16px;
	}

	.contact_link_btn p {
		font-size: 20px;
		line-height: 1.75;
	}

	.recruit_link_btn a {
		border: 4px solid #14aa50;
		border-radius: 16px;
		color: #222;
		display: flex;
		height: 220px;
		overflow: hidden;
		transition: background-color .2s;
	}

	.recruit_link_btn a:hover {
		background-color: #e7f6ed;
		text-decoration: none;
	}

	.recruit_link_title {
		align-items: center;
		background: url(../img/common/img_recruit_link.jpg) no-repeat center / cover;
		background-blend-mode: multiply;
		display: flex;
		transition: background-color .2s;
		width: 300px;
		flex-shrink: 0;
	}

	.recruit_link_btn a:hover .recruit_link_title {
		background-color: rgba(20, 170, 80, .05);
	}

	.recruit_link_title h3 {
		font-size: 32px;
		line-height: 1;
		margin-left: 24px;
		padding-bottom: 4px;
	}

	.recruit_link_content {
		background: url(../img/common/ico_link_arrow_green.svg) no-repeat;
		background-position: center right 24px;
		background-size: 36px;
		display: flex;
		flex-direction: column;
		padding: 28px 80px 0 30px;
		flex-grow: 1;
	}

	.recruit_link_content h4 {
		border-bottom: 2px solid #b8e5ca;
		color: #14aa50;
		font-feature-settings: "palt";
		font-size: 25.5px;
		line-height: 1.3;
		margin-bottom: 12px;
		padding-bottom: 16px;
	}

	.recruit_link_content p {
		font-size: 18px;
		line-height: 1.75;
	}

	.sp_item {
		display: none;
	}
}

/* @end */

/* @group Navigation */

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

	.agri_navi_title {
		background-color: #14aa50;
		cursor: pointer;
		color: #fff;
		font-size: 15px;
		font-weight: normal;
		height: 48px;
		line-height: 48px;
		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_sp {
		border-bottom: 3px solid #14aa50;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, .2);
		display: none;
		font-size: 15px;
	}

	.agri_navi_menu_sp span {
		font-size: 13px;
	}

	.agri_navi_submenu_sp {
		font-size: 14px;
	}

	.agri_navi_menu_sp li {
		background-color: #f0f0f0;
		border-top: 1px solid #fff;
	}

	.top .menu_item_1,
	.factory .menu_item_2,
	.works .menu_item_2_1,
	.nofuku .menu_item_3,
	.consulting .menu_item_4,
	.strawberry .menu_item_5,
	.kokonoha .menu_item_6,
	.contact .menu_item_8 {
		background-color: #e6e6e6;
	}

	.agri_navi_menu_sp a {
		color: #14aa50;
		display: block;
		padding: 11px 20px;
		position: relative;
	}

	.agri_navi_submenu_sp a {
		padding: 11px 35px;
	}

	.agri_navi_menu_sp 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;
	}

	.agri_navi_menu_sp .coming_soon a {
		color: #a3debb;
		pointer-events: none;
	}

	.agri_navi_menu_sp .coming_soon a::after {
		border-color: #a3debb;
	}

	.agri_navi_menu_pc,
	.agri_page_menu {
		display: none;
	}
}

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

	.agri_navi {
		position: sticky;
		top: 0;
		z-index: 30;
	}

	.agri_navi_title,
	.agri_navi_menu_sp {
		display: none !important;
	}

	.agri_navi_menu_pc {
		background-color: #14aa50;
		height: 52px;
	}

	.navi_menu_content {
		display: flex;
		margin: 0 auto;
		text-align: center;
		width: 1080px;
	}

	.agri_navi_menu_pc li {
		border-right: 2px solid #fff;
		font-size: 15px;
		font-weight: bold;
		height: 52px;
		line-height: 18px;
		width: 142px;
	}

	.agri_navi_menu_pc li.menu_item_1 {
		border-left: 2px solid #fff;
		width: 86px;
	}

	.agri_navi_menu_pc span {
		font-size: 13px;
	}

	.agri_navi_menu_pc a {
		color: #fff;
		display: block;
		height: 100%;
		padding: 17px 0 0;
		transition: background-color .2s;
	}

	.agri_navi_menu_pc .menu_item_3 a,
	.agri_navi_menu_pc .menu_item_6 a,
	.agri_navi_menu_pc .menu_item_8 a {
		padding: 8px 0 0;
	}

	.agri_navi_menu_pc .coming_soon a {
		color: #89d4a7;
		pointer-events: none;
	}

	.top .agri_navi_menu_pc .menu_item_1 a,
	.factory .agri_navi_menu_pc .menu_item_2 a,
	.works .agri_navi_menu_pc .menu_item_2 a,
	.nofuku .agri_navi_menu_pc .menu_item_3 a,
	.consulting .agri_navi_menu_pc .menu_item_4 a,
	.strawberry .agri_navi_menu_pc .menu_item_5 a,
	.kokonoha .agri_navi_menu_pc .menu_item_6 a,
	.contact .agri_navi_menu_pc .menu_item_8 a {
		background-color: #008241;
	}

	.agri_navi_menu_pc a:hover {
		background-color: #008241;
		text-decoration: none;
	}

	.agri_page_menu {
		background-color: #ebffd7;
		height: 44px;
	}

	.page_menu_content {
		display: flex;
		margin: 0 auto;
		text-align: center;
		width: 1080px;
	}

	.agri_page_menu li {
		font-size: 15px;
		font-weight: 500;
		height: 44px;
		line-height: 1.2;
		width: 25%;
	}

	.agri_page_menu a {
		color: #555;
		display: block;
		height: 100%;
		padding: 13px 0 0;
		transition: background-color .2s;
	}

	.agri_page_menu a.current {
		background-color: #cbf2c3;
		color: #14aa50;
	}

	.factory_menu a span {
		background: url(../img/common/ico_navi_downarrow_green.svg) no-repeat left 4px / 14px;
		padding: 0 0 0 18px;
	}

	.works_menu a span {
		background: url(../img/common/ico_navi_arrow_green.svg) no-repeat left 4px / 14px;
		padding: 0 0 0 18px;
	}

	.agri_page_menu a:hover {
		background-color: #cbf2c3;
		text-decoration: none;
	}
}

/* @end */

/* @group Home */

@media screen and (max-width: 640px) {
	.agri_home_lead {
		background-color: #ebffd7;
		padding: 40px 0;
	}

	.home_lead_content {
		margin: 0 20px;
	}

	.home_lead_content p {
		font-feature-settings: "palt";
		font-size: 16px;
		line-height: 1.75;
		text-align: justify;
		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_content p + p {
		margin-top: 1em;
	}

	.home_lead_content p br:not(.sp_br) {
		display: none;
	}

	.home_service_link {
		display: block;
		margin: 60px 0;
	}

	.home_service_link.coming_soon {
		pointer-events: none;
	}

	.home_service_thumbnail img {
		width: 100%;
	}

	.home_service_content {
		color: #222;
	}

	.home_service_content h3 {
		font-feature-settings: "palt";
		font-size: 24px;
		line-height: 1.5;
		margin: 14px 0 0;
	}

	.home_service_content h3 br {
		display: none;
	}

	.home_service_txt {
		font-size: 16px;
		line-height: 1.75;
		margin: 12px 0 0;
	}

	.home_service_btn {
		align-items: center;
		background-color: #14aa50;
		border-radius: 4px;
		color: #fff;
		display: flex;
		margin: 16px 0 0;
		padding: 15px 0;
	}

	.coming_soon .home_service_btn {
		opacity: .5;
	}

	.home_service_btn p {
		font-feature-settings: "palt";
		font-size: 18px;
		line-height: 1;
		margin: auto;
		position: relative;
	}

	.home_service_btn p span {
		font-size: 16px;
	}

	.home_service_btn p::before {
		border-top: 2px solid #89d4a7;
		border-right: 2px solid #89d4a7;
		content: "";
		height: 8px;
		position: absolute;
		left: -20px;
		top: calc(50% - 5px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 8px;
	}

	.home_news {
		background-color: #ebffd7;
		padding: 60px 0;
	}

	.agri_news {
		background-color: #fff;
		border-radius: 8px;
		padding: 4px 16px;
	}

	.agri_newslist {
		font-size: 15px;
		line-height: 26px;
	}

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

	.agri_newsitem > a,
	.agri_newsitem > span {
		color: inherit;
		display: flex;
		flex-wrap: wrap;
		padding: 16px 0 14px;
	}

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

	.agri_newsitem .news_icon {
		border-radius: 999px;
		color: #fff;
		font-size: 13px;
		line-height: 26px;
		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: 8px 0 0;
		width: 100%;
	}
}

@media screen and (min-width: 641px), print {
	.agri_home_hero {
		background: url(../img/home/img_home_hero_l.jpg) no-repeat center center / cover;
		height: 548px;
		width: 100%;
	}

	.agri_home_hero .home_hero_content {
		margin: 0 auto;
		padding: 210px 0 0;
		width: 1110px;
	}

	.agri_home_lead {
		background-color: #ebffd7;
		padding: 60px 0;
		display: flex;
	}

	.home_lead_content {
		margin: 0 auto;
	}

	.home_lead_content p {
		font-feature-settings: "palt";
		font-size: 20px;
		font-weight: 500;
		letter-spacing: .08em;
		line-height: 2;
		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_content p + p {
		margin-top: 1em;
	}

	.home_service_link {
		display: block;
		margin: 120px 0;
	}

	.home_service_link.coming_soon {
		pointer-events: none;
	}

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

	.home_service_thumbnail,
	.home_service_content {
		width: 525px;
	}

	.home_service_link:nth-child(even) .home_service_block {
		flex-direction: row-reverse;
	}

	.home_service_thumbnail {
		overflow: hidden;
	}

	.home_service_thumbnail img {
		transition: transform .2s;
	}

	.home_service_content {
		color: #222;
		display: flex;
		flex-direction: column;
	}

	.home_service_content h3 {
		font-feature-settings: "palt";
		font-size: 36px;
		line-height: 1.5;
	}

	.home_service_txt {
		font-size: 18px;
		line-height: 1.75;
		margin: 20px 0 0;
	}

	.home_service_btn {
		align-items: center;
		background-color: #14aa50;
		border-radius: 4px;
		color: #fff;
		display: flex;
		margin: auto 0 0;
		padding: 16px 0 18px;
		transition: background-color .2s;
	}

	.coming_soon .home_service_btn {
		opacity: .5;
	}

	.home_service_btn p {
		font-size: 22px;
		line-height: 1;
		margin: auto;
		position: relative;
	}

	.home_service_btn p span {
		font-size: 18px;
	}

	.home_service_btn p::before {
		border-top: 2px solid #89d4a7;
		border-right: 2px solid #89d4a7;
		content: "";
		height: 8px;
		position: absolute;
		left: -20px;
		top: calc(50% - 4px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 8px;
	}


	a.home_service_link:hover {
		text-decoration: none;
	}

	a.home_service_link:hover .home_service_thumbnail img {
		transform: scale(1.1);
	}

	a.home_service_link:hover .home_service_btn {
		background-color: #008241;
	}

	.home_news {
		background-color: #ebffd7;
		padding: 100px 0;
	}

	.agri_news {
		background-color: #fff;
		border-radius: 8px;
		padding: 16px 24px;
	}

	.agri_newslist {
		font-size: 16px;
		line-height: 28px;
	}

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

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

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

	.agri_newsitem .news_date {
		color: #1491dc;
		flex-shrink: 0;
		width: 110px;
	}

	.agri_newsitem .news_icon {
		border-radius: 999px;
		color: #fff;
		flex-shrink: 0;
		font-size: 14px;
		line-height: 1;
		margin: 0 30px 0 0;
		padding: 6px 0 8px;
		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 {
		flex: 1;
	}
}

/* @end */

/* @group Factory */

@media screen and (max-width: 640px) {
	.factory_hero {
		margin: 40px 0 0;
	}

	.factory_hero_content {
		margin: 0 20px;
	}

	.factory_hero .factory_lead {
		margin: 30px 0 0;
	}

	.factory_hero .factory_lead h2 {
		color: #14aa50;
		font-feature-settings: "palt";
		font-size: 24px;
		line-height: 1.5;
	}

	.factory_hero .factory_lead p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.factory_hero .factory_lead p + p {
		margin: 0;
	}

	.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: 20px auto 0;
	}

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

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

	.shien ul strong {
		color: #e65096;
	}

	.support .section_content {
		background: url(../img/factory/bg_factory_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 {
		background-color: #fff;
		border: 2px solid #14aa50;
		border-radius: 8px;
		font-size: 15px;
		font-weight: bold;
		padding: 8px 0;
		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;
		max-width: 400px;
	}

	.daiwa_link_btn a {
		background-color: #1491dc;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
		padding: 16px;
	}

	.daiwa_link_btn a span {
		background: url(../img/common/ico_exlink_white.svg) no-repeat right center / 14px;
		padding: 0 18px 0 0;
	}

	.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 0;
	}

	.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 0;
	}

	.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 0;
	}

	.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;
		text-align: justify;
	}

	.sofusystem_count_2 {
		margin: 15px 0 0;
	}

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

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

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

	.sofusystem_fig img {
		margin: 0 auto;
	}

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

	.works_link_btn a {
		background-color: #14aa50;
		border: 2px solid #14aa50;
		border-radius: 8px;
		color: #fff;
		display: block;
		overflow: hidden;
	}

	.works_link_btn p {
		background: url(../img/common/ico_link_arrow_white.svg) no-repeat right 12px center / 20px;
		font-size: 15px;
		padding: 12px 40px 10px 12px;
		font-weight: bold;
		line-height: 1.3;
	}
}

@media screen and (min-width: 641px), print {
	.factory_hero {
		margin: 40px 0 0;
	}

	.factory .scroll_point::before {
		content: "";
		display: block;
		height: 100px;
		margin-top: -100px;
		visibility: hidden;
	}

	.factory_hero_content {
		margin: 0 auto;
		width: 1080px;
	}

	.factory_hero .factory_lead {
		margin: 40px 0 0;
	}

	.factory_hero .factory_lead h2 {
		color: #14aa50;
		font-size: 36px;
		line-height: 1.5;
	}

	.factory_hero .factory_lead p {
		font-size: 20px;
		line-height: 2;
		margin: 1em 0 0;
	}

	.factory_hero .factory_lead p + p {
		margin: 0;
	}

	.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 1.2em;
		position: relative;
	}

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

	.shien ul strong {
		color: #e65096;
	}

	.support .section_content {
		background: url(../img/factory/bg_factory_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 {
		background-color: #fff;
		border: 2px solid #14aa50;
		border-radius: 16px;
		font-size: 24px;
		font-weight: bold;
		padding: 20px 0;
		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;
	}

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

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

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

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

	.daiwa_link_btn a {
		background-color: #1491dc;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		padding: 20px;
		text-align: center;
		transition: background-color .2s;
	}

	.daiwa_link_btn a span {
		background: url(../img/common/ico_exlink_white.svg) no-repeat right center / 16px;
		padding: 0 20px 0 0;
	}

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

	.tokucho_lead p {
		font-size: 20px;
		line-height: 2;
	}

	.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 {
		background-color: #dcdcdc;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		padding: 8px 0 9px;
	}

	.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 15px;
	}

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

	.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 0 9px;
	}

	.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 auto;
		text-align: justify;
		width: 540px;
	}

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

	.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;
	}

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

	.works_link_btn a {
		background-color: #14aa50;
		border: 4px solid #14aa50;
		border-radius: 16px;
		color: #fff;
		display: block;
		overflow: hidden;
		transition: all .2s;
	}

	.works_link_btn p {
		background: url(../img/common/ico_link_arrow_white.svg) no-repeat right 24px top 11px / 36px;
		font-size: 28px;
		padding: 12px 40px 10px;
		font-weight: bold;
		line-height: 1.2;
	}

	.works_link_btn a:hover {
		background-color: #008241;
		border-color: #008241;
		text-decoration: none;
	}
}

/* @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 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0;
	}

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

	.works_data {
		margin: 20px 0 0;
		width: 100%;
	}

	.works_data td,
	.works_data th {
		border: 1px solid #14aa50;
		font-size: 14px;
		line-height: 1.5;
		padding: 6px 4px;
	}

	.works_data th {
		background-color: #ebffd7;
		text-align: left;
		vertical-align: middle;
		width: 7em;
	}

	.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 1.2em;
		position: relative;
	}

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

	.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: 25px 0 0;
		padding: 4px 6px;
		text-align: left;
	}

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

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

	.works_small_data th {
		background-color: #ebffd7;
		width: 7em;
	}

	.agri_back_link {
		margin: 60px 0 0;
	}

	.agri_back_link .back_link_content {
		margin: 0 20px;
	}

	.back_link_btn {
		margin: 0 auto;
		max-width: 400px;
		text-align: center;
	}

	.back_link_btn a {
		background: #14aa50 url(../img/common/ico_link_backarrow_white.svg) no-repeat left 16px center / 18px;
		border-radius: 999px;
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: bold;
		line-height: 22px;
		padding: 14px;
	}
}

@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 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0 0;
	}

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

	.works_photo_l {
		width: 1080px;
	}

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

	.works_data {
		margin: 30px auto 0;
		width: 810px;
	}

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

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

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

	.works_summary {
		font-size: 24px;
		margin: 25px auto 0;
		width: 810px;
	}

	.works_summary li {
		line-height: 1.5;
		padding: 0 0 0 1.2em;
		position: relative;
	}

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

	.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: 810px;
	}

	.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: 30px 0 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 12px;
		text-align: center;
	}

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

	.agri_back_link {
		margin: 100px 0 0;
	}

	.agri_back_link .back_link_content {
		margin: 0 auto;
		width: 1080px;
	}

	.back_link_btn {
		margin: 0 auto;
		text-align: center;
		width: 340px;
	}

	.back_link_btn a {
		background: #14aa50 url(../img/common/ico_link_backarrow_white.svg) no-repeat left 20px center / 20px;
		border-radius: 999px;
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 28px;
		padding: 16px;
		transition: background-color .2s;
	}

	.back_link_btn a:hover {
		background-color: #008241;
		text-decoration: none;
	}
}

/* @end */

/* @group Nofuku */

@media screen and (max-width: 640px) {
	.nofuku_hero {
		background: url(../img/nofuku/img_nofuku_hero_s.jpg) no-repeat center center / cover;
		height: 66.667vw;
		height: 66.667svw;
		width: 100%;
	}

	.nofuku_hero .nofuku_hero_content {
		margin: 0 20px;
		height: 100%;
		position: relative;
	}

	.nofuku_hero_title {
		color: #fff;
		font-feature-settings: "palt";
		font-size: 30px;
		letter-spacing: .03em;
		line-height: 1.3;
		text-shadow: 0 0 8px #000;
		position: absolute;
		bottom: 20px;
		left: 0;
	}

	.nofuku_hero_title span {
		font-size: 18px;
		letter-spacing: normal;
		line-height: 1;
	}

	.nofuku_hero + .agri_article {
		margin: 30px 0 0;
	}

	.nofuku_lead h2 {
		color: #14aa50;
		font-size: 26px;
		line-height: 1.3;
	}

	.nofuku_lead p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.nofuku_lead p + p {
		margin: 0;
	}

	.nofuku_title {
		background-color: #14aa50;
		color: #fff;
		font-size: 18px;
		line-height: 1.3;
		padding: 8px 10px;
	}

	.nofuku_kadai {
		margin: -20px 0 0;
	}

	.nofuku_kadai_list {
		background: url(../img/nofuku/bg_nofuku_kaiketsu_s.png) no-repeat center center / contain;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 60px 0;
	}

	.nofuku_kadai_list li {
		background-color: #fff;
		border: 2px solid #666;
		border-radius: 8px;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 0;
		text-align: center;
		width: calc(50% - 4px);
	}

	.nofuku_kadai_list li:nth-child(n + 3) {
		margin-top: 8px;
	}

	.nofuku_kadai_fig {
		margin: -30px auto 0;
		width: 180px;
	}

	.nofuku_teian {
		background-color: #fff5b9;
		border-radius: 8px;
		margin: 60px 0 0;
		padding: 15px;
		position: relative;
	}

	.nofuku_teian::before {
		border: 30px solid transparent;
		border-top-color: #14aa50;
		content: "";
		position: absolute;
		top: -40px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	.nofuku_teian h4 {
		color: #14aa50;
		font-size: 18px;
		line-height: 1.5;
	}

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

	.nofuku_teian_list li {
		background-color: #fff;
		border: 2px solid #ffeb46;
		border-radius: 8px;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 0;
		text-align: center;
		width: calc(50% - 4px);
	}

	.nofuku_teian_list li:nth-child(3),
	.nofuku_teian_list li:nth-child(4) {
		width: 100%;
	}

	.nofuku_teian_list li:nth-child(n + 3) {
		margin-top: 8px;
	}

	.nofuku_jitsugen_fig {
		width: 207px;
		margin: 15px auto;
	}

	.nofuku_jitsugen_fig img {
		-webkit-transform: translateX(16px);
		transform: translateX(16px);
	}

	.nofuku_jitsugen_txt p {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
	}

	.nofuku_plan {
		margin: 20px 0 0;
	}

	.nofuku_plan_content p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.nofuku_plan_content h4 {
		font-size: 16px;
		margin: 1em 0 0;
	}

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

	.nofuku_plan_data td,
	.nofuku_plan_data th {
		border: 1px solid #14aa50;
		font-size: 14px;
		line-height: 1.5;
		padding: 6px 4px;
	}

	.nofuku_plan_data th {
		background-color: #ebffd7;
		text-align: left;
		vertical-align: middle;
		width: 7em;
	}

	.nofuku_oneday_count_2 {
		background-color: #ebffd7;
		margin: 20px 0 0;
		padding: 15px;
	}

	.nofuku_oneday_count_2 h4 {
		background-color: #fff;
		border: 1px solid #222;
		font-size: 16px;
		line-height: 1.3;
		padding: 6px 0;
		text-align: center;
	}

	.nofuku_oneday_txt {
		font-size: 15px;
		margin: 8px 0 0;
		text-align: center;
	}

	.nofuku_oneday_fig {
		margin: 5px 0 0;
	}

	.nofuku_oneday_fig img {
		margin: 0 auto;
	}

	.nofuku_voice_fig {
		width: 180px;
		margin: 15px auto 0;
	}

	.nofuku_voice_fig img {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

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

	.nofuku_oneday_voice h4 {
		color: #14aa50;
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
	}

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

	.nofuku_jirei_count_3  {
		margin: 20px 0 0;
	}

	.nofuku_jirei_count_3 ul {
		font-size: 16px;
		font-weight: bold;
	}

	.nofuku_jirei_count_3 li {
		line-height: 1.5;
		padding: 0 0 0 1.2em;
		position: relative;
	}

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

	.nofuku_jirei_count_3 li + li {
		margin: .25em 0 0;
	}
}

@media screen and (min-width: 641px), print {
	.nofuku_hero {
		background: url(../img/nofuku/img_nofuku_hero_l.jpg) no-repeat center center / cover;
		height: 498px;
		width: 100%;
	}

	.nofuku_hero .nofuku_hero_content {
		margin: 0 auto;
		height: 100%;
		position: relative;
		width: 1080px;
	}

	.nofuku_hero_title {
		color: #fff;
		font-feature-settings: "palt";
		font-size: 60px;
		letter-spacing: .03em;
		line-height: 1.3;
		text-shadow: 0 0 8px #000;
		position: absolute;
		bottom: 36px;
		left: 0;
	}

	.nofuku_hero_title span {
		font-size: 36px;
		letter-spacing: normal;
		line-height: 1;
	}

	.nofuku_hero + .agri_article {
		margin: 60px 0 0;
	}

	.nofuku_lead h2 {
		color: #14aa50;
		font-size: 36px;
		line-height: 1.5;
	}

	.nofuku_lead p {
		font-size: 20px;
		line-height: 2;
		margin: 1em 0 0;
	}

	.nofuku_lead p + p {
		margin: 0;
	}

	.nofuku_title {
		background-color: #14aa50;
		color: #fff;
		font-size: 28px;
		line-height: 1.3;
		padding: 4px 0 6px;
		text-align: center;
	}

	.nofuku_kadai {
		background: url(../img/nofuku/bg_nofuku_kaiketsu_l.png) no-repeat left top / 972px 340px;
		margin: 30px 0 0;
		padding: 74px 0 0 40px;
	}

	.nofuku_kadai_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 814px;
	}

	.nofuku_kadai_list li {
		background-color: #fff;
		border: 2px solid #666;
		border-radius: 16px;
		font-size: 24px;
		font-weight: bold;
		padding: 20px 0;
		text-align: center;
		width: 258px;
	}

	.nofuku_kadai_list li:nth-child(n + 4) {
		margin-top: 20px;
	}

	.nofuku_kadai_fig {
		margin: -70px 0 0 auto;
		width: 200px;
	}

	.nofuku_teian {
		background-color: #fff5b9;
		border-radius: 16px;
		margin: 60px 0 0;
		padding: 40px;
		position: relative;
	}

	.nofuku_teian::before {
		border: 40px solid transparent;
		border-top-color: #14aa50;
		content: "";
		position: absolute;
		top: -60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

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

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

	.nofuku_teian_list li {
		background-color: #fff;
		border: 2px solid #ffeb46;
		border-radius: 16px;
		font-size: 24px;
		font-weight: bold;
		padding: 20px 0;
		text-align: center;
		width: 235px;
	}

	.nofuku_teian_list li:nth-child(3),
	.nofuku_teian_list li:nth-child(4) {
		width: 490px;
	}

	.nofuku_teian_list li:nth-child(n + 4) {
		margin-top: 20px;
	}

	.nofuku_jitsugen {
		display: flex;
		margin: 20px 0 0;
		align-items: center;
	}

	.nofuku_jitsugen_fig {
		width: 230px;
	}

	.nofuku_jitsugen_txt {
		flex-grow: 1;
	}

	.nofuku_jitsugen_txt p {
		font-size: 24px;
		font-weight: bold;
		line-height: 2;
		text-align: center;
	}

	.nofuku_plan {
		display: flex;
		margin: 30px 0 0;
	}

	.nofuku_plan_fig {
		margin: 6px 0 0;
		width: 340px;
	}

	.nofuku_plan_content {
		flex-grow: 1;
		margin: 0 0 0 30px;
	}

	.nofuku_plan_content p {
		font-size: 20px;
		line-height: 1.75;
	}

	.nofuku_plan_content h4 {
		font-size: 24px;
		line-height: 1.5;
		margin: 25px 0 0;
	}

	.nofuku_plan_data {
		margin: 10px 0 0;
		width: 100%;
	}

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

	.nofuku_plan_data th {
		background-color: #ebffd7;
		width: 220px;
	}

	.nofuku_oneday_column {
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0;
	}

	.nofuku_oneday_count_2 {
		background-color: #ebffd7;
		padding: 20px;
		width: 525px;
	}

	.nofuku_oneday_count_2:nth-child(even) {
		margin-left: 30px;
	}

	.nofuku_oneday_count_2:nth-child(n + 3) {
		margin-top: 30px;
	}

	.nofuku_oneday_count_2 h4 {
		background-color: #fff;
		border: 2px solid #222;
		font-size: 24px;
		line-height: 1.3;
		padding: 4px 0 6px;
		text-align: center;
	}

	.nofuku_oneday_txt {
		font-size: 22px;
		margin: 10px 0 0;
		text-align: center;
	}

	.nofuku_oneday_fig {
		margin: 10px 0 0;
	}

	.nofuku_voice_fig {
		margin: 20px 0 0 215px;
	}

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

	.nofuku_oneday_voice h4 {
		color: #14aa50;
		font-size: 28px;
		line-height: 42px;
		text-align: center;
	}

	.nofuku_voice_txt {
		background-color: #fff;
		border-radius: 8px;
		font-size: 18px;
		line-height: 1.75;
		padding: 15px 20px;
		margin: 20px 0 0;
	}

	.nofuku_jirei_column {
		display: flex;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	.nofuku_jirei_count_3 {
		width: 340px;
	}

	.nofuku_jirei_count_3 ul {
		font-size: 24px;
		font-weight: bold;
	}

	.nofuku_jirei_count_3 li {
		line-height: 1.5;
		padding: 0 0 0 1.2em;
		position: relative;
	}

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

	.nofuku_jirei_count_3 li + li {
		margin: .25em 0 0;
	}
}

/* @end */

/* @group Consulting */

@media screen and (max-width: 640px) {
	.consulting_hero {
		background: url(../img/consulting/img_consulting_hero_s.jpg) no-repeat center center / cover;
		container-type: inline-size;
		height: 66.667vw;
		height: 66.667svw;
		width: 100%;
	}

	.consulting_hero .consulting_hero_content {
		margin: 0 20px;
		height: 100%;
		position: relative;
	}

	.consulting_hero_title {
		color: #fff;
		font-feature-settings: "palt";
		font-size: 30px;
		font-size: min(7.6vw, 30px);
		font-size: min(7.6cqw, 30px);
		line-height: 1.3;
		text-shadow: 0 0 8px #000;
		position: absolute;
		bottom: 20px;
		left: 0;
	}

	.consulting_hero_title span {
		font-size: 18px;
		letter-spacing: normal;
		line-height: 1;
		display: inline-block;
	}

	.consulting_hero + .agri_article {
		margin: 30px 0 0;
	}

	.consulting_lead h2 {
		color: #14aa50;
		font-size: 26px;
		line-height: 1.3;
	}

	.consulting_lead p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.consulting_lead p + p {
		margin: 0;
	}

	.consulting_title {
		background-color: #14aa50;
		color: #fff;
		font-size: 18px;
		line-height: 1.3;
		padding: 8px 10px;
	}

	.consulting_kadai_column {
		margin: 25px 0 0;
	}

	.consulting_kadai_count_3 {
		background: url(../img/consulting/bg_consulting_kadai.png) no-repeat center center / 100% 100%;
		padding: 20px;
	}

	.consulting_kadai_count_3 + .consulting_kadai_count_3 {
		margin: 15px 0 0;
	}

	.consulting_kadai_count_3 h4 {
		font-size: 18px;
		line-height: 1.3;
		text-align: center;
	}

	.consulting_kadai_count_3 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.consulting_kadai_count_3 li {
		background-color: #fff;
		border: 2px solid #1491dc;
		border-radius: 8px;
		color: #1491dc;
		font-size: 16px;
		font-weight: bold;
		line-height: 36px;
		margin-top: 8px;
		text-align: center;
		width: calc(50% - 4px);
	}

	.consulting_kadai_count_3 li:nth-child(2) {
		margin-left: auto;
	}

	.consulting_kadai_count_3 li:nth-child(3) {
		margin-left: auto;
		margin-right: auto;
	}

	.consulting_kadai_count_3 li.kadai_sub {
		border-color: #89c8ed;
		color: #89c8ed;
	}

	.consulting_otetsudai {
		margin: 20px 0 0;
		padding: 60px 0 0;
		position: relative;
	}

	.consulting_otetsudai::before {
		background: url(../img/consulting/img_consulting_blue_arrow.png) 0 center / cover no-repeat;
		content: "";
		height: 47px;
		left: 50%;
		margin-left: -40px;
		position: absolute;
		top: 0;
		width: 80px;
	}

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

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

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

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

	.consulting_otetsudai h4 strong,
	.consulting_otetsudai ul strong {
		color: #e65096;
	}

	.consulting_approach_column {
		margin: 20px 0 0;
	}

	.consulting_approach_count_3 {
		position: relative;
	}

	.consulting_approach_count_3:nth-child(n+2) {
		margin: 30px 0 0;
	}

	.consulting_approach_count_3:not(:first-child)::before {
		border-color: #14aa50 transparent transparent transparent;
		border-style: solid;
		border-width: 18px 18px 0 18px;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		top: -25px;
		width: 0;
		margin-left: -18px;
	}

	.consulting_approach_column + .note_list {
		display: none;
	}

	.consulting_approach_note {
		font-size: 14px;
		margin: 5px 0 0;
	}

	.consulting_block {
		border: 2px solid #14aa50;
		border-radius: 8px;
		padding: 13px;
	}

	.consulting_block h4 {
		border-bottom: 2px solid #b8e5ca;
		font-size: 20px;
		line-height: 1;
		margin: 0 0 10px;
		padding: 0 0 10px;
		text-align: center;
	}

	.consulting_block h4 span {
		color: #14aa50;
	}

	.consulting_block_fig {
		margin: 0 0 10px;
	}

	.consulting_block_fig img {
		margin: auto;
	}

	.consulting_approach_column p {
		font-size: 15px;
	}

	.consulting_block_txt_a {
		font-size: 16px;
	}

	.consulting_block_txt_b {
		color: #e65096;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
	}

	.consulting_keiyaku,
	.consulting_shokouji {
		position: relative;
	}

	.consulting_keiyaku {
		margin-top: 70px;
	}

	.consulting_shokouji {
		margin-top: 20px;
	}

	.consulting_honkouji {
		margin-top: 70px;
		position: relative;
	}

	.consulting_keiyaku::before,
	.consulting_honkouji::before {
		background: url(../img/consulting/img_consulting_blue_arrow.png) 0 center / cover no-repeat;
		content: "";
		height: 47px;
		left: 50%;
		margin-left: -40px;
		position: absolute;
		top: -60px;
		width: 80px;
	}

	.consulting_nagare_title {
		background-color: #cdebfa;
		font-size: 16px;
		line-height: 1.3;
		padding: 6px 8px;
	}

	.consulting_honkouji h5 {
		background-color: #c4ead3;
		font-size: 16px;
		line-height: 1.3;
		margin: 20px 0 0;
		padding: 6px 8px;
		text-align: center;
	}

	.consulting_kaizenrei_count_2 {
		background-color: #fffbda;
		border: 2px solid #ffeb46;
		border-radius: 8px;
		margin-top: 15px;
		padding: 10px 15px;
	}

	.consulting_kaizenrei_count_2 h6 {
		color: #14aa50;
		font-size: 20px;
		text-align: center;
	}

	.consulting_kaizenrei_count_2 p {
		font-size: 16px;
		font-weight: bold;
		margin-top: 5px;
	}

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

	.jirei_okomarigoto {
		margin: 20px 0 0;
	}

	.okomarigoto_content h4,
	.kouka_content h4 {
		border-radius: 8px;
		color: #fff;
		font-size: 16px;
		line-height: 1.3;
		padding: 6px;
		text-align: center;
	}

	.okomarigoto_content h4 {
		background-color: #1491dc;
		width: 220px;
	}

	.kouka_content h4 {
		background-color: #e65096;
		width: 140px;
	}

	.okomarigoto_content ul {
		font-size: 16px;
		font-weight: bold;
		margin: 12px 0 0;
	}

	.okomarigoto_content li {
		line-height: 1.5;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.okomarigoto_content li::before {
		color: #89c8ed;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.okomarigoto_content li + li {
		margin: .25em 0 0;
	}

	.okomarigoto_fig {
		width: 180px;
		margin: 10px auto 0;
	}

	.jirei_kouka {
		background-color: #fff;
		border-radius: 8px;
		margin-top: 80px;
		padding: 15px;
		position: relative;
	}

	.jirei_kouka::before {
		background: url(../img/consulting/img_consulting_blue_arrow.png) 0 center / cover no-repeat;
		content: "";
		height: 47px;
		left: 50%;
		margin-left: -40px;
		position: absolute;
		top: -60px;
		width: 80px;
	}

	.jirei_kouka_txt_a {
		font-size: 16px;
		margin: 12px 0 0;
	}

	.jirei_kouka_txt_b {
		color: #e65096;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
	}

	.kouka_fig {
		margin: 12px 0 0;
	}

	.kouka_fig img {
		margin: auto;
	}
}

@media screen and (min-width: 641px), print {
	.consulting_hero {
		background: url(../img/consulting/img_consulting_hero_l.jpg) no-repeat center center / cover;
		height: 498px;
		width: 100%;
	}

	.consulting_hero .consulting_hero_content {
		margin: 0 auto;
		height: 100%;
		position: relative;
		width: 1080px;
	}

	.consulting_hero_title {
		color: #fff;
		font-feature-settings: "palt";
		font-size: 60px;
		letter-spacing: .03em;
		line-height: 1.3;
		text-shadow: 0 0 8px #000;
		position: absolute;
		bottom: 36px;
		left: 0;
	}

	.consulting_hero_title span {
		font-size: 36px;
		letter-spacing: normal;
		line-height: 1;
	}

	.consulting_hero + .agri_article {
		margin: 60px 0 0;
	}

	.consulting_lead h2 {
		color: #14aa50;
		font-size: 36px;
		line-height: 1.5;
	}

	.consulting_lead p {
		font-size: 20px;
		line-height: 2;
		margin: 1em 0 0;
	}

	.consulting_lead p + p {
		margin: 0;
	}

	.consulting_title {
		background-color: #14aa50;
		color: #fff;
		font-size: 28px;
		line-height: 1.3;
		padding: 4px 0 6px;
		text-align: center;
	}

	.consulting_kadai_column {
		display: flex;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	.consulting_kadai_count_3 {
		background: url(../img/consulting/bg_consulting_kadai.png) no-repeat center center / 340px 200px;
		height: 200px;
		padding: 20px 20px 0;
		width: 340px;
	}

	.consulting_kadai_count_3 h4 {
		font-size: 26px;
		line-height: 1.3;
		text-align: center;
	}

	.consulting_kadai_count_3 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.consulting_kadai_count_3 li {
		background-color: #fff;
		border: 2px solid #1491dc;
		border-radius: 8px;
		color: #1491dc;
		font-size: 20px;
		font-weight: bold;
		line-height: 46px;
		margin-top: 12px;
		text-align: center;
		width: 144px;
	}

	.consulting_kadai_count_3 li:nth-child(2) {
		margin-left: auto;
	}

	.consulting_kadai_count_3 li:nth-child(3) {
		margin-left: auto;
		margin-right: auto;
	}

	.consulting_kadai_count_3 li.kadai_sub {
		border-color: #89c8ed;
		color: #89c8ed;
	}

	.consulting_otetsudai {
		margin: 30px 0 0;
		padding: 90px 0 0;
		position: relative;
	}

	.consulting_otetsudai::before {
		background: url(../img/consulting/img_consulting_blue_arrow.png) 0 center / 120px 70px no-repeat;
		content: "";
		height: 70px;
		left: 50%;
		margin-left: -60px;
		position: absolute;
		top: 0;
		width: 120px;
	}

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

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

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

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

	.consulting_otetsudai h4 strong,
	.consulting_otetsudai ul strong {
		color: #e65096;
	}

	.consulting_approach_column {
		display: flex;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	.consulting_approach_count_3 {
		position: relative;
		width: 340px;
	}

	.consulting_approach_count_3:not(:first-child)::before {
		border-color: transparent transparent transparent #14aa50;
		border-style: solid;
		border-width: 18px 0 18px 18px;
		content: "";
		height: 0;
		left: -24px;
		margin-top: -18px;
		position: absolute;
		top: 50%;
		width: 0;
	}

	.consulting_approach_column .note_list {
		display: none;
	}

	.consulting_approach_note {
		font-size: 14px;
		margin: 5px 0 0;
	}

	.consulting_block {
		border: 2px solid #14aa50;
		border-radius: 16px;
		padding: 18px;
	}

	.consulting_block h4 {
		border-bottom: 2px solid #b8e5ca;
		font-size: 26px;
		line-height: 1;
		margin: 0 0 15px;
		padding: 0 0 15px;
		text-align: center;
	}

	.consulting_block h4 span {
		color: #14aa50;
	}

	.consulting_block_fig {
		margin: 0 0 15px;
	}

	.consulting_block_fig img {
		margin: auto;
	}

	.consulting_block_txt_a {
		font-size: 22px;
		text-align: center;
	}

	.consulting_block_txt_b {
		color: #e65096;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
	}

	.consulting_keiyaku,
	.consulting_shokouji {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 860px;
	}

	.consulting_keiyaku {
		margin-top: 90px;
	}

	.consulting_shokouji {
		margin-top: 30px;
	}

	.consulting_honkouji {
		margin-top: 110px;
		padding: 18px 28px 28px;
		position: relative;
	}

	.consulting_keiyaku::before,
	.consulting_honkouji::before {
		background: url(../img/consulting/img_consulting_blue_arrow.png) 0 center / 120px 70px no-repeat;
		content: "";
		height: 70px;
		left: 50%;
		margin-left: -60px;
		position: absolute;
		top: -90px;
		width: 120px;
	}

	.consulting_nagare_title {
		background-color: #cdebfa;
		font-size: 24px;
		line-height: 1.3;
		padding: 4px 0 6px;
		text-align: center;
	}

	.consulting_honkouji h5 {
		background-color: #c4ead3;
		font-size: 22px;
		line-height: 1.3;
		margin: 30px 0 0;
		padding: 4px 0 6px;
		text-align: center;
	}

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

	.consulting_kaizenrei_count_2 {
		background-color: #fffbda;
		border: 2px solid #ffeb46;
		border-radius: 8px;
		padding: 10px 0 15px;
		width: 500px;
	}

	.consulting_kaizenrei_count_2:nth-child(n + 3) {
		margin-top: 20px;
	}

	.consulting_kaizenrei_count_2 h6 {
		color: #14aa50;
		font-size: 22px;
		text-align: center;
	}

	.consulting_kaizenrei_count_2 p {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

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

	.jirei_okomarigoto {
		display: flex;
		margin: 30px 0 0;
	}

	.okomarigoto_content {
		padding: 0 0 0 30px;
		width: 700px;
	}

	.okomarigoto_content h4,
	.kouka_content h4 {
		border-radius: 8px;
		color: #fff;
		font-size: 20px;
		line-height: 1.3;
		padding: 4px 0 6px;
		text-align: center;
	}

	.okomarigoto_content h4 {
		background-color: #1491dc;
		width: 280px;
	}

	.kouka_content h4 {
		background-color: #e65096;
		width: 180px;
	}

	.okomarigoto_content ul {
		font-size: 22px;
		font-weight: bold;
		margin: 12px 0 0;
	}

	.okomarigoto_content li {
		line-height: 1.5;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.okomarigoto_content li::before {
		color: #89c8ed;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.okomarigoto_content li + li {
		margin: .25em 0 0;
	}

	.okomarigoto_fig {
		width: 320px;
	}

	.okomarigoto_fig img {
		margin: auto;
	}

	.jirei_kouka {
		background-color: #fff;
		border-radius: 8px;
		display: flex;
		margin-top: 110px;
		padding: 30px;
		position: relative;
	}

	.jirei_kouka::before {
		background: url(../img/consulting/img_consulting_blue_arrow.png) 0 center / 120px 70px no-repeat;
		content: "";
		height: 70px;
		left: 50%;
		margin-left: -60px;
		position: absolute;
		top: -90px;
		width: 120px;
	}

	.kouka_content {
		width: 540px;
	}

	.kouka_fig {
		width: 396px;
		margin: 0 0 0 auto;
	}

	.jirei_kouka_txt_a {
		font-size: 20px;
		margin: 12px 0 0;
	}

	.jirei_kouka_txt_b {
		color: #e65096;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
	}
}

/* @end */

/* @group Strawberry */

@media screen and (max-width: 640px) {
	.agri_article_header.strawberry_article_header {
		background-image: url(../img/strawberry/bg_strawberry_article_title.png);
	}

	.strawberry_hero {
		background: url(../img/strawberry/img_strawberry_hero_s.jpg) no-repeat center center / cover;
		container-type: inline-size;
		height: 66.667vw;
		height: 66.667svw;
		width: 100%;
	}

	.strawberry_hero .strawberry_hero_content {
		margin: 0 20px;
		height: 100%;
		position: relative;
	}

	.strawberry_hero_title {
		color: #fff;
		font-feature-settings: "palt";
		font-size: 30px;
		font-size: min(7.4vw, 30px);
		font-size: min(7.4cqw, 30px);
		line-height: 1.3;
		text-shadow: 0 0 8px #000;
		position: absolute;
		bottom: 20px;
		left: 0;
	}

	.strawberry_hero_title span {
		font-size: 18px;
		letter-spacing: normal;
		line-height: 1;
		display: inline-block;
	}

	.strawberry_hero + .agri_article {
		margin: 30px 0 0;
	}

	.strawberry_lead h2 {
		color: #d12;
		font-size: 26px;
		line-height: 1.3;
	}

	.strawberry_lead p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.strawberry_lead p + p {
		margin: 0;
	}

	.strawberry_shien {
		max-width: 400px;
		margin: 20px auto 0;
	}

	.strawberry_super {
		margin: 10px 0 0;
		padding: 60px 0 0;
		position: relative;
	}

	.strawberry_super::before {
		background: url(../img/strawberry/img_strawberry_red_arrow.png) 0 center / cover no-repeat;
		content: "";
		height: 47px;
		left: 50%;
		margin-left: -40px;
		position: absolute;
		top: 0;
		width: 80px;
	}

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

	.strawberry_heading strong {
		color: #e65096;
	}

	p.strawberry_txt {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.strawberry_item_list li {
		background-color: #fffbda;
		border: 2px solid #ffeb46;
		border-radius: 8px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		margin: 15px 0 0;
		padding: 12px 6px;
		text-align: center;
	}

	.strawberry_super .strawberry_item_list {
		margin: 15px 0 0;
	}

	.strawberry_control_column {
		margin: 25px 0 0;
	}

	.strawberry_control_count_2 {
		align-items: center;
		display: flex;
		margin: 10px 0 0;
	}

	.strawberry_control_count_2 h4 {
		background-color: #d12;
		border-radius: 999px;
		color: #fff;
		flex-shrink: 0;
		font-feature-settings: "palt";
		font-size: 14px;
		height: 95px;
		line-height: 1.2;
		text-align: center;
		width: 95px;
		padding-top: 22px;
	}

	.strawberry_control_count_2 h4 span {
		font-size: 26px;
		display: block;
	}

	.strawberry_control_count_2 ul {
		border-bottom: 1px solid #ccc;
		flex-grow: 1;
		font-size: 16px;
		margin: 0 0 0 8px;
	}

	.strawberry_control_count_2 ul li {
		border-top: 1px solid #ccc;
		line-height: 1.5;
		padding: 8px 0 8px 1.2em;
		position: relative;
	}

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

	.strawberry_saibai_column {
		background-color: #fff0f5;
		border-radius: 8px;
		margin: 25px 0 0;
		padding: 18px 15px 15px;
	}

	.strawberry_saibai_count_2 {
		position: relative;
	}

	.strawberry_saibai_count_2:not(:first-child) {
		margin: 60px 0 0;
	}

	.strawberry_saibai_count_2:not(:first-child)::before {
		border-color: #d12 transparent transparent transparent;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		content: "";
		position: absolute;
		top: -40px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	.strawberry_saibai_count_2 h3 {
		border-bottom: 2px solid #f5b8bd;
		font-feature-settings: "palt";
		font-size: 20px;
		line-height: 1;
		padding: 0 0 10px;
		text-align: center;
	}

	.strawberry_saibai_count_2 h3 span {
		font-size: 15px;
	}

	.strawberry_saibai_count_2 h3 em {
		color: #d12;
		font-style: normal;
	}

	.strawberry_saibai_count_2 ul {
		font-size: 16px;
		margin: 10px 0 0;
	}

	.strawberry_saibai_count_2 ul li {
		line-height: 1.75;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.strawberry_saibai_count_2 ul li::before {
		color: #f5b8bd;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.strawberry_saibai_fig {
		margin: 10px 0 0;
	}

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

	.strawberry_title {
		background-color: #d12;
		color: #fff;
		font-size: 18px;
		line-height: 1.3;
		padding: 8px 10px;
	}

	.strawberry_ikubyo_column {
		margin: 0 auto;
		max-width: 420px;
	}

	.strawberry_ikubyo_count_2 {
		margin: 20px 0 0;
	}

	.strawberry_seigyo .strawberry_heading {
		margin: 15px 0 0;
	}

	.strawberry_seigyo_fig {
		margin: 10px auto 0;
		max-width: 420px;
	}

	.strawberry_led_count_3 {
		border: 2px solid #d12;
		border-radius: 8px;
		margin: 15px 0 0;
		padding: 13px;
	}

	.strawberry_led_count_3 h4 {
		border-bottom: 2px solid #f5b8bd;
		font-size: 20px;
		line-height: 1;
		padding: 0 0 10px;
		text-align: center;
	}

	.strawberry_led_count_3 p {
		font-size: 15px;
		line-height: 1.5;
		margin: 10px 0 0;
	}
}

@media screen and (min-width: 641px), print {
	.agri_article_header.strawberry_article_header {
		background-image: url(../img/strawberry/bg_strawberry_article_title.png);
	}

	.strawberry_hero {
		background: url(../img/strawberry/img_strawberry_hero_l.jpg) no-repeat center center / cover;
		height: 498px;
		width: 100%;
	}

	.strawberry_hero .strawberry_hero_content {
		margin: 0 auto;
		height: 100%;
		position: relative;
		width: 1080px;
	}

	.strawberry_hero_title {
		color: #fff;
		font-feature-settings: "palt";
		font-size: 60px;
		letter-spacing: .03em;
		line-height: 1.3;
		text-shadow: 0 0 8px #000;
		position: absolute;
		bottom: 36px;
		left: 0;
	}

	.strawberry_hero_title span {
		font-size: 36px;
		letter-spacing: normal;
		line-height: 1;
	}

	.strawberry_hero + .agri_article {
		margin: 60px 0 0;
	}

	.strawberry_lead h2 {
		color: #d12;
		font-size: 36px;
		line-height: 1.5;
	}

	.strawberry_lead p {
		font-size: 20px;
		line-height: 2;
		margin: 1em 0 0;
	}

	.strawberry_lead p + p {
		margin: 0;
	}

	.strawberry_shien {
		margin: 20px 0 0;
	}

	.strawberry_shien img {
		margin: 0 auto;
	}

	.strawberry_super {
		margin: 20px 0 0;
		padding: 90px 0 0;
		position: relative;
	}

	.strawberry_super::before {
		background: url(../img/strawberry/img_strawberry_red_arrow.png) 0 center / 120px 70px no-repeat;
		content: "";
		height: 70px;
		left: 50%;
		margin-left: -60px;
		position: absolute;
		top: 0;
		width: 120px;
	}

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

	.strawberry_heading strong {
		color: #e65096;
	}

	p.strawberry_txt {
		font-size: 20px;
		line-height: 1.75;
		margin: 30px 0 0;
	}

	.strawberry_super p.strawberry_txt {
		text-align: center;
		margin: 20px 0 0;
	}

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

	.strawberry_item_list li {
		background-color: #fffbda;
		border: 2px solid #ffeb46;
		border-radius: 8px;
		font-size: 22px;
		font-weight: bold;
		padding: 12px 0 15px;
		text-align: center;
	}

	.strawberry_super .strawberry_item_list {
		margin: 30px auto 0;
		width: 860px;
	}

	.strawberry_super .strawberry_item_list li {
		width: 420px;
	}

	.strawberry_control_column {
		display: flex;
		justify-content: space-between;
		margin: 40px 0 0;
	}

	.strawberry_control_count_2 {
		align-items: center;
		display: flex;
		width: 530px;
	}

	.strawberry_control_count_2 h4 {
		background-color: #d12;
		border-radius: 999px;
		color: #fff;
		font-size: 22px;
		height: 160px;
		line-height: 1.2;
		text-align: center;
		width: 160px;
		padding-top: 30px;
	}

	.strawberry_control_count_2 h4 span {
		font-size: 45px;
		display: block;
	}

	.strawberry_control_count_2 ul {
		border-bottom: 1px solid #ccc;
		font-size: 24px;
		margin: 0 0 0 10px;
		width: 360px;
	}

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

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

	.strawberry_saibai_column {
		background-color: #fff0f5;
		border-radius: 16px;
		display: flex;
		justify-content: space-between;
		margin: 40px 0 0;
		padding: 25px 30px 30px;
	}

	.strawberry_saibai_count_2 {
		position: relative;
		width: 475px;
	}

	.strawberry_saibai_count_2:not(:first-child)::before {
		border-color: transparent transparent transparent #d12;
		border-style: solid;
		border-width: 30px 0 30px 30px;
		content: "";
		height: 0;
		left: -46px;
		margin-top: -30px;
		position: absolute;
		top: 50%;
		width: 0;
	}

	.strawberry_saibai_count_2 h3 {
		border-bottom: 2px solid #f5b8bd;
		font-size: 26px;
		line-height: 1;
		padding: 0 0 15px;
		text-align: center;
	}

	.strawberry_saibai_count_2 h3 span {
		font-size: 20px;
	}

	.strawberry_saibai_count_2 h3 em {
		color: #d12;
		font-style: normal;
	}

	.strawberry_saibai_count_2 ul {
		font-size: 22px;
		margin: 15px 0 0;
	}

	.strawberry_saibai_count_2 ul li {
		line-height: 1.75;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.strawberry_saibai_count_2 ul li::before {
		color: #f5b8bd;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.strawberry_saibai_fig {
		margin: 15px 0 0;
	}

	.strawberry_title {
		background-color: #d12;
		color: #fff;
		font-size: 28px;
		line-height: 1.3;
		padding: 4px 0 6px;
		text-align: center;
	}

	.strawberry_ikubyo_column {
		display: flex;
		justify-content: space-between;
		margin: 30px auto 0;
		width: 860px;
	}

	.strawberry_ikubyo_count_2 {
		width: 420px;
	}

	.strawberry_seigyo .strawberry_heading {
		margin: 30px 0 0;
	}

	.strawberry_seigyo .strawberry_item_list {
		margin: 30px 0 0;
	}

	.strawberry_seigyo .strawberry_item_list li {
		width: calc((100% - 40px) / 3) ;
	}

	.strawberry_seigyo_fig {
		margin: 0;
	}

	.strawberry_seigyo_fig img {
		margin: 0 auto;
	}

	.strawberry_led_column {
		display: flex;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	.strawberry_led_count_3 {
		border: 2px solid #d12;
		border-radius: 16px;
		padding: 18px;
		width: calc((100% - 40px) / 3) ;
	}

	.strawberry_led_count_3 h4 {
		border-bottom: 2px solid #f5b8bd;
		font-size: 26px;
		line-height: 1;
		padding: 0 0 15px;
		text-align: center;
	}

	.strawberry_led_count_3 p {
		margin: 10px 0 0;
	}
}

/* @end */

/* @group Kokonoha */

@media screen and (max-width: 640px) {
	.kokonoha_hero {
		background: url(../img/kokonoha/img_kokonoha_hero_s.jpg) no-repeat center center / cover;
		container-type: inline-size;
		height: 66.667vw;
		height: 66.667svw;
		width: 100%;
	}

	.kokonoha_hero .kokonoha_hero_content {
		margin: 0 20px;
		height: 100%;
		position: relative;
	}

	.kokonoha_hero .kokonoha_hero_title_block {
		bottom: 20px;
		color: #fff;
		font-feature-settings: "palt";
		left: 0;
		line-height: 1.3;
		position: absolute;
		text-shadow: 0 0 8px #000;
	}

	.kokonoha_hero p {
		font-size: 16.5px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.kokonoha_hero h1 {
		font-size: 30px;
		font-size: min(6.6vw, 30px);
		font-size: min(6.9cqw, 30px);
	}

	.kokonoha_hero + .agri_article {
		margin: 30px 0 0;
	}

	.kokonoha_lead h2 {
		color: #14aa50;
		font-size: 26px;
		line-height: 1.3;
	}

	.kokonoha_lead p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.kokonoha_title {
		background-color: #14aa50;
		color: #fff;
		font-size: 18px;
		line-height: 1.3;
		padding: 8px 10px;
	}

	.kokonoha_tokucho_lead {
		margin: 25px 0 0;
	}

	.kokonoha_tokucho_lead h4 {
		font-size: 18px;
		line-height: 1.5;
	}

	.kokonoha_tokucho_lead h4 strong {
		color: #e65096;
	}

	.kokonoha_tokucho_lead p {
		font-size: 16px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.kokonoha_tokucho_lead p strong {
		color: #14aa50;
	}

	.kokonoha_point {
		margin: 20px 0 0;
	}

	.kokonoha_point_fig img {
		width: 100%;
	}

	.kokonoha_point_block {
		background: #ebffd7 url(../img/kokonoha/bg_kokonoha_point.png) no-repeat right -68px top 16px / 298px 250px;
		border: #89d4a7 solid 2px;
		border-radius: 8px;
		margin: 30px 0 0 0;
		padding: 20px 13px 13px;
		position: relative;
	}

	.kokonoha_point_block .point_number {
		align-items: center;
		background-color: #14aa50;
		border-radius: 999px;
		display: flex;
		height: 28px;
		justify-content: center;
		left: 13px;
		position: absolute;
		top: -15px;
		width: 110px;
	}

	.kokonoha_point_block .point_number img {
		width: 70px;
	}

	.kokonoha_point_block h5 {
		border-bottom: #b8e5ca solid 2px;
		font-size: 18px;
		line-height: 1.5;
		padding-bottom: 5px;
	}

	.kokonoha_point_block ul {
		font-size: 16px;
		margin: 10px 0 0;
	}

	.kokonoha_point_block ul li {
		line-height: 1.6;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.kokonoha_point_block ul li::before {
		color: #14aa50;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.kokonoha_product {
		margin: 30px 0 0;
	}

	.kokonoha_product h4 {
		border-bottom: #ddd solid 2px;
		font-size: 20px;
		padding-bottom: 3px;
		text-align: center;
	}

	.kokonoha_product_block:first-child  {
		margin: 20px 0 0;
	}

	.kokonoha_product_block:last-child {
		margin: 30px 0 0;
	}

	.kokonoha_product_fig img {
		margin: 0 auto;
	}

	.kokonoha_product_block h5 {
		border: #999 solid 1px;
		font-size: 15px;
		margin: 20px 0 0;
		padding: 3px;
		text-align: center;
	}

	.kokonoha_product_data {
		font-size: 14px;
		margin: 10px 0 0;
	}

	.kokonoha_color {
		border: #89d4a7 solid 2px;
		margin: 20px auto 0;
		padding: 8px 13px;
	}

	.kokonoha_color h5 {
		border-bottom: #ddd solid 2px;
		font-size: 15px;
		line-height: 1.5;
		padding-bottom: 5px;
	}

	.kokonoha_color_list {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 10px;
	}

	.kokonoha_color .note_list {
		margin-top: 5px;
		line-height: 1.5;
	}

	.kokonoha_scene {
		background-color: #fcedf4;
		border: #f2a7ca solid 2px;
		border-radius: 8px;
		margin: 25px 0 0;
		padding: 13px;
	}

	.kokonoha_scene h5 {
		background-color: #e65096;
		color: #fff;
		font-size: 18px;
		text-align: center;
	}

	.kokonoha_scene_block {
		margin: 13px 0 0;
	}

	.kokonoha_scene_fig {
		margin: 0 0 8px;
	}

	.kokonoha_scene_fig img {
		width: 100%;
	}

	.kokonoha_scene_block p {
		font-size: 15px;
		line-height: 1.5;
	}

	.kokonoha_scene_block p strong {
		color: #e65096;
	}

	.kokonoha_nagare_colum {
		margin: 20px 0 0;
	}

	.kokonoha_nagare_count_3 {
		position: relative;
	}

	.kokonoha_nagare_count_3:nth-child(n+2) {
		margin: 30px 0 0;
	}

	.kokonoha_nagare_count_3:not(:first-child)::before {
		border-color: #14aa50 transparent transparent transparent;
		border-style: solid;
		border-width: 18px 18px 0 18px;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		top: -25px;
		width: 0;
		margin-left: -18px;
	}

	.kokonoha_nagare_block {
		border: 2px solid #14aa50;
		border-radius: 8px;
		padding: 13px;
	}

	.kokonoha_nagare_block h4 {
		border-bottom: 2px solid #b8e5ca;
		font-size: 20px;
		line-height: 1;
		margin: 0 0 10px;
		padding: 0 0 10px;
		text-align: center;
	}

	.kokonoha_nagare_block h4 span {
		color: #14aa50;
	}

	.kokonoha_nagare_fig {
		margin: 0 0 8px;
	}

	.kokonoha_nagare_fig img {
		width: 100%;
	}

	.kokonoha_nagare_block p {
		font-size: 15px;
		line-height: 1.5;
	}

	.kokonoha_hinshu_lead {
		margin: 20px 0 0;
	}

	.kokonoha_hinshu_lead p {
		font-size: 16px;
		line-height: 1.75;
	}

	.kokonoha_hinshu {
		background-color: #ebffd7;
		border-radius: 8px;
		margin: 20px 0 0;
		padding: 15px 10px 5px;
	}

	.kokonoha_hinshu_title,
	.kokonoha_yoto_title {
		color: #14aa50;
		font-size: 18px;
		line-height: 1.5;
	}

	.kokonoha_hinshu_list {
		background-color: #fff;
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
		padding: 5px;
	}

	.kokonoha_hinshu_list li {
		font-size: 13px;
		line-height: 1.5;
		text-align: center;
		width: 25%;
	}

	.kokonoha_hinshu_list li img {
		margin: 0 auto 3px;
	}

	.kokonoha_hinshu .note_list {
		font-size: 13px;
		margin-top: 5px;
	}

	.kokonoha_yoto {
		margin-top: 20px;
	}

	.kokonoha_yoto_block {
		border: solid 3px;
		border-radius: 8px;
		margin-top: 15px;
	}

	.kokonoha_yoto_block.yasai {
		background-color: #e7f6ed;
		border-color: #5ac384;
	}

	.kokonoha_yoto_block.herb {
		background-color: #e7f4fb;
		border-color: #5ab2e6;
	}

	.kokonoha_yoto_block.flower {
		background-color: #fcedf4;
		border-color: #ed84b5;
	}

	.kokonoha_yoto_block h5 {
		color: #fff;
		font-size: 18px;
		padding-bottom: 4px;
		text-align: center;
	}

	.kokonoha_yoto_block.yasai h5 {
		background-color: #5ac384;
	}

	.kokonoha_yoto_block.herb h5 {
		background-color: #5ab2e6;
	}

	.kokonoha_yoto_block.flower h5 {
		background-color: #ed84b5;
	}

	.kokonoha_yoto_fig {
		margin: 12px 12px 0;
	}

	.kokonoha_yoto_fig img {
		width: 100%;
	}

	.kokonoha_yoto_block h6 {
		border-bottom: solid 2px;
		font-size: 18px;
		line-height: 1.5;
		margin: 12px;
		padding-bottom: 5px;
		text-align: center;
	}

	.kokonoha_yoto_block.yasai h6 {
		border-color: #b8e5ca;
		color: #14aa50;
	}

	.kokonoha_yoto_block.herb h6 {
		border-color: #b8def4;
		color: #1491dc;
	}

	.kokonoha_yoto_block.flower h6 {
		border-color: #f7cadf;
		color: #e65096;
	}

	.kokonoha_yoto_block p {
		font-size: 15px;
		line-height: 1.5;
		margin: 12px;
	}
}

@media screen and (max-width: 480px), print {
	.kokonoha_hinshu_list li {
		font-size: 11.5px;
		line-height: 1.3;
		width: calc(100% / 3);
	}
}

@media screen and (min-width: 641px), print {
	.kokonoha_hero {
		background: url(../img/kokonoha/img_kokonoha_hero_l.jpg) no-repeat center center / cover;
		background-position: top;
		height: 498px;
		width: 100%;
	}

	.kokonoha_hero .kokonoha_hero_content {
		margin: 0 auto;
		height: 100%;
		position: relative;
		width: 1080px;
	}

	.kokonoha_hero .kokonoha_hero_title_block {
		bottom: 36px;
		color: #fff;
		font-feature-settings: "palt";
		left: 0;
		line-height: 1.3;
		position: absolute;
		text-shadow: 0 0 8px #000;
	}

	.kokonoha_hero p {
		font-size: 36px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.kokonoha_hero h1 {
		font-size: 60px;
		letter-spacing: .05em;
	}

	.kokonoha_hero + .agri_article {
		margin: 60px 0 0;
	}

	.kokonoha_lead h2 {
		color: #14aa50;
		font-size: 36px;
		line-height: 1.5;
	}

	.kokonoha_lead p {
		font-size: 20px;
		line-height: 2;
		margin: 1em 0 0;
	}

	.kokonoha_title {
		background-color: #14aa50;
		color: #fff;
		font-size: 28px;
		line-height: 1.3;
		padding: 4px 0 6px;
		text-align: center;
	}

	.kokonoha_tokucho_lead {
		margin: 30px 0 0;
	}

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

	.kokonoha_tokucho_lead h4 strong {
		color: #e65096;
	}

	.kokonoha_tokucho_lead p {
		font-size: 20px;
		line-height: 1.75;
		margin: 1em 0 0;
	}

	.kokonoha_tokucho_lead p strong {
		color: #14aa50;
	}

	.kokonoha_point {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 60px 0 0;
	}

	.kokonoha_point_list {
		width: 570px;
	}

	.kokonoha_point_block {
		background: #ebffd7 url(../img/kokonoha/bg_kokonoha_point.png) no-repeat right -68px top 16px / 298px 250px;
		border: #89d4a7 solid 2px;
		border-radius: 16px;
		padding: 23px 23px 0 23px;
		position: relative;
	}

	.kokonoha_point_block:first-child {
		height: 195px;
	}
	.kokonoha_point_block:nth-child(2) {
		height: 165px;
	}

	.kokonoha_point_block:last-child {
		height: 225px;
	}

	.kokonoha_point_block + .kokonoha_point_block{
		margin-top: 30px;
	}

	.kokonoha_point_block .point_number {
		align-items: center;
		background-color: #14aa50;
		border-radius: 999px;
		display: flex;
		height: 36px;
		justify-content: center;
		left: 18px;
		position: absolute;
		top: -19px;
		width: 140px;
	}

	.kokonoha_point_block h5 {
		border-bottom: #b8e5ca solid 2px;
		font-size: 22px;
		padding-bottom: 5px;
	}

	.kokonoha_point_block ul {
		font-size: 19px;
		margin: 10px 0 0;
	}

	.kokonoha_point_block ul li {
		line-height: 1.6;
		padding: 0 0 0 1.2em;
		position: relative;
	}

	.kokonoha_point_block ul li::before {
		color: #14aa50;
		content: "●";
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		width: 1em;
	}

	.kokonoha_point_fig {
		width: 480px;
	}

	.kokonoha_product {
		margin: 50px 0 0;
	}

	.kokonoha_product h4 {
		border-bottom: #ddd solid 2px;
		font-size: 26px;
		padding-bottom: 5px;
		text-align: center;
	}

	.kokonoha_product_colum {
		background: url(../img/kokonoha/img_kokonoha_comparison.png) no-repeat top center / 130px 425px;
		display: flex;
		justify-content: space-between;
		margin: 20px auto 0;
		width: 1010px;
	}

	.kokonoha_product_count_2 {
		width: 440px;
	}

	.kokonoha_product_block:first-child .kokonoha_product_fig {
		margin-top: 137px;
	}

	.kokonoha_product_block:last-child .kokonoha_product_fig {
		margin-top: 87px;
	}

	.kokonoha_product_block h5 {
		border: #999 solid 1px;
		font-size: 16px;
		margin: 20px auto 0;
		padding: 3px;
		text-align: center;
		width: 290px;
	}

	.kokonoha_product_data {
		margin: 10px auto 0;
		width: 290px;
	}

	.kokonoha_color {
		border: #89d4a7 solid 2px;
		margin: 20px auto 0;
		padding: 13px 18px;
		width: 860px;
	}

	.kokonoha_color h5 {
		border-bottom: #ddd solid 2px;
		line-height: 1.5;
		padding-bottom: 5px;
	}

	.kokonoha_color_list {
		margin-top: 10px;
	}

	.kokonoha_scene {
		background-color: #fcedf4;
		border: #f2a7ca solid 2px;
		border-radius: 16px;
		margin: 40px auto 0;
		padding: 28px;
		width: 860px;
	}

	.kokonoha_scene h5 {
		background-color: #e65096;
		color: #fff;
		font-size: 20px;
		text-align: center;
	}

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

	.kokonoha_scene_count_2 {
		width: 385px;
	}

	.kokonoha_scene_fig {
		margin: 0 0 10px;
	}

	.kokonoha_scene_block p strong {
		color: #e65096;
	}

	.kokonoha_nagare_colum {
		display: flex;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	.kokonoha_nagare_count_3 {
		position: relative;
		width: 340px;
	}

	.kokonoha_nagare_count_3:not(:first-child)::before {
		border-color: transparent transparent transparent #14aa50;
		border-style: solid;
		border-width: 18px 0 18px 18px;
		content: "";
		height: 0;
		left: -24px;
		margin-top: -18px;
		position: absolute;
		top: 50%;
		width: 0;
	}

	.kokonoha_nagare_block {
		border: 2px solid #14aa50;
		border-radius: 16px;
		padding: 18px;
	}

	.kokonoha_nagare_block h4 {
		border-bottom: 2px solid #b8e5ca;
		font-size: 26px;
		line-height: 1;
		margin: 0 0 15px;
		padding: 0 0 15px;
		text-align: center;
	}

	.kokonoha_nagare_block h4 span {
		color: #14aa50;
	}

	.kokonoha_nagare_fig {
		margin: 0 0 10px;
	}

	.kokonoha_hinshu_lead {
		margin: 30px 0 0;
	}

	.kokonoha_hinshu_lead p {
		font-size: 20px;
		line-height: 1.75;
	}

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

	.kokonoha_hinshu_title,
	.kokonoha_yoto_title {
		color: #14aa50;
		font-size: 26px;
		line-height: 1.5;
		text-align: center;
	}

	.kokonoha_hinshu_list {
		background-color: #fff;
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		padding: 20px;
	}

	.kokonoha_hinshu_list li {
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		width: 140px;
	}

	.kokonoha_hinshu .note_list {
		font-size: 14px;
		margin-top: 5px;
	}

	.kokonoha_yoto {
		margin-top: 40px;
	}

	.kokonoha_yoto_colum {
		display: flex;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	.kokonoha_yoto_count_3 {
		width: 340px;
	}

	.kokonoha_yoto_block {
		border: solid 4px;
		border-radius: 16px;
	}

	.kokonoha_yoto_block.yasai {
		background-color: #e7f6ed;
		border-color: #5ac384;
	}

	.kokonoha_yoto_block.herb {
		background-color: #e7f4fb;
		border-color: #5ab2e6;
	}

	.kokonoha_yoto_block.flower {
		background-color: #fcedf4;
		border-color: #ed84b5;
	}

	.kokonoha_yoto_block h5 {
		color: #fff;
		font-size: 26px;
		padding-bottom: 4px;
		text-align: center;
	}

	.kokonoha_yoto_block.yasai h5 {
		background-color: #5ac384;
	}

	.kokonoha_yoto_block.herb h5 {
		background-color: #5ab2e6;
	}

	.kokonoha_yoto_block.flower h5 {
		background-color: #ed84b5;
	}

	.kokonoha_yoto_fig {
		margin: 16px 16px 0;
	}

	.kokonoha_yoto_block h6 {
		border-bottom: solid 2px;
		font-size: 20px;
		line-height: 1.5;
		margin: 12px 16px;
		padding-bottom: 5px;
		text-align: center;
	}

	.kokonoha_yoto_block.yasai h6 {
		border-color: #b8e5ca;
		color: #14aa50;
	}

	.kokonoha_yoto_block.herb h6 {
		border-color: #b8def4;
		color: #1491dc;
	}

	.kokonoha_yoto_block.flower h6 {
		border-color: #f7cadf;
		color: #e65096;
	}

	.kokonoha_yoto_block p {
		margin: 12px 16px;
	}
}

/* @end */

/* @group Contact */

@media screen and (max-width: 640px) {
	.agri_section .contact_lead {
		border: 2px solid #1491dc;
		border-radius: 8px;
	}

	.contact_lead_title {
		color: #fff;
		font-size: 20px;
		background-color: #1491dc;
		line-height: 1.3;
		padding: 12px 16px;
	}

	.contact_lead_content {
		padding: 16px;
	}

	.contact_lead_content ul {
		color: #666;
		font-size: 18px;
		font-weight: bold;
	}

	.contact_lead_content li {
		background: url(../img/common/ico_checkbox.svg) no-repeat left 2px / 22px;
		line-height: 1.5;
		padding-left: 26px;
	}

	.contact_lead_content li + li {
		margin-top: .75em;
	}

	.contact_lead_content li:last-child {
		background-image: none;
		text-align: right;
	}

	.contact_lead_content figure {
		margin: 0 auto;
		width: 180px;
	}

	.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;
		font-size: 16px;
		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 {
		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.svg) no-repeat right 8px center / 20px;
		border: 0;
		border-radius: 8px;
		color: #fff;
		font-size: 16px;
		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 {
	.agri_section .contact_lead {
		border: 4px solid #1491dc;
		border-radius: 16px;
		margin: 0 auto;
		width: 900px;
	}

	.contact_lead_title {
		color: #fff;
		font-size: 36px;
		background-color: #1491dc;
		line-height: 1.3;
		padding: 8px 36px 16px;
	}

	.contact_lead_content {
		padding: 28px 36px;
		position: relative;
	}

	.contact_lead_content ul {
		color: #666;
		display: flex;
		flex-wrap: wrap;
		font-size: 20px;
		font-weight: bold;
		margin-top: 0;
		width: 600px;
	}

	.contact_lead_content li {
		background: url(../img/common/ico_checkbox.svg) no-repeat left 2px / 28px;
		line-height: 1.5;
		padding-left: 32px;
		width: 50%;
	}

	.contact_lead_content li:nth-child(odd) {
		width: 60%;
	}

	.contact_lead_content li:nth-child(even) {
		width: 40%;
	}

	.contact_lead_content li:nth-child(n + 3) {
		margin-top: .75em;
	}

	.contact_lead_content li:last-child {
		background-image: none;
		text-align: right;
	}

	.contact_lead_content figure {
		position: absolute;
		top: -108px;
		right: 36px;
	}

	.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 {
		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.svg) no-repeat right 16px center / 28px;
		border: 0;
		border-radius: 8px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		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_header .news_title .news_subtitle{ font-size: 80%;}

	.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_btn {
		font-size: 16px;
		line-height: 1.8;
		padding: 15px;
		display: block;
		width: 90%;
		text-align: center;
		color: #fff;
		margin: 30px auto 0;
		background: #14aa50;
		text-decoration: none;
		transition:opacity 0.2s ease-in;
		position: relative;
	}

	.agri_news_body .an_btn:hover {
		text-decoration:none;
		opacity:0.7;
	}

	.agri_news_body .an_btn::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		right: 30px;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.agri_news_body .an_btn.icon_btn::after {
		display: none;
	}

	.agri_news_body .an_btn.icon_btn span {
		display: inline-block;
		position: relative;
	}

	.agri_news_body .an_btn.icon_btn span::before {
		content: "";
		position: absolute;
		top: 0;
		right: -10px;
		width: 14px;
		height: 11px;
		margin-left: 5px;
		background: url(../img/common/icon_outlink.svg) no-repeat center;
		background-size: contain;
		vertical-align: baseline;
	}

	.agri_news_body .smp_hide {
		display: none;
	}

	.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-color: #fff;
	}

	.agri_news_body .an_tbl tr:nth-child(odd) {
		background-color: #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;
	}

	.agri_news_body a.an_exlink {
		background: url(../img/common/ico_exlink_blue.svg) no-repeat right center / 14px;
		padding: 0 18px 0 0;
	}

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

	.agri_news_body .an_button .an_link_btn {
		margin: 0 auto;
		max-width: 400px;
	}

	.agri_news_body .an_button .an_link_btn a {
		background: #14aa50 url(../img/common/ico_link_arrow_white.svg) no-repeat right 16px center / 18px;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
		padding: 16px 44px 16px 16px;
	}

	.agri_news_body .an_button .an_link_btn.an_exlink_btn a {
		background-image: none;
		padding: 16px;
	}

	.agri_news_body .an_button .an_link_btn.an_exlink_btn a span {
		background: url(../img/common/ico_exlink_white.svg) no-repeat right center / 14px;
		padding: 0 18px 0 0;
	}

	.agri_news_coment {
	    width: 100%;
    	border-top:1px solid #ccc;
    	margin-top: 40px;
	}

	.agri_news_coment p {
		margin-top: 30px;
		text-align: center;
	    line-height: 1.8;
		font-size: 100%;
	}
}

@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_header .news_title .news_subtitle {
		font-size: 80%;
	}

	.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_btn {
		font-size: 20px;
		line-height: 1.8;
		padding: 20px;
		display: block;
		width: 40%;
		text-align: center;
		color: #fff;
		margin: 50px auto 0;
		background: #14aa50;
		text-decoration: none;
		transition:opacity 0.2s ease-in;
		position: relative;
	}

	.agri_news_body .an_btn:hover {
		text-decoration:none;
		opacity:0.7;
	}

	.agri_news_body .an_btn::after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		right: 30px;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.agri_news_body .an_btn.icon_btn::after {
		display: none;
	}

	.agri_news_body .an_btn.icon_btn span {
		display: inline-block;
		position: relative;
	}

	.agri_news_body .an_btn.icon_btn span::before {
		content: "";
		position: absolute;
		top: 0;
		right: -10px;
		width: 14px;
		height: 11px;
		margin-left: 5px;
		background: url(../img/common/icon_outlink.svg) no-repeat center;
		background-size: contain;
		vertical-align: baseline;
	}

	.agri_news_body .pc_hide {
		display: none;
	}

	.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-color: #fff;
	}

	.agri_news_body .an_tbl tr:nth-child(odd) {
		background-color: #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;
	}

	.agri_news_body a.an_exlink {
		background: url(../img/common/ico_exlink_blue.svg) no-repeat right center / 16px;
		padding: 0 20px 0 0;
	}

	.agri_news_body .an_button {
		margin: 32px 0;
	}

	.agri_news_body .an_button .an_link_btn {
		margin: 0 auto;
		width: 525px;
	}

	.agri_news_body .an_button .an_link_btn a {
		background: #14aa50 url(../img/common/ico_link_arrow_white.svg) no-repeat right 16px center / 20px;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		padding: 20px 48px;
		text-align: center;
		transition: background-color .2s;
	}

	.agri_news_body .an_button .an_link_btn a:hover {
		background-color: #008241;
		text-decoration: none;
	}

	.agri_news_body .an_button .an_link_btn.an_exlink_btn a {
		background-image: none;
		padding: 20px;
	}

	.agri_news_body .an_button .an_link_btn.an_exlink_btn a span {
		background: url(../img/common/ico_exlink_white.svg) no-repeat right center / 16px;
		padding: 0 20px 0 0;
	}

	.agri_news_coment {
		width: 100%;
		border-top:1px solid #ccc;
		margin-top: 60px;
	}

	.agri_news_coment p {
		margin-top: 50px;
		text-align: center;
		line-height: 1.8;
		font-size: 100%;
	}
}

/* @end */
