/* 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 .textBox img{
	vertical-align: top !important;
}
.img_fl{
	float:left;
	margin: 0 12px 10px 0 !important;
}
.img_fr{
	float:right;
	margin: 0 0  10px 12px !important;
}
@media screen and (min-width: 731px){/*PC*/
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	.fixed_sizeh24 img{
		height: 24vw;
		max-height: 240px;
		width: auto;
	}
}
/*直立画像*/
.stand_img {
	float: right;
	margin-top: .5em !important;
	margin-left: 1em !important;
	z-index:999;
}
.patern02Box h2 {
	display: flex !important;/* 下線が人物にかからないように */
}
/* インラインフレーム */
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,
#cs .pointTit,
#link .pointTit,
#access .pointTit{
		display: none;
}

/* line-heightリセット */
.no_lh{
	line-height: 0;
}

/*ヘッダーテキスト*/
#header .headerText{
	color:#333;
}
/* ヘッダー */
.siteName,#headerContactBtn{display: none;}
.customHeader a{display: block;}
.customHeader p,.customHeader a{line-height: 0;}
@media screen and (max-width: 730px){/*SP*/
	.customHeader{
		margin:2vw 2.5% 1.8vw;
	}
	.customHeader .areaHeader{
		margin: 1.5vw 0;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{
		display: none;
	}
	#header .inner {
			padding: 0 10px !important;
	}
	.customHeader {
		width: 100%;
	}
	.customHeader > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.customHeader > div > p:first-child{
		margin:0 3%;
	}
	.customHeader .accessHeader{
		margin-top: -1.1%;
		margin-left: 3%;
	}
	.customHeader .areaHeader{
		margin-bottom: 0.62%;
	}
}
/*グローバルナビ*/
@media screen and (min-width: 731px) {/*PC*/
	#mainMenuInner{/*グローバルナビ背景色*/
		background: rgb(140,140,140);
		background: linear-gradient(180deg, rgba(140,140,140,1) 0%, rgba(213,213,213,1) 13%, rgba(251,251,251,1) 27%, rgba(251,251,251,1) 34%, rgba(172,172,172,1) 65%, rgba(119,119,119,1) 93%);
	}
	#mainMenuBox>ul>li>a{/*グローバルナビ文字*/
		color: #000 !important;
		text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	}
	#mainMenu ul .subMenu {/*サブメニュー背景色*/
		/*background: #6c3 !important;*/
	}
}
@media screen and (max-width: 730px){/* SP */
	#headerContactInfo{/*グローバルナビ背景色*/
		background: rgb(140,140,140);
		background: linear-gradient(180deg, rgba(140,140,140,1) 3%, rgba(213,213,213,1) 13%, rgba(251,251,251,1) 27%, rgba(251,251,251,1) 34%, rgba(172,172,172,1) 65%, rgba(119,119,119,1) 93%);
		border-top: 1px solid #8b8b8b;
	}
	#headerContactInfo>li a, #headerContactInfo>li .nolink {/*グローバルナビ文字*/
		color: #000 !important;
		text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	}
	/*#mainMenu ul li a{
		background: linear-gradient(#FFFBDA, #FFE977) !important;
		color: #331700 !important;
	}
	#menuBtn .iconArrow .fa-times-circle:after{
		background: #999 !important;
	}
	#mainMenu ul li.current > a {
	    color: #fff !important;
	    background: #f81 !important;
	    background: linear-gradient(#f81,#fa4) !important;
	}
	#mainMenu li.parent a i.fa-chevron-circle-down{
		background: #ffd890;
		background: linear-gradient(#ffd890, #ffc55b);
	}*/
}
/*サイド*/
.sideBorderBox{
	display:none;
}
/*フッター所属画像用*/
.shozoku_img{
	line-height: 0;
	text-align: center;
}
@media screen and (max-width: 730px){/*SP*/
	.shozoku_img img{
		width: 77%;
		margin: .3em auto;
	}
}
@media screen and (min-width: 731px){/*PC*/
	.shozoku_img img{
		width: calc(783 / 1050 * 100%);
		margin-top: .2em;
	}
}

/*フッター所属テキスト用*/
.foot_shozoku{
	font-size:0.8em !important ;
	font-weight:normal !important;
}
.foot_shozoku span{
	display: inline-block;
}
.foot_shozoku .address span{
	margin-left: 0.5em;
}
@media screen and (min-width: 731px){/*PC*/
	.foot_shozoku .shozoku{
		margin-left: 1em;
		margin-top: 0.3em;
	}
	.foot_shozoku .address{
		line-height: 1.8em;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.foot_shozoku{
		line-height: 1.4em;
	}
	.foot_shozoku .shozoku,.foot_shozoku .address{
		margin-top: 0.3em;
	}
}

/*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(421 / 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;
	}
}



/* お問合せバナー */
@media screen and (min-width: 731px) {/* PC */
	#cntctbnrgroup,#cntctbnrRead,#cntctbnrRead2 {
		display: flex;
		flex-wrap: wrap;
	}
	#cntctbnrgroup > article:nth-child(1),#cntctbnrRead div.imgBox:nth-child(1),#cntctbnrRead2 div.imgBox:nth-child(1),
	#cntctbnrgroup > article:nth-child(4),#cntctbnrRead div.imgBox:nth-child(4),#cntctbnrRead2 div.imgBox:nth-child(4){
		flex-basis: 100%;
	}
	#cntctbnrgroup > article:nth-child(2),#cntctbnrRead div.imgBox:nth-child(2),#cntctbnrRead2 div.imgBoxr:nth-child(2),
	#cntctbnrgroup > article:nth-child(3),#cntctbnrRead div.imgBox:nth-child(3),#cntctbnrRead2 div.imgBox:nth-child(3){
		flex-basis: 50%;
	}
}
/*共通バナー*/
.mcbnrgroup{
	clear:both;
}
.contentsText .mcbnrgroup{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}

#areabnrRead{
	line-height: 0;
}
@media screen and (min-width: 731px) {/* PC */
	.mcbnrgroup .bnrbtmbox {
		margin-top: 50px !important;
	}
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#cmnbnrgroup .bnrbtmbox{
		margin-top: 0 !important;
	}
	#cmnbnrgroup > div{
		flex-basis: 48.5%;
	}
	#cmnbnrgroup > div:nth-child(n+3){
		margin-top: 32px !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.mcbnrgroup .bnrbtmbox,.mcbnrgroup > div:last-child{
		margin-top: 60px !important;
	}
	#cmnbnrgroup > div:first-child{
		margin-top: 0 !important;
	}
	#cmnbnrgroup > div ~ div{
		margin-top: 35px !important;
	}
}
/*ピックアップお役立ち情報*/
#pickupInfobox .pointTit .t_pageHeading {
	color: #331700 !important;
}
.pickupInfobox {margin-top: .3em;overflow: hidden;
    border-radius: .5em;}
.pickupInfobox .articleWrap{padding: 0 !important;}
.pickupInfobox h2{
font-size: 1.1em;
color:#333 !important;
background: #FFFABC !important;
border-radius:0 !important;
margin-bottom: .5em !important;
border-bottom:none !important;
font-weight: bold;
}
.pickupInfobox h3{
    margin-bottom: .3em !important;
    padding-bottom:.1em !important;
    border-bottom: 1px dashed #5b2603;
    color: #f46;
}
.pickupInfobox h3:not(.no_indent){
    padding-left:1em !important;
    text-indent: -1em;
}
.pickupLink{
text-align: center !important;
}
.pickupLink a~a {
    margin-left: .5em !important;
}
.pickupLink img{
vertical-align: top !important;
}
@media screen and (max-width: 730px){/* SP */
	#pickupInfobox{
		margin-bottom: 60px;
	}
	.pickupInfobox {
    border: solid 1px #a88339 !important;
    box-shadow: 1px 1px #a88339 !important;
	}
	.pickupInfobox .articleInner > .textBox {padding: 0 0.8em 0.5em !important;}
	.pickupInfobox .authorBox{padding: 0 1.1em 0.5em !important;}
	.pickupInfobox h2 {
	    padding: .5em .6em .5em .6em/*1.4em*/ !important;
	    text-align: justify;
	}
	.pickupLink{
		margin-top: .3em !important;
		display: flex;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#pickupInfobox{
		margin-bottom: 50px;
	}
	.pickupInfobox {border: solid 1px #4d3013 !important;}

	.pickupInfobox .articleInner > .textBox {padding: 0 0.9em 0.5em !important;}
	.pickupInfobox .authorBox{padding: 0 1.2em 0.5em !important;}
	.pickupInfobox h2 {
	    padding: 10px 13px 8px 13px/*32px*/ !important;
	}
	.pickupLink{
		margin-top: .5em !important;
	}
	.pickupLink img{
		height: 3.5vw;
		max-height:35px ;
	}
}
/*バナー下テキスト*/
.bnrbtm_text h2, .bnrbtm_text p{
	display: inline !important;
}
@media screen and (max-width: 730px){/* SP */
	.bnrbtm_text{
		line-height: 1.1em !important;
		margin-top: .25em !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: .8em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.bnrbtm_text{
		line-height: 17px !important;
		margin-top: 5px !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: 12px !important;
	}
}
/*選ばれる理由*/
@media screen and (max-width: 730px) {/* SP */
	#riyuu .stand_img{
		width: 48.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -1.2% !important;/* 人物右の余白調整 */
		margin-left: 0 !important;/* 人物左の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#riyuu .stand_img{
		width: 24.2%;/*画像の大きさ人物によって異なる*/
		margin-bottom:1em !important;
		margin-left: 2.2% !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;
	}
}


/*共通バナー*/
@media screen and (min-width: 731px) {/* PC */
	/*奇数個の場合*/
	#cmnbnrgroup > div:nth-child(even){
		margin-right: 3%;
	}
	#cmnbnrgroup > :first-child{
		flex-basis: 100%;
	}
	#cmnbnrgroup > :first-child a{
		display: block;
		width: 48.5%;
		margin-left: auto;
		margin-right: auto;
	}
}