@charset "UTF-8";
/*color設定ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*共通項目ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt", "pkna";
          font-feature-settings: "palt", "pkna";
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6, strong .font-bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg-image-b {
  position: relative;
}

.bg-image-b:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.bg-image-a {
  position: relative;
}

.bg-image-a:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.main-c {
  color: #38c5e5;
}

.sub-c {
  color: #f68100;
}

.accent-c {
  color: #ffea4a;
}

.blur-c {
  color: #e5e5e5;
}

.white-c {
  color: white;
}

.black-c {
  color: black;
}

.main-bc {
  background-color: #38c5e5;
}

.sub-bc {
  background-color: #f68100;
}

.accent-bc {
  background-color: #ffea4a;
}

.blur-bc {
  background-color: #e5e5e5;
}

.white-bc {
  background-color: white;
}

.black-bc {
  background-color: black;
}

.font-b {
  font-weight: bold;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.shadow {
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

input, select {
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*共通項目 Endーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*kaiteikun_cssーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
  background-color: #38c5e5;
}

.header, .main, .footer {
  max-width: 960px;
  padding: 0 10px;
  margin: auto;
}

.inner-width {
  max-width: 546px;
  margin: auto;
}

.header .site-logo {
  width: 360px;
  margin: 20px auto 15px auto;
}

@media screen and (max-width: 760px) {
  .header .site-logo {
    width: 200px;
    margin: 5px auto 8px auto;
  }
}

.main {
  display: block;
}

@media screen and (max-width: 760px) {
  .main .main-content .fv-section {
    width: 100vw;
    margin-left: -10px;
  }
}

.main .main-content .fv-section .fv-photo {
  margin-top: -9px;
}

@media screen and (max-width: 760px) {
  .main .main-content .fv-section .fv-photo {
    margin-top: -4px;
  }
}

.main .main-content .inner-section .cta-btn {
  margin: 80px auto;
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  background-color: #ffea4a;
  border: 4px solid #dcc93f;
  border-radius: 100px;
  padding: 14px 0 10px 0;
  -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.main .main-content .inner-section .cta-btn:before {
  background-image: url(../images/arrow.svg);
  width: 15px;
  height: 21px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .main-content .inner-section .cta-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 760px) {
  .main .main-content .inner-section .cta-btn {
    margin: 60px auto;
    font-size: 17px;
    line-height: 22px;
  }
  .main .main-content .inner-section .cta-btn:before {
    background-image: url(../images/arrow.svg);
    width: 12px;
    height: 17px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.main .form-content .form-title {
  background-color: #063067;
  padding: 20px 0 12px 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 5px;
  margin: 80px auto 30px auto;
}

.main .form-content .form-title .font-l {
  font-size: 25px;
}

@media screen and (max-width: 760px) {
  .main .form-content .form-title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 80px auto 30px auto;
    width: 100vw;
    margin-left: -10px;
  }
  .main .form-content .form-title .font-l {
    font-size: 23px;
  }
}

.main .form-content .form-text {
  font-size: 15px;
  margin-bottom: 30px;
}

.main .form-content form {
  border: 4px solid #e5e5e5;
  border-radius: 8px;
  padding: 35px 25px 10px 25px;
}

@media screen and (max-width: 760px) {
  .main .form-content form {
    padding: 35px 15px 10px 15px;
  }
}

.main .form-content form .title {
  font-size: 22px;
  line-height: 26px;
  border-top: 2px solid #f68100;
  border-bottom: 2px solid #f68100;
  padding: 8px 0 6px 0;
}

.main .form-content form .title .sp-only {
  display: none;
}

@media screen and (max-width: 760px) {
  .main .form-content form .title .sp-only {
    display: block;
  }
}

.main .form-content form .form-comment {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.main .form-content form .form-comment .address {
  color: #38c5e5;
  text-decoration: underline;
}

.main .form-content form .input-item {
  margin-top: 20px;
}

.main .form-content form .input-item .item-title {
  font-size: 16px;
  line-height: 26px;
}

.main .form-content form .input-item .item-title .required-box {
  font-size: 14px;
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: 5px;
}

.main .form-content form .input-item .input-decoration input {
  font-size: 16px;
  line-height: 26px;
  padding: 5px 10px;
  border: 1px solid black;
}

.main .form-content form .input-item .input-decoration input::-webkit-input-placeholder {
  color: #b1b1b1;
}

.main .form-content form .input-item .input-decoration input:-ms-input-placeholder {
  color: #b1b1b1;
}

.main .form-content form .input-item .input-decoration input::-ms-input-placeholder {
  color: #b1b1b1;
}

.main .form-content form .input-item .input-decoration input::placeholder {
  color: #b1b1b1;
}

.main .form-content form .input-item .input-decoration input:focus {
  border: 1px solid #38c5e5;
}

.main .form-content form .form-inner {
  border-bottom: 2px dotted #38c5e5;
  padding-bottom: 30px;
}

.main .form-content form .form-inner .select-item {
  margin-top: 20px;
}

.main .form-content form .form-inner .select-item .item-title {
  font-size: 16px;
  line-height: 26px;
}

.main .form-content form .form-inner .select-item .item-title .required-box {
  font-size: 14px;
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: 5px;
}

.main .form-content form .form-inner .select-item .select-decoration:before {
  background-image: url(../images/arrow_triangle.svg);
  width: 12px;
  height: 10px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.main .form-content form .form-inner .select-item .select-decoration select {
  font-size: 16px;
  line-height: 26px;
  padding: 6px 10px 4px 10px;
  border: 1px solid black;
}

.main .form-content form .add-btn-wrap {
  margin-top: 10px;
}

.main .form-content form .add-btn-wrap .add-btn {
  font-size: 14px;
  line-height: 14px;
  border: dotted 1px #38c5e5;
  border-radius: 100px;
  padding: 6px 10px 4px 10px;
}

.main .form-content form .add-btn-wrap .add-btn:hover {
  opacity: 0.7;
}

.main .form-content form .submit-btn-wrap {
  margin: 30px;
}

.main .form-content form .submit-btn-wrap .submit-btn {
  font-size: 24px;
  line-height: 24px;
  padding: 18px 140px 16px 140px;
  border-radius: 100px;
}

.main .form-content form .submit-btn-wrap .submit-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 760px) {
  .main .form-content form .submit-btn-wrap .submit-btn {
    font-size: 22px;
    line-height: 22px;
    padding: 16px 100px 14px 100px;
    white-space: nowrap;
  }
}

.main .form-content form .link-text {
  font-size: 14px;
  margin-top: 4px;
}

.main .form-content form .link-text a {
  font-size: 14px;
  text-decoration: underline;
}

.main .form-content form .link-text a:hover {
  opacity: 0.7;
}

.main .faq-content {
  margin: 80px auto 60px auto;
  border: 4px solid #e5e5e5;
  border-radius: 8px;
  padding: 35px 25px 10px 25px;
}

@media screen and (max-width: 760px) {
  .main .faq-content {
    padding: 35px 15px 10px 15px;
  }
}

.main .faq-content .faq-title {
  font-size: 22px;
  line-height: 26px;
  border-top: 2px solid #f68100;
  border-bottom: 2px solid #f68100;
  padding: 8px 0 6px 0;
}

.main .faq-content .qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 65px 26px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 760px) {
  .main .faq-content .qa-list dl {
    padding: 26px 35px 20px 10px;
  }
}

.main .faq-content .qa-list dl:last-child {
  border-bottom: none;
}

.main .faq-content .qa-list dl:before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 3px solid #38c5e5;
  border-right: 3px solid #38c5e5;
}

@media screen and (max-width: 760px) {
  .main .faq-content .qa-list dl:before {
    right: 15px;
  }
}

.main .faq-content .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .main .faq-content .qa-list dl dt {
    font-size: 18px;
  }
}

.main .faq-content .qa-list dl dt:before {
  background-image: url(../images/q.svg);
  width: 28px;
  height: 28px;
  top: -3px;
  left: 0px;
}

.main .faq-content .qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 40px;
}

.main .faq-content .qa-list dl dd:before {
  background-image: url(../images/a.svg);
  width: 28px;
  height: 28px;
  top: -3px;
  left: 0px;
}

.main .faq-content .qa-list dl dd p {
  margin: 30px 0 0;
}

.main .faq-content .qa-list dl dd p:first-child {
  margin-top: 0;
}

.main .faq-content .qa-list .open:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer {
  margin: 80px auto;
  padding-top: 10px;
  border-top: 1px solid black;
}

.footer p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .footer {
    margin: 60px auto 20px auto;
    padding-top: 10px;
    width: 93%;
  }
  .footer p {
    font-size: 13px;
    letter-spacing: 0;
  }
}

body {
  counter-reset: pnumber mnumber;
}

.p-number:before {
  counter-increment: pnumber 1;
  content: "ご希望エリア（都道府県）【" counter(pnumber) "】";
}

.m-number:before {
  counter-increment: mnumber 1;
  content: "ご希望エリア（市区町村）【" counter(mnumber) "】";
}
/*# sourceMappingURL=style.css.map */