/* --------メインここから-------- */

p {
	margin: 40px 0;
	text-align: center;
}

.flow_design10 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow10 {
  padding-left: 0;
}

.flow10 > li {
  list-style-type: none;
  border: 2px solid #03004c;
  padding: 20px;
  border-radius: 20px;
  height: 160px;
}

.flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow10 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #03004c;
}

.flow10 > li dl dt {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.flow10 > li .icon10 {
  font-size: 28px;
  color: #03004c;
  margin-right: 0.5em;
}

.flow10 > li dl dd {
  margin: 0;
}

/* --------メインここまで-------- */

/* --------レスポンシブ ここから-------- */
@media screen and (max-width: 767px) { /*ウィンドウ幅が767pxまでの場合に適用*/

p {
	margin: 20px 0;
	text-align: left;
}

.flow_design10 {
	margin-bottom: 35px;
}

.flow10 > li {
	height: 160px;
	width: 85%;
	margin: 0 3% 0 3%;
}

.flow10 > li.responsive {
	height: 250px;
	width: 85%;
	margin: 0 3% 8% 3%;
}

.gnav {
	z-index: 2;
}

}

/* --------レスポンシブ ここまで-------- */