/* サイドアクセス */
.sideBorderBox{
    display:none;
}
/* フッター */
#footerInfo{
    display:none;
}
/* 画像 */
#main img{
	display: block;
}
.imgBox div{
	margin: 0 auto !important;
}
/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}
/* お問合せバナー */
@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%;
		float: left;
		/*display: inline-block;*/
		/*margin-bottom: 1.5em !important;*/
	}
	#fotgroup article:nth-child(even){
		margin-left: 3%;
	}
}
@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;
	}
}
