@charset "UTF-8";

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/Inter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/Inter-SemiBold.woff2') format('woff2');
}

:root {
  --font-inter: Inter, 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

html  {
  font-size: 62.5%;
  font-family: var(--font-inter, Inter, 'Hiragino Sans', sans-serif);
  color: #000;
  scroll-behavior: smooth;
}

a:link  {
	text-decoration: none;
	color: #0827c6;
  transition: 0.3s;
}

.underline:link  {
	color: #0827c6;
  transition: 0.3s;
  text-decoration: underline;
}

a:visited  {
	text-decoration: none;
	color: #0827c6;
}

a:hover  {
	text-decoration: none;
	color: #0827c6;
}

.opacity-link  {
  transition: 0.3s;
}

.opacity-link:hover  {
  opacity: 0.6;
}

.clearfix:after {
  content:"."; display:block; clear:both; height:0; visibility:hidden;
}

.clearfix {
  min-height:1px;
}

ins {
  background-color: transparent !important;
}

.adsense-wrapper ins {
  transform: scale(.8);
  margin: auto !important;
}

.adsense-wrapper-pc {
  text-align: center;
}
