/* Flow page
-------------------------------------------------*/
.f_box {
  padding-bottom: 95px;
}

@media all and (max-width: 1024px) {
  .f_box {
    padding-bottom: 70px;
  }
}

@media all and (max-width: 768px) {
  .f_box {
    padding-bottom: 50px;
  }
}

.f_box_cont {
  padding-top: 50px;
}

@media all and (max-width: 1024px) {
  .f_box_cont {
    padding: 40px 20px 0;
  }
}

@media all and (max-width: 768px) {
  .f_box_cont {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 10px 0;
  }
}

.f_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 50px;
}

@media all and (max-width: 1024px) {
  .f_box_item {
    padding-bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  .f_box_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
}

.f_box_step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

@media all and (max-width: 768px) {
  .f_box_step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 15px 10px;
  }
}

.f_box_step .f {
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--color-blue);
  font-size: 10px;
  color: #fff;
  position: relative;
  bottom: 8px;
  margin-right: 10px;
}

@media all and (max-width: 1024px) {
  .f_box_step .f {
    width: 26px;
    line-height: 26px;
  }
}

.f_box_step .num {
  font-size: 52px;
  color: var(--color-blue);
  line-height: 100%;
}

@media all and (max-width: 1024px) {
  .f_box_step .num {
    font-size: 40px;
  }
}

@media all and (max-width: 768px) {
  .f_box_step .num {
    font-size: 36px;
  }
}

.f_box_main {
  border-left: 1px solid #ccc;
  padding: 20px 0 30px 40px;
}

@media all and (max-width: 1024px) {
  .f_box_main {
    padding: 15px 0 20px 30px;
  }
}

@media all and (max-width: 768px) {
  .f_box_main {
    border-left: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
}

.f_box_main1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 768px) {
  .f_box_main1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f_box_main2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  .f_box_main2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.f_box_main2_left {
  width: 214px;
}

@media all and (max-width: 1024px) {
  .f_box_main2_left {
    width: 180px;
  }
}

@media all and (max-width: 768px) {
  .f_box_main2_left {
    width: 214px;
  }
}

.f_box_main2_left img {
  width: 100%;
}

.f_box_main2_right {
  padding-left: 30px;
}

@media all and (max-width: 1024px) {
  .f_box_main2_right {
    padding-left: 20px;
  }
}

@media all and (max-width: 768px) {
  .f_box_main2_right {
    padding-left: 0;
    padding-top: 20px;
  }
}

.f_box_main2_right_txt1 {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 160%;
}

@media all and (max-width: 1024px) {
  .f_box_main2_right_txt1 {
    font-size: 11px;
  }
}

.f_box_main2_right_txt2 {
  font-size: 13px;
  padding-top: 10px;
  line-height: 160%;
}

@media all and (max-width: 1024px) {
  .f_box_main2_right_txt2 {
    font-size: 11px;
  }
}

.f_box_main2_right_txt2 span.co_red {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-blue);
}

@media all and (max-width: 1024px) {
  .f_box_main2_right_txt2 span.co_red {
    font-size: 12px;
  }
}

.f_box_main2_right_list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f_box_main2_right_list p span {
  width: 86px;
  line-height: 32px;
  text-align: center;
  background-color: var(--color-blue);
  border-radius: 16px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

@media all and (max-width: 1024px) {
  .f_box_main2_right_list p span {
    width: 70px;
    line-height: 26px;
  }
}

.f_box_main2_right_list p + p {
  padding-top: 5px;
}

.f_box_txt1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  color: var(--color-blue);
  padding-bottom: 15px;
}

@media all and (max-width: 1024px) {
  .f_box_txt1 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 768px) {
  .f_box_txt1 {
    font-size: 13px;
    padding-bottom: 0;
  }
}

.f_box_txt2 {
  font-size: 13px;
  color: #333;
  line-height: 160%;
  padding-bottom: 25px;
}

@media all and (max-width: 1024px) {
  .f_box_txt2 {
    font-size: 11px;
  }
}

.f_box_btn {
  display: block;
  width: 140px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-blue);
  text-align: center;
}

@media all and (max-width: 1024px) {
  .f_box_btn {
    width: 120px;
    font-size: 11px;
    line-height: 36px;
  }
}

.f_box_btn:hover {
  opacity: 0.8;
}

.f_box_btn2 {
  display: block;
  width: 220px;
  line-height: 32px;
  text-align: center;
  background-color: #FFBF00;
  border-radius: 16px;
  font-size: 13px;
  color: #111;
  font-weight: bold;
  margin-top: -10px;
}

@media all and (max-width: 1024px) {
  .f_box_btn2 {
    width: 180px;
    line-height: 28px;
    font-size: 11px;
  }
}

.f_box_btn2:hover {
  opacity: 0.8;
}

.f_box_tel {
  padding-top: 8px;
  padding-left: 20px;
}

@media all and (max-width: 1024px) {
  .f_box_tel {
    padding-top: 4px;
    padding-left: 15px;
  }
}

@media all and (max-width: 768px) {
  .f_box_tel {
    padding-left: 0;
    padding-top: 10px;
  }
}

.f_box_tel .te {
  text-align: left;
}

.f_box_tel .txt {
  font-size: 12px;
  color: #333;
  line-height: 160%;
  padding-top: 5px;
}

@media all and (max-width: 1024px) {
  .f_box_tel .txt {
    font-size: 11px;
  }
}
