body {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  line-height: 1.8;
}
.page-wrapper {
  background-color: rgba(221, 237, 211, 1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  max-width: 1000px;
}

.box {
  background: #fff;
  padding: 2rem;
}

.box-inner {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-align: center;
  background: rgba(225, 151, 157, 1);
  color: #fff;
  padding: 1rem;
  font-weight: 700;
}

.seminar-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seminar-data > dt, .seminar-data > dd {
  min-width: 19rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.sat {
  color: rgba(51, 138, 181, 1);
}
.seminar-data > dd.map {
  width: 100%;
}

.gmap {
  position: relative;
  padding-top: 56.25%;
}
.gmap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.btn-contact {
  color: #fff;
  background-color: rgba(0, 137, 63, 1);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: .5rem 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 3.15em;
  min-width: 12.4em;
}
.btn-contact:hover {
  background-color: rgba(25, 162, 88, 1);
  color: #fff;
}


@media (max-width: 767px) {
  .logo-tilte img {
    max-width: 60vw;
  }
}