@charset "utf-8";

.viewing_list .inner>ul {
	padding: 0 5%;
}
.viewing_list .inner>ul>li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	padding: 5% 5% 30px;
	margin-bottom: 30px;
	position: relative;
}
.viewing_list .inner>ul>li .img {
	width: 100%;
	padding: 23% 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.viewing_list .inner>ul>li .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%,-50%);
	max-width: none;
	height: 100%;
}
.viewing_list .inner>ul>li .txt {
	width: 100%;
	margin-bottom: 0;
}
.viewing_list .inner>ul>li .txt strong {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}
.viewing_list .inner>ul>li .txt .table01 {
	width: 100%;
}
.viewing_list .inner>ul>li .txt .link_btn_list {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.viewing_list .inner>ul>li .txt .link_btn_list li {
	width: 50%;
}
.viewing_list .inner>ul>li .txt .link_btn_list li:first-child a {
	background: #FDEC00;
}
.viewing_list .inner>ul>li .txt .link_btn_list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	background: #EFF3F1;
	position: relative;
	font-size: 14px;
}
.viewing_list .inner>ul>li .txt .link_btn_list li a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
/* 210310スケジュール追加 */
.lev2executives {
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 5%;
	}
.ViewingTable{
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	padding-left: 5%;
	}
.executives2{
	width: 880px;
	}
.executives2 th{
	background: #F2F2F2;
	text-align: center;
	border: solid 1px #D1D1D1;
	padding: 20px
	vertical-align: middle;
	padding: 8px;
}
.executives2 th:first-child{
  background: #239174;
  text-align: center;
  border: solid 1px #D1D1D1;
  padding: 20px
  vertical-align: middle;
	padding: 8px;
}
.executives2 td{
	border: solid 1px #D1D1D1;
	padding: 20px
	vertical-align: middle;
	padding: 8px;
}
.executives2 tr td:first-child{
	border: solid 1px #D1D1D1;
	background: #239174;
	width: 5%;
	text-align: center;
	color: #ffffff;
}
.executives2 tr td:nth-child(2){
	padding-left: 20px;
}
.executives2 tr td:nth-child(3){
	padding-left: 20px;
}
.executives2 tr td:nth-child(4){
	padding-left: 20px;
}
.ViewingTable{
  margin-bottom: 38px;
}
