@charset "utf-8";
/* CSS Document */

/****************************** base ******************************/
#contents {
	width: 100%;
	background-color: #333f48;
}

/****************************** slide ******************************/
.SPslide {
	display: none;
}
@media screen and (max-width: 767px) {
	.PCslide {
		display: none;
	}
	.SPslide {
		display: inherit;
	}
}
/****************************** section ******************************/
#contents p {
	line-height: 2;
	font-size: 16px;
}

#contents #sectionBG01 {
	background: url(../../shared/images/bg_section01.jpg) no-repeat;
}
#contents #sectionBG02 {
	background: url(../../shared/images/bg_section02.jpg) no-repeat;
}
#contents #sectionBG03 {
	background: url(../../shared/images/bg_section03.jpg) no-repeat;
}
#contents #sectionBG04 {
	background: url(../../shared/images/bg_section04.jpg) no-repeat;
}
#contents #sectionBG05 {
	background: url(../../shared/images/bg_section05.jpg) no-repeat;
}
#contents #sectionBG_k-load {
	background: url(../../shared/images/bg_section_k-load.jpg) no-repeat;
}
#contents #sectionBG_k-dive {
	background: url(../../shared/images/bg_section_k-dive.jpg) no-repeat;
}
#contents .section {
	background-size: cover !important;
	padding: 125px 5%;
	position: relative;
}
#contents .section .contentsInner {
	margin: 0px auto 124px;
	color: #fff;
}
#contents .section .textLeft {
	float: left;
	max-width: 60%;
	margin-right: 5%;
}
#contents .section .textRight {
	float: right;
	width: 60%;
}
#contents .section .number {
	font-size: 20px;
	color: #00adb0;
	letter-spacing: 3px;
	line-height: 1.2;
	margin-bottom: 3px;
}
#contents .section .new {
	font-size: 16px;
	color: #fff;
	background-color: #FF0000;
	letter-spacing: 3px;
	line-height: 1.2;
	padding: 2px 5px;
	margin-left: 10px;
	vertical-align:15%;
}
#contents .section h2 {
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 1.3;
}
/* 特徴5で使用 */
#contents .section .sub-title {
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 1.3;
}
#contents .section .mediaLeft,
#contents .section .mediaRight {
	float: left;
	width: 35%;
}
#contents .section img,
#contents .products img {
	width: 100%;
	height: 100%;
}
#contents .section .button {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	background-color: #00adb0;
	color: #fff !important;
	letter-spacing: 3px;
	font-size: 125%;
	width: 300px;
	height: 54px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	box-shadow: 0 2px 4px 0px #333;
	-moz-box-shadow: 0 2px 4px 0px #333;
	-o-box-shadow: 0 2px 4px 0px #333;
	-ms-box-shadow: 0 2px 4px 0px #333;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=270, strength=3, enabled=true);
}
#contents .section .button,
#contents .section .button::before,
#contents .section .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#contents .section .button:hover {
	background-color: #0b8f91;
}

/****************************** Catalog ******************************/
#contents #catalogList {
	background-color: #dadfe4;
	padding: 50px 5% 30px;
	text-align: center;
}
#contents #catalogList .products {
	display: inline-table;
	width: 280px;
	margin: 0 20px 20px 0;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px 0 #888; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 6px 0 #888; /* Firefox用 */
	box-shadow: 0 0 6px 0 #888; /* CSS3 */
}
#contents #catalogList .products p {
	padding: 20px 20px 0;
}
#contents #catalogList .products h3 {
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

#contents #catalogList .products a {
	display: block;
	width: 250px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	font-size: 110%;
	text-decoration: none;
	color: #00adb0;
}
#contents #catalogList .products a span {
	display: block;
	line-height: 1.4;
	background: url(../images/btn_allow_right.png) no-repeat right center;
}
#contents #catalogList .products a .pdfText {
	color: #aaa;
	font-size: 0.85em;
	background: none;
}
#contents #catalogList .products a:hover {
	background-color: #f3f3f3;
}

#contents #sectionBG05 h2, #contents #sectionBG_k-load h2 {
	position: relative;
	padding-right: 110px;
}

#contents #sectionBG05 h2::after, #contents #sectionBG_k-load h2::after {
	content: '';
	display: inline-block;
	background: url(../images/img_sec05_icon.png) no-repeat right center;
	width: 100px;
	height: 100px;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

#contents #sectionBG_k-load h2::after {
	background: url(../images/img_sec_k-load_icon.png) no-repeat right center;
	background-size: contain;
}

#contents #sectionBG05 h2, #contents #sectionBG_k-dive h2 {
	position: relative;
	padding-right: 110px;
}

#contents #sectionBG05 h2::after, #contents #sectionBG_k-dive h2::after {
	content: '';
	display: inline-block;
	background: url(../images/img_sec05_icon.png) no-repeat right center;
	width: 100px;
	height: 100px;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

#contents #sectionBG_k-dive h2::after {
	background: url(../images/img_sec_k-dive_icon.png) no-repeat right center;
	background-size: contain;
}

#contents #sectionBG_k-dive .kdivebutton {
	margin-top: -50px;
	position: relative;
}
#contents #sectionBG_k-dive .kdivebutton .kdivebuttonLeft,#contents #sectionBG_k-dive .kdivebutton .kdivebuttonRight {
	width: 47%;
	max-width: 47%;
}

#contents #sectionBG_k-dive .kdivebutton .kdivebuttonLeft {
	float: left;
	text-align: right;
	padding-right: 15px;
}

#contents #sectionBG_k-dive .kdivebutton .kdivebuttonRight {
	float: right;
	padding-left: 15px;
}

#contents #sectionBG_k-dive .button {
	position: static;
}

#contents #sectionBG_k-dive .button .reg {
	position: absolute;
	top: -4px;
}

#contents #sectionBG_k-dive .button .buttonInner {
	margin-left: 13px;
}

@media screen and (max-width: 767px) {
	#contents #sectionBG_k-dive .button {
	
}
	
	#contents #sectionBG_k-dive .kdivebutton .kdivebuttonLeft {
		
		margin-bottom: 20px;
	}

#contents #sectionBG_k-dive .kdivebutton .kdivebuttonRight {
		
	}
	#contents #sectionBG_k-dive .kdivebutton .kdivebuttonLeft,#contents #sectionBG_k-dive .kdivebutton .kdivebuttonRight {
		width: 100%;
		max-width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
}


/****************************** banner ******************************/
#contents #banArea {
	background-color: #f0f2f4;
	padding: 75px 5%;
}
#contents #banArea p {
	text-align: center;
	line-height: 0;
}
#contents #banArea p img {
	width: 100%;
	height: 100%;
}

/****************************** SP調整 ******************************/
@media screen and (max-width: 767px) {
	#contents p {
		font-size: 15px;
		line-height: 1.8;
	}
	#contents .section {
		padding: 50px 0 60px;
	}

	#contents #sectionBG01 {
		background: #333f48;
	}
	#contents #sectionBG02 {
		background: #455561;
	}
	#contents #sectionBG03 {
		background: #333f48;
	}
	#contents #sectionBG04 {
		background: #455661;
	}
	#contents #sectionBG05 {
		background: #455661;
	}
	#contents #sectionBG_k-load {
		background: #333f48;
	}
	#contents #sectionBG_k-dive {
		background: #333f48;
	}

	#contents .section .contentsInner {
		margin: 0px auto 90px;
	}
	#contents .section .textLeft,
	#contents .section .textRight,
	#contents .section .mediaLeft,
	#contents .section .mediaRight {
		float: none;
	}
	#contents .section .textLeft,
	#contents .section .textRight {
		padding: 0 5%;
		width: 90%;
		max-width: 90%;
		margin-bottom: 20px;
	}
	#contents .section .mediaLeft,
	#contents .section .mediaRight {
		width: 100%;
	}
	#contents .section .number {
		font-size: 18px;
	}
	#contents .section .new {
	font-size: 14px;
}
	#contents .section h2 {
		font-size: 26px;
		letter-spacing: 0px;
		margin-bottom: 15px;
	}
	#contents .section .button {
		width: 90%;
		bottom: 60px;
	}

	#contents #catalogList .products {
		width: 100%;
		margin: 0 0 30px 0;
	}
	#contents #catalogList .products p {
		padding: 5% 5% 0;
	}
	#contents #catalogList .products h3 {
		padding: 15px 5%;
	}
	#contents #catalogList .products a {
		width: 90%;
		border-bottom: 1px solid #ddd;
		padding: 15px 5%;
	}
	#contents #banArea {
		background-color: #f0f2f4;
		padding: 5%;
	}

	#contents #sectionBG05 h2, #contents #sectionBG_k-load h2 {
		padding-right: 70px;
	}

	#contents #sectionBG05 h2::after, #contents #sectionBG_k-load h2::after {
		width: 65px;
		height: 65px;
	}
	
	#contents #sectionBG05 h2, #contents #sectionBG_k-dive h2 {
		padding-right: 70px;
	}

	#contents #sectionBG05 h2::after, #contents #sectionBG_k-dive h2::after {
		width: 65px;
		height: 65px;
	}	

	#contents .section .sub-title {
		font-size: 20px;
	}
}
