@charset "utf-8";


#main {
	width: 100%;
}


/* メインタイトルここから */
.mainttl {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-image: url(../common/imgs/mainttlbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: cover;
}

.mainttlIn {
	width: 100%;
	max-width: 1170px;
	height: 100%;
	min-height: 200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.mainttlIn span {
	position: absolute;
	width: auto;
	height: auto;
	left: 6%;
	top: 50%;
	-webkit-transform: translate3d(-6%, -50%, 0);
			transform: translate3d(-6%, -50%, 0);
	font-size: 3.6rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #001961;
	letter-spacing: 5px;
}
/* メインタイトルここまで */


.faq01 {
	margin-top: 30px;
	margin-bottom: 90px;
	width: 100%;
}

.faq01In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 70px;
	font-size: 0px;
}

.faq01In ul {
	width: calc( ( 100% - 30px ) / 2 );
	display: inline-block;
	vertical-align: top;
}

.faq01In ul:nth-child(2) {
	margin-left: 30px;
}

.faq01In ul li {
	color: #626262;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 40px;
}

.faq01q {
	padding: 5px 10px 10px 36px;
	font-size: 2.1rem;
	font-weight: bold;
	background: url(../imgs/faqqttl.png) no-repeat left top;
	border-bottom: 1px solid #bfbfbf;
}

.faq01a {
	padding: 10px;
	border-bottom: 1px dotted #bfbfbf;
	font-size: 1.4rem;
}


@media screen and (max-width: 1169px) {
	#main {
		width: 100%;
	}


	/* メインタイトルここから */
	.mainttl {
		width: 100%;
		height: 100%;
		min-height: 200px;
		background-image: url(../common/imgs/mainttlbg.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #ffffff;
		background-size: cover;
	}

	.mainttlIn {
		width: 100%;
		max-width: 1170px;
		height: 100%;
		min-height: 200px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.mainttlIn span {
		position: absolute;
		width: auto;
		height: auto;
		left: 6%;
		top: 50%;
		-webkit-transform: translate3d(-6%, -50%, 0);
				transform: translate3d(-6%, -50%, 0);
		font-size: 3.6rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		color: #001961;
		letter-spacing: 1px;
	}
	/* メインタイトルここまで */


	.faq01 {
		margin-top: 20px;
		margin-bottom: 40px;
		width: 100%;
	}

	.faq01In {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
		margin-top: 0px;
		font-size: 0px;
	}

	.faq01In ul {
		width: calc( ( 100% - 30px ) / 2 );
		display: inline-block;
		vertical-align: top;
	}

	.faq01In ul:nth-child(2) {
		margin-left: 30px;
	}

	.faq01In ul li {
		color: #626262;
		line-height: 1.5;
		text-align: left;
		margin-bottom: 40px;
	}

	.faq01q {
		padding: 5px 10px 10px 36px;
		font-size: 2.1rem;
		font-weight: bold;
		background: url(../imgs/faqqttl.png) no-repeat left top;
		border-bottom: 1px solid #bfbfbf;
	}

	.faq01a {
		padding: 10px;
		border-bottom: 1px dotted #bfbfbf;
		font-size: 1.4rem;
	}
}


@media screen and (max-width: 767px) {
	#main {
		width: 100%;
	}


	/* メインタイトルここから */
	.mainttl {
		width: 100%;
		height: 100%;
		min-height: 80px;
		background-image: url(../common/imgs/mainttlbg.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #ffffff;
		background-size: cover;
	}

	.mainttlIn {
		width: 100%;
		max-width: 1170px;
		height: 100%;
		min-height: 80px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.mainttlIn span {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 5.625vw;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: bold;
		color: #001961;
		letter-spacing: 1px;
	}
	/* メインタイトルここまで */


	.faq01 {
		margin-top: 20px;
		margin-bottom: 40px;
		width: 100%;
	}

	.faq01In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		margin-top: 0px;
		font-size: 0px;
	}

	.faq01In ul {
		width: 100%;
		display: block;
		vertical-align: top;
	}

	.faq01In ul:nth-child(2) {
		margin-left: 0px;
	}

	.faq01In ul li {
		color: #626262;
		line-height: 1.4;
		text-align: left;
		margin-bottom: 20px;
	}

	.faq01q {
		padding: 0px 10px 6px 7.5vw;
		font-size: 5vw;
		font-weight: bold;
		background: url(../imgs/faqqttl.png) no-repeat left top;
		background-size: 5.625vw;
		border-bottom: 1px solid #bfbfbf;
	}

	.faq01a {
		padding: 10px;
		border-bottom: 1px dotted #bfbfbf;
		font-size: 3.75vw;
	}

}
