.company h2{
	font-size: 2.6rem;
	text-align: center;
	margin: 50px auto 50px auto;
}
.company dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.company dl dt{
	width: 20%;
	padding-right: 5%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.company dl dd{
	width: 75%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;	
	margin-bottom: 10px;	
}

.company .map iframe{
	width: 100%;
	height: 300px;
}

.company p+p{
  margin-top: 1em;
}

@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%;
  }
}