@charset "UTF-8";
a.tel{
	pointer-events: auto;
}
/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container{
	display:block;
}
#main{
	display: block;
	width: 100%;
}
header#side{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.u_contents a.tel{
	color:#018243 !important;
	text-decoration:underline !important;
}

p{
	clear: both;
	margin-bottom: 2em;
}

.tb_no{
	display:none;
}


/*-----------------------------------------------
__Header
-----------------------------------------------*/
header#side .box{/*¥µ¥¤¥É¥Ð©`×îáá¤ÎÒªËØ*/
	position:static;
	display: block;
	min-height:inherit;
	width: 100%;
	background: rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0);
}
header#side .box.transform{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.under_container header#side .box{
	background: #fff !important;
	border-bottom: 1px solid #ddd !important;
}

header nav{
	height:60px;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
}
header#side nav .side_links{
	margin-top: auto;
	margin-bottom: 15px;
}
/*-----------------------------------------------
__Global Navi
-----------------------------------------------*/
header#side h1,
header#side #logo{
	display:none;
}


/*-----------------------------------------------
__Main
-----------------------------------------------*/
#breadcrumbs::after{
	width: 15%;
}

#visual .h1-bar{
	font-size: 1.5em;
}

#entry_page{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#entry_page article{
	flex: 1;
}
#entry_page #right_box{
	width: 20%;
	max-width: 300px;
	margin-left: 80px;
}

.img_btn_g > li figure{
	height: 130px;
}

.news_box .panel ul li{
	width: 50%;
	margin-bottom: 15px;
}

/*-----------------------------------------------
__Footer
-----------------------------------------------*/
footer{
	padding-left: 0;
}
footer .information > ul > li:first-of-type img{
	height: 60px;
}
footer .information > ul > li a{
	font-size: 100%;
}
footer .information address{
	justify-content: space-between;
}
footer .information address dl{
	flex: 1;
	margin-right: 0;
}