@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
html {
	font-size: 62.5%;
 scroll-behavior: smooth;
}
body {
	background-color: #f3f3f3;
 background-image: url("../img/bg_all.jpg");
	color: #434343;
	/*font: 1.4rem/1.5 '游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Osaka,'ＭＳ Ｐゴシック','MS PGothic',Arial,Helvetica,sans-serif;*/
	font-family: 'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Osaka,'ＭＳ Ｐゴシック','MS PGothic',Arial,Helvetica,sans-serif; /*for IE9*/
	font-size: 1.4rem; /*for IE9*/
	line-height: 1.6; /*for IE9*/
	-webkit-text-size-adjust: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
/* --------------------------------
 * page-top
 * -------------------------------- */
#page_top{
width: 50px;
height: 75px;
position: fixed;
right: 15px;
bottom: -100px;
z-index: 99999999;
transition: 0.2s ease-in-out;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  text-decoration: none;
}
/*#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 15px;
bottom: -50px;
background-color: #0e291b;
background-image: url("../img/bg_green.jpg");
border-radius: 50%;
z-index: 99999999;
transition: 0.2s ease-in-out;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: "fontello";
  content: '\e80d';
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
#page_top{
width: 48px;
height: 48px;
right: 10px;
}
#page_top a{
  width: 48px;
  height: 48px;
}
#page_top a::before{
  font-size: 25px;
  line-height: 48px;
}
}*/