@charset "UTF-8";

/* ===============================
 メインビジュアル（動画）
=============================== */
.video-container {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.video-container video {
	width: 100%;
	height: auto;
	display: block;
}

.placeholder-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* ===============================
 共通スタイル
=============================== */
.icon-dt {
	background: url(../images/top/icon.png) left no-repeat;
	height: 20px;
	padding-left: 30px;
}

.icon-dd {
	width: 410px;
}

.link-color a,
.news-color a {
	color: #00ae7d;
}
.link-color a:hover,
.news-color a:hover {
	color: #52d682;
	text-decoration: underline;
}

/* ===============================
 イベント
=============================== */
.events ul {
	display: flex;
	justify-content: space-between;
	/* margin-left: 20px; */
}

.events ul li + li {
	margin-left: 20px;
}

.events ul li:hover {
	opacity: 0.8;
}

/* ===============================
 ニュース
=============================== */
.news {
	padding-top: 50px;
}

.news_detail {
	min-height: 600px;
	max-height: 800px;
	overflow-y: scroll;
	background-color: #f0ffff;
}

.news dl {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.news dl + dl {
	border-top: 1px dotted #00ae7d;
}

.news dl + dl.news_base {
	border-top: 2px double #00ae7d;
}

.news dl dt {
	min-width: 8rem;
	padding-left: 1rem;
	line-height: 1.5rem;
	/* 共通クラス .icon-dt を追加でも可 */
}

.news dl dd {
	/* 共通クラス .icon-dd を追加でも可 */
	padding: 0 1rem 20px 0;
	display: inline-block;
	width: 100%;
}
.news dl dd p {
	line-height: 1.5rem;
}

/* ===============================
 リンク
=============================== */
.link {
	padding-bottom: 40px;
}

.link dl {
	padding-top: 20px;
}

.link dl + dl {
	border-top: 1px dotted #00ae7d;
}

.link dl dt {
	/* .icon-dt */
}

.link dl dd {
	/* .icon-dd */
	padding: 10px 0 20px 30px;
}

/* ===============================
 リストアイコン
=============================== */
.gg_list {
	background: url(../images/top/icon.png) left no-repeat;
	padding: 2px 0 0 30px;
}

/* ===============================
 カウンター・フッター上部
=============================== */
.footer_top {
	padding-bottom: 30px;
}

.footer_info p + p {
	max-width: 600px;
}

.counter {
	display: inline-block;
	padding-bottom: 30px;
}

/* ===============================
 レスポンシブ
=============================== */
@media screen and (max-width: 479px) {
	.icon-dd {
		width: 100%;
	}
}
