@charset "utf-8";
/* CSS Document */

.clrFix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clrFix {
    display: block;
}

img{
	vertical-align:bottom;
}

ul{
	list-style-type:none;
}

.p100{
	width:100%;
}
.main_bg{
    background: #FFF;
}
#seikatsu{
    margin: 0 auto;
}
#seikatsu .sewrap{
	background-image: url("../images/bg_sp.jpg");
	width: 100%;
	height: 100%;
	padding-top: 383.59375%;
	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;
	top: 0;
}
.btn{
    text-decoration: none;
    background: #ff2c2c;
    color: #FFF;
    width: 80%;
    line-height: 3;
    text-align: center;
    border-radius: 3vw;
    font-size: 4vw;
    font-weight: bold;
    margin: 0 auto 8%;
    display: block;
}
.btn:hover{
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.8;
}