@charset "UTF-8";

/* 游字体利用のためのFont Set */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: bold;
}

/* サイト用基本設定 */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 16px;
}
body {
  margin: 0;
  background-color: #fff;
  color: #404040;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  line-height: 1.8;
}
* + section {
  margin-top: 60px;
  margin-bottom: 60px;
}
section * + section {
  margin-top: 40px;
  margin-bottom: 40px;
}
a,
a img {
  transition: 0.3s;
}
a {
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #3c64b9;
}
img {
  vertical-align: top;
}
address,
em,
i {
  font-style: normal;
}
u {
  border-bottom: 1px dashed #404040;
  text-decoration: none;
}
abbr[title] {border-bottom: none;}

caption {
  padding-left: 10px;
  padding-right: 10px;
}


[type="button"],[type="submit"],[type="reset"],
textarea,button,select {
  -webkit-appearance: none;
}
input,textarea,select,option,button {
  color: inhelit;
  font-size: inhelit;
  font-family: inhelit;
}
[type="button"],[type="submit"],[type="reset"],[type="image"] {
  transition: 0.3s;
}


/* IE対策 */
@media all and (-ms-high-contrast:none){  /* IE11 */
  *::-ms-backdrop, body {
    padding-right: 15px;
  }
}
@media all and (-ms-high-contrast:none){  /* IE10+ */
  body { padding-right: 15px }
}
/* Edge対策 */
@supports (-ms-accelerator:true) { /* 旧仕様 */
  body { padding-right: 15px }
}
@supports (-ms-ime-align:auto) { /* 新仕様 */
  body { padding-right: 15px }
}

