/*****************************************
*
* 教育ローン
*
******************************************/

:root {
  --color-text: #011413;
  --color-back: #ebf2f2;
  --color-page: #0ea788;
  --color-page-dark: #006764;
  --color-page-light: #38c6bf;
  --color-page-bright: #c4cecd;
}


/* 見出し --------------------------------*/
.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: 420/100;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-top: 20px;
}

/* リンク --------------------------------*/
.link-blank::after {
  background: url('./img/icon_blank.svg') no-repeat;
  background-size: 100%;
}
