@charset "utf-8";

#headbg{
	background:url(../img/aboutus/headbg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
}

.navi{
	color:#282828;
	margin:2em auto;
	text-align:right;
	padding-top:50px;
	clear:both;
}
.navi a.page-numbers,.navi .current{
	color:#282828;
	padding:5px .6em;
	border:solid 1px #282828;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
.navi a.page-numbers:hover{
	text-decoration:underline;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.navi a.next:hover,.navi a.prev:hover{
	text-decoration:underline;
	border:0 none;
}
.navi .current{
	color:white;
	background:#282828;
	border-color:#282828;
	font-weight:normal;
}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#282828;
	font-size:15px;
	font-weight:100;
}



.regtbl{
	margin-top:15px;
	border-top:1px solid #E8E8E8;
}
.regtbl th{
	width: 5em;
	border-bottom:1px solid #E8E8E8;
	font-size:16px;
	text-align:left;
	vertical-align:top;
	line-height:1.8;
	padding:18px 20px 16px 20px;
	background-color:#e2e2e2;
}
.regtbl td{
	border-bottom:1px solid #E8E8E8;
	font-size:16px;
	text-align:left;
	vertical-align:top;
	line-height:1.8;
	padding:16px 20px 16px 20px;
}
@media screen and (max-width: 480px) {
	.regtbl th,
	.regtbl td {
		display: block;
		width: 100%;
		padding: 10px 20px;
		box-sizing: border-box;
	}
} 
h2 {margin-bottom: 40px;}
#header2 h2,
#side h2 {margin-bottom: 0!important;}
.cnttxt {text-align: center;margin-bottom: 40px;}
h3{
	font-size:20px;
	position:relative;
	color:#FFF;
	padding:14px 20px 10px 20px;
	margin-bottom: 30px;
	line-height:1.5;
	overflow:hidden;
	zoom:1;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	background-color:#003B94;
}
h3 strong{
	position:relative;
	z-index:2;
}
h3:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:50%;
	z-index:1;
	background-color:#12499C;
}

h4 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 40px;
}




.qa-list dl:hover {background: #f6f6f6;}
.qa-list dl {
	position: relative;
	margin: 0;
	padding: 28px 80px 28px 30px;
	cursor: pointer;
	border-bottom: 1px solid #000;
		-webkit-tap-highlight-color:transparent;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.qa-list dl::before {
	position: absolute;
	top: 35px;
	right: 35px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.qa-list .open::before {
	transform: rotate(-45deg);
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
}
.qa-list dl dd {
	position: relative;
	display: none;
	height: auto;
	margin: 20px 0 0;
}
.qa-list dl dd p {
	margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
	margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    font-size: 14px;
}
.qa-list dl dd {
    margin: 10px 0 0;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

.simpletbl {margin: 1em 0 2em 0;}
.simpletbl tr th {
	text-align: right;
	font-weight: normal;
	width: 8em;
}
.simpletbl tr th,
.simpletbl tr td {
	vertical-align: top;
	line-height: 2.4;
}

.qa-list h4 {
	margin: 60px 0 10px 20px;
	text-align: left;
}
@media screen and (max-width: 480px) {
	.qa-list h4 {font-size: 1.4em;}
} 
