.mainNav .inner {
  width: 800px; }
  @media screen and (max-width: 768px) {
    .mainNav .inner {
      width: 100%; } }
.mainNav .start .step_row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: solid 4px #7ac943;
  height: 110px;
  position: relative;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .mainNav .start .step_row {
      height: auto;
      flex-direction: column; } }
  .mainNav .start .step_row:not(:first-of-type) {
    margin-top: 30px; }
  .mainNav .start .step_row:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 30px #7ac943;
    border-left: solid 60px transparent;
    border-right: solid 60px transparent;
    border-bottom: solid 30px transparent;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 60px); }
.mainNav .start p {
  font-size: 14px;
  line-height: 24px; }
.mainNav .start .step {
  width: 220px;
  color: white;
  background: #7ac943;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .mainNav .start .step {
      font-size: 18px;
      width: 100%;
      padding: 10px 0; } }
.mainNav .start .step_detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .mainNav .start .step_detail {
      padding: 10px 15px; } }
.mainNav .start .step_title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #7ac943;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .mainNav .start .step_title {
      font-size: 18px; } }
.mainNav .start .step_end {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7ac943;
  border: solid 4px #7ac943;
  height: 110px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .mainNav .start .step_end {
      height: auto;
      padding: 20px 15px; } }
  .mainNav .start .step_end:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 30px #7ac943;
    border-left: solid 60px transparent;
    border-right: solid 60px transparent;
    border-bottom: solid 30px transparent;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 60px); }
.mainNav .start .end_title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .mainNav .start .end_title {
      font-size: 22px; } }
.mainNav .setup .step_row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: solid 4px #4473c6;
  height: 110px;
  position: relative;
  background: #fff;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .mainNav .setup .step_row {
      height: auto;
      flex-direction: column; } }
  .mainNav .setup .step_row:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 30px #4473c6;
    border-left: solid 60px transparent;
    border-right: solid 60px transparent;
    border-bottom: solid 30px transparent;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 60px); }
.mainNav .setup p {
  font-size: 14px;
  line-height: 24px; }
.mainNav .setup .step {
  width: 220px;
  color: white;
  background: #4473c6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .mainNav .setup .step {
      font-size: 18px;
      width: 100%;
      padding: 10px 0; } }
.mainNav .setup .step_detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .mainNav .setup .step_detail {
      padding: 10px 15px; } }
.mainNav .setup .step_title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #4473c6;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .mainNav .setup .step_title {
      font-size: 18px; } }
.mainNav .setup .step_end {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4473c6;
  border: solid 4px #4473c6;
  height: 110px; }
  @media screen and (max-width: 768px) {
    .mainNav .setup .step_end {
      height: auto;
      padding: 20px 15px; } }
.mainNav .setup .end_title {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .mainNav .setup .end_title {
      font-size: 22px; } }

/*# sourceMappingURL=start.css.map */
