@charset "utf-8";

section.overview {
  margin-top: 10px;
}

section.overview h3,
section.access h3 {
  padding-left: 10px;
  line-height: 2.5rem;
  font-size: 1.2rem;
  background-color: rgba(255, 239, 244, 1);
}

section.overview h3 span {
  font-size: 1.5rem;
}

ul.overview-list {
  margin: 50px auto;
  width: 540px;
  background-color: rgba(255, 239, 244, 1);
}

.overview-list-item {
  display: flex;
  justify-content: space-between;
}
.overview-list-item p {
  text-align: center;
  padding: 10px;
  border: rgba(255, 255, 255, 1) solid 1px;
}
.overview-list-item p.left-item {
  flex-basis: 35%;
}

.overview-list-item p.right-item {
  flex-basis: 65%;
}

section.access {
  margin-top: 0;
}
iframe{
  width: 100%;
  height: 450px;
  margin-top: 30px;
}
