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

#wrap #contents  {
	max-width: 1280px;
	margin: 100px auto;
	padding: 0 40px;
}
#wrap #contents h2 {
	margin-top: 100px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
section {
	position: relative;
	margin-top: 30px;
}
section .btnAll{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f5f5f5;
	padding: 10px 30px 10px 15px;
	font-weight: bold;
	cursor: pointer;
}
section .btnAll::before,
section .btnAll::after{
	content:"";
	position:absolute;
	z-index:1;
	background:#000;
	top:50%;
}
section .btnAll::before{
	right:16px;
	width:2px;
	height:14px;
	margin-top:-8px;
	opacity:1;
}
section .btnAll::after{
	right:10px;
	width:14px;
	height:2px;
	margin-top:-2px;
}
section .btnAll.active::after{
	opacity:0;
}
section .btnAll::before,
section .btnAll::after{
	-webkit-transition:transform 0.35s,opacity 0.35s;
	-ms-transition:transform 0.35s,opacity 0.35s;
	transition:transform 0.35s,opacity 0.35s;
}
section .btnAll.active::before,
section .btnAll.active::after{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
section .btnAll .close{
display: none;
}
section .btnAll.active .close{
display: block;
}
section .btnAll.active .open{
display: none;
}
section .slid{
	position:relative;
}
section .slid.imgNone{
	padding-left:0;
}
section .slid .ttlSub{
	margin-bottom: 2px;
	position:relative;
	padding:25px 70px 25px 40px;
	cursor:pointer;
	background-color: #f5f5f5;
	position:relative;
}
section .slid .ttlSub::before,
section .slid .ttlSub::after{
	content:"";
	position:absolute;
	z-index:1;
	background:#000;
	top:50%;
}
.slid .ttlSub::before{
	right:35px;
	width:4px;
	height:21px;
	margin-top:-10px;
	opacity:1;
}
.slid .ttlSub::after{
	right:26px;
	width:21px;
	height:4px;
	margin-top:-2px;
}
.slid .ttlSub.active::after{
	opacity:0;
}
.slid .ttlSub::before,
.slid .ttlSub::after{
	-webkit-transition:transform 0.35s,opacity 0.35s;
	-ms-transition:transform 0.35s,opacity 0.35s;
	transition:transform 0.35s,opacity 0.35s;
}
.slid .ttlSub.active::before,
.slid .ttlSub.active::after{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.slid .ttlSub h3{
	font-size:20px;
}
section .slid .ttlSub h3 {
	position:relative;
	padding-left: 40px;
}
section .slid .ttlSub h3::before {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	color: #2E3445;
	content:"Q";
	position: absolute;
	top: -6px;
	left:0;
	line-height: 1;
}
section .slid .detail{
	display:  none;
	padding: 40px 0 40px 40px;
}
section .slid .detail p {
	position:relative;
}
section .slid .detail .box {
position: relative;
	padding-left: 40px;
}
section .slid .detail .box::before {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	content:"A";
	position: absolute;
	top: -2px;
	left:0;
	color: #EF8742;
	line-height: 1;
}
.slid .detail ul{
	margin-top:50px;
}
.slid .detail ul:first-child{
	margin-top:0;
}
.slid .detail ul li{
	font-size:18px;
	line-height:2;
	font-weight:bold;
	margin-left:1em;
	text-indent:-1em;
	margin-top:10px;
}
.slid .detail ul li::before{
	content:"・";
}
.slid .detail ul li:first-child{
	margin-top:0;
}
.slid .detail p{
	font-size:16px;
	line-height:2;
}
.slid .detail p strong{
	display:block;
	font-size:18px;
	color:#1e4d84;
	margin-top:20px;
}
.slid .detail p strong.notice{
	color:#910000;
}
.slid .detail p a{
	color:#0071BC;
}
.slid .detail > a{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#0071BC;
	margin-top:30px;
	border-bottom:1px solid transparent;
}
.slid .detail > a:hover{
	opacity:1;
	border-bottom:1px solid #0071BC;
	-webkit-transition:border 0.1s;
	-ms-transition:border 0.1s;
	transition:border 0.1s;
}
#public{
	margin-top:80px;
	border-top:1px solid #ccc;
	background:#ebebe9;
}
#public .ttl span{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#910000;
	margin-bottom:5px;
}
.slid .detail .btn {
	margin-top: 10px;
}
.slid .detail .btn a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 15px;
	border: solid #000 1px;
}

section table {
margin-top: 10px;
}
section table tr {
		border-top: solid #515266 1px;
}
section table th,
section table td {
		padding: 12px 10px;
}
tr:last-child {
	border-bottom: solid #515266 1px;
}

@media screen and (max-width: 750px) {
#wrap #contents  {
	margin: 60px auto;
	padding: 0 20px;
}
#wrap #contents h2 {
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 20px;
}

section{
text-align: right;
}
section .btnAll{
	padding: 8px 30px 8px 10px;
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin: 0 0 10px auto;
}
section .btnAll::before{
	margin-top:-7px;
}
section .btnAll::after{
	margin-top:-1px;
}
section .slid {
text-align: left;
}
section .slid .ttlSub{
	padding:20px 60px 20px 20px;
}
.slid .ttlSub::before{
	right:25px;
	width:4px;
	height:21px;
	margin-top:-10px;
}
.slid .ttlSub::after{
	right:16px;
	width:21px;
	height:4px;
	margin-top:-2px;
}
section .slid .detail {
	display: none;
	padding: 20px 0 20px 20px;
}
section .slid .detail .box{
	padding-left: 30px;
}
section .slid .detail .box::before {
	font-size: 28px;
}
section .slid .ttlSub h3 {
	font-size:15px;
	padding-left: 30px;
}
section .slid .ttlSub h3::before {
	font-size: 28px;
}
.slid .ttl::before{
	right:25px;
}
.slid .ttl::after{
	right:16px;
}
.slid .detail p{
	font-size:13px;
	line-height:1.8;
}
section table th,
section table td {
		padding: 8px 10px;
	font-size:13px;
}
.slid .detail .btn a {
	font-size: 13px;
	padding: 10px;
}
}