@charset "UTF-8";

/* flow
---------------------------------------------------------------------------*/

/* .sec-flow
------------------------------------*/
.sec-flow {
	margin-bottom: 45px;
}

.flow-list + .sec-flow {
	margin-top: 90px;
}

.sec-flow h2 {
	margin-bottom: 18px;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.sec-flow h2 + p {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.sec-flow p br {
	display: none;
}

/* .flow-list
------------------------------------*/
.flow-list li {
	position: relative;
	margin: 0 0 65px 30px;
}

.faq-list li {
	margin-bottom: 38px;
}

.flow-list li:last-of-type {
	margin-bottom: 0;
}

.flow-list:not(.faq-list) li:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -42px;
	left: 17px;
	background: url(../img/share/arrow-down@2x.png) no-repeat;
	background-size: 10px 20px;
	width: 10px;
	height: 20px;
}

.flow-list li:last-of-type:after {
	display: none;
}

.flow-list h3 {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.flow-list h3 i,
.flow-list p i {
	display: block;
	position: absolute;
	top: -1px;
	left: -28px;
	font-size: 16px;
	font-weight: 300;
}

.flow-list p i {
	top: -4px;
	left: -27px;
}

.flow-list p {
	position: relative;
/* 	color: #666666; */
	line-height: 1.75;
	font-size: 12px;
}

.flow-list p br {
	display: none;
}

.flow-list h4 {
	margin: 32px 0 8px 4px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

/* .example-list
------------------------------------*/
.example-list {
	overflow: hidden;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.example-list dt {
	float: left;
	box-sizing: border-box;
	width: 105px;
	padding: 15px 0 0 5px;
}

.example-list dd {
	border-bottom: 1px solid #D7D7D7;
	padding: 15px 0 6px 105px;
}