@charset "UTF-8";
.page_ttl {
  background-image: url(../img/page_ttl_bg_system.jpg);
}

.ttl_mincho {
  font-size: 2em;
  text-align: center;
  margin-bottom: 2rem;
}

/* 流れ
===================*/
.flow > p:nth-of-type(1) {
  text-align: center;
  margin: 2rem 0;
}

.flow .flow_tab_wrapper {
  border-bottom: 4px solid #ad5392;
}

.flow .flow_tab {
  display: inline-block;
  width: 49.5%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 1rem 0;
  background-color: #f2f2f2;
  margin: 0;
}

.flow .flow_tab.is-active {
  background-color: #ad5392;
  color: white;
}

.flow .flowList {
  max-width: 35rem;
  margin: auto;
  padding: 1.5rem 0;
}

.flow .flowList li > figure {
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
}

.flow .flowList li .flow_text_box h3 {
  border-bottom: 1px solid #b3b3b3;
  font-size: 1.2em;
  margin-bottom: 0.5rem;
}

.flow .flowList li .flow_text_box .note {
  background-color: #f2f2f2;
  margin: 1rem 0;
  padding: 1rem;
}

.flow .flowList li .flow_text_box figure {
  margin: 1rem 0.5rem;
}

.flow .flowList li .area {
  display: block;
  margin: 1rem 0;
}

.flow .flowList li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/system_flow_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2rem auto;
}

.flow .flowList li.coordinate .m_flex-js figure {
  width: 32%;
  padding: 1rem;
}

.flow .flowList .payment dl dt {
  float: left;
}

.flow .flowList .payment dl dd {
  margin-left: 10rem;
}

@media screen and (min-width: 960px) {
  .flow .flow_tab {
    width: 18rem;
    font-size: 1.2em;
  }
  .flow .flowList {
    max-width: 100%;
    margin: auto;
    padding: 1.5rem 0;
  }
  .flow .flowList li {
    position: relative;
    padding-bottom: 8rem;
    width: 100%;
  }
  .flow .flowList li > figure {
    width: auto;
  }
  .flow .flowList li h3 {
    font-size: 1.4em;
  }
  .flow .flowList li .flow_text_box {
    width: 67%;
  }
  .flow .flowList li:after {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* アフターサービス
======================*/
.afterService .serviceList dt {
  color: #ad5392;
}

.afterService .serviceList dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
/*# sourceMappingURL=system.css.map */