.about section.secAtype {
	padding: 100px 0;
}
section img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
@media (min-width: 768px) {
	header nav {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0 30px;
	}
}
@media (max-width: 767px) {
	nav.globalMenuSp ul li a > div {
		text-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	}
}
.mv {
	background-image: url("./img/main_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mv_wrap {
	width: 100%;
	max-width: 700px;
	padding: 130px 0 120px;
}
.mv h1 {
	margin-bottom: 50px;
}
.mv p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 2.2;
	text-align: justify;
	text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
	.mv_wrap {
		padding: 74px 0 64px;
	}
	.mv h1 {
		width: 100%;
		max-width: 210px;
		margin-bottom: 30px;
	}
	.mv p {
		font-size: 14px;
		line-height: 2;
	}
}
section.secAtype .title_set h2 {
	font-size: 24px;
}
@media (max-width: 767px) {
	section.secAtype .title_set h2 {
		font-size: 20px;
	}
}
.case .card-header {
	margin: 16px 0 10px;
/*
	display: flex;
	align-items: center;
*/
	margin-left: 10px;
	padding-left: 12px;
	border-left: 7px solid #00aA45!important;
}
.case .h4 {
/*	display: inline-block;*/
	display: none;
	margin: 0;
	margin-right: 16px;
	color: #fff;
	font-size: 14px;
	background-color: #00aA45;
	padding: 7px 14px;
	border-radius: 4px;
}
.case h3 {
	margin: 0;
	font-size: 23px;
	line-height: 1.2;
	font-weight: 500;
}
.case p {
	font-size: 14px;
	text-align: justify;
}
.case a {
	display: inline-block;
	color: #00aA45;
	text-decoration: underline;
}
@media (max-width: 767px) {
	.case .card-header {
		margin: 6px 10px 10px;
/*
		flex-direction: column;
		align-items: flex-start;
*/
	}
	.case .h4 {
		margin: 0;
		margin-bottom: 10px;
		font-size: 12.4px;
		padding: 6px 12px;
	}
	.case h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.case p {
		font-size: 13px;
	}
}



































