﻿
.modal-overlay {
	z-index: 2; ;
	display: none; ;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh; ;
	background-color: rgba(0,0,0,.5);
}
a.modal-open:hover {cursor:pointer}  
.modal-content {
	position: fixed;
	display: none; /*jsでフェードインされるまでdisplay:none*/;
	z-index: 3; /*オーバーレイより上に*/;
	margin: 10px;
	padding: 15px;
	border-radius: 20px;
	background: #fff;
}
a.modal-close {	/*クローズボタンは何でも好きなスタイルでOK*/
    position: absolute;
	top: 0;
	right: 10px;
	color: #FF9999;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/
.item12{
	width: 30%;
	font-family: メイリオ;
	line-height: 1.6em;
}
.item13{
	width: 65%;
	margin-right: 5%;
}

@media only screen and (max-width: 959px) {
.item12{
	display:none
}
.item13{
	width: 100%;
	font-size: 1em;
}
