@charset "utf-8";

/*  priceBlock
/* ------------------------------------------------------------------------ */
.priceBlock .box {
  margin: 90px 0 0 0;
}

.priceBlock .box:first-child {
  margin-top: 0;
}

.priceBlock .box .txt {
  text-align: left;
}

.priceBlock .box .table {
  margin: 20px 0 0 0;
}

.priceBlock .box table.column_2 th,
.priceBlock .box table.column_2 td {
  width: calc(100%/2);
}

.priceBlock .box table.column_3 th,
.priceBlock .box table.column_3 td {
  width: calc(100%/3);
}

.priceBlock .box table.column_4 th,
.priceBlock .box table.column_4 td {
  width: calc(100%/4);
}

.priceBlock .box .txt2 {
  text-align: right;
  margin: 10px 0 0 0;
}

.priceBlock .payBox {
  margin: 90px 0 0 0;
}

.priceBlock .payBox .payBoxInner {
  background: #f2f2f2;
  padding: 25px 30px 30px 60px;
}

.priceBlock .payBox .payBoxInner .ulList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.priceBlock .payBox .payBoxInner .ulList li {
  list-style: disc;
  font-size: 16px;
  margin: 5px 50px 0 0;
}

.priceBlock .payBox .note {
  text-align: left;
  margin-top: 1em;
}

@media (max-width:767px) {
  .priceBlock .box {
    margin: 10px 0 0 0;
    padding-top: 50px;
  }

  .priceBlock .payBox {
    margin: 60px 0 0 0;
  }

  .priceBlock .payBox .payBoxInner {
    padding: 15px 20px 20px 40px;
  }

  .priceBlock .payBox .payBoxInner .ulList li {
    font-size: 13px;
    margin: 5px 35px 0 0;
  }
}




/* ============================================================
カスタマイズ
============================================================ */
.table02 thead tr th, .table02 tr th.mi {
  background-color: #32acdc;
  border-color: #d1dce1;
  }
.table02 tr th {
  background-color: #e9f1f5;
  border-color: #d1dce1;
  }
.table02 tr td {
  border-color: #d1dce1;
  }
.priceBlock .payBox .payBoxInner {
  background-color: #e9f1f5;
  }

#price .priceBlock .box h3 {
  font-weight: 500;
  letter-spacing: 0.03em;
  }

#price .priceBlock .box p.txt2 {
  font-size: 12px;
  text-align: left;
  }
#price .priceBlock .box p.txt2 .note,
#price .priceBlock .box p.txt2 .num {
  padding-left: 1.5em;
  display: block;
  position: relative;
  }
#price .priceBlock .box p.txt2 .note::before {
  position: absolute;
  top: 0;
  left: 0;
  }
#price .priceBlock .box p.txt2 .note::before,
#price .priceBlock .box p.txt2 .num::before {
  position: absolute;
  top: 0;
  left: 0;
  }
#price .priceBlock .box p.txt2 .note::before { content: '※'; }
#price .priceBlock .box p.txt2 .num1::before { content: '1.'; }
#price .priceBlock .box p.txt2 .num2::before { content: '2.'; }
#price .priceBlock .box p.txt2 .num3::before { content: '3.'; }
#price .priceBlock .box p.txt2 .num4::before { content: '4.'; }
#price .priceBlock .box p.txt2 .num5::before { content: '5.'; }
#price .priceBlock .box p.txt2 .num6::before { content: '6.'; }
#price .priceBlock .box p.txt2 .num7::before { content: '7.'; }
#price .priceBlock .box p.txt2 .num8::before { content: '8.'; }
#price .priceBlock .box p.txt2 .num9::before { content: '9.'; }


/* 768＜ --------------------------- */
@media (min-width: 768px) {

  #price .priceBlock .box h3 {
    font-size: 24px;
    }
  #price .priceBlock .box p.txt2 {
    font-size: 12px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

  #price .priceBlock .box h3 {
    font-size: 18px;
    }
  #price .priceBlock .box p.txt2 {
    font-size: 11px;
    }

} /* end ＞767 */