@charset "utf-8";
/* CSS Document */
.protect-h2 {
  text-align: left;
  font-size: 1.8rem;
  font-family: adobe-caslon-pro, serif;
  display: inline-block;
}
.common-block {
  text-align: center;
}
.profile-h2 h2 {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: -0.08em;
  padding-right: 10px;
  font-family: adobe-caslon-pro, serif;
  padding-bottom: 20px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: adobe-caslon-pro, serif;
}
.section2 {
  width: 40%;
  margin: 50px 20px;
  border: solid 1px #000;
  padding: 30px 20px;
	background-color: #fff;
}
.profile {
  margin-bottom: 20px;
}
.flex2 {
  display: flex;
  justify-content: flex-start;
}
.profile img {
  width: 200px;
}
.profile-h2 {
	padding-left: 20px;
}
.comment p {
	font-size: 1.5rem;
}
.comment h3 {
	font-size: 1.8rem;
	margin: 10px;
}
.profile-h2 a img {
	width: 45px;
	margin-top: 10px;
}
.right {
	float: right;
}
@media (max-width: 600px) {
.section2 {
  width: 90%;
	}
}
@media (max-width: 473px) {
.protect-h2 {
  font-size: 1.5rem;
	}
	.flex2 {
		display: block;
		text-align: center;
	}
	.profile img {
  width: 70%;
}
	.comment {
		margin-top: 20px;
	}
}