@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------- */
/* QAヘッダーメニュー ---------------------------------- */
/* ----------------------------------------- */
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu {
	padding: 0px;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bababb;
	border-bottom-color: #bababb;
}
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li, .naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li a:link, .naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li a:visited {
	display: inline-block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	float: none;
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #005099;
}
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li a:hover {
	text-decoration: underline;
}

/* ----------------------------------------- */
/* QAbox ---------------------------------- */
/* ----------------------------------------- */
.qa-box-base{
	padding: 0px;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.qa-box-base h1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 25px;
	font-weight: 600;
	text-align: justify;
	color: #000;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 25px;

}
.qa-box{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.qa-box h1{
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 90px;
	min-height: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 70px;
	color: #005099;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 7px;
}
.qa-box h2{
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 90px;
	min-height: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.qa-naka-box{
}
/* 画面サイズが768以下の場合に適用 */
@media only screen and (max-width: 768px) {

.qa-box h1{
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	min-height: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #005099;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 7px;
	letter-spacing: 0em;
}
.qa-box h2{
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	min-height: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	letter-spacing: 0em;
}
}

/* 画面サイズが670以下の場合に適用 */
@media only screen and (max-width: 670px) {

/* ----------------------------------------- */
/* QA 670---------------------------------- */
/* ----------------------------------------- */
.qa-box{
	margin-bottom: 30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.qa-box-base h1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-weight: 600;
	text-align: justify;
	color: #000;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 25px;
}

.qa-box h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	line-height: 28px;
	color: #005099;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}

}



/* 画面サイズが480以下の場合に適用 */
@media only screen and (max-width: 480px) {

/* ----------------------------------------- */
/* QAヘッダーメニュー ---------------------------------- */
/* ----------------------------------------- */
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu {
	padding: 0px;
	width: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bababb;
	border-bottom-color: #bababb;
}
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li, .naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li a:link, .naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li a:visited {
	display: inline-block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	float: none;
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #005099;
}
.naka-head-menu-base .naka-head-menu-naka .qa-head-menu ul li a:hover {
	text-decoration: underline;
}

/* ----------------------------------------- */
/* QA-box 480---------------------------------- */
/* ----------------------------------------- */
.qa-box-base{
	margin-top: 25px;
}

}

/* 画面サイズが480以下の場合に適用 */
@media only screen and (max-width: 375px) {
/* ----------------------------------------- */
/* QA-box 375---------------------------------- */
/* ----------------------------------------- */
.qa-box-base h1{
	margin-bottom: 15px;
}

.qa-box{
	margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.qa-box h1{
	font-size: 17px;
	line-height: 27px;
}
}
