#page_title{
	width:100%;
	height:300px;
	box-sizing:border-box;
	background:url('../images/common/pagetitle.webp') no-repeat top center;
	position:relative;
	margin:0 auto 90px;
}
#page_title h2{
	margin:0 auto;
	max-width:780px;
	padding:0 0 0 50px;
	box-sizing:border-box;
	line-height:300px;
	color:#060606;
	font-size:48px;
	font-weight:500;
	text-shadow: 
    #ffffff 2px 0px,  #ffffff -2px 0px,
    #ffffff 0px -2px, #ffffff 0px 2px,
    #ffffff 2px 2px , #ffffff -2px 2px,
    #ffffff 2px -2px, #ffffff -2px -2px,
    #ffffff 1px 2px,  #ffffff -1px 2px,
    #ffffff 1px -2px, #ffffff -1px -2px,
    #ffffff 2px 1px,  #ffffff -2px 1px,
    #ffffff 2px -1px, #ffffff -2px -1px;
	position:relative;
}
#page_title h2 small{
	position:absolute;
	font-size:30px;
	top:-12px;
	left:90px;
}
main{
}
main section{
	margin:0 auto 120px;
}
main article{
	max-width:1100px;
	margin:0 auto;
	font-size:18px;
}
main section h3{
	font-size:30px;
	color:#fff;
	background:#008ad3;
	text-align:center;
	line-height:100px;
	border-radius:50px;
	margin:0 auto 50px;
}
main section h4{
	font-size:32px;
	line-height:1.5em;
	margin:0 0 40px;
}
main section h5{
	font-size:24px;
	margin:0 0 20px;
}
main table{
	width:100%;
	border-top:1px solid #7d7d7d;
	
}
main thead{
	background:#fbfbfb;
}
main th,
main td{
	border-bottom:1px solid #7d7d7d;
	
}
main th{
	color:#0069b2;
}
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;
}
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: #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;
}

.contact_box{
	text-align:center;
}
.contact_box p{
	font-size:32px;
	color:#008ad3;
	line-height:1.8em;
}
.contact_box ul{
	display:flex;
	gap:40px;
	list-style:none;
	padding:40px 0 0 !important;
}
.contact_box ul li{
	width:calc((100% - 40px) / 2);
}
.contact_box li a{
	display:flex;
	gap:10px;
	line-height:80px;
	color:#008ad3;
	font-size:30px;
	text-decoration:none;
	font-weight:500;
	overflow:visible;
}
.contact_box li a .more_inner{
	display:block;
	width:calc(100% - 90px);
	background:#c3e4f5;
	border-radius:40px 10px 10px 40px;
	text-align:center;
	height:80px;
	box-shadow:0 8px 0 #f5f5f5;
}
.contact_box li a small{
	font-size:21px;
}
.contact_box li a:after{
	content:"";
	width:80px;
	height:80px;
	border-radius:10px 40px 40px 10px;
	display:block;
	background:#c3e4f5 url('../images/common/arrow_blue.svg') no-repeat center center;
	box-shadow:0 8px 0 #f5f5f5;
}
.contact_box li a:hover{
	color:#fff;
}
.contact_box li a:hover .more_inner{
	background:#008ad3;
	transition:0.5s;
}
.contact_box li a:hover:after{
	display:block;
	background:#008ad3 url('../images/common/arrow_white.svg') no-repeat center center;
	transition:0.5s;
}
.contact_box ul li:nth-child(1) a{
	color:#ff813d;
}
.contact_box ul li:nth-child(1) a .more_inner{
	background:#ffd8c3;
	box-shadow:0 8px 0 #f5f5f5;
}
.contact_box ul li:nth-child(1) a:after{
	background:#ffd8c3 url('../images/common/arrow_orange.svg') no-repeat center center;
}
.contact_box ul li:nth-child(1) a:hover .more_inner{
	background:#ff813d;
	color:#fff;
}
.contact_box ul li:nth-child(1) a:hover:after{
	background:#ff813d url('../images/common/arrow_white.svg') no-repeat center center;
}
.photo_comment{
	display:flex;
	gap:50px;
}