@charset "Shift_JIS";
/* ===================================================================
 下位ページ用スタイル
=================================================================== */
body {
}




.about-system {
	background-color: #F4F8FA;
	border: 1px dotted #C4C7DB;
	background-image: url(../img/about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 65px 20px 20px;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}



.point-box {
	background-color: #F4F8FA;
	border: 1px dotted #C4C7DB;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
}
.point-box p{
	line-height: 30px;	
}

.point-box img{
	width:100%;
	height:100%;
}

h2 img{
	width:100%;
}

.system-content{
	width:660px;
	margin:0 auto;
}  

@media screen and (max-width: 768px) {
 .system-content{
	width:100%;
	padding:20px;
	margin:0 auto;
}   
}

