
.p-premium-heading-voice__body:before {
	background-color: #fff!important;
}

.p-premium-heading-voice__body:after {
	background-color: #fff!important;
}

/* ----------コンテンツの横幅が狭いのを、広いところに合わせるやつ_共通----------*/
.c-wrapper--sm {
  max-width: 960px;
}
/* ----------コンテンツの横幅が狭いのを、広いところに合わせるやつ_共通---------- */

* {
font-family: 'Noto Sans JP', sans-serif;
}

/* ---------- アニメーションボタン_全て_共通_ボタン自体をテンプレにはない色に変更（グラデーション） ---------- */
.c-btn a {
  background: linear-gradient(to right, #F84207 50%, #B02A00 50%);
  background-position: 0 50%;
  background-size: 200% auto;
  transition: background-position 0.2s ease-in-out;
  font-weight: bold;
}
.c-btn a:hover {
  background-position: 100% 50%;
}
/* ---------- アニメーションボタン_全て_共通_ボタン自体をテンプレにはない色に変更（グラデーション） ---------- */
}
