@charset "UTF-8";

/* main visual */
#newhouse #mainvisual {
	background-image: url(../images/newhouse/mv.jpg);
}

#methods {
	background-color: #e6f0fa;
}
#superwall {
	margin-bottom: 2rem;
}
/*#superwall {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#superwall .column-left {
	flex-basis: 62.5%;
}*/
#superwall h4 {
	font-size: 1.25rem;/*1.75rem;*/
	font-weight: normal;
	margin-bottom: 1rem;/*2rem;*/
}
#superwall h4 span {
	display: block;/*inline-block;*/
	font-size: .875rem;/*1rem;*/
	margin-left: 0;/*1rem;
	transform: translateY(-.25rem);*/
}
#superwall p {
	font-size: .875rem;
	line-height: 1.6;/*2.5rem;*/
	margin-bottom: 1rem;
}
#superwall .column-right {
	background-color: #fff;
	padding: 2.5% 2.5% 1.5% 2.5%;
}
#superwall .column-right picture {
	margin: 0 auto;
	max-width: 357px;
}
#othermethods li {
	background-color: #5783a0;
	color: #fff;
	margin-bottom: 2rem;
	padding: 1rem;
}
#othermethods li:last-child {
	margin-bottom: 0;
}
#othermethods dt {
	font-size: 1.25rem;
	margin-bottom: .5rem;
}
#othermethods dt span {
	display: block;
	font-size: .875rem;
}
#othermethods dd {
	font-size: .875rem;
	line-height: 1.6;
}

@media screen and (min-width: 980px) {
	#superwall {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#superwall .column-left {
		flex-basis: 62.5%;
	}
	#superwall h4 {
		font-size: 1.75rem;
		margin-bottom: 2rem;
	}
	#superwall h4 span {
		display: inline-block;
		font-size: 1rem;
		margin-left: 1rem;
		transform: translateY(-.25rem);
	}
	#superwall p {
		line-height: 2.5;
	}
	#superwall .column-right {
		background-color: #fff;
		flex-basis: 35%;
		padding: 10% 2.5%;
	}
	#othermethods {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#othermethods li {
		display: flex;
		flex-basis: 48.5%;
		margin: 0;
		padding: 2rem;
	}
	#othermethods dt {
		font-size: 1.75rem;
		margin-bottom: 1.5rem;
	}
	#othermethods dt span {
		font-size: 1rem;
	}
	#othermethods dd {
		line-height: 2.5;
	}
}
