@charset "utf-8";





.flex{
	display: flex;
	width:1000px;
	margin:0 auto;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.profile{
	padding:24px 0 0 40px;
	text-align: left;
	width:563px;
}

.profile h2{
font-size:2em;
line-height:1em;
font-weight:normal;
}

.profile h2 span{
font-size:0.5em;
vertical-align:bottom;

}

.profile ul{
	margin:30px 0 0 0;
}

.profile ul li span:first-child{
display: inline-block;
width:5em;
}
.profile ul li span:last-child{
display: inline-block;

}

.profile .comment{
	margin:30px 0 0 0;
}

.profile .english{
	margin:30px 0 0 0;
}

.profile .english ul li span:first-child{
width:6em;
}


@media all and (min-width: 0px) and (max-width: 736px) {



.photo{
	width:50%;
	max-width:400px;
}


.flex{
	display: block;
	width:100%;
	padding:0 2%;
}

.profile{
	margin:55px 0 0 0;
	padding:0 2%;
	width:100%;
}




}
