/*ヘッダーPR*/
#header #hIcon01 {
    border: initial;
    background:initial;
    background-color:#CA06D8 ;
    box-shadow: initial;
}

#header #hIcon02 {
    border: initial;
    background:initial;
    background-color: #067DD8;
    box-shadow: initial;
}

#header #hIcon03 {
    border: initial;
    background:initial;
    background-color: #14D806 ;
    box-shadow: initial;
}


#header #hIcon04 {
    border: initial;
    background:initial;
    background-color: #8c4300;
    box-shadow: initial;
}


/*ヘッダーお問合せボタン*/
#header #headerContactBtn a .cover {
    box-shadow: initial;
}

#header #headerContactBtn a {
    background:#18E909;
}

/* 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;
}

/*直立画像*/
.stand_img,.stand_img_q2 .imgBox {
	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,
#hiyoushousai .pointTit{
	display: none;
}

/* floating : 回り込み関係 */
.clear_b{clear:both;}

/* サイドアクセス */
.sideBorderBox{
	display:none;
}
/* フッター */
#footerInfo{
	display:none;
}

/* お問合せバナー */
@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 > div.bnrbtmbox {
		margin-top: 50px !important;
	}
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#cmnbnrgroup > div{
		flex-basis: 48.5%;
		align-self: flex-end;
	}
	#cmnbnrgroup > div:nth-child(n+3){
		margin-top: 32px !important;
	}
	#cmnbnrgroup  > div:nth-child(even){
		margin-left:3% !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.mcbnrgroup > div:not(#cmnbnrgroup) ~ div:not(#cmnbnrgroup){
		margin-top: 50px !important;
	}
	#cmnbnrgroup > div~div{
		margin-top: 35px !important;
	}
	#cmnbnrgroup + .bnrbtmbox{
		margin-top:50px !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: 3.2em;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -2.95em !important;
	}
	.pickupInfobox {
		border: solid 1px #a88339 !important;
		box-shadow: 1px 1px #a88339 !important;
	}
	.pickupInfobox .articleInner{
		padding: 0 0.8em 0.8em !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: .5em !important;
		display: flex;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#pickupInfobox{
		margin-bottom: 50px;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -45px !important;
	}
	.pickupInfobox {
		border: solid 1px #4d3013 !important;
	}
	.pickupInfobox .articleInner{
		padding: 0 0.9em 0.9em !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 ;
	}
}



/* 費用 */
@media screen and (min-width: 731px) {/* PC */
	#hiyou_group{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 33.333% !important;
		margin-bottom:50px;
	}
	#hiyou_group > article:first-child{
		position: absolute;
		width: 100%;
		height: auto;
		top:0;
	}
	#hiyou_group > article:nth-child(3){
		position: absolute;
		width: 72.22%;
		height: auto;
		top: 63.5%;
		right:4.2%;
	}
	#hiyou_group > article:nth-child(4){
		position: absolute;
		width: 69.44%;
		height: auto;
		top: 79%;
		right: 5.5%;
	}
	#hiyou #hiyou_group{
		margin:10px 0 40px 0 !important;
	}
}

/* お役立ち情報・Q&A相互リンクボタン */
.qainfo_link a{
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}
.qainfo_link a{
	color: #663600 !important;
}
.info.qainfo_link a{
	background-color: #FF99AA !important;
}
.qanda.qainfo_link a{
	background-color: #6eb6ff !important;
}
.qainfo_link a:before{
	content: '\f144';
	font-family: "Font Awesome 5 Free";
	color: #FFFF00;
	font-size: 1.2em;
	margin-right: .3em !important;
	font-weight:normal;
}
@media screen and (max-width: 730px) {/* SP */
.qainfo_link {
	margin: 1em auto 0 !important;
	width: 85%;
	clear: both;
}
.qainfo_link a {
	display: block;
	text-align: center;
	padding: .3em .5em !important;
	line-height: 1.2em;
}
}
@media screen and (min-width: 731px) {/* PC */
.qainfo_link{
	margin-top: 20px !important;
	text-align: center;
}
.qainfo_link a{
	padding: .4em .7em !important;
}
.info.qainfo_link a:hover {
	background-color: #ffDfff;
}
.qanda.qainfo_link a:hover {
	background-color: #b9dcff;
}
}

/*フッター所属画像用*/
.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;
	}
}
/*選ばれる理由*/
@media screen and (max-width: 730px) {/* SP */
	.stand_img_q2 .imgBox{
		width: 48.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
		margin-left: 0 !important;/* 人物左の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	.stand_img_q2 .imgBox{
		width: 24.2%;/*画像の大きさ人物によって異なる*/
		margin-bottom:1em !important;
	}
}

/*費用の安さにこだわる理由*/
@media screen and (max-width: 730px){/*SP*/
	#yasusa .stand_img{
		width: 32vw;
		margin-right: -1% !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#yasusa .stand_img{
		width: calc(122 / 720 * 100%);
		max-width: 122px;
	}
}

/*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(245 / 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;
	}
}