/* サイドアクセス */
.sideBorderBox{
	display:none;
}
/* フッター */
#footerInfo{
	display:none;
}
/* 画像 */
#main img{
	display: block;
}
.imgBox div{
	margin: 0 auto !important;
}

/* お問合せバナー */
@media screen and (min-width: 731px) {/* PC */
	#sbsgroup {
		display: flex;
	}
}

/* インラインフレーム */
iframe#main_if,
iframe.main_if{
	width:100%;
}
p.if_box,p.no_lh{
	line-height: 0;
	clear:both;
}
@media screen and (max-width: 899px){/* 899px以下 */
	p.if_box{
		margin:0 -2.5% !important;
	}
}
@media screen and (max-width: 730px){/*SP*/
	#access .no_lh ~ .no_lh{
		margin-top: 12.5vw !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#access .no_lh ~ .no_lh{
		margin-top: 3.125em !important;
	}
}

/*インラインフレームページ*/
#houjingaiyou .pointTit,
#staff .pointTit,
#jisseki .pointTit,
#cs .pointTit,
#hiyoushousai .pointTit{
	display: none;
}

/* floating : 回り込み関係 */
.clear_b{clear:both;}
/* 電話相談バナー～後遺障害バナー */
@media screen and (min-width: 731px) {/* PC */
	#fotgroup article{
		width: 48.5%;
	}
	#fotgroup article:nth-child(even){
		float: left;
	}
	#fotgroup article:nth-child(odd){
		float: right;
	}
	#fotgroup article:first-child{
		margin: 0 auto !important;
		float: none;
	}
}
@media screen and (max-width: 730px){/* SP */
	#fotgroup {
		margin-bottom: 1em !important;
	}
	#fotgroup article{
		margin-bottom:2em !important;
	}
}
/* お問合せバナー */
@media screen and (min-width: 731px) {/* PC */
	#sbsgroup {
		display: flex;
	}
}

/*直立画像*/
article.stand_img {
	float: right;
	margin-top: .5em !important;
	margin-left: 1em !important;
	z-index:999;
}
.patern02Box h2 {
	display: flex !important;/* 下線が人物にかからないように */
}
/* 画像左寄せ */
article.img_left .imgBox div {
margin:0 !important;
}