@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 960px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 12px;
	min-height: 300px;
	display: flex;
	box-sizing: border-box;
}
.pageTitle .titleBox {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: url("../../img/contact/page_bg01.jpg") no-repeat center center / cover;
}
.pageTitle .titleBox h2 {
	padding-left: 70px;
	width: 480px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	box-sizing: border-box;
}
.pageTitle h2 span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.pageTitle h2 span img {
	height: 58px;
}
.pageTitle h2 span small {
	margin-top: 8px;
	display: block;
	letter-spacing: 0.08em;
}
.pageTitle .photo {
	width: 50%;
	height: 300px;
	background: url("../../img/contact/page_bg02.jpg") no-repeat center center / cover;
}
@media all and (max-width: 896px) {
	.pageTitle {
		min-height: 180px;
	}
	.pageTitle .titleBox {
		justify-content: center;
	}
	.pageTitle .titleBox h2 {
		padding-left: 15px;
		width: auto;
		font-size: 1.4rem;
	}
	.pageTitle h2 span img {
		height: 35px;
	}
	.pageTitle .photo {
		height: 180px;
	}
}
/*------------------------------------------------------------
	pageLead
------------------------------------------------------------*/
.pageLead {
	margin-bottom: 12px;
	padding: 10px 0 30px;
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: url(../../img/product/page_title_bg01.jpg) no-repeat center center / cover;
	content: '';
}
.pageLead h2 {
	margin: 0 auto;
	width: 960px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.pageLead span {
	margin-top: 8px;
	display: block;
}
.pageLead span img {
	height: 59px;
}
.pageLead small {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.pageLead {
		padding: 15px;
		min-height: 180px;
	}
	.pageLead h2 {
		margin: 0 auto;
		width: auto;
		font-size: 1.4rem;
	}
	.pageLead span img {
		height: 30px;
	}
}
@media all and (-ms-high-contrast:none){
    .pageLead {
        height: 300px;
    }
    .pageLead h2 {
        margin: 0;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pagePath {
	margin: 0 auto 50px;
	width: 960px;
}
.pagePath li {
	display: inline-block;
	font-size: 1rem;
}
.pagePath a {
	display: inline-block;
	vertical-align: -8px;
}
.pagePath img {
	height: 9px;
}
@media all and (min-width: 897px) {
	.pagePath a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pagePath {
		margin: 0 15px 30px;
		width: auto;
	}
}
/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
h3 {
	margin-bottom: 33px;
	text-align: center;
}
h3 span {
	margin-bottom: 2px;
	display: block;
}
h3 span img {
	height: 33px;
}
@media all and (max-width: 896px) {
	h3 span img {
		height: 25px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 28px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}
.headLine01 span {
	margin-bottom: 2px;
	display: block;
}
.headLine01 span img {
	height: 33px;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox h3 {
	margin-bottom: 30px;
}
.comBox .movie {
	margin-bottom: 68px;
    position: relative;
    height: 540px;
    background-color: #ccc;
}
.comBox iframe {
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.comBox .banner a {
	display: block;
	position: relative;
}
.comBox .banner .textBox {
	width: 380px;
	position: absolute;
	right: 30px;
	top: calc(50% + 5px);
	transform: translateY(-50%);
}
.comBox .banner .textBox h4 span {
	margin-right: 13px;
	display: inline-block;
	vertical-align: 10px;
}
.comBox .banner .textBox h4 img {
	height: 33px;
}
.comBox .banner .textBox p {
	font-size: 1.3rem;
}
.comBox .banner a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comBox h3 {
        margin-bottom: 20px;
    }
	.comBox .movie {
		margin-bottom: 40px;
        padding-bottom: 50vw;
        height: auto;
	}
	.comBox .banner .textBox {
		padding: 15px;
		width: auto;
		right: 0;
		top: 0;
		position: relative;
		transform: translateY(0);
		box-sizing: border-box;
		background: url(../../img/product/bg02.jpg) no-repeat center center / cover;
	}
	.comBox .banner .textBox h4 {
		text-align: center;
	}
	.comBox .banner .textBox h4 span {
		margin: 0 0 5px;
		display: block;
	}
	.comBox .banner .textBox h4 img {
		height: 25px;
	}
	.comBox .banner .textBox p {
		font-size: 1.2rem;
        line-height: 1.4;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	padding: 20px 25px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
	display: none;
	background-color: transparent;
}
.popBox .close {
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.popBox .bgBox {
	padding: 97px 40px 111px;
	width: 864px;
	box-sizing: border-box;
	background-color: #fff;
}
.popBox .bgBox p {
	margin-bottom: 67px;
	color : #174E9D;
	font-size: 1.8rem;
	line-height: 2.24;
	letter-spacing: 0.02em;
	text-align: center;
}
.popBox .bgBox .btnList {
	display: flex;
	justify-content: center;
}
.popBox .bgBox .btnList li {
	margin: 0 35px;
	width: 182px;
}
.popBox .bgBox .btnList a {
	padding: 4px 15px;
	display: block;
	color : #174E9D;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 24px;
	border: 1px solid #174E9D;
}
.popBox button {
	display: none;
}
@media all and (min-width: 897px) {
	.popBox .bgBox .btnList a:hover {
		opacity: 0.7;
	}
	.popBox .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.popBox {
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.popBox .close {
		width: 30px;
		right: 5px;
	}
	.popBox .bgBox {
		padding: 40px 20px 50px;
		width: auto;
	}
	.popBox .bgBox p {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
	.popBox .bgBox .btnList {
		display: block;
	}
	.popBox .bgBox .btnList li {
		margin: 0 auto 20px;
		width: 182px;
	}
	.popBox .bgBox .btnList li:last-of-type {
		margin-bottom: 0;
	}
	.popBox .bgBox .btnList a {
		padding: 2px 15px;
		font-size: 1.4rem;
	}
}