@charset "utf-8";
@media screen and (max-width: 720px) {
	body {
		font-size: 200%;
	}
	/*ヘッダー*/
	.navbar{
		border: none;
	}
	/*ロゴ上*/
	.headerTop_description{
		line-height: 2em!important;
	}
	/*Fix外し*/
	#top__fullcarousel{
		margin-top: 80px!important;
	}
	footer .footerMenu li {
		line-height: 2.5em;
		font-size: 1.2;
	}
}
@media screen and (min-width: 721px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 720px) {
	.pc {
		display: none;
	}
}
/*オレンジ文字
*****************************/
.orange {
	color: #ff6600;
}
/*詳しくはこちら
*****************************/
.page_link {
	display: block;
	text-align: right;
}
/*ページ内リンクズレ修正
*****************************/
.link_anchor {
	display: block;
	padding-top: 180px;
	margin-top: -180px;
}
/*電話番号リンクをスマホにだけ適用
*****************************/
@media screen and (min-width: 721px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/*サイドバーのボタン
*****************************/
a.btn.side {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-top: .8em;
	padding-bottom: .7em;
	background-color: #00b21a;
	border-color: #37912b;
	color: #fff;
	font-size: 18px;
}
a.btn.side:hover {
	background-color: #37912b;
	border-color: #00b21a;
}
.btn.side:before, .btn.side:after {
	margin: 0 .3em;
	font-family: "Font Awesome 5 Free";
}
.btn.side:after {
	content: "\f101";
	font-weight: 900;
}
#link-care-manager:before {
	content: "\f0f0";
	font-weight: 900;
}
/*h3風見出し*/
.pret_h3 {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 130%;
	font-weight: bold;
}
.pret_h3:after {
	position: absolute;
	display: block;
	width: 30%;
	border-bottom: solid 1px #00b21a;
	content: " ";
}
/*集合写真使用画像入れ替え用*/
#post-1810 .veu_autoEyeCatchBox, /*保険治療アイキャッチ画像*/ #post-845 .veu_autoEyeCatchBox, /*採用情報アイキャッチ画像*/ .member-img {
	background-image: url(/wp-content/uploads/2019/12/bunner_member_white.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}