@charset "UTF-8";
/* 新着情報 */
/* contents area */
.news.contents__whitebox {
	padding: 30px 30px 45px;
	overflow: hidden;
}
.news__item {
	border-top: 1px dashed #555453;
}
.news__anker {
	display: flex;
	justify-content: start;
	position: relative;
	padding: 12px 0;
}
.news__anker:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(59, 173, 228, 0.1);
	transition: all .6s;
}
.news__anker:hover {
	color: #040000;
}
.news__anker:hover:before {
	width: 100%;
	transition: all .6s;
}
.news__photo {
	position: relative;
	width: 139px;
}
.news__photo .fit {
	height: 139px;
	object-fit: cover;
}
.news__detail {
	position: relative;
	width: calc(100% - 152px);
	padding-left: 13px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.news__detail dt {
	font-weight: bold;
}
.news__detail dt small {
	font-weight: normal;
}
.news h1 {
	margin: 0 0 1em;
	padding: 0 0 0.3em;
	border-bottom: 2px solid #3bade4;
	font-size: 20px;
	line-height: 1.4em;
}
.news h1 small {
	font-size: 16px;
	font-weight: normal;
}
.news p {
	padding: 0 0 1em;
	font-size: 16px;
	line-height: 1.6em;
}
.news__photo {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
.news.contents__whitebox {
	padding: 5vw 3% 8vw;
}
.news__item {
	border-top: 0.4vw dashed #555453;
}
.news__anker {
	padding: 3vw 3%;
}
.news__photo {
	width: 28vw;
}
.news__photo .fit {
	height: 28vw;
}
.news__detail {
	width: calc(100% - 30vw);
	font-size: 3.8vw;
	line-height: 1.53em;
}
.news__detail dd {
	font-size: 3.3vw;
}
.news h1 {
	border-bottom: 0.7vw solid #3bade4;
	font-size: 4.5vw;
}
.news h1 small {
	font-size: 3.8vw;
}
.news p {
	font-size: 4vw;
}
.news__photo {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
}
.news img.icon__pdf {
	width: auto;
}
}
