@charset "utf-8";
.page-title{
	background:url(/sp/img/for-individual/index/mv.jpg) no-repeat center center;
	background-size:cover;
}
.lead{
	margin-bottom: 3.0rem;
}
.lead .c-title span{
	display: inline-block;
}
.lead p{
	line-height: 1.8;
}

.flow h2{
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
	padding-bottom: 0.6rem;
	border-bottom: .2rem solid #004098;
}
.flow .note{
	font-size: 1.2rem;
	margin-bottom: 1.8rem;
}
/*360以下デバイス*/
@media screen and (max-width: 359px){
	.lead .c-title{
		font-size: 1.8rem;
	}
}
/*flowエリア*/
.free,
.paid{
	position: relative;
}
/*無料・有料*/
.flow-wrapper {
	margin-right: -.5rem;
	margin-left: -.5rem;
}
/*f無料・有料幅*/
.flow-wrapper .scope{
	width:20px;
	height: calc(100% + 10px);
	padding-top: 11rem;
	position: absolute;
	top: 0;
	right: 0;
	color: #384454;
	background: #e9ecf0;
	font-size: 1.6rem;
	font-weight: 500;
}
.flow-wrapper .scope span{
	display: block;
	width: 1em;
	margin: auto auto 0.25em;
}
.flow-wrapper .scope span.bo{
	transform: rotateZ(90deg);
}
/*有料サービスエリア*/
.flow-wrapper .paid .scope{
	color: #fff;
/*	background: #ebf1a7;*/
	background: #6687ab;
	top:-10px;
}
/*flowブロック幅*/
.flow-wrapper .steps{
	width: calc( 100% - 28px);
}
.caution{
	font-size: 1.1rem;
	color: #666;
	line-height: 1.4;
	margin-top: .6rem;
}
/*stepブロック*/
.flow-wrapper .step{
	width:  100%;
	position: relative;
	background: #dfecf5;
	margin-bottom: 2.2rem;
	padding: 1.8rem 2.0rem 3.0rem;
}
.flow-wrapper .step::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 16px solid #dfecf5;; /* 好みで高さ色を変えてください */
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}
 .paid .step:last-of-type{
	background: #b4d8f0;
}
.paid .step:last-of-type::after{
	content: none;
}
/*step番号*/
.flow-wrapper .step .step-num{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.0rem;
}
.flow-wrapper .step .step-num p{
	text-align: center;
	line-height: 1;
}
.flow-wrapper .step .step-num .deco{
	display: inline-block;
	font-size: 1.0rem;
	font-weight: bold;
}
.flow-wrapper .step .step-num .c{
	display: block;
	font-size: 2.6rem;
	color: #004098;
	letter-spacing: 0;
	font-weight: bold;
	padding-bottom: .2rem;
}
.flow-wrapper .step .text-area h3{
	font-size: 1.7rem;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: .8rem;
	font-weight: 800;
}
.flow-wrapper .step .text-area h3 span{
	display: inline-block;
}
.flow-wrapper .step .text-area p{
	letter-spacing: .02em;
	text-align: justify;
}
/*step01*/
.flow-wrapper .step.s01  h3 {
	margin-bottom:.5rem;
}
.s01 .text-area p{
	margin-bottom:.9rem;
}
.s01 .tel .sub-h{
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: .02em;
}
.s01 .tel {
	margin-bottom: .8rem;
}
.s01 .tel .num{
	color: #004098;
	display:block;
	font-size:3.0rem;
	font-weight:800;
	letter-spacing:0.003em;
	background:url(/img/common/icon_tel_blue.svg) left 70% no-repeat;
	background-size: 15px auto;
	padding-left:18px;
	line-height:1;
}
.s01 .tel .time{
	display: block;
	font-size:1.1rem;
}
.s01 .mail{
	width: 100%;
	display: flex;
	align-items: center;
}
.s01 .mail a{
	font-weight: bold;
	font-size: 1.4rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 1.0rem 2.0rem 1.1rem;
}
.s01 .mail a::before {
	content: '';
	top: 1px;
	 position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: .5rem;
	background: url(/img/common/icon_mail.svg) no-repeat left center;
	background-size: 16px auto;
}
/*360以下デバイス*/
@media screen and (max-width: 359px){
	/*stepブロック*/
	.flow-wrapper .step{
	padding: 1.5rem 1.5rem 2.5rem;
	}
	/*step番号*/
	.flow-wrapper .step .step-num{
		width: 54px;
		height: 54px;
	}
	.flow-wrapper .step .step-num .c{
		font-size: 2.2rem;
	}
	/*テキスト文字サイズ*/
	.flow-wrapper .step .text-area{
		font-size: 1.2rem;
	}
	.flow-wrapper .step .text-area h3{
		font-size: 1.6rem;
	}
	.s01 .tel .num{
		font-size:2.6rem;
	}
}
