@charset "utf-8";

.content1440 {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: auto;
}

.features-detail-ttl {
	padding-left: 2em;
}

.main002 .not_index .not_ft_mv_pic img,
.not_picture_box .not_picture img {
	max-width: 100%;
}

.main002 .not_c .not_c_article .not_c_artcle_li li::before {
	border-left: none;
	width: 8px;
	height: 8px;
}

.main002 .not_c .not_c_article .not_c_article_h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	position: relative;
	padding: 0.25em 0 0.25em 1em;
}


.main002 .not_c .not_c_article .not_c_article_h4::before {
	content: '';
	position: absolute;
	width: 0.1em;
	height: 2.3em;
	top: 0;
	left: 0;
	background: #192d8c;
}

@media screen and (max-width: 640px) {

.content1440 {
  width: 94%;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.features-detail-ttl {
	padding-left: 3vw;
}

}