/*      flow       */

#flow {
	padding: 5.71vw 0;
}

#flow .title01 {
	margin-bottom: 0;
}

.flowCart > li {
	overflow: hidden;
	padding: 5.71vw 0;
	border-bottom: 1px solid #ccc;
	counter-increment:flowcart;
}

.flowCart_img {
	width: 22.86vw;
	float: left;
}

.flowCart_img img {
	display: block;
	width: 100%;
	height: auto;
}

.flowCart_text {
	padding-left: 27.14vw;
}

.flowCart_text > dt {
	font-size: 4.57vw;
	color: #0C2463;
	margin-bottom: 1.43vw;
	font-weight: 600;
	padding-left: 1em;
	line-height: 1.4;
}

.flowCart_text > dt:before {
	content: counter(flowcart)". ";
	display: block;
	float: left;
	position: relative;
	margin-left: -1em;
}

.flowCart_text > dd {
	font-size: 3.714vw;
	line-height: 1.6;
}

.flowCart_text > dd a {
	color:#0085B2;
}

.flowCart_text > dd > dl {
	overflow: hidden;
	margin-top: 4.29vw;
}

.flowCart_text > dd > dl > dt {
	font-size: 4vw;
	font-weight: 600;
	margin-bottom: 0.86vw;
}

.flowCart_text > dd > dl > dt:before {
	content: "■ ";
}

.flowCart_text > dd > dl > dd > table {
	border: 1px solid #272822;
	font-size: 3.714vw;
}

.flowCart_text > dd > dl > dd > table tr {
	border-bottom: 1px solid #bbb;
}

.flowCart_text > dd > dl > dd > table tr:last-child {
	border-bottom: none;
}

.flowCart_text > dd > dl > dd > table th {
	padding: 1.43vw 2vw;
	background: #eee;
	font-weight: 600;
	display: block;
}

.flowCart_text > dd > dl > dd > table td {
	padding: 1.43vw 2.86vw;
	font-weight: 600;
	display: block;
}

.bottomTxt {
    margin: 5.714vw auto 0;
}

.bottomTxt p {
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 4.29vw;
    line-height: 1.6;
    padding-left: 1em;
}

.bottomTxt p:last-child {
	margin-bottom: 0;
}

.bottomTxt p:before {
	content: "◆ ";
	float: left;
	display: block;
	position: relative;
	margin-left: -1em;
}

.bottomTxt p a {
	color:#0085B2;
	font-weight: 600;
}



@media screen and (min-width: 480px) {


/*      flow       */

#flow {
	padding: 25px 0;
}

.flowCart > li {
	padding: 25px 0;
}

.flowCart_img {
	width: 102px;
}

.flowCart_text {
	padding-left: 122px;
}

.flowCart_text > dt {
	font-size: 20px;
	margin-bottom: 6.5px;
}

.flowCart_text > dd {
	font-size: 16.5px;
}

.flowCart_text > dd > dl {
	margin-top: 19px;
}

.flowCart_text > dd > dl > dt {
	font-size: 18px;
	margin-bottom: 4px;
}

.flowCart_text > dd > dl > dd > table {
	font-size: 16.7px;
}

.flowCart_text > dd > dl > dd > table th {
	padding: 6px 9px;
}

.flowCart_text > dd > dl > dd > table td {
	padding: 6px 12px;
}

.bottomTxt {
    margin: 25.7px auto 0;
}

.bottomTxt p {
    font-size: 18px;
    margin-bottom: 19.3px;
}

}




@media screen and (min-width: 768px) {



}

@media screen and (min-width: 1024px) {

/*      flow       */

#flow {
	padding: 60px 0;
}

#flow .title01 {
	margin-bottom: 50px;
}

.flowCart > li {
	padding: 20px 0 25px;
}

.flowCart_img {
	width: 140px;
}

.flowCart_text {
	width: 1038px;
	padding-left: 160px;
}

.flowCart_text > dt {
	font-size: 2rem;
	margin-bottom: 5px;
}

.flowCart_text > dd {
	font-size: 1.6rem;
}

.flowCart_text > dd > dl {
	margin-top: 15px;
}

.flowCart_text > dd > dl > dt {
	font-size: 1.6rem;
	margin-bottom: 3px;
}

.flowCart_text > dd > dl > dd > table {
	width: 417px;
	font-size: 1.6rem;
}

.flowCart_text > dd > dl > dd > table th {
	padding: 5px 7px;
	border-right: 1px solid #bbb;
	display: table-cell;
}

.flowCart_text > dd > dl > dd > table td {
	padding: 5px 10px;
	display: table-cell;
}

.bottomTxt {
    width: 750px;
    margin: 60px auto 0;
}

.bottomTxt p {
    font-size: 1.8rem;
    margin-bottom: 22px;
}

}

@media screen and (min-width: 1231px) {


/*      footer      */



}