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