@charset "UTF-8";
header {
  width: auto;
}
header img {
  display: block;
}
@media (width >= 950px) {
  header .fv-sp {
    display: none;
  }
}
@media screen and (max-width: 949px) {
  header .fv-pc {
    display: none;
  }
}

footer {
  padding-bottom: 40%;
}
@media (width >= 768px) {
  footer {
    padding-bottom: 10%;
  }
}
footer h2 {
  color: #222;
  text-align: center;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  footer h2 {
    font-size: 2rem;
  }
}
footer dl {
  margin-left: 12px;
  color: #222;
  font-size: 0.85rem;
}
@media (width >= 768px) {
  footer dl {
    font-size: 1rem;
  }
}
footer dd {
  padding-bottom: 8px;
}
footer .cta-fixed {
  width: 100%;
  bottom: 0;
  padding-top: 16px;
  background-color: #FFFEEB;
  position: fixed;
}
@media (width >= 768px) {
  footer .cta-fixed {
    display: none !important;
  }
}
footer .cta-fixed .cta-ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 650px) {
  footer .cta-fixed .cta-ul {
    width: 60%;
    margin: 0 auto;
  }
}
footer .cta-fixed li a {
  box-shadow: none;
  background: #FFFEEB;
}
footer .cta-fixed p {
  font-size: 20px;
  margin-bottom: 8px;
  color: #222;
}

.service-sp {
  background-image: url(../images/treebg.jpg);
  background-size: cover;
}

#contactform {
  background: #FFFEEB;
  padding: 24px 8px 56px 8px;
  font-weight: normal;
}
@media (width >= 768px) {
  #contactform {
    padding: 24px 100px;
  }
}
@media (width >= 950px) {
  #contactform {
    padding: 24px 200px;
  }
}
@media (width >= 1280px) {
  #contactform {
    padding: 24px 240px;
  }
}
@media screen and (min-width: 1960px) {
  #contactform {
    padding: 24px 480px;
  }
}
#contactform .form-wrapper {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 56px;
}
#contactform .form-wrapper .contact-comment-warapper {
  text-align: center;
  display: block;
  padding-top: 12px;
  padding-bottom: 24px;
}
#contactform .form-wrapper .contact-comment-warapper .form-comment {
  text-align: left;
  display: inline-block;
}
@media (width >= 768px) {
  #contactform .form-wrapper .contact-comment-warapper .form-comment {
    font-size: 1rem;
  }
}
#contactform .form-wrapper .form-title {
  color: #fff;
  background: #027507;
  text-align: center;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}
#contactform .form-wrapper .form-title p {
  font-size: 1.25rem;
  color: #fff;
}
#contactform form .form {
  max-width: 100%;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 20px;
}
@media (width >= 950px) {
  #contactform form .form {
    padding-left: 48px;
    padding-right: 48px;
  }
}
#contactform form .form-item .must {
  border: 1px solid rgba(199, 19, 6, 0.8901960784);
  color: rgba(199, 19, 6, 0.8901960784);
  font-size: 0.75rem;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 12px;
}
#contactform input {
  margin-top: 8px;
  margin-bottom: 24px;
  border: 1px solid #AEABAB;
  border-radius: 8px;
  width: 100%;
  height: 43px;
}
#contactform .contact-item {
  display: block;
  margin-top: 10px;
}
#contactform .radiobtn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}
#contactform input.radio {
  height: 20px;
  width: 10%;
  margin-bottom: 8px;
}
#contactform input.formbtn {
  background-color: #027507;
  height: 47px;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media (width >= 768px) {
  #contactform input.formbtn {
    width: 450px;
    align-items: center;
  }
}
#contactform select {
  border: 1px solid #AEABAB;
  border-radius: 8px;
  margin-top: 8px;
  width: 100%;
  height: 43px;
}
#contactform .form-textarea {
  margin-top: 24px;
}
#contactform .form-textarea .any {
  border: 1px solid #206C7D;
  color: #206C7D;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
}
#contactform textarea {
  border: 1px solid #AEABAB;
  width: 100%;
  margin-top: 8px;
  border-radius: 8px;
  height: 200px;
}

form .formbtn-wrapper {
  text-align: center;
}

html {
  font-size: 100%;
  width: 100%;
  overflow: auto;
}

body {
  min-width: 360px;
  color: #222;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  background-color: #FFFEEB;
  overflow: hidden;
}

a {
  text-decoration: none;
  box-shadow: 10px 10px 15px -10px;
}

p {
  font-size: 0.875rem;
  font-family: "Noto Sans JP" 、サンセリフ;
  color: #222;
}

img {
  width: 100%;
}

#wrap {
  overflow: hidden;
}

main {
  min-width: 360px;
  margin: 0 auto;
  width: auto;
}

.cta-zone {
  background-color: #FFFEEB;
}

.btn-comment {
  -webkit-text-decoration: underline solid 0.5rem #FF2E2E;
          text-decoration: underline solid 0.5rem #FF2E2E;
}
@media (width >= 360px) {
  .btn-comment {
    font-size: 1.5rem;
    padding-top: 40px;
  }
}
@media (width >= 768px) {
  .btn-comment {
    font-size: 2rem;
    padding: 24px 0;
    margin-top: 56px;
  }
  .btn-comment br {
    display: none;
  }
}
@media (width >= 1280px) {
  .btn-comment {
    font-size: 3rem;
    margin-top: 20px;
  }
}

.btn-ul {
  padding-left: 0;
}
@media (width >= 950px) {
  .btn-ul {
    display: flex;
    justify-content: center;
  }
}

@media (width >= 950px) {
  .point-sp {
    display: none !important;
  }
  .dangerous-sp {
    display: none !important;
  }
  .promise-sp {
    display: none !important;
  }
  .onayami-sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .telbtn-sp {
    display: none !important;
  }
}
@media screen and (max-width: 949px) {
  .point-pc {
    display: none !important;
  }
  .dangerous-pc {
    display: none !important;
  }
  .promise-pc {
    display: none !important;
  }
  .onayami-pc {
    display: none !important;
  }
  .telbtn-pc {
    display: none !important;
  }
}
.orange {
  color: #D99104;
  font-size: 32px;
}

.question dt img {
  width: 30px;
  position: absolute;
  left: 10px;
  top: 15px;
}

.question dd img {
  width: 30px;
  position: absolute;
  left: 10px;
}

.question dt {
  padding: 20px 10px 10px 60px;
  position: relative;
  font-size: 20px;
  background-color: #fff;
}

.question dd {
  padding: 10px 10px 10px 60px;
  position: relative;
  background-color: #EFEFEF;
}

.personal_info_scroll {
  width: 98%;
  height: 12rem;
  padding: 8px;
  overflow-y: scroll;
  text-align: left;
  color: #222;
  background-color: #EFEFEF;
}
@media (width >= 360px) {
  .personal_info_scroll {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */