h2 {
	font-size: 100%;
	padding-left: 697px;
	padding-right: 15px;
	padding-top: 0px;
}
#more {
	text-align: right;
	margin-bottom: 15px;
	padding-right: 22px;
}

h3 {
	font-size: 120%;
	line-height: 1.4em;
	font-weight: bold;
	color: #FF3300;
	margin-bottom: 5px;
}
h4 {
}

#index_main {
	background-image: url(../index/main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-top: 225px;
	padding-bottom: 10px;
}
.index_menu {
  width: calc(100% / 4);
  text-align: center;
  border-left: 1px solid #CCC;
  box-sizing: border-box;
}
.index_menu:first-of-type {
  border-left: none;
}
.index_menu img{
  display: inline-block;
}
.index_menu a:hover{
  opacity: 0.5 ;
}
#index_back {
	background-image: url(../index/back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
	margin-bottom: 25px;
}
#index_left {
	float: left;
	width: 430px;
}
#index_right {
	float: right;
	width: 430px;
}
.font_red_b {
	font-size: 120%;
	line-height: 1.4em;
	font-weight: bold;
	color: #FF3300;
	margin-bottom: 5px;
}

.cate-box{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CCC;
  border-radius: 4px;
}