﻿@charset "utf-8";

.flow-anotation {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
	margin: 0 0 10px;
		color: #c72826;
}
@media screen and (min-width:768px) {
	.flow-anotation {
    font-size: 26px;
    margin: 0 0 20px;
	}
}

.b-hero {
  background: #fff url(../images/flow/flow_mv@2x.png) center 131px/1920px 250px no-repeat;
}


.flow {
	padding: 5% 0 6%;
	background: #f0f0f0;
}
@media screen and (min-width:768px) {
	.flow {
		padding: 33px 0 85px;
	}
}

.flow-list {
	margin: 25px 0 0;
	padding: 0 4%;
}
@media screen and (min-width:960px) {
	.flow-list {
		width: 950px;
		margin: 36px auto 0;
		padding: 0;
	}
}

.flow-list li {
	text-align: center;
}
.flow-list li:not(:last-child) {
	margin: 0 0 32px;
}
@media screen and (min-width:960px) {
	.flow-list li:not(:last-child) {
		margin: 0 0 20px;
	}
}
@media screen and (min-width:768px) {
	.flow-list li {
		padding: 20px;
		background: #fff;
		border-radius: 20px;
		text-align: inherit;
	}
	.flow-list li:not(:last-child) {
		margin: 0 0 20px;
	}
	.flow-list li::after {
		content: "";
		display: table;
		clear: both;
	}
}

@media screen and (min-width:767px) {
	.flow-circle {
		float: left;
		width: 126px;
	}
}

.flow-circle p {
	position: relative;
	width: 120px;
	height: 120px;
	margin: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	background: #fff;
}
@media screen and (min-width:768px) {
	.flow-circle p {
		width: 126px;
		height: 126px;
		background: #f0f0f0;
	}
}

.flow-circle img {
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
	width: 66%;
	height: auto;
}
@media screen and (min-width:768px) {
	.flow-circle img {
		width: 70%;
	}
}

@media screen and (min-width:768px) {
	.flow-txt {
		float: right;
		width: 77%;
		width: -webkit-calc(100% - 144px);
		width: calc(100% - 144px);
	}
}
@media screen and (min-width:960px) {
	.flow-txt {
		float: right;
		width: 766px;
	}
}

.flow-list__ttl {
	font-size: 18px;
	font-weight: bold;
	color: #c72826;
	margin: 1em 0 0;
}
@media screen and (min-width:768px) {
	.flow-list__ttl {
		font-size: 24px;
		margin: 12px 0 0;
	}
}

.flow-list__txt {
	font-size: 14px;
	line-height: 1.6;
	margin: 8px 0 0;
	text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width:768px) {
	.flow-list__txt {
		margin: 14px 0 0;
		font-size: 16px;
		line-height: 1.5;
	}
}
@media screen and (max-width:767px) {
/*	.flow-list li:nth-child(1) .flow-list__txt,*/
	.flow-list li:nth-child(7) .flow-list__txt {
		text-align: center;
	}
.flow-list li:nth-child(1) .flow-list__txt br {
	display:none;
}
}


.flow-list li.flow-arrow {
	text-align: center;
}
@media screen and (min-width:767px) {
	.flow-list li.flow-arrow {
		padding: 0;
		background: none;
	}
}

.flow-arrow img {
	width: 6%;
	max-width: 28px;
	height: auto;
}


/* ボタン　*/
.btn_box {
	max-width: 600px;
	margin:0;
	padding: 0 0 20px;
}
.btn_box2 {
    width: 260px;
    margin: 0 auto 0px;
}
.common-banner {
	background:none;
}

.kome {
	text-indent:-1em;
	margin-left:1em;
}

/*フローチャート*/
div.flowchart {
	padding-top:20px;
}

@media screen and (min-width:840px) { /*調整　width*/
/*PC表示1*/
div.flowchart {
	display:table;
	margin:5px auto;
	height:auto;
	text-align:center;
	}
}

div.flowchart p {
	margin-bottom:5px;
	width:100%;
	}

div.flowchart a {
	display: block;
	text-decoration:none;
}

div.flow_block {
width:90%;
margin:0 auto 15px;
height:auto;
}
	@media screen and (min-width:840px) { /*調整　width*/
/*PC表示1*/
div.flow_block {
	display:table-cell;
	width:110px;
	}
}


p.step {
  color: #c72826;
  margin-bottom: 8px;
	font-size:20px;
	font-weight:bold;
}


p.ttl a {
	display:block;
	padding: 16px 10px;
	border: 1px solid #dfdfdf;
	background: #fff;
  font-size: 4vw;
  font-weight: 700;
	margin-left: 80px;
	margin-top: -40px;
	background:#fff url(../images/flow/icon_4@2x.png) 98% /6% no-repeat;
}

p.ttl a:link {
	color:#333333; }

p.ttl a:visited {
	color:#333333; }


p.ttl br {
	display:none;
}
@media screen and (min-width:840px) { /*調整　width*/
p.ttl a {
  font-size: 14px;
	padding: 16px 4px;
	height:70px;
	margin: 0;
	line-height:1;
	background:#fff url(../images/flow/icon_4@2x.png) 50% 90% /15% no-repeat;
	vertical-align: middle;
	display: table-cell;
	width:12.5%;
	}
p.ttl br {
	display:block;
}

p.ttl a:hover {
	color:#fff;
	background:#99cc99 url(../images/flow/flow_arrow3.png) 50% 90% /20% no-repeat;
}


}
.flow_block::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: transparent transparent transparent;
}
.flow_block:not(:last-of-type)::after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 17px;/*画像の幅*/
  height:10px;/*画像の高さ*/
  background-image: url(../images/flow/flow_arrow2.png) ;
  background-size: contain;
  vertical-align: middle;
	position:relative;
	left:55%;
}
@media screen and (min-width:840px) { /*調整　width*/
.flow_block:not(:last-of-type)::after {
	position:relative;
  background-image: url(../images/flow/flow_arrow.png) ;
  width: 10px;/*画像の幅*/
  height:17px;/*画像の高さ*/
	bottom:70px;
	left:63px;

}
}
.flow_block {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

p.link {
	line-height:100%;
	}

.faqlink{
color:#048c01;
}

.txt-link {
	color: #3E8926;
}
.txt-link:hover {
	opacity: 0.5;
}
.flow-list__txt .subtxt{
    position: relative;
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
