@charset "UTF-8";
/****************************************************
* top  スタイルシート *
*****************************************************/
#homePage #pageHead {
	position: relative;
}
body.over:not(#homePage) #pageHead > * {
	z-index: 100;
	position: relative;
}
body#homePage.over #pageHead:not(.fixed) #toolBar {
	z-index: 100 !important;
}
body#homePage.over #pageHead:not(.fixed) #menuBox {
	z-index: 98;
}


#homePage #contents {
	padding-top: 0;
	margin-top: 0 !important;
	margin-bottom: 20px;
}
/*Desktop&print*/
@media screen and (min-width: 768px), print {

	#homePage #pageHead:not(.fixed) .siteTitle .logo {
		background-image: url("images/logo-l2.png");
	}
	#homePage #pageHead:not(.fixed) #toolBar{
		position: absolute;
		z-index: 3;
		background-color: transparent;
		border: 0;
		top: 0 !important;
		background-image: none;
	}
	body#homePage.over #pageHead:not(.fixed) .siteTitle{
		opacity: 0.2;
	}
	#homePage #pageHead:not(.fixed) #toolBar .container{
		padding: 0 10px 0 5px;
	}
	#homePage #pageHead:not(.fixed) #toolBar .panel {
		margin-top: 120px;
	}
	#homePage #pageHead:not(.fixed) #menuBar{
		bottom: 60px;
		z-index: 99;
	}
	#homePage #pageHead.fixed #menuBar #bMenu{
		bottom: auto;
	}
	#homePage.over #pageHead.fixed #toolBar {
		z-index: 100;
	}
	#homePage #pageHead.fixed #toolBar #toolBtn{
		z-index: 110;
	}
	body#homePage.over #pageHead:not(.fixed) .panel {
		top: 20px;
	}
	body#homePage.over #pageHead .panel {
		z-index: 110;
	}
}
@media screen and (min-width: 768px){
	#homePage #pageHead.fixed {
		overflow: hidden;
	}
	/*追従*/
	#homePage #pageHead.fixed #toolBar{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}
	#homePage #pageHead.fixed #menuBar{
		position: fixed;
		top: 90px;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 100;
	}
}
@media screen and (max-width: 767px) {
	#homePage #pageHead:not(.fixed) .siteTitle .logo {
		background-image: url("images/logo-s2.png");
	}
	#homePage #pageHead:not(.fixed) #toolBar {
		position: absolute;
		left: 0;
		right: 0;
		background-color: transparent;
		border: none;
		background-image: none;
		z-index: 10;
	}
	#homePage #pageHead:not(.fixed) #toolBar .siteTitle {
		padding: 0;
	}
	#homePage #pageHead.fixed {
		overflow: hidden;
	}
	#homePage #pageHead.fixed #toolBar{
		z-index: 100;
	}

	#homePage #contents {
		margin-top: 40px !important;
	}
}

h2 {
	color: #172e5b;
	font-size: 1.85em;
	text-align: center;
	line-height: 1;
}
h2 span:lang(en) {
	font-family: "Vujahday Script";
	display: block;
	color: #1e5ec4;
	transform: rotate(-4deg);
	font-size: 0.75em;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.7em;
		line-height: 1;
	}
}
/*タブ*/
.tabBtn {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.tabBtn button {
	flex: 1 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.6em 1em .5em;
	text-align: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 2;
	margin-left: 1px;
	margin-bottom: 1px;
}
.tabBtn button:hover, .tabBtn button:active, .tabBtn button:focus {
	opacity: 0.8;
}
.tabBtn button[aria-selected="true"] {
	color: #fff;
	background: #3176bd;
	margin-right: 0;
	position: relative;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #FFF;
}

.tabPanels {
	position: relative;
	z-index: 1;
}
.tabPanels .tabPanel {
	display: none;
	padding: 24px;
}
.tabPanels .tabPanel[aria-hidden="false"] {
	display: block;
}
/*boxリンク*/
ul.boxs {
	list-style: none;
	margin: 10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
ul.boxs li {
	padding: 5px 2px;
	text-align: center;
}
ul.boxs li a {
	text-decoration: none;
	display: inline-block;
	color: #000;
}
ul.boxs li a img {
	transition: .3s;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
ul.boxs li a:hover img, ul.boxs li a:focus img, ul.boxs li a:active img {
	opacity: .8;
}
ul.boxs li a:hover .title, ul.boxs li a:focus .title, ul.boxs li a:active .title, ul.boxs li a:hover p, ul.boxs li a:focus p, ul.boxs li a:active p {
	text-decoration: underline;
}
.boxs .thumb, .box .thumb {
	max-width: 100%;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.6);
}
.boxs .thumb::before, .box .thumb::before {
	padding-top: 100%;
}
.boxs .thumb img, .box .thumb img {
	border-radius: 50%;
}
/* Slick
*****************************************************/
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	margin: auto;
	padding: 0;
	overflow: hidden;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev, .slick-next {
	line-height: 0;
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -18px;
	display: block;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	opacity: 0.6;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	opacity: 0;
}
.slick-prev::before, .slick-next::before {
	content: '';
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 17px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	opacity: 1;
}
.slick-prev {
	left: 11px;
}
.slick-prev::before {
	right: 23%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.slick-next {
	right: 11px;
}
.slick-next::before {
	left: 23%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
	.slick-prev, .slick-next {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}
	.slick-prev:before {
		border-width: 0 0 1px 1px;
	}
	.slick-next:before {
		border-width: 1px 1px 0 0;
	}
}
/* Dots */
.slick-dotted.slick-slider {
	text-align: center;
}
.slick-dots {
	display: block;
	padding: 0;
	margin: 10px;
	list-style: none;
	text-align: center;
	line-height: 14px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 7px;
	padding: 0;
}
.slick-dots li button {
	display: block;
	margin: 0;
	padding: 13px 0 0;
	width: 13px;
	height: 13px;
	font-size: 0.625rem;
	text-indent: 100px;
	line-height: 13px;
	cursor: pointer;
	color: transparent;
	border: 0;
	overflow: hidden;
	background: transparent;
	border-radius: 50%;
}
.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: center;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
	background: #a6a6a6;
	border-color: #fff;
}
.slick-dots li.slick-active button::before {
	background: #fff;
}
/*コントローラーまとめ*/
.slider-control {
	display: block;
	padding: 0;
	position: relative;
	text-align: center;
}
.slider-control .slick-dots {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}
/*停止/再生button*/
.slider-control button.pause {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 7px;
	padding: 2px 6px 2px 18px;
	min-height: 22px;
	min-width: 50px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	font-size: 0.75em;
	line-height: 1.2;
}
.slider-control button.pause:hover, .slider-control button.pause:focus {
	background: #fff;
}
.slider-control button.pause::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 6px;
	margin-top: -4px;
	width: 7px;
	height: 8px;
	border-style: solid;
	border-color: #4d4d4d;
	border-width: 0 2px;
}
.slider-control button.pause.paused::after {
	width: 0;
	height: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #4d4d4d;
}
.slider-control button.pause span {
	display: inline-block;
	vertical-align: middle;
}
.slider-control button.pause:not(.paused) span.play, .slider-control button.pause.paused span.stop {
	display: none;
}
/*Mobile*/
@media screen and (max-width: 767px) {
	.slick-dots li button {
		padding: 5px 0 0;
	}
	.slick-dots li.slick-active button::before {
		background: #1e5ec4;
	}
	.slick-dots li button {
		border: 1px solid #a3a3a3;
	}
}
/* topImage
*****************************************************/
#topImage {
	position: relative;
}
#topImage .scroll {
	line-height: 8;
	content: "Scroll";
	position: absolute;
	display: inline-block;
	vertical-align: bottom;
	background-image: url("images/scroll_icon.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 10px 42px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 3;
	bottom: 120px;
	height: 100px;
	font-size: 0.85em;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
	background-color: transparent;
	border: none;
}
#topImage:after {
	content: "";
	position: absolute;
	bottom: -85px;
	display: block;
	z-index: 2;
	background-repeat: no-repeat;
	width: 100vw;
	height: 355px;
	background-size: cover, contain;
	margin: 0 calc(50% - 50vw);
	background-image: url(images/topimage_bg.png), url(images/topimage_bg2.png);
	background-position: center center, bottom 60px center;
}
#topImage > * {
	z-index: 2;
}
#topImage .slide {
	overflow: hidden;
}
#topImage .slide ,
#topImage .slide img {
	height: 920px;
}
#topImage .slider:not(.slick-slider) .slide:not(:first-child) {
	visibility: hidden;
}
#topImage .slider .slick-list {
	overflow: visible;
}
#topImage .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#topImage .slide .wide{
	display: none;
} 
#topImage .slide .caption {
	margin-top: 10px;
	font-size: 0.875em;
	line-height: 1.3;
	text-align: left;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}
#topImage .slide a {
	display: block;
	height: inherit;
}
#topSlider .slide a:hover, #topSlider .slide a:focus, #topSlider .slide a:active {
	opacity: .8;
}
#topImage .slider-control {
	padding: 8px 0 18px;
	position: absolute;
	bottom: 95px;
	left: 0;
	right: 0;
	z-index: 3;
margin: 0 auto;
	text-align: center;
}

#topImage > .container {
	position: absolute;
	height: 66%;
	top: 0;
	width: 63%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 755px;
}

#topImage #catch {
	width: 100%;
	height: 100%;
	background-image: url("images/top_catch.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}
@media print {
	#topImage:after {
		width: 100%;
		margin: 0;
	}
}
/*Mobile*/
@media screen and (max-width: 767px) {
	#topImage{
		margin-bottom: 3em; /*.slider-control*/
	}
	#topImage > .container {
		width: 100%;
		bottom: 78%;
		bottom: auto;
		padding: 0;
	}
	#topImage .scroll {
		bottom: 0;
	}
	#topImage #catch {
		width: 354px;
		height: 355px;
		margin: 0 auto;
	}
	#topImage::after {
		bottom: -32px;
		max-height: 130px;
		left: 0;
		right: 0;
		width: auto;
		background-position: center center, bottom 22px center;
	}
	#topImage .slide ,
	#topImage .slide img {
		height: 460px;
	}
	#topImage .slider-control {
		top: 100%;
		padding-top: 15px;
	}
}
@media screen and (max-width: 430px) {
	#topImage::after {
		bottom: -17px;
		max-height: 100px;
		left: -200px;
		right: -200px;
		background-position: center center, bottom center;
	}
}

/*Desktop & Print*/
@media screen and (min-width: 768px), print {
	#topImage {
		min-height: 300px;
	}
	#topImage .slick-dots li button::before {
		border-color: #fff;
	}
}
/*Desktop wide*/
@media screen and (min-width: 1440px) {
	#topImage .slide .normal{
		display: none;
	}
	#topImage .slide .wide{
		display: block;
	}
}


/* urgency parts 緊急情報
*****************************************************/
#urgency {
	margin: 30px auto;
	max-width: 1200px;
	width: calc(100% - 20px);
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.container #urgency{
	width: auto;
}
#urgency h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.125em;
	font-weight: 700;
	padding: 0 10px;
	color: #333;
	background-color: #ffd600;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}
#urgency h2::before{
	content: '';
	display: inline-block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 21px;
	margin-right: 7px;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIzLjYxIiBoZWlnaHQ9IjIwLjg3IiB2aWV3Qm94PSIwIDAgMjMuNjEgMjAuODciPjxkZWZzPjxzdHlsZT4uZHtmaWxsOiM0YjRiNGI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIi8+PGcgaWQ9ImIiPjxnIGlkPSJjIj48cGF0aCBjbGFzcz0iZCIgZD0iTTEuNTYsMjAuODdIMjIuMDZjMS4xOS0uMDEsMS45NC0xLjMxLDEuMzQtMi4zNEwxMy4xNCwuNzhjLS42LTEuMDMtMi4wOS0xLjAzLTIuNjksMEwuMjEsMTguNTRjLS42LDEuMDMsLjE1LDIuMzMsMS4zNSwyLjMzWm05LjE4LTQuNTJjMC0uMTcsLjEzLS4zLC4zLS4zaDEuNTRjLjE3LDAsLjMsLjEzLC4zLC4zdjEuNTJjMCwuMTctLjEzLC4zLS4zLC4zaC0xLjU0Yy0uMTcsMC0uMy0uMTMtLjMtLjN2LTEuNTJabS0uMjMtOWMtLjAyLS4yNCwuMTgtLjQ0LC40My0uNDRoMS43M2MuMjUsMCwuNDUsLjIsLjQzLC40NGwtLjUxLDcuMjFoLTEuNThsLS41LTcuMjFaIi8+PC9nPjwvZz48L3N2Zz4=");
}
#urgency .topics {
	margin: 12px 10px 6px;
	overflow-y: auto;
	scrollbar-width: thin;
	max-height: 185px;
	min-height: 40px;
	line-height: 1.45;
}
#urgency .topics li {
	margin: 0 0.3em;
	margin-bottom: 0;
}
#urgency .topics li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.1em 0 0.2em;
}
#urgency .topics li .title {
	font-size: 0.875em;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#urgency {
		margin: 60px auto 20px;
		border-radius: 5px;
	}
	#urgency h2 {
		max-width: 100%;
		font-size: 0.9375em;
		border-radius: 10px 10px 0 0;
		padding: 7px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#urgency h2::before {
		width: 20px;
		height: 18px;
	}
	#urgency .topics {
		margin: 0;
		padding: 9px 0;
	}
	#urgency .topics li {
		padding: 0 0.4em;
	}
	#urgency .topics li a {
		display: block;
	}
	#urgency .topics li .title {
		font-size: 0.8125em;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print {
	#urgency {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#urgency h2 {
		width: 8.75em;
		max-width: 200px;
		border-radius: 10px 0 0 10px;
	}
	#urgency .topics {
		flex: 1 ;
	}
}
/* siteSearch
*****************************************************/
#siteSearch h2 {
	font-size: 1.35em;
	color: #fff;
}
#siteSearch .search {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#siteSearch .search form {
	border-radius: 10px;
	line-height: 1;
	margin: 0;
}
#siteSearch .search form button {
	padding-left: 48px;
	background-size: 24px auto;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxkZWZzPjxzdHlsZT4uZCwuZXtmaWxsOm5vbmU7fS5le3N0cm9rZTojMDAyMzYwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MS41cHg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJhIi8+PGcgaWQ9ImIiPjxnIGlkPSJjIj48Zz48cGF0aCBjbGFzcz0iZCIgZD0iTTAsMEgyNFYyNEgwVjBaIi8+PGNpcmNsZSBjbGFzcz0iZSIgY3g9IjEwIiBjeT0iMTAiIHI9IjciLz48bGluZSBjbGFzcz0iZSIgeDE9IjIxIiB5MT0iMjEiIHgyPSIxNSIgeTI9IjE1Ii8+PC9nPjwvZz48L2c+PC9zdmc+");
}
#siteSearch .word {
	display: inline-flex;
	align-items: center;
}
#siteSearch .word h3 {
	font-size: 1.4em;
	line-height: 1;
}
#siteSearch .word .keys {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
	display: flex;
	flex-flow: row wrap;
}
#siteSearch .word .keys li {
	margin: 5px;
}
#siteSearch .word .keys a {
	color: #000;
	display: inline-block;
	font-size: 0.95em;
	line-height: 1.4;
	padding: 5px 15px 5px;
	border-radius: 15px;
	text-decoration: none;
	background-color: #fff;
}
#siteSearch .word .keys a:hover, #siteSearch .word .keys a:active, #siteSearch .word .keys a:focus {
	text-decoration: underline;
	background: rgba(255, 255, 255, 0.3);
}
#siteSearch .container {
	display: flex;
	color: #fff;
}
#siteSearch .search {
	row-gap: 10px;
	flex: 1 0 56.6%;
	flex-wrap: wrap;
	padding: 16px 30px;
	border-radius: 25px 0 0 25px;
	background-color: #3a528e;
}
#siteSearch .search h2 {
	margin-right: 20px;
}
#siteSearch .search > div {
	flex: 1;
	min-width: 240px;
}
#siteSearch .word {
	flex: 1 0 40%;
	background-color: rgba(58,82,142,0.8);
	height: auto;
	justify-content: center;
	padding: 15px  15px  15px 32px;
	column-gap: 15px;
	border-radius: 0 25px 25px 0;
}
#siteSearch .gsib_a {
	padding: 10px 9px 8px 9px;
}
/*Mobile*/
@media screen and (max-width: 767px) {
	#siteSearch {
		padding-top: 8px;
	}
	#siteSearch .container {
		display: flex;
		color: #fff;
		flex-direction: column;
		justify-content: stretch;
	}
	#siteSearch .search {
		border-radius: 12.5px 12.5px 0 0;
		padding: 25px 10px 45px;
		flex-direction: column;
	}
	#siteSearch .search #___gcse_0 {
		width: 100%;
		flex: 1;
		max-width: 400px;
	}
	#siteSearch .search h2 {
		text-align: center;
		font-size: 1.25em;
		margin-right: 0;
	}
	#siteSearch .search form {
		border-radius: 5px;
	}
	#siteSearch .gsib_a {
		padding: 2px 9px 1px 9px;
	}
	#siteSearch .gsc-input-box {
		padding-top: 0;
		padding-bottom: 0;
		height: 44px;
	}
	#siteSearch .word {
		margin-top: 0;
		padding: 20px 0 15px;
		flex-direction: column;
		border-radius: 0 0 12.5px 12.5px;
		row-gap: 10px;
	}
	#siteSearch .word h3 {
		font-size: 1.25em;
	}
	#siteSearch .word .keys a {
		font-size: 0.8em;
	}
}
/* topics slider
*****************************************************/
#topics {
	padding: 0;
	margin-bottom: 40px;
	min-width: 320px;
}
#topics .slider {
	z-index: 5;
	margin-top: 15px;
	margin-bottom: 10px;
}
#topics .slider:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#topics .slick-list {
	padding-top: 1em;
}
#topics .slide {
	margin: 3px 15px;
	text-align: left;
	position: relative;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	width: fit-content;
	width: 872px;
	height: 310px;
	border: 1px solid #b7bdc7;
	border-radius: 30px;
	overflow: hidden;
}
#topics .slide a:hover, #topics .slide a:focus, #topics .slide a:active {
	opacity: .8;
}
#topics .slide a:hover p, #topics .slide a:focus p, #topics .slide a:active p {
	text-decoration: underline;
}
#topics .slick-dots li button {
	padding: 5px 0 0;
}
#topics .slick-dots li.slick-active button::before {
	background: #3a528e;
}
#topics .slick-dots li button::before {
	border-color: #919191;
}
#topics .thumb {
	flex-shrink: 0;
	width: 490px;
	height: 100%;
	z-index: -1;
	background-color: transparent;
}
#topics .thumb > img {
	object-fit: contain;
	object-position: right center;
}
#topics .thumb::before {
	padding-top: 62.8%;
}
#topics .description {
	flex: 1 0 40%;
	max-height: 100%;
	padding: 10px 20px;
	align-self: center;
	overflow-y: auto;
}
#topics .slide time {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
#topics .slide .title {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	flex-shrink:0;
}
#topics .slide p.text {
	margin: 12px 10px;
	line-height: 1.75;
	overflow:hidden;
	text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#topics .slide .btn {
	display: inline-block;
	margin: 5px 10px;
	padding: 0.5em 2.4em 0.7em 1.3em;
	width: fit-content;
	position: relative;
}
#topics .slide .btn span{
	display: inline-block;
	vertical-align: middle;
}
#topics a.btn::after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#topics .slider-control .pause {
	margin-top: 0;
	border: 1px solid #4d4d4d;
}
@media screen and (max-width: 1000px) {
	#topics .slide {
		flex-direction: column-reverse;
		max-width: calc(100vw - 30px);
		width: 340px;
		height: 470px;
		border-radius: 20px;
	}
	#topics .thumb {
		max-width: 100%;
		width: 338px;
		height: auto;
	}
	#topics .thumb > img {
		object-position: center center;
	}
	#topics .description {
		width: 100%;
		max-height: 255px;
		padding: 8px 20px;
	}
	#topics .slide time {
		font-size: 0.9em;
	}
	#topics .slide .title {
		font-size: 1.2em;
	}
	#topics .slide p.text{
		margin: 10px 3px;
		font-size: 0.9em;
	}
	#topics .slide .btn {
		margin: 7px 10px;
		padding: 0.4em 2.2em 0.6em 1em;
		font-size: 1em;
		position: relative;
	}
	#topics .slide .btn .nw {
		vertical-align: baseline;
	}
	
	#topics .slide .btn:after {
		width: 1.3em;
		height: 1.3em;
		right: 14px;
	}
}
/*Mobile*/
@media screen and (max-width: 767px) {
	#topics {
		padding: 20px 0;
		margin-bottom: 0;
	}
	#topics .slider {
		padding: 0;
		margin: 15px 0;
	}
	#topics .slider-control {
		margin: 10px 30px;
	}
	#topics .slick-prev, #topics .slick-next {
		top: 100%;
		margin-top: 8px;
	}
	#topics .slide time {
		font-size: 1em;
	}
	#topics .slide .btn {
		font-size: 0.8125em;
	}
	#topics .slick-list {
		padding-top: 0.6em;
	}
}
/* utility
*****************************************************/
#utility{
	margin: 45px 0 0;
	padding: 45px 0 35px;
	background-image: url("images/utility_bg.webp");
	background-size: cover;
}
#utility h2 {
	color: #fff;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	margin-bottom: 24px;
}
#utility h2 span:lang(en) {
	color: #fff;
	text-shadow:none;
}
#utility .recent, .pickupBoxendar {
	margin: 30px 0;
}

#utility .recent .tabBtn button {
	border-radius: 16px 16px 0 0;
}
#utility .recent .tabPanels {

	border-radius: 20px;
}
#utility .recent .topics {
	margin: 5px 0;
	
}
#utility .recent .topics li a {
	padding: 0.3em 0.7em 0.3em;
}
#utility .recent .topics.notFund {
	padding: 0.3em 1em;
}
#utility footer {
	margin-top: 14px;
	padding: 4px 4px;
	border-top: 1px solid #ccc;
	font-size: 0.95em;
	text-align: center;
}
#utility .recent .tabPanel footer ul.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
#utility .recent .tabPanel footer ul.btn  li:not(:last-child)::after {
	content: "";
	display: inline-block;
	height: 0.8em;
	width: 0;
	border-left: solid 1px;
	vertical-align: middle;
}
#utility .recent .tabPanel footer ul.btn a {
	margin: 0.2em 0.5em;
	padding: 0;
	background: none;
}
#utility .recent .tabPanel footer ul.btn a:hover,
#utility .recent .tabPanel footer ul.btn a:focus,
#utility .recent .tabPanel footer ul.btn a:active {
	opacity: 1;
	text-decoration: underline;
}
#utility .recent .tabPanel footer ul.btn a::after {
	display: none;
}

#pickup .pickupBox {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	/*min-height: 395px;
	max-width: 390px;*/
	border-radius: 20px;
}
#pickup .pickupBox .photolniktitle{
	font-weight: bold;
	text-align: center;
	padding: 0 1em;
}

#pickup .pickupBox a{
	text-decoration: none;
}
#utility #pickup .pickupBox footer{
	border-top: none;
}
#pickup .slider:not(.slick-slider) .slide:not(:first-child) {
	visibility: hidden;
}
#pickup .slider .slick-list {
	overflow: visible;
}
#pickup .slick-dots li button {
	padding: 5px 0 0;
}
#pickup .slick-dots li.slick-active button::before {
	background: #5b70b2;
}
#pickup .slick-dots li button {
	border: 1px solid #919191;
}


#pickup .card a,
#pickup .slide a {
	height: inherit;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: center;
}
#pickup .card a:hover, #pickup .card a:focus, #pickup .card a:active ,
#pickup .slide a:hover, #pickup .slide a:focus, #pickup .slide a:active {
	opacity: .8;
	text-decoration: underline;
}
#pickup .card .title,
#pickup .slide .title {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#pickup .card .thumb,
#pickup .slide .thumb {
	width: 330px;
	max-width: 100%;
	max-height: 260px;
	min-width: 265px;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	background: transparent;
}
#pickup .card .thumb img,
#pickup .slide .thumb img {
	width: auto;
	top: auto;
	left: auto;
}
#pickup .card  .caption,
#pickup .slide .caption {
	margin-top: 10px;
	font-size: 0.875em;
	line-height: 1.3;
	text-align: left;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}

#utility #pickup footer {
	margin-top: 4px;
	padding: 5px 0;
}
#pickup footer .list {
	display: inline-block;
	font-size: 0.95em;
	padding: 0;
	margin: 0 0.5em;
}
#pickup footer .list a{
	text-decoration: none;
}
#pickup footer .list a:hover,
#pickup footer .list a:focus,
#pickup footer .list a:active {
	text-decoration: underline;
}


/*Mobile*/
@media screen and (max-width: 767px) {
	#utility{
		margin-top: 25px;
		padding: 10px 0 25px;
	}
	#utility .recent::before {
		width: 130px;
		height: 100px;
		top: -3.2em;
		left: -7px;
	}
	#utility .recent {
		margin: 0 0 35px;
	}
	#utility .recent .tabBtn button {
		max-width: calc(100%/6 - 1px);
		width: calc(100%/6 - 1px);
		font-size: 0.7em;
		padding: 0.8em 0.4em 0.8em;
		border-radius: 20px 20px 0 0;
		border: 1px solid #e0e0e0;
	}
	.tabPanels .tabPanel {
		padding: 5px;
	}
	#utility .recent .topics {
		margin: 0;
	}
	#utility .recent .topics li a {
		padding: 0.1em 0 0.1em;
	}
	#utility .recent .tabPanel footer {
		margin: 0;
		padding: 10px 4px 5px;
	}
	#utility .recent .tabPanel footer ul.btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#utility .recent .tabPanel footer ul.btn a {
		padding: 0.7em 1.2em;
		margin: 0.2em 0.5em;
	}
	.cms-group-pages.pages .item, .topics li {
		padding: 0 0.2em;
		margin-bottom: 0;
	}
	.cms-group-pages.pages .item a p, .topics li a p {
		font-size: 0.8125em;
	}
	.back-to-ref a, .btn a, a.btn {
		font-size: 0.75em;
	}
	
	#utility #pickup {
		padding: 0 20px;
	}
	#utility .pickupBox {
		border-radius: 15px;
		padding: 20px;
	}
	#utility #pickup h2 {
		margin-bottom: 20px;
	}
	#pickup .slide a .title {
		font-size: 0.8em;
	}
	#pickup .card .thumb,
	#pickup .slide .thumb {
		min-width: 0;
		width: 267px;
		min-height: 179px;
		height: auto;
	}
	#pickup .pickupBox {
		min-height: auto;
	}
	
	#pickup footer .list {
		font-size: 0.75em;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print {
	#utility .recent .row {
		display: block;
	}
}
/*(large) Desktop & Print*/
@media screen and (min-width: 1030px), print {
	#utility .container {
		display: flex;
		justify-content: center;
	}
	#utility .recent {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 57.5%;
		flex: 1 0 57.5%;
		margin: 0;
	}
	#utility .container > .recent:not(:last-child) {
		margin-right: 25px;
	}
	#utility .recent .tabBtn {
		overflow: visible;
		width: 100%;
		display: inline-flex;
		margin: 0;
		justify-content: flex-start;
		column-gap: 3px;
	}
	#utility .recent .tabBtn button {
		width: calc(100%  / 6 - 3px *5/6);
		margin: 0;
		font-size: 0.95em;
		text-align: center;
		padding: 13px 5px 10px;
		line-height: 1;
		max-width: calc(100%  / 6 - 3px *5/6);
	}
	#utility .recent .tabPanels {

		border-radius: 20px;
/*		min-height: 310px;
		height: 360px;*/
	}
	#utility .recent .row {
		display: flex;
		flex-flow: row wrap;
	}
	#utility #pickup {
		width: 42%;
		max-width: 390px;
		margin: 0;
		display: flex;
        flex-direction: column;
        justify-content: space-between;
	}
	#pickup .pickupBox{
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	#utility #pickup footer{
		padding-bottom: 9px;
	}
}
@media screen and (min-width: 1180px), print {
	#utility .recent .tab .row {
		flex-flow: row wrap;
	}
}
/* lifeevent
*****************************************************/
#lifeevent {
	margin: 40px 0 0;
	text-align: center;
	position: relative;
}
#lifeevent h2 {
	margin-bottom: 10px;
	font-size: 1.65em;
	color: #172e5b;
	text-shadow: none;
	line-height: 1.1;
}
#lifeevent h2 span:lang(en) {
	font-size: 0.85em;
	color: #1e5ec4;
}
#lifeevent .boxs {
	row-gap: 50px;
	margin: 10px 0;
}
#lifeevent .boxs li {
	text-align: center;
	padding: 0;
}
#lifeevent .boxs li .ico {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	padding: 5px;
	background-color: #fff;
	border-radius: 20px;
}
#lifeevent .boxs li p {
	margin: 0;
	margin-top: 0.3em;
}
#lifeevent .btn {
	list-style: none;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
#lifeevent .btn li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 0.9375em;
	border-radius: 10px;
	font-weight: 700;
	text-align: left;
	position: relative;
	padding: 14px 3px 14px 40px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}
#lifeevent .btn li a::before, #lifeevent .btn li a::after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#lifeevent .btn li a:hover, #lifeevent .btn li a:focus, #lifeevent .btn li a:active {
	opacity: .8;
}
#lifeevent .btn li a p {
	flex: 1;
}

/*Mobile*/
@media screen and (max-width: 767px) {
	#lifeevent {
		margin: 30px 0;
	}
	#lifeevent .container {
		max-width: 476px;
	}
	#lifeevent h2 {
		margin-bottom: 40px;
		font-size: 1.5em;
	}
	#lifeevent .boxs {
		margin: 0;
		row-gap: 50px;
	}
	#lifeevent .boxs li {
		width: calc( (100% - 40px) / 3);
		font-size: 0.85em;
	}
	#lifeevent .boxs li .ico {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		height: 100px;
		border-radius: 10px;
	}
	#lifeevent .btn li a {
		font-size: 0.8125em;
	}
}


/*Mobile(portrait)*/
/*(large) Desktop & Print*/
@media screen and (min-width: 1110px), print {
	#lifeevent .container {
		display: inline-flex;
		justify-content: flex-start;
		max-width: 1000px;
	}
	#lifeevent .boxs {
		column-gap: 35px;
	}
}

/* about
*****************************************************/
#about {
	min-height: 350px;
	position: relative;
}

#about .container {
	z-index: 5;
}
#about .lead {
	font-size: 1.05em;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: 105px;
}
#about .boxs {
}
#about .boxs li {
	min-width: 94px;
	max-width: 110px;
	text-align: center;
	padding: 0;
}
#about .boxs li .ico {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	width: 110px;
	height: 110px;
	background-color: #fff;
	border-radius: 20px;
}
#about .box1 li .ico {
	background-color: #fcf4d2;
}
#about .box2 li .ico {
	background-color: #e4f4f1;
}

#about .boxs li p {
	margin: 0;
}
#about h2 {
	padding-top: 0.4em;
	display: block;
/*	color: #172e5b; →color*/
}
#about .lead::before {
	content: '';
	display: inline-block;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("images/map.png");
	width: 147px;
	height: 102px;
	position: absolute;
	top: -86px;
	left: 51%;
	transform: translateX(-50%);
}
#about .boxs {
	margin: 0;
	display: inline-flex;
	justify-content: flex-start;
}
#about .boxs li a {
	display: block;
	text-align: center;
}
#about .boxs .thumb {
	width: 160px;
	margin: 0 auto;
}
#about .boxs li p {
	margin: 0;
}
#about .population {
	margin: 10px auto;
	border-radius: 10px;
	line-height: 1.5;
}
#about .population .wrapper {
	display: flex;
	border: 1px solid #b8bec9;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
#about .population h3 {
	font-size: 1.35em;
	display: inline-block;
	color: #fff;
	background-color: #3a528e;
}
#about .population header {
	color: #fff;
	padding: 15px 60px 10px 27px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGlkPSJf44Os44Kk44Ok44O8XzEiIHdpZHRoPSIzNjAiIGhlaWdodD0iOTQiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDM2MCA5NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYTUyOGU7c3Ryb2tlLXdpZHRoOjB9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTM1OS43LS4ycy0zNi4zIDIxLjktNDIuOSA0N0MzMDguMyA3OS4zIDI2MiA5NC4yIDI2MiA5NC4ybDY1LjgtOTQgMzEuOS0uNFoiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik0zNTEuOSAwSDB2OTRoMjY0LjljNDkuOC0yMS41IDQ4LjItNjcuMiA4Ny05NFoiIGNsYXNzPSJjbHMtMSIvPjxpbWFnZSB4bGluazpocmVmPSIuLi8uLi8uLi8uLi8uLi8uLi8uLi9Vc2Vycy90ZXJhL1NpdGVzL2VtYnQvcHJvdG8vdG93bi9jb21tb24vY3NzL2ltYWdlcy9wb3B1bGF0aW9uX2JnLnBuZyIgd2lkdGg9IjM2MCIgaGVpZ2h0PSI5NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMSkiLz48cGF0aCBmaWxsPSIjNjY5MGQzIiBzdHJva2Utd2lkdGg9IjAiIGQ9Ik0zNTkuNy0uMnMtMzYuMyAyMS45LTQyLjkgNDdDMzA4LjMgNzkuMyAyNjIgOTQuMiAyNjIgOTQuMmw2NS44LTk0IDMxLjktLjRaIi8+PHBhdGggZD0iTTM1MS45IDBIMHY5NGgyNjQuOWM0OS44LTIxLjUgNDguMi02Ny4yIDg3LTk0WiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+");
}
#about .population header .date {
	display: inline-block;
	font-size: 0.65em;
	font-weight: 400;
	margin-left: 0.2em;
}
#about .population header a {
	font-size: 0.875em;
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 0.1em 1.5em 0.1em 2.6em;
	position: relative;
	text-decoration: none;
	background-color: #3a528e;
}
#about .population header a:hover,
#about .population header a:focus,
#about .population header a:active {
	opacity:0.8;
	text-decoration: underline;
}
#about .population header a:before {
	content:"";
	position: absolute;
	width: 1em;
	height: 1em;
	left: 14px;
	top: 4px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBzdHJva2U6ICNmZmY7CiAgICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICAgIHN0cm9rZS1saW5lam9pbjogcm91bmQ7CiAgICAgIH0KCiAgICAgIC5jbHMtMSwgLmNscy0yIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIHN0cm9rZS13aWR0aDogMHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0idGV4dCI+CiAgICA8Zz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMCwwaDE2djE2SDBWMFoiLz4KICAgICAgPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNiIgeTE9IjQiIHgyPSIxMy4zMyIgeTI9IjQiLz4KICAgICAgPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNiIgeTE9IjgiIHgyPSIxMy4zMyIgeTI9IjgiLz4KICAgICAgPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNiIgeTE9IjEyIiB4Mj0iMTMuMzMiIHkyPSIxMiIvPgogICAgICA8bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIzLjMzIiB5MT0iNCIgeDI9IjMuMzMiIHkyPSI0LjAxIi8+CiAgICAgIDxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjMuMzMiIHkxPSI4IiB4Mj0iMy4zMyIgeTI9IjguMDEiLz4KICAgICAgPGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMy4zMyIgeTE9IjEyIiB4Mj0iMy4zMyIgeTI9IjEyLjAxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=');
}
#about .population .body {
	margin: 0 10px 10px;
	margin: 0;
	flex: 1 0 50%;
	font-size: 1.4em;
	display: flex;
}
#about .population ul {
	list-style: none;
	margin-left: -0.8em;
	padding: 0;
	font-size: 0.875em;
	display: flex;
	align-items: center;
	column-gap: 25px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#about .population ul li {
	display: inline-flex;
	align-items: center;
}
#about .population .body .data .number {
	font-size: 1.7em;
	font-weight: bold;
	margin-right: 0.25em;
}

/*Mobile*/
@media screen and (max-width: 767px) {
	#about .container {
		margin-top: 40px;
		text-align: center;
	}
	#about .lead {
		max-width: 100%;
		font-size: 0.95em;
		margin-top: 85px;
	}
	#about .lead::before {
		width: 147px;
		height: 100px;
		top: -68px;
		left: 54%;
	}
	#about .boxs {
		margin: 0;
		row-gap: 20px;
	}
	#about .boxs li {
		min-width: 80px;
		max-width: 99px;
		font-size: 0.85em;
		min-height: 143px;
	}
	#about .boxs li .ico {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		height: 100px;
	}
	#about .btn li a {
		font-size: 0.8125em;
	}
	#about .population {
		padding: 8px 10px;
		border-radius: 5px;
	}
	#about .population header {
		padding: 10px 25px 30px;
		font-size: 0.9em;
		min-height: 110px;
		width: auto;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		background-position: center bottom;
		background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY4MC45MTk2IiBoZWlnaHQ9IjIxOS4wMTUzIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIiB2aWV3Qm94PSIwIDAgNjgwLjkxOTYgMjE5LjAxNTMiPjxwYXRoIGZpbGw9IiM2NjkwZDMiIGQ9Ik02ODAuODM5MSAyMTkuMDE1M3MtMjI4LjQ5NDctNjMuNTMwNi00MDguMTc1OC0zMy41MzA2QzkyLjk4MjMgMjE1LjQ4NDcgMCAxNjEuMTg0NCAwIDE2MS4xODQ0bDY4MC44MzkxIDkuNjgxMXY0OC4xNDk4WiIvPjxwYXRoIGZpbGw9IiMzYTUyOGUiIGQ9Ik0uOTE5NiAwdjE2MS43NzM3SDUuNjU3YzIzLjA1MzMgNi41ODcyIDExNy41NzgxIDI5LjY4NjIgMjY3LjAwNjMgMTUuMTU1OSAxNzMuMDg4My0xNi44MzEgNDA4LjE3NTggMTYuODMwOSA0MDguMTc1OCAxNi44MzA5di0zMS45ODY5aC4wODA0VjBILjkxOTZaIi8+PC9zdmc+");
	}
	#about .population .wrapper {
		flex-direction: column;
		border-radius: 10px;
		justify-content: stretch;
		align-items: stretch;
		margin: 0 auto;
	}
	#about .population header h3 {
		margin-right: 8px;
	}
	#about .population header a {
		font-size: 0.9em;
		border-radius: 5px;
		margin: 0.55em 0;
	}
	#about .population .body {
		margin: 0 10px;
		padding-bottom: 20px;
	}
	#about .population ul {
		margin: -15px auto 0;
		column-gap: 15px;
	}
	#about .population ul li {
		display: block;
		font-size: 0.9em;
		margin: 0;
	}
	#about .population .body .data .number {
		font-size: 1.7em;
	}
	#about .population footer {
		text-align: left;
		font-size: 0.75em;
		padding: 12px 0 5px;
	}
	#about .population a.more::before {
		width: 14px;
		height: 14px;
	}
}
@media screen and (max-width: 500px) {
	#about .container {
		max-width: 357px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 360px) {
	#about .container {
		max-width: 238px;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print {
	#about .container {
		display: flex;
		flex-direction: row;
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		margin: 25px auto;
		column-gap: 30px;
		row-gap: 20px;
	}
	#about .boxs {
		max-width: 540px;
		column-gap: 30px;
	}
	#about .population {
		display: flex;
		align-items: center;
		margin-top: 25px;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0 10px;
		max-width: 1110px;
	}
	#about .population header a {
		margin: 0.4em 0;
	}
	#about .population footer {
		margin-left: auto;
		padding-left: 1.15em;
		border-top: 0;
		border-left: 1px solid;
		padding: 5px;
	}
}
/*(large) Desktop & Print*/
@media screen and (min-width: 1111px), print {
	#about .container {
		column-gap: 30px;
		max-width: 1110px;
	}
	#about .population {
		max-width: 1110px;
	}
}
.scnr{
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}
.scnr .cards{
	padding:0;
 /*	flex-wrap: nowrap;*/
}
/*Mobile*/
@media screen and (max-width: 767px) {
	.scnr .cards> li {
		width: calc( 100% / 3);
	}
}
/*Mobile(portrait)*/
@media screen and (max-width: 479px) {
	.scnr .cards> li {
		width: 50%;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print {
	.scnr .cards> li {
		width: calc( 100% / 3);
	}
}
@media screen and (min-width: 980px){
	.scnr .cards> li {
		width: calc( 100% / 5);
	}
}


/*関連リンク*/
#relationLink{
	margin: 40px auto;
}

/*広告*/
#fotAds {
	margin-top: 2em;
}
.ads .inner {
	border: 1px solid #b7bdc7;
}
/*Desktop & Print*/
@media screen and (max-width: 768px), print {
	.ss-image-box-item-list, .banners {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#relationLink .ss-image-box-item {
		margin: 5px 0;
		padding: 0 5px;
		max-width: 100%;
		width: 50%;
	}
	.ads .inner {
		padding: 10px;
	}
	.ads header {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.ads header h3 {
		font-size: 1.375em;
	}
	ul.banners li, .ss-image-box-item, .banners > span {
		margin: 10px 0;
		padding: 0 5px;
		max-width: 100%;
		width: 50%;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print {
	#fotAds .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
#welcome{
	margin-top: 56px;
}
#welcome h2{
	margin-bottom: 1em;
}
#welcome h2 span{
	position: relative;
	display: inline-block;
	padding: 0 .8em;
}
#welcome h2 span::after,
#welcome h2 span::before{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 1.5em;
	background-color: #E39A4A;
	top: 0;
	border-radius: 2px;
}
#welcome h2 span::after{
	right: 0;
	transform: rotate(45deg);
}
#welcome h2 span::before{
	left: 0;
	transform: rotate(-45deg);
}
#welcome .container{
	max-width: 1080px;
}
#welcome ul{
	padding: 0;
}
#welcome ul a{
	border: none;
	position: relative;
	overflow: visible;
}
#welcome ul.cards > li, #welcome .cards > *{
	width: 20%;
	overflow: visible;
}
#welcome ul a img{	
	border-radius: 16px;
}
#welcome .thumb {
	height: 180px;
	max-width: 180px;
	background-color: transparent;
	border-radius: 16px;
	overflow: hidden;
}
#welcome .thumb:before {
	display: none;
}
#welcome .thumb > img{
	left: auto;
	top: auto;
}
#welcome .info{
	position: absolute;
	right: 0;
	bottom: -16px;

	background-color: #172E5A;
	color: #FFF;
	border-radius: 3em;
	padding: .3em 1em;
}
#welcome .info p{
	margin: 0;
}
.snsBox{
	border-radius: 16px;
	background-image: url("../images/home/popbg.png");
	background-repeat: repeat;
	margin: 32px 16px 16px;
	position: relative;
	padding: 24px 16px;
}
.snsBox p.copy{
	position: absolute;
	margin: 0;
	left: -16px;
	top: -24px;
	width: 160px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	background-image: url("../images/home/popup.png");
	background-size: cover;
}
.snsBox ul{
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	column-gap: 16px;
	margin: 0;
}
.snsBox ul a{
	width: 50px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	display: block;
}
.snsBox ul a:hover{
	transform: scale(1.05);
	filter: brightness(1.08);
}
.snsBox ul li.insta a{
	background-image: url("../images/home/pinsta.png");
}
.snsBox ul li.x a{
	background-image: url("../images/home/px.png");
}
@media screen and (max-width: 767px) {
  #welcome ul.cards > li, #welcome .cards > *{
	width: 50%;
	overflow: visible;
}
}