#page_title{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height: 180px;
	box-sizing:border-box;
	margin: 0 auto 60px;
	background:url('../images/common/bg_pagetitle.svg') no-repeat center center;
}
@media screen and (max-width: 1600px) {
	#page_title{
		background:url('../images/common/bg_pagetitle.svg') no-repeat center center;
		background-size:100% 100%;
	}
}
#page_title h2{
	font-size:60px;
	text-align:center;
}
#page_title h2 .eng{
	display:block;
	color:#e97c9e;
	font-size:18px;
}
main section {
	max-width:1260px;
	padding:4.16dvw;
	box-sizing:border-box;
	background:#f9f9f9;
	margin: 0 auto 60px;
}
main section article{
	line-height:1.8em;
}
main section h3 {
	font-size:48px;
	line-height:1.5em;
	color:#e04977;
	margin:0 auto 60px;
	position:relative;
}
main section h4 {
	font-size: 36px;
	font-weight:normal;
	border-bottom:1px solid #e04977;
	padding:0 0 10px;
	margin: 0 auto 20px;
}
main section h5 {
	font-size:30px;
	margin:0 auto 10px;
}

main section article p {
	font-feature-settings: "palt";
	color: #333;
}

main section .comment_photo {
	display: flex;
	gap: 40px;
	margin:0 auto 40px;
}

main section .comment_photo figure {
	width: 530px;
	flex: none;
}

main section .comment_photo .comment {
	width: calc(100% - 570px);
	flex: none;
}

main section article ul {
	padding: 0 0 0 30px;
}
main section article table{
	width:100%;
	border-top:1px solid #ccc;
}
main section article th{
	white-space:nowrap;
	padding:10px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
main section article td{
	padding:10px;
	border-bottom:1px solid #ccc;
}

main .more{
	padding:40px 0 0;
}
main .more a{
	display:block;
	max-width:600px;
	margin:0 auto;
	border:3px double #aaaaaa;
	font-size:28px;
	text-align:center;
	line-height:66px;
	border-radius:36px;
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#1b1b1b;
	background:#fff url('../images/common/arrow1.svg') no-repeat right 20px center;
	text-decoration:none;
	box-shadow:0 5px 3px #e5e5e5;
}
main .more a:hover{
	color:#fff;
	background:#e97c9e url('../images/common/arrow1.svg') no-repeat right 20px center;
}

.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: #e04977;
	padding: 0 5px;
	vertical-align: middle;
}

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

.page-numbers li a:hover {
	color: #fff;
	background: #e04977;
}

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

.page-numbers li span.current {
	background: #e04977;
	color:#fff;
}