@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#about_partner .box {
	width: 48%;
	border: 1px solid #99adba;
	border-radius: 10px;
	padding: 25px;
	background: #FFF;
}
#about_partner .box h4 {
	color: var(--color-primary);
	margin: 0 0 10px;
	font-size: 20px;
}
#about_partner .box a {
	text-decoration: underline;
}
#about_partner .box p {
	margin-bottom: 5px;
}
#about_consultation::before {
	background: #f5f7f8;
}
#about_consultation .contact {
	width: 580px;
	margin-top: 30px;
}
#about_consultation .contact a {
	background: var(--color-primary);
	height: 80px;
	display: inline-block;
	font-weight : 600;
	font-size : 27px;
	color : #fff;
	font-family: var(--font-zen);
	box-sizing: border-box;
	padding: 15px 30px;
}
#about_consultation .contact .tel a img {
	width: 25px;
	margin-right: 8px;
	position: relative;
	top: -7px;
}
#about_consultation .contact .btn a img {
	width: 27px;
	position: relative;
	top: -13px;
	margin-right: 8px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about_partner .box {
		width: auto;
		padding: 15px;
	}
	#about_partner .box+.box {
		margin-top: 20px;
	}
	#about_partner .box h4 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	#about_consultation .contact {
		width: auto;
	}
#about_consultation .contact a {
		width: auto;
		display: block;
		height: 60px;
		font-size : 20px;
		text-align: center;
		padding: 10px;
	}
	#about_consultation .contact .tel a img {
		top: -3px;
	}
	#about_consultation .contact .btn a img {
		top: -7px;
	}
}