.contBlock p {
  margin: 32px auto;
}
.contentWrap h3 {
  margin-top: 72px;
}

a.btn01 {
  margin: 0 auto;
}

a.underLine {
  text-decoration: underline;
}

.gray-line {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 2px solid #d0d0d0;
}

.pad0 {
  padding-bottom: 0;
}

.margin70 {
  margin-bottom: 70px;
}

.margin80 {
  margin-bottom: 80px;
}

.contentWrap .tabWrap.palegray_bg {
  background: #EFF4F7;
}

.contentWrap h3.text24 {
  font-size: 24px;
}

.contentWrap h2.top_title+p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

/*---------------------------------

  ページトップお申込み

---------------------------------*/
.top {
  margin: 0;
  padding: 45px 40px 34px;
  background: #fff;
}

.top p:first-of-type {
  margin-top: 0;
}

/*---------------------------------

  ご利用開始までの流れ

---------------------------------*/
.column-box05 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.column-box05 .box {
  display: flex;
  flex-direction: column;
  width: 20%;
  max-width: 225px;
  margin-right: 20px;
  background: #fff;
}

.column-box05 .box p:last-child {
  margin-bottom: 0;
}

.column-box05 .box:nth-of-type(5n) {
  margin-right: 0;
}

.column-box05 .box h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
}

.column-box05 .box {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  text-align: center;
}

.column-box05 h3 {
  background: #ceedfd;
  text-align: center;
  line-height: 54px;
  color: #002896;
  font-size: 25px;
  font-weight: normal;
  margin-top: 0;
}

.column-box05 .box img {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
}

.column-box05 .box .img-s01 {
  width: 46.54px;
  height: auto;
}

.column-box05 .box .img-s02 {
  width: 65.68px;
  height: auto;
}

.column-box05 .box .img-s03 {
  width: 57.12px;
  height: auto;
}

.column-box05 .box .img-s04 {
  width: 46.32px;
  height: auto;
}

/*.column-box05 .box .img-s05 {
  width: 32.93px;
  height: auto;
}*/

.column-box05 .box p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 94px 0 53px;
  color: #002896;
}

.column-box05 .box a {
  position: absolute;
  bottom: 17px;
  left: 50%;
}

.column-box05 .box a .arrow {
  /* position: relative; */
}

.column-box05 .box a .arrow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 21px;
  height: 21px;
  border-top: 2px solid #002896;
  border-right: 2px solid #002896;
  transform: translateX(50%) rotate(135deg);
}

/*---------------------------------

  動画

---------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}

/*---------------------------------

  各STEPの詳細

---------------------------------*/
.table-separate {
  width: 100%;
  font-size: 18px;
  line-height: 1.88;
  color: #000;
  text-align: left;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  padding: 0;
  margin: 32px 0 60px;
}

.table-separate th {
  box-sizing: border-box;
  background-color: #C7EAFD;
  position: relative;
  width: 225px;
  color: #002896;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  padding: 50px 15px 10px;
  font-weight: bold;
}

.table-separate td {
  box-sizing: border-box;
  background-color: #fff;
  padding: 0;
  vertical-align: middle;
}

.table-separate td .table_inner {
  box-sizing: border-box;
  max-width: 961px;
  margin: 0;
  padding: 32px;
}

.table-separate td ul {
  margin-bottom: 16px;
}

.table-separate td li {
  line-height: 28px;
  margin-bottom: 6px;
}

.table-separate td li:last-child {
  margin-bottom: 0;
}

/*  表のボーダー */
.table-separate th {
  border-bottom: 40px solid #EFF4F7;
}

.table-separate td {
  border-left: 20px solid #EFF4F7;
  border-bottom: 40px solid #EFF4F7;
}

.table-separate tr:last-of-type th:last-of-type,
.table-separate tr:last-of-type td:last-of-type {
  border-bottom: 0;
}

.table-separate td .table_inner.border_bottom {
  border-bottom: 20px solid #EFF4F7;
}

/*  数字 */
.table-separate .number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  font-size: 34px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
}

/*  フォント*/
.table-separate .number span {
  font-size: 24px;
}

.table-separate .table_inner h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  color: #00A0F0;
  text-align: left;
}

.table-separate .table_inner p {
  margin: 0 0 16px;
}

/*アイコン*/
.table-separate th .img-s01 {
  width: 53.78px;
  height: auto;
}

.table-separate th .img-s02 {
  width: 65.08px;
  height: auto;
}

.table-separate th .img-s03 {
  width: 57.22px;
  height: auto;
}

.table-separate th .img-s04 {
  width: 49.43px;
  height: auto;
}

/*.table-separate th .img-s05 {
  width: 43.79px;
  height: auto;
}*/

/*---------------------------------

  お申し込み可能なプラン

---------------------------------*/
.table-separate .inner_box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.table-separate .inner_box02 div {
  width: 47%;
}

.table-separate .inner_box02 h4 {
  color: #00A0F0;
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0 0;
  text-align: left;
}

.table-separate .inner_box02 h4+p {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d0d0d0;
}

a.btn02 {
  margin: 0 auto;
}

/*---------------------------------

  notice

---------------------------------*/
.notice .contentWrap .top h3 {
  margin-top: 32px;
}
.notice .column-box05 .box p {
  font-size: 16px;
}
.notice .column-box05 .box:nth-of-type(4) p {
  font-size: 15px;
  letter-spacing: -1.5px;
}
.notice .column-box05 .box h3 {
  margin-top: 0;
}
.bnrArea.bnrArea1+#info {
  margin-top: 56px;
}
.list-indent li {
  text-indent: -1em;
  margin-left: 1em;
}
.notice .box03 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 925px;
  color: #002896;
  text-align: center;
  margin: 45px auto 1em;
  border: 3px solid #002896;
  font-weight: bold;
}
.notice .box03 table th {
  border: 3px solid #002896;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  padding: 10px 15px 10px;
}
.notice .box03 table td {
  border: 3px solid #002896;
  vertical-align: middle;
  background-color: transparent;
}
.notice .box03 table th:first-of-type {
  width: 20%;
  max-width: 150px;
  background: #ccebfb;
  background-clip: padding-box;
}
.notice .box03 tr:first-of-type th {
  background: #ccebfb;
  height: 55px;
  background-clip: padding-box;
}
.bnrArea {
  width: 80%;
  max-width: 954px;
}
/*---------------------------------

  フッタ

---------------------------------*/
#footer_nav {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .top {
    padding: 28px 21px 37px;
  }

  .contentWrap h3 {
    margin-bottom: 28px;
  }

  .contentWrap h3.text24 {
    font-size: 20px;
  }

  .contentWrap h2.top_title+p {
    margin-bottom: 38px;
  }

  /*---------------------------------

		ご利用開始までの流れ

  ---------------------------------*/
  .column-box05 {
    flex-direction: column;
    align-items: center;
    margin-top: 38px;
  }

  .column-box05 .box {
    width: 100%;
    max-width: 328px;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .column-box05 .box:last-of-type {
    margin-bottom: 0;
  }

  .column-box05 .box h3 {
    line-height: 39px;
    font-size: 18px;
  }

  .column-box05 .box img {
    position: absolute;
    top: 50%;
    left: 36px;
    transform: translateX(0);
  }

  .column-box05 .box .img-s01 {
    width: 37px;
  }

  .column-box05 .box .img-s02 {
    width: 49px;
  }

  .column-box05 .box .img-s03 {
    width: 46px;
  }

  .column-box05 .box .img-s04 {
    width: 39px;
  }

  .column-box05 .box .img-s05 {
    width: 46px;
    height: auto;
  }

  .column-box05 .box p {
    font-size: 14px;
    padding: 34px 0 40px 105px;
    text-align: left;
  }
  .column-box05 .box a {
    bottom: 12px;
  }
  .notice .column-box05 .box:nth-of-type(4) p {
    font-size: 16px;
  }

  /*---------------------------------

		動画

	---------------------------------*/
  .youtube iframe {
    width: 100%;
    height: 100%;
  }

  /*---------------------------------

		テーブル

	---------------------------------*/
  .table-separate {
    width: 100%;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    margin-top: 38px;
    margin-bottom: 36px;
  }

  .table-separate td,
  .table-separate th {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%
  }

  .table-separate th {
    min-height: 96px;
  }

  .table-separate td .table_inner {
    padding: 15px 22px 22px;
  }

  .table-separate h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .table-separate td p.bold {
    margin: 20px 0 0;
  }

  .table-separate th p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    margin: 0;
  }

  .table-separate td li {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }

  /* 表のボーダー */
  .table-separate td {
    border-left: none;
    border-bottom: 35px solid #EFF4F7;
  }

  .table-separate th {
    border-bottom: 8px solid #EFF4F7;
  }

  .table-separate td .table_inner.border_bottom {
    border-bottom: 8px solid #EFF4F7;
  }

  .table-separate th#step3+td .table_inner.border_bottom {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .table-separate th#step3+td div:first-of-type p {
    margin-bottom: 0;
  }

  .table-separate .inner_box02 h4+p {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  /*数字*/
  .table-separate .number {
    font-size: 30px;
  }

  .table-separate .number span {
    font-size: 20px;
  }

  /*アイコン*/
  .table-separate th img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }

  .table-separate th .img-s01 {
    width: 38px;
    left: 48.5px;
  }

  .table-separate th .img-s02 {
    width: 49px;
    left: 41.26px;
  }

  .table-separate th .img-s03 {
    width: 39px;
    left: 42.06px;
  }

  .table-separate th .img-s04 {
    width: 41px;
    left: 48.18px;
  }

  .table-separate th .img-s05 {
    width: 50px;
    height: auto;
    left: 50px;
  }

  /*---------------------------------

  2カラム

	---------------------------------*/
  .table-separate .inner_box02 {
    flex-direction: column;
  }

  .table-separate .inner_box02 div {
    width: 100%;
  }

  .table-separate .inner_box02 h4 {
    font-size: 18px;
    margin: 20px 0 0;
    text-align: left;
  }

  /* 追記 */
  .notice .table-separate td,
  .notice .table-separate th {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  .notice .table-separate th {
    border-bottom: 8px solid #eff4f7;
    min-height: 96px;
  }
  .notice .table-separate .number {
    font-size: 30px;
  }
  .notice .table-separate th .img-s01 {
    width: 38px;
    left: 48.5px;
  }
  .notice .table-separate th p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    margin: 0;
    font-size: 14px;
    line-height: 1.67;
  }
  .notice .table-separate td {
    border-left: none;
    border-bottom: 35px solid #eff4f7;
  }
  .notice .box03 td, .notice .box03 th {
    display: table-cell;
  }
  #info {
    padding: 32px 24px;
  }
  #info .wrap {
    box-sizing: border-box;
    padding: 0;
  }
  #info .wrap .box01 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #info h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  #info .wrap .box02 {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 26px;
  }
  #info .wrap .btn {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto;
  }
  #info .wrap .call {
    flex-direction: column;
  }
  #info .wrap .call .free_call {
    width: 100%;
  }
  .contentWrap .contentInner {
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
  }
  .table-separate {
    display: block;
    overflow: visible;
  }
  .notice tbody, .notice table tr {
    display: block;
  }
  .notice table.table-inner tr {
    display: table-row;
  }
  .notic table.table-inner tbody {
    display: table-cell;
  }
  .notice .c-Table_Wrap-scroll {
    overflow: auto;
  }
  .notice .box03 tr:last-of-type th:last-of-type,
  .notice .box03 tr:last-of-type td:last-of-type {
    border-bottom: 3px solid #002896;
  }
}