@charset "utf-8";
#wrapper {
	width: 850px;
	margin: 0 auto;
}
#wrapper h3 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 80px;
}
#wrapper h3 span {
	text-align: center;
	border-bottom: 2px solid #000;
}
#photoname {
	display: flex;
}
#roll {
	margin: 0 auto;
}
#photoname img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	object-fit: cover;
}
section {
	margin-left: 50px;
	vertical-align: center;
}
section>h4 {
	text-indent: 1rem;
	border-bottom: 2px solid #000;
	font-size: 1.3rem;
}
section>h4 span {
	font-size: 1.1rem;
	margin-left: 1.3rem;
}
section p {
	text-align:justify;
}
#birth {
	text-align: center;
	letter-spacing: 0.1rem;
}
#skills {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	width: 850px;/*height: 670px;*/
}
.skill-wrapper {
	width: 250px;
	/*height: 320px;*/
	margin: 30px auto 0;/* background: #f00; */
}
.skill-title {
	display: flex;
	align-items: center;
}
.skill-image {
	width: 80px;
	height: 80px;
	/*background: #000;*/
  margin-right: 5px;
}
.skill-image img {
	width: 100%;
}
.skill-name {
	margin: 0;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.skill-name>span {
	font-size: 1.2rem;
}
.skill-wrapper>p {
	text-align: justify;
	margin-top: 10px;
}
.contact {
	margin: 50px auto 30px;
	text-align: center;
	padding: 0;
	/* background: black; */
  font-size: 1.1rem;

}
@media screen and (max-width: 849px) {
#wrapper {
	width: 85%;
}
#skills {
	width: 85%;
	justify-content: space-between;
	margin: 0 auto;
}
}
@media screen and (max-width: 479px) {
#photoname {
	display: block;
}
#photoname div p {
	text-align: center;
}
section {
	margin: 0;
}
section>p {
	text-align:justify;
}
}