@charset "UTF-8";

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

#single {
	margin-bottom: 50px;
	padding: 50px 50px 70px;
	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: 70px;
	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);
}

#single .wp-block-file__button.wp-element-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 48px;
	margin: 10px auto 0;
	padding: 0 72px 0 45px;
	border-radius: 48px;
	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: 18px;
	color: #fff;
	position: relative;
	transition: opacity .4s;
}

#single .wp-block-file__button.wp-element-button:hover {
	opacity: 0.6;
}

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

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

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

#news {
	margin-bottom: 50px;
	padding: 80px 50px 70px;
	background: #fff;
}

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

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

#news article:not(:last-of-type) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	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: 10px;
	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: 18px;
	line-height: 1.5;
	transition: color .4s;
}

#news a:hover h3 {
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin: 0 50px 90px;
}

.faq_item {
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	background: #fff;
	text-align: left;
}

.faq_question {
	display: flex;
	align-items: center;
	padding: 15px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.faq_question::-webkit-details-marker {
	display: none;
}

details[open] .faq_question {
	background-color: rgba(183, 227, 235, 0.3);
}

.q_icon, .a_icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-right: 12px;
	padding-left: 0.1em;
	border-radius: 100%;
	font-weight: 700;
	flex-shrink: 0;
}

.q_icon {
	background-color: var(--orange);
	color: #fff;
}

.a_icon {
	background-color: var(--blue);
	color: #fff;
}

.faq_answer {
	display: flex;
	padding: 20px 15px;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	font-size: 18px;
}

.faq_answer .lead {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.faq_answer p strong {
	font-weight: 700;
	color: var(--blue);
}

.faq_answer li {
	margin-left: 1.5em;
	list-style: disc;
}

.faq_answer hr {
	height: 1px;
	margin: 20px 0;
	border: 0;
	background: #ddd;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
	margin: 0 50px;
	color: #fff;
}

#access .head {
	display: flex;
	align-items: center;
	gap: 0.8em;
	margin-bottom: 15px;
}

#access h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.7;
}

#access p {
	margin-bottom: 50px;
	margin-left: calc(60px + 0.8em);
	text-align: left;
}

#access figure {
	margin-bottom: 30px;
}

#access figure img {
	height: 518px;
}

#access .btn img {
	margin-right: 0.2em;
}
