@charset "utf-8";


/*===============================================*/

/*  for PC / Q＆A.css   画面の横幅が959px以上 */

/*===============================================*/

/*section menuNav
------------------------------------*/
#menuNav2{
	margin:0px auto 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:auto;
	position:relative;
	z-index:110;
}

#menuNav2 ul{
	margin:0px auto 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:auto;
	background: #fff;
}

#menuNav2 ul li {
	width:20%;
	height:auto;
	font-size:16px;
	line-height:20px;
	text-align:center;
	letter-spacing: 0.1em;
	text-align:center;
	border: 1px solid #e7e7e7; 
	display:inline-block;
	box-sizing: border-box;
}
	
#menuNav2 ul li a {
	padding:15px 0px;
	display: block;
	height: auto;
	box-sizing: border-box;
	-webkit-transition: background-color .70s ease;transition: background-color .70s ease;
}

#menuNav2 ul li a:hover {text-decoration:none; color:#fff; background: #0068b7;}




/*section qaWrap
------------------------------------*/
section.qaWrap {
	margin:0px auto 100px;
	padding:50px 0 0;
	width:100%;
}

section.qaWrap .h2Wrap {
	margin:50px auto 0;
	width:100%;
	height:auto;
}

section.qaWrap .h2Wrap h2 {
	margin-bottom:10px;
	padding-bottom:15px;
	width: 100%;
	height:auto;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	color:#0068b7;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #b5b5b5; 
}

section.qaWrap .h2Wrap ul {
	margin:0px auto;
	width:100%;
	height:auto;
}

section.qaWrap .h2Wrap ul li {
	margin-right:20px;
	display:inline-block;
	
}

section.qaWrap .qaTx {
	margin:0px auto;
	padding-top:50px;
	width:100%;
	height:auto;
}

section.qaWrap .qaTx h3 {
	margin-bottom:20px;
	width: 100%;
	height:auto;
	font-size:16px; 
	line-height:14px;
	font-weight:500;
}

section.qaWrap .qaTx dl {
	margin:0px auto 30px;
	width:100%;
	height:auto;
}

section.qaWrap .qaTx dt {
	margin-bottom:10px;
	padding-bottom:10px;
	width: 100%;
	height:auto;
	font-size:14px;
	color:#0068b7;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #b5b5b5; 
}

section.qaWrap .qaTx dd {
	width: 100%;
	height:auto;
	font-size:14px;
	line-height:26px;
	letter-spacing: 0.1em;
}

.subPageTop {
	margin:30px auto;
	width:100%;
	height:auto;
	text-align:right;
}
section.qaWrap .qaTx dd {word-wrap : break-word; overflow-wrap : break-word;}
section.qaWrap .qaTx dd a:link {color: #fb7676;text-decoration: none;}
section.qaWrap .qaTx dd a:visited {color: #fb7676;text-decoration: none;}

/*===============================================*/





/*===============================================*/

/*  for tablet     画面の横幅が600px-958pxまで */

/*===============================================*/


@media screen and (max-width: 959px){

/*section menuNav
------------------------------------*/
#menuNav2 ul li {width:33.3333333%;font-size:16px;}

}
/*===============================================*/






/*===============================================*/

/*  for SP   画面の横幅が600px以下 */

/*===============================================*/

@media screen and (max-width: 600px){

/*section menuNav
------------------------------------*/
#menuNav2 ul li {width:50%;font-size:14px;}
#menuNav2 ul li a {padding:10px 0px;}


}
/*===============================================*/

