/*トップページ記事呼び出し部分*/
.seasonnews_top{
	margin-bottom: 5vw;
	}
.seasonnews_top_item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4vw;
	}
.seasonnews_top_title{
	width: 100%;
	}
.seasonnews_top_title_notitle{
	display: none;
	}
h2.seasonnews_title{
	font-size: 120%;
	text-indent: 0.3em;
	border: 0;
	border-radius: 3px;
	padding: 2px;
	margin: 0 0 0.3em 0;
	background:  linear-gradient(to bottom, #003399, #002266);
	color: #fff;
	}
.seasonnews_top_eye-catch{
	max-height: 300px;
	margin-right: 10px;
	}
	.seasonnews_top_eye-catch img{
		max-height: 300px;
		max-width: 100%;
		object-fit: scale-down;
		}
.seasonnews_top_text{
	min-width: 300px;
	flex-basis:  200px;
	flex-grow: 1;
	}
.seasonnews_top_text p{
	margin: 0;
	word-wrap:break-word;
	}


.topinfo_area{
	margin-bottom: 2em;
	}
.topinfo_title{
	position: relative;
	width: 100%;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 1.5em;
	}
.topinfo_title_main{
	position: relative;
	border-left: solid 5px #003399;
	border-bottom: solid 1px #003399;
	margin-right: 3em;
	text-indent: 0.5em;
	letter-spacing: 0.1em;
	}
.topinfo_title_sub{
	position: absolute;
	z-index: 1;
	right: 1em;
	top: 0.5em;
	background:  linear-gradient(to bottom, #d70035, #8b0000);
	color: #fff;
	padding: 2px 0.8em;
	border-radius: 10px;
	letter-spacing: 0.2em;
	}
.topinfo_text_title{
	}
.topinfo_text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.topinfo_box{
	width: 49%;
	}
.topinfo_box_title{
	width: 85%;
	letter-spacing: 0.08em;
	margin-bottom: -6px;
	padding: 5px 0;
	text-indent: 1em;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	position: relative;
	box-shadow: 1px 1px 1px #aaa;
	}
	.topinfo_box_title a{
		color: #fff;
		display: block;
		text-decoration: none;
		}
.titleicon{
	position: absolute;
	right: 8px;
	top: 5px;
	overflow: hidden;
	}
	.titleicon img{
		height: 1.5rem;
		}
.title_kobetu{
	background: linear-gradient(to bottom, #ee7800, #dd6700);
	}
.table_kobetu{
	border: solid 2px #ee7800;
	}
	.table_kobetu tbody th{
		position: relative;
		text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
		}
	.table_kobetu tbody th::after{
		content: "";
		width: 100%;
		height: 8px;
		position: absolute;
		bottom: 2px;
		left: 0;
		z-index: -1;
		background: #ee7800;
		border-radius: 5px;
		}
.title_dantai{
	background: linear-gradient(to bottom, #008b8b, #007a7a);
	}
.table_dantai{
	border: solid 2px #008b8b;
	}
	.table_dantai tbody th{
		position: relative;
		text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
		}
	.table_dantai tbody th::after{
		content: "";
		width: 100%;
		height: 8px;
		position: absolute;
		bottom: 2px;
		left: 0;
		z-index: -1;
		background: #008b8b;
		border-radius: 5px;
		}
.topinfo_box_table{
	width: 98%;
	margin: 0 0 0 1%;
	height: calc(100% - 1em);
	border-radius: 0 8px 8px 8px;
	box-shadow: 3px 3px 5px #999;
	}
.topinfo_box_table thead th{
	width: 90%;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	}
.topinfo_box_table tr{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5em;
	padding: 0 0.2em 0 0.5em;
	justify-content: center;
	}
.topinfo_box_table tbody th{
	width: 90%;
	font-size: 105%;
	letter-spacing: 0.05em;
	text-align: left;
	padding-left: 5%;
	}
.topinfo_box_table td{
	min-width: 100px;
	width: 40%;
	}
.topinfo_box_table tbody td{
	font-weight: bold;
	}
	
/* dateWrap */
.meta_side{
	position: relative;
	height: 0;
	}
.meta_data{
	position: absolute;
	bottom: 1em;
	left: 100%;
	width: 5em;
	z-index: 4;
	word-wrap:break-word;
	background: #999;
	border-radius: 5px;
	padding: 10px;
	margin-left: 15px;
	color: #fff;
	}
.meta_data::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: -10px;
	top: 5px;
	background: #999;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	}
.news_prev_message{
	position: fixed;
	z-index: 3;
	text-align: center;
	width: 100%;
	height: fit-content;
	background: rgba(100, 100, 100, 0.7);
	bottom: 0;
	left: 0;
	color: #fff;
	}

