@charset "UTF-8";
.entry-header,
.entry-footer {
  display: none;
}

.wrap {
  width: 100%;
}

#main {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: unset;
}

.header-container {
  position: relative;
  z-index: 999;
  background-color: transparent;
  margin-bottom: -60px;
}

#my-content {
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  HOME
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - ヘッダー
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - こんなにお得になりました
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - 安くなる理由
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - 3つの特徴
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - 作業場所や作業希望時間の指定が出来ます
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - よくある質問
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - お客様の声
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - 一括見積の流れ
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
  /*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
  - 一括見積もりをする
  +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
}
#my-content .estimate-container {
  padding: 20px 7% 35px;
  box-shadow: 4px 4px 3px rgba(var(--color-base-rgb), 0.2);
}
#my-content .estimate-container .heading {
  margin-bottom: 0.3em;
}
#my-content .estimate-ul {
  margin-bottom: 0.4em;
}
#my-content .estimate-li {
  display: flex;
  position: relative;
}
#my-content .estimate-li:not(:last-child) {
  margin-bottom: 10px;
}
#my-content .estimate-li.required::before {
  position: absolute;
  top: 50%;
  left: -1.2em;
  font-size: 1.2rem;
  content: "※";
  transform: translateY(-50%);
}
#my-content .estimate-li input[type=text] {
  border-color: var(--color-main);
}
#my-content .estimate-li .postcode {
  margin-right: 10px;
}
#my-content .estimate-container .annotation {
  margin-bottom: 0.8em;
  text-align: right;
}
#my-content .estimate-container label {
  display: flex;
  line-height: 1.3;
  align-items: flex-start;
}
#my-content .estimate-container input[type=checkbox] {
  margin-top: 0.2em;
}
#my-content .button-estimate {
  display: flex;
  position: relative;
  z-index: 0;
  width: 16em;
  height: 2.6em;
  margin: 30px auto 0;
  border-radius: 50px;
  box-shadow: 0 3px 3px rgba(var(--color-base-rgb), 0.2);
  background: var(--color-red);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  justify-content: center;
  align-items: center;
}
#my-content .button-estimate::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(var(--color-red-light), var(--color-red) 50%, var(--color-red-light) 100%);
  content: "";
}
#my-content .button-estimate::after {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.3em;
  border: 1.5px solid var(--color-sub-light);
  border-radius: 50%;
  background: url("../img/button-arrow.svg") center center no-repeat;
  background-size: 0.8em 0.8em;
  content: "";
}
#my-content .button-estimate:hover::before {
  opacity: 0;
}
#my-content .button-estimate:hover::after {
  border-color: transparent;
  transform: translateX(0.3em);
}
#my-content .button-estimate .free {
  margin-right: 1em;
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  color: var(--color-sub-light);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  #my-content .estimate-container {
    padding: 20px 30px 35px;
  }
  #my-content .estimate-container .button {
    margin-top: 15px;
  }
  #my-content .button-estimate {
    margin-top: 45px;
    border-width: 3px;
    font-size: 3.2rem;
  }
  #my-content .button-estimate .free {
    font-size: 1.7rem;
  }
}
#my-content .home-header {
  padding: 60px 0 20px;
  background: url("../img/header.jpg") 23% top no-repeat;
  background-size: auto 370px;
  background-color: var(--color-main);
}
#my-content .home-header-container {
  display: flex;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}
#my-content .home-header-container .heading {
  max-width: 231px;
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
}
#my-content .home-header-container .heading-image {
  display: block;
  margin-bottom: 15px;
}
#my-content .home-header-container .heading-char {
  display: inline-flex;
  width: 37px;
  height: 37px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 2.4rem;
  justify-content: center;
  align-items: center;
}
#my-content .home-header-container .copy {
  max-width: 100%;
  padding: 0 0.5em;
  border: 1.5px solid;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#my-content .home-header-estimate {
  border-radius: 20px;
  background: #fff;
}
#my-content .home-header-estimate .section-heading {
  margin-bottom: 5px;
  text-align: left;
}
#my-content .home-header-estimate .section-heading-text01 {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
#my-content .home-header-estimate .section-heading-number {
  margin: 0 0.1em;
  font-size: 2.8rem;
}
#my-content .home-header-estimate .section-heading-image01 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  #my-content .home-header {
    background-position: 35% 35%;
    background-size: cover;
  }
  #my-content .home-header .inner {
    display: flex;
    justify-content: flex-end;
  }
  #my-content .home-header-container {
    margin-right: 15px;
    padding: 20px 0 10px;
    flex: 1;
  }
  #my-content .home-header-container .heading {
    max-width: 80%;
  }
  #my-content .home-header-container .copy {
    margin-right: 25px;
  }
  #my-content .home-header-estimate {
    width: 320px;
    border-radius: 25px;
    flex: none;
  }
  #my-content .home-header-estimate .section-heading {
    font-size: 3rem;
  }
  #my-content .home-header-estimate .button {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-header-container {
    height: 290px;
    margin-bottom: 40px;
  }
  #my-content .home-header-container .copy {
    align-self: center;
  }
}
#my-content .home-price {
  background: var(--color-sub-light);
}
#my-content .home-price .section-heading-image {
  display: block;
  margin: 0 auto 0.2em;
}
#my-content .home-price .section-heading-illust {
  position: absolute;
  top: -20px;
}
#my-content .home-price .annotation {
  margin-bottom: 0.5em;
  text-align: right;
}
#my-content .home-price-li {
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
  flex-flow: column;
}
#my-content .home-price-li .image {
  width: 100%;
  flex: none;
}
#my-content .home-price-li .text {
  display: flex;
  padding: 0 15px 15px;
  background: #fff;
  flex: 1 1 auto;
  flex-flow: column;
  align-items: flex-start;
}
#my-content .home-price-li .heading {
  display: inline-flex;
  position: relative;
  min-width: 8em;
  height: 1.7em;
  margin: 0 0 0.5em -15px;
  padding-left: 1em;
  background: var(--color-main);
  color: #fff;
  align-items: center;
}
#my-content .home-price-li .heading::after {
  position: absolute;
  top: 0;
  left: 100%;
  border-bottom: 1.7em solid transparent;
  border-left: 1.7em solid var(--color-main);
  content: "";
}
#my-content .home-price-li .description {
  max-width: 100%;
  margin-bottom: 0.6em;
  line-height: 1.3;
}
#my-content .home-price-li table {
  width: calc(100% + 1em);
  margin: auto -0.5em 0;
  line-height: 1.3;
}
#my-content .home-price-li th {
  padding: 0.3em 0.5em;
  font-weight: inherit;
  vertical-align: middle;
}
#my-content .home-price-li td {
  padding: 0.3em 0.5em;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
#my-content .home-price-estimate th {
  border-radius: 20px 0 0 20px;
  background: #fff0f3;
}
#my-content .home-price-estimate td {
  border-radius: 0 20px 20px 0;
  background: #fff0f3;
  color: #fc0606;
}
@media (min-width: 480px) {
  #my-content .home-price-ul {
    display: flex;
    margin-bottom: -30px;
    flex-flow: wrap;
    justify-content: space-between;
  }
  #my-content .home-price-li {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #my-content .home-price .section-heading-illust {
    top: 0;
    left: 100%;
  }
  #my-content .home-price-ul {
    margin-bottom: -40px;
  }
  #my-content .home-price-li {
    width: 31%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-price .section-heading-image {
    width: 180px;
  }
  #my-content .home-price .section-heading-illust {
    right: 10px;
    width: 31px;
  }
}
#my-content .home-reason {
  background: var(--color-main-light);
}
#my-content .home-reason .inner {
  width: 80%;
}
#my-content .home-reason .section-heading-image01 {
  position: absolute;
  top: -20px;
  right: 90%;
}
#my-content .home-reason .section-heading-text {
  display: block;
  margin-bottom: 0.2em;
}
#my-content .home-reason .section-heading-image02 {
  display: block;
}
#my-content .home-reason .section-heading-illust {
  position: absolute;
  top: -10px;
  left: 110%;
}
#my-content .home-reason-li {
  position: relative;
  z-index: 0;
}
#my-content .home-reason-li .number {
  margin-bottom: 5px;
}
#my-content .home-reason-li .heading {
  position: relative;
  margin-bottom: 1em;
  font-size: 2.1rem;
}
#my-content .home-reason-li .heading::before {
  position: absolute;
  top: -25px;
  left: -35px;
  z-index: -1;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  content: "";
}
#my-content .home-reason-li:nth-child(1) .heading::before {
  background: #fff;
}
#my-content .home-reason-li:nth-child(2) .heading::before {
  background: #fcf8e0;
}
#my-content .home-reason-li:nth-child(3) .heading::before {
  background: var(--color-sub-light);
}
#my-content .home-reason-li .heading::after {
  display: block;
  width: 104px;
  margin-top: 0.5em;
  border-bottom: 3px solid var(--color-main);
  content: "";
}
#my-content .home-reason-li .description {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #my-content .home-reason .inner {
    width: 95%;
  }
  #my-content .home-reason .section-heading-image01 {
    top: -10px;
    right: 105%;
  }
  #my-content .home-reason-ul {
    display: flex;
    justify-content: space-between;
  }
  #my-content .home-reason-li {
    width: 30%;
  }
  #my-content .home-reason-li:nth-child(2) .number {
    animation-delay: 0.5s;
  }
  #my-content .home-reason-li:nth-child(3) .number {
    animation-delay: 0.7s;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-reason .section-heading-image01 {
    width: 89px;
  }
  #my-content .home-reason .section-heading-image02 {
    width: 160px;
  }
  #my-content .home-reason .section-heading-illust {
    width: 60px;
  }
  #my-content .home-reason-li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#my-content .home-feature .inner {
  max-width: 900px;
}
#my-content .home-feature .section-heading-image {
  display: block;
  margin: 0 auto 0.1em;
}
#my-content .home-feature-li {
  display: flex;
  border-bottom: 2px solid;
  border-left: 2px solid;
  counter-increment: number;
}
#my-content .home-feature-li:not(:last-child) {
  margin-bottom: 30px;
}
#my-content .home-feature-li .container {
  display: flex;
  position: relative;
  z-index: 1;
  width: 30%;
  margin: -25px -2px 0 0;
  padding-left: 10px;
  text-align: center;
  flex: none;
  flex-flow: column;
}
#my-content .home-feature-li .container::before {
  border-bottom: 2px solid var(--color-base);
  color: var(--color-main-light);
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  content: counter(number, decimal-leading-zero);
}
#my-content .home-feature-li .image {
  display: flex;
  padding: 20px 0;
  background: #fff;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
#my-content .home-feature-li img {
  max-width: 80%;
}
#my-content .home-feature-li .text {
  padding: 10px 10px 15px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-left: 2px solid;
}
#my-content .home-feature-li .heading {
  margin-bottom: 0.5em;
  background: #b3e8b7;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  text-align: center;
}
@media (min-width: 768px) {
  #my-content .home-feature-li:not(:last-child) {
    margin-bottom: 40px;
  }
  #my-content .home-feature-li .container {
    margin-top: -43px;
    padding-left: 20px;
  }
  #my-content .home-feature-li .container::before {
    font-size: 5.9rem;
  }
  #my-content .home-feature-li .heading {
    font-size: 2.3rem;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-feature .section-heading-image {
    width: 300px;
  }
}
#my-content .home-strength {
  background: var(--color-sub-light);
}
#my-content .home-strength .inner {
  max-width: 800px;
}
#my-content .home-strength .section-heading {
  font-size: 1.8rem;
  line-height: 1.7;
}
#my-content .home-strength .section-heading-underline {
  padding-bottom: 0.1em;
  background: url("../img/strength-heading-underline.svg") center bottom repeat-x;
  background-size: 3.8em 0.9em;
  font-size: 2.4rem;
}
#my-content .home-strength-ul {
  display: flex;
  margin: 0 -10px -20px;
  flex-flow: wrap;
  justify-content: center;
}
#my-content .home-strength-li {
  display: flex;
  width: 40vw;
  max-width: 170px;
  height: 40vw;
  max-height: 170px;
  margin: 0 10px 20px;
  border-radius: 10px;
  background: var(--color-main);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#my-content .home-strength-li .image {
  max-width: 75%;
  margin-bottom: 0.3em;
}
#my-content .home-strength-li .heading {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  #my-content .home-strength .section-heading {
    font-size: 3.5rem;
  }
  #my-content .home-strength .section-heading-underline {
    font-size: 4.6rem;
  }
  #my-content .home-strength .section-description {
    font-size: 2.3rem;
  }
  #my-content .home-strength-li .heading {
    font-size: 1.8rem;
  }
}
#my-content .home-faq {
  background: url("../img/faq-background.jpg") left top repeat;
  background-size: 604px 709px;
}
#my-content .home-faq .inner {
  width: calc(100% - 30px);
}
#my-content .home-faq .section-heading {
  position: relative;
  color: #fff;
}
#my-content .home-faq .section-heading-image01 {
  position: absolute;
  bottom: 0;
  right: 105%;
}
#my-content .home-faq .section-heading-image02 {
  position: absolute;
  bottom: 0;
  left: 108%;
}
#my-content .home-faq-li {
  position: relative;
  padding: 20px 5.4%;
  border-radius: 20px;
  background: #fff;
}
#my-content .home-faq-li::before {
  position: absolute;
  bottom: 12px;
  width: 32px;
  height: 25px;
  background: url("../img/faq-balloon.png") center center no-repeat;
  background-size: contain;
  content: "";
}
#my-content .home-faq-li:nth-child(2n+1)::before {
  right: calc(100% - 8px);
}
#my-content .home-faq-li:nth-child(2n)::before {
  left: calc(100% - 8px);
  transform: scaleX(-1);
}
#my-content .home-faq-li:not(:last-child) {
  margin-bottom: 20px;
}
#my-content .home-faq-li .question-txt,
#my-content .home-faq-li .answer-txt {
  position: relative;
  padding-left: 35px;
}
#my-content .home-faq-li .question-txt {
  margin-bottom: 15px;
  font-weight: inherit;
  font-size: 1.8rem;
}
#my-content .home-faq-li .question-txt::before,
#my-content .home-faq-li .answer-txt::before {
  display: flex;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
}
#my-content .home-faq-li .question-txt::before {
  content: "Q";
}
#my-content .home-faq-li .answer-txt::before {
  content: "A";
}
#my-content .home-faq-li .answer-heading {
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #my-content .home-faq-li {
    padding: 30px;
    border-radius: 40px;
  }
  #my-content .home-faq-li:not(:last-child) {
    margin-bottom: 40px;
  }
  #my-content .home-faq-li .question-txt,
  #my-content .home-faq-li .answer-txt {
    padding-left: 40px;
  }
  #my-content .home-faq-li .question-txt {
    font-size: 2.1rem;
  }
  #my-content .home-faq-li .question-txt::before,
  #my-content .home-faq-li .answer-txt::before {
    font-size: 2.3rem;
  }
  #my-content .home-faq-li .answer-heading {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-faq .section-heading-image01 {
    width: 67px;
  }
  #my-content .home-faq .section-heading-image02 {
    width: 60px;
  }
}
#my-content .home-review {
  background: url("../img/review-background.jpg") left top repeat;
  background-size: 1000px 800px;
}
#my-content .home-review-li {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgba(var(--color-base-rgb), 0.2);
  background: #fff;
}
#my-content .home-review-li .image {
  display: block;
  margin: 0 auto 1em;
}
#my-content .home-review-li .heading {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  #my-content .home-review-ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  #my-content .home-review-li {
    width: 31%;
  }
  #my-content .home-review-li:nth-child(2) .image {
    animation-delay: 0.5s;
  }
  #my-content .home-review-li:nth-child(3) .image {
    animation-delay: 0.7s;
  }
}
@media (min-width: 414px) and (max-width: 767.9px) {
  #my-content .home-review-li {
    display: flex;
    align-items: flex-start;
  }
  #my-content .home-review-li .image {
    margin-right: 15px;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-review-li:not(:last-child) {
    margin-bottom: 20px;
  }
  #my-content .home-review-li .image {
    width: 96px;
  }
}
#my-content .home-flow {
  background: var(--color-main-light);
}
#my-content .home-flow-container {
  padding: 30px 4%;
  border: 2px solid var(--color-main);
  border-radius: 15px;
}
#my-content .home-flow-li {
  counter-increment: number;
}
#my-content .home-flow-li:nth-child(1) {
  position: relative;
  z-index: 2;
}
#my-content .home-flow-li:nth-child(2) {
  position: relative;
  z-index: 1;
}
#my-content .home-flow-li .header {
  display: flex;
  height: 100px;
  padding: 0 15% 0 8%;
  background: center center no-repeat;
  background-size: 100% 100%;
  align-items: center;
}
#my-content .home-flow-li:nth-child(1) .header {
  background-image: url("../img/flow01.svg");
}
#my-content .home-flow-li:nth-child(2) .header {
  background-image: url("../img/flow02.svg");
}
#my-content .home-flow-li:nth-child(3) .header {
  background-image: url("../img/flow03.svg");
}
#my-content .home-flow-li .header::before {
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
  font-size: 3rem;
  content: counter(number, decimal-leading-zero);
}
#my-content .home-flow-li .heading {
  color: #fff;
  font-size: 1.8rem;
}
#my-content .home-flow-li .description {
  padding: 0 15px;
}
@media (min-width: 768px) {
  #my-content .home-flow-container {
    padding: 30px 3%;
    border-radius: 35px;
  }
  #my-content .home-flow-ul {
    display: flex;
    justify-content: space-between;
  }
  #my-content .home-flow-li {
    width: 36%;
  }
  #my-content .home-flow-li:nth-child(2) {
    margin: 0 -4%;
  }
  #my-content .home-flow-li .header {
    height: 180px;
    padding-left: 10%;
  }
  #my-content .home-flow-li:nth-child(2) .header {
    animation-delay: 0.5s;
  }
  #my-content .home-flow-li:nth-child(3) .header {
    animation-delay: 0.7s;
  }
  #my-content .home-flow-li .heading {
    font-size: 2rem;
  }
  #my-content .home-flow-li .description {
    padding-right: 22%;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-flow-ul {
    max-width: 400px;
    margin: 0 auto;
  }
  #my-content .home-flow-li:not(:last-child) {
    margin-bottom: 10px;
  }
}
#my-content .home-estimate {
  background: url("../img/estimate-background.jpg") center center no-repeat;
  background-size: cover;
}
#my-content .home-estimate-container {
  border-radius: 30px;
  background: #edf9ed;
}
#my-content .home-estimate .section-heading-small {
  font-size: 1.8rem;
}
#my-content .home-estimate .container {
  text-align: center;
  flex: none;
}
#my-content .home-estimate figure {
  display: inline-block;
  position: relative;
}
#my-content .home-estimate figcaption {
  position: absolute;
  top: 8%;
  right: 2%;
}
@media (min-width: 768px) {
  #my-content .home-estimate-container {
    border-radius: 50px;
  }
  #my-content .home-estimate .section-heading {
    margin-bottom: 0;
  }
  #my-content .home-estimate .section-heading-small {
    font-size: 3rem;
  }
  #my-content .home-estimate .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #my-content .home-estimate-input {
    width: 50%;
    margin-right: 30px;
  }
  #my-content .home-estimate .container {
    display: flex;
    flex-flow: column-reverse;
  }
  #my-content .home-estimate .button {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.9px) {
  #my-content .home-estimate .section-heading-image {
    width: 150px;
  }
  #my-content .home-estimate .button {
    margin-bottom: 30px;
  }
  #my-content .home-estimate figure {
    width: 245px;
  }
  #my-content .home-estimate figcaption {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=page_home.css.map */