#profile h2{
	position: relative;
	margin: 35px auto 15px auto;
	width: calc(100% - 30px);
	text-align: left;
	font-size: 110%;
}
#profile .main{position: relative;}
#profile .mainImg{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 420px;
}
#profile .mainImg .copyright{
	position: relative;
	font-size: 76%;
	color: #A0A0A0;
	text-align: right;
}
#profile .profTxt{
	position: relative;
	width: calc(100% - 30px);
	margin: 10px auto 0 auto;
	padding-bottom: 50px;
}
#profile .profTxt .name{
	position: relative;
	margin: 0 auto;
	font-size: 140%;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 1px #D3D3D3;
}
#profile .profTxt .name span{display: block; font-size: 50%;}
#profile .profTxt .text{
	position: relative;
	margin: 30px auto;
	font-size: 92%;
}
#profile .profTxt h3{
	position: relative;
	margin: 0 auto;
	color: #9E9E9E;
	border-bottom: solid 1px #D3D3D3;
	font-size: 90%;
}
#profile .profTxt dl{
	position: relative;
	margin: 10px auto 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 0;
}
#profile .profTxt dl dt{
	position: relative;
	margin: 0;
	width: 5em;
	font-size: 84%;
}
#profile .profTxt dl dd{
	position: relative;
	margin: 0;
	width: calc(100% - 5em);
	font-size: 90%;
}

@media screen and (min-width: 768px) {
	#profile h2{
		display: none;
	}
	#profile .main{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0 40px;
		max-width: 1200px;
		margin: 50px 0 0 160px;
		width: calc(100% - 160px);
	}
	#profile .mainImg{
		margin: 0;
		width: calc(35% - 40px);
	}
	#profile .profTxt{
		width: calc(65% - 60px);
		margin:0;
		padding-bottom: 100px;
	}
	#profile .profTxt .name{
		margin: 20px auto 0 auto;
		font-size: 180%;
		text-align: left;
	}
	#profile .profTxt .name span{display: inline; font-size: 50%;}
	#profile .profTxt .text{
		margin: 30px auto 50px auto;
		font-size: 96%;
	}
	#profile .profTxt h3{font-size: 90%;}
	#profile .profTxt dl{
		margin: 15px auto 0 auto;
		gap: 25px 0;
	}
	#profile .profTxt dl dt{
		width: 5em;
		font-size: 90%;
	}
	#profile .profTxt dl dd{
		width: calc(100% - 5em);
		font-size: 96%;
	}

}

@media screen and (min-width: 768px) and (max-width:900px) {
	#profile .mainImg{
		width: 90%;
		margin: 0 auto;
	}
	#profile .profTxt{
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 901px) and (max-width:1150px) {
	#profile .mainImg{
		width: calc(45% - 40px);
	}
	#profile .profTxt{
		width: calc(55% - 60px);
	}
}