/*テーブル*/
table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 1em;
  border: 1px solid #bfbfbf;
  text-align:left;
	line-height: 1.5;
}
table td {
  background-color: #fff;
}
.table_th1{
	background-color: #fff;
	width: 230px;
	font-weight: 700;
}
/*	詳細動画ボタン */
h5.mov_title{
	margin: 15px 0 5px 0;
	font-size:1em;
}

.movie_link {
	display: block;
	padding:15px 7px;
	font-size:1em;
	text-align: center;
	text-decoration: none;
	outline: none; 
	background-color: #6699cc;
	margin:5px auto 40px auto;
	font-weight:600;
	color: #fff;
	border-radius: 0px;
	background-image: url("/shared/img/rwd_icon_newwin_white.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}
.movie_link:link ,.movie_link:visited {
	color: #fff;
	text-decoration: none;
}
.movie_link:hover {
	background-color: #87b5e3;
}

@media screen and (max-width: 767px) {
/*========テーブル========*/	
table {
 border-top: 1px solid #999;
}
table td {
 display: block;
 text-align:left;
 vertical-align: top;
 border-top: none;
}
table th {
 display: block;
 border-top: none;
 border-bottom: none;
 text-align: center;
  }
.table_th1{
	width: auto;
	display: block;
}
table thead {
  display: none;
}
table td::before {
 content: attr(data-label);
 float: left;
 font-weight: bold;
}
table thead.dispalyth{
 display: block;
 text-align: center;
}

/*	詳細動画ボタン */
.movie_link {
	display: block;
}
.site_link {
	display: block;
	font-size:1.15em;
}
}

/*==========================
Youtube
============================*/
.youtube2{
 margin: 0 auto;
}
.youtube2 {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
	margin: 0 auto 5px auto;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 画面サイズが1024px以下の場合に適用 */
@media screen and (max-width: 1024px) {
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}