.underMv img {
	width: 100%;
}
.back_1 {
	background: #EBE6DD;
}
.under_box {
	padding: 100px 0 70px 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: .3rem;
}
.inves_ttl {
	position: relative;
	text-align: center;
}
.inves_ttl h1 {
	position: absolute;
	bottom: -.7em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 37px;
	width: 100%;
}
.inves_ttl h2 {
	position: absolute;
	bottom: -.7em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 25px;
	width: 100%;
}
.inves_ttl h3 {
	font-size: 25px;
}
.ttl_type_1 {
	background: url("../images/investment/title_back01.png") center no-repeat;
	background-size: contain;
	height: 100px;
	margin-bottom: 75px;
}
.ttl_type_2 {
	background: url("../images/investment/title_back02.png") center no-repeat;
	background-size: contain;
	height: 80px;
	margin-bottom: 50px;
}
.ttl_type_3 {
	background: url("../images/investment/title_back03.png") center no-repeat;
	background-size: contain;
	height: 80px;
	margin-bottom: 50px;
}
.tx_1 {
	font-size: 25px;
	text-align: center;
}
.tx_2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 35px;
}
.wrap_1 {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top: 75px;
}
.wrap_1__item {
	width:31.5%;
}
.wrap_1__item dt {
	font-size: 23px;
	text-align: center;
	margin-bottom: 8px;
}
.wrap_1__item dt span {
	font-size: .5em;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
	font-weight: normal;
}
.wrap_1__item dd {
	font-size: 16px;
}
.wrap_1__img {
	margin-bottom: 10px;
}
.w100 {
	width: 100%;
}
.inves_list {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: 100px;
}
.inves_list li {
	background: #9A867A;
	color: #fff;
	text-align: center;
	padding: 10px;
	width: 32%;
	font-size: 20px;
}
.wrap_2 {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.wrap_2 h3 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}
.wrap_2__item_left {
	width: 40%;
}
.wrap_2__item_right {
	width: 52%;
}
.facility_wrap {
	text-align: center;
}
.facility_wrap h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.facility_list {
	display: flex;
	justify-content: center;
}
.facility_list li {
	width: 240px;
}
.facility_list li img {
	max-width: 157px;
}
.facility_list li span {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 10px;
	letter-spacing: .1em;
}
.notes {
	font-size: 11px;
	margin-left: 23%;
	margin-top: 30px;
	letter-spacing: 0;
	font-weight: normal;
}
.sp_br {
	display: none;
}
@media screen and (min-width:600px) and (max-width:1024px){
	.under_box {
		padding: 70px 0 50px 0;
	}
	.inves_ttl h1 {
		font-size: 3.5vw;
	}
	.inves_ttl h2 {
		font-size: 3vw;
	}
	.inves_ttl h3 {
		font-size: 3vw;
	}
	.ttl_type_1 {
		height: 8vw;
		margin-bottom: 50px;
	}
	.ttl_type_2 {
		height: 7vw;
		margin-bottom: 50px;
	}
	.ttl_type_3 {
		height: 7vw;
		margin-bottom: 50px;
	}
	.tx_1 {
		font-size: 2vw;
	}
	.tx_2 {
		font-size: 1.5vw;
	}
	.wrap_1 {
		margin-top: 50px;
	}
	.wrap_1__item dt {
		font-size: 2vw;
	}
	.wrap_1__item dd {
		font-size: 1.5vw;
	}
	.inves_list {
		display: flex;
		justify-content: space-between;
		align-content: center;
		margin-bottom: 100px;
	}
	.inves_list li {
		font-size: 1.5vw;
	}
	.wrap_2 h3 {
		font-size: 2vw;
	}
	.facility_wrap {
		text-align: center;
	}
	.facility_wrap h3 {
		font-size: 2vw;
	}
	.facility_list li {
		width: 20%;
		margin: 0 10px;
	}
	.facility_list li img {
		max-width: 100%;
	}
	.facility_list li span {
		font-size: 1.5vw;
	}
}
@media screen and (max-width:599px){
	.under_box {
		padding: 50px 0 35px 0;
	}
	.inves_ttl h1 {
		bottom: -20px;
		font-size: 18px;
		line-height: 1.2em;
	}
	.inves_ttl h2 {
		font-size: 18px;
	}
	.inves_ttl h3 {
		font-size: 18px;
	}
	.ttl_type_1 {
		height: 9vw;
		margin-bottom: 50px;
	}
	.ttl_type_2 {
		height: 9vw;
	}
	.ttl_type_3 {
		height: 9vw;
	}
	.tx_1 {
		font-size: 14px;
	}
	.tx_2 {
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}
	.wrap_1 {
		flex-direction: column;
		margin-top: 35px;
	}
	.wrap_1__item {
		width:100%;
		margin-bottom: 30px;
	}
	.wrap_1__item dt {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.wrap_1__item dd {
		font-size: 14px;
		font-weight: normal;
	}
	.wrap_1__img {
		margin-bottom: 10px;
	}
	.w100 {
		width: 100%;
	}
	.inves_list {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.inves_list li {
		width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.wrap_2 {
		flex-direction: column;
	}
	.wrap_2 h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.wrap_2__item_left {
		width: 100%;
		margin-bottom: 50px;
	}
	.wrap_2__item_right {
		width: 100%;
	}
	.facility_wrap h3 {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	.facility_list {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.facility_list li {
		width: 50%;
		padding: 0 5px;
	}
	.facility_list li img {
		max-width: 100%;
	}
	.facility_list li span {
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 15px;
		font-weight: normal;
		text-align: left;
	}
	.notes {
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}
	.sp_off {
		display: none;
	}
	.sp_br {
		display: inline;
	}
}
#footer {
    margin-top: 0;
}
