@charset "UTF-8";

.indent2em {
  text-indent: 2em;
}
.indent3em {
  text-indent: -3em;
  margin-left: 3em;
}
.indent3em li{
  padding-top: 5px;
}

/* ------------------------------------------------------------------
  flow
------------------------------------------------------------------ */
.flow {
  margin-top: 60px;
}

.flow_ttl {
  color: #4289c8;
  font-size: 22px;
}
.flow_ttl-num {
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  background-color: #4289c8;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1rem;
}
.flow_infoArea {
  border-left: 2px solid #4289c8;
  margin-left: 29px;
  padding-left: 50px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.flow_content:last-child .flow_infoArea {
  border-left: snow;
}
.flow_img {
  width: 30%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}
.flow_txtArea {
  width: 66%;
  display: inline-block;
  font-size: 16px;
}
.flow_txt {
  margin-bottom: 10px;
}
.flow_txt ul {
  margin-bottom: 10px;
}
.flow_txt ul li {
  margin-top: 10px;
}
.txt-blue{
  margin-right: 5px;
}
.flow__textred{
  margin-top: 10px;
}

.flow_btn {
  display: inline-block;
}
.flow_btn a {
  padding: 10px 50px;
  color: #ffffff;
  background-color: #4289c8;
}
.flow__subtitle{
  font-size: 20px;
  margin-bottom: 20px;
  color: #4289c8;
  padding-bottom: 10px;
  border-bottom: 2px solid #4289c8;
}
@media only screen and (max-width: 640px) {
.flow_txtArea {
  width: 100%;
  font-size: 12px;
}
.flow_ttl {
  font-size: 18px;
}
.flow_ttl-num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
}
.flow_infoArea {
  margin-left: 18px;
  padding-left: 15px;
}
.flow_img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.flow__subtitle{
  font-size: 18px;

}
}


/* ------------------------------------------------------------------
  cancel
------------------------------------------------------------------ */
.cancel {
  font-size: 16px;
  margin: 50px auto 80px;
}
.cancel_txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .cancel {
    font-size: 14px;
    margin: 20px auto 80px;
  }
}

/* ------------------------------------------------------------------
  .nextBtns
------------------------------------------------------------------ */
.nextBtn-wide {
  width: 50%;
  margin: 6% auto;
  background-color: #4289c8;
  text-align: center;
}
.nextBtn-link {
  padding: 20px;
  color: #ffffff;
  position: relative;
}
.nextBtn-link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/web_works/yamatoya_fudousan/fudousan/parking/images/common/arrow_circle.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}
@media only screen and (max-width: 640px) {
  .nextBtn-wide {
    width: 100%;
    margin: 6% auto;
  }
}