@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, arial, sans-serif;
	height: 100vh;
}
a{
	text-decoration: none;
	color: inherit;
}
footer{
	position: absolute;
	bottom: 0;
	margin-top: 100px;
}
a {
  cursor: pointer;
  text-decoration: none;
}

.m0auto{
margin: 0 auto;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt70{
	margin-top: 70px;
}
.mt1em{
	margin-top: 1em;
}
.mt2em{
	margin-top: 2em;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb70{
	margin-bottom: 70px;
}
.mb1em{
	margin-bottom: 1em;
}
.mb2em{
	margin-bottom: 2em;
}
.maxW_1200{
max-width: 1200px;	
}
.tCenter{
text-align: center;
}
.lh1_3{
	line-height: 1.3;
}
.lh1_5{
	line-height: 1.5;
}
.sp-block{
	display: none;
}
@media screen and (max-width:1100px) {
.sp-block{
	display: block;
}
}
/*仮ページ用*/
.main_wrap{
	position: relative;
	top: 20%;
	width: 100vw;
	margin: auto;
	/*padding: 8vh 0;*/
}
.main_wrap h2{
	font-size: 2em;
}
.main_wrap img{
	max-width: 960px;
	height: auto;
}
.logo_wrap{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 2vh 0 6vh;
}
.copyright{
    display: block;
    position: relative;
    width: 100vw;
    background: #000;
    color: #fff;
    padding: 0.5em;
    line-height: 1.3;
    font-size: 0.8em;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width:1100px) {
.main_wrap{
	top: 10%;
	margin-bottom: 70px;
	/*top: auto;
	padding: 6vh 0 4vh;*/
}
.main_wrap h2{
	font-size: 1.8em;
}
.logo_wrap{
	margin: 2em auto;
	padding: 2vh 0 7vh;
}
}
@media screen and (max-width:500px) {
.logo_wrap img{
	width: 70%;
	height: auto;
}
}
@media screen and (max-height:800px) {
	footer{
		display: inline-block!important;
		position: relative;
		padding-top: 2rem;
	}
}
/*仮ページ用 fin*/
