@charset "UTF-8";

/*section_wrap 共通*/
.section_wrap {
  margin-top: 48px;
  line-height: 1.7;
}
.section_header {
  text-align: center;
  margin-bottom: 30px;
}
.contact {
  display: grid;
  grid-template-columns: 6em 1fr;
  padding-left: 1em;
  text-indent: -1em;
}
dt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section_wrap {
    margin-top: 80px;
  }
}
