@charset "utf-8";

.about .visual {
	margin: 0 0 33px;
}
.about .contentsArea {
	color: #333333;
	padding: 0 0 10px;
}
.about .contentsArea h2.titIco {
	margin: 0 0 30px!important;
}
.about .contentsArea h2.titIco:before {
	background: url("../img/about/ico_tit.png") no-repeat 0 5px;
}

.com_top {
	text-align: center;
	margin-bottom: 40px;
}

.com_top .box {
	width: 300px;
	margin: 0 auto 1em;
	border: solid 1px #d8d8d8;
	padding: 1.5em 0 .5em;
}

.com_top .box .ttl {
	font-size: 20px;
	margin-bottom: .8em;
	font-weight: bold;
	letter-spacing: .06em;
}
.com_top .box .name {
	font-size: 18px;
	margin-top: 1em;
}
.com_top .box .name span {
	font-size: 14px;
}

.com_sec {
	padding-bottom: 70px;
}

.com_sec p {
	font-size: 14px;
	line-height: 2;
}

.com_sec p + p {
	margin-top: 3em;
}

.com_sec .ttl {
	background: url(../../about/img/bg_dot.png);
	position: relative;
	padding: .6em 1em .5em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.com_sec .ttl:before {
	position: absolute;
	left: 0;
	content: '';
	height: 1.4em;
	border-left: solid 4px #1898d3;
}

.com_sec li + li {
	margin-top: .5em;
}

.com_sec ul {
	margin-bottom: 30px;
}

#contents .contentsArea .titIco {
	font-size: 22px;
	line-height: 1.2;
}
#contents .contentsArea .titIco span {
	font-size: 12px;
}
