/****************************** mobile,cpmmon ******************************/
/* -------------------- 背景 -------------------- */
.owhFlwCon {
  padding-bottom: 100px;
}

/* -------------------- h2要素 -------------------- */
.owhFlwHead {
  text-align: center;
  margin-bottom: 40px;
}
.scHeadSub {
  font-weight: 600;
  line-height: 26px;
}

/* -------------------- アイテム -------------------- */
.owhFlwItemCon {
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.owhFlwItemCon:not(:last-child) {
  margin-bottom: 50px;
}
/* ステップ */
.owhFlwItemStep {
  letter-spacing: 2px;
}
/* 内容側 */
.owhFlwItemDatailCon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82%;
}
/* アイコン */
.owhFlwItemImg {
  width: 45px;
}
/* テキスト */
.owhFlwItemTxtCon {
  width: 76%;
}
.owhFlwItemHead {
  font-weight: 500;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
.owhFlwItemTxt {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 16px;
}
.owhFlwItemTxtPc {
  display: none;
}

/****************************** tablet ******************************/
@media (min-width: 600px){
  /* -------------------- 背景 -------------------- */
  .owhFlwBg {
    background: url(../image/bgBlurPcWhite.jpg) center;
    background-size:cover;
  }
  .owhFlwCntnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px;
  }

  /* -------------------- アイテム -------------------- */
  .owhFlwItemCon:not(:last-child) {
    margin-bottom: 0px;
  }
  .owhFlwItemCon:first-child
  ,.owhFlwItemCon:nth-child(2) {
    margin-bottom: 50px;
  }
  /* ステップ */
  .owhFlwItemStep {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .owhFlwItemCon {
    flex-direction: column;
    width: 40%;
    text-align: center;
    justify-content: flex-start
  }
  /* アイコン */
  .owhFlwItemImg {
    margin: 0 auto 10px;
    width: 40px;
  }
  /* 内容側 */
  .owhFlwItemDatailCon {
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #222;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
  }
  /* テキスト */
  .owhFlwItemTxtCon {
    width: 100%;
  }
  .owhFlwItemTxt {
    width: 160px;
    margin: 0 auto;
    display: none;
  }
  .owhFlwItemTxtPc {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 22px;
    width: 200px;
  }
}

/****************************** tablet Pro ******************************/
@media (min-width: 960px){
  /* -------------------- h2要素 -------------------- */
  .owhFlwCntnt {
    justify-content: space-between;
  }
  .owhFlwItemCon {
    width: 200px;
  }
  .owhFlwItemCon:first-child
  ,.owhFlwItemCon:nth-child(2) {
    margin-bottom: 0px;
  }
}
