@charset "UTF-8";
/* CSS Document */
.h2Area {
	background-image: url(../img/flow/h2_bg.jpg);
}
.h3Area {
  text-align: left;
}
.h3Area h3 {
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 37px;
  position: relative;
  border-bottom: 2px dotted #0099CC;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 40px;
}
.h3Area .inner {
  padding: 50px 30px 0;
}
.h3Area h3:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background-image: url(../img/sub/mark.png);
  background-position: top left;
  background-size: 50%;
  background-repeat: no-repeat;
}
.h3Area h3 span {
  letter-spacing: inherit;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
}
.flowListArea01 {
  background-color: #E5F5FA;
}
.flowListArea02 {
  background-color: #F6F6ED;
}
.last {
  margin-bottom: 60px;
}
.flowListArea .inner {
  width: 1035px;
}
.flowListArea dl {
  overflow: hidden;
  padding: 35px 30px;
}
.flowListArea dl dt {
  display: inline-block;
  vertical-align: top;
}
.flowListArea dl dd {
  display: inline-block;
  font-size: 24px;
  padding: 0 60px;
  text-align: left;
}
.arrowArea {
  text-align: center;
  padding: 35px 0;
}

@media screen and (max-width: 736px) {
.h3Area h3 {
  padding-bottom: 2vw;
  padding-left: 8.5vw;
  font-size: 5.8vw;
  letter-spacing: 0.12em;
}
.h3Area h3:before {
  background-size: 36%;
}
.flowListArea .inner {
  width: 100%;
}
.flowListArea dl dt {
  width: 100%;
}
.flowListArea dl dd {
  width: 100%;
  padding: 15px 0;
}
}

