#page_title {
	width: calc(100% - 5.2dvw);
	height: 360px;
	box-sizing: border-box;
	background-size: cover !important;
	position: relative;
	margin: 0 auto 100px;
	border-radius: 20px;
}

#page_title h2 {
	text-align:center;
	font-size: 60px;
	line-height:360px;
	text-shadow:
	#fff 2px 0px, #fff -2px 0px,
	#fff 0px -2px, #fff 0px 2px,
	#fff 2px 2px, #fff -2px 2px,
	#fff 2px -2px, #fff -2px -2px,
	#fff 1px 2px, #fff -1px 2px,
	#fff 1px -2px, #fff -1px -2px,
	#fff 2px 1px, #fff -2px 1px,
	#fff 2px -1px, #fff -2px -1px;
}
#wrapper {
}

main {
}
main section{
	padding:0 20px;
	max-width:1620px;
	box-sizing:border-box;
	margin:0 auto 100px;
}

main article {}

main section h3 {
	line-height:60px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2) inset;
	margin: 0 auto 60px;
	color: #2055a3;
	text-align:center;
	font-size: 28px;
	background: #d5eaf2;
	border-radius: 10px;
	background:#e4f4f8;
}


main section h4 {
	line-height: 1.5em;
	color: #2055a3;
	margin: 0 0 20px;
	font-size: 28px;
}

main section h5 {
	font-size: 24px;
	color:#2055a3;
	margin: 0 0 10px;
}
.flexbox{
	display:flex;
}
.photo_comment {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}

.comment_photo .comment {}

.comment_photo figure {}

.comment_photo figure img {
	display: block;
	margin: 0 auto;
}

main section article ul,
main section article ol {
	margin: 0 auto;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

main section article table {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}

main section article th {
	white-space: nowrap;
	padding: 10px 20px;
	text-align: left;
	background: #f0f0f0;
	font-weight: normal;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

main section article td {
	padding: 10px 20px;
	box-sizing: border-box;
	word-break: break-all;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


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

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

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

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

.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;
}

.more a {
	margin: 0 auto;
	display: block;
	line-height: 58px;
	border-radius: 34px;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-size: 24px;
	border: 5px solid #2055a3;
}

.more a:hover {
	background: #2055a3;
	color: #fff;
}
.more_orange a{
	border:5px solid #ff6c00 !important;
}
.more_orange a:hover{
	background:#ff6c00 !important;
}

main section article video {
	width:100%;
	display: block;
	margin: 0 auto;
}