.section-top {
  background-image: url("../img/top/22194463.jpg");
  background-repeat: no-repeat;
  height: 330px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-top h1 {
  font-size: 3.0rem;
  color: #FFF;
  letter-spacing: 2px;
}
@media(min-width:860px) {
  .section-top {
    height: 240px;
  }
  .section-top h1 {
    font-size: 3.6rem;
  }
}
.main{
	min-height:calc(100vh - 280px);
	padding:60px 30px 0px;
}
.inquiry-description{
	  background-color: #FCFCFC;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .4);
  padding: 30px 20px 60px;
  margin: 30px auto 0;
	max-width:700px;
}
p{
	text-align:justify;
}
.mail{
	font-weight:700;
	color:#003f71;
	margin-top:20px;
	font-size:1.8rem;
}
.address{
	font-weight:700;
}