/*color*/
/*font-family*/
/*media query break point*/
/* media query */
/* ------------------------------------------------------------ */
.s_contents {
  position: relative;
  z-index: 1;
  background-color: #e8e6e1;
}
main {
  overflow: hidden;
}
/* ------------------------------------------------------------
heading
------------------------------------------------------------ */
.c_heading {
  padding-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.c_heading.c_heading_l .zen {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .c_heading {
    padding-bottom: 40px;
  }
  .c_heading.c_heading_l .zen {
    font-size: 3.6rem;
  }
}
/* ------------------------------------------------------------
mv
------------------------------------------------------------ */
.mv::before {
  background: url(../img/shibuya/flow/mv_bg.jpg) no-repeat center / cover;
}

/* ------------------------------------------------------------
flow
------------------------------------------------------------ */
.flow {
  padding: 50px 0 20px;
}
.flow_in {
  margin: auto;
  max-width: 1280px;
  width: 90%;
}
.flow-list {
  margin-bottom: 40px;
}
.flow-list > div {
  position: relative;
  background: #fff;
}
.flow-list > div:nth-child(n + 2) {
  margin-top: 38px;
}
.flow-list > div::after {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translate(-50%, 100%);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 30px 38px;
  border-top-color: #fff;
}
.flow-list > div:last-child::after {
  display: none;
}
.flow-list dt {
  display: none;
}
.flow-list dd {
  padding: 20px;
}
.flow-list dd h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.flow-list .num {
  display: inline-block;
  padding-right: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.flow-list .num img {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
  width: auto;
  height: 20px;
}
.flow-list .txt {
  font-size: 1.3rem;
  line-height: 1.6;
}
.flow-list .note {
  margin-top: 5px;
  font-size: 1rem;
}
.flow-list._w > div {
  background: #fff;
}
.flow-list._w > div::after {
  border-top-color: #fff;
}
.flow .txt-doc {
  padding-bottom: 20px;
}
/* table */
.table-wrap {
  margin-bottom: 50px;
}
.table-wrap .flick {
  width: 48.3vw;
  margin: 5px auto;
}
.table-box {
  width: calc(100% + 20px);
  padding-bottom: 15px;
  overflow-x: scroll;
}
.table-box table {
  border-collapse: collapse;
  border: 1px solid #000;
  background: #fff;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
}
.table-box table th {
  padding: 10px;
  background: #000;
  color: #fff;
  vertical-align: middle;
}
.table-box table th + th {
  border-left: 1px solid #fff;
}
.table-box table td {
  padding: 10px 20px;
  border: 1px solid #000;
  vertical-align: middle;
}
.table-box table td.type {
  text-align: left;
}
.table-box table td.type p {
  padding-bottom: .5rem;
  line-height: 1.4;
}
.table-box table td.type p:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 100px 0 30px;
  }
  .flow-list {
    margin-bottom: 75px;
  }
  .flow-list > div {
    display: flex;
  }
  .flow-list dt {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    flex-shrink: 0;
    background: #000;
    color: #fff;
    text-align: center;
  }
   .flow-list dt span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .flow-list dt strong {
    display: block;
    font-size: 4.6rem;
    line-height: 1;
  }
  .flow-list dd {
    padding: 35px 5%;
  }
  .flow-list dd h3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .flow-list .num {
    display: none;
  }
  .flow-list .txt {
    font-size: 1.6rem;
  }
  .flow-list .note {
    font-size: 1.2rem;
  }
  .flow .txt-doc {
    padding-bottom: 40px;
    text-align: center;
  }

  /* table */
  .table-box.tbl1 {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0;
    overflow: visible;
  }
  .table-box table {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* table */
  .table-box {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 0;
    overflow: visible;
  }
  .table-box table {
    width: 100%;
  }
}