/*****************************************
*
* マイカーローン
*
******************************************/

:root {
  --color-text: #010911;
  --color-back: #ebf4f7;
  --color-page: #00a0e9;
  --color-page-dark: #004ea2;
  --color-page-light: #6aa6d3;
  --color-page-bright: #abc7d3;
}


/* 見出し --------------------------------*/
.contents-main-heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('./img/heading.png') no-repeat;
  background-size: 100%;
  aspect-ratio: 570/100;
  width: 100%;
  max-width: 570px;
  height: auto;
  margin-top: 20px;
}


/* リンク --------------------------------*/
.link-blank::after {
  background: url('./img/icon_blank.svg') no-repeat;
  background-size: 100%;
}
