@charset "UTF-8";
.estimateSupport {
  margin: 0 auto 100px
}
.estimateSupportBlock {
  max-width: 900px;
  width: 72%;
  margin: 0 auto
}
.estimateSupportSubText {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center
}
.estimateSupportSubText--bold {
  font-weight: bold
}
.estimateSupport h1 {
  margin: 37px 0 92px;
  font-size: 50px;
  text-align: center;
  line-height: 1.2;
}
.estimateSupport h1 span {
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  margin-top: 10px;
}
.estimateSupport h3 {
  margin-bottom: 30px;
  font-size: 28px;
  border-bottom: 1px solid #202124;
  line-height: 1.6;
  padding-bottom: 10px;
}
.estimateSupport h4 {
  font-size: 28px;
  margin-bottom: 24px
}
.estimateSupportImage {
  display: block;
  width: 100%
}
.estimateSupportImageSpace {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px
}
.estimateSupportImageSpace--space {
  margin: 30px auto 100px
}
.estimateSupportGreenText {
  font-size: 25px;
  color: #9FCC01;
  margin-bottom: 10px
}
.estimateSupportLargeText {
  font-size: 28px
}
.estimateSupportText {
  margin-bottom: 30px;
  font-size: 16px
}
.estimateSupportText--long {
  margin-bottom: 100px
}
.estimateSupportText--middle {
  margin-bottom: 40px
}
.estimateSupportBr {
  display: none
}
.estimateSupportPc {
  display: block
}
.estimateSupportSp {
  display: none
}
/* SP　*/
@media screen and (max-width: 768px) {
  .estimateSupport {
    width: 100%;
    margin: 0 auto 100px
  }
  .estimateSupportSubText {
    font-size: 23px;
    font-weight: normal
  }
  .estimateSupportBlock {
    margin: 0 auto;
    width: 100%;
    padding: 0 25px
  }
  .estimateSupport h1 {
    margin: 37px 0 82px;
    font-size: 28px
  }
  .estimateSupport h1 span {
    font-size: 17px;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    margin-top: 10px;
  }
  .estimateSupport h3 {
    font-size: 23px;
    border-bottom: 1px solid #202124
  }
  .estimateSupport h4 {
    font-size: 23px;
    margin-bottom: 24px
  }
  .estimateSupportBr {
    display: inline
  }
  .estimateSupportGreenText {
    font-size: 20px
  }
  .estimateSupportPc {
    display: none
  }
  .estimateSupportSp {
    display: block
  }
  .estimateSupportLargeText {
    font-size: 23px
  }
  .estimateSupportImageSpace--space {
    margin: 30px auto 90px
  }
}