
section {
  padding-bottom: 6rem;
}
.section {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 4rem;
  }
  .section {
    padding-top: 4rem;
  }
}

/*================================================
 *  plan
 ================================================*/
#plan h2,
#flow h2 {
  margin-bottom: 10px;
}
#plan .personal {
  margin-bottom: 8rem;
}
#plan h3.marginB--20.relative {
  margin-left: 15px;
}
#plan h3.marginB--20.relative::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: #2b4055;
  left: -15px;
  top: 6px;
}

/* テーブル personal */
.personal table,
.personal td,
.personal th {
  border-collapse: collapse;
  font-weight: normal;
  text-align: center;
}

.personal table {
  width: 95%;
  margin: 0 auto 0;
  border-collapse: separate;
  border-spacing: 5px 20px;
}

.personal td,
.personal th {
  padding: 20px 0px;
  vertical-align: middle;
  border-radius: 5px;
}

.personal th {
  width: 15%;
  font-weight: bold;
  background: #dde6ee;
  border: 1px solid #c7d5e2;
}
.personal td {
  width: 40%;
  background: #f8fafc;
  border: 1px solid #c7d5e2;
  font-size: 17px;
}
/* 背景色 */
.personal th.bg-none {
  background: unset;
  border: unset;
}
.personal td.bg-light {
  background: #72aae2;
  color: #f8fafc;
  border: 1px solid #72aae2;
}
.personal td.bg {
  background: #1d558d;
  color: #f8fafc;
  border: 1px solid #1d558d;
}

.personal td h3 {
  font-weight: bold;
  font-size: 17px;
}
.personal td.al {
  padding: 15px 50px;
}

/* テーブル corporate */
.corporate table,
.corporate td,
.corporate th {
  border-collapse: collapse;
  font-weight: normal;
  text-align: center;
}
.corporate table {
  width: 95%;
  margin: 0 auto 0;
  border-collapse: separate;
  border-spacing: 5px 20px;
}
.corporate td,
.corporate th {
  padding: 20px 0px;
  vertical-align: middle;
  border-radius: 5px;
}
.corporate th {
  width: 15%;
  font-weight: bold;
  background: #dde6ee;
  border: 1px solid #c7d5e2;
}
.corporate td {
  width: 20%;
  background: #f8fafc;
  border: 1px solid #c7d5e2;
    font-size: 17px;
}
/* 背景色 */
.corporate th.bg-none {
  background: unset;
  border: unset;
}
.corporate td.bg-light {
  background: #72aae2;
  color: #f8fafc;
  border: 1px solid #72aae2;
}
.corporate td.bg-compact {
  background: #2b80d5;
  color: #f8fafc;
  border: 1px solid #2b80d5;
}
.corporate td.bg {
  background: #1d558d;
  color: #f8fafc;
  border: 1px solid #1d558d;
}
.corporate td.bg-onedey {
  background: #0e2b47;
  color: #f8fafc;
  border: 1px solid #0e2b47;
}
.corporate td h3 {
  font-weight: bold;
  font-size: 17px;
}
.corporate td.al {
  padding: 15px 50px;
}
.corporate p a {
  border-bottom: 1px solid #5580aa;
}

@media screen and (max-width:768px) {
  #plan h3.marginB--50,
  #flow h3.marginB--50 {
    margin-bottom: 30px;
  }
  #plan p.marginB--170 {
    margin-bottom: 70px;
  }
  #plan h3.marginB--20.relative {
    margin-left: 10px;
  }
  #plan h3.marginB--20.relative::before {
    height: 22px;
    left: -10px;
    top: 3px;
  }

  #plan .plan_pdf {
    border-bottom: 1px solid #2b4055;
  }
  #plan .personal {
    margin-bottom: 6rem;
  }

  /* スマホ横スクロール */
  .sp-scroll {
    overflow: scroll;
    margin-bottom: 20px;
  }
  /* テーブル */
  .personal table {
    width: 900px;
  }
  .personal td,
  .personal th {
    padding: 10px 5px;
  }
  .personal th {
    width: 8%;
  }
  .personal td {
    width: 20%;
  }
  .personal td.al {
    padding: 10px 40px;
  }

  /* テーブル corporate */
  .corporate table {
    width: 900px;
  }
  .corporate td,
  .corporate th {
    padding: 10px 5px;
  }
  .corporate th {
    width: 16%;
  }
  .corporate td {
    width: 20%;
  }
  .corporate td.al {
    padding: 10px 40px;
  }
}

/*================================================
 *  flow
 ================================================*/
#flow .section_ttl h2 {
  margin-bottom: 200px;
}
#flow .section_ttl h2 span.en {
  font-size: 18px;
}

#flow dl {
  max-width: 900px;
  margin: 0 auto;
}
#flow dt {
  width: 18%;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: .1em;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  color: #f8fafc;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 8px 25px 8px 25px;
  border: 1px solid #2b4055;
  background: none;
}
#flow dt::after {
  position: absolute;
  background: #5580aa;
  top: 2px;
  left: -4px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -999;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(0deg);
  border-radius: 5px;
}
#flow dt.last {
  margin-bottom: 40px;
}

#flow dd {
  width: 77%;
  margin-bottom: 90px;
}
#flow dd:last-child {
  margin-bottom: 40px;
}
#flow dd a {
  border-bottom: 1px solid #5580aa;
}
#flow dd span {
  display: block;
  font-size: 19px;
  line-height: 2.5;
}
#flow dd strong.blue {
  color: #5580aa;
  font-size: 18px;
}

@media screen and (max-width:768px) {
  #flow .section_ttl h2 {
    margin-bottom: 100px;
  }
  #flow dl {
    margin: 30px auto 0;
    line-height: 2;
  }
  #flow dt {
    width: 28%;
    margin-bottom: -32px;
    padding: 8px 0;
    font-size: 12px;
  }
  #flow dt.last {
    margin-bottom: -32px;
  }
  #flow dd {
    width: 100%;
    margin-bottom: 50px;
  }
  #flow dd span {
    margin-left: 31%;
    margin-bottom: 0;
  }
}