@charset "utf-8";
#upper h1 {
    margin: 20px auto 20px!important;
	
}

#upper h1 img {
    height: 60px!important;
}
#upper .g_nav.fixed .logo_2 img {
    height: 28px!important;
}
#upper .g_nav.fixed .logo_2 {
    margin: 0 26px!important;
}
#address_area h3 img {
  max-height: none !important;
  height: 80px !important;
}
.feature_foot_area+#address_area, #bridge-tax_area+#address_area {
 border-top: 1px solid #eee !important;
}

.banner_area2 .banner_box {
    height: 184px !important;
}

/*目次
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.blog_text h1,
.blog_text h2,
.blog_text h3,
.blog_text h4,
.blog_text h5,
.blog_text h6{
	position: relative;
}



#ez-toc-container{
	position: relative;
	width:100%;
	padding:40px 24px;
	margin-bottom:40px;
}
.ez-toc-title-container{
	position: relative;
}
/*タイトル（目次）*/
div#ez-toc-container p.ez-toc-title{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
}

#ez-toc-container .ez-toc-title-toggle {
	position: absolute;
	top:0;
	right:16px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
/*本*/
div#ez-toc-container p.ez-toc-title::before {
	content: '\f3e8';
	position: relative;
	top: 1px;
	font-family: "Ionicons";
	font-size: 18px;
	font-weight: normal;
	margin-right: 8px;
}

div#ez-toc-container ul.ez-toc-list{
	padding:32px 8px 0;
}
div#ez-toc-container ul.ez-toc-list a{
	display: block;
	margin-bottom:8px;
	font-size:14px;
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	content: counters(item,"-") ". ";
	counter-increment: item;
}


.ez-toc-section {
    position: absolute;
    top: 0;
}



@media only screen and (max-width: 1000px){
	#upper h1 {
		margin: 0 auto!important;
	}
	/* #upper h1 img {
		height: 36px!important;
	} */
	#address_area h3 img {
		height: 13.28125vw !important;
		max-height: none !important;
	}

/*目次
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	#ez-toc-container{
		position: relative;
		width:100%;
		padding:3.75vw 2.5vw 5vw;
		margin-bottom:7.5vw;
	}
	.ez-toc-title-container{
		position: relative;
	}
	/*タイトル（目次）*/
	div#ez-toc-container p.ez-toc-title{
		position: relative;
		width:100%;
		font-size: 3.75vw;
		font-weight: bold;
		text-align: center;
		padding-bottom:2.1875vw;
		border-bottom:0.1562vw solid #fff;
	}
	/*本*/
	div#ez-toc-container p.ez-toc-title::before{
		content: '\f3e8';
		position: relative;
		top:0.15625vw;
		font-family: "Ionicons";
		font-size:1.1rem;
		font-weight: normal;
		margin-right: 1.25vw;
	}

	/*ボタン*/
	.ez-toc-title-toggle{
		position: absolute;
		top:1.25vw;
		right:0;
		display: block;
	}

	/*目次*/
	div#ez-toc-container ul.ez-toc-list{
		padding:5vw 1.25vw 0;
	}
	div#ez-toc-container ul.ez-toc-list a{
		display: block;
		font-size: 3.125vw;
		margin-bottom:1.25vw;
	}

}

@media only screen and (max-width: 480px){
	#upper.head2 h1 {
		margin: 0.5vw auto!important;
	}
	#upper h1 img {
		height: 9.375vw!important;
	}	
	.banner_area2 .banner_box {
    height: auto !important;
}
}