/*//////////////////////////////////////////////////////////////////////////////

style.css
	
//////////////////////////////////////////////////////////////////////////////*/

/* mainArea */
#mainArea{
	background: #000;
}
.faq #mainArea .backgroundArea{ background-image:url(../img/faq/main.jpg); }
.service #mainArea .backgroundArea{ background-image:url(../img/service/main.jpg); }
.flow #mainArea .backgroundArea{ background-image:url(../img/flow/main.jpg); }
.movie #mainArea .backgroundArea{ background-image:url(../img/movie/main.jpg); }
.showroom #mainArea .backgroundArea{ background-image:url(../img/showroom/main.jpg); }

#mainArea .backgroundArea{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 1280px;
	height: 330px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
#mainArea .inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mainArea .inner h2{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 40px;
}
#mainArea .inner p{
	font-weight: normal;
	margin-top: 10px;
}

/* 共通 ----------------------- */
#contents{
	padding: 60px 0 60px 0;
}
#contents h3{
	font-size: 24px;	
}
#contents h3 + p{
	margin-top: 20px;
}
#contents .inner p{
	line-height: 1.6;
}
#contents .inner{
	padding: 20px 5px 0 5px;
}

/* MOVIE ----------------------- */
.movie .lineTit{
	line-height: 1.3 !important;
}
.movie .movieList{
	padding: 60px 0 0 0;
}
.movie .movieBox{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.movie .movieBox iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie .section .grids .col2{
	margin-bottom: 20px;
}

/* Service ----------------------- */
.service #contents h4{
	font-size: 20px;
	margin-top: 50px;
}
.service #contents h4 + p{
	margin-top: 20px;
	line-height: 1.4;
}
.service #contents .serviceList{
	margin-top: 20px;
}
.service #contents .serviceList li{
	margin-bottom: 8px;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 1em;
}
.service #contents #contactBlock p{
	line-height: 1;
}

/* showroom ------------------*/
.showroom .section+.section{
	margin-top: 10px;
}
.showroom .section .grids .col2{
	margin-bottom: 20px;
}

/* FAQ ----------------------- */
.faq #contents li{
	margin-bottom: 20px;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}
.faq #contents li:last-child{
	margin-bottom: 0;
}
.faq #contents p{
	margin-top: 20px;
	line-height: 1.6;
}
.faq #contents .faqList{
	padding: 40px 0 0 0;
}
.faq #contents .faqList table{
	border-collapse: collapse;
	width: 100%;
}
.faq #contents .faqList th,
.faq #contents .faqList td{
	background: #202967;
	color: #fff;
	padding: 10px;
}
.faq #contents .faqList dt{
	font-size: 19px;
	color: #202967;
	font-weight: bold;
	line-height: 1.2;
}
.faq #contents .faqList table th{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 19px;
	width: 45px;
}
.faq #contents .faqList dd{
	line-height: 1.4;
	background: #f1f1f1;
	padding: 20px;
}

/* Flow ----------------------- */
.flow #contents{
	padding: 60px 0 0 0;
}
.flow #contents .flowBox{
	background: #f1f1f1;
	padding: 20px;
}
.flow #contents .flowBox p{
	line-height: 1.4;
}
.flow #contents .flowTit{
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.flow #contents .flowTit th{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #202967;
	vertical-align: middle;
	width: 2em;
	text-align: left;
	padding-bottom: 10px;
}
.flow #contents .flowTit td{
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
	font-size: 20px;
	width: 100%;
	padding-bottom: 10px;
}
.flow #contents #contactBlock{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 !important;
	margin-top: 20px;
}
.flow #contents #contactBlock p{
	line-height: 1;
}
.flowBox .grids .col2{
	display: inline-block;
	width: 50%;
	font-size: 15px;
	margin: 0;
	vertical-align: top;
}
.flow .step_arrow{
	padding: 20px 0 0 0;
	position: relative;
	display: block;
}
.flow .step_arrow span{
	margin: 0 auto;
	display: block;
	border-color: #202967;
	border-style: solid;
	border-width: 20px;
	height: 10px;
	width: 20px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

/* productsNavi */
#productsNaviArea{
	margin-top: 80px;
	padding: 40px 0;
	background: #202967;
	color: #fff;
	text-align: center;
}
#productsNaviArea ul{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-align: left;
}
#productsNaviArea ul img{
	max-width: 100%;
	height: auto;
}
#productsNaviArea ul li{
	vertical-align: top;
	padding: 0 5px;
	display: inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 33.33333%;
	margin: 20px 0;
}
#productsNaviArea ul dt img{
	border: solid 1px #636a95;
}
#productsNaviArea ul dd{
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
}
#productsNaviArea a{
	color: #fff;
}
#productsNaviArea a:hover{
	color: #afaa5a;
}


/* contactBlock */
#contents .section #contactBlock p{
	line-height: 1;
}
#contents .section #contactBlock p + p{
	margin-top: 0;
}
#contents .section #contactBlock{
	margin-bottom: 30px;
}

/*-------------------------------------------

Responsive Style

-------------------------------------------*/
@media only screen and (max-width: 768px) {
	.movieList .grids{
		margin: 0 0;
	}
	.movieList .col2{
		width: 100%;
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	/* 共通 ----------------------- */
	#contents{
		padding: 30px 0 30px 0;
	}
	#contents h3{
		font-size: 18px;
		line-height: 1.2;
	}
	
	/* mainArea */
	#mainArea .backgroundArea{
		height: 150px;
	}
	#mainArea .inner h2{
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 28px;
	}
	#mainArea .inner h3{
		font-weight: normal;
		margin-top: 5px;
	}
	
	
	/* service ----------------------- */
	.service #contents h4{
		font-size: 18px;
		line-height: 1.2;
	}
	
	/* FAQ ----------------------- */
	
	.faq #contents .faqList table th,
	.faq #contents .faqList table td{
		font-size: 16px;
	}
	.faq #contents .faqList dd{
		line-height: 1.4;
	}
	
	/* Flow */
	.flow #contents .flowTit th{
		font-size: 30px;
	}
	.flow #contents .flowTit td{
		font-size: 16px;
	}
	
	
	/* productsNavi */
	#productsNaviArea{
		margin-top: 60px;
		padding: 30px 0;
	}
	#productsNaviArea ul li{
		margin: 10px 0;
		width: 50%;
	}
	#productsNaviArea ul dd{
		font-size: 13px;
		padding: 0 5px;
	}
}