@charset "UTF-8";
/* CSS Document */

/*コンテンツ幅*/
.profile .inner{
	max-width: 900px;
	margin: 3rem auto 0;
}


/*画像サイズ*/
.profile .main-ph img{
	width: 720px;
}
@media (max-width:991.98px){
	.profile .main-ph img{
		width: 70vw;
	}
}
@media (max-width:575.98px){
	.profile .main-ph img{
		width: 300px;
	}
}


/*テキスト*/
.name{
	display: flex;
	justify-content: center;
	align-items: center;
}
.name p{
	font-size: 1.75rem;
	font-weight: bold;
}
.sentence-area h3{
	font-weight: 700;
	font-size: 1.125rem;
	padding-bottom: 10px;
}
.sentence-area p{
	font-size: 0.9375rem;
}


/*ラベル*/
.profile .label-r{
	background: no-repeat url("/img/common/label-r.svg");
	width: 45px;
	height: 55px;
	margin-left: 10px;
}
.profile .label-b{
	background: no-repeat url("/img/common/label-b.svg");
	width: 45px;
	height: 55px;
	margin-left: 10px;
}
.profile .label-s{
	background: no-repeat url("/img/common/label-s.svg");
	width: 45px;
	height: 55px;
	margin-left: 10px;
}
.profile .label-g{
	background: no-repeat url("/img/common/label-g.svg");
	width: 45px;
	height: 55px;
	margin-left: 10px;
}