@charset "utf-8";
/*
theme Name  : price
Author      : quest law firm labor
Description : original theme
version     : 1.0.0
*/

/*==============================================================================
  common
==============================================================================*/
.price-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .price-ttl {
    font-size: 2.0rem;
    text-align: center;
  }
}
.price-ttl--cL {
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .price-ttl--cL {
    font-size: 5.5vw;
  }
}
.price-ttl--cL::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*==============================================================================
  mainView
==============================================================================*/
.mainView01 {
  background-image: url("../img/price/bg_mv.png");
}
@media screen and (max-width: 960px) {
  .mainView01 {
    background-image: url("../img/price/bg_mv_sp.png");
  }
}
.mainView01 .ttlArea__ttl img {
  width: 300px;
}
@media screen and (max-width: 960px) {
  .mainView01 .ttlArea__ttl img {
    width: 200px;
  }
}

/*==============================================================================
  arrow
==============================================================================*/
#arrow01 {
  text-align: center;
}
#arrow01 .triangle {
  text-align: center;
  margin: 0 auto;
  width: 10px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #b3b3b3;
}

/*==============================================================================
  price01
==============================================================================*/
#price01 {
  padding: 100px 0 30px;
}
#price01 h2 span {
  color: #2e3191;
}
#price01 .lead-menu ul {
  width: 457px;
  margin: 0 auto 100px;
}
#price01 .lead-menu ul li {
  float: left;
  padding-right: 30px;
  border-right: solid 1px #ccc;
  margin-right: 30px;
}
#price01 .lead-menu ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#price01 .lead-menu ul img {
  width: 16px;
  vertical-align: baseline;
  margin-left: .5em;
}
#price01 .lead-menu ul a {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
#price01 .lead__tbl {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #cecece;
  margin-bottom: 10px;
  padding: 100px 0;
  font-size: 1.5rem;
}
#price01 .lead__tbl tr:last-child th,
#price01 .lead__tbl tr:last-child td {
  border-bottom: none;
}
#price01 .lead__tbl th {
  width: 200px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  border-bottom: solid 1px #fff;
}
#price01 .lead__tbl td {
  padding: 15px;
  border-bottom: solid 1px #cecece;
}
#price01 .lead__tbl td,
#price01 .lead__item {
  font-size: 1.2rem;
}
#price01 .lead__tbl td strong {
  font-size: 1.6rem;
}
#price01 .lead__tbl .bg--price {
  background: #2e3191;
}
@media screen and (max-width: 960px) {
  #price01 {
    padding: 50px 0 20px;;
  }
  #price01 .lead-menu ul {
    padding: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  #price01 .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;
  }
  #price01 .lead-menu ul li:last-child {
    border-bottom: none;
    margin: 0 auto;
  }
  #price01 .lead-menu ul img {
    width: 13px;
    margin-left: 46px;
  }
  #price01 .lead__tbl {
    font-size: 1.35rem;
  }
  #price01 .lead__tbl th {
    width: 81px;
    min-width: 81px;
  }
  #price01 .lead__tbl td,
  #price01 .lead__item {
    font-size:
  }
  #price01 .lead__tbl td {
    padding: 15px 5px;
  }
  #price01 .lead__tbl td, #price01 .lead__item {
    font-size: 2.9vw;
  }
}

/*==============================================================================
  price02
==============================================================================*/
#price02 {
  padding: 20px 0 100px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #price02 {
    padding: 20px 15px 50px;
    text-align: center;
  }
}



/*==============================================================================
  price04
==============================================================================*/
#price04 {
  padding: 50px 0 40px;
  background-color: #fafafa;
}
#price04 .innerM {
  position: relative;
}
#price04 .img {
  text-align: center;
  padding: 0 210px;
}
#price04 .txt {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%) translateX(-25%);
  -webkit- transform: translateY(-50%) translateX(-25%);
  margin: auto;
}
#price04 .txt p {
  text-align: center;
  position: relative;
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 900;
}
#price04 .txt p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin-right: -25px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../img/choice/angle-right.png");
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #price04 .img {
    padding: 0;
  }
  #price04 .txt {
    top: 50%;
    right: 9%;
    transform: translateY(-50%) translateX(-9%);
  }
  #price04 .txt p {
    text-align: left;
    font-size: 4vw;
  }
}
