/* ----------------------------------------
* price.php
---------------------------------------- */
#page-price #price-bg {
  background: url(./../images/price-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#price_list {
  padding-top: 50px;
}
#price_list .price_inner {
  width: 95%;
  max-width: 1480px;
  margin: 0 auto;
}
#price_list article {
  margin-bottom: 50px;
}
#price_list h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.6;
}
#price_list h2:after {
  content: "";
  width: 35px;
  height: 2px;
  display: block;
  margin: 12px auto 25px;
  background: #33bad2;
}
#price_list h2 img {
  display: block;
  width: 115px;
  height: auto;
  margin: 0 auto;
}
#price_list h2 span {
  font-size: 12px;
  font-weight: normal;
}
#price_list h2 span:before {
  content: "/";
  padding: 0 5px;
}
#price_list ul.bdr {
  border-bottom: 5px solid #f5f5f5;
}
#price_list ul li {
  border-left: 5px solid #f5f5f5;
  border-right: 5px solid #f5f5f5;
}
#price_list ul li:nth-child(odd) {
  background: #f5f5f5;
}
#price_list ul li h3, #price_list ul li p {
  display: table-cell;
  font-size: 14px;
  line-height: 2;
  color: #555;
}
#price_list ul li h3 {
  width: 240px;
  padding: 13px 15px;
}
#price_list ul li .list01 {
  width: 200px;
  padding: 13px 20px;
  text-align: right;
  font-weight: bold;
}
#price_list ul li .list01 span {
  display: block;
}
#price_list ul li:nth-child(odd) .list01 {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
#price_list ul li:nth-child(even) .list01 {
  border-left: 5px solid #f5f5f5;
  border-right: 5px solid #f5f5f5;
}
#price_list ul li .list02 {
  padding: 13px 15px 13px 20px;
}
@media screen and (max-width: 1400px) {
  #price_list ul {
    margin: 0 auto;
  }
  #price_list ul li p br {
    display: none;
  }
  #price_list .note {
    max-width: 95%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width:1200px) {
  #price_list h2 {
    font-size: 24px;
  }
  #price_list h2 span {
    font-size: 11px;
  }
  #price_list h2 img {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  #price_list {
    padding-top: 40px;
  }
  #price_list article {
    margin-bottom: 40px;
  }
  #price_list h2 {
    font-size: 20px;
  }
  #price_list ul.bdr {
    border-bottom: none;
  }
  #price_list h2:after {
    margin: 8px auto 20px;
  }
  #price_list ul li h3 {
    display: inherit;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #4c4c4a;
  }
  #price_list ul li p {
    display: inherit;
    font-size: 13px;
  }
  #price_list ul li h3, #price_list ul li .list01 {
    width: inherit;
  }
  #price_list ul li {
    border: none;
    margin-bottom: 20px;
  }
  #price_list ul li .list01 {
    text-align: center;
    background: #fff;
    border-left: 5px solid #f5f5f5 !important;
    border-right: 5px solid #f5f5f5 !important;
  }
  #price_list ul li .list01 span {
    display: inline;
  }
  #price_list ul li .list02 {
    background: #f5f5f5;
  }
  #price_list ul li p {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  #price_list article {
    margin-bottom: 0;
  }
  #price_list h2 span {
    display: block;
  }
  #price_list h2 span:before {
    display: none;
  }
  #price_list ul li h3, #price_list ul li p {
    line-height: 1.6;
  }
}