@media screen and (max-width: 767px) {
	main.movie .title div.title1 {
		text-align: center;
		margin: 20px 0;
	}
	main.movie .title div.title2 {
		text-align: left;
		margin: 0 -22px;
		padding: 15px 22px 15px 22px;
		color: #fff;
		font-size: 2.2rem;
		line-height: 1.2em;
		font-weight: 700;
		background-color: #ddd;
	}
	main.movie .tab {
		margin-top: 3rem;
	}
	main.movie .tab nav ul {
		margin: 0 -3px;
	}
	main.movie .tab nav ul li {
		padding: 0 3px;
		float: left;
	}
	main.movie .tab nav ul li.w1of4:nth-of-type(1) {
		margin-left: 12.5%;
	}
	main.movie .tab nav ul li.w1of4:nth-of-type(1),
	main.movie .tab nav ul li.w1of4:nth-of-type(2),
	main.movie .tab nav ul li.w1of4:nth-of-type(3) {
		height: calc(8rem + 3px);
	}
	main.movie .tab nav ul li.w1of4:nth-of-type(5) {
		clear: none;
	}
	main.movie .tab nav ul li.w1of4:nth-of-type(4),
	main.movie .tab nav ul li.w1of4:nth-of-type(5),
	main.movie .tab nav ul li.w1of4:nth-of-type(6),
	main.movie .tab nav ul li.w1of4:nth-of-type(7) {
		margin-top: -4rem;
		height: calc(4rem + 3px);
	}
	main.movie .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.movie .tab nav ul li a:hover {
		background-color: #fce0cd;
		color: #ed6710;
	}
	main.movie .tab nav ul li a span {
		vertical-align: middle;
		line-height: 1.4rem;
		display: inline-block;
	}
	main.movie .tab nav ul li.current a {
		background-color: #ed6710;
		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.movie .tab .tabcontent {
		border-top: 5px solid #ed6710;
		padding: 0 30px 30px 30px;
		background-color: rgba(237, 103, 16, 0.05);
	}
	main.movie .tab .tabcontent h3 {
		margin-top: 2rem;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.2;
		border-left: 22px solid #ed6710;
		padding: 0 0 0 1rem;
	}
	main.movie .tab .tabcontent h3 span {
		border-bottom: 3px solid #ed6710;
		display: inline-block;
		line-height: 2.5rem;
	}
	main.movie .tab .tabcontent > ul,
	main.movie .tab .tabcontent > section > ul {
		margin-top: 20px;
	}
	main.movie .tab .tabcontent > ul li,
	main.movie .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(237, 103, 16, 0.5);
	}
	main.movie .tab .tabcontent > ul li::before,
	main.movie .tab .tabcontent > section > ul li::before {
		position: absolute;
		left: 0;
		top: 12.5px;
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		background-color: #ed6710;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		vertical-align: baseline;
	}
	main.movie .tab .tabcontent > ul li:first-child,
	main.movie .tab .tabcontent > section > ul li:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}
	main.movie .tab .tabcontent > ul li:first-child::before,
	main.movie .tab .tabcontent > section > ul li:first-child::before {
		top: 6px;
	}
	main.movie .tab .tabcontent h3 + div {
		padding: 20px 20px 0 20px;
	}
	main.movie .tab .tabcontent div.white {
		display: block;
		margin-top: 20px;
		background-color: #fff;
		padding: 20px;
	}
	main.movie .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.movie .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.movie .tab .tabcontent div.white > dl {
		*zoom: 1;
		margin-top: -5px;
	}
	main.movie .tab .tabcontent div.white > dl:after {
		content: '\0020';
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
	}
	main.movie .tab .tabcontent div.white > dl dt,
	main.movie .tab .tabcontent div.white > dl dd {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	main.movie .tab .tabcontent div.white > dl dt {
		float: left;
		clear: left;
		font-weight: bold;
		margin-top: 0.2em;
	}
	main.movie .tab .tabcontent div.white > dl dt::before {
		content: '';
		display: inline-block;
		width: 0.7em;
		height: 0.7em;
		margin-right: 0.3em;
		background-color: #ed6710;
		vertical-align: baseline;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	main.movie .tab .tabcontent div.white > dl dd {
		margin-top: 0.2em;
		width: 100%;
		float: left;
	}
	main.movie .tab .tabcontent div.white > dl.dt1letters dt {
		width: 2.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt1letters dd {
		margin-left: -2.5em;
		padding-left: 2.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt2letters dt {
		width: 3.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt2letters dd {
		margin-left: -3.5em;
		padding-left: 3.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt3letters dt {
		width: 4.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt3letters dd {
		margin-left: -4.5em;
		padding-left: 4.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt4letters dt {
		width: 5.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt4letters dd {
		margin-left: -5.5em;
		padding-left: 5.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt5letters dt {
		width: 6.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt5letters dd {
		margin-left: -6.5em;
		padding-left: 6.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt6letters dt {
		width: 7.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt6letters dd {
		margin-left: -7.5em;
		padding-left: 7.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt7letters dt {
		width: 8.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt7letters dd {
		margin-left: -8.5em;
		padding-left: 8.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt8letters dt {
		width: 9.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt8letters dd {
		margin-left: -9.5em;
		padding-left: 9.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt9letters dt {
		width: 10.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt9letters dd {
		margin-left: -10.5em;
		padding-left: 10.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt10letters dt {
		width: 11.5em;
	}
	main.movie .tab .tabcontent div.white > dl.dt10letters dd {
		margin-left: -11.5em;
		padding-left: 11.5em;
	}
	main.movie .tab .tabcontent aside {
		display: block;
		margin-top: 30px;
		background-color: #fff;
		padding: 20px;
	}
	main.movie .tab .tabcontent aside h4 {
		font-size: 2rem;
		font-weight: 700;
		background: url('/assets_before/movie/shared/img/book.png') left center no-repeat;
		padding: 0 0 0 45px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	main.movie .tab .tabcontent aside p {
		margin-top: 0.5em;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	main.movie .tab .tabcontent aside p b {
		font-weight: bold;
	}
	main.movie h1 + p {
		margin-top: 30px;
	}
	main.movie h1.title div.title2 {
		background-color: #ed6710;
	}
	main.movie .header {
		margin-top: 30px;
	}
	main.movie div.bg_orange,
	main.movie div.bg_gray {
		padding: 30px;
		margin-top: 50px;
	}
	main.movie div.bg_orange section,
	main.movie div.bg_gray section {
		margin-top: 0;
	}
	main.movie div.bg_orange section h3,
	main.movie div.bg_gray section h3 {
		margin-top: 0;
	}
	main.movie div.bg_white {
		padding: 30px;
		margin-top: 15px;
		position: relative;
	}
	main.movie div.bg_white section {
		margin-top: 0;
	}
	main.movie div.bg_white section h3 {
		margin-top: 0;
	}
	main.movie div.bg_white::before {
		display: block;
		width: 77px;
		height: 173px;
		content: '';
		background: transparent url('/assets_before/movie/herbicide/img/triangle_white2.png')
			center center no-repeat;
		position: absolute;
		top: -150px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	main.movie div.bg_orange {
		background-color: rgba(237, 103, 16, 0.05);
	}
	main.movie div.bg_orange div.products h4 {
		border-bottom: 1px solid #ed6710;
		margin-bottom: 10px;
	}
	main.movie div.bg_gray {
		background-color: #f6f6f5;
	}
	main.movie div.bg_gray .flow h4 {
		position: relative;
	}
	main.movie div.bg_gray .flow h4 span.rightcap {
		margin-top: 20px;
		display: block;
		color: #000;
		font-size: 1.4rem;
		font-weight: 400;
	}
	main.movie div.bg_white {
		background-color: #fff;
	}
	main.movie h2 + div.bg_green {
		margin-top: 30px;
	}
	main.movie h2 + div.bg_gray,
	main.movie h2 + div.bg_white {
		margin-top: 0;
	}
	main.movie div.table_scrl {
		overflow: scroll;
	}
	main.movie table {
		min-width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	main.movie table thead tr th {
		white-space: nowrap;
		border: 1px solid #908e8f;
		background-color: rgba(237, 103, 16, 0.6);
		line-height: 96px;
		font-size: 1.4rem;
		padding: 0 1em;
		font-weight: 700;
		text-align: center;
	}
	main.movie table tbody tr td {
		border: 1px solid #908e8f;
		background-color: rgba(237, 103, 16, 0.2);
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.4em;
		padding: 15px 10px;
		text-align: center;
	}
	main.movie section {
		margin-top: 1rem;
	}
	main.movie section h2 {
		font-size: 1.7rem;
		font-weight: 700;
		background-color: rgba(237, 103, 16, 0.2);
		padding: 17px 22px 17px 17px;
		border-bottom: 3px solid #ed6710;
		margin-left: -22px;
		margin-right: -22px;
	}
	main.movie section h2.weed {
		padding-left: 65px;
		background: rgba(237, 103, 16, 0.2) url('/assets_before/movie/shared/img/icon_weed.png')
			6px center no-repeat;
	}
	main.movie section h2.herbicide {
		padding-left: 65px;
		background: rgba(237, 103, 16, 0.2)
			url('/assets_before/movie/shared/img/icon_herbicide.png') 15px center no-repeat;
	}
	main.movie section h2 + * {
		margin-top: 2rem;
	}
	main.movie section h3 {
		font-size: 1.7rem;
		margin-top: 2rem;
		font-weight: 700;
		line-height: 1.2;
		border-left: 22px solid #ed6710;
		padding: 0 0 0 1rem;
	}
	main.movie section h3 span {
		border-bottom: 3px solid #ed6710;
		display: inline-block;
		font-weight: 700;
		line-height: 2.5rem;
	}
	main.movie section h4 {
		font-size: 1.7rem;
		margin-top: 2rem;
		font-weight: 700;
		line-height: 1.2;
		/*border-left: 22px solid $cl;*/
		padding: 0 0 0 1rem;
	}
	main.movie section h4 span {
		border-bottom: 3px solid #ed6710;
		display: inline-block;
		font-weight: 700;
		line-height: 2.5rem;
	}
	main.movie section h3 + * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	main.movie section h3.togglev,
	main.movie section h2.togglev {
		position: relative;
	}
	main.movie section h3.togglev::after,
	main.movie section h2.togglev::after {
		position: absolute;
		display: block;
		height: 18px;
		right: 15px;
		left: auto;
		top: 0px;
		bottom: 0;
		margin: auto;
		content: url('/assets_before/movie/shared_sp/img/arrow.png');
		line-height: 0;
	}
	main.movie section h3.togglev.on::after,
	main.movie section h2.togglev.on::after {
		content: url('/assets_before/movie/shared_sp/img/arrow_close.png');
	}
	main.movie section > strong,
	main.movie section > div > strong {
		display: block;
		margin-top: 0.5rem;
		margin-bottom: 2rem;
		text-align: center;
		font-size: 2.4rem;
		font-weight: 700;
	}
	main.movie section > strong.bdt,
	main.movie section > div > strong.bdt {
		border-top: 1px solid #ed6710;
		padding-top: 3rem;
	}
	main.movie section > strong {
		margin-top: 35px;
	}
	main.movie section .frame_green {
		border: 1px solid #ed6710;
		padding: 24px;
	}
	main.movie section .frame_green h4 {
		color: #ed6710;
		font-size: 2rem;
		font-weight: 700;
	}
	main.movie section .frame_green h4 + p {
		margin-top: 15px;
	}
	main.movie section .tidbits {
		margin-top: 2rem;
		background-color: rgba(237, 103, 16, 0.05);
		border: 2px solid rgba(237, 103, 16, 0.2);
		padding: 30px;
	}
	main.movie section .tidbits h4 {
		padding: 0 0 0 55px;
		line-height: 51px;
		margin-bottom: 15px;
		background: url('/assets_before/movie/shared_sp/img/book.png') left center no-repeat;
		font-size: 2rem;
		font-weight: 700;
	}
	main.movie section div.shape {
		text-align: center;
	}
	main.movie section div.shape h4 {
		font-size: 2rem;
		font-weight: 700;
		background-color: rgba(237, 103, 16, 0.3);
		line-height: 2;
	}
	main.movie section div.shape h5 {
		margin-top: 1px;
		color: #ffffff;
		font-size: 1.8rem;
		font-weight: 700;
		background-color: #ed6710;
		line-height: 2;
	}
	main.movie section div.shape a {
		margin-top: 1px;
		padding: 10px 0;
		background-color: rgba(237, 103, 16, 0.2);
		text-decoration: none;
		display: block;
		height: -webkit-calc(100% - 72px);
		height: calc(100% - 72px);
	}
	main.movie section div.shape a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie section div.shape a p {
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		color: #000;
	}
	main.movie section div.shape a figure {
		margin-top: 5px;
	}
	main.movie section div.shape a figure div.photo {
		min-height: 208px;
		width: 208px;
	}
	main.movie section div.shape a figure figcaption {
		margin-top: 10px;
		display: inline-block;
	}
	main.movie section div.shape .flex {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main.movie section div.shape .flex .flexitem {
		margin: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	main.movie section.link_resolution {
		text-align: center;
	}
	main.movie section.link_resolution a {
		display: inline-block;
		border: 1px solid #2d6eb6;
		text-decoration: none;
		white-space: nowrap;
		font-size: 0;
		-moz-border-radius: 37px;
		-webkit-border-radius: 37px;
		border-radius: 37px;
		overflow: hidden;
	}
	main.movie section.link_resolution a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie section.link_resolution a span {
		display: inline-block;
		line-height: 74px;
		font-size: 1.2rem;
		font-weight: 700;
	}
	main.movie section.link_resolution a span.l {
		color: #000000;
		padding: 0 24px;
	}
	main.movie section.link_resolution a span.r {
		color: #ffffff;
		padding: 0 30px 0 60px;
		background: #2d6eb6 url('/assets_before/shared/img/icon_arrow_link_25.png') 24px center
			no-repeat;
	}
	main.movie section ul.illust {
		margin-top: 30px;
	}
	main.movie section ul.illust li {
		text-align: center;
		background: rgba(237, 103, 16, 0.2) url('/assets_before/movie/img/illust_sp.png') center
			center no-repeat;
		margin-top: 30px;
		position: relative;
		min-height: 360px;
	}
	main.movie section ul.illust li div {
		margin-top: 20px;
		text-align: center;
		font-size: 0;
		height: 5.04rem;
		line-height: 5.04rem;
	}
	main.movie section ul.illust li div span {
		vertical-align: middle;
		font-size: 1.7rem;
		line-height: 1.4;
		font-weight: 700;
		display: inline-block;
	}
	main.movie section ul.illust li a {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto 22px 22px 22px;
		padding: 10px;
		min-height: 78px;
		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.movie section ul.illust li a span {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.35rem;
		line-height: 1.1;
		text-align: left;
	}
	main.movie 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.movie section ul.illust li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie section .ingredient {
		margin-top: 3rem;
	}
	main.movie section .ingredient ul li {
		margin: 25px 0 0 0;
	}
	main.movie section .ingredient ul li a {
		text-decoration: none;
		position: relative;
		display: block;
	}
	main.movie section .ingredient ul li a figure {
		text-align: center;
	}
	main.movie section .ingredient ul li a figure figcaption {
		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.movie section .ingredient ul li a figure figcaption:before {
		content: '';
		width: 32px;
		height: 32px;
		margin-right: 0.5em;
		display: inline-block;
		vertical-align: middle;
		background: url('/assets_before/shared_sp/img/icon_arrow_link_32.png') center center
			no-repeat;
	}
	main.movie section .ingredient ul li a.on figure img,
	main.movie section .ingredient ul li a:hover figure img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
	}
	main.movie section .ingredient ul li a.on figure figcaption,
	main.movie section .ingredient ul li a:hover figure figcaption {
		background-color: #079a00;
		color: #fff;
	}
	main.movie section div.products h4 {
		margin-top: 2.5rem;
		color: #ed6710;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 40px;
	}
	main.movie section div.products ul {
		margin-top: -15px;
	}
	main.movie section div.products ul li {
		margin-top: 25px;
	}
	main.movie section div.products ul li a {
		display: block;
		text-decoration: none;
	}
	main.movie section div.products ul li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie section div.products 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.movie section div.products ul li a figure div.photo {
		min-height: 300px;
	}
	main.movie section div.products 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.movie section div.products div.link {
		margin-top: 30px;
		text-align: center;
	}
	main.movie section div.products 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.movie section div.products div.link a span {
		display: inline-block;
		margin-left: 0.8em;
		color: #000;
	}
	main.movie section div.products 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.movie section div.products div.link a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie 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(237, 103, 16, 0.2);
	}
	main.movie 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: #ed6710;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		vertical-align: baseline;
	}
	main.movie section.weeddetail ul.speclist li:first-child {
		margin-top: 0;
		padding-top: 0;
		border: none;
	}
	main.movie section.weeddetail ul.speclist li:first-child::before {
		top: 0.8rem;
	}
	main.movie section.weeddetail .frame_lightgreen {
		margin-top: 2rem;
		border: 2px solid rgba(237, 103, 16, 0.2);
		padding: 19px 24px;
	}
	main.movie section.weeddetail .frame_lightgreen h3 {
		margin-top: 0;
	}
	main.movie section.weeddetail .frame_lightgreen p {
		margin-bottom: 0;
	}
	main.movie section div.placelist ul {
		margin-top: -25px;
	}
	main.movie section div.placelist ul li {
		margin-top: 25px;
	}
	main.movie section div.placelist ul li p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	main.movie section div.flow h4 {
		margin-top: 25px;
		color: #ed6710;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
	}
	main.movie section div.flow ul {
		margin-top: 1.5rem;
		width: 500px;
	}
	main.movie section div.flow ul li {
		padding: 34px;
		margin: 80px 0 0 0;
		background-color: rgba(237, 103, 16, 0.2);
		position: relative;
	}
	main.movie 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.movie section div.flow ul li:first-child {
		margin: 0;
	}
	main.movie section div.flow ul li:first-child::before {
		content: none;
	}
	main.movie section div.flow ul li strong {
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.5;
	}
	main.movie section div.flow ul li figure img {
		margin-top: 1rem;
	}
	main.movie section div.flow ul li figure figcaption {
		margin-top: 1rem;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.714;
	}
	main.movie section div.flow div.bg_white ul {
		margin-top: 0;
	}
	main.movie section div.flow div.bg_white ul li {
		-webkit-flex: 0 0 226px;
		flex: 0 0 226px;
	}
	main.movie section.ranking ol {
		margin-top: 20px;
	}
	main.movie section.ranking ol li {
		margin-top: 25px;
	}
	main.movie section.ranking ol li:nth-of-type(1) {
		width: 50%;
	}
	main.movie section.ranking ol li:nth-of-type(2) {
		width: 50%;
	}
	main.movie section.ranking ol li:nth-of-type(3) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(4) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(5) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(6) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(7) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(8) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(9) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(10) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(11) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(12) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(13) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(14) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(15) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(16) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(17) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(18) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(19) {
		width: 33.333%;
	}
	main.movie section.ranking ol li:nth-of-type(20) {
		width: 33.333%;
	}
	main.movie section.ranking ol li a {
		display: block;
		text-decoration: none;
	}
	main.movie section.ranking ol li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie 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.movie section.ranking ol li a figure > img {
		display: block;
		width: 100%;
		height: auto;
	}
	main.movie section.ranking ol li a figure div.photo {
		min-height: 150px;
		position: relative;
		background-color: #fff;
	}
	main.movie section.ranking ol li a figure div.photo img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	main.movie 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.movie section.search div.searchtit a {
		display: block;
		font-weight: bold;
		background-color: rgba(237, 103, 16, 0.05);
		border-bottom: 2px solid #ed6710;
		text-decoration: none;
		font-size: 0;
	}
	main.movie section.search div.searchtit a.on i.on {
		display: inline-block;
	}
	main.movie section.search div.searchtit a.on i.off {
		display: none;
	}
	main.movie section.search div.searchtit a span {
		font-size: 2.2rem;
		margin-left: 15px;
		display: inline-block;
		color: #000;
	}
	main.movie section.search div.searchtit a:hover i {
		background-color: #f2853e;
	}
	main.movie section.search div.searchcontent {
		overflow: hidden;
	}
	main.movie section.search div.searchcontent > div.row {
		height: 80px;
	}
	main.movie section.search div.searchcontent > div.row.searchword h4,
	main.movie section.search div.searchcontent > div.row.searchinitial h4 {
		background-color: rgba(237, 103, 16, 0.05);
		line-height: 80px;
		margin-bottom: 30px;
		text-align: left;
		padding: 0 20px;
	}
	main.movie section.search div.searchcontent > div.row.searchword h4 span,
	main.movie section.search div.searchcontent > div.row.searchinitial h4 span {
		vertical-align: middle;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	main.movie section.search div.searchcontent > div.row.searchword h4 span b,
	main.movie
		section.search
		div.searchcontent
		> div.row.searchinitial
		h4
		span
		b {
		font-weight: bold;
		font-size: 1.6rem;
	}
	main.movie
		section.search
		div.searchcontent
		> div.row.searchword
		div.row
		input.left {
		border: 2px solid #ed6710;
		line-height: 46px;
		font-size: 1.8rem;
		padding: 0 0.5em;
	}
	main.movie
		section.search
		div.searchcontent
		> div.row.searchword
		div.row
		button.right {
		background-color: #ed6710;
		color: #fff;
		line-height: 50px;
		height: 50px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	main.movie section.search div.searchcontent > div.row.searchinitial {
		margin-top: 40px;
	}
	main.movie
		section.search
		div.searchcontent
		> div.row.searchinitial
		ul.row5
		li
		a {
		display: block;
		text-align: center;
		text-decoration: none;
		background-color: #ed6710;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		width: 100%;
		line-height: 80px;
		margin-top: 5px;
	}
	main.movie
		section.search
		div.searchcontent
		> div.row.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.movie section.search div.searchcontent h3 + div.pink {
		margin-top: 15px;
		padding: 18px 20px 30px 20px;
		background-color: rgba(237, 103, 16, 0.05);
	}
	main.movie section.search div.searchcontent h3 + div.pink h4 {
		line-height: 56px;
		padding: 0 20px;
		background-color: rgba(237, 103, 16, 0.2);
	}
	main.movie section.search div.searchcontent h3 + div.pink h4 span {
		vertical-align: middle;
		display: inline-block;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	main.movie section.search div.searchcontent h3 + div.pink h4 span b {
		font-weight: bold;
		font-size: 1.6rem;
	}
	main.movie section.search div.searchcontent h3 + div.pink div.checkbox {
		min-height: 80px;
		padding: 15px;
		background-color: #fff;
		line-height: 33px;
	}
	main.movie
		section.search
		div.searchcontent
		h3
		+ div.pink
		div.checkbox.oneline {
		padding: 23.5px 15px;
	}
	main.movie
		section.search
		div.searchcontent
		h3
		+ div.pink
		div.checkbox
		strong {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
	}
	main.movie section.search div.searchcontent h3 + div.pink div.checkbox label {
		display: inline-block;
		float: left;
		width: 16.666666%;
		font-size: 1.5rem;
	}
	main.movie
		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.movie section.search div.searchcontent h3 + div.pink.off h4.left {
		background-color: #eeeeee;
		color: #b5b4b4;
	}
	main.movie
		section.search
		div.searchcontent
		h3
		+ div.pink.off
		div.right
		label {
		color: #b5b4b4;
	}
	main.movie section.search div.searchcontent h3 + div.pink div.submit {
		margin-top: 30px;
		text-align: center;
	}
	main.movie section.search div.searchcontent h3 + div.pink div.submit button {
		font-size: 1.8rem;
		line-height: 5rem;
		width: 207px;
		font-weight: bold;
		color: #fff;
		background-color: #ed6710;
	}
	main.movie section.search div.searchresult > p {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	main.movie section.search div.searchresult div.pagenum {
		margin: 40px 0;
	}
	main.movie section.search div.searchresult div.pagenum ol {
		text-align: center;
		font-size: 0;
	}
	main.movie section.search div.searchresult div.pagenum ol li {
		margin: 0 0.25rem;
		display: inline-block;
		min-width: 4rem;
	}
	main.movie 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: #ed6710;
		text-decoration: none;
		vertical-align: baseline;
	}
	main.movie section.search div.searchresult div.pagenum ol li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie section.search div.searchresult div.pagenum ol li a img {
		display: inline-block;
		vertical-align: middle;
	}
	main.movie 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.movie section.search div.searchresult div.pagenum ol li.current a {
		border: 2px solid #ed6710;
		background-color: #fff;
		color: #ed6710;
		line-height: 76px;
	}
	main.movie 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_32.png') 0 center no-repeat;
		color: #1356a2;
		font-size: 1.4rem;
		line-height: 3.5rem;
	}
	main.movie section.search div.searchresult div.photolist ul {
		margin-top: -25px;
	}
	main.movie section.search div.searchresult div.photolist ul li {
		margin-top: 25px;
	}
	main.movie
		section.search
		div.searchresult
		div.photolist
		ul
		li
		a
		figure
		div.photo {
		min-height: 150px;
	}
	main.movie section.place dl {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #777777;
	}
	main.movie section.place dl:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	main.movie 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.movie section.place dl dt a span {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.1;
		text-align: left;
	}
	main.movie section.place dl dt 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.movie section.place dl dt a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie section.place dl dt ul li {
		text-align: center;
		margin-top: 10px;
	}
	main.movie section.place dl dd .products ul {
		margin-top: -25px;
	}
	main.movie section .herbicides {
		border-bottom: 1px solid #777777;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	main.movie section .herbicides:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	main.movie section .herbicides dl {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px dotted #777777;
	}
	main.movie section .herbicides dl:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	main.movie section .herbicides 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.movie section .herbicides dl dt a span {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.1;
		text-align: left;
	}
	main.movie section .herbicides dl dt 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.movie section .herbicides dl dt a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie section .herbicides dl dt ul {
		text-align: center;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	main.movie section .herbicides dl dt ul li {
		display: inline-block;
	}
	main.movie section .herbicides dl dd .products ul {
		display: inline-block;
	}
	main.movie section figure > img {
		display: block;
		width: 100%;
		height: auto;
	}
	main.movie section figure div.photo {
		position: relative;
		background-color: #fff;
	}
	main.movie section figure div.photo img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	main.movie section figure figcaption {
		margin-top: 3px;
		font-size: 1.35rem;
		line-height: 2.4rem;
	}
	main.movie 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.movie section.kana > div.row.row10 {
		min-height: 197px;
	}
	main.movie section.kana > div.row.row10 > .left {
		width: 7.5%;
	}
	main.movie section.kana > div.row.row10 > .left strong {
		margin-top: 25px;
		display: block;
		background-color: #ed6710;
		color: #fff;
		text-align: center;
		line-height: 60px;
		font-size: 2.4rem;
		font-weight: bold;
	}
	main.movie section.kana > div.row.row10 > .right {
		width: 92.5%;
	}
	main.movie section.kana > div.row.row10 > .right ul.row.row10 li.left {
		margin-top: 25px;
	}
	main.movie section.kana > div.row.row10 > .right ul.row.row10 li.left a {
		display: block;
	}
	main.movie
		section.kana
		> div.row.row10
		> .right
		ul.row.row10
		li.left
		a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}
	main.movie
		section.kana
		> div.row.row10
		> .right
		ul.row.row10
		li.left
		a
		figure
		img {
		display: block;
		width: 100%;
		height: auto;
	}
	main.movie
		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_sp/img/icon_arrow_link_16.png') 0 3px no-repeat;
		color: #1356a2;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	main.movie section.kana > div.row.row10.off > .left strong {
		background-color: #eeeeee;
		color: #b5b4b4;
	}
	main.movie section.tab .tabcontent div.white {
		margin-top: 2px;
	}
	main.movie section.tab .tabcontent div.white:nth-of-type(1) {
		margin-top: 30px;
	}
	main.movie section.tab .causal strong {
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.333;
	}
	main.movie section.tab .causal ul {
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
	}
	main.movie 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 30px;
		position: relative;
	}
	main.movie section.tab .causal ul li p:nth-of-type(1)::before {
		content: '';
		position: absolute;
		height: 24px;
		width: 24px;
		background-color: #ed6710;
		left: 0;
		top: 20px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	main.movie section.tab .causal ul li p:nth-of-type(2) {
		padding: 10px 15px 10px 210px;
		margin-left: 48px;
		background-color: #eeeeee;
		position: relative;
	}
	main.movie section.tab .causal ul li p:nth-of-type(2)::before {
		content: url('/assets_before/movie/sign/img/arrow_cause_sp.png');
		position: absolute;
		height: 61px;
		left: 0;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto auto auto -48px;
	}
	main.movie 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_sp/img/icon_arrow_link_32.png') 0 center no-repeat;
		color: #1356a2;
	}
	main.movie section .resolution2 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	main.movie section .resolution2 h4 {
		text-align: center;
	}
	main.movie section .resolution2 .pest {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #ece8df;
	}
	main.movie section .resolution2 .pest ul.row {
		margin: 10px 15px 0 15px;
	}
	main.movie section .resolution2 .pest ul.row li {
		float: left;
		width: 33.33333%;
		padding: 5px;
	}
	main.movie section .resolution2 .pest ul.row li:nth-of-type(3n + 1) {
		clear: left;
	}
	main.movie section .resolution2 .disease {
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #d3e7f8;
	}
	main.movie section .resolution2 .disease ul.row {
		margin: 10px 15px 0 15px;
	}
	main.movie section .resolution2 .disease ul.row li {
		float: left;
		width: 50%;
		padding: 5px;
	}
	main.movie section .resolution2 .disease ul.row li:nth-of-type(2n + 1) {
		clear: left;
	}
	main.movie section .resolution2 a {
		text-decoration: none;
		position: relative;
		display: block;
	}
	main.movie 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.movie 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.movie section .resolution2 a.on figure img,
	main.movie section .resolution2 a:hover figure img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: 0.8;
	}
	main.movie section .resolution2 a.on figure figcaption,
	main.movie section .resolution2 a:hover figure figcaption {
		background-color: #079a00;
		color: #fff;
	}
	main.movie .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;
	}
	/* line 20, movie.scss */
	main.movie section.navi ul {
		margin: 0 -1px;
	}
	/* line 22, movie.scss */
	main.movie section.navi ul li {
		float: left;
		padding: 1px;
		width: 33%;
	}
	/* line 25, movie.scss */
	main.movie section.navi ul li a {
		background-color: rgba(237, 103, 16, 0.2);
		display: block;
		height: 120px;
		line-height: 120px;
		font-size: 0;
		color: #000;
	}
	/* line 29, movie.scss */
	main.movie section.navi ul li a:hover {
		opacity: 0.7;
	}
	/* line 32, movie.scss */
	main.movie section.navi ul li a i {
		display: inline-block;
		width: 33%;
		text-align: center;
	}
	/* line 35, movie.scss */
	main.movie section.navi ul li a i img {
		vertical-align: middle;
		display: inline-block;
	}
	/* line 40, movie.scss */
	main.movie section.navi ul li a div {
		max-width: 66%;
		display: inline-block;
		vertical-align: middle;
	}
	/* line 44, movie.scss */
	main.movie section.navi ul li a div span {
		display: block;
		font-size: 0.8rem;
		line-height: 1;
		font-weight: 400;
	}
	/* line 50, movie.scss */
	main.movie section.navi ul li a div b {
		display: block;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1;
	}
	/* line 5, _title.scss */
	main.movie .title .title1 {
		display: inline-block;
		vertical-align: baseline;
		position: relative;
	}
	/* line 10, _title.scss */
	main.movie .title .title1 span {
		/*font-family: HiraKakuPro;*/
		color: #000000;
		font-size: 1.2rem;
		display: block;
		white-space: nowrap;
		position: absolute;
		top: 0;
	}
	/* line 18, _title.scss */
	main.movie .title .title1 strong {
		display: block;
		font-size: 2rem;
		line-height: 2rem;
		padding-top: 40px;
		font-weight: 700;
	}
	/* line 68, movie.scss */
	main.movie section.list > ul > li ul {
		margin-top: 12px;
		margin-bottom: 24px;
	}
	/* line 70, movie.scss */
	main.movie section.list > ul > li ul li {
		margin-top: 5px;
	}
	/* line 72, movie.scss */
	main.movie section.list > ul > li ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 15px;
	}
	/* line 33, movie.scss */
	main.movie section.list > ul > li.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.8;
		position: relative;
	}
	/* line 37, movie.scss */
	main.movie section.list > ul > li.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	/*野菜の作業カレンダー*/
	main.movie section.list > dl > dd ul {
		margin-top: 12px;
		margin-bottom: 24px;
	}
	/* line 70, movie.scss */
	main.movie section.list > dl > dd ul li {
		margin-top: 5px;
	}
	/* line 72, movie.scss */
	main.movie section.list > dl > dd ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 15px;
	}
	/* line 33, movie.scss */
	main.movie section.list > dl > dd.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.8;
		position: relative;
	}
	/* line 37, movie.scss */
	main.movie section.list > dl > dd.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	main.movie section dt {
		color: #fff;
		font-size: 2rem;
		width: 20%;
		display: inline-block;
		padding: 0.5em;
		margin-bottom: 0.5em;
		font-weight: bold;
		border-radius: 0 60px 60px 0 / 0 60px 60px 0;
		-webkit-border-radius: 0 60px 60px 0 / 0 60px 60px 0;
		-moz-border-radius: 0 60px 60px 0 / 0 60px 60px 0;
	}

	/*春*/
	main.movie section .spring_list dt {
		background: #0b691b;
	}
	main.movie section .spring_list dd h2 {
		background: #dcf1e0;
		border-bottom: 3px solid #0b691b;
	}

	/*夏*/
	main.movie section .summer_list dt {
		background: #00a3d9;
	}
	main.movie section .summer_list dd h2 {
		background: #ebf7fb;
		border-bottom: 3px solid #00a3d9;
	}

	/*秋*/
	main.movie section .autumn_list dt {
		background: #ea8015;
	}
	main.movie section .autumn_list dd h2 {
		background: #f5e2d0;
		border-bottom: 3px solid #ea8015;
	}

	/*冬*/
	main.movie section .winter_list dt {
		background: #a275c6;
	}
	main.movie section .winter_list dd h2 {
		background: #efdefc;
		border-bottom: 3px solid #a275c6;
	}

	/*ヒアリ*/
	main.movie .hiari h1 {
		font-size: 1.7rem;
		font-weight: 700;
		background-color: rgba(237, 103, 16, 0.2);
		padding: 17px 22px 17px 17px;
		border-bottom: 3px solid #ed6710;
		margin-left: -22px;
		margin-right: -22px;
	}
	main.movie .hiari h1 + * {
		margin-top: 2rem;
	}
	main.movie .hiari h2 {
		font-size: 1.7rem;
		margin-top: 2rem;
		font-weight: 700;
		line-height: 1.2;
		border-left: 22px solid #ed6710;
		padding: 0 0 0 1rem;
		background: none;
		margin-left: 0;
		margin-right: 0;
		border-bottom: none;
	}
	main.movie .hiari h2 span {
		border-bottom: 3px solid #ed6710;
		display: inline-block;
		font-weight: 700;
		line-height: 2.5rem;
	}
	main.movie .hiari h3 {
		font-size: 1.7rem;
		margin-top: 2rem;
		font-weight: 700;
		line-height: 1.2;
		/*border-left: 22px solid $cl;*/
		padding: 0 0 0 1rem;
	}
	main.movie .hiari h3 span {
		border-bottom: 3px solid #ed6710;
		display: inline-block;
		font-weight: 700;
		line-height: 2.5rem;
	}
	main.movie .hiari h2 + * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	/*ガーデニングコラム*/
	.column {
		background: url('/assets_before/shared/img/column/title_kei2.png') bottom repeat-x,
			url('/assets_before/shared/img/column_icon.png') left no-repeat;
		position: relative;
		font-size: 0;
		padding-bottom: 6px;
		border-bottom: none !important;
		margin-bottom: 20px;
	}
	main section.list_column > ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main section.list_column > ul > li {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 306px;
		margin: 20px 0 0 0;
		border-top: 5px solid #ffcc66;
		background-color: #fffaf0;
		padding: 13px;
	}
	main section.list_column > ul > li.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		border-top: 5px solid #b3b3b3;
		background-color: #f8f8f8;
		opacity: 0.8;
		position: relative;
	}
	main section.list_column > ul > li.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	main section.list_column > ul > li h2 {
		line-height: 5.28rem;
		font-size: 0;
		text-align: center;
	}
	main section.list_column > ul > li h2 span {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: 700;
	}
	main section.list_column > ul > li div.photo {
		margin-top: 10px;
	}
	main section.list_column > ul > li strong {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
		line-height: 1.2;
	}
	main section.list_column > ul > li ul {
		margin-top: 12px;
	}
	main section.list_column > ul > li ul li {
		margin-top: 5px;
	}
	main section.list_column > ul > li ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 3px;
	}
	main section.list_column > ul > li ul li a:hover {
		opacity: 0.7;
	}
	main section.list_column > ul > li.off ul li a {
		color: #999;
	}
	main section.list_column > dl {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	main section.list_column > dl > dd {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		margin: 20px 0 0 0;
		border-top: 5px solid #ffcc66;
		background-color: #fffaf0;
		padding: 13px;
	}
	main section.list_column > dl > dd.off {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		border-top: 5px solid #b3b3b3;
		background-color: #f8f8f8;
		opacity: 0.8;
		position: relative;
	}
	main section.list_column > dl > dd.off::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	main section.list_column > dl > dd h2 {
		/*line-height: 5.28rem;*/
		font-size: 0;
		text-align: center;
	}
	main section.list_column > dl > dd h2 span {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		font-size: 2.2rem;
		line-height: 1.2;
		font-weight: 700;
	}
	main section.list_column > dl > dd div.photo {
		margin-top: 10px;
	}
	main section.list_column > dl > dd strong {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
		line-height: 1.2;
	}
	main section.list_column > dl > dd ul {
		margin-top: 12px;
	}
	main section.list_column > dl > dd ul li {
		margin-top: 5px;
	}
	main section.list_column > dl > dd ul li a {
		display: block;
		background: #fff url('/assets_before/shared/img/icon_arrow_link_16.png') 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
		border-radius: 5px;
	}
	main section.list_column > dl > dd ul li a:hover {
		opacity: 0.7;
	}
	main section.list_column > dl > dd.off dl dd a {
		color: #999;
	}
	main section.list_column > dl > dt {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		margin: 20px 0 10px 0;
		padding: 10px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		background: #fffaf0;
		font-size: 30px;
		text-align: center;
		position: relative;
		font-size: 2.5rem;
	}
	main section.list_column > .spring_list dt {
		background: url(/assets_before/shared/img/spring_icon.png) no-repeat;
		background-position: 30%;
		background-size: contain;
		border-bottom: #dcf1e0 solid;
		color: #0b691b;
	}
	main section.list_column > .spring_list dd {
		background-color: #0b691b;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #0b691b;
		margin: 2em 0;
		padding: 2em;
	}
	main section.list_column > .summer_list dt {
		background: url(/assets_before/shared/img/summer_icon.png) no-repeat;
		background-position: 30%;
		background-size: contain;
		border-bottom: #ebf7fb solid;
		color: #00a3d9;
	}
	main section.list_column > .summer_list dd {
		background-color: #00a3d9;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #00a3d9;
		margin: 2em 0;
		padding: 2em;
	}
	main section.list_column > .autumn_list dt {
		background: url(/assets_before/shared/img/autumn_icon.png) no-repeat;
		background-position: 30%;
		background-size: contain;
		border-bottom: #f5e2d0 solid;
		color: #ea8015;
	}
	main section.list_column > .autumn_list dd {
		background-color: #ea8015;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #ea8015;
		margin: 2em 0;
		padding: 2em;
	}
	main section.list_column > .winter_list dt {
		background: url(/assets_before/shared/img/winter_icon.png) no-repeat;
		background-position: 30%;
		background-size: contain;
		border-bottom: #efdefc solid;
		color: #a275c6;
	}
	main section.list_column > .winter_list dd {
		background-color: #a275c6;
		border: 2px dashed #fff;
		border-radius: 8px;
		box-shadow: 0 0 0 4px #a275c6;
		margin: 2em 0;
		padding: 2em;
	}
	main section.column_page section {
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-top: 10px;
	}
	main section.column_page h1 {
		padding-bottom: 0.5em;
		border-bottom: 1px solid #ccc;
		font-size: 2em;
		padding-top: 0.5em;
		padding-left: 0.5em;
	}
	main section.column_page h1 span {
		/*display: block;*/
		margin-bottom: 0.4em;
		/*color: #aaa;*/
		font-size: 1.2em;
	}
	main section.column_page h2 {
		font-size: 1.8em;
		padding: 0.5em;
		margin-bottom: 0.5em;
	}
	main section.column_page h3 {
		font-size: 1.8em;
		padding: 0.5em;
		margin-bottom: 1.5em;
	}
	main section.column_page P {
		padding-bottom: 2.8rem;
	}
	main section.column_page figure figcaption a {
		display: block;
		background: #fff url(/assets_before/shared/img/icon_arrow_link_16.png) 7px 7px
			no-repeat;
		font-size: 1.4rem;
		line-height: 1;
		padding: 6.6px 6.6px 6.6px 30px;
		font-weight: 400;
		text-decoration: none;
	}
	main section.spring h1 {
		background: #0b691b;
		border: 2px dashed #dcf1e0;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #0b691b;
		color: #fff;
	}
	main section.spring h1 span {
		color: #fff;
	}
	main section.spring h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　春の巻';
		padding-bottom: 1em;
	}
	main section.spring h2 {
		background: url(/assets_before/shared/img/spring_icon.png) no-repeat left;
		padding-left: 1em;
	}
	main section.spring h3 {
		border-bottom: #0b691b solid 0.5px;
	}
	main section.summer h1 {
		background: #00a3d9;
		border: 2px dashed #ebf7fb;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #00a3d9;
		color: #fff;
	}
	main section.summer h1 span {
		color: #fff;
	}
	main section.summer h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　夏の巻';
		padding-bottom: 1em;
	}
	main section.summer h2 {
		background: url(/assets_before/shared/img/summer_icon.png) no-repeat left;
		padding-left: 1em;
	}
	main section.summer h3 {
		border-bottom: #00a3d9 solid 0.5px;
	}
	main section.autumn h1 {
		background: #ea8015;
		border: 2px dashed #f5e2d0;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #ea8015;
		color: #fff;
	}
	main section.autumn h1 span {
		color: #fff;
	}
	main section.autumn h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　秋の巻';
		padding-bottom: 1em;
	}
	main section.autumn h2 {
		background: url(/assets_before/shared/img/autumn_icon.png) no-repeat left;
		padding-left: 1em;
	}
	main section.autumn h3 {
		border-bottom: #ea8015 solid 0.5px;
	}
	main section.winter h1 {
		background: #a275c6;
		border: 2px dashed #efdefc;
		border-radius: 5px;
		box-shadow: 0 0 0 4px #a275c6;
		color: #fff;
	}
	main section.winter h1 span {
		color: #fff;
	}
	main section.winter h1 span:nth-child(1)::before {
		display: block;
		font-size: 0.6em;
		content: 'ガーデニングコラム春夏秋冬　冬の巻';
		padding-bottom: 1em;
	}
	main section.winter h2 {
		background: url(/assets_before/shared/img/winter_icon.png) no-repeat left;
		padding-left: 1em;
	}
	main section.winter h3 {
		border-bottom: #a275c6 solid 0.5px;
	}
	main section.prof {
		background: #fafdda;
		padding: 1.5em;
	}
	main section.prof h2 {
		font-size: 1.8em;
		font-weight: bold;
		border-bottom: solid 1px gray;
		padding-bottom: 0.5em;
		background: #fafdda;
	}
	/*main section.prof dl {
    padding: 1.0em; }*/
	main section.prof dt {
		font-size: 1.8em;
		font-weight: 600;
		padding-bottom: 0.5em;
		padding-top: 0.5em;
		color: #000;
		width: auto;
	}
	main section.prof dd {
		font-size: 1.4em;
		line-height: 1.5em;
	}
}