@charset "UTF-8";

/* -------------------------------------------------------------------------------
|  Created:     20xx-xx-xx
|  Updated:     N/A
|------------------------------------------------------------------------------- */

/*---------------------------------------------------------
  一覧
---------------------------------------------------------*/

.meswp-contents {
  margin-top: 10px;
  > * {
    display: inline-block;
  }
  > dt {
    width: 6.5em;
    vertical-align: top;
  }
  > dd {
    width: calc(100% - 7em);
    &::before {
      content: ": ";
    }
  }
}