@charset "utf-8";

.l-content .serviceBox {
	margin-top: 60px;
}
.l-content .serviceBox .serviceList {
	font-size: 0;
}
.l-content .serviceBox .serviceList > li {
	display: inline-block;
	width: 50%;
	vertical-align: top;

  min-height: 1px;
}
.l-content .serviceBox .serviceList > li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l-content .serviceBox .serviceList > li .image {
	float: left;
	margin-bottom: 30px;
}
.l-content .serviceBox .serviceList > li .image a {
	display: block;
}
.l-content .serviceBox .serviceList > li .image a img {
	width: 205px;
	height: 60px;
}
.l-content .serviceBox .serviceList > li .text {
	width: 460px;
	margin-bottom: 0;
	padding: 0 0 0 20px;
	float:left;
	vertical-align: top;
}
.l-content .serviceBox .serviceList > li .image + .text {
	width: 350px;
	min-height: auto;
	margin-bottom: 30px;
	font-size: 12px;
}

.l-content .topicServiceBox > ul > li {
	font-size: 0;
	margin-bottom: 30px;
}
.l-content .topicServiceBox .topicService__image {
	display: inline-block;
}
.l-content .topicServiceBox .topicService__text {
	display: inline-block;
	width: 620px;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: top;
}
.l-content .topicServiceBox .topicService__image a img {
	width: 297px;
	height: 90px;
}

/*.mainArea以外の.link指定*/
.l-content .m-link {
  text-indent: -8px;
  padding-left: 8px;
}
.l-content .m-link a {
	font-weight: bold;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHAQMAAAAVq36TAAAABlBMVEW/v78AS7E2lsyyAAAAAXRSTlMAQObYZgAAABJJREFUGBljbmBmAEMJZgPmBAAIngE+HFgy7QAAAABJRU5ErkJggg==) 0 3px no-repeat;
  padding-left: 8px;
}