@charset "utf-8";

/*============

news.css

=============*/

/*============

Nav

=============*/

/*-------------

bottom-nav-list

--------------*/

.bottom-nav-list > li:not(.bottom-nav-list__news) {
	display: none;
}

.bottom-nav-list__first-level {
	padding-left: 0;
}

/*============

Layout

=============*/

/*-------------

info-box

--------------*/

.disc-list {
	margin-top: 2rem;
}

.note-list {
	margin-top: 2rem;
}

.red-txt {
	color: #e60012;
}

/* info-box-def */

.info-box-def {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.info-box-def__datetime {
	width: 16rem;
	border-bottom: solid 0.1rem #ccc;
	padding: 1.6rem 0;
}

.info-box-def__data {
	width: calc(100% - 16rem);
	padding: 1.6rem 0 1.6rem 3.2rem;
	position: relative;
	border-bottom: solid 0.1rem #ccc;
}

.info-box-def__data:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0.3rem;
	height: calc(100% - 3rem);
	background-color: #eee;
}

.info-box-def__title {
	font-size: max(1.8rem, 16px);
	font-weight: bold;
	position: relative;
}

.info-box-def__second-title {
	font-size: max(1.7rem, 15px);
	font-weight: bold;
	margin-top: 2.4rem;
}

.info-box-def__third-title {
	font-size: max(1.6rem, 14px);
	font-weight: bold;
	margin-top: 1.6rem;
}

.info-box-def__txt {
	margin-top: 1.6rem;
}

.info-box-def__second-title + .info-box-def__txt {
	margin-top: 0.4rem;
}

.info-box-def__third-title + .info-box-def__txt {
	margin-top: 0.2rem;
}

.info-box-def__second-title + .info-box-def__third-title {
	margin-top: 0.8rem;
}

.info-box-def__data .info-box-def__title:not(:first-of-type) {
	margin-top: 1.6rem;
}

/* info-box-def__icon */

.info-box-def__icon--ksk,
.info-box-def__icon--nikken {
	position: relative;
	padding-left: 12rem;
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.info-box-def__icon--ksk:before,
.info-box-def__icon--nikken:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 11rem;
	height: auto;
}

.info-box-def__icon--ksk:before {
	background: url(../../img/news_ksk_ic01.png) no-repeat top left;
	background-size: 11rem auto;
}

.info-box-def__icon--nikken:before {
	background: url(../../img/news_nikken_ic01.png) no-repeat top left;
	background-size: 11rem auto;
}

.info-box-def__icon--nikken:hover,
.info-box-def__icon--ksk:hover {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

/* info-box-def__cont */

.info-box-def__cont {
	padding: 1.6rem 2.4rem;
	border: solid 1rem #ccc;
	border: solid 0.6rem #efefef;
	margin-top: 2rem;
}

.info-box-def__cont__title {
	font-size: max(1.8rem, 16px);
	font-weight: bold;
}

.info-box-def__cont__title:not(:first-of-type) {
	margin-top: 1rem;
}

.info-box-def__cont__txt {
	margin-top: 1rem;
}

.pdf-link:after {
	width: 1.6rem;
	height: 1.8rem;
	background-size: 1.6rem 1.8rem;
}

.info-box-def__title .external-link:after {
	width: 16px;
	height: 16px;
	background-size: max(1.4rem, 14px) auto;
	top: 0.4rem;
	bottom: auto;
}

/*============

media queries

=============*/

/*-------------

タブレット・スマホ

--------------*/

@media (max-width: 959px) {
	/* info-box-def */
	.info-box-def {
		flex-direction: column;
	}

	.info-box-def__datetime {
		width: 100%;
		padding: 0;
		border: none;
		margin-top: 2rem;
	}

	.info-box-def__data {
		width: 100%;
		padding: 0 0 2rem;
	}

	.info-box-def__data:before {
		content: none;
	}

	.info-box-def__icon--ksk,
	.info-box-def__icon--nikken {
		padding-left: 0;
		padding-top: 3.2rem;
	}

	.info-box-def__icon--ksk:before,
	.info-box-def__icon--nikken:before {
		top: 0.2rem;
	}

	.info-box-def__title .external-link:after {
		top: 3.6rem;
	}
}

/*-------------

スマホ

--------------*/

@media (max-width: 519px) {

	.txt-link:before {
		top: 1.4rem;
	}

}
