﻿@charset "utf-8";

.flow{
	margin: 0 auto;
	font-weight: bold;
	color: #666;
}
.flow .index_filled{
	background: #ee869a;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0.7em;
	text-align: center;
	margin-bottom: 2em;
}
.flow .index_filled h2{font-weight: bold;}
.flow .step_box{
	padding:20px;
	position: relative;
	margin-bottom: 70px;
	background:#f7f7f7;
}
.flow .step_box:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-right: 3px solid #ee869a;
	border-bottom: 3px solid #ee869a;
	bottom: -40px;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotateZ(45deg);
}
.flow .step_box:last-of-type:after{
	display: none;
}
.flow .step_box > .head > .right,
.flow .step_box > .head > .left{
	display: table-cell;
	vertical-align: middle;
}
.flow .step_box > .head > .left{
	width:180px;
	min-width: 150px;
	padding-right:20px;
}
.flow .step_box > .head > .left img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
.flow .step_box > .head .step{
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ee869a;
	font-size: 21px;
	font-size: 2.1rem;
}
.flow .step_box > .head .step h3,
.flow .step_box > .head .step p{
	font-weight: bold;
}
.flow .step_box > .head .step h3{
	font-size: 23px;
	font-size: 2.3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.flow .step_box > .head .step h3 span{
	font-size: 37px;
	font-size: 3.7rem;
	padding-left: 5px;
}
.flow .step_box > .head .step h3 + p{
	margin-bottom: 5px !important;
}
.flow .step_box > .head .text{
	font-size: 16px;
	font-size: 1.6rem;
}
.flow .step_box > .head .text .small{
	font-size: 14px;
	font-size: 1.4rem;
}
.flow .step_box > .body{
	margin-top: 2em;
	margin-left: 150px;
}
.flow .step_box > .body .note{
	margin-top: 2em;
	font-size: 14px;
	font-size: 1.4rem;
}
.flow .step_box > .body .note p{
	margin-bottom: 0 !important;
}
@media screen and (min-width: 1080px){

}
@media screen and (max-width: 1079px){
.flow .index_filled{
	margin-bottom: 1em;
	font-size:20px;
	font-size:2rem;
}
.flow .step_box{margin-bottom: 40px;}
.flow .step_box:after{
	width: 15px;
	height: 15px;
	border-right: 3px solid rgba(247,181,44,.3);
	border-bottom: 3px solid rgba(247,181,44,.3);
	bottom: -25px;
}
.flow .step_box > .head{
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.flow .step_box > .head > .left{
	min-width: auto;
	width: 60px;
}
.flow .step_box > .head > .left .img{
	width: 60px;
}
.flow .step_box > .body{
	margin-left: auto;
}
}

/*--------------------------------------*/

.flow .step_box .documents{
	display: flex;
}
.flow .step_box .documents .document{
	flex: 1;
}
.flow .step_box .documents .document .img{
	text-align: center;
}
.flow .step_box .documents .document .text{
	font-size: 1.3rem;
	text-align: center;
	margin-top: 0.5em;
}
.flow .step5.step_box .documents.lower{
	margin-top: 5%;
}
@media screen and (max-width: 1079px){
.flow .step_box .documents{
	max-width: 70%;
	margin: 0 auto;
}
.flow .step_box .documents .document .img img{
	width: auto !important;
}
}
@media screen and (max-width: 767px){
.flow .index_filled{
	font-size:18px;
	line-height:1.4em;
	font-size:1.8rem;
}	
.flow .step_box{padding:12px;}	
.flow .step_box .documents{max-width: 100%;}
.flow .step_box > .head .step h3{font-size:1.65rem;}		
.flow .step_box > .head .step h3 span{
	line-height: 1;
	font-size: 2.2rem;
}
.flow .step_box > .head .step h3 + p{font-size:1.65rem;}		
.flow .step_box .documents .document .img.vertical img{
	max-width: 70px;
	width: 70%;
	min-width: 53px;
}
.flow .step_box .documents .document .img.horizontal img{
	max-width: 92px;
	width: 92%;
	min-width: 69.5px;
}
.flow .step_box .documents .document .text{
	font-size: 1rem;
}
.flow .step_box > .body{margin-top:1.5em;}	
}
@media screen and (max-width: 380px){
	.flow .step_box{padding:8px;}
}