@charset "UTF-8";

/* *******************************************************************************************
*
読んで上達！やさいの育て方
*
******************************************************************************************* */


/* -------------------------------------------------------------------------------------------
*
* 共通
*
* ----------------------------------------------------------------------------------------- */

footer .js-back-to-top {
	z-index: 100;
}

.contents_header_inner {
	padding-bottom: 15px;
}

.contents_header_bread {
	margin-bottom: 0;
}

#Improve .pc {
	display: block;
}

#Improve .sp {
	display: none;
}

#Improve br.pc {
	display: inline-block;
}

#Improve br.sp {
	display: none;
}

#Improve img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

sup {
	position: relative;
	bottom: 1ex;
	height: 0;
	font-size: 60%;
	line-height: 1;
	vertical-align: baseline;
}

@media screen and (max-width: 736px) {
	#Improve .pc {
		display: none;
	}

	#Improve .sp {
		display: block;
	}

	#Improve br.pc {
		display: none;
	}

	#Improve br.sp {
		display: inline-block;
	}

	.contents_header_inner {
		padding-bottom: 0;
	}
}

#Improve .mt0 {
	margin-top: 0 !important;
}

#Improve .mt50 {
	margin-top: 50px;
}

#Improve .mt70 {
	margin-top: 70px;
}

#Improve .mb20 {
	margin-bottom: 20px;
}

#Improve .mb30 {
	margin-bottom: 30px;
}

#Improve .mb50 {
	margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
	#Improve .mt50 {
		margin-top: 25px;
	}

	#Improve .mt70 {
		margin-top: 35px;
	}

	#Improve .mb50,
	#Improve .mb30 {
		margin-bottom: 25px;
	}

	#Improve .mb20 {
		margin-bottom: 15px;
	}
}


/* contents */

#Improve {
	width: 100%;
	background: url(/tiller/yasai/improve/img/bg_yasai.jpg) repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inner {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
	.inner {
		width: 88vw;
		margin: 0 auto;
	}
}

[class*="flex_"] {
	display: flex;
	justify-content: space-between;
}

.flex_01 {
	flex-wrap: wrap;
}

.flex_03 {
	display: inline-flex;
	align-items: center;
}

.flex_04 {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.flex_05 {
	justify-content: space-around;
}

.flex_02 {
	align-items: flex-start;
	flex-wrap: wrap;
}

.container .flex_02b>div {
	width: 48%;
}

.container .flex_02>div.half_box {
	width: 47.5%;
}

.arw2_left {
	width: 500px;
}

.arw2_right {
	width: 420px;
}

.arrow02 {
	padding: 10px;
	display: flex;
	align-items: center;
	width: 60px;
}

.arrow02 img {
	width: 40px !important;
	height: auto;
	margin-top: -60px;
}

@media screen and (max-width: 736px) {
	[class*="flex_"] {
		display: block;
	}

	.container .flex_02>div.half_box {
		width: 100%;
	}

	.arw2_left,
	.arw2_right {
		width: 100%;
	}

	.arrow02 {
		padding: 0;
		width: 33px !important;
		height: 33px !important;
		margin: 12px auto 15px;
		transform: rotate(90deg);
	}

	.arrow02 img {
		width: 33px !important;
		margin-top: 0;
	}
}

.improve_visual {
	width: 100%;
	background: url(/tiller/yasai/improve/img/bg_yasai_img1.png) left top no-repeat, url(/tiller/yasai/improve/img/bg_yasai_img2.png) right bottom no-repeat;
	background-color: rgba(0, 0, 0, 0.03);
	padding: 75px 0;
}

.autumn-winter .improve_visual {
	background: url(/tiller/yasai/improve/img/bg_yasai_wimg1.png) left top no-repeat, url(/tiller/yasai/improve/img/bg_yasai_wimg2.png) right bottom no-repeat;
	background-color: rgba(0, 0, 0, 0.03);
}

.improve_visual .flex_02>div.visual_copy {
	width: 500px;
	max-width: inherit;
}

.improve_visual .flex_02>div.visual_schedule {
	width: 450px;
	margin-left: 30px;
	max-width: inherit;
}

.improve_visual h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
}

.improve_visual h1 span {
	font-size: 52px;
	display: block;
	margin-top: 3px;
}

.improve_visual dl {
	font-weight: bold;
	letter-spacing: .05em;
	margin-top: 1.1em;
}

.improve_visual dt {
	font-size: 13px;
	color: #fff;
	background: #5abec7;
	padding: .6em 1.2em;
	border-radius: 18px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	width: 85px;
}

.improve_visual dd {
	font-size: 18px;
	padding: .7em 0 0 .7em;
	display: inline-block;
	width: 355px;
}

.improve_visual p.schedule {
	font-size: 18px;
	margin: 0 0 1.2em 0;
	font-weight: bold;
}

.improve_visual p.schedule::before {
	content: "\25CF";
	font-size: 11px;
	margin: 0 0 1.2em 0;
	font-weight: bold;
	position: relative;
	bottom: 2px;
	margin-right: 6px;
}

@media screen and (max-width: 736px) {
	.improve_visual {
		background: url(/tiller/yasai/improve/img/bg_yasai_img3.png) left top no-repeat, url(/tiller/yasai/improve/img/bg_yasai_img4.png) right bottom no-repeat;
		background-size: 65%, 85%;
		background-color: rgba(0, 0, 0, 0.03);
		padding: 40px 0 70px;
	}

	.autumn-winter .improve_visual {
		background: url(/tiller/yasai/improve/img/bg_yasai_wimg3.png) left top no-repeat, url(/tiller/yasai/improve/img/bg_yasai_wimg4.png) right bottom no-repeat;
		background-size: 65%, 85%;
		background-color: rgba(0, 0, 0, 0.03);
	}

	.improve_visual.step2 {
		padding: 60px 0;
		min-height: 170px;
	}

	.improve_visual .flex_02>div {
		width: 100%;
	}

	.improve_visual .flex_02>div.visual_copy {
		width: 100%;
		max-width: 460px;
		margin: auto;
	}

	.improve_visual .flex_02>div.visual_schedule {
		width: 100%;
		max-width: 460px;
		margin-left: 0;
		margin: auto;
	}

	.improve_visual h1 {
		font-size: 18px;
		letter-spacing: .05em;
	}

	.improve_visual h1 span {
		font-size: 40px;
		margin-top: 6px;
	}

	.improve_visual dl {
		margin-top: 1.5em;
	}

	.improve_visual dt {
		width: auto;
	}

	.improve_visual dd {
		font-size: 16px;
		padding: .5em 0 1.2em 0.2em;
		width: 100%;
	}

	.improve_visual p.schedule {
		font-size: 16px;
		margin: .6em 0 1.2em 0;
	}

	.improve_visual p.schedule::before {
		font-size: 8px;
		margin: 0 0 1.2em 0;
		bottom: 3px;
		margin-right: 5px;
	}
}

.improve_visual .improve_visual_step {
	text-align: center;
}

.improve_visual_step span {
	color: #fff;
	background: #5abec7;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 1.4em;
	letter-spacing: 0.04em;
}

.improve_visual_step h1.visual_sttl {
	font-size: 52px;
	font-weight: bold;
	letter-spacing: .05em;
	margin-top: 25px;
}

.improve_visual_step p {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
	margin-top: 5px;
}

@media screen and (max-width: 736px) {
	.improve_visual_step span {
		font-size: 12px;
		font-weight: bold;
		padding: 6px 1.2em;
	}

	.improve_visual_step h1.visual_sttl {
		font-size: 35px;
		margin-top: 15px;
		line-height: 1.5;
	}

	.improve_visual_step p {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: .05em;
		margin-top: 2px;
	}
}

.improve_nav_container {
	width: 980px;
	margin: 0 auto;
}

.improve_nav_container2 {
	width: 100%;
}

.improve_nav {
	display: flex;
	margin: 120px auto 0;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
	z-index: 11;
	position: relative;
	will-change: filter
		/* or transform */
}

.improve_nav_container2 {
	width: 100%;
	margin-top: 6px;
	border-top: 1px solid #f2f2f2;
	background: #fff;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	will-change: filter
		/* or transform */
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

	.improve_nav,
	.improve_nav_container2 {
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
	}
}

.improve_nav>li {
	display: block;
	width: 33.3%;
	height: 80px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	background: #f5f5f5;
	transition: .2s;
}

.improve_nav>li:last-child {
	border-right: 0;
}

.improve_nav>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	text-align: center;
}

#Improve_nav>li>a {
	cursor: default;
}

.improve_nav>li a.on {
	background: #f7f063;
	pointer-events: none;
	border-radius: inherit;
}

.improve_nav>li:first-child {
	border-radius: 15px 0 0 15px;
}

.improve_nav>li:last-child {
	border-radius: 0 15px 15px 0;
}

.improve_nav li a span {
	position: relative;
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.improve_nav li a span:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	top: -54px;
	width: 100px;
	height: 20px;
	background: #f5f5f5;
	border-radius: 50% / 100% 100% 0 0;
	color: #1d96a1;
	font-size: 12px;
	font-weight: bold;
	padding-top: 14px;
	letter-spacing: 0.04em;
}

.improve_nav.under li a span:before {
	top: 40px;
	border-radius: 50% / 0 0 100% 100%;
	padding-bottom: 14px;
	padding-top: 0;
}

.improve_nav2 {
	display: flex;
	border-left: 1px solid #f2f2f2;
}

.improve_nav2 li {
	display: block;
	width: 33.3%;
	border-right: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.improve_nav2 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	padding: 16px 5px 22px;
}

.improve_nav2 li a.on {
	background: #f7f063;
	pointer-events: none;
}

.improve_nav2 li a span {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.improve_nav2 li a span:before {
	content: '';
	display: table;
	margin: auto;
	color: #fff;
	background: #5abec7;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 1em;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	width: auto;
}

.improve_nav li a.on span:before {
	background: #f7f063;
}

.improve_nav li a span.nav_01:before,
.improve_nav2 li a span.nav_01:before {
	content: 'TOP';
}

.improve_nav li a span.nav_02:before,
.improve_nav2 li a span.nav_02:before {
	content: 'STEP.1';
}

.improve_nav li a span.nav_03:before,
.improve_nav2 li a span.nav_03:before {
	content: 'STEP.2';
}

.improve_nav li a,
.improve_nav li a span,
.improve_nav li a span:before,
.improve_nav2 li a,
.improve_nav2 li a span,
.improve_nav2 li a span:before {
	transition: .2s;
}

#Improve a.option_link {
	padding-bottom: 6px;
	border-bottom: 1px dotted #66ccd6;
}

@media screen and (min-width: 737px) {
	.improve_nav>li:last-child:hover {
		border-radius: 0 15px 0 0;
	}

	.improve_nav li a:hover span.nav_01:before,
	.improve_nav li a:hover span.nav_02:before,
	.improve_nav li a:hover span.nav_03:before {
		transform: translate(0, -4px);
	}

	.improve_nav2 li a:hover span.nav_01:before,
	.improve_nav2 li a:hover span.nav_02:before,
	.improve_nav2 li a:hover span.nav_03:before {
		transform: translate(0, -5px);
	}

	.improve_nav.under li a:hover span.nav_01:before,
	.improve_nav.under li a:hover span.nav_02:before,
	.improve_nav.under li a:hover span.nav_03:before {
		transform: translate(0, 4px);
	}

	.improve_nav li a.on:hover span:before,
	.improve_nav2 li a.on:hover span:before {
		transform: translate(0, 0);
	}

	.improve_nav li:hover,
	.improve_nav li:hover span:before {
		background: #fffee4;
		opacity: 1;
	}

	.improve_nav2 li a:hover {
		background: #fffee4;
		cursor: pointer !important;
	}

	#Improve a.option_link:hover {
		opacity: .7;
		transition: .2s;
	}
}

@media screen and (max-width: 736px) {
	.improve_nav_container {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.improve_nav_container2 {
		width: 100%;
		margin-top: 0;
		border-top: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.improve_nav {
		margin: 70px auto 0;
		filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.1));
		will-change: filter
			/* or transform */
	}

	@media screen and (-ms-high-contrast: active),
	screen and (-ms-high-contrast: none) {

		.improve_nav,
		.improve_nav2 {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
		}
	}

	.improve_nav li {
		height: auto;
	}

	.improve_nav li:last-child {
		border-right: 0;
	}

	.improve_nav li:first-child a {
		border-radius: 0;
	}

	.improve_nav li:last-child a {
		border-radius: 0;
	}

	.improve_nav li a span {
		font-size: 16px;
		line-height: 1.3;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		letter-spacing: 0;
	}

	.improve_nav li a span:before {
		top: -22px;
		width: 71%;
		height: 18px;
		font-size: 10px;
		padding-top: 14px;
	}

	.improve_nav.under li a span:before {
		top: 0;
		bottom: -98px;
		padding-bottom: 6px;
	}

	.improve_nav_container2 .inner {
		width: 100%;
	}

	.improve_nav2 {
		border-left: none;
		align-items: stretch;
	}

	.improve_nav2 li a {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		text-align: center;
		background: #fff;
		padding: 16px 0 14px;
		height: calc(100% - 30px)
	}

	.improve_nav2 li:last-child {
		border-right: none;
	}

	.improve_nav2 li a span {
		font-size: 16px;
		line-height: 1.4;
	}

	.improve_nav2 li a span:before {
		border-radius: 20px;
		font-size: 10px;
		font-weight: bold;
		padding: 3px 1em;
		letter-spacing: 0.04em;
		margin-bottom: 12px;
		width: auto;
	}

	.improve_nav2 li:not(:last-child) a span:before {
		margin-bottom: 24px;
	}
}

.improve_nav li ul {
	width: 100%;
	display: none;
	border-top: 1px solid rgba(222, 216, 90, 0.6);
}

.improve_nav li ul li {
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: inherit;
}

.improve_nav li ul li a {
	width: calc(100%-3.98em);
	min-height: 30px;
	display: block;
	text-align: left;
	background: #fffee4;
	border-radius: 0;
	text-indent: -1.7em;
	font-weight: 700;
	padding: 1em 1em .3em 3em;
	font-size: 16px;
}

.improve_nav li ul li:first-child a {
	padding-top: 16px;
}

.improve_nav li ul li a strong {
	color: #178e99;
	margin-right: 5px;
}

.improve_nav li ul li:last-child a {
	padding-bottom: 10px;
	border-radius: 0 0 15px 15px;
	transition: .2s;
}

@media screen and (min-width: 737px) {
	.improve_nav li ul li a:hover {
		filter: brightness(1.2);
		background: rgba(255, 255, 255, 1);
		transition: .2s;
	}

	.improve_nav li ul li:hover:last-child {
		border-radius: 0 0 15px 15px;
	}

	.improve_nav .links:hover {
		opacity: 1;
	}
}

@media screen and (max-width: 736px) {
	.improve_nav li ul {
		width: calc (100vw - 2px);
		position: absolute;
		left: 0;
	}

	.improve_nav li ul li::after {
		content: "";
		height: 0;
	}

	.improve_nav>li:last-child {
		border-radius: 0;
	}

	.improve_nav li ul li a {
		padding: 10px 6vw 10px 2.5em;
		text-align: left;
		background: rgba(255, 254, 228, .96);
		font-size: 14px;
		min-height: 28px;
	}
}

.container {
	margin: 120px 0 0;
}

.container .flex_02>div {
	width: 450px;
}

.container h2 {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.84;
	position: relative;
	z-index: 2;
}

.container h2::before {
	content: '';
	position: absolute;
	top: 27px;
	left: -25px;
	width: 110px;
	height: 20px;
	background-color: #f7f063;
	border-radius: 10px;
	z-index: -1;
}

.improve_container .copy p {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 2.5;
	margin-top: 1em;
}

.win .improve_container .copy p {
	padding-top: 1px;
}

.improve_container .copy p+p {
	margin-top: 2.2em;
}

img.maru {
	border-radius: 20px;
}

.improve_container p.stt {
	font-size: 18px;
	margin: 0 0 1.2em;
	font-weight: bolder;
}

.improve_container p.caption {
	margin-top: 1.2em;
	line-height: 1.8;
}

@media screen and (max-width: 736px) {
	.container {
		margin: 70px 0 0;
	}

	.container .flex_02>div {
		width: 100%;
	}

	.container .flex_02>div+div {
		margin-top: 40px;
	}

	.container h2 {
		font-size: 20px;
	}

	.container h2::before {
		top: 20px;
		left: -14px;
		width: 65px;
		height: 15px;
		border-radius: 8px;
	}

	.improve_container .copy p {
		font-size: 14px;
		line-height: 2.2;
	}

	img.maru {
		border-radius: 14px;
	}

	.improve_container p.stt {
		font-size: 16px;
	}

	.improve_container p.caption {
		font-size: 14px;
	}
}

.supervision {
	padding: 160px 0 120px;
}

.supervision .flex_01 div.photo {
	width: 180px;
}

.supervision .flex_01 div.photo .sum,
.supervision_man_bk .supervision .flex_01 div.photo .aw {
	display: inline-block;
}

.supervision .flex_01 div.photo .aw,
.supervision_man_bk .supervision .flex_01 div.photo .sum {
	display: none;
}

.autumn-winter .supervision .flex_01 div.photo .aw,
.supervision_man_bk .autumn-winter .supervision .flex_01 div.photo .sum {
	display: inline-block;
}

.autumn-winter .supervision .flex_01 div.photo .sum,
.supervision_man_bk .autumn-winter .supervision .flex_01 div.photo .aw {
	display: none;
}

.supervision .flex_01 div.info {
	width: 730px;
}

.supervision .info {
	font-size: 16px;
}

.supervision .info .name {
	font-size: 20px;
	line-height: 2;
}

.supervision .info p {
	margin-top: 1em;
	line-height: 2;
}

@media screen and (max-width: 736px) {
	.supervision {
		padding: 100px 0 70px;
	}

	.supervision .flex_01 div.photo {
		width: 42%;
		max-width: 180px;
		margin: 0 auto 30px;
	}

	.supervision .flex_01 div.info {
		width: 100%;
		font-size: 14px;
	}

	.supervision .info {
		font-size: 14px;
	}

	.supervision .info .name {
		font-size: 18px;
	}
}

.supervision_btm {
	padding: 100px 0 80px;
	background: #f7f063;
}

.supervision_btm.aw {
	background: #f9d6ac;
}

.supervision_btm .btm_tt {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
}

.supervision_btm .btm_tt::before {
	content: '';
	background: url(/tiller/yasai/improve/img/bottom/btm_img01.png) no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
	width: 31px;
	height: 34px;
	background-size: contain;
}

.supervision_btm .aw_menu .btm_tt::before {
	background: url(/tiller/yasai/improve/img/bottom/btm_img_w01.png) no-repeat;
	background-size: contain;
}

.supervision_btm ul {
	margin-top: 20px;
}

.supervision_btm ul li {
	width: 180px;
	text-align: center;
}

.supervision_btm a {
	display: block;
	position: relative;
	transition: .2s;
}

.supervision_btm ul li a::before {
	content: '';
	background: url(/tiller/yasai/improve/img/bottom/btm_arrow01.png) no-repeat;
	position: absolute;
	top: 145px;
	right: 26px;
	width: 10px;
	height: 10px;
	background-size: contain;
	z-index: 2;
	transition: .2s;
}

.supervision_btm ul li:last-child {
	display: none;
}

.supervision_btm ul li a p {
	font-size: 18px;
	margin: 0 0 0 .5em;
	font-weight: bold;
}

.supervision_btm ul li a::after {
	font-size: 18px;
	margin: 0 0 0 .5em;
	font-weight: bold;
}

#Improve .banner_01,
#Improve .banner_02 {
	margin-top: 30px;
}

#Improve .banner_01 a,
#Improve .banner_02 a {
	display: block;
	position: relative;
	transition: .2s;
}

#Improve .banner_01 a::before {
	content: '';
	background: url(/tiller/yasai/improve/img/bottom/btm_arrow02.png) no-repeat;
	position: absolute;
	top: 76px;
	right: 33px;
	width: 18px;
	height: 8px;
	background-size: contain;
	transition: .2s;
	z-index: 2;
}

#Improve .banner_02 a::before {
	content: '';
	background: url(/tiller/yasai/improve/img/bottom/btm_arrow03.png) no-repeat;
	position: absolute;
	top: 119px;
	right: 33px;
	width: 18px;
	height: 8px;
	background-size: contain;
	transition: .2s;
	z-index: 2;
}

@media screen and (min-width: 737px) {
	.supervision_btm a:hover {
		opacity: .7;
		transition: .2s;
	}

	.supervision_btm ul li a:hover::before {
		transform: translate(3px, 3px);
		transition: .2s;
	}

	#Improve .banner_01 a:hover::before,
	#Improve .banner_02 a:hover::before {
		transform: translate(4px, 0);
		transition: .2s;
	}
}

@media screen and (max-width: 736px) {
	.supervision_btm {
		padding: 70px 0;
	}

	.supervision_btm .btm_tt {
		font-size: 18px;
		padding-left: 40px;
	}

	.supervision_btm .btm_tt::before {
		top: 2px;
		width: 24px;
		height: 26px;
	}

	.supervision_btm ul {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.supervision_btm ul li {
		width: 47%;
		max-width: 190px;
	}

	.supervision_btm ul li:last-child {
		display: inline-block;
	}

	.supervision_btm ul li a::before {
		content: '';
		background: url(/tiller/yasai/improve/img/bottom/btm_arrow01_sp.png) no-repeat;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-size: contain;
	}

	.supervision_btm ul li a p {
		font-size: 16px;
		margin: 0 0 .2em .5em;
	}

	.supervision_btm ul li a::after {
		font-size: 18px;
		margin: 0 0 0 .5em;
		font-weight: bold;
	}

	#Improve .banner_01,
	#Improve .banner_02 {
		margin: 20px auto 0;
		max-width: 380px;
	}

	#Improve .banner_01 a::before,
	#Improve .banner_02 a::before {
		content: '';
		display: none;
	}
}


/* ---- toc ---- */

.toc {
	background-color: #fff;
	padding: 40px 60px 15px 60px;
	margin: 120px auto 0;
	border-radius: 20px;
	color: #1d96a1;
	display: flex;
}

.toc .toc_title {
	font-size: 22px;
	font-weight: bold;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #e5e5e5;
	white-space: nowrap;
}

.toc ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 720px;
}

.toc ul.toc_iner li {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	width: 45%;
	margin-bottom: 25px;
	transition: 0.2s all;
}

.toc ul.toc_iner li.long {
	width: 100%;
}

.toc ul.toc_iner li a {
	color: #1d96a1;
	padding-left: 35px;
	position: relative;
	display: flex;
	align-items: center;
	transition: .2s;
}

.win .toc ul.toc_iner li a {
	padding-top: 2px;
}

.toc ul.toc_iner li a::before {
	content: '';
	background: #66ccd6;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 0;
}

.toc ul.toc_iner li a::after {
	content: '\25BC';
	font-size: 10px;
	color: #f7f063;
	position: absolute;
	top: 7px;
	left: 4px;
	transform: scale(.9);
	transform-origin: top center;
	transition: .2s;
}

.safari .toc ul.toc_iner li a::after {
	top: 8px;
}

.win .toc ul.toc_iner li a::after {
	top: 8px;
}

@media screen and (min-width: 737px) {
	.toc ul.toc_iner li a:hover::before {
		background: #f7f063;
	}

	.toc ul.toc_iner li a:hover {
		color: #111;
		transition: .2s;
	}

	.toc ul.toc_iner li a:hover::after {
		color: #66ccd6;
		transform: scale(.9) translateY(30%);
		transition: .2s;
	}
}

@media screen and (max-width: 736px) {
	.toc {
		width: 88vw;
		background-color: #fff;
		padding: 30px 6vw 15px;
		margin: 70px auto 0;
		border-radius: 15px;
		display: block;
	}

	.toc .toc_title {
		font-size: 18px;
		padding: 0 0 17px 0;
		margin: 0 0 20px 0;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		white-space: nowrap;
	}

	.toc ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.toc ul.toc_iner li {
		font-size: 14px;
		width: 100%;
		margin-bottom: 18px;
	}

	.toc ul.toc_iner li.no1 {
		order: 1;
	}

	.toc ul.toc_iner li.no2 {
		order: 2;
	}

	.toc ul.toc_iner li.no3 {
		order: 3;
	}

	.toc ul.toc_iner li.no4 {
		order: 4;
	}

	.toc ul.toc_iner li.no5 {
		order: 5;
	}

	.toc ul.toc_iner li.no6 {
		order: 6;
	}

	.toc ul.toc_iner li a {
		padding-left: 22px;
	}

	.toc ul.toc_iner li a::before {
		width: 14px;
		height: 14px;
		top: 4px;
	}

	.toc ul.toc_iner li a::after {
		position: absolute;
		left: 2px;
		top: 5px;
		transform: scale(.7);
		transform-origin: top center;
	}

	.win .toc ul.toc_iner li a::after {
		top: 4px;
	}

	.safari .toc ul.toc_iner li a::after {
		top: 5px;
	}
}

.improve_container [class*="improve_step"] {
	width: 100%;
	height: 175px;
	background-size: contain;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 60px;
}

.improve_container .improve_step1 {
	background: url(/tiller/yasai/improve/img/no1_bk1.png) no-repeat;
	background-position: center;
}

.improve_container .improve_step2 {
	background: url(/tiller/yasai/improve/img/no1_bk2.png) no-repeat;
	background-position: center;
}

.improve_container .improve_step3 {
	background: url(/tiller/yasai/improve/img/no1_bk3.png) no-repeat;
	background-position: center;
}

.improve_container .improve_step4 {
	background: url(/tiller/yasai/improve/img/no1_bk4.png) no-repeat;
	background-position: center;
}

.improve_container .improve_step5 {
	background: url(/tiller/yasai/improve/img/no1_bk5.png) no-repeat;
	background-position: center;
}

.improve_container .improve_step6 {
	background: url(/tiller/yasai/improve/img/no1_bk6.png) no-repeat;
	background-position: center;
}

.improve_container [class*="improve_step"] span {
	font-size: 35px;
	font-weight: bold;
	display: block;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.improve_container .trick_cover {
	margin: 70px 0 10px;
}

.improve_container .trick {
	width: 150px;
	margin-right: 35px;
}

.improve_container .trick_tt {
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	color: #1d96a1;
	letter-spacing: .04em;
}

@media screen and (max-width: 736px) {
	.improve_container [class*="improve_step"] {
		width: 88vw;
		height: 120px;
		background-size: contain;
		text-align: center;
		letter-spacing: 0;
		margin: 0 auto 35px;
	}

	.improve_container [class*="improve_step"] span {
		font-size: 26px;
	}

	.improve_container .trick_cover {
		margin: 35px 0 10px;
	}

	.improve_container .trick {
		width: 35%;
		min-width: 120px;
		margin-right: 0;
	}

	.improve_container .trick_tt {
		font-size: 18px;
		line-height: 30px;
		margin-top: 16px;
	}
}

.photos {
	margin-top: 20px;
}

.copy.flex_04 {
	display: inline-flex;
	margin: 0 0 20px;
}

.copy span.nombers {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background: #66ccd6;
	display: table;
	margin: 26px 1em 0 0;
	color: #fff;
	padding-left: .1em;
	font-size: 14px;
	font-weight: bold;
}

.safari .copy span.nombers {
	padding-top: 1px;
}

.photos [class*="phno_"] {
	display: inline-block;
	position: relative;
}

.photos [class*="phno_"]::before {
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100% 0 18px 0;
	background: #66ccd6;
	z-index: 2;
}

.photos [class*="phno_"]::after {
	bottom: 0;
	right: 0;
	position: absolute;
	width: 41px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	z-index: 3;
}

.phno_01::after {
	content: "1";
}

.phno_02::after {
	content: "2";
}

.phno_03::after {
	content: "3";
}

.phno_04::after {
	content: "4";
}

.phno_05::after {
	content: "5";
}

.phno_06::after {
	content: "6";
}

.phno_07::after {
	content: "7";
}

.phno_08::after {
	content: "8";
}

.phno_09::after {
	content: "9";
}

@media screen and (max-width: 736px) {
	.flex_02.flex_reverse {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.flex_02.flex_reverse+.flex_02.flex_reverse {
		margin-top: 16px;
	}

	.inner .photos {
		margin-top: 10px !important;
	}

	.inner .photos.mt50 {
		margin-top: 30px !important;
	}

	.copy span.nombers {
		height: 20px;
		width: 20px;
		line-height: 20px;
		margin: 19px .7em 0 0;
		padding-left: .1em;
		font-size: 11px;
	}

	.photos [class*="phno_"] {
		display: inline-block;
		position: relative;
	}

	.photos [class*="phno_"]::before {
		width: 40px;
		height: 40px;
		border-radius: 100% 0 13px 0;
	}

	.photos [class*="phno_"]::after {
		width: 30px;
		height: 35px;
		font-size: 14px;
	}

	.copy.flex_04 {
		margin: 0;
	}

	.idea_area .copy.flex_04 {
		display: block;
	}
}

.plus_info {
	margin-top: 35px;
	background: #f7f063;
	border-radius: 20px;
}

.plus_info p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	border-bottom: 1px solid #fff;
}

.plus_info ul {
	font-size: 18px;
	padding: 1.4em 3em .8em 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plus_info ul li {
	width: 47%;
	margin: 0 0 .8em 0;
}

.plus_info ul li::before {
	content: "\25CF";
	font-size: 10px;
	margin: 0 0 1.2em 0;
	font-weight: bold;
	position: relative;
	bottom: 3px;
	margin-right: 6px;
}

@media screen and (max-width: 736px) {
	.plus_info {
		margin-top: 10px;
		border-radius: 15px;
	}

	.flex_02+.plus_info,
	.mt70+.plus_info {
		margin-top: 20px;
	}

	.plus_info p {
		font-size: 16px;
		padding: .7em 1em;
	}

	.plus_info ul {
		font-size: 14px;
		padding: 1.2em 1.2em .7em 2em;
		display: block;
	}

	.plus_info ul li {
		width: 100%;
		margin: 0 0 .6em 0;
	}

	.plus_info ul li::before {
		content: "\25CF";
		font-size: 10px;
		margin: 0 0 1.2em 0;
		font-weight: bold;
		position: relative;
		bottom: 3px;
		margin-right: 6px;
	}
}

.improve_container .idea_area {
	background: #ebf6f7;
	border: 1px solid #66ccd6;
	border-radius: 20px;
	padding: 50px 35px 40px;
	position: relative;
	margin-top: 20px;
}

.idea_area .idea_tt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #66ccd6;
	padding: .6em 1.2em;
	border-radius: 25px;
	display: inline-block;
	line-height: 1;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.idea_area .copy p {
	line-height: 2.35;
}

.idea_area .cp_left {
	width: 60%;
}

.idea_area .ph_right {
	width: 34%;
	margin-left: 6%;
}

.improve_container p.caption {
	margin-top: 1.2em;
	font-size: 16px;
	line-height: 1.9;
}

.photos_tt {
	font-size: .94em;
	font-weight: bold;
	color: #f7f063;
	background: #66ccd6;
	padding: .5em 1em;
	border-radius: 25px;
	display: table;
	line-height: 1;
	position: relative;
	margin: 0 auto -1em;
	z-index: 2;
}

@media screen and (max-width: 736px) {
	.improve_container .idea_area {
		border-radius: 15px;
		padding: 21px 6vw 7vw;
		position: relative;
		margin-top: 70px;
	}

	.idea_area .idea_tt {
		font-size: 14px;
		padding: .5em 1em;
		border-radius: 15px;
		top: -15px;
		white-space: nowrap;
	}

	.idea_area .cp_left {
		width: 100%;
	}

	.idea_area .ph_right {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}

	.improve_container p.caption {
		font-size: 14px;
		line-height: 1.8;
	}
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

@media screen and (max-width: 736px) {
	.flex_04.flex_04_flex {
		display: flex;
	}

	.ml10 {
		margin-left: 6px;
	}

	.mr10 {
		margin-right: 6px;
	}
}


/* autumn-winter-vegetables */

.autumn-winter .toc,
.autumn-winter .improve_nav li a span:before,
.autumn-winter .improve_nav li ul li a strong,
.autumn-winter .toc ul.toc_iner li a {
	color: #22ac38;
}

.autumn-winter .improve_visual dt,
.autumn-winter .improve_nav2 li a span:before,
.autumn-winter .improve_visual_step span {
	background: #22ac38;
}

.autumn-winter .toc ul.toc_iner li a::before {
	background: #6bbf79;
}

.autumn-winter .improve_container .idea_area {
	background: #f9f3ed;
	border: 1px solid #eeb270;
}

.autumn-winter .improve_container .trick_tt {
	color: #e6a04e;
}

.autumn-winter .copy span.nombers,
.autumn-winter .idea_area .idea_tt,
.autumn-winter .photos [class*="phno_"]::before {
	background: #e6a04e;
}

.autumn-winter .container h2::before {
	background-color: #eeb270;
}

@media screen and (min-width: 737px) {
	.autumn-winter .toc ul.toc_iner li a:hover::before {
		background: #f7f063;
	}

	.autumn-winter .toc ul.toc_iner li a:hover::after {
		color: #6bbf79;
	}
}

.autumn-winter .photos_stt {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #e6a04e;
	padding: 0.5em 2em;
	border-radius: 25px;
	display: table;
	line-height: 1;
	position: relative;
	margin: 0 auto -2.2em;
	z-index: 2;
}

@media screen and (max-width: 736px) {
	.autumn-winter .photos_stt {
		font-size: 1.04em;
		padding: 0.5em 1em;
		margin: 0 auto .6rem;
	}
}

.autumn-winter .meyasu {
	justify-content: space-between;
}

.autumn-winter .meyasu>div {
	width: 33.3%;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.5;
	text-align: center;
	border-right: #777 2px solid;
}

.autumn-winter .meyasu>div:last-child {
	border-right: none;
}

.autumn-winter .meyasu>div span {
	color: #e6a04e;
}

.autumn-winter .meyasu>div span::before {
	font-family: FontAwesome;
	content: "\f061";
	font-size: .86em;
	font-weight: 900;
	display: inline-block;
	margin-right: .3rem;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 736px) {
	.autumn-winter .meyasu>div {
		width: 100%;
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
		margin-top: 1rem !important;
		padding-bottom: 1rem;
		border-right: none;
		border-bottom: #aaa 2px solid;
	}

	.autumn-winter .meyasu>div:last-child {
		border-bottom: none;
		margin-bottom: -.6rem;
	}
}

.copy span.nombers.nombers_none {
	height: 30px;
	background: inherit;
}

.photos [class*="phno_"].ph_none::before,
.photos [class*="phno_"].ph_none::after {
	display: none;
}

.autumn-winter .copy .thinning_out01 {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: #e6a04e;
	line-height: 1;
	padding: .5em 1em;
	border-radius: 10px;
	display: inline-block;
	margin: 2rem 0;
}

.autumn-winter .copy .thinning_out02 {
	font-size: 1.3rem;
	font-weight: 700;
}

.autumn-winter .copy .thinning_out02::before {
	font-family: FontAwesome;
	content: "\f101";
	font-size: 1em;
	font-weight: 900;
	display: inline-block;
	margin-right: .3rem;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 736px) {
	.autumn-winter .copy .thinning_out01 {
		margin: 1.5rem 0 .6rem;
	}

	.autumn-winter .copy .thinning_out02 {
		font-size: 1.2rem;
	}
}

.container .flex_02>div.photos_min {
	width: 400px;
}

@media screen and (max-width: 736px) {
	.container .flex_02>div.photos_min {
		width: 100%;
	}

	.idea_area .copy.flex_04.if {
		display: inline-flex;
		margin: 0 0 20px;
	}
}

.improve_visual.l2 {
	padding: 75px 0 46px;
}

.improve_visual dt.l2 {
	position: relative;
	top: -1.3em;
}

@media screen and (max-width: 736px) {
	.improve_visual.l2 {
		padding: 40px 0 70px;
	}

	.improve_visual dt.l2 {
		position: inherit;
		top: 0;
	}
}

.autumn-winter .copy .thinning_out03 {
	font-size: 1.1rem;
	font-weight: 700;
	background: #f6ddbb;
	line-height: 1;
	padding: .5em 1em;
	border-radius: 10px;
	display: inline-block;
	margin: 2rem 0 0;
}

.autumn-winter .copy .thinning_out01.lh1 {
	margin: 2rem 0 0;
}

@media screen and (max-width: 736px) {
	.autumn-winter .copy .thinning_out03 {
		margin: 1.5rem 0 0;
	}

	.autumn-winter .copy .thinning_out01.lh1 {
		margin: 1.5rem 0 0;
	}
}

.supervision_btm .inner+.inner {
	margin-top: 50px;
}

.supervision_btm a img {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2))
}

.supervision_btm .bt_index {
	margin: 60px auto 0;
	max-width: 980px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.supervision_btm .bt_index {
		margin: 45px auto 0;
		max-width: 100%;
	}
}

.supervision_btm .bt_index a {
	font-size: 20px;
	display: inline-block;
	position: relative;
	background: #fff;
	line-height: 1;
	padding: .6rem 60px .6rem 40px;
	border-radius: 25px;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15))
}

.win .supervision_btm .bt_index a {
	padding: .7rem 60px .6rem 40px;
}

@media screen and (max-width: 736px) {
	.supervision_btm .bt_index a {
		font-size: 18px;
		padding: .8rem 50px .8rem 30px;
	}

	.win .supervision_btm .bt_index a {
		padding: .9rem 50px .8rem 30px;
	}
}

.supervision_btm .bt_index a::before {
	content: '';
	background: url(/tiller/yasai/improve/img/bottom/btm_arrow02.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 18px;
	height: 8px;
	background-size: contain;
	transform: translateY(-50%);
}

@media screen and (max-width: 736px) {

	.supervision_btm .bt_index a::before,
	.supervision_btm .bt_index a:hover::before {
		right: 20px;
	}
}

@media (any-hover: hover) {

	.supervision_btm .bt_index a,
	.supervision_btm .bt_index a::before {
		transition: .2s all;
	}
}

@media screen and (min-width: 737px) {
	.supervision_btm .bt_index a:hover::before {
		transform: translate(5px, -50%);
	}
}