@charset "utf-8";

.greenplan .gaiyo_block._column .gaiyo_graf img {
	width: 80%;
	max-width: 456px;
}
.greenplan .gaiyo_img img {
	width: 80%;
	max-width: 600px;
}
.greenplan .contents_ptit,
.greenplan .price_table table thead tr > *,
.greenplan .price_table._home table tbody tr > ._blue {
	background: #008842;
}
.greenplan .contents_ptit ._icon a,
.greenplan .gaiyo_tit,
.contents_area .greenplan .list.dot > li::before,
.greenplan .gaiyo_grafexp dt,
.greenplan .price_table._home table tbody tr > td ._pri,
.greenplan .gaiyo_lead {
	color: #008842;
}
.greenplan .gaiyo_graftit > span,
.greenplan .price_block ._heading ._tit {
	color: #008842;
	border-color: #008842;
}
.greenplan .price_table._home table tbody tr > ._lblue {
	color: #008842;
	background: #e5f3ec;
}
.greenplan .price_block ._heading.tokuten_tit ._tit {
	background: #008842;
	color: #fff;
	font-size: 125%;
}
.tmenu_box ._tit {
	font-size: 108%;
	font-weight: bold;
	color: #008842;
	margin-bottom: .5em;
}
.tmenu_box .flex > a {
	width: 18.5%;
	transition: .5s;
}
.tmenu_box .flex > a:hover {
	opacity: .7;
}
.tokuten_body {
	margin-top: 2em;
}
.tokuten_lead {
	font-size: 112.5%;
	font-weight: bold;
	color: #008842;
	position: relative;
	padding-right: 7em;
}
.tokuten_lead > img {
	width: 6em;
	position: absolute;
	right: 0;
	top: -5em;
}
.tokuten_body .trigger {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 17em;
	border: 1px solid #008842;
	background: #fff;
	color: #008842;
	font-size: 112.5%;
	font-weight: bold;
	padding: .5em 3.5em .5em 1.5em;
	margin: 1.5em 0 0 auto;
	position: relative;
	cursor: pointer;
	transition: .5s;
}
.tokuten_body .trigger:hover {
	background: #FFFCCC;
}
.tokuten_body .trigger::before,
.tokuten_body .trigger::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.tokuten_body .trigger::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	background: #008842;
	right: 1.5em;
}
.tokuten_body .trigger::after {
	content: "＋";
	color: #fff;
	right: 1.75em;
	line-height: 1.4;
}
.tokuten_body .trigger.open::after {
	content: "－";
}
.tokuten_body .trigger_target {
	display: none;
	background: #fff;
	border: 1px solid #D8D9AA;
	margin-top: 2em;
	padding: 2em;
	border-radius: 15px;
}
.price_block .tokuten_body .trigger_target ._heading ._tit {
	background: #008842;
	color: #fff;
	border: none;
}
.price_block .tokuten_body .trigger_target ._body {
	margin-top: 1.5em;
}
.price_block .tokuten_body .trigger_target ._body + ._heading {
	margin-top: 3em;
}
.signup_flow {
	background: #fff;
	border-radius: 15px;
	border: 1px solid #D8D9AA;
	position: relative;
}
.flex.signup_flow ._box {
	width: 50%;
	text-align: center;
	padding: 2em;
}
.flex.signup_flow ._box + ._box {
	position: relative;
}
.flex.signup_flow ._box + ._box::before,
.flex.signup_flow ._box + ._box::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 53%;
	background: #D8D9AA;
	left: 0;
}
.flex.signup_flow ._box + ._box::before {
	transform: rotate(-20deg);
	top: -1%;
}
.flex.signup_flow ._box + ._box::after {
	transform: rotate(20deg);
	bottom: -1%;
}
.signup_flow ._step {
	display: inline-block;
	background: #008842;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1;
	padding: .5em 1em;
	border-radius: .5em;
	margin-bottom: 1em;
	white-space: nowrap;
}
.flex.signup_flow ._lead {
	color: #008842;
	font-size: 125%;
	font-weight: bold;
}
.flex.signup_flow ._logo {
	display: inline-block;
	margin: .5em .75em;
	height: 3em;
	vertical-align: -1.25em;
}
.flex.signup_flow .btn_link {
	margin-top: .5em;
	width: 90%;
	background: linear-gradient(#abcd03 0%, #008842 50%, #006837 100%);
	border-color: #008842;
	color: #fff;
	padding: .5em 2.5em .5em .5em;
	font-size: clamp(1.0rem, 1.464vw, 2.2rem);
}
.flex.signup_flow .btn_link::before {
	background: #fff;
}
.flex.signup_flow .btn_link::after {
	background-image: url("../../common/images/arrow_gre.svg");
}
.flex.signup_flow .btn_link:hover {
	background: #008842;
}
.signup_flow._complete {
	margin-top: 4em;
	padding: 2.5em 2em 2em;
}
.signup_flow._complete ._step {
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}



@media only screen and (max-width: 768px) {	
	.tmenu_box .flex {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.tmenu_box .flex > a {
		width: 47%;
	}
	.tmenu_box .flex > a:nth-child(n+3) {
		margin-top: 1em;
	}
	.tokuten_body {
		margin-top: 0;
	}
	.tokuten_lead {
		padding-right: 0;
	}
	.tokuten_lead > img {
		position: static;
		float: right;
		width: 4em;
		margin: -1.5em 0 0 1em;
	}
	.tokuten_body .trigger {
		width: 100%;
		margin-top: 1em;
	}
	.tokuten_body .trigger_target {
		margin-top: 1em;
		padding: 1.5em 1em;
		border-radius: 10px;
	}
	.price_block .tokuten_body .trigger_target ._body {
		margin-top: 0;
	}
	.signup_flow {
		border-radius: 10px;
	}
	.flex.signup_flow ._box {
		width: 100%;
		padding: 1.5em 1em;
	}
	.flex.signup_flow ._box + ._box::before,
	.flex.signup_flow ._box + ._box::after {
		width: 52%;
		height: 1px;
		top: -1em;
	}
	.flex.signup_flow ._box + ._box::before {
		transform: rotate(10deg);
		left: -1%;
	}
	.flex.signup_flow ._box + ._box::after {
		transform: rotate(-10deg);
		bottom: auto;
		left: auto;
		right: -1%;
	}
	.flex.signup_flow .btn_link {
		width: 100%;
		font-size: clamp(1.6rem, 1.171vw, 1.8rem);
	}
	.signup_flow._complete {
		margin-top: 3em;
		padding: 2.5em 1em 1.5em;
	}
	
  
}

@media only screen and (min-width: 769px) {
  
}