@charset "UTF-8";





/*----------------------------------
for company
----------------------------------*/


/*----------------------------------
from LOCAL01 content
----------------------------------*/

.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 LOCAL02 menu
----------------------------------*/

.l-info-menu-list {
	letter-spacing:-.4em;
	margin:0 0 60px;
}

.l-info-menu-item {
	letter-spacing:0;
	width:50%;
	margin-bottom:40px;
	display:inline-block;
}

.l-info-menu-item:nth-child(odd) {
	padding-right:20px;
}

.l-info-menu-item:nth-child(even) {
	padding-left:20px;
}

.l-info-menu-item .anc {
	text-decoration:none;
	min-height:380px;
	display:block;
	background-position:center;
	background-size:100% auto;
	position:relative;
	transition: all 1s;
}

.l-info-menu-item:nth-child(1) .anc {
	background-image: url(../../img/items/img-01.jpg) ;
}

.l-info-menu-item:nth-child(2) .anc {
	background-image: url(../../img/items/img-02.jpg);
}

.l-info-menu-item:nth-child(3) .anc {
	background-image: url(../../img/items/img-03.jpg);
}

.l-info-menu-item:nth-child(4) .anc {
	background-image: url(../../img/items/img-04.jpg);
}

.l-info-menu-item:nth-child(5) .anc {
	background-image: url(../../img/items/img-05.jpg);
}


.l-info-menu-item .anc:after {
	content:'';
	width:100%;
	height:100%;
	display:block;
	background: #2E7BD7;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:0;
	transition: all 1s;
}

.no-touch .l-info-menu-item .anc:hover {
	background-size:105% auto;
	opacity:1;
}

.no-touch .l-info-menu-item .anc:hover:after {
	opacity:.5;
}

.l-info-menu-item .anc .title {
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.35;
	text-align:center;
	letter-spacing:.05em;
	width:100%;
	padding:10px 0;
	background:rgba(0,0,0,.8);
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 1s;}

.no-touch .l-info-menu-item .anc:hover .title {
	background:rgba(51,0,0,.5);
}



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



.l-product-text {
	font-size: 1.8rem;
	line-height: 1.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;
	margin:10px 0;
	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;
}

/* sonota  */

.copy{
	font-size: 16px;
	color: #300;
	letter-spacing: 0.2em;
	}
	
.area{
	width: 150px;
	height: auto;
	font-size: 16px;
	color: #300;
	letter-spacing: 5px;
	background-color: #E4DFD6;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;        /* CSS3*/
	-webkit-border-radius: 5px;    /* Safari,Google Chrome */
	-moz-border-radius: 5px;   /* Firefox*/
	behavior: url(../../../wp/pie/PIE.html);/* IE */
	margin-bottom: 5px;
	margin-top: 10px;
	}
	
figcaption { font-weight: bold;
	font-size: 14px;
	margin:5px 0 0 10px;}