@charset "utf-8";
.main_bg{
    background: #ffff;
}
#seikatsu{
    max-width: 1280px;
    max-height: 990px;
    margin: 0 auto;
}
#seikatsu .sewrap{
	background: url("../images/bg_pc.jpg") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 77.34375%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#seikatsu .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}

.btn{
    background: #ff2c2c;
    color: #FFF;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 14px;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
    display: block;
}
.btn:hover{
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.8;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}