@CHARSET "UTF-8";
/* base */
.main {
	margin-top: 70px;
}

/* flow */
.flow .list {
	display: flex;
	justify-content: center;
	max-width: 800px;
	margin: 10px auto 20px;
}
.flow .list .step {
	margin-right: 67px;
}
.flow .list .step .step-img {
	position: relative;
}
.flow .list .step .step-img:after {
	position: absolute;
	top: 50%;
	right: -33.5px;
	width: 20px;
	height: 18px;
	background: url(../img/icon/step_arrow.png) no-repeat center/contain;
	content: '';
	transform: translate(50%,-50%);
}
.flow .list .step:last-child {
	margin-right: 0;
}
.flow .list .step:last-child .step-img:after {
	display: none;
}
.flow .list .step p {
	margin-top: 10px;
	font-weight: 700;
}
.flow .list .step p span {
	display: block;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	.flow .list { 
		width: 95%;
	}
	.flow .list .step {
		margin-right: 0;
		padding: 0 3.46667vw;
	}
	.flow .list .step .step-img:after {
		right: -3.46667vw;
		width: 3.46667vw;
		height: 2.93333vw;
	}
	.flow .list .step p {
		margin-top: 2.13333vw;
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.flow .list .step p span {
		font-size: 4.8vw;
	}
	.flow .sub_block {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* appeal */
.appeal {
	padding: 20px 0;
}
.appeal p {
	font-size: 1.5rem;
	font-weight: bold;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 428px) {
	
}

/* flow-detail */
.flow-detail .parent {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
}
.flow-detail .parent .child {
	padding: 20px 0;
}
.flow-detail .parent .child p {
	padding: 10px;
}
.flow-detail .parent .child p a {
	text-decoration: underline;
	color: #b22222;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	.flow-detail .parent .child p {
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 428px) {
	
}

/* term */
.term .contents {
	text-align: left;
}
.term .contents h2 {
	font-size: 1.2rem;
	margin: 20px 0 10px;
	border-bottom: solid 1px #aaa;
	text-align: left;
}
.term .contents h2:after {
	content: none;
}
.term .contents ol,
.term .contents li {
	list-style: decimal;
}
.term .contents ol {
	padding-left: 30px;
}
.term .contents p,
.term .contents ol li {
	font-size: 0.8rem;
}
.term .contents a {
	text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	.term .contents {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 428px) {
	
}


