.backbg-zm {
	background-image: url("../../img/pc_bg_zm.jpg");
	background-size: cover;
}

.cp-zm {
	width: 40%;
	padding: 30px 0;
}

.mv-logo {
	margin: 0 auto;
	width: 23%;
	display: block;
}

.survice-wrapper {
	display: flex;
	margin: 0 -10px;
}

.half-survice-box {
	border: 4px solid #000;
	border-radius: 20px;
	padding: 25px;
	margin: 160px 10px 100px;
	position: relative;
	width: 50%;
	background-color: white;
}

.survice-title-box-zm {
	text-align: center;
	margin: 57px auto 45px auto;
}

.survice-title-zm  {
	display: inline;
	font-size: 30px;
	background:linear-gradient(transparent 65%, #83c8c4 0%);
}

.line-zm {
	border-bottom: 8px double #83c8c4;
}

.title-plus {
	font-size : 30px;
	font-weight: bold;
	padding-top: 8px;
}

.survice-bigcat-icon-zm {
	height: 160px;
	position: absolute;
	top: -20px;
	left:50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}	

.survice-menu-zm {
	max-width: 100%;
}

.survice-logo-zm {
	width: 100%;
	min-width: 145px;
	margin: 20px auto 30px;
	display: block;
}

.survice-captcha {
	width: 90%;
	min-width: 145px;
	margin: 20px auto 50px;
	display: block;
}

a.btn_02 .b__text-zm {
  display: block;
  flex-grow: 1;
  color: #009e96;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 42px;
  padding-left: 19px;
  font-size: 22px;
  white-space: nowrap;
}

a.btn_02 .b__text-zm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 4px solid #009e96;
  border-right: 4px solid #009e96;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}

.zmcomment-bg {
	background-color: #009e96;
}

.comment-zm {
	width: 100%;
	border-radius: 20px;
	background-color: white;
	padding: 30px;
	margin-bottom: 100px;
}

/* ============================================
  @media max-767
============================================ */


@media only screen and (max-width: 767px) {

.backbg-zm {
	background-image: url("../../img/sp_bg_zm.jpg");
}
	
.cp-zm {
	width: 90%;
}

.mv-logo {
	padding-top: 5px;
	width: 50%;
}

.survice-wrapper {
	margin: 0 -5px;
	width: 100%;
}
	
.survice-bigcat-icon-zm {
	height: 120px;
}	
	
.survice-title-box-zm {
	margin: 45px auto 25px auto;
}
	
.survice-title-zm  {
	font-size: 18px;
}
	
.title-plus {
	font-size: 16px;	
}
	
.survice-menu-zm {
	margin-bottom: 20px;
}

.half-survice-box {
	padding: 10px;
	margin: 110px 10px 60px 0px;
	border-radius: 15px;
}
	
.survice-logo-zm {
	width:100%;
	height: auto;
}

.survice-captcha {
	width: 100%;
	margin: 15px auto 30px;
}
	
a.btn_02 .b__text-zm {
	padding-right: 13px;
    padding-left: 0px;
	font-size: 20px;
}

}