/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}
/*画像*/
#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;
}
.txtimg_left .imgBox div{
	margin: 0 !important;
}
@media screen and (min-width: 731px){/*PC*/
	img{
		image-rendering: -webkit-optimize-contrast !important;
	}
	.fixed_sizeh24 img{
		height: 24vw;
		max-height: 240px;
		width: auto;
	}
}
/*テーブル*/
#main table.ckTable th ,#main table.ckTable td {
	padding:0.2em 0.3em 0 !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,
#hiyou .pointTit,
#cs .pointTit,
#link .pointTit,
#access .pointTit{
		display: none;
}

/* floating : 回り込み関係 */
.clear_b{clear:both;}

/* ヘッダー */
.headerText{
color: #3c0900 !important;
}
.siteName,#headerContactBtn{display: none;}
.customHeader a{display: block;}
.customHeader p,.customHeader a{line-height: 0;}
@media screen and (max-width: 730px){/*SP*/
	.customHeader{
		margin:1vw 0.6em;
	}
	/*.customHeader > div{
		display: flex;
		align-items: center;
	}*/
	/*.ttlHeader{
		flex-basis: 61%;
	}*/
	/*.telHeader{
		flex-basis: 39%;
		margin-top: 0.6%;
	}*/
	.areaHeader{
		margin: 1.5vw 0;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{
		display: none;
	}
	#header .inner {
			padding: 0 10px !important;
	}
	.customHeader > div {
		display: flex;
		justify-content: space-between;
	}
	.customHeader > div p:nth-child(2){
		align-self: center;
		margin:0 0.9% ;
	}
	.customHeader > div p:last-child{
		margin-top:-0.4%;
	}
	.telHeader{
		flex-basis: 16.8%;
		align-self: center;
	}
	.areaHeader{
		margin-bottom:0.62%;
	}
}

/*グローバルナビ*/
@media screen and (min-width: 731px) {/* PC */
	#mainMenuBox>ul>li>a {
		color: #3c0900 !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;
	}
}
@media screen and (max-width: 730px){/* SP */
	#headerContactInfo li a{
		color: #3c0900;
	}
}
/*タイトル(h1・h2)*/
.pointTit .t_pageHeading {
	color: #3c0900 !important;
}

/*サイド*/
.sideBorderBox{
	display:none;
}

/*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,div[id^="cntctbnrRead"] {
		display: flex;
		flex-wrap: wrap;
	}
	#cntctbnrgroup > article:nth-child(1),div[id^="cntctbnrRead"] > div:nth-child(1),
	#cntctbnrgroup > article:nth-child(4),div[id^="cntctbnrRead"] > div:nth-child(4){
		flex-basis: 100%;
	}
	#cntctbnrgroup > article:nth-child(2),div[id^="cntctbnrRead"] > div:nth-child(2),
	#cntctbnrgroup > article:nth-child(3),div[id^="cntctbnrRead"] > div:nth-child(3){
		flex-basis: 50%;
	}
}

/*共通バナー*/
.mcbnrgroup{
	clear:both;
}
.contentsText .mcbnrgroup{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
@media screen and (min-width: 731px) {/* PC */
	.mcbnrgroup .bnrbtmbox ~ .bnrbtmbox{
		margin-top: 50px !important;
	}
	#cmnbnrgroup .articleInner{
		width: 48.5% !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.mcbnrgroup .bnrbtmbox ~ .bnrbtmbox,.mcbnrgroup > div:last-child{
		margin-top: 60px !important;
	}
}

/*ピックアップお役立ち情報*/
#pickupInfobox .pointTit .t_pageHeading {
	color: #331700 !important;
}
.pickupInfobox {margin-top: .3em;overflow: hidden;
    border-radius: .5em;}
.pickupInfobox .articleWrap{padding: 0 !important;}
.pickupInfobox h2{
background: #FFFABC !important;
border-radius:0 !important;
margin-bottom: .5em !important;
border-bottom:none !important;
}
.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{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{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;
	}
}

/*Q&A*/
.patern05 .bnrcntBox .textBox,
.patern05 .bnrcntBox .textBox .textBox{
	padding: 0 !important;
}
.patern05 .bnrcntBox{
	margin-bottom: 0 !important;
}


/*フッター所属画像用*/
.shozoku_img{
	line-height: 0;
	text-align: center;
	margin-top: .4em !important;
}

@media screen and (max-width: 730px){/* SP */
	.shozoku_img img{
		width: 87%;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.shozoku_img img{
		height: 1.8vw;
		max-height: 18px;
		width: auto;
	}
}
/*お断り*/
.okotowari_pp{
    display: none;
    border-radius: .5em;
    background-color: #F4E93A;
    padding: .6em .8em;
}
.open_refuse_comment_pp {
    font-size: 0.95em;
    text-decoration: none;
    color: #FE2183 !important;
    font-weight: bold;
}
@media screen and (max-width: 730px){/* SP */
	.okotowari_pp{
		line-height:1.2em !important;
                margin-bottom:1em;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.okotowari_pp{
                margin-bottom:1.5em;
	}
}

