/**
 * Solution
 */
.l-header .header-navigation .navigation-list .item-03 a {
	background-color: #FFFFFF; 
	cursor: default;
}
.l-header .header-navigation .navigation-list .item-03 a:hover, .l-header .header-navigation .navigation-list .item-03 a:focus, .l-header .header-navigation .navigation-list .item-03 a:active {
	opacity: 1;
}
@media screen and (min-width: 64em) {
	.l-header .header-navigation .navigation-list .item-03 {
		position: relative;
	}
	.l-header .header-navigation .navigation-list .item-03::after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		content: "";
		background-color: #80A31B;
	}
}

.common-heading {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	margin: 0 auto 0 auto;
	border-right: 4px solid #80A31B;
	border-left: 4px solid #80A31B;
	color: #80A31B;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1875; 
	text-align: center;

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 64em) {
	.common-heading {
		max-width: 750px;
		height: 60px;
		font-size: 3.2rem;
	}
}

.intro-heading {
	padding: 50px 20px 50px 20px;
	font-weight: 700;
	font-size: 2.4rem; 
	line-height: 1.5;
	text-align: center;
	background-image: url(../img/top_intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.intro-lead {
	padding: 30px 20px 30px 20px;
	font-size: 1.6rem; 
	line-height: 1.75;
	text-align: center;
}
.intro-play {
	width: 160px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
}
@media screen and (min-width: 64em) {
	.intro-heading {
		padding: 80px 0 70px 0;
		font-size: 3.2rem;
	}
	.intro-lead {
		position: relative;
		max-width: 950px;
		margin: 0 auto 0 auto;
		padding: 50px 0 50px 0;
	}
	.intro-play {
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 1;
		transform: translate(0, -50%); 
		width: auto;
		margin: 0;
	}
}

.flow {
	position: relative;
	background-color: #E9F7DD;
}
.flow-slide {
	padding: 50px 0 60px 0;
}
.flow-slide .slick-track:after {
	display: block;
	clear: both; 
	content: "";
}
.flow-slide .slide-item {
	float: left;
	outline: none !important;
}
.flow-slide .slide-item img {
	width: 100%;
}
.flow-slide .slick-dots {
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	margin: 20px auto 0 auto; 

	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flow-slide .slick-dots li {
	padding: 0 10px 0 10px;
}
.flow-slide .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	outline: none;
	font-size: 0;
	background: #80A31B;
	transition: all 0.1s linear;
}
.flow-slide .slick-dots .slick-active button {
	transform: scale(1.4);
}
@media screen and (min-width: 64em) {
	.flow {
		padding: 50px 0 50px 0;
	}
	.flow::before, .flow::after {
		position: absolute;
		top: 20%;
		z-index: 1;
		width: 20vw;
		max-width: 230px;
		padding: 130.43478% 0 0 0;
		content: "";
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
	}
	.flow::before {
		left: 0;
		background-image: url(../img/top_flow_bg_01.png);
	}
	.flow::after {
		right: 0;
		background-image: url(../img/top_flow_bg_02.png);
	}
	.flow-list .list-items {
		display: -ms-flexbox;
		display: flex;
		margin: -40px 0 0 -66px; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.flow-list .list-item {
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: relative;
		width: 178px;
		height: 178px;
		margin: 40px 0 0 66px; 
		border-radius: 50%;
		color: #FFFFFF;
		text-align: center;
		background-color: #80A31B;

		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.flow-list .list-item::before {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		width: 28px;
		height: 28px;
		margin: -14px 0 0 -46px;
		content: "";
		background-image: url(../img/top_flow_arrow.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
	}
	.flow-list .list-item:first-child::before {
		content: none;
	}
	.flow-list .item-heading {
		font-weight: 700;
		font-size: 2rem; 
		line-height: 1.2;
	}
	.flow-list .item-summary {
		margin: 10px 0 0 0;
		font-size: 1.2rem; 
		line-height: 1.5;
	}
	.flow-image {
		position: relative;
		margin: -32px 0 0 0;
		text-align: center;
	}
}

.sec-difference .difference-inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
}
.sec-difference .difference-matrix {
	margin: 40px 0 0 0;
	text-align: center;
}
.sec-difference .difference-summary {
	margin: 40px 0 0 0;
	font-size: 1.4rem; 
	line-height: 1.71429;
}
@media screen and (min-width: 64em) {
	.sec-difference .difference-inner {
		padding: 50px 0 50px 0;
	}
	.sec-difference .difference-matrix {
		margin: 50px 0 0 0;
	}
	.sec-difference .difference-summary {
		margin: 70px 0 0 0;
	}
}

.sec-function {
	background-color: #F5F5F5;
}
.sec-function .function-inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
}
.sec-function .sec-child {
	margin: 40px 0 0 0;
}
.sec-function .sec-child .child-header {
	border-bottom: 1px solid #E2E2E2; 
	text-align: center;
}
.sec-function .sec-child .child-heading {
	display: inline-block;
	position: relative;
	padding: 0 0 10px 0;
	color: #80A31B;
	font-weight: 700;
	font-size: 1.8rem;
}
.sec-function .sec-child .child-heading::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0); 
	width: 100%;
	height: 3px;
	content: "";
	background-color: #80A31B;
}
.sec-function .sec-child .child-copy {
	margin: 35px 0 0 0;
	font-weight: 700;
	font-size: 2.4rem; 
	line-height: 1.14286;
	text-align: center;
}
.sec-function .sec-child .child-summary {
	margin: 20px 0 0 0;
	font-size: 1.4rem; 
	line-height: 1.71429;
}
.sec-function .sec-child .child-list {
	margin: 20px 0 0 0;
}
.sec-function .sec-child .child-list .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -10px -5px 0 -5px; 

	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-function .sec-child .child-list .list-item {
	margin: 10px 0 0 0;
	padding: 0 5px 0 5px;
}
.sec-function .sec-child .child-list .list-item img {
	width: 100%;
}
.sec-function .sec-child .child-list .item-1of4 {
	width: 50%;
}
.sec-function .sec-child .child-list .item-1of5 {
	width: 33.33%;
}
@media screen and (min-width: 64em) {
	.sec-function .function-inner {
		padding: 50px 0 50px 0;
	}
	.sec-function .sec-child {
		margin: 70px 0 0 0;
	}
	.sec-function .sec-child .child-copy {
		font-size: 3.2rem;
	}
	.sec-function .sec-child .child-list .item-1of4 {
		width: 25%;
	}
	.sec-function .sec-child .child-list .item-1of5 {
		width: 20%;
	}
}

.sec-howto .howto-inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 20px 50px 20px;
}
.sec-howto .howto-function {
	display: block;
	margin: 40px 0 0 0;
}
.sec-howto .howto-function .list-items {
	margin: -10px 0 0 0;
}
.sec-howto .howto-function .list-item {
	margin: 10px 0 0 0;
}
.sec-howto .howto-function .item-link {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0 25px 0 80px;
	border: 1px solid #80A81B;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	color: inherit;
	font-size: 1.4rem; 
	text-align: left;
	background-color: #FFFFFF;

	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}
.sec-howto .howto-function .item-link:hover, .sec-howto .howto-function .item-link:focus, .sec-howto .howto-function .item-link:active {
	opacity: 1; 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	text-decoration: none;
	background-color: #80A81B;
}
.sec-howto .howto-function .item-link:hover::after, .sec-howto .howto-function .item-link:focus::after, .sec-howto .howto-function .item-link:active::after {
	background-image: url(../../img/icon_self_white.png);
}
.sec-howto .howto-function .item-link::before {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 1;
	transform: translate(0, -50%); 
	width: 40px;
	height: 40px;
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.sec-howto .howto-function .item-link::after {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 1;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url(../../img/icon_self_green.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.sec-howto .howto-function .item-detail {
	display: none;
}
.sec-howto .howto-function .item-report .item-link::before {
	background-image: url(../../img/icon_report.png);
}
.sec-howto .howto-function .item-report .item-link:hover::before, .sec-howto .howto-function .item-report .item-link:focus::before, .sec-howto .howto-function .item-report .item-link:active::before {
	background-image: url(../../img/icon_report_white.png);
}
.sec-howto .howto-function .item-dashboard .item-link::before {
	background-image: url(../../img/icon_dashboard.png);
}
.sec-howto .howto-function .item-dashboard .item-link:hover::before, .sec-howto .howto-function .item-dashboard .item-link:focus::before, .sec-howto .howto-function .item-dashboard .item-link:active::before {
	background-image: url(../../img/icon_dashboard_white.png);
}
.sec-howto .howto-function .item-news .item-link::before {
	background-image: url(../../img/icon_news.png);
}
.sec-howto .howto-function .item-news .item-link:hover::before, .sec-howto .howto-function .item-news .item-link:focus::before, .sec-howto .howto-function .item-news .item-link:active::before {
	background-image: url(../../img/icon_news_white.png);
}
.sec-howto .howto-case {
	margin: 40px 0 0 0;
}
.sec-howto .howto-case .list-items {
	display: -ms-flexbox;
	display: flex;
	margin: -20px -5px 0 -5px; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-howto .howto-case .list-item {
	margin: 20px 0 0 0;
	padding: 0 5px 0 5px;
}
.sec-howto .howto-case .item-link {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 28px 0 28px;
	border: 1px solid #E2E2E2;
	color: inherit;
	text-decoration: none;
	background-color: #FFFFFF; 

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-howto .howto-case .item-link:hover, .sec-howto .howto-case .item-link:focus, .sec-howto .howto-case .item-link:active {
	opacity: 1;
}
.sec-howto .howto-case .item-link:hover .item-detail p, .sec-howto .howto-case .item-link:focus .item-detail p, .sec-howto .howto-case .item-link:active .item-detail p, 
.sec-howto .howto-case .all-items-button a:hover, .sec-howto .howto-case .all-items-button a:focus, .sec-howto .howto-case .all-items-button a:active {
	color: inherit; 
	background-color: #E2E2E2;
}
.sec-howto .howto-case .item-link:hover .item-detail p::after, .sec-howto .howto-case .item-link:focus .item-detail p::after, .sec-howto .howto-case .item-link:active .item-detail p::after, 
.sec-howto .howto-case .all-items-button a:hover::after, .sec-howto .howto-case .all-items-button a:focus::after, .sec-howto .howto-case .all-items-button a:active::after {
	background-image: url(../../img/icon_blank_black.png);
}
.sec-howto .howto-case .item-thumbs {
	margin: 0 -28px 0 -28px;
}
.sec-howto .howto-case .item-thumbs img {
	width: 100%;
}
.sec-howto .howto-case .item-name {
	margin: 25px 0 0 0;
	font-weight: 700;
	font-size: 1.4rem; 
	line-height: 1.5;
	text-align: center;
}
.sec-howto .howto-case .item-comment {
	margin: 15px 0 25px 0;
	font-size: 1.4rem; 
	line-height: 1.71429;
}
.sec-howto .howto-case .item-detail {
	display: block;
	margin: auto -28px 0 -28px;
	font-size: 1.4rem; 
	text-align: center;
}
.sec-howto .howto-case .item-detail p {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 50px;
	color: #FFFFFF;
	background-color: #202E30;
	transition: all 0.25s linear; 

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-howto .howto-case .item-detail p::after {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 1;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url(../../img/icon_blank_white.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.sec-howto .howto-case .all-items-button {
	display: flex;
	position: relative;
	max-width: 80%;
	margin: 30px auto 0;
	border: 1px solid #E2E2E2;
	border-radius: 3px;
}
.sec-howto .howto-case .all-items-button a::after {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 1;
	width: 12px;
	height: 12px;
	content: "";
	background-image: url(../../img/icon_blank_black.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

@media screen and (min-width: 64em) {
	.sec-howto .howto-inner {
		padding: 50px 0 50px 0;
	}
	.sec-howto .howto-function {
		display: block;
		margin: 65px 0 0 0;
	}
	.sec-howto .howto-function .list-items {
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px 0 -5px; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.sec-howto .howto-function .list-item {
		padding: 0 5px 0 5px; 

		-ms-flex: 1;
		flex: 1;
	}
	.sec-howto .howto-function .item-link {
		display: -ms-flexbox;
		display: flex;
		position: relative;
		min-height: 176px;
		padding: 0;
		border: 0;
		border-radius: 5px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
		color: inherit;
		text-decoration: none;
		text-align: center;

		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-ms-flex-pack: stretch;
		justify-content: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.sec-howto .howto-function .item-link::before {
		position: absolute;
		top: 32px;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, 0); 
		width: 40px;
		height: 40px;
		content: "";
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
	}
	.sec-howto .howto-function .item-link::after {
		content: none;
	}
	.sec-howto .howto-function .item-link:hover, .sec-howto .howto-function .item-link:focus, .sec-howto .howto-function .item-link:active {
		opacity: 1; 
		color: #FFFFFF;
		background-color: #80A31B;
	}
	.sec-howto .howto-function .item-link:hover .item-detail p, .sec-howto .howto-function .item-link:focus .item-detail p, .sec-howto .howto-function .item-link:active .item-detail p {
		color: #80A31B; 
		background-color: #FFFFFF;
	}
	.sec-howto .howto-function .item-link:hover .item-detail p::after, .sec-howto .howto-function .item-link:focus .item-detail p::after, .sec-howto .howto-function .item-link:active .item-detail p::after {
		background-image: url(../../img/icon_self_green.png);
	}
	.sec-howto .howto-function .item-report .item-link::before {
		background-image: url(../../img/icon_report.png);
	}
	.sec-howto .howto-function .item-report .item-link:hover::before, .sec-howto .howto-function .item-report .item-link:focus::before, .sec-howto .howto-function .item-report .item-link:active::before {
		background-image: url(../../img/icon_report_white.png);
	}
	.sec-howto .howto-function .item-dashboard .item-link::before {
		background-image: url(../../img/icon_dashboard.png);
	}
	.sec-howto .howto-function .item-dashboard .item-link:hover::before, .sec-howto .howto-function .item-dashboard .item-link:focus::before, .sec-howto .howto-function .item-dashboard .item-link:active::before {
		background-image: url(../../img/icon_dashboard_white.png);
	}
	.sec-howto .howto-function .item-news .item-link::before {
		background-image: url(../../img/icon_news.png);
	}
	.sec-howto .howto-function .item-news .item-link:hover::before, .sec-howto .howto-function .item-news .item-link:focus::before, .sec-howto .howto-function .item-news .item-link:active::before {
		background-image: url(../../img/icon_news_white.png);
	}
	.sec-howto .howto-function .item-name {
		margin: 82px 0 10px 0;
		font-size: 1.6rem;
	}
	.sec-howto .howto-function .item-detail {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		padding: 3px 3px 3px 3px;
	}
	.sec-howto .howto-function .item-detail p {
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: relative;
		width: 100%;
		height: 40px;
		border-radius: 3px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
		color: #FFFFFF;
		font-size: 1.2rem; 
		background-color: #80A81B;
		transition: all 0.25s linear;

		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sec-howto .howto-function .item-detail p::after {
		display: block;
		position: absolute;
		right: 14px;
		bottom: 50%;
		z-index: 1;
		transform: translate(0, 50%); 
		width: 12px;
		height: 12px;
		content: "";
		background-image: url(../../img/icon_self_white.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
	}
	.sec-howto .howto-case .list-items {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.sec-howto .howto-case .list-item {
		width: 33.33%;
	}
	.sec-howto .howto-case .all-items-button {
		max-width: 29%;
	}
}

.sec-price {
	/*background-color: #F5F5F5;*/
}
.sec-price .price-inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 70px 20px 80px 20px;
}
.sec-price .price-example {
	margin: 40px 0 0 0;
	padding: 50px 0 30px 0;
	border: 1px solid #E2E2E2;
	background-color: #FFFFFF;
}
.sec-price .price-example .list-items {
	display: -ms-flexbox;
	display: flex;
	position: relative;

	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-price .price-example .list-items::after {
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 1;
	width: 90%;
	height: 1px;
	content: "";
	background-color: #E2E2E2;
}
.sec-price .price-example .list-item {
	margin: 60px 0 0 0;
}
.sec-price .price-example .list-item:first-child {
	margin: 0;
}
.sec-price .price-example .item-number {
	font-size: 2rem; 
	line-height: 1.2;
	text-align: center;
}
.sec-price .price-example .item-price {
	margin: 10px 0 0 0;
	color: #80A31B;
	font-size: 1.6rem; 
	line-height: 1;
	text-align: center;
}
.sec-price .price-example .item-icon {
	margin: -10px 10px 0 0;
	vertical-align: middle;
}
.sec-price .price-example .item-value {
	margin: 0 5px 0 0;
	font-weight: 700;
	font-size: 3.2rem;
}
.sec-price .price-example-note {
	margin: 25px 0 0 0;
	color: #808182;
	font-size: 1.1rem; 
	text-align: center;
}
.sec-price .price-registry p {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: stretch;
	align-items: stretch;
}
.sec-price .price-demo {
	max-width: 310px;
	margin: 30px auto 0 auto;
}
.sec-price .price-demo p {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (min-width: 64em) {
	.sec-price .price-inner {
		padding: 70px 0 80px 0;
	}
	.sec-price .price-example {
		margin: 70px 0 0 0;
	}
	.sec-price .price-example .list-items {
		margin: 0 -60px 0 -60px; 

		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.sec-price .price-example .list-items::after {
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
	}
	.sec-price .price-example .list-item {
		margin: 0;
		padding: 0 60px 0 60px;
	}
}
