.catList > ul.pageGroupList > li > .liBox > a.exttl {
  pointer-events: none;
  cursor: default;
  background: #fc5 !important;
  color: #000;
  padding-left: .5em !important;
  font-weight: bold;
  text-align: center;
}
.catList ul.pageGroupList li.level1 > div > a.exttl span::before {
  content: none !important;
  display: none !important;
}
section.patern90 li~li:has(a.mainexttl) {
    margin-top: 1.5em;
}
a.mainexttl {
  pointer-events: none;
  cursor: default;
  background: #fc5 !important;
  color: #000;
  padding-left: .5em !important;
  font-weight: bold;
  text-align: center;
}
a.mainexttl::before {
  content: none !important;
  display: none !important;
}

/* 非表示 */
.sideBorderBox{
	display:none;
}

/* ヘッダー */
.siteName,#headerContactBtn,#hIconList{
	display: none;
}
.customHeader a{
	display: block;
}
.customHeader p,.customHeader a{
	line-height: 0;
}
@media screen and (max-width: 730px){/*SP*/
	.customHeader{
		margin:1vw 2%;
	}
	.customHeader > div{
		display: flex;
		align-items: flex-end;
	}
	.customHeader > img{
		padding:.2em 0;
	}
	.ttlHeader{
		padding-right: 0.3em;
		flex-basis:69.5%
	}
	.telHeader{
		flex-basis: calc(260 / 750 * 100%);
		align-self: center;
		margin:0.8vw 0 0 auto;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{
		display: none;
	}
	#header .inner {
			padding: 0 10px !important;
	}
	.customHeader > div {
		display: flex;
		justify-content: space-between;
	}
	.ttlHeader{
		margin: 0.3vw 0;
		flex-basis: 37%;
	}
	.customHeader > div p:nth-child(2){
		align-self: center;
	}
	.customHeader > div p:last-child{
		margin-top:-0.7% ;
	}
	.telHeader{
		flex-basis: 16.8%;
		align-self: center;
	}
	.areaHeader{
		margin-bottom: 0.62%;
	}
}

/* インラインフレーム */
iframe#main_if,
iframe.main_if{
	width:100%;
}
.if_box,p.no_lh{
	line-height: 0;
	clear:both;
}
@media screen and (max-width: 899px){/* 899px以下 */
	.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,
#hiyoushousai .pointTit,
#cs .pointTit,
#link .pointTit{
		display: none;
}

/* floating : 回り込み関係 */
.clear_b{clear:both;}

/*直立画像*/
.stand_img {
	float: right;
	margin-top: .5em !important;
	margin-left: 1em !important;
	z-index:999;
}

/*選ばれる理由*/
@media screen and (max-width: 730px) {/* SP */
	#riyuu .stand_img{
		width: 48.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
		margin-left: 0 !important;/* 人物左の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#riyuu .stand_img{
		width: 24.2%;/*画像の大きさ人物によって異なる*/
		margin-bottom:1em !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;
}
.txtimg_left .imgBox div,.txtimg_left_pc .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;
	}
}
.patern02Box h2 {
	display: flex !important;/* 下線が人物にかからないように */
}

/* お問合せバナー */
@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 {
		margin-top: 50px !important;
	}
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 3%;
		row-gap: 1em;
	}
	#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;
	}
}

/*フッター所属テキスト用*/
.foot_shozoku{
	margin-top: 0.3em;
}
.foot_shozoku p{
	text-align: center;
}
.foot_shozoku span{
	display: inline-block;
}
.foot_shozoku .fntb{
	font-weight: bold;
}
.foot_shozoku .address span{
	margin-left: 0.5em;
}
@media screen and (min-width: 731px){/*PC*/
	.foot_shozoku p{
		line-height: 1.6em;
	}
	.foot_shozoku .shozoku > span:nth-child(2){
		margin-left: 1em;
	}
	.foot_shozoku .fntb{
		font-size: 1.2em;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.foot_shozoku p{
		line-height: 1.4em;
	}
	.foot_shozoku p ~ p{
		margin-top: 0.3em;
	}
	.foot_shozoku .fntb{
		font-size: 1.15em;
	}
}

/*バナー下テキスト*/
.bnrbtm_text{
	text-align: justify;
}
.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: 1.07em !important;
		margin-top: 5px !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: 0.75em !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.85em !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 0.8em 0.5em !important;
	}
	.pickupInfobox h2 {
		padding: .5em .6em .5em .6em/*1.4em*/ !important;
		text-align: justify;
	}
	.pickupLink{
		margin: .5em -.3em 0 !important;
		display: flex;
	}
	.pickupLink a~a {
		margin-left: -.8em !important;
	}
}
@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 a~a {
		margin-left: -1em !important;
	}
	.pickupLink img{
		height: 3.5vw;
		max-height:35px ;
	}
}

/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}