@charset "UTF-8";

 body {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
 }





.copy_alert {
	width: 90%;
	margin: 30px auto;
	padding: 40px;
	background-color: #fff2f2;
}
.copy_alert nav p {
	font-size: 15px;
	line-height: normal;
	text-align: justify;
}

 

 .nav-open {
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	font-size: 20px;
	background-color: #F00;
	position: relative;
	text-align: center;
}
.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 開いている時 */
	content: "－";
}
	@media screen and (max-width: 750px) {
	}