/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
.cmsArea h4 {
  margin: 72px 0 48px;
  padding: 8px 24px;
  background: #FFFAEF;
  border-bottom: #D0A053 3px solid;
}
table tr th {
  background: #D0A053;
  width: 204px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  table tr th {
    width: 25%;
  }
}
.space_mapArea {
  background: #F9F5EE;
}
.space_aside {
  background: #FEEDC9;
}
.space_aside h4 {
  background: none;
}
