@charset "utf-8";
/*-----------------------for both-----------------------*/
/*------------fot host service-------------*/
#host { overflow:auto;}
#host dd{
	background: #f5f5f5;
}
#host dd:last-child {
	margin-right: 0;
}
#host dd h2 {
	padding: 15px 0;
	background: #2196F3;
	color: #fff;
	font-size: 31px;
	text-align:center;	
}
#host dd:last-child h2 {
	background: #32C76D;
}
#host dd h2 span {
	font-weight: normal;
	font-size: 15px;
	display: block;
	line-height:120%;
}
#host dd h3 span {
	font-size: 15px;
}
#host dd div {
	padding:20px;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*------------fot host service-------------*/
#host dd {
	float: left;
	width: 49%;
	margin-right: 2%;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*------------fot host service-------------*/
#host dd:first-child {
	margin-bottom: 20px;
}
}
