@charset "UTF-8";
/*-------------------------------------------------
 common
-------------------------------------------------*/
/*-----estimate-----*/
#estimate article, #footerForm article {
  background: #fff;
  padding: 50px 0 50px;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  position: relative; }
  #estimate article h2, #footerForm article h2 {
    text-align: left;
    width: 600px;
    font-size: 36px;
    margin: 0 auto;
    border-bottom: 3px solid #ccc; }
  #estimate article p, #footerForm article p {
    padding: 30px 0;
    width: 600px;
    margin: 0 auto; }
  #estimate article .formContent, #footerForm article .formContent {
    width: 600px;
    margin: 0 auto;
    position: relative; }
    #estimate article .formContent ul li, #footerForm article .formContent ul li {
      margin-bottom: 20px; }
      #estimate article .formContent ul li dl, #footerForm article .formContent ul li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #estimate article .formContent ul li dl dt, #footerForm article .formContent ul li dl dt {
          width: 30%;
          font-size: 18px;
          background: #f6f6f6;
          text-align: center;
          padding: 15px 0; }
          #estimate article .formContent ul li dl dt span, #footerForm article .formContent ul li dl dt span {
            background: #f28f00;
            color: #fff;
            font-size: 10px;
            vertical-align: middle;
            padding: 5px;
            border-radius: 5px;
            margin-left: 10px; }
        #estimate article .formContent ul li dl dd, #footerForm article .formContent ul li dl dd {
          width: 65%; }
          #estimate article .formContent ul li dl dd input[type='text'], #footerForm article .formContent ul li dl dd input[type='text'] {
            width: 100%;
            padding: 15px 10px; }
          #estimate article .formContent ul li dl dd input[type='tel'], #footerForm article .formContent ul li dl dd input[type='tel'] {
            width: 100%;
            padding: 15px 10px; }
          #estimate article .formContent ul li dl dd select, #footerForm article .formContent ul li dl dd select {
            padding: 15px 10px; }
    #estimate article .formContent button, #footerForm article .formContent button {
      background: linear-gradient(61.56deg, #FFD300 0%, #EC7103 100%);
      color: #fff;
      font-weight: bold;
      display: block;
      text-align: center;
      width: 150px;
      padding: 10px 15px;
      border-radius: 5px;
      border: 1px solid #fff;
      margin: 50px auto 0;
      text-decoration: none;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #estimate article .formContent button:hover, #footerForm article .formContent button:hover {
      background: #fff;
      color: #000;
      border: 1px solid #000; }

#popup_area {
  padding: 5% 0;
  background-size: contain; }
  #popup_area article {
    width: 90%;
    height: 100%;
    margin: 0 auto; }
    #popup_area article h4 {
      text-align: center;
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 30px;
      color: linear-gradient(61.56deg, #FFD300 0%, #EC7103 100%); }
      #popup_area article h4 img {
        width: 20px; }
    #popup_area article dl dt {
      margin-bottom: 15px;
      font-weight: bold; }
    #popup_area article dl dd {
      text-align: left; }

/*-----モーダル-----*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9); }

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 600px;
  padding: 30px 50px;
  background-color: #fff; }
  .modalWrapper h3 {
    text-align: center;
    color: #3796ee;
    font-size: 18px;
    font-weight: 600; }
  .modalWrapper .modalItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: relative;
    margin-bottom: 20px; }
    .modalWrapper .modalItem ul {
      margin: auto 0; }
    .modalWrapper .modalItem li {
      width: 220px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      line-height: 1.5;
      background: linear-gradient(61.56deg, #FFD300 0%, #EC7103 100%);
      border-bottom: 1px solid white; }
    .modalWrapper .modalItem li:last-of-type {
      border-bottom: none;
      /*最後の線だけ消す*/ }
    .modalWrapper .modalItem p {
      font-size: 50px;
      margin: auto 0; }
    .modalWrapper .modalItem div {
      color: black;
      font-size: 40px;
      font-weight: 500;
      margin: auto 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, transparent), color-stop(70%, #3796ee));
      background: linear-gradient(transparent 99%, #3796ee 70%); }
  .modalWrapper .estimatedModalBox {
    font-size: 12px;
    color: #666; }
  .modalWrapper .modalTel {
    text-align: end; }

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer; }

.modalBox {
  text-align: center; }

@media screen and (max-width: 640px) {
  .pc {
    display: none; }

  .sp {
    display: inherit; }

  img {
    max-width: 100%;
    height: auto; }

  /*-----estimate-----*/
  #estimate article, #footerForm article {
    background: #fff;
    padding: 50px 0 50px;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    position: relative; }
    #estimate article h2, #footerForm article h2 {
      text-align: left;
      width: 100%;
      font-size: 24px;
      margin: 0 auto;
      border-bottom: 3px solid #ccc; }
    #estimate article p, #footerForm article p {
      padding: 30px 0;
      width: 100%;
      margin: 0 auto; }
    #estimate article .formContent, #footerForm article .formContent {
      width: 100%;
      margin: 0 auto;
      position: relative; }
      #estimate article .formContent ul li, #footerForm article .formContent ul li {
        margin-bottom: 20px; }
        #estimate article .formContent ul li dl, #footerForm article .formContent ul li dl {
          display: block;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #estimate article .formContent ul li dl dt, #footerForm article .formContent ul li dl dt {
            width: 70%;
            font-size: 14px;
            background: #f6f6f6;
            text-align: left;
            padding: 10px;
            margin-bottom: 10px; }
            #estimate article .formContent ul li dl dt span, #footerForm article .formContent ul li dl dt span {
              background: #f28f00;
              color: #fff;
              font-size: 10px;
              vertical-align: middle;
              padding: 5px;
              border-radius: 5px;
              margin-left: 10px; }
          #estimate article .formContent ul li dl dd, #footerForm article .formContent ul li dl dd {
            width: calc(100% - 30px); }
            #estimate article .formContent ul li dl dd input[type='text'], #footerForm article .formContent ul li dl dd input[type='text'] {
              width: 100%;
              padding: 15px 10px; }
            #estimate article .formContent ul li dl dd input[type='tel'], #footerForm article .formContent ul li dl dd input[type='tel'] {
              width: 100%;
              padding: 15px 10px; }
            #estimate article .formContent ul li dl dd select, #footerForm article .formContent ul li dl dd select {
              padding: 15px 10px; }
      #estimate article .formContent button, #footerForm article .formContent button {
        background: linear-gradient(61.56deg, #FFD300 0%, #EC7103 100%);
        color: #fff;
        font-weight: bold;
        display: block;
        text-align: center;
        width: 150px;
        padding: 10px 15px;
        border-radius: 5px;
        border: 1px solid #fff;
        margin: 50px auto 0;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #estimate article .formContent button:hover, #footerForm article .formContent button:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000; } }

/*# sourceMappingURL=style_lp.css.map */