@charset "utf-8";

.content h2{
	color:#776B64!important;
	text-align: center!important;
}
body{
  font-family: 'Noto Serif JP', serif!important;
}
.content table{
  font-family: 'Noto Serif JP', serif!important;
}
.company .history{
  font-family: 'Noto Serif JP', serif!important;
}
.company .map{
  font-family: 'Noto Serif JP', serif!important;
}
.company .map:nth-of-type(2){
	margin-top: 45px;
}
.mb20{
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mb20{
    margin-bottom: 15px;
  }
}