/** open **/
.open .title-section-sub {
  margin-bottom: 30px;
}

.open .g-contents {
  font-size: 14px;
  font-size: 0.875rem;
}

.open .head-lead {
  margin-bottom: 2.6em;
}

.open-container:not(:first-of-type) {
  border-top: 1px solid #eef2f3;
  padding-top: 40px;
  margin-top: 40px;
}

.open-container .title-local {
  margin-bottom: 1.7em;
  text-align: left;
}

.open-container a {
  color: inherit;
}

.open-container small {
  display: block;
  font-size: 0.857em;
}

.open-container .text-indent {
  display: block;
  margin: 0.1em 0;
}

.open-def {
  margin: 0;
}

.open-def:after {
  content: " ";
  display: table;
  clear: both;
}

.open-def dt {
  float: left;
  clear: left;
  width: 7em;
}

.open-def dd {
  margin: 0 0 0.4em 7em;
}

.open-def.-infomation dt {
  width: 15em;
}

.open-def.-infomation dd {
  margin: 0 0 1.2em 15em;
}

.open-def.-infomation dd:last-child {
  margin-bottom: 0;
}

.open-def.-infomation dd p {
  margin: 0;
}

.open-def.-infomation .floor {
  width: 3em;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.15em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /** open **/
  .open .title-section-sub {
    margin-bottom: 15px;
  }
  .open .g-contents {
    font-size: 0.75rem;
  }
  .open .head-lead {
    margin-bottom: 1.5em;
  }
  .open-container:not(:first-of-type) {
    padding-top: 30px;
    margin-top: 26px;
  }
  .open-container .title-local {
    margin-bottom: 1.1em;
    font-size: 0.813rem;
  }
  .open-def dt {
    width: 6em;
  }
  .open-def dd {
    margin-left: 6em;
  }
  .open-def.-infomation dt {
    width: 12em;
  }
  .open-def.-infomation dd {
    margin: 0 0 1em 12em;
  }
  .open-def.-infomation .floor {
    width: 2.5em;
  }
}
