/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
/************  flow         ************/
.flowArticleWrap {
  background: #f7f1f2;
  padding: 70px 0 260px 0;
}
@media screen and (max-width: 767px) {
  .flowArticleWrap {
    background: #f7f1f2;
    padding: 70px 0 20px 0;
  }
}
.flowNumberBlock {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flowNumberBlock {
    position: relative;
    width: 20%;
  }
}
.flowCenterBorder {
  position: absolute;
  left: 50%;
  /*横位置の指定*/
  top: 1%;
  /*縦位置の指定*/
  background: #e10915;
  /*線の色指定*/
  width: 5px;
  /*線の幅指定*/
  height: 98%;
  /*線の高さ指定*/
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flowCenterBorder {
    position: absolute;
    left: 36px;
    /*横位置の指定*/
    top: 0%;
    /*縦位置の指定*/
    background: #e10915;
    /*線の色指定*/
    width: 5px;
    /*線の幅指定*/
    height: 100%;
    /*線の高さ指定*/
    z-index: 1;
  }
}
.flowNUmberDetail {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat !important;
  margin: 176px auto;
  text-align: center;
  padding: 5px;
  z-index: 2;
  position: inherit;
}
@media screen and (max-width: 767px) {
  .flowNUmberDetail {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat !important;
    margin: 0px auto 385px 0px ;
    text-align: center;
    padding: 5px;
    z-index: 2;
    position: inherit;
  }
}
.flowNUmberDetail:nth-child(1) {
  background: url(../img/flow/flow_number01.png);
  margin-top: 200px!important;
}
.flowNUmberDetail:nth-child(2) {
  background: url(../img/flow/flow_number02.png);
}
.flowNUmberDetail:nth-child(3) {
  background: url(../img/flow/flow_number03.png);
}
.flowNUmberDetail:nth-child(4) {
  background: url(../img/flow/flow_number04.png);
}
.flowNUmberDetail:nth-child(5) {
  background: url(../img/flow/flow_number05.png);
}
.flowNUmberDetail:nth-child(6) {
  background: url(../img/flow/flow_number06.png);
}
.flowNUmberDetail:nth-child(7) {
  background: url(../img/flow/flow_number07.png);
}
.flowNUmberDetail:nth-child(8) {
  background: url(../img/flow/flow_number08.png);
}
.flowNUmberDetail:nth-child(9) {
  background: url(../img/flow/flow_number09.png);
}
.flowNUmberDetail:nth-child(10) {
  background: url(../img/flow/flow_number10.png);
}
.flowNUmberDetail:nth-child(11) {
  background: url(../img/flow/flow_number11.png);
}
@media screen and (max-width: 767px) {
  .flowNUmberDetail:nth-child(1) {
    background: url(../img/flow/flow_sp_number01.png);
    margin-top: 200px!important;
  }
  .flowNUmberDetail:nth-child(2) {
    background: url(../img/flow/flow_sp_number02.png);
  }
  .flowNUmberDetail:nth-child(3) {
    background: url(../img/flow/flow_sp_number03.png);
  }
  .flowNUmberDetail:nth-child(4) {
    background: url(../img/flow/flow_sp_number04.png);
  }
  .flowNUmberDetail:nth-child(5) {
    background: url(../img/flow/flow_sp_number05.png);
  }
  .flowNUmberDetail:nth-child(6) {
    background: url(../img/flow/flow_sp_number06.png);
  }
  .flowNUmberDetail:nth-child(7) {
    background: url(../img/flow/flow_sp_number07.png);
  }
  .flowNUmberDetail:nth-child(8) {
    background: url(../img/flow/flow_sp_number08.png);
  }
  .flowNUmberDetail:nth-child(9) {
    background: url(../img/flow/flow_sp_number09.png);
  }
  .flowNUmberDetail:nth-child(10) {
    background: url(../img/flow/flow_sp_number10.png);
  }
  .flowNUmberDetail:nth-child(11) {
    background: url(../img/flow/flow_sp_number11.png);
  }
}
.flowredlineBorder {
  position: absolute;
  color: #e10915;
  border: solid 1px;
  width: 150px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flowredlineBorder {
    position: absolute;
    color: #e10915;
    border: solid 1px;
    width: 80%;
    z-index: 1;
  }
}
/* 1 */
.flowredlineBorder:nth-child(13) {
  left: 34% ;
  top: 35px ;
}
/* 2 */
.flowredlineBorder:nth-child(14) {
  right: 34% ;
  top: 312px ;
}
/* 3 */
.flowredlineBorder:nth-child(15) {
  left: 34% ;
  top: 585px ;
}
/* 4 */
.flowredlineBorder:nth-child(16) {
  right: 34% ;
  top: 860px ;
}
/* 5 */
.flowredlineBorder:nth-child(17) {
  left: 34% ;
  top: 1135px ;
}
/* 6 */
.flowredlineBorder:nth-child(18) {
  right: 34% ;
  top: 1410px ;
}
/* 7 */
.flowredlineBorder:nth-child(19) {
  left: 34% ;
  top: 1685px ;
}
/* 8 */
.flowredlineBorder:nth-child(20) {
  right: 34% ;
  top: 1960px ;
}
/* 9 */
.flowredlineBorder:nth-child(21) {
  left: 34% ;
  top: 2240px ;
}
/* 10 */
.flowredlineBorder:nth-child(22) {
  right: 34% ;
  top: 2520px ;
}
/* 11 */
.flowredlineBorder:nth-child(23) {
  left: 34% ;
  top: 2795px ;
}
@media screen and (max-width: 767px) {
  /* 1 */
  .flowredlineBorder:nth-child(13) {
    left: 70px ;
    right: auto;
    top: 20px ;
  }
  /* 2 */
  .flowredlineBorder:nth-child(14) {
    left: 70px ;
    right: auto;
    top: 482px ;
  }
  /* 3 */
  .flowredlineBorder:nth-child(15) {
    left: 70px ;
    right: auto;
    top: 940px ;
  }
  /* 4 */
  .flowredlineBorder:nth-child(16) {
    left: 70px ;
    right: auto;
    top: 1400px ;
  }
  /* 5 */
  .flowredlineBorder:nth-child(17) {
    left: 70px ;
    right: auto;
    top: 1860px ;
  }
  /* 6 */
  .flowredlineBorder:nth-child(18) {
    left: 70px ;
    right: auto;
    top: 2320px ;
  }
  /* 7 */
  .flowredlineBorder:nth-child(19) {
    left: 70px ;
    right: auto;
    top: 2785px ;
  }
  /* 8 */
  .flowredlineBorder:nth-child(20) {
    left: 70px ;
    right: auto;
    top: 3240px ;
  }
  /* 9 */
  .flowredlineBorder:nth-child(21) {
    left: 70px ;
    right: auto;
    top: 3700px;
  }
  /* 10 */
  .flowredlineBorder:nth-child(22) {
    left: 70px ;
    right: auto;
    top: 4160px ;
  }
  /* 11 */
  .flowredlineBorder:nth-child(23) {
    left: 70px ;
    right: auto;
    top: 4620px ;
  }
}
.flowContents {
  position: relative;
  width: 100%;
  margin: -100px auto;
}
@media screen and (max-width: 767px) {
  .flowContents {
    position: relative;
    width: 90%;
    margin: -150px 0 0 auto;
  }
}
.flowDetail {
  width: 380px;
  color: #594a4b;
}
.flowDetail p {
  margin: 20px 0 0 0 ;
}
.flowDetail ul {
  margin: 20px 0 0 20px ;
}
.flowDetail h3 {
  font-size: 25px;
  line-height: 1.5;
  margin: 20px 0  20px 0 ;
}
@media screen and (max-width: 767px) {
  .flowDetail {
    width: 480px;
  }
  .flowDetail img {
    margin: 0 0 10px 0;
  }
  .flowDetail p {
    font-size: 13px;
    margin: 0 ;
    line-height: 1.5 !important;
  }
  .flowDetail ul {
    font-size: 13px;
    margin: 0 0 0 20px ;
    line-height: 1.5 !important;
  }
  .flowDetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0  10px 0 ;
  }
}
.flowDetail:nth-child(1) {
  top: 0%;
  position: absolute;
  left: 0%;
  z-index: 5;
}
.flowDetail:nth-child(2) {
  top: 152px;
  position: absolute;
  right: -2%;
  z-index: 5;
}
.flowDetail:nth-child(3) {
  top: 584px;
  position: absolute;
  left: 0%;
  z-index: 5;
}
.flowDetail:nth-child(4) {
  top: 704px;
  position: absolute;
  right: -2%;
  z-index: 5;
}
.flowDetail:nth-child(5) {
  top: 1142px;
  position: absolute;
  left: 0%;
  z-index: 5;
}
.flowDetail:nth-child(6) {
  top: 1252px;
  position: absolute;
  right: -2%;
  z-index: 5;
}
.flowDetail:nth-child(7) {
  top: 1684px;
  position: absolute;
  left: 0%;
  z-index: 5;
}
.flowDetail:nth-child(8) {
  top: 1760px;
  position: absolute;
  right: -2%;
  z-index: 5;
}
.flowDetail:nth-child(9) {
  top: 2200px;
  position: absolute;
  left: 0%;
  z-index: 5;
}
.flowDetail:nth-child(10) {
  top: 2353px;
  position: absolute;
  right: -2%;
  z-index: 5;
}
.flowDetail:nth-child(11) {
  top: 2780px;
  position: absolute;
  left: 0%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .flowDetail:nth-child(1) {
    top: 10px;
    position: absolute;
    left: auto;
    right: 0% ;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(2) {
    top: 478px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(3) {
    top: 936px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(4) {
    top: 1396px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(5) {
    top: 1856px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(6) {
    top: 2316px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(7) {
    top: 2780px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(8) {
    top: 3235px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(9) {
    top: 3696px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(10) {
    top: 4156px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
  .flowDetail:nth-child(11) {
    top: 4616px;
    position: absolute;
    left: auto;
    right: 0%;
    width: 70%;
    z-index: 5;
  }
}
/*# sourceMappingURL=map/flow.css.map */