@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	line-height: 1.5;
	font-size: 1.7rem;
	background:#191919;
}
img{
	vertical-align: bottom;
	width: 100%;
}
span.italic{
	font-style: italic;
}
.flexBox{
	-webkit-display: flex;
	display: flex;
	justify-content: -webkit-space-between;
	justify-content: space-between;
}
header{
	background:#dc0914;
	text-align: center;
	padding:0.5% 0;
}
header img{
	width: auto;
}
main{
	width: 820px;
    margin:0 auto;	
	display: block;
	text-align: center;
	background: url("../images/index_bg01.png");
	padding:1% 3% 2.5%;
}
.leadTxte{
	width: 100%;
	margin: 4% 0 3%;
	padding: 2% 3%;
	border-radius:10px;
	color: #ffd800;
	background: #191919;
}
.contentsTxte{
	width: 100%;
	margin: 2% 0 2.5%;
	padding: 0 0.7%;
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
}
.contentsTxte span.italic{
	font-weight: bold;
}
.contentsInner li{
	margin: 0 0 2.5%;
}
.snsLink{
	width: 100%;
	padding: 1% 0 0;
}
.snsLink.flexBox{
	-webkit-display: flex;
	display: flex;
	justify-content: -webkit-center;
	justify-content: center;
}
.pageTop{
	width: auto;
	position: fixed;
	right: 2%;
	bottom: 5%;
}
.footer{
	font-size: 1.2rem;
	background:#dc0914;
	color: #fff;
	text-align: center;
	padding:1.5% 0;
}
.backnumber{
    position:relative;
    width:100%;
    height:0;
	margin: 2% 0;
    padding-top:20%;
}
.backnumber iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 768px) {
	header p{
		margin: 0.5% 0;
	}
main{
	width: 100%;
    margin:0 auto;	
	display: block;
	text-align: center;
	background: url("../images/index_bg01.png");
	padding:1% 3% 2.5%;
}		
}
@media screen and (max-width: 425px) {
body{
	line-height: 1.2;
	font-size: 1.0rem;
}
header p{
		margin: 1% 0;
	}
.leadTxte{
	border-radius:4px;
}
.contentsTxte{
	font-size: 1.0rem;
}
.footer{
	font-size: 0.9rem;
	padding:2.5% 0;
}
.pageTop{
	width: 20%;
	position: fixed;
	right: 2%;
	bottom: 1%;
}
}