@charset "UTF-8";
.forclient img {
	display: block;
}
.forclient {
	width: 1024px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
}
.forclient .keyvisual {
	background-image: url(../images/mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 272px;
	width: 1024px;
	padding-left: 240px;
	padding-right: 80px;
	padding-top: 80px;
	font-weight: bold;
	padding-bottom: 0px;
}
.forclient .c-area {
	border: 2px solid #5597D5;
	padding: 30px;
	width: 1024px;
	/* border-radius */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: -30px;
	margin-bottom: 50px;
}
.forclient .c-area .point1 {
	background-image: url(../images/point1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 95px;
	font-size: 120%;
	line-height: 120%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
}
.forclient .c-area .point2 {
	background-image: url(../images/point2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 95px;
	font-size: 120%;
	line-height: 120%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
}
.forclient .c-area .point3 {
	background-image: url(../images/point3.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 95px;
	font-size: 120%;
	line-height: 120%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
}
.forclient .c-area .clearline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5597D5;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
.forclient .c-area .clear {
	clear: both;
}
.forclient .c-area .left {
	float: left;
	width: 420px;
	margin-right: 40px;
}
.forclient .c-area .right {
	width: 470px;
	float: left;
}
.forclient .c-area .right p {
	margin: 0px;
	padding: 0px;
}
.forclient .c-area .right dl {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5699D4;
	border-bottom-color: #5699D4;
	padding: 15px;
}
.forclient .c-area .right dl dt {
	color: #5597D5;
	font-weight: bold;
	margin-bottom: 15px;
}
.forclient .c-area .right dl dd {
	margin: 0px;
	padding: 0px;
}
.forclient .c-area .right dl dd span {
	color: #5597D4;
	margin-right: 5px;
}
.forclient .c-area .right .attention {
	color: #E3741B;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.forclient .c-area .right a img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.listmark {
	padding-left: 0;
	list-style: none;
}
.listmark  {
	margin-top: 0.5em;
}

.listmark  a {
	color: #333;
	position: relative;
	padding: 0 0 0 16px;
	display: inline-block;
}
.listmark  a:before {
	content: "";
	border-color: transparent;
	border-style: solid;
	border-top-width: 4px;
	border-right-width: 0;
	border-bottom-width: 4px;
	border-left-width: 6px;
	border-left-color: #0ba2ef;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 5px;
}
.listmark a:before {
	border-left-color: #0ba2ef; 
}
.contents-box{
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}
