@charset "UTF-8";

body {
	margin: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
#container {
	padding-bottom: 16px;
	background-color: #f5fafc;
}
#contents {
	padding: 0;
}
.head_news {
	border-bottom: 1px solid #ccc;
}

img {
	max-width: 100%;
	height: auto;
}

/*style.css
----------------------------------------*/
.uliza_block {
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: #fff;
}
.uliza {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.uliza_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.uliza_inner img {
	width: 100%;
}
.uliza_txt {
	padding: 12px 0 7px 0;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	background: #000;
}
.uliza_txt img {
	width: 120px;
	margin: 0 8px 4px 0;
}
.reload a,
.twitter_txt_block {
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.reload a {
	display: block;
	width: 80%;
	min-width: 260px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #ec7aa1;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
	transition: .3s ease;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.flex_box .reload a {
	min-width: 220px;
}
.reload a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon_reload.png");
	background-size: contain;
	vertical-align: middle;
}
.flex_box {
	display: flex;
	justify-content: center;
	padding: 10px;
}
.txt_block {
	margin: 10px;
	padding: 20px;
	border: 4px solid #f5bcd0;
	overflow-wrap: break-word;
	background: #fff;
}
.txt_block_inner h2 {
	/*width: 220px;*/
	width: 296px;
	margin: 0 auto 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: 4px double #f5bcd0;
}
.txt_block_inner h2 img {
	/*width: 220px;*/
	width: 296px;
	margin-bottom: 5px;
}
.txt_block_inner ol {
	padding-inline-start: 0;
	list-style: none;
	font-size: 12px;
	color: #000;
	line-height: 1.8;
}
.txt_block_inner ol li span {
	color: #ec7aa1;
}
.twitter_txt_block {
	margin: 0 0 0 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #1da1f2;
}
.twitter_txt_block a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}

.chat_block {
	margin: 10px;
	height: calc(100vh - 70vw);
}
.font_red01 {
	color: #e40000 !important;
}
@media only screen and (max-height: 650px) {
	.flex_box {
		padding: 5px 10px;
	}
	.chat_block {
		margin: 0 10px;
	}
}
/* @media only screen and (max-height: 570px) {
	.chat_block {
		height: auto;
	}
} */
