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

/* #contentHead
 * --------------------------------------- */
#contentHead {
	background-image: url(/wp-content/themes/sozoku/img/contentHead_service.jpg);
}

/* #service
 * --------------------------------------- */
#service .consultation {
	margin: 0 0 70px;
}
#service .consultation dl {
	border: 2px solid #a1c19e;
	text-align: center;
}
#service .consultation dt {
	background-color: #a1c19e;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px;
}
#service .consultation dd {
	padding: 15px 10px 10px;
}
#service .consultation dd p {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
#service .consultation dd p strong {
	color: #9D685D;
}

#service .tableBox {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#service .consultation dt {
		font-size: 1.8rem;
	}
	#service .consultation dd p {
		font-size: 1.7rem;
	}
	
	#service .tableBox {
		margin-bottom: 0;
	}
}

/* #telConsul
 * --------------------------------------- */
#heading h2 span {
	display: block;
	font-size: 18px;
}
#telConsul .txtBox p strong {
	color: #9d6861;
}
#telConsul .txtBox .btn a {
	position: relative;
	display: block;
	background-color: #a1c19e;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	text-align: center;
}
#telConsul .txtBox .btn a:hover {
	background-color: #568b52;
}
#telConsul .txtBox .btn a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_white_w50.png) no-repeat 0 0;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 768px) {
	#heading h2 span {
		font-size: 1.7rem;
	}
}