h2{
	font-size: 2.6rem;
	text-align: center;
	margin: 50px auto 50px auto;
}
h3{
  font-size: 2.0rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.date{
  margin-bottom: 50px;
  font-size: 1.4rem;
}
.contents{
  margin-bottom: 160px;
}

.news ul{

}
.news ul li{
  margin-bottom: 20px;
}
.news ul li span{
  margin-right: 10px;
}



@media screen and (max-width: 800px){

  .business .flex{
    display: block;
  }
  .business .flex .img{
  	width: 100%;
  }
  .business .flex .txt{
  	width: 100%;
  }
  .business .flex.flex_re .img{
  	width: 100%;
  	margin-left: 0;
  }
  h2{
  	font-size: 2.0rem;
  }
  .business .flex h3{
  	font-size: 1.8rem;
  }
  .attempt .flex{
  	display: block;
  }
  .attempt .flex .box{
  	width: 100%;
  	margin-right: 0;
  }
  .shop .flex{
  	display: block;
  }
  .shop .flex .photo{
  	width: 100%;
  	margin-right: 0;
  }
  .news .flex{
  	display: block;
  }
  .news .flex h2{
  	width: 100%;
  	margin-bottom: 20px;
  }
  .link .flex{
  	display: block;
  }
  .link .flex .box{
  	width: 100%;
  	margin-bottom: 20px;  	
  }

}

@media screen and (max-width: 350px){
  .link .flex a{
  	display: block;
  	margin-bottom: 20px;
  }
  .link .flex a .img{
  	width: 100%;
  	margin: 0 auto;
  }
   .link .flex a .img img{
   	display: block;
   	margin: 0 auto;
   }
  .link .flex a .txt{
  	width: 100%;
  }
}