@charset "UTF-8";

/* sass */
.list-general > li { display: table; }

.list-general > li > span { display: table-cell; }

.list-general > li > span:first-child { white-space: nowrap; }

.modal-hero img { width: 100%; }

.modal-body {padding: 0px 5% 32px;}

.modal-body .hdg { text-align: center; font-size: 1.6rem; }

.modal-body .link { text-align: center; margin-top: 16px; }

.modal-body .link > a { font-weight: bold; text-decoration: none; font-size: 1.6rem; color: #1DA4B8; }

.modal-body .list-general > li { margin-top: 16px; }


/* �X�N�V���摜 */
.lst-cap{
	font-size: 0;
	margin: 0 15px 15px;
	text-align: center;
}
.lst-cap > li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	padding: 0 5px;
}
.lst-cap > li:only-child{
	width: 50%;
}
.lst-cap img{
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
