@charset "UTF-8";




.l-content > .u-inner {
	padding: 30px 0;
	display: table;
}

.l-content .e-image {
	width: 400px;
	display: table-cell;
}

.l-content .e-inner {
	padding: 15px 0 0 30px;
	display: table-cell;
}

.l-content .e-title {
	font-size: 2.2rem;
	line-height: 1.35;
	margin: 0 0 15px;
}

.l-content .e-text {
	font-size: 1.6rem;
	line-height: 1.75;
}





/*---------------------------------
from LOCAL03
----------------------------------*/





.l-product-text {
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	margin: 0 0 30px;
}

.l-product .e-inner {
	padding: 0 60px 60px;
}

.l-product .e-inner:after {
	content: '';
	display: block;
	clear: both;
}

.l-product .e-inner .e-image {
	width: 400px;
	float: left;
}

.l-product .e-inner .e-image .e-img {
	border-radius: 10px;
	border: 1px solid #ddd;
}

.l-product .e-inner table {
	width: calc(100% - 430px);
	border-bottom: 1px solid #ddd;
	float: right;
}

.l-product .e-inner table th {
	font-size: 1.4rem;
	font-weight: 400;
	width: 100px;
	padding: 10px;
	background: #f1f1f1;
	border-top: 1px solid #ddd;
}

.l-product .e-inner table td {
	font-size: 1.4rem;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.l-product .e-note-wrap {
	margin: 0 0 30px 0;
	padding: 20px 20px 10px 20px;
	background: #f1f1f1;
	border-radius: 10px;
}

.l-product .e-note-item {
	font-size: 1.4rem;
	margin: 0 0 10px;
	padding: 0 0 0 1.25em;
	position: relative;
}

.l-product .e-note-item:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.l-product .e-button {
	text-align: center;
	display: block;
}

.l-product .e-button .e-link {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	margin: 0 auto;
	padding: 20px 100px;
	background: #eb4200;
	border-radius: 10px;
	display: inline-block;
}











