@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
html {
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", Verdana, Roboto, "Droid Sans", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  font-size: 14px;
  font-size: 14rem;
}

p {
  margin: 0 0 15px 0;
}

img {
  vertical-align: bottom;
  border: none;
}

hr {
  border: none;
  border-bottom: 1px dashed #eeeeee;
  margin: 10px 0px;
}

a {
  color: #0044CC;
}

a.anchor {
  float: left;
  display: block;
  padding-top: 96px;
  margin-top: -96px;
}

/* absoluteを使う親要素に使用 */
.base {
  position: relative;
  top: 0px;
  left: 0px;
}

.bold {
  font-weight: bold;
}

/* ゴシック体 */
.f_gothic {
  font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* ページ内リンク先ID */
span.anchor {
  position: relative;
  top: 0;
  left: 0;
}
span.anchor a {
  position: absolute;
  top: -20px;
  left: 0;
}

.embos01 {
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  boder: 1px solid rgba(0, 0, 0, 0.2);
}

.embos02 {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7) inset;
  boder: 1px solid rgba(0, 0, 0, 0.2);
}

.sub {
  color: #660000;
}

.warning {
  font-weight: bold;
  color: #FF0000;
}

.flex_bgbox {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flex_bgbox:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.flex_bgbox .flex_bgbox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.box-shadow {
  box-shadow: 1px 10x 5px rgba(0, 0, 0, 0.25);
}

/* For modern browsers */
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.clear {
  clear: both;
}

.clear hr {
  display: none;
}

#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  margin-bottom: 0;
  display: block;
  z-index: 100;
}
#back-top a {
  display: block;
  text-align: center;
  font-size: 24rem;
  text-transform: uppercase;
  text-decoration: none;
  background: #49a8d8;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
  width: 60px;
  height: 60px;
  padding-top: 16px;
  /* transition */
  transition: 0.2s;
}
#back-top a:hover {
  color: #e6f7ff;
}

@media only screen and (max-width: 768px) {
  #back-top {
    right: 10px;
    bottom: 20px;
  }
  #back-top a {
    font-size: 24rem;
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }
  #back-top a:hover {
    color: #49a8d8;
  }
}