@charset "UTF-8";
/* CSS Document */

/*-------------------------------
  header
-------------------------------*/
.com-search-header{
	border-top: 5px solid #9b4633;
	overflow: hidden;
	padding-bottom: 15px;
	background: white;
}
.com-search-header-logo{
	float: left;
	padding-top: 20px;
	margin-left: 2%;
}
.com-search-header-nav{
	float: right;
	margin-right: 2%;
	padding-top: 5px;
}
.com-search-header-nav li{
	float: left;
}
.com-search-header-nav li a{
	display: block;
	background: url(../_img/company-search-lp/nav_icon.png) bottom center no-repeat;
	color: #444;
	text-decoration: none;
	padding: 20px 20px;
	font-weight: bold;
}

.spn-nav{
	display: none;
	position: absolute;
	top:15px;
	right:10px;
	z-index: 20;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*-------------------------------
  main
-------------------------------*/
.com-search-main{
	width: 100%;
	height: 540px;
	background-size: auto 540px;
	position: relative;
	
}

video#bgvid {
  position: absolute; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: url(../_img/company-search-lp/main_bg.jpg) 80px center no-repeat;
  background-size: cover;
}
.com-search-main-pat{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/company-search-lp/main_pat.png) rgba(0,0,0,0.5);
}
.com-search-main-title{
	position: absolute;
	top:90px;
	left: 2%;
}

.com-search-main-bnr{
	position: absolute;
	bottom: 20px;
	right: 5%;
}

/*-------------------------------
  contents
-------------------------------*/
.container{
	
}
.contents-section-title{
	width: 100%;
	background: #f9f6f1;
	text-align: center;
	padding: 15px 0;
}
.contents-inner{
	width: 1000px;
	margin: 0 auto;
}

/*-------------------------------
  c1
-------------------------------*/
.c1-block{
	text-align: center;
	margin: 30px 0;
}
.c1-box{
	display: inline-block;
	width: 260px;
	text-align: center;
	margin: 0 20px;
}
.c1-box-icon{
	margin-bottom: 15px;
}
.c1-box-copy{
	font-size: 18px;
	color: #2aa900;
	font-weight: bold;
	margin-bottom: 15px;
}
.c1-box-txt{
	font-size: 14px;
}

/*-------------------------------
  c2
-------------------------------*/
.c2-copy{
	text-align: center;
	color: #2aa900;
	font-size: 21px;
	margin: 40px 0 30px;
}
.c2-block{
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
.c2-box{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 5px 0 20px;
}

.c2-box:first-child{
	border-right: 1px dashed #999999;
}
.c2-box-icon{
	text-align: center;
	position: relative;
	height: 131px;
}
.c2-box-recomend{
	position: absolute;
	top:0;
	right: 0;
}
.c2-box-copy{
	text-align: center;
	font-size: 21px;
	display: table-cell;
	vertical-align: middle;
	width:  450px;
	height: 100px;
	font-weight: bold;
	margin-bottom: 15px;
}
.c2-box-copy em{
	font-size: 150%;
	color: #9b4648;
	
}
.c2-box-txt{
	font-size: 14px;
	margin: 0 60px;
	margin-bottom: 40px;
}
.c2-box-alw{
	text-align: center;
	margin-bottom: 30px;
}
.c2-box-btn{
	text-align: center;
}

.c2-info{
	background: url(/_img/company-search-lp/c2_img.jpg) bottom right no-repeat;
	width: 900px;
	height: 270px;
	margin: 10px auto 0;
}
.c2-info-txt{
	font-size: 21px;
	font-weight: bold;
	padding: 60px 0 0 160px;
}
.c2-info-txt span{
	color: #9b4648;
}

/*-------------------------------
  c 3
-------------------------------*/
.c3-table{
	text-align: center;
	margin: 50px 0;
}


/*-------------------------------
  c4
-------------------------------*/
.faq-section{
	background: #f9f6f1;
	padding-bottom: 1px;
}
.faq-box{
	background: white;
	padding: 25px 70px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.faq-box-title{
	font-size: 28px;
	font-weight: bold;
	color: #9c462f;
	text-align: center;
	margin-bottom: 15px;
}
.faq-box-title img{
	vertical-align: middle;
	margin-right: 10px;
}
.faq-box-q{
	overflow: hidden;
	margin-bottom: 10px;
}
.faq-box-q-icon{
	float: left;
	margin-left: 10px;
}
.faq-box-q-balloon{
	float: right;
	width: 730px;
	box-sizing: border-box;
	padding: 15px;
	color: white;
	font-size: 18px;
	position: relative;
	background: #2aa900;
	border-radius: 10px;
}
.faq-box-q-balloon:after{
	content: "";
	position: absolute;
	top: 36%; left: -15px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #2aa900 transparent transparent;
}
.faq-box-a{
	overflow: hidden;
}
.faq-box-a-icon{
	float: right;
	margin-right: 10px;
}
.faq-box-a-balloon{
	float: left;
	width: 730px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;
	position: relative;
	background: #f9f6f1;
	border-radius: 10px;
	border: 1px solid #9c462f;
	z-index: 0;
}
.faq-box-a-balloon:before {
	content: "";
	position: absolute;
	top: 36%; right: -14px;
	margin-top: -17px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 0 14px 14px;
	border-color: transparent transparent transparent #f9f6f1;
	z-index: 0;
}
.faq-box-a-balloon:after {
	content: "";
	position: absolute;
	top: 36%; right: -16px;
	margin-top: -18px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #9c462f;
	z-index: -1;
}

.faq-box-a-balloon span{
	font-weight: bold;
}
.faq-box-a-balloon em{
	font-weight: bold;
	color: #9c462f;
}


/*-------------------------------
  cv-contents
-------------------------------*/
.cv-contents{
	background: #f9f6f1;
	padding: 40px 0;
}
.cv-contents .formbox-b{
	margin: 0 auto;
	width: 900px;
	box-sizing: border-box;
	border: 3px solid white;
}

/*-------------------------------
  message
-------------------------------*/
.message-section{
	padding: 30px 0;
	border-bottom: 15px solid #f9f6f1;
}
.message-section .contents-inner{
	overflow: hidden;
}
.message-body{
	float: left;
	width: 770px;
}
.message-sub-title{
	font-size: 21px;
	font-weight: bold;
}
.message-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #9b4633;
}
.message-txt{
	
}
.message-img{
	float: right;
}
.message-img-name{
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}
.message-img-name span{
	font-size: 12px;
}

/*-------------------------------
  information-section
-------------------------------*/
.information-section{
	padding: 50px 0;
}
/*  other-service */
.other-service{
	margin-bottom: 50px;
}
.other-service-txt{
	margin: 0 50px 20px;
}
.other-service-bnr{
	overflow: hidden;
	margin-left: 50px;
}
.other-service-bnr li{
	margin-right: 50px;
  font-size: 11px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  width: 260px;
}
.other-service-bnr li img{
	display: inline-block;
	margin-bottom: 5px;
}
.other-service-bnr li a{
	text-decoration: none;
}

/* infomation-box */
.infomation-box{
	border: 1px solid #d8d8d8;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}
.infomation-box-head{
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	padding: 20px 0 10px;
	font-weight: bold;
}
.infomation-box-sub{
	font-size: 18px;
}
.infomation-box-title{
	font-size: 35px;
}
.infomation-box-body{
	
}

/* information-media-list */
.information-media-list{
	text-align: center;
	padding: 15px 0;
}
.information-media-list li{
	display: inline;
	margin: 0 20px;
}

/* information-matching */
.information-matching{
	
}


/*-------------------------------
  hopup
-------------------------------*/
/* ---- .hopup ---- */
.hopup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 30px;
	background: #f8f5f1;
	border-top: 5px solid #d14a21;
	padding: 10px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
	z-index: 110;
}

.hopup_tit {
	font-size: 20px;
	font-weight: bold;
	color: #d14a21;
	position: relative;
	height: 1.8em;
}
.hopup-info{
	margin-bottom: 5px;
	overflow: hidden;
	*zoom:1;
}
.hopup_comment {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	float: left;
}
.hopup_tit li{
	display: none;
	position: absolute;
}
.hopup_tit li:first-child{
	display: inline-block;
}

.hopup_tel {
	float: right;
}

.hopup_contact img {
	width: 377px;
	height: 57px;
}

.close_btn {
	position: absolute;
	top:-27px;
	right: 0;
	width: 30px;
	height: 24px;
	color: white;
	background: #d14a21;
	text-align: center;
	line-height: 30px;
}
.close_btn a{
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	.com-search-header{
/*		overflow: inherit;*/
		padding-bottom: 5px;
	}
	.com-search-header-logo{
		float: none;
		padding-top: 5px;
	}
	.com-search-header-logo img{
		width: 180px;
		height: auto;
	}
	.spn-nav{
		display: inherit;
	}
	.com-search-header-nav{
		display: none;
		float: none;
		position: absolute;
		top:0;
		right: 0;
		width: 90%;
		box-sizing: border-box;
		background: white;
		z-index: 10;
		margin-right: 0;
		padding-left: 10px;
		transition: 0.4s;
	}
	.com-search-header-nav.active{
		right: 0;
	}
	.com-search-header-nav li{
		float: none;
	}
	.com-search-header-nav li a{
		background-position: center left;
		
	}
	/*-------------------------------
  	main
		-------------------------------*/
	.com-search-main{
		background: url(../_img/company-search-lp/main_bg.jpg) top center no-repeat;
		background-size: cover;
		height: 300px;
	}
	#bgvid { display: none; }
	.com-search-main-title{
		text-align: center;
		top:inherit;
		left: 0;
		bottom: 10px;
	}
	.com-search-main-title img{
		width: 90%;
		height: auto;
	}
	.com-search-main-bnr{
		display: none;
	}
	/*-------------------------------
  	contents
	-------------------------------*/
	.contents-section-title{
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	.contents-section-title img{
		max-width: 100%;
		height: auto;
	}
	.contents-inner{
		width: 100%;
	}
	/*-------------------------------
	  c1
	-------------------------------*/
	.c1-box{
		margin-bottom: 20px;
	}
	/*-------------------------------
  	c2
	-------------------------------*/
	.c2-copy{
		font-size: 18px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.c2-block{
		width: 100%;
	}
	.c2-box{
		float: none;
		width: 100%;
		
	}
	.c2-box:first-child{
		border: none;
		margin-bottom: 40px;
	}
	.c2-box-copy{
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
		text-align: center;
		margin-bottom: 0;
	}
	.c2-box-txt{
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.c2-box-btn{
		padding-left: 10px;
		padding-right: 10px;
	}
	.c2-box-btn img{
		max-width: 100%;
		height: auto;
	}
	.c2-info{
		background: url(/_img/company-search-lp/c2_img.jpg) bottom right no-repeat;
		background-size: 70% auto;
		width: 100%;
		height: 340px;
		margin: 10px auto 0;
	}
	.c2-info-txt{
		font-size: 16px;
		padding: 10px 15px;
	}
	.c2-info-txt span{
		color: #9b4648;
	}
	/*-------------------------------
  	c4
	-------------------------------*/
	.faq-box{
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	.faq-box-title{
		font-size: 18px;
	}
	.faq-box-q{
	}
	.faq-box-q-icon{
		width: 12%;		
	}
	.faq-box-q-icon img{
		max-width: 100%;
		height: auto;
	}
	.faq-box-q-balloon{
		width: 80%;
		padding: 10px;
		font-size: 13px;
	}
	.faq-box-a{
	}
	.faq-box-a-icon{
		width: 12%;
	}
	.faq-box-a-icon img{
		max-width: 100%;
		height: auto;
	}
	.faq-box-a-balloon{
		float: left;
		width: 80%;
		padding: 10px;
		font-size: 13px;
	}
	/*-------------------------------
		cv-contents
	-------------------------------*/
	.cv-contents{
		padding: 40px 10px;
	}
	.cv-contents .formbox-b{
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
		border: none;
	}
	.cv-contents .formbox-b-txt{
		margin-bottom: 10px;
		line-height: 1.6;
	}
	/*-------------------------------
		message
	-------------------------------*/
	.message-body{
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.message-img{
		float: none;
		margin-top: 20px;
		text-align: center
	}
	.message-img-name{
		text-align: center;
	}
	/*-------------------------------
		information-section
	-------------------------------*/
	.information-section{
		padding: 20px 0;
	}
	/*  other-service */
	.other-service{
		margin-bottom: 50px;
	}
	.other-service-txt{
		margin: 0 20px 20px;
	}
	.other-service-bnr{
		overflow: hidden;
		margin-left: 0;
		text-align: center;
	}
	.other-service-bnr li{
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	/* infomation-box */
	.infomation-box{
		margin-left: 20px;
		margin-right: 20px;
	}
	.infomation-box-head{
		border-bottom: 1px solid #d8d8d8;
		text-align: center;
		padding: 20px 0 10px;
		font-weight: bold;
	}
	.infomation-box-sub{
		font-size: 12px;
	}
	.infomation-box-title{
		font-size: 18px;
	}
	.infomation-box-body{

	}

	/* information-media-list */
	.information-media-list{
		text-align: center;
		padding: 15px 0;
	}
	.information-media-list li{
		display: inline;
		margin: 0 20px 10px;
	}

	/* information-matching */
	.information-matching{

	}
}