@charset "UTF-8";
/*ボックスシャドー*/
/* 回転 */
/* ------------------------
 page-hochouki : flow
------------------------- */
.flow-top {
  /* pc */
  /* sp */
}
.flow-top * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.flow-top .flow-item {
  position: relative;
  padding: 1em 0;
  margin: 0;
}
.flow-top .flow-item div:first-of-type {
  position: relative;
  background-color: #eee;
  padding: 0;
  text-align: center;
  z-index: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flow-top .flow-item div:first-of-type .num {
  width: 130px;
  text-align: center;
}
.flow-top .flow-item div:first-of-type .num img {
  margin: 0 auto;
}
.flow-top .flow-item div:first-of-type h1 {
  width: calc(100% - 130px);
  padding: 1em 130px 1em 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.flow-top .flow-item div:first-of-type .description {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin-top: -1.5em;
}
.flow-top .flow-item div:nth-of-type(2) {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flow-top .flow-item div:nth-of-type(2) .desc {
  width: calc(95% - 215px);
  padding: 1em;
  margin: 0 auto;
  text-align: left;
  color: #666;
  background-color: transparent;
}
.flow-top .flow-item div:nth-of-type(2) .lbl {
  width: 212px;
  margin-top: -80px;
  margin-right: -5px;
  z-index: 9999;
}
.flow-top .flow-item .desc.no-lbl {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.flow-top .flow-item .arrow {
  text-align: center;
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  .flow-top .flow-item {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .flow-top .flow-item div:first-of-type {
    position: relative;
    background-color: #eee;
    padding: 10px;
    text-align: center;
    z-index: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow-top .flow-item div:first-of-type .num {
    display: none;
  }
  .flow-top .flow-item div:first-of-type h1 {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    font-size: 110%;
  }
  .flow-top .flow-item div:first-of-type .description {
    display: inline-block;
    width: auto;
    text-align: left;
    font-weight: bold;
    margin: 0 auto;
    font-size: 95%;
  }
  .flow-top .flow-item div:nth-of-type(2) {
    padding: 10px;
    margin: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow-top .flow-item div:nth-of-type(2) .desc {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #666;
    background-color: transparent;
  }
  .flow-top .flow-item div:nth-of-type(2) .lbl {
    width: 100%;
    margin: 0;
    background-color: transparent;
  }
  .flow-top .flow-item div:nth-of-type(2) .lbl a {
    width: 100%;
    text-align: right;
    font-size: 90%;
    text-decoration: underline;
  }
  .flow-top .flow-item div:nth-of-type(2) .lbl img {
    display: none;
  }
  .flow-top .flow-item .desc.no-lbl {
    width: 100%;
  }
  .flow-top .flow-item .arrow img {
    width: 80px;
    height: auto;
  }
}

#bn-bottom {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#bn-bottom img {
  width: 100%;
  height: auto;
}
