/* =============================================================================
   #Foundation
   ========================================================================== */
/* -----------------------------------------------------------------------------
   #unique
   -------------------------------------------------------------------------- */
/*doc
---
name: hero-price
category: component
tag: Hero
---
*/
.hero-price {
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .hero-price {
    height: 340px;
  }
}
@media screen and (max-width: 599px) {
  .hero-price {
    height: 176px;
  }
}

.hero-price-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-price-title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-price-title {
    margin-bottom: 10px;
    padding: 4px 15px;
    border-radius: 30px;
    font-size: 1.3rem;
  }
}

.hero-price-text {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hero-price-text {
    font-size: 1.3rem;
  }
}
.hero-price-text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.hero-price-notes {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .hero-price-notes {
    margin-top: 10px;
  }
}
.hero-price-notes .list-cmn-notes-item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*doc
---
name: list-price-car
category: component
tag: List
---
*/
.list-price-car {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -30px;
}
.list-price-car + .list-price-car {
  margin-top: 30px;
}

.list-price-car-item {
  width: 25%;
  padding: 0 10px 30px;
}
@media screen and (max-width: 959px) {
  .list-price-car-item {
    width: 50%;
  }
}

.list-price-car-link {
  display: block;
  position: relative;
}

.list-price-car-label {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 1px 6px;
  border-radius: 2px;
  background-color: #113961;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.list-price-car-label.s-gray {
  background-color: #666;
}

.list-price-car-symbol {
  text-align: center;
  overflow: hidden;
}
a:hover .list-price-car-symbol img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.list-price-car-image {
  margin: auto;
}

.list-price-car-caption {
  padding-right: 1em;
  font-size: 1.5rem;
}

/*doc
---
name: mod-flag
category: component
tag: Module
---
*/
.mod-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-flag-image {
  width: 150px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .mod-flag-image {
    width: 110px;
    margin-right: 15px;
  }
}

.mod-flag-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mod-flag-body .txt-notes-small {
  font-size: 1.1rem;
  padding-top: 0.5em;
  display: block;
}
@media screen and (max-width: 599px) {
  .mod-flag-body .txt-notes-small {
    font-size: 0.9rem;
  }
}
.mod-flag-body .txt-notes-small.s-head-asterisk {
  text-indent: -1em;
  padding-left: 1em;
}

.mod-flag-list-title {
  float: left;
  clear: both;
}

.mod-flag-list-text {
  overflow: hidden;
}

/*doc
---
name: mod-price-calc
category: component
tag: Module
---
*/
.mod-price-calc {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .mod-price-calc {
    padding: 10px;
  }
}
.mod-price-calc.is-active::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #113961 transparent transparent transparent;
  margin: 30px 0 -25px;
}
@media screen and (max-width: 599px) {
  .mod-price-calc.is-active::after {
    border-width: 17px 17px 0 17px;
    margin: 10px 0 -5px;
  }
}

.mod-price-calc-in {
  max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .mod-price-calc-in {
    max-width: none;
  }
}

/*doc
---
name: mod-price-set
category: component
tag: Module
---
*/
.mod-price-set > :first-child {
  position: relative;
}
@media screen and (max-width: 599px) {
  .mod-price-set > :first-child {
    margin-bottom: 20px;
  }
}
.mod-price-set > :first-child::before {
  content: '';
  position: absolute;
  bottom: 38px;
  right: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #8095ab;
}
@media screen and (max-width: 599px) {
  .mod-price-set > :first-child::before {
    right: 0;
    left: 0;
    bottom: -17px;
    margin: auto;
    border-width: 17px 17px 0 17px;
    border-color: #acb9c8 transparent transparent transparent;
  }
}

/*doc
---
name: list-price-class
category: component
tag: List
---
*/
@media screen and (max-width: 599px) {
  .list-price-class {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
  }
}

.list-price-class-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.list-price-class-item:first-child {
  border-top: none;
}
@media screen and (max-width: 599px) {
  .list-price-class-item:first-child {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 599px) {
  .list-price-class-item {
    display: block;
    padding: 0;
  }
}

.list-price-class-title {
  width: 33.5%;
  padding-right: 1em;
  font-size: 2rem;
  font-weight: 500;
  color: #999;
}
@media screen and (max-width: 599px) {
  .list-price-class-title {
    width: auto;
    padding: 5px 10px;
    text-align: center;
    background-color: #eef1f4;
    color: #666;
    font-size: 1.3rem;
  }
}

.list-price-class-body {
  width: 66.5%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .list-price-class-body {
    width: auto;
    padding: 15px 10px;
  }
}

.list-price-class-list {
  margin-left: -13px;
  margin-top: -10px;
  color: #333;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .list-price-class-list {
    margin-left: 0;
  }
}

.list-price-class-list-item {
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 12px;
  margin-left: 12px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .list-price-class-list-item {
    padding-left: 9px;
    margin-left: 9px;
  }
}
@media screen and (max-width: 599px) {
  .list-price-class-list-item:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}

/*doc
---
name: mod-price-result
category: component
tag: Module
---
*/
.mod-price-result {
  text-align: center;
}
.mod-price-result .list-cmn-notes {
  display: inline-block;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .mod-price-result .list-cmn-notes {
    margin: 0 0 10px;
    padding: 0 10px;
  }
}
.mod-price-result .list-cmn-notes-item {
  display: block;
}
@media screen and (max-width: 599px) {
  .mod-price-result .list-cmn-notes-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.mod-price-result .list-cmn-notes-body {
  display: inline;
}

.mod-price-result-item {
  border-top: 1px dashed #bbb;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .mod-price-result-item {
    padding: 5px 0;
  }
}
.mod-price-result-item:first-child {
  border-top: none;
}

.mod-price-result-title {
  padding: 0 10px;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 599px) {
  .mod-price-result-title {
    font-size: 1.6rem;
  }
}
.mod-price-result-title strong {
  font-size: 3.6rem;
}
@media screen and (max-width: 599px) {
  .mod-price-result-title strong {
    font-size: 2.4rem;
  }
}
.mod-price-result-title span {
  font-size: 1.6rem;
  font-weight: normal;
  color: #f00;
}
@media screen and (max-width: 599px) {
  .mod-price-result-title span {
    font-size: 1.2rem;
  }
}

.mod-price-result-error {
  padding: 20px 10px;
  color: #ea3353;
}
@media screen and (max-width: 599px) {
  .mod-price-result-error {
    padding: 15px 10px;
    text-align: left;
  }
}
.mod-price-result-error + .mod-price-result-error {
  padding-top: 0;
}

/*adjustment
---
original: /assets/layout/_contents.scss
---
*/
/**
 * contents-frame
 */
.contents-frame.s-margin-03-min {
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .contents-frame.s-margin-03-min {
    padding-bottom: 10px;
  }
}
.contents-frame.s-margin-03-small {
  padding-bottom: 8px;
}

/*adjustment
---
original: /assets/object/component/_table.scss
---
*/
.table-cmn th .txt-notes-gray {
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}
@media screen and (max-width: 959px) {
  .table-cmn th .txt-notes-gray {
    display: inline-block;
    padding-left: 1em;
  }
}
@media screen and (max-width: 599px) {
  .table-cmn th .txt-notes-gray {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=price.css.map */
