#header #hIcon01 {
    border: initial;
    background:initial;
    background-color: #14D806 ;
    box-shadow: initial;
}

#header #hIcon02 {
    border: initial;
    background:initial;
    background-color: #067DD8;
    box-shadow: initial;
}

#header #hIcon03 {
    border: initial;
    background:initial;
    background-color: #D86106;
    box-shadow: initial;
}


#header #hIcon04 {
    border: initial;
    background:initial;
    background-color:#CA06D8 ;
    box-shadow: initial;
}

#header #headerContactBtn a .cover {
    box-shadow: initial;
}

#header #headerContactBtn a {
    background:#18E909;
}


/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/* SP */
	article.wide_section{
		margin:0 -0.6em !important;
	}
	article.wide_section_right{
		margin:0 -0.6em 0 0 !important;
	}
}
/* 画像 */
#main img{
	display: block;
}
.imgBox div{
	margin: 0 auto !important;
}
/*SPフリーダイヤル*/
@media screen and (max-width: 730px){/* SP */
	#tel_acd_on,article.tel_acd_off{
		margin-bottom: 30px;
	}
	#tel_acd_on img,article.spfd a{
		display: block;
	}
	article.tel_acd_off,article.tel_acd_on:first-child{
		position: relative;
	}
	article.tel_acd_off a,article.tel_acd_on:first-child a{
		position: absolute;
		height:calc(80 / 101 * 100%);
	}
	article.tel_acd_off a:first-child,article.tel_acd_on:first-child a:first-child{
		width:calc(222 / 750 * 100%);/*横幅は画像によって変わる*/
		left: 2%;
	}
	article.tel_acd_off a:last-child,article.tel_acd_on:first-child a:last-child{
		width:calc(67 / 750 * 100%);
		right: 0;
	}
}
/* インラインフレーム */
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;
	}
}

/*インラインフレームページ*/
#access .pointTit{
		display: none;
}

/* floating : 回り込み関係 */
.clear_b{clear:both;}

/* 電話相談バナー・選ばれる理由バナー */
@media screen and (min-width: 731px) {/* PC */
	#cmnbnrgroup article{
		width: 48.5%;
	}
	#cmnbnrgroup article:nth-child(odd){
		float: left;
	}
	#cmnbnrgroup article:nth-child(even){
		float: right;
	}
}
@media screen and (max-width: 730px){/* SP */
	#cmnbnrgroup {
		margin-bottom: 1em !important;
	}
	#cmnbnrgroup article{
		margin-bottom:2em !important;
	}
}
/* お問合せバナー */
@media screen and (min-width: 731px) {/* PC */
	#sbsgroup {
		display: flex;
	}
}
/* バナー下テキスト */
.bnrbtm_text h2,.patern02Box .bnrbtm_text h2,.bnrbtm_text p{
	display: inline !important;
}
.bnrbtm_text{
	text-align: justify;
}
@media screen and (min-width: 731px) {/* PC */
.bnrbtm_text{
	line-height:17px;
	font-size: 12px;
	margin-top: 5px !important;
	}
}
@media screen and (max-width: 730px){/* SP */
.bnrbtm_text{
	line-height: 1.5em;
	margin-top: .25em !important;
	font-size: .8em;
	}
}
/* ページネーション */
@media screen and (max-width: 730px){/* SP */
	.prevNext li {
	    margin: 3em 0 ;
	}
}
/*Q&A*/
.patern05 .bnrcntBox .textBox,
.patern05 .bnrcntBox .textBox .textBox{
	padding: 0 !important;
}
.patern05 .bnrcntBox{
	margin-bottom: 0 !important;
}

/*取扱業務*/
.work_list li,.work_list article.mainCatList {
	border-radius: 8px;
	border: solid 1px #8e8e8e;
	background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 100%)!important;
	background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%)!important;
	box-shadow: inset 0px 1px 0px #fff, inset 0px 2px 1px #e4e4e4, inset 0.5px 0px 0px #b9b8b8, inset -1px 0px 0px #b9b8b8, inset 0px -2px 1px #999!important;
}
.work_list li a,.work_list article.mainCatList a {
	color: #000 !important;
	display: block !important;
	text-decoration: none !important;
	font-weight: bold !important;
	line-height: 1em !important;
}
.work_list li a:before,.work_list article.mainCatList a:before {
    content: '\f144';
    margin-right: .25em;
    color: #f70;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    speak: none;
}
@media screen and (min-width: 731px) {/*PC用*/
	.work_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.work_list li,.work_list article.mainCatList{
		flex-basis: 49.72%;
		margin-bottom: .25em!important;
	}
	.work_list li a ,.work_list article.mainCatList a{
		padding: 0.8em 2.8% 0.75em !important;
	}
	.work_list li a:hover, .work_list article.mainCatList a:hover{
		opacity: 0.6;
	}
}
@media screen and (max-width: 730px) {/*SP用*/
	.work_list li,.work_list article.mainCatList {
		margin-bottom: 3px !important;
	}
	.work_list li a,.work_list article.mainCatList a {
		font-size: 94% !important;
		padding: 3.5% 2% !important;
	}
}

/*駐車場情報*/
.parking_btn a {
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border-radius: .25em;
	line-height: 1.25em;
	border: solid 1px #0055dd;
	background: #09F !important;
	background: linear-gradient(to bottom, #51BCFF 0%, #007FFF 100%) !important;
}
.parking_btn a:before {
	font-family:"Font Awesome 5 Brands";
	content: '\f288';
	font-size: 1.25em;
	font-weight: 400;
	vertical-align: text-top;
	speak: none;
	margin-right: .2em !important;
}
.parking_btn a:after {
    font-family: "Font Awesome 5 Free";
	content: '\f138';
    font-weight: 900;
    speak: none;
	margin-left: .3em !important;
}
@media screen and (max-width: 730px){/* SP */
	.parking_btn {
		float: right;
		margin-bottom:.3em !important;
	}
	.parking_btn a {
		padding: .25em .35em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#access .pointTit .t_pageHeading{
		padding:0.5em 0.5em 0.5em 1em !important;
	}
	.parking_btn {
		position: absolute;
		top: 68%;
		transform: translateY(-50%);
		right: 0.75em;
	}
	.parking_btn a {
		padding:.125em .35em .125em .45em !important;
	}
}

