.title_wrap {
	/* background: #fff url("../img/view_deco.png") no-repeat 2.5rem 50% / .7rem; */
	background: #fff;
	position: relative;
	padding: 4rem 0;
	padding-left: 5rem;
	padding-right: 3rem;
	border-bottom: 1px solid #ccc;
}
.title_wrap .container {
	position: relative;
}
.title_wrap .container::before {
	content: "";
	width: 1.5rem;
	height: 100%;
	background: url("../img/view_deco.png") no-repeat 50% 50% / contain;
	position: absolute;
	top: 0;
	left: -2.5rem;
}
.title_wrap .category {
	display: flex;
	align-items: center;
	margin-bottom: 1.2rem;
}
.title_wrap .category img {
	width: 1rem;
	margin: 0 1rem;
}
.title_wrap .category p, .title_wrap .exp p{
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.3;
}
.title_wrap .exp p {
	color: #df5514;
	letter-spacing: -.1rem;
	line-height: 1.4;
}
.title_wrap .category p:nth-of-type(1) {
	white-space: nowrap;
}

.content_wrap {
	margin: 2rem;
}
.content_wrap .container {
	background: #fff;
	padding: 1.2rem;
	min-height: calc(100vh - 33.5rem);
	display: flex;
	flex-direction: column;
}
.content_wrap .title {
	background: url("../img/view_bg.png") no-repeat 0 50% / cover;
	padding: 3.5rem 1.5rem;
	text-align: center;
	position: relative;
	border-radius: 1rem;
}
.content_wrap .title::before {
	content: "";
	width: calc(100vw - 9rem);
	height: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 4px double #e5bf80;
}
.content_wrap .title h1 {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.3;
	color: #df5514;
}
.content_wrap .title .sub {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -.1rem;
	padding: .8rem .5rem 0;
}
.content_wrap .contents {
	padding: 0rem 2rem 3rem 2rem;
}
.content_wrap .contents .txt {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
}