.clearfix:after{
	display:block;
	content:'';
	clear:both;
}
#tab2 {
font-size: 22px;
    line-height: 32px;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */	
}
.inform_new{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;	
}
.inform_new::after{
	content: "";
	width: 32%;
}
.inform_new_one{
	width: 32%;
	margin-bottom: 1em;
	cursor: pointer;
	border: 1px solid #eaeaea;
	text-align: center;
	border-radius: 7px;
}
.inform_new_one_img{
padding-top:50%;
  background-repeat:no-repeat;
  background-position: center;
  	-webkit-background-size:contain;
			background-size:contain;
margin-bottom: 10px;			
}
.inform_new_one_name{
font-weight: bold;	
}
.inform_new_one:hover{
box-shadow: 0 0 6px #cccccc;
	-webkit-box-shadow: 0 0 6px #cccccc;
	-moz-box-shadow: 0 0 6px #cccccc;
}
.inform_new_one.active{
border-color:#008000;	
}
.orange{
	color: #df9516 !important;
}
.info-area .block.style01 .frame {
    float: left;
    width: 263px;
    margin: 0 0 0 16px;
}
.frame input[type="submit"] {
	height: 77px;
	line-height: 77px;
	margin: 0 auto 15px;
}
.th_fo .btn{
	font-size: 0.8em;
}
@media (max-width: 767px) {
	.inform_new_one{
		width: 48%;
	}
	.inform_new_one_name{
		font-size: 18px;
	}
}