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

#pageTop {
	width: 100%;
}

#top01 {
	background-image: url('../images/faq_bg_01.jpg'); 
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}


/*----------section01 top01------------*/

#topTitle {
	background: url('../images/faq_bg_02.jpg');
	color: #010117;
	height: auto;
	padding: 40px;
	text-align: center;
}

#topTitle p {
    line-height: 1.7;
	text-align: center;
    padding: 10px 6% 0;
}

/*----------section topTitle------------*/


ul.contentsCtgr {
    width: 80%;
    margin: 50px auto;
}

ul.contentsCtgr li {
	background-color: lightgrey;
    display: inline-block;
    margin-bottom: 20px;
    width: 30%;
    text-align: center;
    vertical-align: text-top;
}

ul.contentsCtgr li a{
    border: 1px solid #fff;
    color: #fff;
    display: block;
    line-height: 1.5;
    padding: 20px 0;
    font-size: 0.9em;
/*    max-height: 67px;*/
}

ul.contentsCtgr li a:hover {
	background-color: #07063b;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}


/*----------category------------*/



#top02 {
	background-color: #dcdcdc; 
	padding: 5% 0;
	position: relative;
}


.top02Inr ul.questions {
	text-align: center;
}

.top02Inr ul.questions li {
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 2%;
	width: 30%;
	text-align: left;
}
.top02Inr ul.questions li.n {
    background-color: #eeeeee;
}

.top02Inr ul.questions li.n2 {
    background-color: #001c58;
    color: #fff;
}

.top02Inr ul.questions li h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 15px;
}

.top02Inr ul.questions li p {
	font-size: 0.8em;
	line-height: 1.7;
}


.top02Inr ul.questions li a{
    border: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 20px 50px;
}

.top02Inr ul.questions li a:hover {
	background-color: #07063b;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

#top02 .top02Inr div {
    margin: 0 auto 60px;
    width: 100%;
}

#top02 .top02Inr div h2.infoTtl {
    color: #fff;
    font-size: 5em;
    text-align: right;
    width: 41%;
    margin-right: 30px;
}

#top02 .top02Inr div p {
/*    bottom: 7px;
*/    color: #fff;
    display: inline-block;
    float: left;
    line-height: 1.5;
    position: absolute;
    width: 45%;
}

.wrapper {
	position: relative;
}





@media only screen and (max-width: 1200px) {
	.accessInfo tr td, th {
		text-align: left!important;
	}
}








ul.contentsCtgr li a{
	padding: 10px 0;
}

.top02Inr ul.questions li{
	float: left;
	display: block;
}








/*----------------------------------------------------
	☆for SP
----------------------------------------------------*/
@media only screen and (max-width: 800px) {


ul.contentsCtgr {
    width: 100%;
    margin: 50px auto;
}

ul.contentsCtgr li {
    display: block;
    width: 100%;
}

ul.contentsCtgr li a{
    padding: 15px 0;
    /*max-height: 80px;*/
}

ul.contentsCtgr li a:hover {
	background-color: #07063b;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}


/*----------category------------*/

.top02Inr ul.contentsCtgr li {
	float: none !important;
	width: 100%;
}

.top02Inr ul {
	margin-bottom: 40px;
}

.top02Inr ul.questions li {
    display: block;
    margin: 0 0 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
}
	
.top02Inr ul li.li2 {
	margin-right: 0;
}

.top02Inr ul li a {
	padding: 20px 40px;
	line-height: 1.5;
}

.top02Inr ul {
    margin-bottom: 50px;
    width: 96%;
    margin: 0 auto;
}






#topTitle{
	padding: 40px 5%;
}










}