@charset "UTF-8";

/**
 * #content
 */
.head .img {
	float:right;
	max-width:368px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.text h2 {
/* 	letter-spacing: 0.15em; */
}
#content .sign {
	text-align:right;
	margin:2em 0;
	font-weight: 600;
}
#content .sign strong {
	font-size: 125%;
	font-weight: 600;
}
#content .btns {
	margin:6em 0 2em 0;
}
#content .profile {
	position: relative;
	margin-top: 20px;
}
#content .profile__image {
	text-align: center;
}
#content .profile__image img {
	max-width: 100%;
}
#content .profile__text {
	position: absolute;
	width: 33.333%;
	right: 0;
	bottom: 0;
	padding: 0 0.5em;
	box-sizing: border-box;
	color: #000;
}

@media only screen and (max-width:767px) {	
	.head .img {
		float:none;
		width:100%;
		text-align:left;
		margin-left: 0;
	}
	.text h2 {
		letter-spacing: 0;
	}
	#content .btns {
		margin:40px 0 50px 0;
	}
	#content .profile__image img {
		width: 50%;
	}
	#content .profile__text {
		width: 25%;
	}
}