@media screen and (max-width: 767px) {
	main.weed .title div.title1 {
		text-align: center;
		margin: 20px 0;
	}
	main.weed .title div.title2 {
		text-align: left;
		margin: 1rem -22px 0;
		padding: 10px 22px 8px;
		color: #fff;
		font-size: 2rem;
		line-height: 1.2em;
		font-weight: 700;
		background-color: #ddd;
	}
	main.weed .tab {
		margin-top: 3rem;
	}
	main.weed .tab nav ul {
		margin: 0 -3px;
	}
	main.weed .tab nav ul li {
		padding: 0 3px;
		float: left;
	}
	main.weed .tab nav ul li.w1of4:nth-of-type(1) {
		margin-left: 12.5%;
	}
	main.weed .tab nav ul li.w1of4:nth-of-type(1),
	main.weed .tab nav ul li.w1of4:nth-of-type(2),
	main.weed .tab nav ul li.w1of4:nth-of-type(3) {
		height: calc(8rem + 3px);
	}
	main.weed .tab nav ul li.w1of4:nth-of-type(5) {
		clear: none;
	}
	main.weed .tab nav ul li.w1of4:nth-of-type(4),
	main.weed .tab nav ul li.w1of4:nth-of-type(5),
	main.weed .tab nav ul li.w1of4:nth-of-type(6),
	main.weed .tab nav ul li.w1of4:nth-of-type(7) {
		margin-top: -4rem;
		height: calc(4rem + 3px);
	}
	main.weed .tab nav ul li a {
		text-align: center;
		margin-bottom: 5px;
		color: #996600;
		font-size: 1.4rem;
		font-weight: 700;
		height: 4rem;
		line-height: 4rem;
		display: block;
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px;
		border-radius: 10px 10px 0 0;
		background-color: #d5c4a3;
		text-decoration: none;
	}
	main.weed .tab nav ul li a:hover {
		background-color: #7fef96;
		color: #12902c;
	}
	main.weed .tab nav ul li a span {
		vertical-align: middle;
		line-height: 1.4rem;
		display: inline-block;
	}
	main.weed .tab nav ul li.current a {
		background-color: #12902c;
		margin-bottom: 0;
		height: calc(100% + 3px);
		color: #fff;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px;
		border-radius: 5px 5px 0 0;
	}
	main.weed .tab .tabcontent {
		border-top: 5px solid #12902c;
		padding: 0 30px 30px 30px;
		background-color: rgba(18, 144, 44, 0.05);
	}
	main.weed .tab .tabcontent h3 {
		margin-top: 2rem;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.2;
		border-left: 22px solid #12902c;
		padding: 0 0 0 1rem;
	}
	main.weed .tab .tabcontent h3 span {
		border-bottom: 3px solid #12902c;
		display: inline-block;
		line-height: 2.5rem;
	}
	main.weed .tab .tabcontent > ul,
	main.weed .tab .tabcontent > section > ul {
		margin-top: 20px;
	}
	main.weed .tab .tabcontent > ul li,
	main.weed .tab .tabcontent > section > ul li {
		padding: 6.5px 0 0 18px;
		margin: 6.5px 0 0 0;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 2.4rem;
		position: relative;
		border-top: 1px solid rgba(18, 144, 44, 0.5);
	}
	main.weed .tab .tabcontent > ul li::before,
	main.weed .tab .tabcontent > section > ul li::before {
		position: absolute;
		left: 0;
		top: 12.5px;
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		background-color: #12902c;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		vertical-align: baseline;
	}
	main.weed .tab .tabcontent > ul li:first-child,
	main.weed .tab .tabcontent > section > ul li:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}
	main.weed .tab .tabcontent > ul li:first-child::before,
	main.weed .tab .tabcontent > section > ul li:first-child::before {
		top: 6px;
	}
	main.weed .tab .tabcontent h3 + div {
		padding: 20px 20px 0 20px;
	}
	main.weed .tab .tabcontent div.white {
		display: block;
		margin-top: 20px;
		background-color: #fff;
		padding: 20px;
	}
	main.weed .tab .tabcontent div.white > ul li {
		padding: 0 0 0 10px;
		margin: 0 0 0 0;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 2.4rem;
		position: relative;
	}
	main.weed .tab .tabcontent div.white > ul li::before {
		position: absolute;
		left: 0;
		top: 9px;
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		background-color: #000;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		vertical-align: baseline;
	}
	main.weed .tab .tabcontent div.white > dl {
		*zoom: 1;
		margin-top: -5px;
	}
	main.weed .tab .tabcontent div.white > dl:after {
		content: '\0020';
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
	}
	main.weed .tab .tabcontent div.white > dl dt,
	main.weed .tab .tabcontent div.white > dl dd {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	main.weed .tab .tabcontent div.white > dl dt {
		float: left;
		clear: left;
		font-weight: bold;
		margin-top: 0.2em;
	}
	main.weed .tab .tabcontent div.white > dl dt::before {
		content: '';
		display: inline-block;
		width: 0.7em;
		height: 0.7em;
		margin-right: 0.3em;
		background-color: #12902c;
		vertical-align: baseline;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	main.weed .tab .tabcontent div.white > dl dd {
		margin-top: 0.2em;
		width: 100%;
		float: left;
	}
	main.weed .tab .tabcontent div.white > dl.dt1letters dt {
		width: 2.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt1letters dd {
		margin-left: -2.5em;
		padding-left: 2.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt2letters dt {
		width: 3.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt2letters dd {
		margin-left: -3.5em;
		padding-left: 3.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt3letters dt {
		width: 4.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt3letters dd {
		margin-left: -4.5em;
		padding-left: 4.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt4letters dt {
		width: 5.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt4letters dd {
		margin-left: -5.5em;
		padding-left: 5.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt5letters dt {
		width: 6.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt5letters dd {
		margin-left: -6.5em;
		padding-left: 6.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt6letters dt {
		width: 7.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt6letters dd {
		margin-left: -7.5em;
		padding-left: 7.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt7letters dt {
		width: 8.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt7letters dd {
		margin-left: -8.5em;
		padding-left: 8.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt8letters dt {
		width: 9.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt8letters dd {
		margin-left: -9.5em;
		padding-left: 9.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt9letters dt {
		width: 10.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt9letters dd {
		margin-left: -10.5em;
		padding-left: 10.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt10letters dt {
		width: 11.5em;
	}
	main.weed .tab .tabcontent div.white > dl.dt10letters dd {
		margin-left: -11.5em;
		padding-left: 11.5em;
	}
	main.weed .tab .tabcontent aside {
		display: block;
		margin-top: 30px;
		background-color: #fff;
		padding: 20px;
	}
	main.weed .tab .tabcontent aside h4 {
		font-size: 2rem;
		font-weight: 700;
		background: url('/assets_before/weed/shared/img/book.png') left center no-repeat;
		padding: 0 0 0 45px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	main.weed .tab .tabcontent aside p {
		margin-top: 0.5em;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	main.weed .tab .tabcontent aside p b {
		font-weight: bold;
	}
	main.weed h1 + p {
		margin-top: 30px;
	}
	main.weed h1.title div.title2 {
		background-color: #12902c;
	}
	main.weed .header {
		margin-top: 30px;
	}
	main.weed div.bg_green,
	main.weed div.bg_gray {
		padding: 30px;
		margin-top: 50px;
	}
	main.weed div.bg_green section,
	main.weed div.bg_gray section {
		margin-top: 0;
	}
	main.weed div.bg_green section h3,
	main.weed div.bg_gray section h3 {
		margin-top: 0;
	}
	main.weed div.bg_white {
		padding: 30px;
		margin-top: 20px;
		position: relative;
	}
	main.weed div.bg_white section {
		margin-top: 0;
	}
	main.weed div.bg_white section h3 {
		margin-top: 0;
	}
	main.weed div.bg_white::before {
		display: block;
		width: 77px;
		height: 173px;
		content: '';
		background: transparent url('/assets_before/weed/herbicide/img/triangle_white2.png')
			center center no-repeat;
		position: absolute;
		top: -150px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	main.weed div.bg_green {
		background-color: rgba(18, 144, 44, 0.05);
	}
	main.weed div.bg_green div.products h4 {
		border-bottom: 1px solid #12902c;
		margin-bottom: 10px;
	}
	main.weed div.bg_gray {
		background-color: #f6f6f5;
	}
	main.weed div.bg_gray .flow h4 {
		z-index: 2;
		position: relative;
	}
	main.weed div.bg_gray .flow h4 span.rightcap {
		margin-top: 20px;
		display: block;
		color: #000;
		font-size: 1.4rem;
		font-weight: 400;
	}
	main.weed div.bg_white {
		background-color: #fff;
	}
	main.weed h2 + div.bg_green {
		margin-top: 30px;
	}
	main.weed h2 + div.bg_gray,
	main.weed h2 + div.bg_white {
		margin-top: 0;
	}
	main.weed section {
		margin-top: 3rem;
	}
	main.weed section h2 {
		font-size: 1.7rem;
		font-weight: 700;
		background-color: rgba(18, 144, 44, 0.1);
		padding: 17px 22px 17px 17px;
		border-bottom: 3px solid #12902c;
		margin-left: -22px;
		margin-right: -22px;
	}
	main.weed section h2.weed {
		padding-left: 45px;
		background: rgba(18, 144, 44, 0.2)
			url('/assets_before/weed/shared_sp/img/icon_weed.png') 6px center no-repeat;
	}
	main.weed section h2.herbicide {
		padding-left: 45px;
		background: rgba(18, 144, 44, 0.2)
			url('/assets_before/weed/shared_sp/img/icon_herbicide.png') 15px center no-repeat;
		background-size: 20px;
	}
	main.weed section h2 + * {
		margin-top: 2rem;
	}
	main.weed section h3 {
		font-size: 1.7rem;
		margin-top: 2rem;
		line-height: 1.2;
		border-left: 22px solid #12902c;
		padding: 0 0 0 1rem;
	}
	main.weed section h3 span {
		border-bottom: 3px solid #12902c;
		display: inline-block;
		font-weight: 700;
		line-height: 2.5rem;
	}
	main.weed section h3 + * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	main.weed section h3.togglev,
	main.weed section h2.togglev,
	main.weed section h3.togglec,
	main.weed section h2.togglec {
		position: relative;
	}
	main.weed section h3.togglev::after,
	main.weed section h2.togglev::after,
	main.weed section h3.togglec::after,
	main.weed section h2.togglec::after {
		position: absolute;
		display: block;
		height: 18px;
		width: 25px;
		right: 0;
		left: auto;
		top: 0px;
		bottom: 0;
		margin: auto;
		content: '';
		background-image: url('/assets_before/weed/shared_sp/img/arrow.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		line-height: 0;
	}
	main.weed section h3.togglev.on::after,
	main.weed section h2.togglev.on::after,
	main.weed section h3.togglec.on::after,
	main.weed section h2.togglec.on::after {
		background-image: url('/assets_before/weed/shared_sp/img/arrow_close.png');
	}
	main.weed section > strong,
	main.weed section > div > strong {
		display: block;
		margin-top: 0.5rem;
		margin-bottom: 2rem;
		text-align: center;
		font-size: 2.4rem;
		font-weight: 700;
	}
	main.weed section > strong.bdt,
	main.weed section > div > strong.bdt {
		border-top: 2px solid #12902c;
		padding-top: 3rem;
	}
	main.weed section .frame_green {
		border: 1px solid #12902c;
		padding: 24px;
	}
	main.weed section .frame_green h4 {
		color: #12902c;
		font-size: 2rem;
		font-weight: 700;
	}
	main.weed section .frame_green h4 + p {
		margin-top: 15px;
	}
	main.weed section .intro {
		margin-top: 30px;
	}
	main.weed section .intro ul {
		margin: -25px -10px 0 -10px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
	}
	main.weed section .intro ul li {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		margin: 25px 0 25px 0;
		padding: 0 10px;
		display: flex;
	}
	main.weed section .intro ul li a {
		text-decoration: none;
		position: relative;
		display: block;
		border: solid 2px;
		border-radius: 10px;
		padding-bottom: 10px;
		width: 100%;
	}
	main.weed section .intro ul li a figure {
		text-align: center;
	}
	main.weed section .intro ul li a figure figcaption strong {
		display: inline-block;
		color: #000;
		margin-top: 10px;
		font-size: 2.4rem;
		line-height: 2.4;
		font-weight: 700;
		min-height: 5.76rem;
	}
	main.weed section .intro ul li a figure figcaption strong > span {
		line-height: 1.2;
		display: inline-block;
		vertical-align: middle;
	}
	main.weed section .intro ul li a figure figcaption > span {
		text-align: center;
		display: inline-block;
		margin: 10px 0 0 0;
		min-width: 175px;
		border: 1px solid #12902c;
		font-size: 1.4rem;
		line-height: 1.5rem;
		padding: 0.75rem 2rem 0.75rem 1rem;
		-moz-border-radius: 1.6rem;
		-webkit-border-radius: 1.6rem;
		border-radius: 1.6rem;
		background: none;
		font-weight: bold;
	}
	main.weed section .intro ul li a figure figcaption > span:before {
		content: '';
		width: 16px;
		height: 16px;
		margin-right: 0.5em;
		display: inline-block;
		vertical-align: middle;
		background: url('/assets_before/shared/img/icon_arrow_link_16.png') center center
			no-repeat;
	}
	main.weed section .intro ul li a.on figure img,
	main.weed section .intro ul li a:hover figure img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
	}
	main.weed section .intro ul li a.on figure figcaption > span,
	main.weed section .intro ul li a:hover figure figcaption > span {
		background-color: #079a00;
		color: #fff;
	}
	main.weed section ul.illust {
		margin-top: 30px;
	}
	main.weed section ul.illust .illust01 {
		background: url('/assets_before/weed/img/illust54.png') center center no-repeat;
	}
	main.weed section ul.illust .illust02 {
		background: url('/assets_before/weed/img/illust55.png') center center no-repeat;
	}
	main.weed section ul.illust .illust03 {
		background: url('/assets_before/weed/img/illust56.png') center center no-repeat;
	}
	main.weed section ul.illust .illust04 {
		background: url('/assets_before/weed/img/illust57.png') center center no-repeat;
	}
	main.weed section ul.illust .illust05 {
		background: url('/assets_before/weed/img/illust59.png') center center no-repeat;
	}
	main.weed section ul.illust .illust06 {
		background: url('/assets_before/weed/img/illust60.png') center center no-repeat;
	}
	main.weed section ul.illust .illust07 {
		background: url('/assets_before/weed/img/illust61.png') center center no-repeat;
	}
	main.weed section ul.illust .illust08 {
		background: url('/assets_before/weed/img/illust62.png') center center no-repeat;
	}
	main.weed section ul.illust li {
		text-align: center;
		background: rgba(18, 144, 44, 0.1) url('/assets_before/weed/img/illust_sp.png')
			center center no-repeat;
		margin-top: 30px;
		position: relative;
		min-height: 360px;
	}
	main.weed section ul.illust li div {
		margin-top: 20px;
		text-align: center;
		font-size: 0;
		height: 5.04rem;
		line-height: 5.04rem;
	}
	main.weed section ul.illust li div span {
		vertical-align: middle;
		font-size: 1.7rem;
		white-space: nowrap;
		line-height: 1.4;
		font-weight: 700;
		display: inline-block;
	}
	main.weed section ul.illust li a {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto 22px 22px 22px;
		padding: 10px;
		display: block;
		min-width: 180px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 40px;
		text-decoration: none;
		-moz-border-radius: 21px;
		-webkit-border-radius: 21px;
		border-radius: 21px;
		background-color: #fff;
		white-space: nowrap;
	}
	main.weed section ul.illust li a span {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.35rem;
		line-height: 1.1;
		text-align: left;
	}
	main.weed section ul.illust li a::before {
		content: '';
		margin-right: 0.5em;
		display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
		background: #fff url('/assets_before/shared_sp/img/icon_arrow_link_32.png') 0 0
			no-repeat;
	}
	main.weed section ul.illust li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.weed section div.products h4,
	main.weed section div.weedlist h4 {
		margin-top: 2.5rem;
		color: #12902c;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 40px;
	}
	main.weed section div.products ul,
	main.weed section div.weedlist ul {
		margin-top: -15px;
	}
	main.weed section div.products ul li,
	main.weed section div.weedlist ul li {
		margin-top: 25px;
	}
	main.weed section div.products ul li a,
	main.weed section div.weedlist ul li a {
		display: block;
		text-decoration: none;
	}
	main.weed section div.products ul li a:hover,
	main.weed section div.weedlist ul li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.weed section div.products ul li a span,
	main.weed section div.weedlist ul li a span {
		display: block;
		text-align: center;
		background-color: #8f7336;
		color: #ffffff;
		font-size: 1.8rem;
		line-height: 1;
		padding-top: 0.8em;
		font-weight: 700;
		height: 40px;
	}
	main.weed section div.products ul li a figure div.photo,
	main.weed section div.weedlist ul li a figure div.photo {
		min-height: 300px;
	}
	main.weed section div.products ul li a figure div.photo img,
	main.weed section div.weedlist ul li a figure div.photo img {
		max-height: 100%;
	}
	main.weed section div.products ul li a figure figcaption,
	main.weed section div.weedlist ul li a figure figcaption {
		padding: 0 0 0 1.4em;
		background: url('/assets_before/shared_sp/img/icon_arrow_link_32.png') 0 6px
			no-repeat;
		color: #1356a2;
	}
	main.weed section div.products div.link,
	main.weed section div.weedlist div.link {
		margin-top: 30px;
		text-align: center;
	}
	main.weed section div.products div.link a,
	main.weed section div.weedlist div.link a {
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
		min-width: 420px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 4rem;
		border: 1px solid #12902c;
		text-decoration: none;
		-moz-border-radius: 2rem;
		-webkit-border-radius: 2rem;
		border-radius: 2rem;
		background-color: #fff;
	}
	main.weed section div.products div.link a span,
	main.weed section div.weedlist div.link a span {
		display: inline-block;
		margin-left: 0.8em;
		color: #000;
	}
	main.weed section div.products div.link a::before,
	main.weed section div.weedlist div.link a::before {
		content: '';
		margin-right: 0.5em;
		display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
		background: #fff url('/assets_before/shared_sp/img/icon_arrow_link_32.png') 0 0
			no-repeat;
	}
	main.weed section.weeddetail div.photo div {
		display: inline-block;
	}
	main.weed section.weeddetail div.photo div p {
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 2rem;
		border-radius: 1rem;
		background-color: #12902c;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
	main.weed section.weeddetail ul.speclist li {
		padding: 0.65rem 0 0 1.2rem;
		margin: 0.65rem 0 0 0;
		font-weight: 400;
		font-size: 1.35rem;
		line-height: 2.4rem;
		position: relative;
		border-top: 1px solid rgba(18, 144, 44, 0.2);
	}
	main.weed section.weeddetail ul.speclist li::before {
		position: absolute;
		left: 0;
		top: 1.45rem;
		content: '';
		display: inline-block;
		width: 0.8rem;
		height: 0.8rem;
		background-color: #12902c;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		vertical-align: baseline;
	}
	main.weed section.weeddetail ul.speclist li:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}
	main.weed section.weeddetail ul.speclist li:first-child::before {
		top: 0.8rem;
	}
	main.weed section.weeddetail .frame_lightgreen {
		margin-top: 2rem;
		border: 1px solid rgba(18, 144, 44, 0.2);
		padding: 1.5rem;
	}
	main.weed section.weeddetail .frame_lightgreen h3 {
		margin-top: 0;
	}
	main.weed section.weeddetail .frame_lightgreen p {
		margin-top: 1rem;
		margin-bottom: 0;
	}
	main.weed section.weeddetail .tidbits {
		margin-top: 2rem;
		background-color: rgba(18, 144, 44, 0.05);
		border: 2px solid rgba(18, 144, 44, 0.2);
		padding: 30px;
	}
	main.weed section.weeddetail .tidbits h4 {
		padding: 0 0 0 55px;
		line-height: 51px;
		margin-bottom: 15px;
		background: url('/assets_before/weed/shared_sp/img/book.png') left center no-repeat;
		font-size: 2rem;
		font-weight: 700;
	}
	main.weed section div.placelist ul {
		margin-top: -25px;
	}
	main.weed section div.placelist ul li {
		margin-top: 25px;
	}
	main.weed section div.placelist ul li p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	main.weed section div.flow h4 {
		margin-top: 25px;
		color: #12902c;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
	}
	main.weed section div.flow ul {
		margin-top: 1.5rem;
		width: 500px;
	}
	main.weed section div.flow ul li {
		padding: 34px;
		margin: 80px 0 0 0;
		background-color: rgba(18, 144, 44, 0.1);
		position: relative;
	}
	main.weed section div.flow ul li::before {
		content: '';
		background: url('/assets_before/weed/shared_sp/img/triangle.png') 0 0 no-repeat;
		position: absolute;
		margin: auto;
		top: -60px;
		bottom: auto;
		left: 0;
		right: 0;
		width: 114px;
		height: 48px;
	}
	main.weed section div.flow ul li:first-child {
		margin: 0;
	}
	main.weed section div.flow ul li:first-child::before {
		content: none;
	}
	main.weed section div.flow ul li strong {
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.5;
	}
	main.weed section div.flow ul li figure {
		margin-top: 1rem;
	}
	main.weed section div.flow ul li figure figcaption {
		margin-top: 1rem;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.714;
	}
	main.weed section div.flow div.bg_white ul {
		margin-top: 0;
	}
	main.weed section div.flow div.bg_white ul li {
		-webkit-flex: 0 0 226px;
		flex: 0 0 226px;
	}
	main.weed section.ranking ol {
		margin-top: 20px;
	}
	main.weed section.ranking ol li {
		margin-top: 25px;
	}
	main.weed section.ranking ol li:nth-of-type(1),
	main.weed section.ranking ol li:nth-of-type(2) {
		width: 50%;
	}
	main.weed section.ranking ol li:nth-of-type(n + 3) {
		width: 33.33333%;
	}
	main.weed section.ranking ol li:nth-of-type(n + 3):nth-of-type(3n + 3) {
		clear: both;
	}
	main.weed section.ranking ol li a {
		display: block;
		text-decoration: none;
	}
	main.weed section.ranking ol li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.weed section.ranking ol li a span {
		display: block;
		text-align: center;
		background-color: #8f7336;
		color: #ffffff;
		font-size: 1.4rem;
		line-height: 2rem;
		font-weight: 700;
		height: 2rem;
	}
	main.weed section.ranking ol li a figure > img {
		display: block;
		width: 100%;
		height: auto;
	}
	main.weed section.ranking ol li a figure div.photo {
		min-height: 150px;
		position: relative;
		background-color: #fff;
	}
	main.weed section.ranking ol li a figure div.photo::after {
		content: '';
		padding-bottom: 80%;
		width: 100%;
		display: block;
	}
	main.weed section.ranking ol li a figure div.photo img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	main.weed section.ranking ol li a figure figcaption {
		margin-top: 3px;
		padding: 0 0 0 1.4em;
		background: url('/assets_before/shared_sp/img/icon_arrow_link_32.png') 0 0.3rem
			no-repeat;
		color: #1356a2;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	main.weed section.search div.searchtit a {
		display: block;
		font-weight: bold;
		background-color: rgba(18, 144, 44, 0.05);
		border-bottom: 2px solid #12902c;
		text-decoration: none;
		font-size: 0;
	}
	main.weed section.search div.searchtit a.on i.on {
		display: inline-block;
	}
	main.weed section.search div.searchtit a.on i.off {
		display: none;
	}
	main.weed section.search div.searchtit a span {
		font-size: 2.2rem;
		margin-left: 15px;
		display: inline-block;
		color: #000;
	}
	main.weed section.search div.searchtit a:hover i {
		background-color: #18bd3a;
	}
	main.weed section.search div.searchcontent {
		overflow: hidden;
	}
	main.weed section.search div.searchcontent > div.searchword h4,
	main.weed section.search div.searchcontent > div.searchinitial h4 {
		background-color: rgba(18, 144, 44, 0.05);
		line-height: 80px;
		margin-bottom: 30px;
		text-align: left;
		padding: 0 20px;
	}
	main.weed section.search div.searchcontent > div.searchword h4 span,
	main.weed section.search div.searchcontent > div.searchinitial h4 span {
		vertical-align: middle;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	main.weed section.search div.searchcontent > div.searchword h4 span b,
	main.weed section.search div.searchcontent > div.searchinitial h4 span b {
		font-weight: bold;
		font-size: 1.6rem;
	}
	main.weed
		section.search
		div.searchcontent
		> div.searchword
		div.row
		input.left {
		border: 2px solid #12902c;
		line-height: 76px;
		font-size: 1.8rem;
		padding: 0 0.5em;
	}
	main.weed
		section.search
		div.searchcontent
		> div.searchword
		div.row
		button.right {
		background-color: #12902c;
		color: #fff;
		line-height: 80px;
		height: 80px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	main.weed section.search div.searchcontent > div.searchinitial {
		margin-top: 40px;
	}
	main.weed section.search div.searchcontent > div.searchinitial ul.row5 li a {
		display: block;
		text-align: center;
		text-decoration: none;
		background-color: #12902c;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		width: 100%;
		line-height: 80px;
		margin-top: 5px;
	}
	main.weed
		section.search
		div.searchcontent
		> div.searchinitial
		ul.row5
		li
		span {
		display: block;
		text-align: center;
		text-decoration: none;
		background-color: #eee;
		color: #aaa;
		font-size: 1.8rem;
		font-weight: bold;
		width: 100%;
		line-height: 80px;
	}
	main.weed section.search div.searchcontent h3 + div.pink {
		margin-top: 15px;
		padding: 18px 20px 30px 20px;
		background-color: rgba(18, 144, 44, 0.05);
	}
	main.weed section.search div.searchcontent h3 + div.pink h4 {
		line-height: 56px;
		padding: 0 20px;
		background-color: rgba(18, 144, 44, 0.1);
	}
	main.weed section.search div.searchcontent h3 + div.pink h4 span {
		vertical-align: middle;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	main.weed section.search div.searchcontent h3 + div.pink h4 span b {
		font-weight: bold;
		font-size: 1.6rem;
	}
	main.weed section.search div.searchcontent h3 + div.pink div.checkbox {
		min-height: 80px;
		padding: 15px;
		background-color: #fff;
		line-height: 33px;
	}
	main.weed
		section.search
		div.searchcontent
		h3
		+ div.pink
		div.checkbox.oneline {
		padding: 23.5px 15px;
	}
	main.weed section.search div.searchcontent h3 + div.pink div.checkbox strong {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
	}
	main.weed section.search div.searchcontent h3 + div.pink div.checkbox label {
		display: block;
		font-size: 1.5rem;
		padding: 0.25em 0.5em;
	}
	main.weed
		section.search
		div.searchcontent
		h3
		+ div.pink
		div.checkbox
		label
		input {
		vertical-align: baseline;
		margin-right: 0.25em;
		border: 1px solid #ccc;
		height: 1em;
		width: 1em;
		-moz-appearance: checkbox;
		-webkit-appearance: checkbox;
	}
	main.weed section.search div.searchcontent h3 + div.pink.off h4 {
		background-color: #eeeeee;
		color: #b5b4b4;
	}
	main.weed
		section.search
		div.searchcontent
		h3
		+ div.pink.off
		div.checkbox
		label {
		color: #b5b4b4;
	}
	main.weed section.search div.searchcontent h3 + div.pink div.submit {
		margin-top: 30px;
		text-align: center;
	}
	main.weed section.search div.searchcontent h3 + div.pink div.submit button {
		font-size: 1.8rem;
		line-height: 4rem;
		width: 420px;
		font-weight: bold;
		color: #fff;
		background-color: #12902c;
	}
	main.weed section.search div.searchresult > p {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	main.weed section.search div.searchresult div.pagenum {
		margin: 40px 0;
	}
	main.weed section.search div.searchresult div.pagenum ol {
		text-align: center;
		font-size: 0;
	}
	main.weed section.search div.searchresult div.pagenum ol li {
		margin: 0 0.25rem;
		display: inline-block;
		min-width: 4rem;
	}
	main.weed section.search div.searchresult div.pagenum ol li a {
		text-align: center;
		display: block;
		color: #fff;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 4rem;
		background-color: #12902c;
		text-decoration: none;
		vertical-align: baseline;
	}
	main.weed section.search div.searchresult div.pagenum ol li a img {
		display: inline-block;
		vertical-align: middle;
	}
	main.weed section.search div.searchresult div.pagenum ol li span {
		display: block;
		height: 10px;
		vertical-align: middle;
		background: transparent url('/assets_before/shared_sp/img/ellipsis.png') center
			center no-repeat;
	}
	main.weed section.search div.searchresult div.pagenum ol li.current a {
		border: 2px solid #12902c;
		background-color: #fff;
		color: #12902c;
		line-height: 76px;
	}
	main.weed section.search div.searchresult div.textlist ul li a {
		display: block;
		text-decoration: none;
		border-bottom: 1px solid #cfcfcf;
		padding: 0 0 0 1.4em;
		background: url('/assets_before/shared_sp/img/icon_arrow_link_16.png') 0 center
			no-repeat;
		color: #1356a2;
		font-size: 1.4rem;
		line-height: 3.5rem;
	}
	main.weed section.search div.searchresult div.photolist ul {
		margin-top: -25px;
	}
	main.weed section.search div.searchresult div.photolist ul li {
		margin-top: 25px;
	}
	main.weed
		section.search
		div.searchresult
		div.photolist
		ul
		li
		a
		figure
		div.photo {
		min-height: 150px;
	}
	main.weed section.place dl {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #777777;
	}
	main.weed section.place dl:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	main.weed section.place dl dt a {
		padding-left: 10px;
		padding-right: 10px;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 40px;
		border: 1px solid #12902c;
		text-decoration: none;
		-moz-border-radius: 21px;
		-webkit-border-radius: 21px;
		border-radius: 21px;
		background-color: #fff;
	}
	main.weed section.place dl dt a span {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.1;
		text-align: left;
	}
	main.weed section.place dl dt a::before {
		content: '';
		margin-right: 0.5em;
		display: inline-block;
		width: 16px;
		height: 16px;
		vertical-align: middle;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 0 0
			no-repeat;
	}
	main.weed section.place dl dt a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.weed section.place dl dt ul li {
		text-align: center;
		margin-top: 10px;
	}
	main.weed section.place dl dd .products ul {
		margin-top: -25px;
	}
	main.weed section .herbicides {
		/* border-bottom: 1px solid #777777; */
		padding-bottom: 30px;
		margin-bottom: 30px;
		padding-top: 2px;
	}
	main.weed section .herbicides:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	main.weed section .herbicides dl {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 2px dotted #777777;
	}
	main.weed section .herbicides dl:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	main.weed section .herbicides dl dt a {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4;
		border: 1px solid #12902c;
		text-decoration: none;
		-moz-border-radius: 2rem;
		-webkit-border-radius: 2rem;
		border-radius: 2rem;
		padding: 0.5rem;
		background-color: #fff;
	}
	main.weed section .herbicides dl dt a span {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.1;
		text-align: left;
	}
	main.weed section .herbicides dl dt a span br {
		display: none;
	}
	main.weed section .herbicides dl dt a::before {
		content: '';
		margin-right: 0.5em;
		display: inline-block;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		background: #fff url('/assets_before/shared_sp/img/icon_arrow_link_32.png') 0 0
			no-repeat;
		background-size: contain;
	}
	main.weed section .herbicides dl dt a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.weed section .herbicides dl dt ul {
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 2rem -0.5rem 1rem;
	}
	main.weed section .herbicides dl dt ul li {
		display: inline-block;
		width: 33.333%;
		padding: 0.5rem;
	}
	main.weed section .herbicides dl dd .products ul li {
		display: inline-block;
	}
	main.weed section.rank strong {
		font-size: 1.8rem;
	}
	main.weed section.rank ol {
		margin-top: -5px;
	}
	main.weed section.rank ol li {
		margin-top: 25px;
	}
	main.weed section.rank ol li a {
		display: block;
		text-decoration: none;
	}
	main.weed section.rank ol li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.weed section.rank ol li a span {
		display: block;
		text-align: center;
		background-color: #8f7336;
		color: #ffffff;
		font-size: 1.8rem;
		line-height: 1;
		padding-top: 0.5em;
		font-weight: 700;
		height: 3rem;
	}
	main.weed section.rank ol li a figure > img {
		display: block;
		width: 100%;
		height: auto;
	}
	main.weed section.rank ol li a figure div.photo {
		min-height: 100px !important;
		position: relative;
		background-color: #fff;
	}
	main.weed section.rank ol li a figure div.photo img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	main.weed section.rank ol li a figure figcaption {
		margin-top: 3px;
		padding: 0 0 0 1.35em;
		background: url('/assets_before/shared_sp/img/icon_arrow_link_32.png') 0 3px
			no-repeat;
		color: #1356a2;
		font-size: 1.35rem;
		line-height: 2.4rem;
	}
	main.weed section figure > img {
		display: block;
		width: 100%;
		height: auto;
	}
	main.weed section figure div.photo {
		position: relative;
		background-color: #fff;
	}
	main.weed section figure div.photo img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	main.weed section figure figcaption {
		margin-top: 3px;
		font-size: 1.35rem;
		line-height: 2.4rem;
	}
	main.weed section a figure figcaption {
		padding: 0 0 0 1.35em;
		line-height: 2.4rem;
		background: url('/assets_before/shared_sp/img/icon_arrow_link_32.png') 0 0.3rem
			no-repeat;
		color: #1356a2;
	}
	main.weed section.kana > div.row.row10 {
		min-height: 197px;
	}
	main.weed section.kana > div.row.row10 > .left {
		width: 7.5%;
	}
	main.weed section.kana > div.row.row10 > .left strong {
		margin-top: 25px;
		display: block;
		background-color: #12902c;
		color: #fff;
		text-align: center;
		line-height: 60px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	main.weed section.kana > div.row.row10 > .right {
		width: 92.5%;
	}
	main.weed section.kana > div.row.row10 > .right ul.row.row10 li.left {
		margin-top: 25px;
	}
	main.weed section.kana > div.row.row10 > .right ul.row.row10 li.left a {
		display: block;
	}
	main.weed section.kana > div.row.row10 > .right ul.row.row10 li.left a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.weed
		section.kana
		> div.row.row10
		> .right
		ul.row.row10
		li.left
		a
		figure
		img {
		display: block;
		width: 100%;
		height: auto;
	}
	main.weed
		section.kana
		> div.row.row10
		> .right
		ul.row.row10
		li.left
		a
		figure
		figcaption {
		margin-top: 3px;
		padding: 0 0 0 1.4em;
		background: url('/assets_before/shared/img/icon_arrow_link_16.png') 0 3px no-repeat;
		color: #1356a2;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	main.weed section.kana > div.row.row10.off > .left strong {
		background-color: #eeeeee;
		color: #b5b4b4;
	}
	main.weed section.tab .causal strong {
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.333;
	}
	main.weed section.tab .causal ul {
		margin-top: 15px;
		border-top: 1px solid #888;
	}
	main.weed section.tab .causal ul li {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		border-bottom: 1px solid #888;
	}
	main.weed section.tab .causal ul li p {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	main.weed section.tab .causal ul li p:nth-of-type(1) {
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.7;
		padding: 10px 35px 10px 20px;
		position: relative;
	}
	main.weed section.tab .causal ul li p:nth-of-type(1)::before {
		content: '';
		position: absolute;
		height: 12px;
		width: 12px;
		background-color: #12902c;
		left: 0;
		top: 16px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	main.weed section.tab .causal ul li p:nth-of-type(2) {
		padding: 10px 15px 10px 120px;
		background-color: #eeeeee;
		position: relative;
	}
	main.weed section.tab .causal ul li p:nth-of-type(2)::before {
		content: url('/assets_before/weed/pestanddisease/sign/img/arrow_cause.png');
		position: absolute;
		height: 34px;
		left: 0;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto auto auto -27px;
	}
	main.weed section.tab .causal ul li p:nth-of-type(2) a {
		display: inline-block;
		padding: 0 0 0 1.4em;
		background: url('/assets_before/shared/img/icon_arrow_link_16.png') 0 center
			no-repeat;
		color: #1356a2;
	}
	main.weed section .resolution2 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	main.weed section .resolution2 h4 {
		text-align: center;
	}
	main.weed section .resolution2 .pest {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #ece8df;
	}
	main.weed section .resolution2 .pest ul.row {
		margin: 10px 15px 0 15px;
	}
	main.weed section .resolution2 .pest ul.row li {
		float: left;
		width: 33.33333%;
		padding: 5px;
	}
	main.weed section .resolution2 .pest ul.row li:nth-of-type(3n + 1) {
		clear: left;
	}
	main.weed section .resolution2 .disease {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #d3e7f8;
	}
	main.weed section .resolution2 .disease ul.row {
		margin: 10px 15px 0 15px;
	}
	main.weed section .resolution2 .disease ul.row li {
		float: left;
		width: 50%;
		padding: 5px;
	}
	main.weed section .resolution2 .disease ul.row li:nth-of-type(2n + 1) {
		clear: left;
	}
	main.weed section .resolution2 a {
		text-decoration: none;
		position: relative;
		display: block;
	}
	main.weed section .resolution2 a.on::after {
		content: '';
		position: absolute;
		width: 100%;
		padding-bottom: 80.76923%;
		display: block;
		top: -3px;
		left: -3px;
		border: 3px solid #079a00;
	}
	main.weed section .resolution2 a figure figcaption {
		display: block;
		margin-top: 10px;
		border: 1px solid #12902c;
		font-size: 1.4rem;
		line-height: 1.5rem;
		padding: 0.75rem 0.5rem 0.75rem 2.8rem;
		-moz-border-radius: 1.6rem;
		-webkit-border-radius: 1.6rem;
		border-radius: 1.6rem;
		background: url('/assets_before/cultivation/shared/img/icon_arrow_link.png') 0.65rem
			0.65rem no-repeat;
	}
	main.weed section .resolution2 a.on figure img,
	main.weed section .resolution2 a:hover figure img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
	}
	main.weed section .resolution2 a.on figure figcaption,
	main.weed section .resolution2 a:hover figure figcaption {
		background-color: #079a00;
		color: #fff;
	}
	main.weed .caution {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 28px;
		background: url('/assets_before/cultivation/shared/img/caution.png') left top
			no-repeat;
		padding: 0 0 0 40px;
	}
	.weedlabel_cnt {
		text-align: center;
	}
	.weeddetail .weedlabel {
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2rem;
		border-radius: 1rem;
		background-color: #12902c;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
		padding: 0.2rem 1.5rem 0;
		display: inline-block !important;
	}
	.weeddetail .row20 .w40p {
		width: 100% !important;
		margin-bottom: 2rem;
		text-align: center;
	}
	.weeddetail .row20 .w60p,
	.herbicides .row20 .w78p,
	.herbicides .row20 .w22p {
		width: 100% !important;
	}
	main.weed section .herbicides div.products ul li {
		width: 50%;
	}
	main article + nav {
		display: none;
	}
	.middlecontainer main.weed article section.rank {
		display: none;
	}
	.middlecontainer main.weed article .bottomtext {
		/* padding-top: 0rem; */
	}
	.herbicides_ctn {
		/* height: 0; */
	}
	.title1.sp {
		margin-bottom: 1rem !important;
	}
}
