@charset "UTF-8";
/*ステップ　番号の背景色*/
.smb-step__item__number {
  background-color: #dd9933;
}

/*
# コピーライト
---------------------------------- */
/*
# 背景色
---------------------------------- */
.l-footer__footer {
  background-color: #2e2e2e !important;
}

/*
# テキスト
  ---------------------------------- */
.c-copyright {
  color: #fff;
}

/*
# 中央寄せ
  ---------------------------------- */
.l-footer__footer .c-row {
  justify-content: center;
}

/*メニュー、強調丸み*/
.sm-nav-menu-item-highlight {
  border-radius: 50px;
}

/* CF7チェックボックスを縦並びに */
span.wpcf7-checkbox .wpcf7-list-item {
  margin-top: 5px;
  display: block;
}
/*# sourceMappingURL=style.css.map */