/*---- 新着情報 ----*/

.topContentsAreaA h1{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:210%;
	font-weight: normal;
	color:#000000;
	text-align:center;
	margin:0 0 40px 0;
	padding:0;
	border:none;
	line-height:1.2em;
	letter-spacing: 0.6em;
}

/* 情報関連タブ */

.tabs {
	width:100%;
	margin: 0 auto;
	padding: 0;
}

#tab-button {
	overflow: hidden;
	list-style: none;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 84.615%;
	position: relative;
	z-index: 99;
}
#tab-button li {
	min-width: 25%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: middle;
}

#tab-button li a {
	width: 100%;
	display: block;
	background: #FFFFFF;
	border: 2px solid #82878E;
	border-bottom: 2px solid #0052a4;
	color: #82878E;
	padding: 0.9em 20px 0.7em;
	line-height: 1.2em;
	margin: 0;
	cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	text-align: center;
	text-decoration: none;
}

#tab-button li.is-active a {
	background: #FFFFFF;
	border: 2px solid #0052a4;
	border-bottom: 2px solid #FFFFFF;
	color: #0052a4;
	font-weight: bold;
}

.tab-contents {
	background: #FFFFFF;
	border-top: 2px solid #0052a4;
	border-bottom: 2px solid #0052a4;
	position: relative;
	margin: -2px 0 0 0;
	padding: 0.8em 20px 0 20px;
	z-index: 0;
}


/*---- プルダウンのデザイン ----*/

.tab-select-outer {
	background: #FFFFFF;
	border: 2px solid #0052a4;
	border-bottom: 2px solid #FFFFFF;
	color: #333333;
	padding: 0.6em 20px;
	line-height: 1em;
	margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 99;
}

.cp_ipselect select {
	font-size: 36px;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 27px;
	right: 18px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 9px 36px 9px 18px;
	color: #666666;
}

/*---- 情報リスト ----*/

.infoList {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.infoList > li {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0.8em 1.2em;
	line-height: 1.5em;
	font-size: 100%;
}
.infoList > li:nth-child(odd) {
	background: #FFFFEE;
}
.infoList > li > div {
	display: table;
	color: #333333;
}


.infoList > li > div{
	order: 0;
}

.infoList > li > div:nth-child(2){
	width: 100%;
}

.infoList > li > div.newsCategoryArea{
	min-width: 13em;
	padding-left: 1em;
	order: 1;
}

.infoList > li > div.newsCategory{
	display: block;
	font-size: 76.923%;
	width: 9em;
	border: 2px solid #f9be00;
	background: #FFFFFF;
	text-align: center;
	border-radius: 20px;
	margin: 0 0 0.2em 0;
}

.infoList > li > div.newsCategoryArea a{
	display: inline-block;
	font-size: 76.923%;
	min-width: 9em;
	border: 2px solid #f9be00;
	background: #FFFFFF;
	text-align: center;
	border-radius: 20px;
	margin: 0 0 0.2em 0;
	padding: 0 1em;
	text-decoration: none;
}
.infoList > li > div.newsCategoryArea a:hover{
	color: #FFFFFF;
	background: #f9be00;
}

.infoList > li > div.cat_covid{
	width: 19em;
}
.infoList > li span{
	width: 8em;
	display: table-cell;
}
.infoList > li a {
	display: table-cell;
}
.infoList > li a:link {
	color: #333333;
}
.infoList > li a:visited {
	color: #333333;
}
.infoList > li a:hover {
	color: #FF0000;
}

/*---- ★重要なお知らせ　特殊処理 ----*/


.importantNews .importantNews > li {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 100%;
}

.importantNews .infoList > li:nth-child(odd) {
	background: #FFFFFF;
}

.importantNews .infoList > li > div {
	display: block;
}

.importantNews .infoList > li span{
	display: block;
	width: 8.5em;
	font-size: 80%;
}


/*---- タブとプルダウンの切り替え ----*/

.tab-button-outer {
	display: none;
}

@media screen and (min-width: 768px) {
	.tab-button-outer {
		display: block;
	}
	.tab-select-outer {
		display: none;
	}
}
@media screen and (max-width:767px) {

	.infoList > li {
		display: block
	}
	.infoList > li > div.newsCategoryArea{
		padding-left: 0;
		margin-bottom: 0.5em;
	}

	.tabs {
		padding: 0;
	}
	.infoList > li > div {
		display: block;
	}
	.infoList > li span{
		display: block;
		width: 8.5em;
		font-size: 80%;
	}
	.infoList > li > div.cat_covid{
		width: 20em;
	}
	.infoList > li a {
		display: block;
	}
}

@media print {
	.tab-button-outer {
		display: block;
		font-size: 70%;
	}
	.tab-select-outer {
		display: none;
	}
}

/* IE10、11の出力時webフォント文字化け対策 */
@media all and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {  

	.topContentsAreaA h1{
			font-family:"MS Pゴシック",sans-serif;
	}

}