@charset "utf-8";

/* --------------------------------------------- */
/* Image                                         */
/* --------------------------------------------- */
.section-wrapper figure img.science {
	float: right;
	width:30%;
	padding:0 20px;
}
@media only screen and (max-width: 767px) {
	.section-wrapper figure img.science {
		padding:15px 10px 5px;
		width:55%;
	}
}
.section-wrapper figure img.packing {
	width: 65% !important;
}
@media only screen and (max-width: 767px) {
	.section-wrapper figure img.packing {
		width: 100% !important;
	}
}

/* --------------------------------------------- */
/* section products                              */
/* --------------------------------------------- */
.section-products {
	position: relative;
}
.btn_products {
	position: absolute;
	display: block;
	right: 100px;
	bottom: 120px;
}
@media only screen and (max-width: 767px) {
	.btn_products {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 70px;
		padding: 0 10px;
	}
}

/* --------------------------------------------- */
/* section titie                                 */
/* --------------------------------------------- */
.section-titie {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	background-color: #054791;
}
.section-titie:after {
	border-top: 50px solid #054791;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;			/* ’†‰›Šñ‚¹ */
	margin-left: -50px; /* ’†‰›Šñ‚¹ */
}
.section-titie h2 {
	color: #fff;
	font-size: 2.0em;
}

@media only screen and (max-width: 767px) {
	.section-titie {
		margin-bottom: 40px;
	}
	.section-titie:after {
		border-top: 30px solid #054791;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;			/* ’†‰›Šñ‚¹ */
		margin-left: -30px;	/* ’†‰›Šñ‚¹ */
	}
	.section-titie h2 {
		font-size: 1.4em;
		line-height: 1.3em;
	}
}

.section-titie-red {
	background-color: #ff3702;
}
.section-titie-red:after {
	border-top: 50px solid #ff3702;
}
@media only screen and (max-width: 767px) {
	.section-titie-red:after {
		border-top: 30px solid #ff3702;
	}
}

.section-bgcolor-lightblue {
	background-color: #e9f6fe;
}
.section-bgcolor-lightpink {
	background-color: #ffdfd0;
}
.section-message {
	background-color:#fff;
	border: 5px solid #fff;
	border-radius: 10px;
	margin: 10px 10px 40px;
	padding: 5px 20px;
	display: inline-block;
}

/* --------------------------------------------- */
/* spec                                          */
/* --------------------------------------------- */
.btn_spec {
	position: absolute;
/*	right: 100px;*/
/*	bottom: 60px;*/
	right: 70px;
	bottom: 10px;
}

ul.list-spec {
	padding: 10px 0;
}
