@charset "utf-8";
/*
theme Name:quest furin price
Author:quest law firm
Description:original theme
version： 1.0.0
*/
/* -----------------------------------------------
  common
------------------------------------------------ */
.innerM {
  width: 1008px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 960px) {
  .innerM {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.innerS {
  width: 840px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 960px) {
  .innerS {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.price-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .price-ttl {
    font-size: 2.0rem;
    text-align: center;
  }
}
.price-ttl::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #006f6a;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 960px) {
  .price-ttl::before {
    width: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.price-ttl--cM {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: .8em;
  padding-bottom: .8em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .price-ttl--cM {
    font-size: 1.9rem;
  }
}
.price-ttl--cM::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.price-ttl--cL {
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 960px) {
  .price-ttl--cL {
    font-size: 2.0rem;
  }
}
.price-ttl--cL::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.price-ttl--w {
  color: #fff;
}
.price-ttl--w::before {
  background: #fff;
}
.price-ttl--seikyu {
  color: #f3663d;
}
.price-ttl--seikyu::before {
  background: #f3663d;
}
.price-ttl--hiseikyu {
  color: #514f87;
}
.price-ttl--hiseikyu::before {
  background: #514f87;
}

/* -----------------------------------------------
  mainView
------------------------------------------------ */
#price .mainView01 {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/price/keyb_bg_pc.png");
}
@media screen and (max-width: 960px) {
  #price .mainView01 {
    height: 200px;
    background-image: url("../img/price/keyb_bg_sp.png");
  }
}
#price .mainView01 .ttlArea {
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #price .mainView01 .ttlArea {
    padding-top: 75px;
  }
  #price .mainView01 .ttlArea__ttl img {
    width: 122px;
  }
}

/* -----------------------------------------------
  lead
------------------------------------------------ */
#price #lead01, #lead02 {
  padding: 100px 0 80px;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 960px) {
  #price #lead01, #lead02 {
    padding: 50px 0;
  }
}
#price #lead01 .lead-menu ul, #lead02 .lead-menu ul {
  width: 45.7rem;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  #price #lead01 .lead-menu ul, #lead02 .lead-menu ul {
    padding: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}
#price #lead01 .lead-menu ul li, #lead02 .lead-menu ul li {
  float: left;
  padding-right: 25px;
  border-right: solid 1px #ccc;
  margin-right: 25px;
}
@media screen and (max-width: 960px) {
  #price #lead01 .lead-menu ul li, #lead02 .lead-menu ul li {
    float: none;
    border-bottom: solid 1px #ccc;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    width: 233px;
    margin: 0 auto;
  }
}
#price #lead01 .lead-menu ul li:last-child, #lead02 .lead-menu ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #price #lead01 .lead-menu ul li:last-child, #lead02 .lead-menu ul li:last-child {
    border-bottom: none;
    margin: 0 auto;
  }
}
#price #lead01 .lead-menu ul img, #lead02 .lead-menu ul img {
  width: 16px;
  vertical-align: baseline;
  margin-left: .5em;
}
@media screen and (max-width: 960px) {
  #price #lead01 .lead-menu ul img, #lead02 .lead-menu ul img {
    width: 13px;
    /*margin-left: 46px;*/
  }
}
#price #lead01 .lead-menu ul a, #lead02 .lead-menu ul a {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
#price #lead01 .lead__tbl, #lead02 .lead__tbl {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #cecece;
  margin-bottom: 10px;
  padding: 100px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  #price #lead01 .lead__tbl, #lead02 .lead__tbl {
    font-size: 1.35rem;
  }
}
#price #lead01 .lead__tbl tr:last-child th,
#price #lead01 .lead__tbl tr:last-child td,
#lead02 .lead__tbl tr:last-child th,
#lead02 .lead__tbl tr:last-child td {
  border-bottom: none;
}
#price #lead01 .lead__tbl th, #lead02 .lead__tbl th {
  width: 200px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 960px) {
  #price #lead01 .lead__tbl th, #lead02 .lead__tbl th {
    width: 81px;
    min-width: 81px;
  }
}
#price #lead01 .lead__tbl .bg__seikyu, #lead02 .lead__tbl .bg__seikyu {
  background: #f3663d;
}
#price #lead01 .lead__tbl .bg__hiseikyu, #lead02 .lead__tbl .bg__hiseikyu {
  background: #514f87;
}
#price #lead01 .lead__tbl td, #lead02 .lead__tbl td {
  padding: 15px;
  border-bottom: solid 1px #cecece;
}
#price #lead01 .lead__caution, #lead02 .lead__caution {
  font-size: 1rem;
}

/* -----------------------------------------------
  tokuyaku
------------------------------------------------ */
#price #henkin01, #henkin02 {
  padding: 80px 0;
  background: rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 960px) {
  #price #henkin01, #henkin02 {
    padding: 50px 0;
  }
}
#price #henkin01 .tokuyaku__list, #henkin02 .tokuyaku__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #price #henkin01 .tokuyaku__list, #henkin02 .tokuyaku__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* 20200122 add */
.tokuyaku__item {
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  max-width: 860px;
  background-color: #fff;
}
.tokuyaku__item h3.item1, .tokuyaku__item p.item2, .tokuyaku__item h3.item3 {
  text-align: center;
  margin: 0;
  padding: 7px;
  font-weight: bold;
}
.tokuyaku__item h3.item1, .tokuyaku__item h3.item3 {
  color: #fff;
  font-size: 2rem;
}
.tokuyaku__item h3.item1 {
  background-color: #f3663d;
}
.tokuyaku__item p.item2 {
  font-size: 2.4rem;
}
.tokuyaku__item p.item2 span{
  color: #f3663d;
}
.tokuyaku__item h3.item3 {
  background-color: #514f87;
}
/*---*/
@media screen and (max-width: 960px) {
  #price #henkin01 .tokuyaku__item, #henkin02 .tokuyaku__item {
    width: 100%;
    max-width: 335px;
    margin: auto;
  }
  /* 20200122 add */
  .tokuyaku__item{
    padding: 15px 10px;
  }
  .tokuyaku__item h3.item1, .tokuyaku__item h3.item3 {
    font-size: 1.4rem;
  }
  .tokuyaku__item p.item2 {
    font-size: 1.8rem;
  }
  /*---*/
}
@media screen and (max-width: 960px) and (-ms-high-contrast: active), screen and (max-width: 960px) and (-ms-high-contrast: none) {
  #price #henkin01 .tokuyaku__item, #henkin02 .tokuyaku__item {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  #price #henkin01 .tokuyaku__item:first-child, #henkin02 .tokuyaku__item:first-child {
    margin-bottom: 10px !important;
  }
}
#price #henkin01 .price-ttl-sub, #henkin02 .price-ttl-sub {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 960px) {
  #price #henkin01 .price-ttl-sub, #henkin02 .price-ttl-sub {
    margin-bottom: 15px;
  }
}
#price #henkin01 .price-ttl-subttl-seikyu, #henkin02 .price-ttl-subttl-seikyu {
  width: 444px;
}
@media screen and (max-width: 960px) {
  #price #henkin01 .price-ttl-subttl-seikyu, #henkin02 .price-ttl-subttl-seikyu {
    width: 264px;
  }
}
#price #henkin01 .price-ttl-subttl-hiseikyu, #henkin02 .price-ttl-subttl-hiseikyu {
  width: 508px;
}
@media screen and (max-width: 960px) {
  #price #henkin01 .price-ttl-subttl-hiseikyu, #henkin02 .price-ttl-subttl-hiseikyu {
    width: 302px;
  }
}

#price #henkin02 {
  background: #eeedf3;
}
#price #henkin02 h2 span {
  font-size: 1.6rem;
  color: #555;
}

#price #lead02 #hiseikyu h3 {
    font-size: 1.6rem;
    font-weight: bold;
}
@media screen and (max-width: 960px){
  #price #lead02 #hiseikyu h3 {
    font-size: 1.5rem;
  }
}
