@charset "utf-8";
/* CSS Document */

.sp_btn{
	display: none;
}
.product-wrap{
	overflow: hidden;
}
.title{
	text-align: center;
	margin-bottom: 20px;
}
.title2{
	text-align: center;
	margin-bottom: 35px;
}
/*news*/
.news p{
	float: left;
	width: 87px;
	padding: 13px 0 0 0;
}
.news dl{
	float: left;
	padding: 15px 0 10px 0;;
	min-height: 2em;
}
.news dt{
	margin: 0 15px 0 30px;
}

.news dt{
	float: left;
}

.news dd{
	float: left;
	width: 700px
}
.new{
	margin-left: 15px;
}

/*トップページニュース*/
.top_news{
  border: 1px solid #CC3333;
  max-width: 840px;
  width: 90%;
  margin: 35px auto 20px;
  padding: 30px 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.top_news--title{
  color: #CC3333;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.top_news .link_de{
  color: #CC3333;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.top_news--bb{
    max-width: 518px;
    width: 100%;
    margin: auto;
}
.top_news .link_de:hover{
  text-decoration: none;
}
.catalog{
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  width: 140px;
}
#back-top {
    bottom: 220px;
}

/*product-wrap*/
.product-wrap{
	padding: 35px 0;
	background: url(../img/product_bg01.png) no-repeat top center;
	background-size: cover;
}
.product-inner{
	overflow: hidden;
}

.menu-box{
	float: left;
	margin: 0 0 20px 0;
	width: 170px;
	padding: 0 40px;
}
.menu-box.last{
	margin-right: 0px;
}
p.menu-text{
	color: #00427f;
	text-align: center;
	margin-top: 7px;
}
/*tech-wrap*/
.tech-wrap{
	padding: 35px 0 0 0;
	background: url(../common/img/page_bg02.png) repeat-x top center;
	background-size: cover;
	
}
.tech-inner{
	width: 1010px;
	margin:auto;
	overflow: hidden;
}
.tech-box{
	float: left;
	padding: 0 5px;
	margin-bottom: 35px;
}
.tech-box.last{
	margin-right: 0px;
}
.tech-title,.tech-text{
	text-align: center;
	color: #ffffff;
}
.tech-title{
	font-size: 143%;
	margin-top: 10px;
}

/*banner-list*/
.banner-list{
	padding: 50px 0 0 0;
	margin: auto;
	width: 1050px;
	overflow: hidden;
}
.banner-list li{
	float: left;
	padding: 0 24px;
	margin-bottom: 50px;
}
.left-space{
	margin-left: 85px;
}