<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.noth {
	margin-top: 0;	
}
.prf {
	margin: 30vw auto;	
}

.prf img {
	width: 60%;
	margin-bottom: 5vw;
}

.prf ul {
	padding: 0 6vw;	
}
.prf ul li:first-of-type {
	font-size: 6vw;
}

.prf ul li:nth-child(2) {
	font-size: 3.5vw;
	margin-bottom: 5vw;
}

.prf ul li:last-of-type {
	text-align: justify;
	font-size: 3.5vw;
	letter-spacing: 0.02em;
}


@media screen and (min-width:768px) { 

img {
	margin: 0;	
}

.prf {
	margin: 100px 40px;
	display: flex;
	align-items: center;
	max-width: 900px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}

.prf:last-of-type {
	border: none;
}

.prf img {
	width: 30%;
	height: 30%;
	margin-bottom: 0;
}

.prf ul {
	text-align: left;
	padding: 0 0 0 50px;
	width: 70%;
}

.prf ul li:first-of-type {
	font-size: 2.4rem;
	margin-top: -0.4em;
}

.prf ul li:nth-child(2) {
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.prf ul li:last-of-type {
	font-size: 1.4rem;
}





}

@media screen and (min-width:980px) { 
.prf {
	margin: 100px auto;
}
}</pre></body></html>