/* /////////////////////////////
service
///////////////////////////// */

.service{
	max-width: 613px;
	margin: 0 auto 220px;
}

  @media screen and (max-width: 767px){
  	.service{
  		max-width: 95%;
  		margin: 0 auto 100px;
  	}
  }

  @media screen and (max-width: 767px){
	.service main{
		margin-top: 0!important;
	}
 }

.service h3{
	font-size: 50px;
	font-weight: bold;
	font-family: 'The-Houls';
	text-align: center;
}

  @media screen and (max-width: 767px){
  	.service h3{
  		font-size: 36px;
  	}
  }

.service figure{
	margin: 70px auto 30px;
	position: relative;
	border: 3px solid #000;
	border-radius: 30px;
}

  @media screen and (max-width: 767px){
  	.service figure{
  		border-radius: 6%;
  	}
  }

.service figure:after{
  content: "";
  position: absolute;
  background: url(../img/top/marketing_item.png) no-repeat center;
  background-size: cover;
  left: -30px;
  top: -30px;
  margin: auto;
  width: 150px;
  height: 149px;
  z-index: 1;
}

  @media screen and (max-width: 767px){
  	.service figure:after{
  		left: -10px;
  		top: -50px;
  		width: 120px;
  		height: 119px;
  	}
  }

.service figure.dx_box:after{
  content: "";
  position: absolute;
  background: url(../img/top/talent_item.png) no-repeat center;
  background-size: cover;
  left: -30px;
  top: -30px;
  margin: auto;
  width: 150px;
  height: 149px;
  z-index: 1;
}

  @media screen and (max-width: 767px){
  	.service figure.dx_box:after{
  		left: -10px;
  		top: -50px;
  		width: 120px;
  		height: 119px;
  	}
  }

.service figure.pr_box:after{
  content: "";
  position: absolute;
  background: url(../img/top/goods_item.png) no-repeat center;
  background-size: cover;
  left: -30px;
  top: -30px;
  margin: auto;
  width: 150px;
  height: 149px;
  z-index: 1;
}

  @media screen and (max-width: 767px){
  	.service figure.pr_box:after{
  		left: -10px;
  		top: -50px;
  		width: 120px;
  		height: 119px;
  	}
  }

.service_box{
	margin-top: 110px;
	position: relative;
}

.service_box figure span{
	position: absolute;
	left: -15px;
  	top: 5px;
  	margin: auto;
  	font-size: 18px;
  	color: #fff;
  	z-index: 100;
  	text-align: center;
  	display: block;
  	line-height: 1.4;
}

  @media screen and (max-width: 767px){
  	.service_box figure span{
  		left: 0px;
  		top: -20px;
  		font-size: 14px;
  	}
  }

.service_box#marke,.service_box#dx,.service_box#product{
	padding-top: 70px;
  margin-top:-70px;
}

.service_box figure.dx_box span{
	position: absolute;
	left: 10px;
  	top: 20px;
  	margin: auto;
  	font-size: 18px;
  	color: #fff;
  	z-index: 100;
  	text-align: center;
  	display: block;
  	line-height: 1.4;
}

  @media screen and (max-width: 767px){
  	.service_box figure.dx_box span{
  		left: 20px;
  		top: -10px;
  		font-size: 14px;
  	}
  }

.service_box figure.pr_box span{
	position: absolute;
	left: 10px;
  	top: 30px;
  	margin: auto;
  	font-size: 18px;
  	color: #fff;
  	z-index: 100;
  	text-align: center;
  	display: block;
  	line-height: 1.4;
}

  @media screen and (max-width: 767px){
  	.service_box figure.pr_box span{
  		left: 20px;
  		top: 0px;
  		font-size: 14px;
  	}
  }

.service_box .md{
	margin: 30px auto 5px;
	font-size: 23px;
}

  @media screen and (max-width: 767px){
  	.service_box .md{
  		font-size: 18px;
  	}
  }

.service_box p{
	font-size: 16px;
}

  @media screen and (max-width: 767px){
  	.service_box p{
  		font-size: 14px;
  	}
  }

.service_box .ble{
  color: #59B0E3;
}

.service_box .org{
	color: #F1906B;
}

.service_box .pnk{
	color: #EC7098;
}

.layer{
	padding-bottom: 200px;
}

.layer .news_btn{
	max-width: 200px;
	margin: auto;
	padding: 5px 10px;
	box-sizing:border-box;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
}

.layer p{
	word-break: break-word;
}




/* /////////////////////////////
contact
///////////////////////////// */

.contact{
	padding-bottom: 200px;
}

.contact div{
	max-width: 735px;
	margin: auto;
}

  @media screen and (max-width: 767px){
  	.contact div{
  		max-width: 95%;
  	}
  }

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 textarea{
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{
	height: 45px;
}

input[type="button"], input[type="submit"], input[type="image"], textarea{
	width: auto;
}

.wpcf7 label{
	margin-bottom: 20px;
	display: block;
}

input[type="submit"]{
	display: block;
    margin-right: 0;
    margin-left: auto;
}

/* /////////////////////////////
news
///////////////////////////// */

.news main{
	max-width: 780px;
	margin: auto;
}

.news h3{
	font-size: 50px;
	font-weight: bold;
	font-family: 'The-Houls';
	text-align: center;
}

  @media screen and (max-width: 767px){
  	.news h3{
  		font-size: 36px;
  	}
  }

.news .main_content{
	max-width: 65%;
	margin-top: 0;
}

  @media screen and (max-width: 767px){
  	.news .main_content{
  		max-width: 90%;
  		margin: auto;
		width: 100%;
  	}

  	.news .flex{
  		flex-wrap: wrap;
  	}
  }

.news .main_content ul.news_wrap{
	flex-wrap: wrap;
}

.news .main_content ul.news_wrap li{
	width: 48%;
	margin-top: 30px;
}

  @media screen and (max-width: 767px){
  	.news .main_content ul.news_wrap li{
  		width: 90%;
  	}
  }


.news .side_content{
	max-width: 30%;
	border-left: 1px solid #000;
	padding-left: 50px;
}

  @media screen and (max-width: 767px){
  	.news .side_content{
  		max-width: 90%;
  		margin: 50px auto 0;
  		border: none;
  		padding-left: 0;
  	}
  }


.news .side_content li{
	margin-top: 10px;
	list-style: none;
	font-size: 16px;
}



/* /////////////////////////////
company
///////////////////////////// */

.company h3{
	font-size: 50px;
	font-weight: bold;
	font-family: 'The-Houls';
	text-align: center;
}


  @media screen and (max-width: 767px){
  	.company h3{
  		font-size: 36px;
  	}
  }

.company table{
	max-width: 875px;
	margin: auto;
	text-align: left;
}

  @media screen and (max-width: 767px){
  	.company table{
  		max-width: 90%;
  	}
  }

.company table tr{
	margin-top: 20px;
	display: block;
}

.company table th,.company table td{
	font-size: 20px;
}

  @media screen and (max-width: 767px){
  	.company table th,.company table td{
  		font-size: 16px;
  	}
  }

.company table td{
	padding-left: 20px;
}










