@charset "utf-8";
html{
	font-size:62.5%;
	background-color: black;
	color:#FFFFFF;
	font-family: "游明朝";
	font-feature-settings: "palt";/*文字詰める*/
	}
h1{
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 10px;
}
.container{
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px;
}
p.date{
	display: block;
	text-align: right;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 1.6rem;
}
p.text{
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 30px;
}
img{
	max-width:100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
a{
   transition: all 0.2s;
	}
a:hover{
		opacity: 0.5;
	}

.container-small{
	width:780px;
	max-width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.container-small p:first-child{
	text-align: center;
	margin-bottom: 10px;
}
.container-small p{
	font-size:1.6rem;
	line-height: 1.8;
}
.section_btn{margin-bottom: 30px}
.note{
	margin-bottom: 20px;
	font-size:1.6rem;
	line-height: 2;
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text_footer{
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
	}
.btn{
	margin: auto;
	padding: 8px 10px;
	border-radius: 2px;
	color: #fff;
	background-color: #E6587C;
	font-size: 2rem;
}
/*---------------------------
 * btn-pagetop
 --------------------------*/
.btn-pageTop{
	display: block;
	margin: 0 0 0 auto;
	width: 44px;
	height: 44px;
	}
.btn-pageTop:hover>.fa{
	top: -10%;
	}
/*スマホサイズ428px*/
@media(max-width:428px){
	
	
	h1{
	font-size: 2.2rem;
	line-height: 3rem;
    }
	p.text{
	font-size: 1.6rem;
	margin-bottom: 10px;
	}
	.text_footer{
	font-size: 1.2rem;
	font-weight: 300;
	}

	.btn{
	font-size: 1.6rem;
	}
	.note{
	margin-bottom: 10px;
	font-size:1.4rem;
	line-height: 1.8;
	}
}