@charset "UTF-8";


html,body{
	height:auto;
	width:100%;
}
body{
	min-width:0;
	min-height:0;
	background:url(../img/kanso/bg.png) center center;
}

h1{
	position: absolute;
	left:50%;
	top:14px;
	margin-left:-510px;
	z-index:1;
}

h2 {
	background:url(../img/kanso/title.jpg) center center no-repeat #fff;
	height:121px;
	line-height:0;
	text-align:center;
	margin-bottom:44px;
	position:relative;
}
h2 img{
	transform:translate(-166px,-50%);
	position:absolute;
	top:50%;
	left:50%;
}
#wrapper {
	position:relative;
	width:100%;
	height:100%;
	min-width:1100px;
	min-height:700px;
	padding-top:35px;
	padding-bottom:30px;
}

.cont{
	position: relative;
	width:1020px;
	margin:0 auto;
	padding-bottom:55px;
}
.cont ul{
	box-sizing:border-box;
	float:left;
	width:50%;
}
.cont ul:first-child{
	padding-right:10px;
}
.cont ul:last-child{
	padding-left:10px;
}
.cont li{
	background:rgba(255,255,255,.6);
	padding:29px 20px 20px;
	margin-bottom:20px;
}

.cont img{
	display: block;
}
.n{
	float:right;
	margin-top:15px;
}

.footer{
	position: absolute;
	bottom:0;
	width:100%;
	background:#fff;
	padding:15px 0 15px;
}
.footer img{
	display: block;
	margin:0 auto;
}

.sp h1{
	background: #fff;
	line-height:0;
	padding:15px 0 30px;
	text-align:center;
	position:relative;
	margin:0;
	top:auto;
	left:auto;
}
.sp h1 img{
	height:165px;
}

.sp h2 {
	background-position: 25% center;
	background-size:cover;
	height:auto;
	padding:30px 10px 30px 40%;
	margin-bottom:20px;
	position:relative;
}

.sp h2 img{
	transform:none;
	position:relative;
	top:auto;
	left:auto;
	max-width:100%;
}



.sp #wrapper {
	min-width:0;
	min-height:0;
	padding-top:0;
	padding-bottom:30px;
}
.sp .cont{
	width:auto;
}

.sp .cont ul{
	float:none;
	width:auto;
	padding-left:10px;
	padding-right:10px;
}

.sp .cont img{
	max-width:100%;
}

.sp .n{
	margin-top:5px;
	height:10px;
}

.sp .footer img{
	height:6px;
}
