#l-modal, #l-modal_info {display:none;}

/*モーダルの横幅変更*/
.modaal-container {
    max-width: 1020px;
}

/*モーダルのボタンを変更したい場合*/
.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;
}

.modaal-container h2 {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
.modaal-container p {
	font-size: 1.4rem;
	line-height: 1.6;
}
.modaal-content-container {
	padding: 10px;
}