@charset "UTF-8";


.tit_line {
	position: relative;
	padding: 1rem 5rem;
	border-bottom: 6px solid #094;
	font-size: 24px;
	background-image: url(../img/line_icon.png);
	background-repeat: no-repeat;
	background-position: left;
}

.tit_line:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

.line_txt {
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
	color: #514036;
	margin-top: 20px;
}


@media screen and (min-width:1025px) and ( max-width:1200px) {

line_img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}

}