@charset "UTF-8";
/*==========================================================================================
	CSS service style
	Date: 2013-06-04(+09:00)
	Maintained: Toshiya Shimizu
==========================================================================================*/
/* このスタイルシートの構成
/* ------------------
 *
 * 001:	 .serviceBlock
 */
/*==========================================================================================

	001:	.serviceBlock

==========================================================================================*/
.serviceList dt {
  clear: both;
  margin: 80px 0 0;
  border-bottom: 1px solid #babfc5;
}

.serviceList dt:first-child {
  margin-top: 0;
}

.serviceList dt .title {
  display: inline-block;
  margin-bottom: -1px;
  font-weight: bold;
  border-bottom: 1px solid #747e8b;
}

.serviceList dt .title span {
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #191b85;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.serviceList dt .title a {
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #191b85;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.serviceList dt .title a:hover {
  color: #f00;
}

.serviceList dd {
  zoom: 1;
}

.serviceList dd .catch {
  display: block;
  margin: 10px 0 20px;
  color: #535353;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.serviceList dd .image {
  float: left;
}

@media (max-width: 977px) {
  .serviceList dd .image {
    float: none;
    text-align: center;
  }
}

.serviceList dd .outline {
  width: 436px;
  float: right;
  line-height: 1.7;
}

@media (max-width: 977px) {
  .serviceList dd .outline {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.serviceList dd .outline strong {
  font-weight: bold;
}

.serviceList dd:after {
  content: "";
  display: block;
  clear: both;
}

/*==========================================================================================

	floatさせたボックスが親ボックスの外にはみ出す現象を回避

==========================================================================================*/
/*　IE6、IE7対策
==========================================================================================*/
/* 以外のブラウザ
==========================================================================================*/
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*# sourceMappingURL=style.css.map */