body,html{min-width:1010px;}

.pt-xs5-pc	{padding-top:5px;}
.pt-xs-pc	{padding-top:20px;}
.pt-md-pc	{padding-top:40px;}
.pt-md50-pc	{padding-top:50px;}
.pb-xs-pc	{padding-bottom:20px;}
.pb-md-pc	{padding-bottom:40px;}

a[href^="tel:"]{pointer-events: none;}
a:hover{color:#E74F17;}
.row-pc{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.row-pc.middle{
    align-items: center;
}
.row-pc.center{
    justify-content:center;
		gap: 30px 30px;
}
.row-pc.reverse{flex-flow: row-reverse;}
.col-half-pc, .col-50-pc{width:49%;}
.col-60-pc{width:59%;}
.col-40-pc{width:39%;}

/*header*/
header{height:100px;padding-top:35px;}
#header_logo{padding:5px 0 0 20px;height:65px;}
#header_logo img {width:138px;}
header nav{
	display:flex;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
header nav ul{
	margin:0;
	display:flex;
	-webkit-align-items: center;
	-webkit-justify-content: center; 
	align-items: center;
	justify-content: flex-end;
}
header nav ul li{
	padding:0 0px 0 0;
	font-weight:bold;
	text-align:center;
}
header nav ul li a{
	display:block;
	padding:0 20px;
}

header nav #header_menu ul li.last a{
	padding:0 20px 0 20px;
	margin-right:0;
	text-align:right;
	line-height:0;
}

header nav a{
	font-size:1.2rem;
	color:#004B6C;
}

#header_menu{width:800px;}
#header_menu .gnavi, #header_menu ul{height:100%;}
.fblogo{width:25px;}

	/*submenu*/
#header_menu ul.submenu{
	border-top:1px solid #d5d5d5;
	-webkit-align-items: stretch;
	-webkit-justify-content: stretch; 
	align-items: stretch;
	display:flex;
	justify-content: center;
	position:absolute;
	top:79px;
	left:0;
	width:100%;
	padding:0;
	background:rgba(255,255,255,0.9);
	z-index:4;
	-webkit-transition: .5s;
	transition: .5s;
}
#header_menu ul.submenu.close{
	display:none;
	opacity:0;
	-webkit-transition: .5s;
	transition: .5s;
}
#header_menu ul.submenu.open{
	opacity:1;
	z-index:4;
	-webkit-transition: .5s;
	transition: .5s;
}
#header_menu ul.submenu li{
	margin:20px 30px;
	text-align:center;
}
#header_menu ul.submenu li ul.submenu{
	position:relative;
	margin:20px 0 0;
	padding:0;
	top:0;
	display:block;
	border-top:none;
	background:transparent;
}
#header_menu ul.submenu li ul.submenu li{padding:0 0 0.8em;margin:0;}
#header_menu ul.submenu li ul.submenu li a{font-size:1.2rem;}


/*footer*/
footer{}
#foot_menu_top{
	border-top:0.5px solid #004B6C;
	padding-top:10px;
}
footer ul{
display:flex;
padding:0px;
text-align:left;
}
footer ul li{
	padding:0px 20px 0 0;
	width:167.5px;
	line-height:1;
	font-weight:bold;
	text-align:right;
}
#foot_menu_top{
	display:flex;
	font-size:1.2rem;
	justify-content:space-between;
}
#foot_menu_top .copyright{
	text-align:left;
	padding:0px 0 0 20px;
	width:340px;
	letter-spacing:0.01em;
	line-height:1;
	font-size:1.0rem;
}

/*sidemenu*/
.sidemenu_box{padding-bottom:40px;}
ul.sidemenu{margin:0;padding:0;}
ul.sidemenu li{margin:0;padding:5px 0 5px 10px;font-size:1.5rem;border-bottom:1px solid #d3d3d3;}
ul.sidemenu li ul{margin:0;padding:0;}
ul.sidemenu li ul li{padding:0 0 0 12px;font-size:1.4rem;border:none;}
ul.sidemenu a{display:block;padding:5px;}

/*共通*/
.spo{display:none;}
.frm_w{margin:0 auto;width:1010px;}
.pager ul{
  -webkit-justify-content: flex-end;
  justify-content:         flex-end;
}
.btn.middle{width:50%;margin:0 auto;}
.btn.left-pc a{margin:auto 0;}
section.text_block_pc{padding-left:20px;padding-right:20px;}

/*top*/
	/*business*/
.top_business .item_box{
	width:49%;
	line-height:0em;
}
.top_business .item_box.width_full{
	width:100%;
}
.top_business.col3_pc .item_box{
	width:32.5%;
	margin-bottom:1%;
}

	/*information*/
.top_info_outer{display:flex;}
.top_info_outer h2{
	width:150px;
	padding:0 0 0 20px;
}
.top_info .info_box{display:flex; width:860px;}
.top_info .info_box p{
	padding:0;
	margin:0;
}
.top_info .info_box p.date{width:170px;}
.top_info .info_box p.text{
  flex:1;
  word-wrap:break-word;
  min-width:630px;
}

/*2nd pages common*/
.border-top-pc{border-top:0.5px solid #004B6C;}
.border-bottom-pc{border-bottom:0.5px solid #004B6C;}
.pages_submenu ul li{width:32.6%;margin-bottom:10px;}
.pages_submenu ul li:nth-child(3n+2):last-child {
    margin-right: 33.7%;
}
/*corporate*/
.profile_logo{padding-bottom:20px;}
.profile_logo_text{width:55%;}
.profile_logo_image{width:37%;}

.profile_table table tr td.title {width:170px;}

.profile_table table tr td dl {
  display: flex;
  justify-content: space-between;
	width:140px;
}

/*business*/
.biz_logo_list ul li{
	width:15%;
}
@media (hover: hover) {
	.biz_logo_list ul li a:hover{opacity:1;}
}
.eco_title{
	display:flex;
	justify-content: space-between;
	align-items: center; 
	padding-bottom:20px;
}
.eco_title h2{
	margin:0;
	padding:0 0 0 0px;
	line-height:1;
}
.eco_title p{
	margin:0;
	padding:0 0px 0 0;
	line-height:1;
}
.alert_blue_bold .big{padding-left:10px;}

.eco_row .col-half-pc:nth-child(2){
	line-height:0;
	padding-top:60px;
	
}
.eco_row .col-half-pc:nth-child(2) img{margin-bottom:10px;}

.jumpout_left_pc{margin-left:-20px;}
.jumpout_left_pc h3{padding-left:20px;}

/*guide*/
/*
.guide_box {display:flex;justify-content:space-between;}
.guide_box_text{width:78%;}
.guide_box_fig{text-align:right;width:20%;}
.guide_box.col2 .guide_box_text{width:58%;}
.guide_box.col2 .guide_box_fig{width:40%;}
*/
.guide_box_fig{margin:0 0 30px;width:25%;text-align:left;}
.guide_box.col2 .guide_box_fig{width:50%;}
.guide_box.col3 .guide_box_fig{width:33.33%;}

/*new*/
.new_title{
	display:flex;
	justify-content: space-between;
	align-items: center; 
	padding-bottom:20px;
}
.new_title h2{
	margin:0;
	padding:0 0 0 0px;
	line-height:1;
	width:150px;
}
.new_title ul{
	margin:0;
	padding:0;
	font-size:1.2rem;
	width:818px;
	display:flex;
	justify-content: space-between;
	align-items: center; 
}
.new_title ul li a{display:block;}
.new_table table tr td.title {width:150px;}
.new_table table tr td.kind {width:170px;}

/*products*/
.product_list_table table tr td:first-child {width:150px;}
.product_list_table table tr td {width:170px;vertical-align:top;padding-bottom:1em;}

/*inquiry*/
.form_table table tr td.title {width:150px;}

/*form*/
form label{display:block;}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form select,
form textarea{
width:400px;
}

/*slick slide*/
.slide_thumb{
	flex-wrap:nowrap;
}