@charset "UTF-8";

.product-title {
	color: #8DC21F;
	text-align: center;
}

.productsection {
	background-repeat: no-repeat;
	position: relative;
}

.productsection:after {
	content: "";
	display: table;
	clear: both;
}

.productsection-text {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.6;
}

.productsection .title {
	position: relative;
	margin-bottom: 15px;
}

.productsection .title:before {
	content: "";
	height: 2px;
	position: absolute;
	background-color: #8DC21F;
	bottom: 10px;
}

.productsection .clear-btn {
	border-color: #8DC21F;
}

.productsection .clear-btn a {
	background-image: url("../img/common/ico_cursor_03.svg");
}

.specification-btn {
	line-height: 1.2;
	border-radius: 4px;
	letter-spacing: 2px;
	border: 2px solid #009D9E;
	background: #8DC21F;
	border-color: #8DC21F;
	text-align: center;
	font-size: 30px;
	margin-left: auto;
	margin-right: auto;
}

.specification-btn a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.specification-btn a {
	color: #fff;
}

@media print, screen and (min-width: 769px) {

.l-contents {
	padding-bottom: 160px;
}

.mainvisual {
	background-image: url("../img/product/mainvisual_product_pc.png");
}

.introarea-text {
	width: 840px;
	margin: 0 auto;
}

.product-wrap {
	margin-bottom: 55px;
}

.product-title {
	font-size: 30px;
}

.productsection {
	min-height: 325px;
	padding: 10px 0 60px 0;
	background-size: contain;
}

.productsection:not(:first-child) {
	margin-top: 80px;
}

.productsection:nth-child(2n + 1) {
	background-position: right center;
	padding-left: 100px;
}

.productsection:nth-child(2n) {
	background-position: left center;
	padding-right: 100px;
}

.productsection:nth-child(2n) .productsection-inner {
	position: absolute;
	left: 670px;
}

.productsection-inner {
	position: absolute;
	left: 100px;
}

.productsection-text {
	font-size: 18px;
	margin-bottom: 50px;
}

.productsection-text .txt {
	font-size: 20px;
}

.productsection .title {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 25px;
}

.productsection .title:before {
	width: 150px;
}

.productsection .clear-btn a:hover {
	background-color: #8DC21F;
	background-image: url("../img/common/ico_cursor_04.svg");
}

.productsection.product-step {
	background-position: right center;
	padding-left: 100px;
}

.productsection.product-step .productsection-inner {
	left: 100px;
}

.product-material {
	background-image: url("../img/product/photo_product_01.png");
}

.product-material .title:before { /*width:150px;*/
}

.product-planning {
	background-image: url("../img/product/photo_product_02.png");
}

.product-menu {
	background-image: url("../img/product/photo_product_03.png");
}

.product-step {
	background-image: url("../img/product/photo_product_04.png");
}

.specification-btn {
	width: 330px;
	font-size: 22px;
}

.specification-btn a {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor.svg") right 20px center no-repeat;
	background-size: 30px 10px;
}

.specification-btn a:hover {
	background-position: right 10px center;
}

.specification-btn:hover a {
	background-color: #009D9E;
	color: #fff;
	background-image: url("../img/common/ico_cursor_04.svg");
	opacity: 1;
}

.specification-btn {
	width: 630px;
	margin-bottom: 200px;
}

.specification-btn a {
	padding: 20px 0;
	background-image: url("../img/common/ico_cursor_04.svg");
}

.specification-btn a:hover {
	background-color: #fff;
	color: #8DC21F;
	background-image: url("../img/common/ico_cursor_03.svg");
}

}

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

.l-contents {
	padding-top: 0;
	padding-bottom: 70px;
}

.mainvisual {
	background-image: url("../img/product/mainvisual_product_sp.png");
}

.product-wrap {
	margin-bottom: 55px;
}

.product-title {
	font-size: 18px;
}

.productsection:before {
	content: "";
	display: block;
	width: 118%;
	margin: 0 -9% 20px;
	height: 0;
	padding-bottom: 68%;
	background-position: center center;
	background-size: cover;
}

.productsection:not(:first-child) {
	margin-top: 50px;
}

.productsection-text {
	margin-bottom: 30px;
}

.productsection-text .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
}

.productsection .title {
	font-size: 18px;
	padding-bottom: 20px;
	text-align: center;
}

.productsection .title:before {
	width: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-material:before {
	background-image: url("../img/product/photo_product_01.png");
}

.product-planning:before {
	background-image: url("../img/product/photo_product_02.png");
}

.product-menu:before {
	background-image: url("../img/product/photo_product_03.png");
}

.product-step:before {
	background-image: url("../img/product/photo_product_04.png");
}

.specification-btn {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 13px;
}

.specification-btn a {
	padding: 5px 10px 5px 10px;
	background: url("../img/common/ico_cursor.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

.specification-btn {
	width: 100%;
	margin-bottom: 80px;
}

.specification-btn a {
	padding: 20px 0;
	background-image: url("../img/common/ico_cursor_04.svg");
}

}

