  @charset "UTF-8";
.features-h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0.5em 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.features-h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1.4em 0 0.7em;
  color: #0D3388;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.profile {
  margin: 1em 0; }

.profile-cv {
  margin: 0;
  font-size: 80%; }
  .profile-cv dt {
    display: inline; }
  .profile-cv dd {
    display: inline;
    margin-left: 1em; }
    .profile-cv dd::after {
      content: "";
      display: block;
      width: 100%; }
    .profile-cv dd:last-child::after {
      display: none; }

.profile-others {
  margin: 0;
  font-size: 80%;
  padding: 0; }
  .profile-others dt {
    display: inline; }
  .profile-others dd {
    display: inline;
    margin-left: 0; }
    .profile-others dd::after {
      content: "";
      display: block;
      width: 100%; }

.color-brown {
  color: #8E643A; }
