@charset "utf-8";

/* ------------------------------------------- */
/* principles */
/* ------------------------------------------- */
.edit-area.top{
	padding: 6.7rem 0 12rem;
}
@media screen and (max-width: 767px){
	.edit-area.top{
		padding: 4rem 0;
	}
}
.edit-area.top .text-box{
	letter-spacing: 0.08em;
	line-height: 2.25;
}
.edit-area.top .text-box p{
	margin-bottom: 3rem;
	text-indent: 1.6rem;
}
@media screen and (max-width: 767px){
	.edit-area.top .text-box p{
		margin-bottom: 1.5rem;
		text-indent: 1.4rem;
	}
}
.edit-area.top .text-box p:last-child{
	margin-bottom: 0;
}


.edit-area.top .text-box .sign{
	text-align: right;
}
@media screen and (max-width: 767px){
	.edit-area.top .text-box .sign{
		font-size: 1.2rem;
	}
}

.edit-area.top .text-box .sign-img{
	text-align: right;
}
.edit-area.top .text-box .sign-img img{
	margin-left: 2rem;
	max-width: 12.9rem;
	vertical-align: bottom;
}