@charset "UTF-8";
/* フォント
---------------------------------------------------------- */


/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
img {
  vertical-align: top;
  line-height: 1.0em;
}
a:link {
  color: #000872;
}
a:visited {
  color: #353535;
}

/* ベース
---------------------------------------------------------- */
.width_690 {
  width: 690px;
  background-color: #fff;
 padding: 0 0 0.7em;
}
.width_690 img {
  width: 100%;
}
