@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Zen+Maru+Gothic);

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  color: #000;
  font-size: 16px;
  line-height:1.6;
  position:relative;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,
ol,ul,li,dl,dd,
form,figure,section,table,tr,td
div,img{
	margin		: 0;
	padding		: 0;
	}

ol,ul,li,
dl,dd{
	list-style	: none;
	}
	
article, aside, details, figure, figcaption, footer, header, main, nav, section {
  display: block;
}

h1,h2,h3,h4,h5{
	font-size		: 100%;
	}

p {margin:0;padding:0;}

table{
	border-collapse: collapse;
	border-spacing: 0;
	}

img{
	border: none;
	margin:0;
	padding:0;
	vertical-align:middle;
	}

/* link
-------------------------------------------------- */
a {
	text-decoration: none;
	outline:none;
	color:#5C5B5C;
	}

a:hover {  
	color		: #5C5B5C;
	text-decoration	: none;
	}
	

/* .line
-------------------------------------------------- */
hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}

/* header
------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.header_area {
  width: 100%;
  display:block;
  position: relative;
  padding:0;
  float:left;
  transition: 0s;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 3px -3px rgba(120,120,120,0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(120,120,120,0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(120,120,120,0.2);
}

.h_logo{
  width:250px;
  height:60px;
  margin:15px auto 20px;
  text-align: center;
}

.h_logo img{ width:100%;height:auto;}

@media screen and (max-width: 568px) {
header .h_logo{
  width:208px;
  height:50px;
  margin:10px auto;
}
}

/* #wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  padding-top:70px;
  position: relative;
}

@media screen and (max-width: 810px) {
#wrapper {
  padding-top:90px;
}
}

@media screen and (max-width: 568px) {
#wrapper {
  padding-top:50px;
}
}

/* .container
------------------------------------------------- */
.container {
  width: 100%;
  max-width:1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2%;
  position:relative;
}

/* footer
------------------------------------------------- */
footer {
  width: 100%;
  margin: 0 auto 0;
  background	:#FFF;
}

.copy {
  width: 100%;
  padding:5px 0;
  font-size:11px;
  text-align: center;
  background-color:#F2F2F2;
}

footer a{color:#000;text-decoration:none}
footer a:hover{color:#61BECA;text-decoration:none;}

/* page_top
------------------------------------------------- */
#page_top {
position: fixed;
bottom: 1.8%;
right: 1.5%;
z-index:3;
}

#page_top img {
 width:50px;
 height:auto;
}

/* .デスクトップ
------------------------------------------------- */
.pcHide{display: none;}

/* タブレット
------------------------------------------------- */
@media screen and (max-width: 810px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/* スマホ
------------------------------------------------- */
@media screen and (max-width: 568px) {
.pcHide{display: block;}
.spHide{display: none;}
}