.content {
	background-color: #fff;
	width: 100%;
	padding: 0 20px;
}

.content_box {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

.content_title {
	margin: 20px auto;
}

.content_title h2 {
	line-height: 2;
}

.content_val {
	margin: 10px 0 20px;
}

.content_val iframe {
	width: 100%;
	min-height: 70vh;
	height: 100%;
}

.header_box {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	padding: 0 10px;
}

.header_left_box {}

.header_right_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header_right_box button {
	margin-left: 8px;
}
.type_tag {
	line-height: 1.3;
	font-size: 14px;
	color: #999;
	padding-right: 8px;
	border-right: 1px solid #999;
	margin-left: 8px;
}

@media (max-width: 768px) {
	.header_box {
		grid-template-columns: 1fr;
		text-align: left;
	}
	.header_right_box {
		display: inline-block;
	}
	.header_right_box button {
		font-size: 14px;
	}
}