.tab_area.-flow {
  width: 92.44%;
  max-width: 966px;
}

@media screen and (max-width: 1280px) {
  .tab_area.-flow {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.tab_area.-flow ul li {
  width: 48.34%;
}

.tab_area.-flow ul li a {
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .tab_area.-flow ul li a {
    font-size: 17px;
  }
}

.tab_area.-flow ul li a::before {
  content: "";
  display: block;
  width: 64px;
  height: 44px;
  position: absolute;
  left: 30px;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .tab_area.-flow ul li a::before {
    width: 32px;
    height: 22px;
    left: 10px;
    top: 15px;
  }
}

.tab_area.-flow ul li:nth-child(1) a::before {
  background: url("/img/common/icon_shop.webp") 0px 0px no-repeat;
  background-size: cover;
}

.tab_area.-flow ul li:nth-child(2) a::before {
  background: url("/img/common/icon_deli.webp") 0px 0px no-repeat;
  background-size: cover;
}

.flow_area {
  background-color: #eff8fd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 90px;
}

@media screen and (max-width: 1280px) {
  .flow_area {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .flow_area {
    padding: 20px;
  }
}

.flow_area .txt_box_area {
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  color: #00477d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 820px) {
  .flow_area .txt_box_area {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .flow_area .txt_box_area {
    padding: 20px;
    font-size: 14px;
  }
}

.flow_area .txt_box_area strong {
  font-weight: bold;
  font-size: 30px;
  color: #f3950e;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .flow_area .txt_box_area strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .flow_area .txt_box_area strong {
    font-size: 18px;
  }
}

.flow_area .txt_box_area i {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #00477d;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .flow_area .txt_box_area i {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .flow_area .txt_box_area i {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.flow_area .txt_box_area span {
  display: block;
  color: #00477d;
}

.flow_area .flow_area_in {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px dotted #00477d;
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.flow_area .flow_area_in:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.flow_area .flow_area_in .tit01 {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .flow_area .flow_area_in .tit01 {
    margin-bottom: 10px;
  }
}

.flow_area .flow_area_in .tit01 h2 {
  line-height: 1;
  position: relative;
  width: 52px;
  height: 52px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in .tit01 h2 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.flow_area .flow_area_in .tit01 h2::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 26px;
  background-color: #00477d;
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in .tit01 h2::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}

.flow_area .flow_area_in .tit01 h2 span,
.flow_area .flow_area_in .tit01 h2 strong {
  position: absolute;
  left: 0px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
  max-width: 100%;
}

.flow_area .flow_area_in .tit01 h2 span {
  font-size: 10px;
  top: 8px;
}

.flow_area .flow_area_in .tit01 h2 strong {
  font-size: 20px;
  bottom: 12px;
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in .tit01 h2 strong {
    font-size: 14px;
    bottom: 7px;
  }
}

.flow_area .flow_area_in .tit01 .tit_com01 {
  width: calc(100% - 70px);
  margin-bottom: 0px;
  text-align: left;
}

.flow_area .flow_area_in .icon_cur {
  width: 85px;
  margin: 40px auto;
}

.flow_area .flow_area_in .img01 {
  width: 80%;
  margin: 0px auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 60px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in .img01 {
    width: 50%;
    padding: 0px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in .img01.img01_sp_w {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in .img_flex_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flow_area .flow_area_in .img_flex_sp .img01 {
    width: 40%;
  }

  .flow_area .flow_area_in .img_flex_sp .icon_cur {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 5%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.flow_area .flow_area_in .txt01 {
  font-size: 18px;
  color: #00477d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .flow_area .flow_area_in .txt01 {
    padding-left: 0px;
    font-size: 15px;
  }
}

.txt_box_member {
  text-align: center;
  background-color: #CAE8F5!important;
}

.txt_box_member strong {
  color: #00477d!important;
}

.btn_menber {
  cursor: pointer;
  background-color: #f3950e;
  color: #fff;
  font-weight: bold;
  padding: 1em 1.5em;
  border: none;
  border-radius: 50px;
  margin: 20px auto;
  font-size: 17px;
  display: block;
}