@charset "UTF-8";

/* ------------------------------------------------
                    下層ページ
--------------------------------------------------- */

/*---------- 共通 ----------*/
.sec-page-ttl {
	width: 100%;
	padding: 80px 0 50px;
}
.page-ttl-wrap {
	width: 100%;
	padding-top: 47px;
	text-align: center;
	position: relative;
}
.page-ttl-wrap::before {
	content: '';
	width: 22px;
	height: 22px;
	background: var(--color-light-green);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: calc(50% - 11px);
	z-index: 1;
}
.page-ttl-wrap::after {
	content: '';
	width: 10px;
	height: 10px;
	background: var(--color-green);
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: calc(50% - 5px);
	z-index: 1;
}
.page-ttl-ja {
	margin-bottom: 10px;
	color: var(--color-txt-gray);
	font-size: 1.8rem;
    font-weight: 500;
	line-height: 1;
}
.page-ttl-en {
	color: var(--color-txt-black);
	font-size: 5.7rem;
	line-height: 1;
}


@media (max-width: 768px) {
	.sec-page-ttl {
		width: 100%;
		padding: 14vw 0 12vw;
	}
	.page-ttl-wrap {
		width: 100%;
		padding-top: 8vw;
		text-align: center;
		position: relative;
	}
	.page-ttl-wrap::before {
		content: '';
		width: 4vw;
		height: 4vw;
		top: 0;
		left: calc(50% - 2vw);
		z-index: 1;
	}
	.page-ttl-wrap::after {
		content: '';
		width: 2vw;
		height: 2vw;
		top: 1vw;
		left: calc(50% - 1vw);
		z-index: 1;
	}
	.page-ttl-ja {
		margin-bottom: 2vw;
		font-size: 3.4vw;
	}
	.page-ttl-en {
		font-size: 8.66vw;
	}
	
}



/*---------- お知らせ一覧 ----------*/

/* リスト */
.news-list-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	border-top: 1px solid var(--color-txt-gray);
}
.news-list-wrap li {
	width: 100%;
	padding: 25px 20px;
	border-bottom: 1px solid var(--color-txt-gray);
	text-align: left;
}
.news-list-wrap li a {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.news-list-date {
	width: 100px;
	font-weight: 600;
	font-size: 1.8rem;
}
.news-list-tag {
	width: 95px;
	height: 25px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-black);
	border-radius: 20px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}
.tag-information {
	background: #fff;
	color: var(--color-black);
}
.tag-important {
	background: var(--color-black);
}

.news-list-ttl {
	width: calc(100% - 235px);
	padding-right: 40px;
	font-size: 1.6rem;
	position: relative;
}
.news-list-ttl::after {
	content: '';
	width: 19px;
	height: 8px;
	background: url("../../img/common/icon_arrow_b.svg") center center no-repeat;
	background-size: 19px;
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	transition: 0.3s ease-in-out;
}


@media (max-width: 768px) {


	/* リスト */
	.news-list-wrap {
		width: 90%;
		margin: 0 auto 16vw;
	}
	.news-list-wrap li {
		width: 100%;
		padding: 4.60vw 0;
		text-align: left;
	}
	.news-list-wrap li a {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.news-list-date {
		width: 20vw;
	}
	.news-list-tag {
		width: 15vw;
		height: 4vw;
		margin: 0 1.97vw;
		border-radius: 4vw;
		font-size: 2.36vw;
	}

	.news-list-ttl {
		width: 100%;
		margin-top: 1.97vw;
		padding-right: 8vw;
	}
	.news-list-ttl::after {
		content: '';
		width: 3.8vw;
		height: 1.6vw;
		background: url("../../img/common/icon_arrow_b.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 0.8vw);
	}
}





/*---------- お知らせ詳細 ----------*/

.sec-news-detail {
}

.sec-news-detail .cont-inn {
	max-width: 1000px;
	margin-bottom: 50px;
}
.news-article-head {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
	padding-bottom: 35px;
	border-bottom: 1px solid #fff;
}
.news-article-head h2 {
	width: 100%;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 3.4rem;
}

.news-article-head .news-list-date {
	color: var(--color-txt-gray);
	font-weight: 400;
	font-size: 1.6rem;
}

.news-article-body p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2;
}
.news-article-body img + p {
	margin-top: 5rem;
}

.news-article-body a {
	text-decoration: underline;
	color: var(--color-green);
}
.news-article-body img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.news-article-body li {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 2;
}
.news-article-body .list-common-01 > li {
	text-indent: -1.4em;
	padding-left: 1.4em;
}
.news-article-body .list-common-02 > li {
	text-indent: -1em;
	padding-left: 1em;
}
.news-article-body .list-common-03 > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.news-article-body .list-note > li {
	font-size: 1.2rem;
	text-indent: -3.5em;
	padding-left: 3.5em;
}

.news-article-body p + p {
	margin-top: 20px;
}


.news-btn-wrap .btn-more {
	width: 176px;
	margin: 150px auto 0;
}


@media (max-width: 768px) {

	.sec-news-detail {
	}

	.sec-news-detail .cont-inn {
		max-width: initial;
		margin-bottom: 10vw;
	}
	.sec-news-detail article {
		width: 90%;
		margin: 0 auto;
	}
	.news-article-head {
		margin-bottom: 12vw;
		padding-bottom: 8vw;
	}
	.news-article-head h2 {
		margin-bottom: 4vw;
		font-size: 5.4vw;
	}

	.news-article-head .news-list-date {
		font-size: 3.2vw;
	}

	.news-article-body p {
		font-size: 3.2vw;
	}
	.news-article-body img + p {
		margin-top: 5rem;
	}

	.news-article-body p + p {
		margin-top: 4vw;
	}

	.news-article-body a {
		text-decoration: underline;
		color: var(--color-green);
		word-break: break-all;
	}
	
	.news-article-body li {
		margin-bottom: 1vw;
		font-size: 3.4vw;
		line-height: 2;
	}
	.news-article-body .list-note > li {
		font-size: 2.8vw;
	}


	.news-btn-wrap .btn-more {
		width: 35vw;
		margin: 20vw auto 0;
	}
	
}
