@charset "UTF-8";

#page_title_section {
	background-image: url("../img/products/top_backimage.jpg");
	background-position: 50% 50%;
}

#message_section .contents {
	background: linear-gradient(to right, transparent 10%, #f0f0f0 10%);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 50px 0;
}

#message_section .contents .inner_img {
	padding-right: 50px;
}

#message_section .contents .inner_txt {
	max-width: 500px;
	margin-right: calc(50% - 490px);
}

@media screen and (max-width: 980px) {
	#message_section .contents .inner_txt {
		margin-right: 0;
	}
}

#message_section .contents .inner_txt .comment {
	font-size: 15px;
	line-height: 2.2em;
	padding-top: 50px;
}

#lineup_section .container {
	max-width: 980px;
	margin: 0 auto;
}

#lineup_section .contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}

#lineup_section .inner {
	max-width: 480px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
	width: 49%;
}

#lineup_section .inner .prod_name {
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 20px 0;
}

#lineup_section .inner .reco {
	border-radius: 5px;
	padding: 10px 10px 5px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 1.8em;
}
#lineup_section .inner .reco span {
	font-size: 15px;
	line-height: 1.2em;
	background: #ffffff;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 5px 3px;
	display: inline-block;
}

#lineup_section .inner .reco1 {
	background: #C3B066;
}

#lineup_section .inner .reco2 {
	background: #DA785E;
}

#lineup_section .inner .reco3 {
	background: #7481B8;
}

#lineup_section .inner .reco4 {
	background: #DCA14C;
	padding: 25px 10px;
}

#lineup_section .inner .reco1 span {
	color: #C3B066;
}

#lineup_section .inner .reco2 span {
	color: #DA785E;
}

#lineup_section .inner .reco3 span {
	color: #7481B8;
}

#lineup_section .inner .comment {
	font-size: 15px;
	line-height: 1.8em;
	padding: 20px 0 50px;
	text-align: justify;
}

#lineup_section .inner .comment span {
	font-size: 20px;
	line-height: 1.8em;
}



/* スマートフォン用 */
@media screen and (max-width: 768px) {

	#message_section .contents {
		margin-bottom: 100px;
	}

	#message_section .contents {
		background: #f0f0f0;
		display: block;
		padding: 50px 20px;
	}

	#message_section .contents .inner_txt .comment {
		line-height: 2.0em;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#message_section .contents .inner_txt {
		max-width: none;
	}

	#message_section .contents .inner_img {
		padding-right: 0;
		margin-bottom: -100px;
	}

	#lineup_section {
		padding: 0;
	}

	#lineup_section .container {
		padding: 0 20px;
	}

	#lineup_section .contents {
		display: block;
		padding-top: 30px;
	}

	#lineup_section .inner {
		max-width: none;
		width: 100%;
		padding: 20px;
	}

	#lineup_section .inner .prod_name {
		font-size: 18px;
		padding: 15px 0;
	}

	#lineup_section .inner .reco {
		font-size: 15px;
	}

	#lineup_section .inner .reco span {
		font-size: 14px;
	}

	#lineup_section .inner .comment {
		padding-bottom: 30px;
	}

	#lineup_section .inner .comment span {
		font-size: 18px;
	}

}


