@charset "utf-8";

.reserch {
	padding: 0 5%;
}


.reserch .inner {
	max-width: 120rem;
	padding: 10rem 0;
	margin: 0 auto;
}

.reserch .ttl {
    font-size: 4.8rem;
    line-height: 1em;
    margin-bottom: 10rem;
    color: #a7799b;
	border-bottom: 1px solid #a7799b;
}

.reserch .ttl span {
	display: inline-block;
	padding-bottom: 3rem;
	border-bottom: 5px solid #a7799b;
}

.reserch .field {

}

.reserch .field li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10rem;
}

.field li:nth-child(even) {
	flex-direction: row-reverse;
}

.reserch .field li:last-of-type {
	margin-bottom: 0;
}

.reserch .field li img {
	width: 44%;
}

.reserch .field li .txt {
	width: 52.5%;
}

.reserch .field li .txt h3 {
	font-size: 2.6rem;
	color: #a7799b;
	margin-bottom: 2rem;
	line-height: 1em;
}

.reserch .field li .txt dl {
	border-bottom: 1px solid #a7799b;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.reserch .field li .txt dt {
	color: #a7799b;
	font-size: 1.3rem;
	line-height: 1em;
	width: fit-content;
	border: 1px solid #a7799b;
	padding: 0.5rem 1.5rem;
	margin-bottom: 1rem;
	
}

.reserch .field li .txt dd {
	font-size: 1.7rem;
	color: #a7799b;
	display: inline-block;
	margin-right: 0.5rem;
}

.reserch.back {
	background: #FAF4F8;
}

@media screen and (max-width: 768px){
	.reserch {
		padding: 0;
	}
	.reserch .inner {
		max-width: 120rem;
		width: 90%;
		padding: 5rem 0;
		margin: 0 auto;
	}
	
	.reserch .ttl {
		margin-bottom: 8rem;
	}
	
	.reserch .ttl span {
		font-size: 2.8rem;
		padding-bottom: 1rem;
	}
	
	.reserch .field li {
		display: block;
		margin-bottom: 8rem;
	}
	
	.reserch .field li img {
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.reserch .field li .txt h3 {
		font-size: 2.4rem;
	}
	
	.reserch .field li .txt {
		width: 100%;
	}
	
	.reserch .field li .txt dt {
		width: 100%;
		text-align: center;
	}
	
	.reserch .field li .txt dd {
		font-size: 1.5rem;
	}
	
	
}




