@charset "utf-8";
/* CSS Document */

.l-mvBlock{
	width:100%;
	/*height:1000px;
	overflow-y:hidden;*/
	line-height:0;
	margin:97px auto 0;
	text-align:center;
	
	background-color:#eeeeee;
	
	
	/*background: rgba(222,222,220,1);
	background: -moz-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,222,220,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(222,222,220,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededc', endColorstr='#f2f2f2', GradientType=0 );*/
}
.l-mvBlock p{
	position:relative;
	margin:0 auto;
	text-align:center;
	line-height:0;
}
.l-mvBlock p img{
	max-width:1600px;
	width:100%;
	text-align:center;
	line-height:0;
}


.l-mainBlock{
	width: 100%;
	margin:0 auto;
	text-align:center;
	padding:70px 0 0;
}
.l-mainBlock .p-message{
	font-size:20px;
	line-height:2;
	padding-bottom:0;
}
.l-mainBlock .l-mainBlock-table{
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.l-mainBlock .l-mainBlock-table > div{
	display:inline-block;
	width: 33.3%;
}
.l-mainBlock .l-mainBlock-table > div:nth-of-type(1){
	padding-right:24px;
}
.l-mainBlock .l-mainBlock-table > div:nth-of-type(2){
	padding-left:12px;
	padding-right:12px;
}
.l-mainBlock .l-mainBlock-table > div:nth-of-type(3){
	padding-left:24px;
}

.l-productBlock{
	width: 100%;
	margin:0 auto;
	text-align:center;
	padding:40px 0 0;
}
.l-productBlock .p-title{
	padding:10px 0 40px;
	font-size:36px;
	text-align:left;
}
.l-productBlock .p-title2{
	padding:10px 0 0px;
	font-size:24px;
	text-align:center;
}
.l-productBlock .p-title img{
	vertical-align:bottom;
	position:relative;
	top:10px;
	margin-left:20px;
}
.l-productBlock .l-list01{
	width:100%;
	margin:0 auto 0px;
	text-align:center;
	padding:40px 0;
	border-bottom:1px solid #ddddde;
}
.l-productBlock .l-list01.p-last{
	padding:40px 0 70px;
	border-bottom:none;
}
.l-productBlock .l-list01 p img{
	max-width:1000px;
	width:100%;
}
/*.l-productBlock .l-list01 > p:nth-child(1){
	width:104px;
	width:10.4%;
	text-align:left;
}
.l-productBlock .l-list01 > p:nth-child(1) img{
	max-width:70px;
	width:100%;
}
.l-productBlock .l-list01 > p:nth-child(2){
	width:140px;
	width:14.0%;
	text-align:center;
}
.l-productBlock .l-list01 > p:nth-child(2) img{
	max-width:80px;
	width:100%;
}
.l-productBlock .l-list01 > p:nth-child(3){
	width:162px;
	width:16.2%;
	text-align:center;
}
.l-productBlock .l-list01 > p:nth-child(3) img{
	max-width:94px;
	width:100%;
}
.l-productBlock .l-list01 > p:nth-child(4){
	width:172px;
	width:17.2%;
	text-align:center;
}
.l-productBlock .l-list01 > p:nth-child(4) img{
	max-width:117px;
	width:100%;
}
.l-productBlock .l-list01 > p:nth-child(5){
	width:210px;
	width:21.0%;
	text-align:center;
}
.l-productBlock .l-list01 > p:nth-child(5) img{
	max-width:143px;
	width:100%;
}
.l-productBlock .l-list01 > p:nth-child(6){
	width:210px;
	width:21.0%;
	text-align:right;
}
.l-productBlock .l-list01 > p:nth-child(6) img{
	max-width:164px;
	width:100%;
}*/
.l-productBlock .l-list01 > p{
	display:inline-block;
}

.l-contactBlock{
	width: 100%;
	margin:0 auto 50px;
	text-align:center;
	padding:40px 0 0;
}
.l-contactBlock .p-title{
	padding:10px 0 40px;
	font-size:36px;
	text-align:center;
}

.p-button01 img{
	max-width:178px;
	width:100%;
}

.p-button02{
	padding-top:30px;
}
.p-button02 img{
	max-width:510px;
	width:100%;
}

.p-button03{
	padding-top:20px;
}
.p-button03 img{
	max-width:516px;
	width:100%;
}

/*-------------------- ▲共通CSS▲ ------------------------*/

/*---------------- ▼PCのみCSS▼ --------------------*/
@media screen and (max-width:1600px){
	
	
	.l-mainBlock{
		width: 100%;
		margin:0 auto;
		text-align:center;
		padding:70px 0 0;
	}
	.l-mainBlock .p-message{
		font-size:20px;
		line-height:2;
		padding-bottom:0;
	}
	.l-mainBlock .l-mainBlock-table{
		width: 100%;
		margin:0 auto;
		text-align:center;
	}
	.l-mainBlock .l-mainBlock-table > div{
		display:inline-block;
		width: 33.3%;
	}
	.l-mainBlock .l-mainBlock-table > div img{
		max-width:444px;
		width:100%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(1){
		padding-right:1%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(2){
		padding-left:0.5%;
		padding-right:0.5%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(3){
		padding-left:1%;
	}
	
	
	
}
@media screen and (min-width:1001px){
	
	
	
	
}
/*---------------- ▲PCのみCSS▲ --------------------*/
/*---------------- ▼タブレット以降CSS▼ --------------------*/
@media screen and (max-width:1000px){	
	
	.l-mainBlock{
		width: 100%;
		margin:0 auto;
		text-align:center;
		padding:70px 0 0;
	}
	.l-mainBlock .p-message{
		font-size:20px;
		line-height:2;
		padding-bottom:0;
	}
	.l-mainBlock .l-mainBlock-table{
		width: 100%;
		margin:0 auto;
		text-align:center;
	}
	.l-mainBlock .l-mainBlock-table > div{
		display:inline-block;
		width: 33.3%;
	}
	.l-mainBlock .l-mainBlock-table > div img{
		max-width:460px;
		width:100%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(1){
		padding-right:1%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(2){
		padding-left:0.5%;
		padding-right:0.5%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(3){
		padding-left:1%;
	}
	
}
/*---------------- ▲タブレット以降CSS▲ --------------------*/
@media screen and (max-width:768px){
	
	.l-mainBlock{
		width: 100%;
		margin:0 auto;
		text-align:center;
		padding:50px 0 0;
	}
	.l-mainBlock .p-message{
		font-size:18px;
		line-height:2;
		padding-bottom:0;
	}
	.l-mainBlock .p-message img{
		max-width:382px;
		width:100%;
	}
	.l-mainBlock .l-mainBlock-table{
		width: 100%;
		margin:0 auto;
		text-align:center;
	}
	.l-mainBlock .l-mainBlock-table > div{
		display:inline-block;
		width: 33.3%;
	}
	.l-mainBlock .l-mainBlock-table > div img{
		max-width:460px;
		width:100%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(1){
		padding-right:1%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(2){
		padding-left:0.5%;
		padding-right:0.5%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(3){
		padding-left:1%;
	}
	
	.l-productBlock{
		width: 100%;
		margin:0 auto;
		text-align:center;
		padding:15px 0 0;
	}
	.l-productBlock .p-title{
		padding:10px 0 28px;
		font-size:28px;
		text-align:left;
	}	
	.l-productBlock .p-title2{
		padding:10px 0 0px;
		font-size:16px;
		text-align:center;
	}
	.l-productBlock .p-title img{
		vertical-align:bottom;
		position:relative;
		top:15px;
		margin-left:20px;
	}
	.l-productBlock .l-list01{
		width:100%;
		margin:0 auto;
		text-align:center;
		padding-top:0;
	}
	.l-productBlock .l-list01.p-last{
		padding:0px 0 50px;
		border-bottom:none;
	}
	.l-productBlock .l-list01:last-child{
		padding:40px 0;
		margin-bottom:40px;
	}
	/*.l-productBlock .l-list01 > p:nth-child(1){
		width:104px;
		width:17.5%;
		text-align:center;
	}
	.l-productBlock .l-list01 > p:nth-child(1) img{
		max-width:70px;
		width:100%;
	}
	.l-productBlock .l-list01 > p:nth-child(2){
		width:140px;
		width:22.5%;
		text-align:center;
	}
	.l-productBlock .l-list01 > p:nth-child(2) img{
		max-width:80px;
		width:100%;
	}
	.l-productBlock .l-list01 > p:nth-child(3){
		width:162px;
		width:27.5%;
		text-align:center;
	}
	.l-productBlock .l-list01 > p:nth-child(3) img{
		max-width:94px;
		width:100%;
	}
	.l-productBlock .l-list01 > p:nth-child(4){
		width:172px;
		width:32.5%;
		text-align:center;
	}
	.l-productBlock .l-list01 > p:nth-child(4) img{
		max-width:117px;
		width:100%;
	}
	.l-productBlock .l-list01 > p:nth-child(5){
		width:210px;
		width:50%;
		text-align:center;
	}
	.l-productBlock .l-list01 > p:nth-child(5) img{
		max-width:143px;
		width:100%;
	}
	.l-productBlock .l-list01 > p:nth-child(6){
		width:210px;
		width:50%;
		text-align:center;
	}
	.l-productBlock .l-list01 > p:nth-child(6) img{
		max-width:164px;
		width:100%;
	}
	.l-productBlock .l-list01 > p{
		display:inline-block;
		padding-bottom:30px;
	}*/
	
	.l-contactBlock{
		width: 100%;
		margin:0 auto 35px;
		text-align:center;
		padding:0px 0 0;
	}
	.l-contactBlock .p-title{
		padding:10px 0 28px;
		font-size:28px;
		text-align:center;
	}
	
	.p-button02{
		padding-top:30px;
	}
	.p-button02 img{
		max-width:357px;
		width:100%;
	}
	
	.p-button03{
		padding-top:20px;
	}
	.p-button03 img{
		max-width:361px;
		width:100%;
	}
	
}
/*---------------- ▼スマホ以降CSS▲ --------------------*/
@media screen and (max-width:480px){
		
	.l-mvBlock {
		width: 100%;
		line-height: 0;
		margin: 74px auto 0;
		text-align: center;
		background: url(../../images/top/bg_MV_pc.png) center top no-repeat;
		background-size: cover;
		/* background-color: #dfdfdd; */
	}
	
	.l-mainBlock{
		width: 100%;
		margin:0 auto;
		text-align:center;
		padding:35px 0 0;
	}
	.l-mainBlock .p-message{
		font-size:15px;
		line-height:2;
		padding-bottom:0;
	}
	.l-mainBlock .p-message br{
		display:none;
	}
	.l-mainBlock .p-message img{
		max-width:267px;
		width:100%;
	}
	.l-mainBlock .l-mainBlock-table{
		width: 100%;
		margin:0 auto;
		text-align:center;
	}
	.l-mainBlock .l-mainBlock-table > div{
		display:block;
		width: 100%;
	}
	.l-mainBlock .l-mainBlock-table > div img{
		max-width:480px;
		width:100%;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(1){
		padding-right:0;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(2){
		padding-left:0;
		padding-right:0;
	}
	.l-mainBlock .l-mainBlock-table > div:nth-of-type(3){
		padding-left:0;
	}
	
	.l-productBlock{
		width: 100%;
		margin:0 auto;
		text-align:center;
		padding:15px 0 0;
	}
	.l-productBlock .p-title{
		padding:10px 0 28px;
		font-size:20px;
		text-align:left;
	}
	.l-productBlock .p-title2{
		padding:10px 0 0px;
		font-size:14px;
		text-align:center;
	}
	.l-productBlock .p-title img{
		vertical-align:bottom;
		position:relative;
		top:5px;
		margin-left:20px;
		width:40px;
	}
	.l-productBlock .l-list01{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	.l-productBlock .l-list01.p-last{
		padding:0px 0 35px;
		border-bottom:none;
	}
	.l-productBlock .l-list01 p img{
		max-width:480px;
		width:100%;
	}
	
	.l-contactBlock{
		width: 100%;
		margin:0 auto 25px;
		text-align:center;
		padding:0px 0 0;
	}
	.l-contactBlock .p-title{
		padding:10px 0 20px;
		font-size:20px;
		text-align:center;
	}
	.l-contactBlock .p-message br{
		display:none;
	}
}
/*---------------- ▲スマホ以降CSS▲ --------------------*/
/*---------------- ▲スマホ最小CSS▲ --------------------*/
@media screen and (max-width:320px){
	
	
}
/*---------------- ▲スマホ最小CSS▲ --------------------*/