/***** #price01 *****/
#price01 .modBloc:nth-of-type(1) {
  margin-bottom: 40px; }

#price01 .modBloc p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 0.85rem;
  line-height: 180%; }

#price01 .modBloc img {
  margin: 0 auto;
  display: block; }

.priceBox {
  margin-bottom: 20px;
  padding: 40px;
  background: #FFFAEC; }
  @media screen and (max-width: 640px) {
    .priceBox {
      padding: 20px 30px; } }

.priceBox:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.priceBox dl {
  width: 100%;
  margin: 0 auto 40px;
  line-height: 160%;
  font-size: 0.85rem; }
  @media screen and (max-width: 1000px) {
    .priceBox dl {
      font-size: 0.75rem; } }
  @media screen and (max-width: 900px) {
    .priceBox dl {
      font-size: 0.85rem; } }

.priceBox dl:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.priceBox dl dt {
  width: 70%;
  padding: 15px 0 15px 18px;
  clear: left;
  float: left;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 900px) {
    .priceBox dl dt {
      width: 100%;
      margin-bottom: 10px;
      padding: 0 0 0 18px;
      float: none;
      clear: both; } }

.priceBox dl dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #FFAB09; }

.priceBox dl dd {
  padding: 15px 0 15px 30%;
  border-bottom: 2px dotted #FFC001;
  text-align: right; }
  @media screen and (max-width: 900px) {
    .priceBox dl dd {
      width: 100%;
      margin-bottom: 15px;
      padding: 0 0 15px; } }

.priceBox p {
  margin-bottom: 20px;
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    .priceBox p {
      font-size: 0.75rem; } }

.priceBox h3 {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    .priceBox h3 {
      font-size: 0.75rem; } }

.priceBox h4 {
  margin-bottom: 10px;
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    .priceBox h4 {
      font-size: 0.75rem; } }

.priceBox h5 {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    .priceBox h5 {
      margin-bottom: 20px; } }

.priceBox ul {
  margin-bottom: 20px;
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    .priceBox ul {
      font-size: 0.75rem; } }

.priceBox ul li {
  margin-left: 20px;
  list-style: disc outside;
  color: #525252; }

.priceTable {
  width: 100%;
  margin: 0 auto 40px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  @media screen and (max-width: 800px) {
    .priceTable {
      display: none; } }

.priceTable td {
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #e5e5e5;
  font-size: 0.85rem; }

.priceTable tr:nth-last-of-type(1) td {
  padding: 20px 0;
  background: #fff; }

.spPriceBloc {
  margin-bottom: 40px;
  display: none; }
  @media screen and (max-width: 800px) {
    .spPriceBloc {
      display: block; } }

.spPriceBloc p {
  margin-bottom: 20px !important;
  text-align: left !important; }
