@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	color: #333;
}
div#container,
#header .content,
#footer .content .free {
	width: 100%;
}
#header .content .free {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	padding: 15px 0;
}
#header .content .free h1 {
	font-size: 14px;
	font-weight: 500;
}
#header .content .free h1 > span {
	display: inline-block;
	line-height: 1.4;
}
.logo {
	max-width: 90px;
}
#top-head{
	display: none
}

#main .space{
	padding-bottom:180px;
}
#scroll_pagetop {
	position: fixed;
	right: 3%;
}
#footer .content{
	background-color: #f57921;
}
#footer .content .free {
	font-size: 12px;
	width: 94%;
	color: #562f0e;
	text-align: center;
	padding: 15px;
	max-width: 1000px;
}
#footer .content .free a {
	color: #562f0e !important;
}
.footWrap{
	display: table;
	margin: 0 auto;
}
.footWrap >*{
	display: table-cell;
	padding: 5px 40px 0;
}

@media screen and (max-width: 768px) {
	.footWrap {
    display: block;
  }
	.footWrap > * {
			display: block;
			padding: 0;
	}
}
