@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "avenir-lt-pro", "BIZ UDPGothic", "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: 13px;
  font-size: 13rem;
}

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:hover {
  text-decoration: none;
}

/* 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;
}

a {
  transition: all .4s;
}

a.anchor {
  float: left;
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.sub {
  color: #666666;
  font-size: 12rem;
  line-height: 1.5em;
}

.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;
}

.cf {
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.clear hr {
  display: none;
}

#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  margin-right: 0;
  display: block;
  z-index: 10;
}
#back-top a {
  display: block;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #006DAC;
  background-color: #001e5a;
  color: #fff;
  width: 2em;
  line-height: 1.8em;
  padding-bottom: 5px;
  border: 1px solid #fff;
  /* transition */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover {
  background-color: #aaa;
}

@media only screen and (min-width: 768px) {
  body {
    		/*
    		font-family:"Open Sans", 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;	
    */
  }
}
