@charset "utf-8";
.ContentPageH1{
	background-image: url(https://sepila.jp/common/image/headerImg_guide.png);
}
.h1Des{
	font-size: 1.2rem;
	text-align: center;
	
}
h2{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color:#5e5757;
	margin: 45px 0 25px 0;
	position: relative;
}
h2::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; 
	transform: translate(-50%); 
	width: 30px;
	height: 2px; 
	background-color: rgba(94,87,87,0.3);
}
.documentArea{
	padding: 20px 20px 20px 30px;
}
h3{
	font-size: 1.5rem;
}
.flowArea{
	margin-bottom: 10px;
}
.flowAreaCancel{
	margin-top: 30px;
}
.flowHeaderArea{
	display: flex;
	margin-left: -19px;
}
.flowHeaderArea h3{
	margin-top: 5px;
	margin-bottom: 12px;
}
.flowIconArea{
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 2px;
    border-radius: 50%;
    color: #fff;
    background: #d4cbc1;
    text-align: center;
	margin-right: 12px;
}
.flowIconAreaCancel{
	background: #998a79;
}
.flowRegiDesArea{
	border-left: 3px solid #d4cbc1;
	padding-left: 20px;
	border-left-width: 2px;
}
.flowRegiDesArea p{
	overflow-wrap:break-word;
	padding-left: 5px;
	font-size: 1.1rem;
}
.flowRegiDesArea img{
	margin: 5px 0;
	border-radius: 10px;
}
.flowRegiDesArea span{
	font-weight: bold;
	color: #C2858C;
	font-size: 1.2rem;
}
.top_upperCvButton .flowRegiDesArea img{
	border-radius: 10px;
	margin-top: 10px;
}
.top_cvButtonArea{
	margin-top:0;
}
.top_cvButton{
	width: 185px;
}
.top_cvButtonLineicon{
	margin:0 2% 0 0;
}
.NgAreaWrap{
	margin-bottom: 13px;
}
.NgH2Sub{
	margin: 0 0 10px 0;
	font-size: 1rem;
	text-align: center;
}
.NGArea {
    display: flex;
    padding: 0 0 3px 0;
	margin:0 2%;
}
.NGArea h3{
	font-weight: bold;
}
.NGLeftParts {
    margin: 0 0.5% 0 0;
}
.NGParts {
    background-color: rgba(255, 255, 255, 0.7);
    width: 50.5%;
    border-radius: 10px;
    text-align: center;
	padding: 20px;
}
.NGParts img {

}
.attentionArea{
	padding: 0px 0px 0px 20px;
	list-style-type : circle ;
	font-size: 1.2rem;
}