.hlLine2ex {
  position: relative;
  margin: 60px 0 0 0;
  padding: 0 0 16px 0;
  background: url(/common_v2/img/bg_hl_line2.gif) no-repeat 0 100%
}

.hlLine2ex h2 {
  padding-right: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #141414;
  line-height: 1.27
}

@media screen and (max-width:767px){
	.hlLine2ex {
		padding: 12px 0 12px 6px;
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
		background-image: none
	}
	.hlLine2ex h2 {
		display: block;
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.5;
		color: #141414;
		position: relative
	}
}
