/*再生ボタンを表示 */
.swiper-slide-youtube a:hover:after {
	content:" ";
	background: rgba(0,0,0,0) url('/img/icon/youtube_icon_rgb.png') no-repeat center center;
    background-size: 100px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	transition: all 0.3s;
}

.slider-thumbnail .swiper-slide img{
    cursor: pointer;
}

.news-txtarea-weather h3{
	line-height: 50px !important;
	text-align: center;
}

.news-txtarea-weather .weather-wrap{
	background-color: #fff;
	color: #5cb3e2;
}

.news-txtarea-weather .south,
.news-txtarea-weather .north{
	width: 100%;
	text-align: center;
}

.news-txtarea-weather .south{
	padding-left: 0px;
}

.news-txtarea-weather .weather-wrap p{
	font-size: 22px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.news-txtarea-weather .weather-wrap .weather1{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.news-txtarea-weather .weather-wrap .line{
	content: url(../img/icon/line.svg);
	width: 8px;
	height: 15px;
	margin: 3px 6px 0 5px;
}

.news-txtarea-weather .weather-wrap .weather2{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 8px 9px 0px 3px;
}

.news-txtarea-weather small{
	font-size: 12px;
	font-weight: 200;
	margin-top: 17px;
	display: block;
	text-align: left;
	letter-spacing: 0.06em;
}

/* トップ・緊急こじあけ個別（統一市長選挙）2023.3.22追加  */
#emergency .um_election .kekka_tit {
	font-size: 16px;
    	letter-spacing: 0.1em;
    	font-weight: 500;
    	/*background-color: #fbf7f5;*/
	background-color: #17263a;
    	height: 30px;
    	display: flex;
    	align-items: center;
    	/*border-left: solid 5px #17263a;*/
    	padding-left: 10px;
    	margin-bottom: 12px;
	color: #ffffff;
}
#emergency .um_election .shicho {
	padding: 0 0 0 15px;
}
#emergency .um_election .teisuu_contents {
	display: flex;
    	/*align-items: flex-start;*/
    	flex-wrap: wrap;
}
#emergency .um_election .teisuu_block {
	width: calc(100% / 3 - 20px);
    	margin: 0 10px 20px;
    	background-color: #fbf7f5;
    	padding: 15px;
    	/*border: 1px solid #dddddd;*/
}
/*#emergency .um_election .teisuu_block strong {
	border-bottom: 2px dotted #cccccc;
    	width: 100%;
    	display: block;
    	margin: 0 0 10px;
    	padding: 0 0 10px;
}*/