/* Specify Swiper's Size: */
.swiper-container {
	max-width:1500px;
	min-width:1200px;
}
.swiper-container .swiper-slide {
	position:relative;
}
.swiper-container .swiper-slide img {
	width:100%;
}
.sp-main-visual {
	display:none !important;
}
main {
	width:100%;
}
/* Products */
main article {
	width:100% !important;
}
main article:first-child {
	width:100%;
	position:relative;
	background:#ebf0f4;
	padding:60px 0;
}
main article:first-child header h2 {
	position: relative;
	font-size:36px;
	display: inline-block;
	margin-bottom:0.2em;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Lora', serif;
}
main article:first-child header h2:before {
	content: '';
	position: absolute;
	top: -18px;
	display: inline-block;
	width: 50px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:#00a4d3;
}
main article:first-child header p {
	text-align:center;
	margin-bottom:1.5em;
}
main article:first-child section {
	width:1000px;
	margin:0 auto;
}
main article:first-child section ul li {
	position:relative;
	width:230px;
	background:#FFF;
	margin:0 10px;
	padding:10px;
	text-align:center;
}
main article:first-child section ul li a {
	color:#333;
	text-decoration:none;
}
main article:first-child section ul li figure {
	margin:0 0 15px 0;
	padding:0;
}
main article:first-child section ul li img {
	margin:0 auto;
}
main article:first-child section ul li h3 {
	position:relative;
	font-size:16px;
	margin:0 20px;
	font-weight:bold;
	color:#00a4d3;
}
main article:first-child section ul li h3:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:6px;
	color:#333;
}
main article:first-child section ul li p {
	text-align:left;
	padding:10px 0;
	font-size:13px;
	line-height:1.4;
}
/* 会社案内 */
main article:nth-child(2) {
	width:100%;
	padding:60px 0;
	background:url(../img/home/bg_update.jpg) center center repeat;
}
main article:nth-child(2) header h2 {
	position: relative;
	color:#FFF;
	text-align:center;
	font-size:26px;
	line-height:1.4;
	margin-bottom:25px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Lora', serif;
	text-shadow: 1px 1px 1px #000;
}
main article:nth-child(2) > section {
	width:860px;
	margin:0 auto;
	display:flex;
	display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
main article:nth-child(2) > section div {
	width:400px;
	background:#FFF;
	padding-bottom:20px;
}
main article:nth-child(2) > section div a {
	text-decoration:none;
	color:#333;
}
main article:nth-child(2) > section div figure {
	margin:0 0 20px 0;
	padding:0;
	width:400px;
	height:200px;
	overflow:hidden;
}
main article:nth-child(2) > section div a img {
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all  0.5s ease;
}
main article:nth-child(2) > section div a:hover img {
	opacity:0.8;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
main article:nth-child(2) > section div h3 {
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}
main article:nth-child(2) > section div h3:before {
	content:"\f054";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:4px;
	color:#00a4d3;
}
main article:nth-child(2) > section div p {
	padding:0 20px;
}