@charset "utf-8";



/* メインコンテンツ
--------------------------------------------- */
.main-container {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.profile-container {

}

@media (min-width: 768px) {
	.profile-container {
		display: flex;
	}
}

.profile-img{
	margin: 0;
	margin-bottom: 10px;
	background-color: #222;
}

@media (min-width: 768px) {
	.profile-img {
		flex:0 0 280px;
	}
}

.profile-text{
	margin-top: 0;
}

@media (min-width: 768px) {
	.profile-text {

		margin-left: 3%;
	}
}


/* Sociol Media
--------------------------------------------- */

.social-content{
	display: flex;
	text-align: center;
	font-size: 0.8rem;
	width: 80%;
	min-width: 100px;
	align-content: center;
}







