/* l-mv
---------------------------------------------------------------------------- */
.l-mv{
	background-image:url("/images/goods/single/bg_mv.jpg");
}


/* l-content
---------------------------------------------------------------------------- */
.l-content{
	margin-top:10px;
	padding:0 0 50px;
}


/* p-anchor
---------------------------------------------------------------------------- */
.p-anchor{
	padding:55px 0 0;
}

.p-anchor ul{
	
}

.p-anchor ul li{
	float:left;
	width:200px;
	background-image:url("/images/goods/bg_anchor.png");
	background-position: center top;
	background-repeat:no-repeat;
	padding:15px 10px 25px;
	margin-right:50px;
}

.p-anchor ul li:last-child{
	margin-right:0;
}

.p-anchor ul li a{
	text-align:center;
	text-decoration: none;
}

.p-anchor-img{
	min-height:130px;
	margin:0 0 10px;
}

.p-anchor-img img{
	width:auto;
	height:120px;
}

.p-anchor-text{
	font-size:16px;
	margin:0 0 5px;
}

.p-anchor-arrow{
	position: relative;
	top:0;
	transition: all 300ms 0s ease;
}

.p-anchor ul li:hover .p-anchor-arrow{
	top:5px;
}

@media screen and (max-width:768px){
	.p-anchor{
		padding:30px 0 0;
	}

	.p-anchor ul{

	}

	.p-anchor ul li{
		float:left;
		width:40%;
		background-image:url("/images/goods/bg_anchor.png");
		background-position: center top;
		background-size:auto 100%;
		background-repeat:no-repeat;
		padding:15px 10px 25px;
		margin-right:0;
		margin:0 5% 20px;
	}
	
	.p-anchor ul li:nth-child(2n){
		float:right;
	}
	
	.p-anchor ul li:nth-child(2n+1){
		clear:left;
	}

	.p-anchor ul li:last-child{
		margin-right:5%;
	}

	.p-anchor ul li a{
		text-align:center;
		text-decoration: none;
	}

	.p-anchor-img{
		min-height:0;
		margin:0 0 10px;
	}
	
	.p-anchor-img{
		width:auto;
		display: table;
		margin: 0 auto;
	}
	
	.p-anchor-img img{
		display: table-cell;
		vertical-align: middle;
		height:60px;
	}

	.p-anchor-text{
		font-size:12px;
		margin:0 0 5px;
	}

	.p-anchor-arrow{
		position: relative;
		top:0;
		transition: all 300ms 0s ease;
	}
	
	.p-anchor-arrow img{
		width:15px;
		height:auto;
	}

	.p-anchor ul li:hover .p-anchor-arrow{
		top:0;
	}
}


/* p-products
---------------------------------------------------------------------------- */
.p-products{
	margin:0 0 148px;
}

.p-products-list{
	margin:-185px 0 40px;
	padding-top:210px;
}

.p-products-list ul{
	margin:36px 0 0;
}

.p-products-list-img{
	text-align: center;
	margin:0 0 10px;
}

.p-products-list-box{
	width:440px;
	float:left;
	margin-bottom:20px;
}

.p-products-list-box a{
	text-decoration: none;
}

.p-products-list-box:nth-child(2n){
	float:right;
}
.p-products-list-box:nth-child(2n+1){
	clear:both;
}

.p-products-list-box-img{
	width: 440px;
	height: 300px;
	text-align:center;
}

.p-products-list-box-img img{
	height: 300px;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.m-description{
	margin:-77px 0 0 20px;
	position: relative;
	width:440px;
}

.m-description-text{
	width:440px;
	background-repeat: no-repeat;
	background-position: 400px center;
	background-image: url("/images/common/ico_link_arrow.png");
	padding-right:45px;
	transition: all 300ms 0s ease;
}

.p-products-list-box a:hover .m-description-text{
	background-position: 410px center;
}

@media screen and (max-width:768px){
	.p-products{
		margin:0 0 70px;
	}

	.p-products-list{
		margin:25px 0 40px;
		padding-top:0;
	}

	.p-products-list ul{
		margin:36px 0 0;
		padding: 0 10px;
	}

	.p-products-list-img{
		width:37px;
		height:auto;
		margin:0 auto 10px;
	}
	
	.p-products-list-box-img{
		height:150px;
		width: auto;
	}

	.p-products-list-box-img img{
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.p-products-list-box{
		width:100%;
		float:none;
		margin:0 0 40px;
	}

	.p-products-list-box a{
		text-decoration: none;
	}

	.p-products-list-box:nth-child(2n){
		float:none;
	}

	.p-products-list-box-img{

	}

	.m-description{
		margin:0;
		position: relative;
		width:100%;
		padding:0;
	}

	.m-description-text{
		width:100%;
		background-repeat: no-repeat;
		background-position: 95% center;
		background-image: url("/images/common/ico_link_arrow.png");
		padding-right:45px;
		background-size:15px auto;
	}
	
	.p-products-list-box a:hover .m-description-text{
		background-position: 95% center;
	}
}


/* p-description
---------------------------------------------------------------------------- */
.p-description{
	
}

.p-description-sale{
	margin:0 0 50px;
}

.p-description-text{
	font-size:16px;
	line-height:1.7;
	margin:0 0 25px;
}

.p-description-link{
	background: #fff;
	padding:10px 10px 10px 30px;
	background-repeat: no-repeat;
	background-position:30px 35px;
	background-image: url("/images/goods/bg_tel.png");
	margin:0 0 15px;
}

.p-description-link-left{
	float:left;
	font-size:15px;
	padding-left:45px;
	padding-top:15px;
}

.p-description-link-left span{
	font-size:25px;
	color:#edc469;
	font-weight: bold;
	padding-left: 5px;
}

.p-description-link-right{
	float:right;
}

.p-description-use{
	margin:0 0 140px;
}

.p-description-use-box{
	background: #fff;
	padding:27px 35px 28px;
	margin: 0 0 20px;
}

.p-description-use-box li{
	margin: 0 0 25px;
}

.p-description-use-box li:last-child{
	margin: 0 0 0;
}

.p-description-use-box-title{
	font-size:15px;
	font-weight: bold;
}

.p-description-use-box-title span{
	font-size:20px;
	color:#edc469;
	font-style:oblique;
	font-family: 'Playfair Display';
	font-style: italic;
}

.p-description-use-box-text{
	font-size:15px;
}


@media screen and (max-width:768px){
	.p-description{
		width:auto;
		margin:0 10px;
	}

	.p-description-sale{
		margin:0 0 50px;
	}

	.p-description-text{
		font-size:13px;
		line-height:1.7;
		margin:0 0 15px;
	}

	.p-description-link{
		background: #fff;
		padding:10px 10px 10px 10px;
		background-repeat: no-repeat;
		background-position:10px 22px;
		background-image: url("/images/goods/bg_tel.png");
		background-size:18px auto;
		margin:0 0 15px;
	}

	.p-description-link-left{
		float:none;
		font-size:13px;
		padding-left:20px;
		padding-top:0;
	}

	.p-description-link-left span{
		font-size:20px;
		color:#edc469;
		font-weight: bold;
		padding-left: 5px;
	}

	.p-description-link-right{
		float:none;
		margin:10px 0 0;
	}

	.p-description-use{
		margin:0 0 60px;
	}

	.p-description-use-box{
		background: #fff;
		padding:15px;
		margin: 0 0 20px;
	}

	.p-description-use-box li{
		margin: 0 0 25px;
	}

	.p-description-use-box li:last-child{
		margin: 0 0 0;
	}

	.p-description-use-box-title{
		font-size:13px;
		font-weight: bold;
	}

	.p-description-use-box-title span{
		font-size:16px;
		color:#edc469;
		font-style:oblique;
		font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	}

	.p-description-use-box-text{
		font-size:13px;
	}
}

/* p-download
---------------------------------------------------------------------------- */
.p-download{
	padding:50px 0 0;
	margin:0 0 140px;
}

.p-download-total{
	font-size:15px;
	text-align:right;
}

.p-download ul{
	margin:20px 0 0;
}

.p-download ul li{
	background:#fff;
	margin:0 0 40px;
}

.p-download ul li .p-download-link{
	text-decoration:none;
	padding: 14px 0 14px;
	display: block;
}

.p-download-left{
	float:left;
	width:650px;
	background-image:url("/images/download/bg_pdf.png");
	background-repeat:no-repeat;
	background-position:20px center;
	padding-left:100px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.p-download-right{
	float:right;
	margin: 20px 20px;
}

.p-download-title{
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
}

.p-download-text{
	font-size:15px;
}

@media screen and (max-width:768px){
	.p-download{
		padding:30px 0 0;
		margin:0 10px 50px;
	}

	.p-download-total{
		font-size:12px;
		text-align:right;
	}

	.p-download ul{
		padding:10px 10px 14px;
		background:none;
		margin:20px 0 0;
		padding: 0;
	}

	.p-download ul li{
		font-size:13px;
		border-bottom:0;
		background:#fff;
		margin:0 0 30px;
	}

	.p-download ul li a{
		text-decoration:none;
		padding:10px 10px 10px !important;
		display: block;
	}
	
	.p-download-left{
		float:none;
		width:100%;
		background-image:url("/images/download/bg_pdf.png");
		background-repeat:no-repeat;
		background-position:20px center;
		background-size:45px auto;
		padding-left:100px;
	}

	.p-download-right{
		float:none;
		margin: 20px 20px;
		text-align:center;
	}
	
	.p-download-right img{
		width:112px;
		height:auto;
	}

	.p-download-title{
		font-size:15px;
		font-weight:bold;
		margin:0 0 10px;
	}
}