@charset "utf-8";

.dm {}

/* --------------------------------- flow */
.stepBlock {
  position: relative;
	min-height: 340px;
	margin: 0 auto 100px;
}
.stepBlock::after {
  content: '';
  display: inline-block;
  width: 150px;/*画像の幅*/
  height: 86px;/*画像の高さ*/
  background-image: url(../images/flow/arrow.png);
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	bottom: -86px;
	left: 0;
	right: 0;
	margin: auto;
}
.stepBlock:last-child::after {
  content: none;
}
.stepBlock h2 {
	position: relative;
	margin: auto;
	z-index: 10;
}
.stepBlock .read {
	margin: 0 auto 20px;
	padding: 0 40px 0 300px;
	text-align: justify;
	text-justify: inter-ideograph;
  min-height: 180px;
}
.stepBlock .read span {
	color: #4f00ff;
}
.stepBlock .illust {
  position: absolute;
  left: 20px;
  top: 70px;
}

.stepBlock .mibun {
  margin: 0 20px 15px;
}
.stepBlock .mibun h3 {
  color: #BC64BC;
  margin: 0 auto 10px;
  border-bottom: double 5px #D67DD6;
}
.stepBlock .mibun table {
  border-collapse:  collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto 10px;
  width: 100%;
}
.stepBlock .mibun table td {
  width: 30%;
  padding: 1.5%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 1.4rem;
  color: #9600ff;
}
.stepBlock .mibun .bikou {
  font-size: 1.4rem;
  margin: 0 auto 20px;
}


.stepBlock .check {
  border: 2px solid #FFC375;
	border-radius: 10px;
	background-color: #fffcf6;
  padding: 10px;
  margin: 0 10px 30px;
}
.stepBlock .check h3 {
  position: relative;
  background: #e3deff;
  padding: 6px 5px 2px 53px;
  font-size: 2.1rem;
	margin: 0 0 15px;
  color: #9600ff;
  border-radius: 10px;
  line-height: 35px;
}
.stepBlock .check h3:before {
  font-family: "FontAwesome";
  font-size: 3rem;
  content:"\f0a4";
  display: inline-block;
  position: absolute;
  color: white;
  background: #9600ff;
  font-weight: normal;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 44px;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
.stepBlock .check p {
  font-size: 1.4rem;
}
