@charset "UTF-8";

#main{
	padding-bottom: 120px;
	background: #fff;
	text-align: left;
}

#footer{
	clear: both;
	background-color: #0090d1;
	font: 500 1.4rem/1.8 Arial, sans-serif;
	text-align: left;
}
#footer .centering{
	width: 1170px;
}

#footer_t,
#footer_b,
#footer_t a,
#footer_b a{
	color: #fff;
}

#footer_t{
	/*padding: 30px 0 18px;*/
	padding: 35px 0;
}
#footer_t ul{
	display: table;
	/*float: left;
	width: 290px;
	font-size: 1.2rem;*/
}
#footer_t li{
	display: table-cell;
	padding-left: 35px;
	/*margin-bottom: 8px;*/
	letter-spacing: 0.04em;
}
#footer_t li:first-child{
	padding-left: 0;
}
/*#footer_t li.home{
	margin-bottom: 25px;
}*/
#footer_t strong{
	font-size: 1.4rem;
}

#footer_b{
	clear: both;
	padding: 19px 0;
	border-top: 1px solid #5db8e1;
}
#footer_b .logo,
#footer_b ul,
#footer_b li{
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.67;
	vertical-align: middle;
}
#footer_b .logo{
	display: inline-block;
	float: left;
	margin-right: 80px;
}
#footer_b .logo:hover{
	text-decoration: none;
}
#footer_b .logo img{
	margin-right: 23px;
	vertical-align: bottom;
}
#footer_b ul{
	display: inline-block;
	float: right;
}
#footer_b li{
	float: left;
	padding: 0 0 0 35px;
	text-align: right;
	letter-spacing: 0.04em;
}
#footer_b li:first-child{
	padding-left: 0;
}


.vegas-animation-kenburns {
	-webkit-animation: kenburns ease-out;
	animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@keyframes kenburns {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

#mv{
	position: relative;
	height: 880px;
	background: url(../img/products/uv/mv_slide1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mv strong{
	display: block;
	position: relative;
	top: 50%;
	line-height: 1;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.4));
	-o-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.4));
	filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.4));
}
#mv strong img{
	position: relative;
	margin: 0 auto;
	height: auto;
}


#lead{
	padding: 90px 0 100px;
	text-align: center;
}

#strength{
	padding: 120px 0;
	background: url(../img/products/uv/strength_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#strength ol{
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
#strength ol li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	background: #fff;
	width: 31.3%;
	max-width: 360px;
	padding: 45px 40px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#strength ol li strong{
	display: block;
	margin: 0 0 20px;
	color: #0055c3;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
#strength ol li img{
	margin-top: 10px;
}

#ls{
	padding: 100px 0 0;
	text-align: center;
}



/* ---------- detail ---------- */

#ttl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 60px;
	padding: 0 7%;
	min-height: 114px;
	background: url(../img/products/ttl_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ttl + .centering{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#side{
	width: 24%;
	max-width: 280px;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
#side h3{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
	font-weight: 600;
}
#side li{
	margin-bottom: 5px;
	line-height: 1.5;
}
#side select{
	display: none;
}

#contents{
	width: 72%;
	max-width: 830px;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
#contents h3{
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 4px solid #0055c3;
	color: #0055c3;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
}
#contents p{}
#contents p + img{
	margin: 20px 0;
}
#contents .features{
	margin: 60px 0 0;
	padding: 45px 40px;
	background: #e5eef9;
}
#contents .features h4{
	margin: 0 0 30px;
	padding: 0;
	color: #0055c3;
	font-size: 1.8rem;
	line-height: 1.3;
}
#contents .features dt{
	padding-top: 20px;
	border-top: 1px solid #b1cbed;
	font-weight: 600;
}
#contents .features dt:first-child{
	padding-top: 0;
	border-top: 0;
}
#contents .features dd{
	margin: 0 0 20px;
	font-weight: 400;
}



/* ---------- TB ---------- */
@media screen and (max-width: 1150px) {
	#main{
		padding-bottom: 100px;
	}

	#footer{
		font-size: 1.3rem;
	}
	#footer .centering{
		width: auto;
	}

	#footer_t li a,
	#footer_b li a{
		display: inline-block;
		position: relative;
		padding-right: 15px;
	}
	#footer_t li a:after,
	#footer_b li a:after{
		content: "";
		display: inline-block;
		position: absolute;
		right: 2px; top: 50%;
		margin-top: -3px;
		width: 5px;
		height: 5px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#footer_t{
		padding: 20px 0 15px;
	}
	#footer_t li{
		margin-bottom: 5px;
		letter-spacing: 0.02em;
	}
	#footer_t strong{
		font-size: 1.3rem;
	}

	#footer_b{
		padding: 15px 0;
	}
	#footer_b:after{
		content: none;
	}
	#footer_b .logo,
	#footer_b ul,
	#footer_b li{
		font-size: 1.3rem;
	}
	#footer_b .logo{
		float: none;
		margin-right: 0;
	}
	#footer_b .logo img{
		margin-right: 15px;
	}
	#footer_b ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		-o-justify-content: flex-end;
		justify-content: flex-end;
		float: none;
		margin-left: auto;
		margin-top: 20px;
		width: 100%;
		text-align: right;
	}
	#footer_b ul:after{
		content: none;
	}
	#footer_b li{
		float: none;
		padding-left: 2%;
		letter-spacing: 0.02em;
		white-space: nowrap;
	}


	#mv{
		height: 640px;
	}
	#mv strong{
		margin: 0 6%;
	}
	#mv strong img{
		max-width: 75%;
	}

	#lead{
		padding: 80px 6% 90px;
	}

	#strength{
		padding: 70px 6%;
	}
	#strength ol{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	#strength ol li{
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-ms-align-items: flex-start;
		align-items: flex-start;
		position: relative;
		padding: 20px 4%;
		/*padding-right: 30%;*/
		width: auto;
		max-width: 100%;
	}
	#strength ol li + li{
		margin-top: 20px;
	}
	#strength ol li strong{
		margin-bottom: 10px;
		font-size: 2.2rem;
	}
	#strength ol li img{
		/*position: absolute;
		right: 4%; top: 20px;*/
		margin-top: 0;
		margin-left: 2%;
		max-width: 32%;
	}

	#ls{
		padding: 80px 6% 0;
	}


/* ---------- detail ---------- */

	#ttl{
		padding: 0 10%;
		margin-bottom: 40px;
		padding: 0 7%;
		font-size: 2rem;
	}

	#ttl + .centering{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	#side{
		margin-bottom: 40px;
		width: 100%;
		max-width: 100%;
		font-size: 1.5rem;
		letter-spacing: 0.02em;
	}
	#side h3{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 20px;
		padding-bottom: 0;
		border-bottom: 0;
		vertical-align: middle;
	}
	#side ul{
		display: none;
	}
	#side .links{
		position: relative;
		display: inline-block;
		overflow: hidden;
		min-width: 200px;
		border: 1px solid #0055c3;
		background: #fff;
	}
	#side .links:after{
		content: "";
		display: inline-block;
		position: absolute;
		right: 18px; top: 50%;
		z-index: 1;
		margin-top: -5px;
		width: 7px;
		height: 7px;
		border-right: 1px solid #0055c3;
		border-bottom: 1px solid #0055c3;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#side select{
		display: block;
		position: relative;
		z-index: 2;
		padding: 10px 50px 10px 30px;
		width: 100%;
		background: none transparent;
		color: #0055c3;
		border: 0;
		font-size: 1.6rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	#side option{
		width: auto;
		border: 0;
		background: none #fff;
		color: #0055c3;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	#contents{
		width: 100%;
		max-width: 100%;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}
	#contents h3{
		margin-bottom: 25px;
		padding-bottom: 10px;
		border-bottom-width: 3px;
		font-size: 2rem;
	}
	#contents p + img{
		margin: 15px 0;
	}
	#contents .features{
		margin-top: 40px;
		padding: 35px 30px;
	}
	#contents .features h4{
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	#contents .features dt{
		padding-top: 15px;
	}
	#contents .features dt:first-child{
		padding-top: 0;
	}
	#contents .features dd{
		margin-bottom: 15px;
	}


}



/* ---------- SP ---------- */
@media screen and (max-width: 750px) {
	#footer{
		font-size: 1.3rem;
	}

	#footer_t{
		padding: 40px 0 20px;
	}
	#footer_t ul{
		display: block;
	}
	#footer_t li{
		display: block;
		padding-left: 0;
		margin-bottom: 10px;
	}
	#footer_t strong{
		font-size: 1.3rem;
	}

	#footer_b{
		padding: 40px 0 30px;
	}
	#footer_b .logo,
	#footer_b ul,
	#footer_b li{}
	#footer_b .logo{
		font-size: 1.1rem;
	}
	#footer_b .logo img{
		margin-right: 20px;
		width: auto;
		height: 15px;
		vertical-align: middle;
	}
	#footer_b ul{
		display: block;
		width: auto;
		text-align: left;
	}
	#footer_b li{
		display: block;
		margin-bottom: 10px;
		padding-left: 0;
		white-space: normal;
		text-align: left;
	}


	#mv{
		height: 260px;
	}
	#mv strong{
		margin: 0 7%;
	}
	#mv strong img{
		max-width: 50%;
	}

	#lead{
		padding: 60px 7% 70px;
	}

	#strength{
		padding: 70px 7%;
	}
	#strength ol{}
	#strength ol li{
		padding: 20px 7%;
		font-size: 1.1rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#strength ol li strong{
		margin-bottom: 5px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#strength ol li img{}

	#ls{
		padding: 60px 7% 0;
	}

	#side{
		text-align: center;
	}
	#side h3{
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	#side .links{
		min-width: 70%;
	}
	#side select{
		/*padding: 10px 50px 10px 30px;*/
		font-size: 1.5rem;
	}

}