.case-wrap{
	background-size:cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.case-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 20%, rgba(201,160,99,0.5) 80%, rgba(201,160,99,0) 100%);
	display: inline-block;
	padding:10px 60px;
	margin: 60px auto;
}
.case-title{
	font-family: 'Spartan', sans-serif;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	max-width:100%;
	font-weight: 100;
	color: #ffffff;
}
.case-subtitle{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.case-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 10%, rgba(201,160,99,0.5) 90%, rgba(201,160,99,0) 100%);
	display:block;
	padding:10px 0px;
	margin: 30px auto;
}
.case-title{
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	font-weight: 100;
	color: #ffffff;
}
}
.case-title2{
	font-size: 2.8rem;
	font-weight:bold;
	margin-top: 60px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	letter-spacing: 0.1rem;
	white-space: nowrap;
	display: block;
}
.case-title2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -5px;
	display: inline-block;
	width: 60px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #BD975E;
}
@media screen and (max-width: 767px) {
.case-title2{
	font-size: 1.8rem;
}
}
.pankuzu_wrap{
	width:100%;
	max-width:1340px;
	margin:0 auto;
	padding: 10px 0px 30px 30px;
}
.pankuzu{
	font-size:1.2rem;
}
@media screen and (max-width: 767px) {
.pankuzu_wrap{
	padding: 10px 0px 30px 15px;
}
}

.case-minititle{
	display:block;
	font-size:1.8rem;
	line-height:1.8rem;
	padding:10px 0px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#CDB083;
}
.case-table{
	width:100%;
	border-collapse: collapse;
}
.case-table th{
	min-width:14.2rem;
	font-size:1.6rem;
	font-weight:bold;
	padding:10px;
	background:#F7F4ED;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.case-table td{
	font-size:1.6rem;
	padding:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.case-ba_title{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3.2rem;
	padding-bottom: 15px;
	display: block;
}
.case-ba_p{
	font-size:1.4rem;
	line-height: 2.8rem;
	margin-top:30px;
}
@media screen and (max-width: 767px) {
.case-ba_title{
	padding-bottom: 0px;
}
.case-ba_p{
	margin-top:15px;
}
}
.case-img_point{
	height:5.6rem;
	float:left;
	padding-right:1.4rem;
}
.case-point_wrap{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.case-point_p{
	display: block;
	font-size:1.4rem;
	line-height: 2.8rem;
	margin: 0px;
}
.case-staff_img{
	max-width:30vw;
	width:100%;
	float:right;
	padding-left:1.4rem;
}
.case-staff_p{
	font-size:1.4rem;
	line-height: 2.8rem;
}
@media screen and (max-width: 767px) {
.case-staff_img{
	max-width:50vw;
}
}
.case-index_btn img{
	width:100%;
}
.case-index_btn h3{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
	margin-bottom:30px;
}
.case-index_btn:hover img{
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
.case-index_btn h3{
	margin-bottom:15px;
}
}
.case-btn{
	display: inline-block;
	font-size:1.4rem;
	font-weight:normal;
	padding: 20px;
	margin: 15px auto;
	color:#000000;
	border:1px solid #000000;
}
.case-btn:hover{
	background:#000000;
	color:#ffffff;
}
@media screen and (max-width: 768px) {
.case-btn{
	padding: 10px;
	width: 100%;
	text-align: center;
	background:#ffffff;
	border:1px solid #000000;
	color:#000000;
}
}
