@charset "utf-8";

.page-kv.news {
	margin-bottom: 0;
}

.page-kv-ttl.news-kv {
	background: url(../../news/images/kv-news-sp.jpg) no-repeat 12px bottom/contain;
}

.page-kv-ttl h1.news-pageTtl {
	width: 43vw;
}

.news-list {
	padding-top: 1rem;
}

.news-list li {
	border-bottom: 1px dotted #00b6bc;
	position: relative;
}

.news-list li a {
	display: block;
	color: #333333;
	padding: 1.2rem 2rem 1.2rem 0;
}

.news-list li::after {
	content: url(../images/ico-btnArr.svg);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) scale(0.8);
}

.news-data {
	margin-bottom: 12px;
}

.news-data span {
	display: inline-block;
	padding: 0.3rem;
	border-radius: 4px;
	color: #ffffff;
	width: 24vw;
	text-align: center;
	margin-left: 12px;
	background-color: #00b6bc;
}

.news-data span.release {
  background-color: #00bc84;
}

.news-txt {
	font-size: 1.4rem;
}

@media (min-width: 481px) and (max-width: 768px) {
	.page-kv-ttl.news-kv {
		background: #ffffff url(../../news/images/kv-news-pc.jpg) no-repeat right bottom/contain;
		padding: 42px 0;
	}

	.page-kv-ttl h1.news-pageTtl {
		width: 200px;
	}

	.news-data {
		font-size: 12px;
	}

	.news-data span {
		width: 100px;
	}

	.news-txt {
		font-size: 14px;
	}
}

@media (min-width: 481px) and (max-width: 660px) {
	.page-kv-ttl.news-kv {
		background: unset;
	}
}

@media (min-width: 769px) {
	.page-kv-ttl.news-kv {
		background: #ffffff url(../../news/images/kv-news-pc.jpg) no-repeat right bottom/contain;
		padding: 0;
	}

	.page-kv-ttl h1.news-pageTtl {
		width: 212px;
	}

	.page-kv-ttl h1.news-pageTtl {
		width: 210px;
	}

	.news-list li {
		padding: 0;
	}

	.news-list li::after {
		right: 12px;
	}

	.news-list li:not(:last-child) {
		margin-bottom: 0;
	}

	.news-list li a {
		display: flex;
		padding: 26px 16px;
		background-color: #fff;
		transition: 0.4s;
	}

	.news-list li a:hover {
		background-color: #e7f7f8;
	}

	.news-data {
		font-size: 14px;
		margin-bottom: 0;
		margin-right: 16px;
	}

	.news-data span {
		width: 124px;
		font-size: 12px;
		padding: 0.3rem;
	}

	.news-txt {
		font-size: 16px;
	}
}

/* 新着情報詳細
------------------------------------- */

.page-kv-ttl h1.news-detail-pageTtl {
	width: 43vw;
}

.news-detail-info {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.news-detail-date {
	font-size: 1.2rem;
}

.news-detail-category {
	font-size: 1.2rem;
	color: #ffffff;
	padding: 0.3rem 2.4rem;
	text-align: center;
	background-color: #00b6bc;
	border-radius: 4px;
	margin-left: 12px;
}

.news-detail-category.release {
	background-color: #00bc84;
}

.news-detail-header h2 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px dotted #00b6bc;
	padding-bottom: 0.4rem;
	margin-bottom: 30px;
	font-family: 'Kosugi Maru', sans-serif;
	color: #333333;
}

.news-detail-contents {
	font-size: 1.4rem;
}

/* .news-detail-contents p {
  margin-bottom: 40px;
} */

.news-detail-contents h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #00b6bc;
	margin-bottom: 12px;
	font-family: 'Kosugi Maru', sans-serif;
}

.news-img2 img,
.news-img3 img {
	width: 100%;
	display: block;
}

.news-img2 li {
  width: 76%;
  margin: 0 auto;
}

.news-img2 li:not(:last-child),
.news-img3 li:not(:last-child) {
	margin-bottom: 20px;
}

.news-img2 li img,
.news-img3 li img {
	width: 100%;
}

.news-img2,
.news-img3 {
	margin-bottom: 40px;
}

@media (min-width: 481px) {
	.news-img2 li:not(:last-child),
	.news-img3 li:not(:last-child) {
		margin-bottom: 0;
	}

	.news-detail-contents p::after,
	.news-detail-contents h3::after,
	.news-detail-contents div::after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}
	.news-img2,
	.news-img3 {
		display: flex;
		justify-content: space-between;
	}

	.news-img2 li {
		width: 46%;
    margin: 0;
	}

	.news-img3 li {
		width: 30%;
	}

	.news-img2 li img,
	.news-img3 li img {
		width: 100%;
	}
	.news-detail-contents p {
		font-size: 16px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.page-kv-ttl.news-detail-kv {
		padding: 24px 0 0;
	}

	.page-kv-ttl h1.news-detail-pageTtl {
		width: 180px;
	}
}

@media (min-width: 769px) {
	.page-kv-ttl h1.news-detail-pageTtl {
		width: 220px;
	}

	.news-detail-header h2 {
		font-size: 22px;
		border-bottom: 2px dotted #00b6bc;
	}

	.news-detail-contents h3 {
		font-size: 20px;
	}
}

.news-section {
	margin-bottom: 60px;
}

.news-img-1 img,
.news-img-2 img
 {
	width: 100%;
}

/* 箇条書きリスト */

.news-list-num {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 40px;
	font-size: 1.4rem;
}

.news-list-num.num-bold li::marker {font-weight: bold;}

.news-list-num li:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 481px) {
	.news-list-num {
		font-size: 16px;
	}
	.news-img-1 {
		max-width: 420px;
		margin: 0 auto;
	}

	.news-img-2 {
		max-width: 560px;
		margin: 0 auto;
	}
}

@media (min-width: 769px) {
	.news-img2 {
		display: flex;
		justify-content: center;
	}
	.news-img2 li {
		max-width: 280px;
		margin: 0;
	}

	.news-img2 li:first-child {
		margin-right: 30px;
	}
}

.news-detail-txt {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.news-col-2-img {
	width: 76%;
	margin: 0 auto;
}

.news-col-2-img-2 {
	width: 86%;
	margin: 0 auto;
}

.news-col-2-img img {
	width: 100%;
}

.news-col-2-img-2 img {
	width: 100%;
}

.news-col-2-txt {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

@media (min-width: 481px) and (max-width: 768px) {
	.news-col-2-img {
		width: 46%;
		margin: 0 auto;
	}
	.news-col-2-img-2 {
		width: 56%;
		margin: 0 auto;
	}
}

@media (min-width: 769px) {

	.news-detail-contents {
		max-width: 920px;
		margin: 0 auto;
	}
	.news-section {
		margin-bottom: 40px;
		max-width: 920px;
	}
	.news-col-2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.news-col-2-txt {
		max-width: 640px;
	}

	.news-col-2-img {
		max-width: 240px;
		margin: 0;
	}
	.news-col-2-img-2 {
		max-width: 300px;
	}
}
.mb40 {
	margin-bottom: 40px;
}

/* .article-img-max {max-width: 100%;} */