@charset "utf-8";
.contents{
  padding:20px 30px 40px;
	background: #fff;
	line-height: 1.6;
}
.contents,
.contents *{
	box-sizing: border-box;
}
.contents .tit_wrap{
	margin: 0 -30px 20px;
}
.tit_esthe{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.name-change > * + *{
	margin-top: 25px;
}
.em{
	font-weight: bold;
}