@charset "UTF-8";
.page-title{
	background:url(/img/for-individual/index/mv.jpg) no-repeat center center;
	background-size:cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
	.page-title{
		background-image:url(/img/for-individual/index/mv@2x.jpg);
	}
}
.contents-wrapper{
	width: 1000px;
	margin: 0 auto;
}
.lead {
	margin-bottom: 75px;
}
.lead p{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.08em;
}

.flow h2{
	font-size: 24px;
	margin-bottom:10px;
}
.flow .note{
	margin-bottom: 30px;
}
.free,
.paid{
	position: relative;
}
/*無料・有料*/
.flow-wrapper .scope{
	width:calc(100% - 940px) ;
	height: calc(100% + 10px);
	padding-top: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #384454;
	background: #e9ecf0;
	font-size: 26px;
}
.flow-wrapper .scope span{
	display: block;
	width: 1em;
	color: #384454;
	background: ;
	margin: auto auto 0.04em;
}
.flow-wrapper .scope span.bo{
	transform: rotateZ(90deg);
}
.flow-wrapper .paid .scope{
	color: #fff;
	background: #004098;
	top:-10px;
}
.flow-wrapper .paid .scope span{
	color: #fff;
}
.flow-wrapper .steps{
	width: 912px;
}
.caution{
	font-size: 12px;
	color: #666;
	margin-top: 8px;
}
/*stepブロック*/
.flow-wrapper .step{
	width:  100%;
	position: relative;
	background: #dfecf5;
	min-height: 210px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items:center;
	margin-bottom: 28px;
	padding: 24px 48px 24px 0;
}
.flow-wrapper .step::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 20px solid #dfecf5;; /* 好みで高さ色を変えてください */
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
 .paid .step:last-of-type{
	background: #b4d8f0;
}
.paid .step:last-of-type::after{
	content: none;
}
.flow-wrapper .step .step-num{
	width: 117px;
	height: 117px;
	border-radius: 50%;
	background: #fff;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 24px 0 24px;
}
.flow-wrapper .step .step-num p{
	text-align: center;
	line-height: 1;
}
.flow-wrapper .step .step-num .deco{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.flow-wrapper .step .step-num .c{
	display: block;
	font-size: 44px;
	color: #004098;
	letter-spacing: 0;
	font-weight: bold;
}
.flow-wrapper .step .text-area{
	font-size: 16px;
	flex: 1;
	letter-spacing: 0.04em;
}
.flow-wrapper .step .text-area p span{
	display: block;
}
.flow-wrapper .step .text-area h3{
	font-size: 22px;
	margin-bottom: 7px;
}
/*step01*/
.flow-wrapper .step.s01  h3 {
	margin-bottom: 3px;
}
.s01 .text-area p{
	margin-bottom:8px;
}

.s01 ul{
	display: flex;
}
.s01 li{
	margin-right: 35px;
}
.s01 .tel .sub-h{
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 3px;
}

.s01 .tel .num{
	color: #004098;
	display:block;
	font-size:30px;
	font-weight:800;
	letter-spacing:0.003em;
	background:url(/img/common/icon_tel_blue.svg) left center no-repeat;
	background-size: 16px auto;
	padding-left:20px;
	line-height:1;
}
.s01 .tel .time{
	display: block;
	font-size:12px;
}
.s01 .mail{
	width: 260px;
	display: flex;
	align-items: center;
}
.s01 .mail a{
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	width: 100%;
	height: calc(100% - 18px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.s01 .mail a::before {
  content: '';
	top: 1px;
	 position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/img/common/icon_mail.svg) no-repeat left center;
	background-size: 16px auto;
}
