header{
	background:#f89200;
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	border-radius:0 0 0 100px;
}
header #logo1{
	width:270px;
}

header #logo1 a{
	font-size:21px;
}

header h1{
	transition:0.5s;
}
header #menu {
	width: 60px;
	height:60px;
	font-size:20px;
}
header .nav-toggle {
	width: 60px;
}
header .nav-toggle div {
	position: relative;
	width: 60px;
	height: 35px;
}
#page_title{
	width:100%;
	max-height:400px;
	height:37dvh;
	box-sizing:border-box;
	position:relative;
	margin:0 auto 80px;
	background:#f8b500 url('../images/common/bg_h2.png') no-repeat top center;
}
#page_title h2{
	color:#fff;
	width:100%;
	height:100%;
	position:relative;
}
#page_title h2 .jp{
	color:#fff;
	width:100%;
	height:100%;
	font-size:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	z-index:2;
	position:relative;
}
#page_title h2 .eng{
	color:#e7a900;
	width:100%;
	height:100%;
	font-size:90px;
	letter-spacing:-0.1em;
	display:flex;
	align-items:center;
	z-index:1;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 900;
	font-style: normal;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
main{
}
main section{
	margin:0 auto 8.333dvw;
}
main article{
	max-width:960px;
	padding:0 10px;
	box-sizing:border-box;
	margin:0 auto;
	font-size:18px;
}
main section h3{
	font-size:40px;
	text-align:center;
	font-weight:900;
	padding:35px 0 0;
	margin:0 auto 40px;
	border-top:10px solid #f8b500;
	max-width:960px;
}
main section h4{
	font-size:30px;
	margin:0 0 30px;
	text-align:center;
	color:#f8b500;
}
main section h5{
	font-size:30px;
	border-bottom:1px solid #f8b500;
	margin:40px 0 20px;
	text-align:center;
	padding:0 0 10px;
}
.comment_photo{
	display:flex;
}
.subnav ul{
	padding:0;
	display:flex;
	gap:20px;
	justify-content:center;
}
.subnav ul li{
	width:300px;
}
.subnav ul li a{
	color:#fff;
	font-size:30px;
	text-decoration:none;
	line-height:140px;
	text-align:center;
	display:block;
	font-weight:900;
	background:#f8b500 url('../images/common/arrow_bottom.svg') no-repeat bottom 10px right 10px;
}
main section article ul,
main section article ol{
	margin:0 auto;
	padding:0 0 0 30px;
	box-sizing:border-box;
}
main section article td ol{
	padding:0 0 0 20px !important;
}
main section article table{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
main section article th{
	white-space:nowrap;
	padding:10px 20px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	box-sizing:border-box;
}
main section article td{
	padding:10px 20px;
	box-sizing:border-box;
	word-break: break-all;
	vertical-align:top;
}
.pagination {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
	z-index:30;
}

.page-numbers {
	text-align: center;
	margin: 40px 0;
}

.page-numbers li {
	display: inline-block;
	color: #404040;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
	border: 1px solid #ccc;
}

.page-numbers li a:hover {
	color: #404040;
	background: #ccc;
}

.page-numbers li span {
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display: block;
	padding: 5px 12px;
	border: 1px solid #ccc;
	background: #fff;
}

.page-numbers li span.current {
	background: #ccc;
}
img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

img.aligncenter {
	display:block;
	margin: 0 auto 30px;
}