@charset "utf-8";

#main{
	padding-top: 80px;
}

.h2_title{
	height: 62px;
	margin-bottom: 60px;
	text-align: right;
	border-bottom: 1px solid #000;
}

.profile .flex-container{
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.profile .photo{
	width: 300px;
	padding-left: 30px;
}
.profile section{
	width: 550px;
	padding-right: 30px;
}
.profile .item .h3_title{
	font-size: 16px;
	margin-bottom: 34px;
}
.profile .item .h4_title{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 32px;
}
.profile .item .txt{
	font-size: 13px;
	line-height: 1.8em;
}
.profile .jp{
	margin-bottom: 80px;
}