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

rt {
	font-weight: 100;
}

.profile__img {
	width: 200px;
	aspect-ratio: 3/4;
/*	background: aqua;*/
	
	margin: 50px auto 30px;;
}

.profile__img img {
	width: 100%;
	
}

.profile__name {
/*	width: 300px;*/
	text-align: center;
	margin: 0 auto 20px;
	
	font-size: 3rem;
	font-weight: bold;
}

.profile__main {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.profile__main h2 {
	text-align: center;
	padding: 15px 0;
}

.profile__main h3 {
	margin: 0 0 5px;
}

.profile__main__inner {
	max-width: 600px;
	margin: 20px auto;
	padding: 5%;
	border: 1px solid rgba(0,0,0,.8);
	border-radius: 15px;
	
	
/*	background: rgba(255,255,0,.3);*/
}

.profile__main__inner div {
	margin-bottom: 25px;
}

.profile__main__inner p {
	padding: 0 5px;/*全ての文章の下部に5pxの空間を作成*/
}

.stady_time {
	font-weight: bold;
}

.profile__text {
	text-align: justify;
	text-justify: inter-ideograph;
	text-indent: 0.75rem;
}
.profile__text {
	line-height: 30px;
}


@media(max-width:1300px) {
	
	.profile__name {
		font-size: 2rem;
	}
	
	.profile__main{
		justify-content: center;
		flex-direction: column;
	}
}