@charset "utf-8";

#catch img {
	display: block;
}

#slide img {
	width: 100%;
	display: block;
}

#mainimage {
	list-style: none;
	margin: 0 0 0px 0;
}

#mainimage .bx-wrapper {
	width: 100%;
	margin-bottom: 0 !important;
}

#mainimage .bx-controls {
	display: none;
}

#mainimage .bx-wrapper .bx-viewport {
	box-shadow: 0 0 0 #fff !important;
	border: 0 !important;
	left: 0 !important;
}

#mainimage .bx-controls-direction {
	display: none;
}

#top1 {
	padding: 15px 0;
}

#top1 ul {
	list-style: none;
}

.top1_button {
	width: calc(100% / 3 - 4%);
	margin: 0 2% 10px;
	float: left;
}

.subnav3 {
	position: abosolute;
	width: 100%;
	display: none;
}

#top1 li img {
	display: block;
}

#top1-1 {
	background: #bfebff;
	padding: 20px 1% 10px;
	box-sizing: border-box;
}

#top1-1 li {
	width: calc(100% / 3 - 4%);
	margin: 0 2% 10px;
	float: left;
}

#top1-2 {
	background: #b3ceff;
	padding: 20px 1% 10px;
	box-sizing: border-box;
}

#top1-2 li {
	width: calc(100% / 3 - 4%);
	margin: 0 2% 10px;
	float: left;
}

#top1-3 {
	background: #e9e0fd;
	padding: 20px 2% 10px;
	box-sizing: border-box;
}

#top1-3 ul {
	background: #9363d0;
	padding: 5px 0 5px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}

#top1-3 ul li {
	width: calc(100% / 3 - 4%);
	margin: 0 2% 0px;
	float: left;
}

#top1-3-1 li {
	width: calc(100% / 2 - 4%) !important;
}

#top2 {
	padding: 0px 0;
}

#top2 ul {
	list-style: none;
	display: -webkit-box;
	/* before Android4.3 iOS6:Safari */
	display: -ms-flexbox;
	/* IE10 */
	display: -webkit-flex;
	/* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	/* IE10 */
	-webkit-flex-flow: row wrap;
	/* Pc-safari */
	flex-flow: row wrap;

	justify-content: center;
	align-items: center;

}

#top2-1 li {
	width: calc(100% / 3 - 4%);
	margin: 0 2% 10px;
	float: left;
}

#top2 p,
#top3 p {
	margin: 10px;
}

#top2-2 li {
	width: calc(100% / 3 - 4%);
	margin: 0 2% 10px;
	/* float: left; */
}

#top2-3 {
	padding-left: 4%;
	padding-right: 4%;
}

#top2-3 li {
	width: calc(100% / 2 - 16%);
	margin: 0 8% 10px;
	/* float: left; */
}


#top4 {
	padding: 20px 0;
}

#top4 h3 {
	padding: 0 20%;
	margin: 0 0 20px 0;
}

#top4 ul {
	border-top: 1px solid #818181;
}

#top4 li {
	border-bottom: 1px solid #818181;
}

#top4 li img {
	width: 26.6%;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#top4 li a {
	color: #313131;
	text-decoration: none;
}

.news_gaiyou {
	padding: 10px;
}

#subnav4 {
	/* margin-left:19.5%; */
	width: 60% !important;
	margin: 10px 20%;
}

#subnav4-2 {
	/* margin-left:19.5%; */
	width: 94% !important;
	margin: 10px 3%;
}

#top2 ul li .junbichu {
	position: relative;
	display: block;
}

#top2 ul li .junbichu span {
	position: absolute;
	display: block;
	top: 40%;
	width: 100%;
	color: #0334BD;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	text-shadow: 1px 1px 1px #fff,
		1px 0px 1px #fff,
		1px -1px 1px #fff,
		0px -1px 1px #fff,
		-1px -1px 1px #fff,
		-1px 0px 1px #fff,
		-1px 1px 1px #fff,
		0px 1px 1px #fff,
		1px 1px 2px #fff,
		1px 0px 2px #fff,
		1px -1px 2px #fff,
		0px -1px 2px #fff,
		-1px -1px 2px #fff,
		-1px 0px 2px #fff,
		-1px 1px 2px #fff,
		0px 1px 2px #fff;
}

#top2 ul li .junbichu {
	cursor: default;
}

#news {
	background: #fff;
	padding: 0 5px 10px;
}

#news h3 {
	padding: 20px 30.7% 10px;
	border-bottom: 1px dashed #f39b29;
	margin: 0 3%;
}

#news article {
	height: 150px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#news article::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 2px;
}

#news article::-webkit-scrollbar {
	width: 5px;
	background: #fff;
	border: 1px solid #aaa;
}

#news dl {
	display: flex;
	margin: 0 3%;
	padding: 5px 0;
	border-bottom: 1px dashed #f39b29;
}

#news dl dt {
	width: 30%;
}

#news dl dd {
	display: flex;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	line-height: 1.8em;
}

#news dl dd .date {
	width: 80px;
}

#news dl dd a {
	color: #f23e1a;
}

#more_news {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	background: #f23e1a;
	margin: 5px 3%;
}

#news_wrap {
	padding: 15px 3%;
}

#news_wrap section {
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	border-radius: 5px;
}

#news_wrap section h3 {
	border-top: 2px solid #f95b04;
	padding: 5px 10px;
	border-bottom: 2px solid #f95b04;
	margin: 0 0 15px;
}

#news_wrap .item_date {
	text-align: right;
	margin: 0 0 15px;
}

#news_wrap article {
	padding: 0 10px;
	line-height: 1.8em;
}

#top4 {
	padding: 60px 0 30px 0;
}



.itemid399 #news_wrap section,
.itemid355 #news_wrap section {
	background: #E8F8FF;
	border: 2px solid #fff;
}

.itemid399 #news_wrap section h3,
.itemid355 #news_wrap section h3 {
	padding: 10px;
	background: url('../images/bg1.jpg');
	border: none;
}

.itemid399 #news_wrap section article h3,
.itemid355 #news_wrap section article h3 {
	background: none;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
}

.itemid399 #news_wrap section article h4,
.itemid355 #news_wrap section article h4 {
	margin: 20px 0 5px;
	font-size: 120%;
	border-bottom: 1px solid #72CCFA;
	color: #009eb3;
}

.itemid399 #news_wrap section article p,
.itemid355 #news_wrap section article p {
	text-align: justify;
}


.itemid399 #news_wrap section table,
.itemid355 #news_wrap section table {
	margin: 20px 0;
}

.itemid399 #news_wrap section table th,
.itemid399 #news_wrap section table td,
.itemid355 #news_wrap section table th,
.itemid355 #news_wrap section table td {
	border: 1px solid #80ADC5;
	min-width: 3em;
	font-size: 93%;
	line-height: 1.4;
	vertical-align: middle;
	text-align: center;
	padding: 3px 0;

}
#top4 article{
display:flex;
gap:20px;
}
#top4 article .top4_l{
width:calc((100% - 20px) / 2);
flex:none;
}
#top4 article .top4_r{
width:calc((100% - 20px) / 2);
flex:none;
padding:25px 0 0;
}
#top4 article .top4_r h3{
font-size:20px;
line-height:55px;
text-align:center;
}
#top4 article .top4_r h3 a{
color:#000;
text-decoration:none;
}
#top4 article .top4_r h3 img{
vertical-align:middle;
margin-right:5px;
}
#instafeed{
display:flex;
flex-wrap:wrap;
padding:0 3%;
list-style:none;
gap:10px;
border:0 !important;
}
#instafeed li{
width:calc((100% - 10px) / 2);
}
#instafeed li a{
display:block;
}
#instafeed li img{
display:block;
width:100% !important;
}
@media screen and (max-width: 768px) {
#top4 article{
flex-direction:column;
}
#top4 article .top4_l{
width:100%;
margin-bottom:50px;
}
#top4 article .top4_r{
width:100%;
padding:0 !important;
}
}