@charset "utf-8";


.index-contents-box{
width:auto;
height:auto;
margin:175px 0 0 0;
padding:0;	
}


.information_txt{
width:auto;
height:auto;
margin:200px 0 0 0;
padding:0;
overflow:hidden;
}

.information_txt p{
	font-size:12px;
}

.information_txt a{
color:#F3CCC7;
}


@media screen and (max-width: 800px) {
	
	
.index-contents-box{
width:auto;
height:auto;
margin:35px 0 0 8px;
padding:0;	
}
	
.information_txt p{
	font-size:14px;
	font-weight:bold;
}	
	
}


.sp-bg {
width:100%;
	height:100%;
margin:0px;
padding:0px;
text-align:left;
	-moz-background-size:contain;
background-size:contain;
z-index:1;
background-attachment: fixed;
background-image:url(/images/top-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}


@media screen and (max-width: 600px) {
	
	.sp-bg {
width:100%;
	height:auto;
margin:0px;
padding:0px;
text-align:left;
	-moz-background-size:contain;
background-size:contain;
z-index:1;
background-attachment: fixed;
background-image:url(/images/top-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
}