@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#nav_global.fixed {
	padding: 5px 0;
}
/*.fixed ul li a {
	padding: 0 !important;
}
.fixed ul li a img {
	width: 65% !important;
}*/
#nav_global.fixed {
	display: none;
}
.table_01 table {
	table-layout: auto !important;
}
.table_01 td:first-of-type {
	min-width: 135px;
}
.sptel.tel2 {
	padding: 10px 10px;
	font-size:33px!important;
}
.sptel.tel2 span {
	font-size:28px!important;
}


.hed_info .sptel {
    font-size: 25px!important;
    margin-right: 15px;
    font-weight:900!important;
}
.hed_info .sptel span {
    font-size: 18px!important;
}
.sptel .top{
	font-size: 16px;
	font-weight: bold;
}
.newswrap2 .news {
	height: 400px !important;
	padding:10px 20px !important;
}
.news_area.news_blog {
	height: 500px !important;
}
.news_area.news_blog .blog_list {
	max-height: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1000px){
	.table_01 td {
		padding: 6px !important;
		font-size: 14px;
	}
	.table_01 td:first-of-type {
		min-width: 135px;
	}
	.hed_info {
		padding: 5px;
	}
}
@media screen and (min-width: 640px) and (max-width: 768px){
}
@media only screen and (max-width: 640px){
	.news_area div.blog_list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.news_area div.blog_list > div {
		flex-direction: row;
		width: 100%;
	}
}
