@charset "utf-8";
/*==========
ニュース一覧
==========*/
.news_list {
	padding: 20px 0;
}

.news_list_wrap {
	padding-top: 6px;
	margin-bottom: 40px;
}

.news_list_item {
	border-bottom: dotted 2px #dcdada;
}

.news_list_item a {
	display: block;
	padding: 12px 6px;
	color: var(--a_color);
}

.news_list_item a:hover {
	color: var(--a_hover_color);
}

.news_list_item:first-child a {
	padding-top: 0px;
}

.news_list_item_category {
	font-size: 1rem;
	font-weight: 700;
	background: #d6ff33;
	padding: 1px 12px;
	margin-bottom: 6px;
	margin-right: 6px;
	display: inline-block;
}

.category_color_12 {
	background-color: #5bcaff;
}

.category_color_13 {
	background-color: #ff5b69;
}

.category_color_14 {
	background-color: #ff90e6;
}

.news_list_item_text {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.35;
}

.news_list_item_date {
	font-size: 1.3rem;
	color: #9f9f9f;
}

/*==========
ニュース個別ページ
==========*/
.news_article {
	padding: 20px 0 40px;
}

.news_article_info {
	padding: 12px 9px;
}

.news_article_info time {
	font-size: 1.3rem;
	color: #a09e9e;
	display: block;
}

.news_article_title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 3px;
}

.news_article_category {
	margin-bottom: 6px;
}

.news_article_category a {
	font-size: 1rem;
	font-weight: 700;
	color: #FFF;
	background: #333;
	padding: 1px 12px;
	display: inline-block;
}

.news_article_body {
	padding: 0 12px 60px;
}

.news_article_body p {
	margin-top: 10px;
}

.news_article_body h1 {
	margin-top: 30px;
	font-size: 2.6rem;
	font-weight: 700;
	border-bottom: solid 3px #d6ff33;
	padding-bottom: 5px;
	line-height: 1.3;
}

.news_article_body h2 {
	margin-top: 30px;
	font-size: 2.2rem;
	font-weight: 700;
}

.news_article_body h3 {
	margin-top: 30px;
	font-size: 2rem;
	font-weight: 700;
}

.news_article_body h4 {
	margin-top: 30px;
	font-size: 1.8rem;
	font-weight: 700;
}

.news_article_body p:first-child,
.news_article_body h3:first-child,
.news_article_body h4:first-child {
	margin-top: 0px;
}

.news_article_body img {
	max-width: 100%;
	margin-bottom: 20px;
}

.news_article_body iframe {
	max-width: 100%;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (min-width: 768px) {
	.news_list_item a {
		padding: 12px 9px 15px;
	}

	.news_list_item_category {
		font-size: 1.2rem;
		padding: 1px 18px;
		margin-bottom: 9px;
	}

	.news_list_item_text {
		font-size: 1.7rem;
	}

	.news_list_item_date {
		font-size: 1.4rem;
	}

	.news_article_info time {
		font-size: 1.5rem;
	}

	.news_article_title {
		font-size: 3rem;
		font-weight: 700;
		margin-bottom: 6px;
	}

	.news_article_category a {
		font-size: 1.2rem;
		padding: 1px 15px;
	}

	.news_article_body p {
		margin-top: 16px;
	}

	.news_article_body h3,
	.news_article_body h4 {
		margin-top: 40px;
		font-size: 2.4rem;
	}
}
