@charset "UTF-8";
#correspond_shape .flex {
  padding-bottom: 2rem;
  border-bottom: 1px dotted #1e1e1e;
  margin-bottom: 2rem;
}
#correspond_shape .flex .textbox .detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  position: relative;
  font-size: 1.4rem;
}
#correspond_shape .flex .textbox .detail::before {
  content: attr(data-detail) "：";
  min-width: 6em;
}
@media screen and (max-width: 768px) {
  #correspond_shape .flex .imagebox {
    width: 100%;
    margin-bottom: 2rem;
  }
  #correspond_shape .flex .textbox {
    width: 100%;
  }
}/*# sourceMappingURL=correspond.css.map */