@charset "utf-8";

.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: 30px 30px 50px 30px;
	margin-bottom: 30px;
	position: relative;
}
.viewing_list .inner>ul>li .img {
	max-width: 280px;
	width: 28%;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.viewing_list .inner>ul>li .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%,-50%);
	max-width: none;
	height: 100%;
	max-width: none;
	width: auto;
}
.viewing_list .inner>ul>li .txt {
	width: 70%;
	margin-bottom: 0;
}
.viewing_list .inner>ul>li .txt strong {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}
.viewing_list .inner>ul>li .txt .link_btn_list {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	width: 45%;
}
.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: 24px;
	margin-bottom: 10px;
  }
.executives2{
  width: 100%;
  }
.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: 65px;
}
.executives2 td a:link {
text-decoration:none;
color:#000000;
}
.executives2 td a:visited {
text-decoration:none;
color:#000000;
}
.executives2 td a:active {
text-decoration:none;
color:#000000;
}
.executives2 td a:hover {
text-decoration:underline;
}
