@charset "utf-8";
/* CSS Document */
body { font-size: 12px; color: #fff; font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック", YuGothic, sans-serif; -webkit-text-size-adjust: auto; }
img {
    max-width: 100%;
    height: auto;
}

header { overflow: hidden; width: 100%; max-width: 1400px; min-width: 1000px; height: 640px; margin: 0 auto; background-image: url(../images/top/main_img.png); background-position: center top; background-repeat: no-repeat; position: relative; }
header ul.language { position:absolute; top:27px; right:0; margin:0 auto; }
header h5 { float: right; }
header nav { width: 100%; position: absolute; bottom: 0; right: 0; background-image: url(../images/top/bg_check.png); padding: 17px 0; }
header nav ul { overflow: hidden; width: 1000px; margin: 0 auto 0; padding: 0; }
header nav ul li { float: left; height: 130px; border-right: solid 1px #9E9E9F; margin-right: 12px; padding: 6px 12px 6px 0; }
header nav ul li.last { margin-right: 0; padding-right: 0; border-right: none; }

.link-video{position: relative; width: 1000px;margin: 0 auto;}
.link-video a{position: absolute;left: -200px;top: 30px;}
.banner-video{margin-bottom: 20px;}
#contents .news { float: left; width: 698px; margin-top: 9px; }
#contents .news h2 { width: 698px; height: 24px; background-image: url(../images/top/tit_news.png); background-repeat: no-repeat; text-align: right; }
#contents .news ul { margin-top: 18px; }
#contents .news ul li { margin-bottom: 18px; line-height: 150%; }
#contents .news ul li span.date { font-weight: bold; margin-right: 32px; }
#contents .news ul li a { color: #fff; }

#contents .movie { float: left; width: 240px; height: 315px; border-left: solid 1px #9E9E9F; margin-left: 28px; padding: 10px 0 0 28px;}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	header { background-image: url(../images/top/main_img_2x.png); background-size: 1400px auto; }
	header nav { background-image: url(../images/top/bg_check_2x.png); background-size: 8px auto; }

	#contents .news h2 { background-image: url(../images/top/tit_news.png); background-size: 698px auto; }

}
.pc3cols {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px !important;
}
.pc3cols li{
width:calc(33.3333% - 15px);margin-bottom:0 !important;
}
.pc3cols li a{
  display: flex;
  flex-direction: column;position: relative;
}
.pc3cols li a span.title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 12px 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/top/bg_footer.png);
}
.pc3cols li iframe{width:100%;height:100%;}