@charset "UTF-8";

/* --------------------------------------------------------
	common within page
-------------------------------------------------------- */
h2 {
    font-size: 190%;
    text-align: center;
    font-weight: 500;
    color: #333;
}
h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #808080;
    margin: 0.25em auto 1em;
}
.sec-page-head {
	margin-bottom: 0;
}
.sec-com-pro-his ul {
	display: flex;
	justify-content: space-between;
}
.sec-com-pro-his ul li.box-image {
    padding-left: 1.5em;
    text-align: center;
}
.sec-com-pro-his ul li.box-image img + img {
    margin-top: 1em;
}
/* --------------------------------------------------------
	table
-------------------------------------------------------- */

.sec-com-pro div {
	max-width: 960px;
	margin: auto;
	position: relative;
}
.sec-com-pro div ul {
	border-top: 1px solid #ccc;
	padding: 0.5em 0;
	display: flex;
}
.sec-com-pro div ul li:nth-child(1) {
	color: #727171;
	font-weight: 500;
	padding-right: 1em;
	width: 100px;
}
.sec-com-pro div ul li:nth-child(2) {
	width: 100%;
}
.sec-com-pro div ul:last-child {
	border-bottom: 1px solid #ccc;
}
.sec-com-pro hr {
	border: 0.5px dashed #ccc;
	width: 100%;
	margin: 0.5em 0;
}
.caption {
	text-align: center;
	margin: 0.4em 0 0;
	width: auto;
}
p strong {
	color: #3ca062;
	font-weight: 500;
	font-size: 110%;
}

/* --------------------------------------------------------
	green line
-------------------------------------------------------- */
.sec-com-pro-his h3 {
    font-size: 115%;
    color: #4d4d4d;
    border-left: 6px solid #3ca062;
    font-weight: 700;
    padding-left: 0.5em;
    margin-bottom: 1em;
}
.ajust-line {
	line-height: 2.95em;
}
.sec-bg-gray {
    background: #f2f2f2;
    padding: 2em 20px 4em;
}
.sec-bg-gray div {
	max-width: 960px;
	margin: auto;
	position: relative;
}
.in_text_R {
	float: right;
	margin: 2em 0 0 2em;
}
.in_text_L {
	float: left;
	margin: 0 2em 2em 0; 
}
.his-pri_set  {
	margin-top: 1em;
	width: 32%;
}
.his-pri_set img {
	width: 100%;
}


@media screen and (max-width: 767px) {
	
	.product-title{
		height: 78px;
	}
	h1 {
		font-size: 1.5em;
		position: relative;
	}	
	.sec-com-pro-his div ul {
		display: block;
	}
	.his-pri_set {
		margin-top: 1em;
		width: 100%
	}
    .sec-com-pro-his ul li.box-image {
    padding-left: 0;
    margin-top: 2em;
}
}






















