@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document single
--------------------------------------------------------- */

#single {
	padding: 15vw 5vw 15vw;
	background: #fff;
}

#single h1 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: url(../outline/line.svg) no-repeat left bottom / 100% auto;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
	color: var(--blue);
}

#single h1 span {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#single .entry-meta {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

#single .entry-content {
	margin-bottom: 50px;
	text-align: left;
}

#single .entry-content p {
	margin-bottom: 2em;
}

#single .wp-block-file {
	text-align: center;
}

#single .wp-block-file a {
	display: inline-block;
	vertical-align: top;
	margin-top: 1em;
	text-decoration: none;
	font-size: 16px;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document btn
--------------------------------------------------------- */

#single .wp-block-file .wp-element-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 46px;
	margin: 10px auto 0;
	padding: 0 70px 0 35px;
	border-radius: 46px;
	border: solid 1px #fff;
	background: var(--blue);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	position: relative;
}

#single .wp-element-button:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 20px;
	height: 46px;
	margin: 0 0.3em 0 -0.6em;
	background: url(../docs/pdf.svg) no-repeat left / 100% auto;
}

#single .wp-element-button:after {
	content: '';
	width: 46px;
	height: 100%;
	background: url(../images/btn.svg) no-repeat left / 100% auto;
	position: absolute;
	top: 0;
	right: 15px;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	padding: 15vw 5vw 15vw;
	background: #fff;
}

#news .h2_blue img {
	height: 26px;
}

#news .news-list {
	margin-bottom: 30px;
}

#news article:not(:last-of-type) {
	margin-bottom: 5vw;
	padding-bottom: 5vw;
	border-bottom: solid 1px var(--bg-color);
}

#news article a {
	display: block;
	text-decoration: none;
	color: var(--text-color);
}

#news time {
	display: flex;
	align-items: center;
	gap: 2vw;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: var(--blue);
}

#news h3 {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

