/*infoエリアをはじめは非表示*/
#info{
	display: none;
}
.modal_kokuchi h2{
	text-align: center;
	margin: 0 auto 30px;
	letter-spacing: 0.2rem;
	background: linear-gradient(transparent 90%, #dd00ff59 30%);
    width: 200px;
	line-height: 2rem;
}


.modal_kokuchi p{
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
}
.modal_kokuchi img{
	text-align: center;
	margin: 25px auto;
	display: block;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}