main {
  font-weight: normal;
  font-size: 16px;
}

main h2 {
  margin-bottom: 40px;
}

main section {
  margin-bottom: 80px;
}

main .sect01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 80px 80px 0;
  background-color: #fff;
}

main .sect01 dt,
main .sect01 dd {
  padding: 30px 0;
  border-bottom: 1px solid #2080C0;
}

main .sect01 dt:first-of-type,
main .sect01 dd:first-of-type {
  border-top: 1px solid #2080C0;
}

main .sect01 dt {
  width: 240px;
  color: #2080C0;
}

main .sect01 dd {
  width: calc(100% - 240px);
}

main .sect02 {
  overflow: inherit;
}

main .sect02 iframe {
  width: 100%;
  max-width: 960px;
  height: 320px;
}

main .sect02 h3 {
  margin: 40px 0 4px;
  color: #2080C0;
  font-size: 16px;
}

main .sect02 picture {
  margin: -50px auto;
}

main .sect02 picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  main h2 {
    margin-bottom: 0;
  }
  main section {
    margin-bottom: 0;
  }
  main .sect01 dl {
    padding: 0;
    background-color: transparent;
    font-size: 16px;
  }
  main .sect01 dt,
  main .sect01 dd {
    padding: 0;
  }
  main .sect01 dt:first-of-type,
  main .sect01 dd:first-of-type {
    border-top: none;
  }
  main .sect01 dt {
    width: calc(100%);
    padding: 12px 0 0;
    border-bottom: none;
  }
  main .sect01 dd {
    width: calc(100%);
    padding: 0 0 12px;
    border-bottom: 1px solid #2080c0;
  }
  main .sect01 dd:last-child {
    border-bottom: none;
  }
  main .sect02 iframe {
    height: 295px;
  }
  main .sect02 h3 {
    margin: 30px 0 4px;
  }
  main .sect02 picture {
    margin: 40px auto 0;
  }
}

/*# sourceMappingURL=maps/office.css.map */
