@charset "UTF-8";

body{
    background: url("../img/main_bg_pc.png") top 38px left no-repeat;
    background-size: 100% auto;
}

main .inner{
	padding: 15.3846vw 0 13.8462vw;;
	max-width: 69.2308vw;
	margin: auto;
}

main h2{
	margin-bottom: 3.0769vw;
	text-align: center;
	font-size: 1.2308vw;
	line-height: 1;
	color: #666666;
}

main h2 span{
	margin-bottom:0.7692vw;
	display: block;
	font-size: 4.6154vw;
	font-weight: 400;
	color: #0086D1;
}

.back_btn {
	padding:7.6923vw 0 0;
	font-size:1.0769vw;
	text-align:center;
}

.back_btn a {
	padding:0.4615vw 4.6154vw;
	font-size:1.0769vw;
	border:#C2C2C2 1px solid;
	border-radius:1.5385vw;
}

.comBtn01{
	background-color:#0086D1;
	color:#fff;
	display:table;
	position:relative;
	padding:1.5385vw 3.8462vw 1.5385vw 1.5385vw;
	border-radius:0.6154vw;
	margin:0 auto;
	width:40vw;
	max-width:100%;
	box-sizing:border-box;
	font-size:1.3846vw;
	text-align:center;
	line-height:1.45;
}

.comBtn01::before{
	content:"";
	width:1.5385vw;
	height:1.5385vw;
	margin-top:-0.7692vw;
	border-top:solid 0.0769vw #fff;
	border-right:solid 0.0769vw #fff;
	position:absolute;
	right:2.3077vw;
	top:50%;
	transform:rotate(45deg);
	transition:0.3s all ease;
}

/* --- 沿革 --- */

#history table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #E5E5E5;
	text-align: left;
}

#history table th{
	padding: 2.3077vw 2.6923vw 0 0;
	vertical-align: top;
	font-size: 0.9231vw;
	line-height: 1;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	border: none;
	color: #808080;
}

#history table th span{
	margin-bottom:0.3846vw;
	display:block;
	font-size: 2vw;
	font-weight: bold;
	color: #0086D1;
}

#history table th:after{
	content: "";
	display: inline-block;
	width: 1.2308vw;
	height: 1.2308vw;
	position: absolute;
	right: -0.6154vw;
	top: 2.8462vw;
    background: url("../img/history.png") center center no-repeat;
    background-size: cover;
}

#history table th.last:after{
    background: url("../img/history_end.png") top center no-repeat;
    background-size: 100% auto;
	height: 100%;
}

#history table th:before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
    background: #E5E5E5;
}

#history table th:nth-of-type(1):before{
	top: 1.5385vw;
}

#history table td{
	font-size: 1.0769vw;
	padding: 2.5385vw 0 0 2.6923vw;
}

#history table td >div{
	padding: 0 0 2.3077vw 4.4615vw;
	position:relative;
	border-bottom: 1px solid #E5E5E5;
}

#history table td span{
	font-size: 1.3846vw;
	line-height:1;
	font-weight:bold;
	position:absolute;
	top:0.2308vw;
	left:0;
	color: #0086D1;
}

.no-border td > div{
	border:none !important;
	
}

.no-border + tr td{
	padding-top:0 !important;
	
}

.no-border + tr th:after{
	background:none !important;
	
}

#history table th {
	width: 10%;
}

/* --- Regulations --- */

.regulations {
	line-height:2;
}

.regulations p, .regulations dd {
	font-size: 0.9231vw
}

.regulations dl dt{
	margin-top: 4.6154vw;
	margin-bottom: 0.7692vw;
	font-size: 1.5385vw;
	font-weight:bold;
	color: #0086D1;
}

.regulations dl dt:nth-of-type(1){
	margin-top: 3.0769vw;
}

.regulations b{
	font-size: 1.2308vw;
}

.regulations dl dd ul{
	margin-top: 1.5385vw;
}

.regulations dl dd .date{
	text-align: right;
	margin-top: 1.2308vw;
}

/* --- 404 --- */

.not-found p {
	margin-top: 2.3077vw;
	font-size: 1.0769vw;
	text-align: center;
}

.not-found p:nth-of-type(1) {
	font-size: 1.5385vw;
	font-weight:bold;
}

/* --- ページ送り --- */

.pageNavi{
	margin-top: 4.6154vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2308vw;
}

.pageNavi li{
	font-size: 1.2308vw;
	font-weight: bold;
	color:#888888 !important;
}
.pageNavi li.blank, .pageNavi li.blank{
	color:#CCCCCC !important;
}

.pageNavi li.page-count{
	margin: 0 4.6154vw;
}
.pageNavi li.prev + .prev, .pageNavi li.next + .next{
	display:none !important;
}

.pageNavi li a{
	font-size: 1.2308vw;
	color: #888888;
}

.viewSp {
	display: none;
}


@media screen and (max-width:768px){

body{
    background: url("../img/main_bg_sp.png") top 32px left no-repeat;
    background-size: 100% auto;
}

.viewPc{
	display: none;
}

.viewSp{
	display: block;
}

.lower header {
	top: 10.6667vw;
}

.lower header svg {
    width: 20vw;
	top: 0;
    left: 3.4667vw;
}

.lower header nav{
    top: -11.267vw;
}

main .inner{
	max-width:none;
	padding: 21.3333vw 7.33vw 34.6667vw;
}

main h2{
	margin-bottom: 5.3333vw;
	font-size: 2.6667vw;
}

main h2 span{
	margin-bottom:2.1333vw;
	font-size: 8vw;
}

.back_btn {
	padding:13.3333vw 0 0;
	font-size:4vw;
	text-align:center;
}

.back_btn a {
	padding:3.7333vw 24vw;
	font-size:4vw;
	border-radius:8vw;
}

.comBtn01{
	width:100% !important;
	max-width:170.6667vw !important;
	font-size:4.2667vw;
	padding:4vw 5.3333vw;
}

.comBtn01::before{
	width:2.6667vw;
	height:2.6667vw;
	margin-top:-1.3333vw;
	right:5.3333vw;
}

.comBtn01.sp_small{
	width:93% !important;
}

/* --- 沿革 --- */

#history table th{
	padding: 3.7333vw 3.7333vw 0 0;
	font-size: 2.4vw;
}

#history table th span{
	margin-bottom:1.3333vw;
	font-size: 4.5333vw;
}

#history table th:after{
	width: 2.6667vw;
	height: 2.6667vw;
	right: -1.3333vw;
	top: 4.8vw;
}

#history table th:nth-of-type(1):before{
	top: 4.5333vw;
}

#history table td{
	font-size: 2.9333vw;
	padding: 3.4667vw 0 0 4.5333vw;
}

#history table td >div{
	padding: 0 0 4.8vw 9.3333vw;
}

#history table td span{
	font-size: 3.4667vw;
	top:0.8vw;
}

/* --- Regulations --- */

.regulations p, .regulations dd {
	font-size: 2.6667vw;
}

.regulations .inner dl dt{
	margin-top: 10.6667vw;
	font-size: 3.7333vw;
}

.regulations b{
	font-size: 3.2vw;
}

/* --- 404 --- */

.not-found p {
	margin-top: 6.6667vw;
	font-size: 2.6667vw;
}

.not-found p:nth-of-type(1) {
	font-size: 3.7333vw;
}



/* --- ページ送り --- */

.pageNavi{
	width: 90%;
	margin: 13.3333vw auto 0;
	font-size: 3.4667vw;
}

.pageNavi li, .pageNavi li a{
	font-size: 3.4667vw;
}

.pageNavi li.page-count{
	margin: 0 16vw;
}


}