@charset "UTF-8";
/* CSS Document */



/* flow */
#flow{
	padding: 100px 0 0;
}
#flow .intro{
	padding: 80px 40px;
	background: #c9c9cf;
	text-align: center;
}
#flow .intro h3{
	font-size: 22px;
	line-height: 1.5;
}
#flow .intro .btn{
	margin: 20px 0 60px;
}
#flow .intro .btn a{
	width: 300px;
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #465269;
	background-color: #fff;
	padding: 35px;
	text-align: left;
	margin: 5px 5px;
}
#flow .intro .btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #838494;
	border-right: 3px solid #838494;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -7px;
}
#flow .intro ul{
	display: table;
	max-width: 750px;
	width: 100%;
	margin: 40px auto 0;
}
#flow .intro ul li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#flow .intro ul li:nth-child(1){
	border-right: 3px solid #c9c9cf;
}
#flow .intro ul li:nth-child(2){
	border-left: 3px solid #c9c9cf;
}
#flow .intro ul li a{
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 40px 0;
	color: #fff;
	line-height: 1.2;
	background: #717285;
}
#flow .intro ul li a::before{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(135deg);
	margin-left: -10px;
}
#flow .intro ul li a .icon img{
	display: block;
	margin: 0 auto 10px;
	width: 120px;
}
#flow .intro ul li a small{
	display: block;
	font-size: 14px;
}
#flow .category{
	padding-top: 60px;
	margin-top: -60px;
}
#flow .category > p{
	padding: 60px 40px 60px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}
#flow .category > p small{
	font-size: 20px;
}
#flow .category > p img{
	display: block;
	width: 120px;
	margin: 0 auto 10px;
}
#flow .box{
	position: relative;
	padding: 60px 40px;
}
#flow .box1{
	background-color: #838494;
}
#flow .box2{
	background-color: #7a7b8d;
}
#flow .box3{
	background-color: #717285;
}
#flow .box4{
	background-color: #696a7e;
}
#flow .box::before{
	content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 30px 30px 0 30px;
	z-index: 1;
}
#flow .box1::before{
	display: none;
}
#flow .box2::before{
  border-color: #838494 transparent transparent transparent;
}
#flow .box3::before{
  border-color: #7a7b8d transparent transparent transparent;
}
#flow .box4::before{
  border-color: #717285 transparent transparent transparent;
}
#flow .box .inner{
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: table;
}
#flow .title h2{
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
}
#flow .title span{
	display: block;
	font-size: 22px;
	margin-top: 5px;
}
#flow .title{
	display: table-cell;
	vertical-align: top;
	width: 30%;
	color: #fff;
}
#flow .text{
	vertical-align: middle;
	display: table-cell;
	width: 70%;
	color: #fff;
}
#flow .text h3{
	font-size: 22px;
	margin-top: 60px;
	line-height: 1.8;
}
#flow .text h3 span{
  color: #ff0;
}
#flow .text h3:first-child{
	margin-top: 0;
}
#flow .text .btn{
	max-width: 380px;
	margin-top: 20px;
}
#flow .text .btn a{
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #465269;
	background-color: #fff;
	padding: 35px;
}
#flow .text .btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #838494;
	border-right: 3px solid #838494;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -7px;
}
#flow .text .tel{
	margin-top: 20px;
	display: inline-block;
	border: solid #fff 1px;
	padding: 40px;
}
#flow .text .tel .btn{
	max-width: none;
}
#flow .text .tel span{
	font-size: 18px;
	font-weight: bold;
}
#flow .text .tel strong{
	font-family: 'Oswald', sans-serif;
	font-size: 67px; 
}
#flow .text .tel strong a{
	color: #fff;
}
#flow .text .tel p{
	font-size: 15px;
	margin-top: 5px;
}
#flow .text p{
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}
#flow .text p{
	margin-top: 0;
}
#flow .text  p{
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}
#flow .text  p a{
	color: #fff;
	text-decoration: underline;
}
#flow .text .kitei{
	margin-top: 10px;
}
#flow .text .kitei a{
	display:inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	border: solid #fff 1px;
}
#flow .over{
	position: relative;
	max-width: 980px;
	margin: 40px auto 0;
	color: #fff;
}
#flow .over .right{
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-100%);
	padding-bottom: 10px;
}
#flow table{
	width: 100%;
	border-bottom: solid #fff 1px;
}
#flow table th,
#flow table td{
	padding: 20px 0 20px 10px;
	border-top: solid #fff 1px;
	text-align: center;
}
#flow table th{
	background: rgba(255,255,255,.1);
}
#flow table td a{
	display: block;
	padding: 10px 5px;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#flow .over ul{
	margin-top: 20px;
}
#flow .over ul li{
	font-size:14px;
	line-height: 2;
	margin-left: 1em;
	text-indent: -1em;
	color: #fff;
}
@media screen and (max-width: 750px){
#flow{
	padding: 60px 0 0;
}
#flow .intro {
	padding: 40px 20px;
}
#flow .intro h3{
	font-size: 16px;
	text-align: left;
}
#flow .intro h3 br{
	display: none;
}
#flow .intro .btn{
	margin: 20px 0 40px;
}
#flow .intro .btn a{
	width: 240px;
	font-size: 15px;
	padding: 15px;
}
#flow .intro ul{
	margin: 20px auto 0;
}
#flow .intro ul li a{
	font-size: 14px;
	padding: 10px 0 30px 0;
}
#flow .intro ul li a .icon img{
	width: 80px;
	margin-bottom: 5px;
}
#flow .intro ul li a small{
	font-size: 10px;
}
#flow .intro ul li a::before{
	width: 8px;
	height: 8px;
	bottom: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	margin-left: -8px;
}
#flow .category{
	padding-top: 40px;
	margin-top: -40px;
}
#flow .category > p{
	padding: 40px 20px 40px;
	font-size: 20px;
}
#flow .category > p small{
	font-size: 16px;
}
#flow .category > p img{
	width: 80px;
	margin: 0 auto 5px;
}
#flow .box{
	padding: 20px 20px 40px;
}
#flow .box .inner{
	display: block;
}
#flow .title,
#flow .text{
	width: 100%;
	display: block;
}
#flow .title{
	padding-top: 30px;
}
#flow .title h2{
	font-size: 32px;
}
#flow .title span{
	font-size: 18px;
}
#flow .title{
	margin: 0 0 0 0;
	text-align: center;
}
#flow .text{
	margin: 20px 0 0 0;
}
#flow .text h3{
	font-size: 15px;
	margin-top: 40px;
}
#flow .text .btn{
	max-width: 340px;
	margin-top: 10px;
}
#flow .text .btn a{
	font-size: 15px;
	padding: 15px;
}
#flow .text .tel{
	display: block;
	padding: 20px;
}
#flow .text .tel .btn a{
	padding: 20px;
}
#flow .text.tel .inner{
	margin: 20px;
}
#flow .text .tel span{
	font-size: 16px;
	font-weight: bold;
}
#flow .text .tel strong{
	font-size: 33px;
}
#flow .text .tel p{
	font-size: 13px;
}
#flow .text .kitei{
	margin-top: 5px;
}
#flow .text .kitei a{
	font-size: 14px;
}
#flow .text p{
	font-size: 13px;
}
#flow table th,
#flow table td{
	padding: 10px 0 10px 5px;
	font-size: 11px;
}
#flow .over ul{
	margin-top: 20px;
}
#flow .over ul li{
	font-size:12px;
}
#flow table td a{
	padding: 10px 0;
	font-size: 11px;
}
#flow table td a span{
	display: none;
}
}

/* topBtn */
#topBtn {
	background-color: #00afec;
}
#topBtn span {
	color: #fff;
}
#topBtn span::before{
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}#flow .application{line-height: 5.0;	text-align: center;}