@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document profile
--------------------------------------------------------- */

#profile {
	margin-bottom: 20vw;
}

#profile .section {
	margin: 0 5vw 15vw;
	text-align: justify;
}

#profile p {
	margin-bottom: 2em;
}

#profile .youtube {
	height: 60vw;
	margin: 0 5vw 5vw;
	background: #ddd;
}

#profile .youtube iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}