@charset "UTF-8";

/* *******************************************************************************************
*
読んで上達！やさいの育て方 ff300
*
******************************************************************************************* */
.improve_visual_step p {
	font-size: 30px;
}

.improve_visual_step h1.visual_sttl {
	font-size: 48px;
	margin-top: 5px;
}

#Improve .improve_maru {
	width: 100%;
	height: 105px;
	background-size: contain;
	text-align: center;
	margin-bottom: 60px;
	background: url(/tiller/yasai/improve/ff300/img/ff300_img01.png) no-repeat;
	background-position: center;
}

#Improve .improve_maru span {
	font-size: 35px;
	font-weight: bold;
	display: block;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 736px) {
	.improve_visual_step p {
		font-size: 24px;
	}

	.improve_visual_step h1.visual_sttl {
		font-size: 38px;
		line-height: 1.5;
	}

	#Improve .improve_maru {
		min-height: 105px;
		margin-bottom: 30px;
	}

	#Improve .improve_maru span {
		font-size: 26px;
	}
}

#Improve .mt1em {
	margin-top: 1em;
}

#Improve .mt2em {
	margin-top: 2em;
}

#Improve .mt3em {
	margin-top: 3.5em;
}

.list_01 ul {
	font-size: 18px;
	margin-top: 24px;
	margin-left: 16px;
	text-indent: -16px
}

.list_01 ul li {
	margin: 0 0 1.3em 0;
}

.list_01 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) {
	.flex_02+.flex_02 {
		margin-top: 2.5em;
	}

	#Improve .mt3em {
		margin-top: 1.6em;
	}

	.list_01 ul {
		font-size: 14px;
		margin: 20px 0 24px 14px;
		text-indent: -14px
	}

	.list_01 ul li {
		margin: 0 0 1em 0;
	}

	.list_01 ul li::before {
		bottom: 2px;
		margin-right: 5px;
	}
}

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

.flex_06 {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	margin-right: 20px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.flex_06 img {
		width: 302px !important;
	}

	.flex_06 .photos {
		position: relative;
		top: -8px;
	}
}

.copy_02 {
	width: 100%
}

.copy_02 .copy span.nombers {
	margin: 0 1em 0 0;
}

.idea_area .copy_02 .copy p {
	line-height: 1.7;
}

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

@media screen and (max-width: 736px) {
	.idea_area {
		margin-top: 70px !important;
	}

	.flex_07 {
		display: block;
		max-width: 445px;
		margin: 0 auto;
	}

	.flex_06 {
		display: block;
		margin-right: 0;
	}

	.flex_04.copy_02 {
		display: inline-flex;
	}

	.copy_02 {
		width: 100%
	}

	.copy_02 .copy span.nombers {
		margin: 0 1em 0 0;
	}

	.flex_07+.copy span.nombers {
		margin: 16px 1em 0 0;
	}

	.flex_07+.copy p {
		line-height: 1.8;
	}

	.idea_area .idea_tt {
		white-space: nowrap;
	}
}

.improve_container .trick_no {
	height: 25px;
	width: 31px;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: solid 2px #1d96a1;
	display: table;
	margin: 7px 1em 0 0;
	color: #1d96a1;
	padding-left: .1em;
	font-size: 14px;
	font-weight: bold;
}

.win .improve_container .trick_no {
	margin: 3px 1em 0 0;
}

#Improve .ml20 {
	margin-left: 20px;
}

.copy.flex_04 {
	margin: 0;
}

.improve_container .trick_tt {
	width: 100%;
}

@media screen and (max-width: 736px) {
	.improve_container .trick_no {
		height: 20px;
		width: 25px;
		line-height: 20px;
		border: solid 2px #66ccd6;
		margin: 19px 1em 0 0;
		font-size: 11px;
		padding-left: 0;
	}

	.win .improve_container .trick_no {
		margin: 17px 1em 0 0;
	}

	#Improve .ml20 {
		margin-left: 0;
	}

	.copy.flex_04 {
		margin: 0;
	}

	.copy.flex_04+.copy p {
		margin-bottom: 1.7em;
	}
}

.bt_ff300 {
	text-align: center;
	margin: 100px auto -50px;
}

.bt_ff300 .bt_link {
	background: #5abec7;
	display: inline-block;
	padding: 16px 62px 16px 36px;
	position: relative;
	color: #fff;
	letter-spacing: .1em;
	font-weight: 700;
	border-radius: 30px;
	cursor: pointer;
	transition: .2s;
}

.bt_ff300 .bt_link a {
	display: block;
	font-size: 17px
}

.bt_ff300 .bt_link::before {
	content: '';
	background: url(/tiller/yasai/improve/img/index_img07.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 26px;
	width: 18px;
	height: 11px;
	background-size: contain;
	transform: translateY(-50%);
	transition: .2s;
}

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

	.bt_ff300 .bt_link:hover::before {
		transform: translateY(-50%) translate(5px, 0);
		transition: .2s;
	}
}

@media screen and (max-width: 736px) {
	.bt_ff300 {
		margin: 50px auto 0;
	}

	.bt_ff300 .bt_link a {
		font-size: 14px
	}

	.bt_ff300 .bt_link {
		padding: 14px 40px 14px 24px;
		text-align: left;
		letter-spacing: .04em;
		border-radius: 16px;
	}

	.bt_ff300 .bt_link::before {
		right: 20px;
		width: 12px;
		height: 8px;
	}
}