/* ======================================================
	flow
====================================================== */
.lp-flow h2 {
  background: url(../img/images/LP-flow_back.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 10px;
}

.lp-flow .tab__area {
  margin: 60px 0px;
  width: auto;
  line-height: 1.6;
}

.lp-flow .tab__list {
  display: table;
  margin: 0 auto;
  width: 100%;
  zoom: 1;
  table-layout: fixed;
  border-spacing: 0;
  border-bottom: 2px solid #e87889;
}

.lp-flow .tab__item {
  display: table-cell;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-flow .tab__item a {
  display: block;
  padding: 10px 5px;
  margin: 0 2px;
  /*overflow: hidden;*/
  position: relative;
  color: #63605f;
  background-color: #fbedef;
  font-size: 24px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 10px 10px 0 0;
}

.lp-flow .tab__item a.selected {
  color: #fff;
}

.lp-flow .tab__item:first-child a.selected {
  background-color: #e87889;
  border-radius: 10px 10px 0 0;
}

.lp-flow .tab__item:nth-child(2) a.selected {
  background-color: #e87889;
  border-radius: 10px 10px 0 0;
}

.lp-flow .tab__inner {
  margin-top: -1px;
}

.lp-flow .plan_tabs_wrap {
  margin: 40px 0px;
}

.lp-flow #tab_1 .plan_tabs_box {
  display: flex;
  align-items: end;
  justify-content: center;
}

.lp-flow #tab_2 .plan_tabs_box {
  display: flex;
  justify-content: center;
}

.lp-flow #tab_1 .plan_tabs_box>div {
  border: 2px solid #ccb990;
  border-radius: 10px;
  padding: 20px;
  margin: 0px 8px;
  width: 46%;
}

.lp-flow #tab_2 .plan_tabs_box>div {
  border: 2px solid #ccb990;
  border-radius: 10px;
  padding: 20px 5px;
  margin: 0px 8px;
  width: 46%;
}

.lp-flow .flow-icon {
  width: 120px;
  height: auto;
}

.lp-flow .flow-btn {
  background: #df5c6d;
  border-radius: 8px;
  color: #fff;
  max-width: 700px;
  padding: 18px 30px;
  display: block;
  margin: auto;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  position: relative;
}

.lp-flow .flow-btn:after {
  content: "";
  width: 27px;
  height: 47px;
  background: url(../img/arrow3.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.lp-flow #tab_1 .set-info {
  border: 2px solid #ccb990;
  margin: 0px 10px;
  width: 40%;
}

.lp-flow #tab_2 .set-info {
  border: 2px solid #ccb990;
  margin: auto;
  width: 80%;
}

.lp-flow #tab_1 .set-info .title {
  background: #ccb990;
  color: #fff;
  padding: 10px;
}

.lp-flow #tab_2 .set-info .title {
  background: #ccb990;
  color: #fff;
  padding: 10px 20px;
}

.lp-flow #tab_2 .set-info li {
  margin-bottom: 5px;
}

.lp-flow #tab_2 .set-info li.span {
  font-size: 16px;
  font-weight: normal;
  text-indent: 15px;
}

.lp-flow .set-info .box {
  background: #fff;
  color: #806d59;
  padding: 10px;
}

.lp-flow #tab_1 .back-f7f7f7 .span {
  text-indent: 15px;
}

@media screen and (max-width: 767px) {
  .lp-flow h2 {
    padding: 20px 10px;
  }

  .lp14-04 {
    width: 100px !important;
    height: auto;
  }

  .lp-flow .flow-btn {
    font-size: 26px;
    padding: 10px;
    margin-bottom: 30px;
  }

  .lp-flow .flow-btn:after {
    width: 15px;
    height: 30px;
  }

  .lp-flow #tab_1 .plan_tabs_box {
    display: block;
  }

  .lp-flow #tab_2 .plan_tabs_box {
    display: block;
  }

  .lp-flow #tab_1 .plan_tabs_box>div {
    width: 100%;
    margin: 20px 0px;
  }

  .lp-flow #tab_2 .plan_tabs_box>div {
    width: 100%;
    margin: 20px 0px;
  }

  .lp-flow #tab_1 .flex {
    display: block;
  }

  .lp-flow #tab_1 .set-info {
    width: 100%;
    margin: 0;
  }

  .lp-flow #tab_1 .set-info:last-child {
    margin: 20px 0px 0px;
  }

  .lp-flow #tab_2 .set-info {
    width: 100%;
  }

  .lp-flow .tab__item a {
    font-size: 18px;
  }

  .lp-flow .sub-title {
    font-size: 10px;
  }

  .lp-flow .sp-flow-img {
    width: 80%;
    margin: auto;
  }
}

/* ======================================================
	flow
====================================================== */