/* 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: #FFE6F1;
  border-bottom: #AB2658 3px solid;
}
table tr th {
  width: 204px;
  background: #AB2658;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  table tr th {
    width: 25%;
  }
}
.space_mapArea {
  background: #F6EFF2;
}
.space_aside {
  background: #FFE4F0;
}
.space_hgroup::before {
  background: url(../../common/img/icon_c.svg);
}
.space_hgroup h3::after {
  background: #AB2658;
}
.space_hgroup .tagArea .tag {
  background: #AB2658;
}
.explainBox {
  border: #D9D9D9 2px solid;
}
.explainBox dt {
  border-right: #AB2658 2px solid;
}
@media screen and (max-width: 767px) {
  .explainBox dt {
    border-bottom: #AB2658 2px solid;
  }
}
