@charset "UTF-8";

* {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.c-btn a,
.c-btn input,
.c-btn .btn-customform-submit,
.c-btn button {
  color: #fff;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
  text-shadow: none;
  border: 0;
  cursor: pointer;
  padding: 0.8em 1.8em;
  min-width: 30%;
  line-height: 1.2;font-size: 20px;font-weight: 600;
}
.m_navigationMenu a {
  font-weight: 500; 
}