@charset"utf-8";

/* #titleBox
========================================== */
#titleBox{
	padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
	#titleBox{
		padding: 24px 16px 0;
	}
}

#titleBox>p {
	font-size: 11px;
	color: #7F9ABA;
}

#titleBox.topTitle h2 {
	display: flex;
	align-items: center;
	font-size: 37px;
	color: #013D80;
	font-weight: normal;
	margin-bottom: 15px;
}


#titleBox.topTitle h2:before {
	padding: 0 16px 0 0;
	box-sizing: border-box;
	vertical-align: text-top;
	font-family: 'icomoon';
}

#inquiry #titleBox.topTitle h2:before {
	content: '\e913';
}

#faq #titleBox.topTitle h2:before {
	content: '\e911';
}

#catalog #titleBox.topTitle h2:before {
	content: '\e912';
}

#titleBox.topTitle h3 {
	font-size: 20px;
	color: #003675;
	font-weight: 100;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#titleBox.topTitle .titleBoxFotter p {
		float: none;
		width: 100%;
		font-size: 15px;
		line-height: 1.8em;
		padding-top: 25px;
		text-align: justify;
	}

	#titleBox.topTitle .titleBoxFotter figure {
		float: none;
		width: 100%;
		text-align: center;
	}

	#titleBox.topTitle .titleBoxFotter figure img {
		max-width: 100%;
	}

	#titleBox.topTitle .titleBoxFotter figure {
		padding-bottom: 0;
	}

	#titleBox.topTitle .titleBoxFotter p {
		padding-bottom: 40px;
	}
}

/* .QandA
========================================== */

.QandA {
	line-height: 1.6;
}

.QandA a {
	text-decoration: underline;
	color: #0B77C7;
}

.QandA a.pdf {
	display: block;
	margin: 0 0 1em;
}

.QandA figure {
	margin: 0 0 20px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.QandA img{
	max-width: 650px;
	height: auto;
}

.QandA {
	margin-bottom: 60px;
}

.QandA_q {
	position: relative;
	padding: 20px 20px 20px 100px;
	margin: 30px 0 0;
	font-size: 19px;
	background: #E8EEEE;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.QandA_q {
		padding: 20px 20px 20px 50px;
		font-size: 16px;
	}
}

.QandA_q br {
	display: none;
}

.QandA_q::before {
	content: "Q.";
	position: absolute;
	display: block;
	width: 20px;
	height: 29px;
	left: 15px;
	top: 1em;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: transparent url(/inc/images/faq/faqIconQ.png) left top no-repeat;
	background-size: 20px 29px;
}

.QandA_a {
	position: relative;
	padding: 20px 0 20px 100px;
	background: #F0F0F0;
}
@media screen and (max-width: 768px) {
	.QandA_a {
		padding: 20px 0 20px 50px;
	}
}

.QandA_a>p {
	margin-bottom: 12px;
	font-size: 14px;
	padding: 0 25px 0 0;
	margin: 0 0 20px;
	box-sizing: border-box;
}

.QandA_a dl dt {
	margin-bottom: 12px;
	font-size: 14px;
}

.QandA_a dl dd {
	margin-left: 1em;
}

.QandA_a:before {
	content: "A.";
	position: absolute;
	display: block;
	width: 20px;
	height: 29px;
	left: 15px;
	top: 1em;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: transparent url(/inc/images/faq/faqIconA.png) left top no-repeat;
	background-size: 20px 29px;
}
