@charset "utf-8";
/*
theme Name:quest about the quotation of sentences and images
Author:quest law firm
Description:original theme
version： 1.0.0
*/

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

#about-the-quotation-of-sentences-and-images .kv-ttl {
  color: #fff;
  font-weight: bold;
}
#about-the-quotation-of-sentences-and-images .kv-ttl p {
  margin-bottom: 0;
  font-size: 2.8rem;
}

#about-the-quotation-of-sentences-and-images .kv-ttl small {
  font-size: 1.6rem;

}

/**/
#about-the-quotation-of-sentences-and-images-inner {
  width: 100%;
  max-width: 1008px;
  padding: 100px 15px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  #about-the-quotation-of-sentences-and-images-inner {
    padding: 50px 15px 100px;
  }
}
