@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  width: 100%;
  min-width: 1200px;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.7;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}

.header {
  margin: 0 0 40px 0;
  padding: 20px 0 14px 20px;
  border-bottom: solid 1px #08b2dd;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  text-align:center;
}

.header .logo {
  width: 1040px;
  margin: 0 auto;
  text-align: left;
}

.main {
/*   position: absolute;
  top: 0;
  left: 80px;
  width: calc(100% - 80px); */
  min-width: 1120px;
}

.footer {
  margin: 10px 0 4px 0;
  text-align: center;
  font-size: 10px;
}

.to_top {
  position: fixed;
  right: 0;
  bottom: 10px;
}

body.fixed {
  overflow-y: scroll;
  position: fixed;
}

.modal_fix {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 138, 164, 0.4);
  padding-left: 80px;
  z-index: 100;
  overflow-y: auto;
  pointer-events: none;
  transition: 1s;
}
.modal_fix.active {
  opacity: 1;
  pointer-events: unset;
}
.modal_fix .modal_main {
  width: 1000px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 50px auto;
  padding: 20px;
  position: relative;
  cursor: initial;
}
.modal_fix .modal_main .modal_close {
  position: absolute;
  top: 18px;
  right: 18px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    height: 100%;
  }
  .header {
    padding: 10px 0;
    width: 100vw;
  }
  .header .logo {
    width: 100vw;
    text-align: center;
  }
  .header img{
    max-width:50%;
  }

  .main {
    top: 13.0208333333vw;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: auto;
  }
  .main .contact {
    height: 85.15625vw;
    margin-top: 18.2291666667vw;
    padding-top: 15.625vw;
  }
  .main .contact div {
    top: 15.625vw;
  }
  .main .contact div h2 img {
    height: 5.9895833333vw;
  }
  .main .contact div h3 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 2.6041666667vw;
  }
  .main .contact div p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    margin-top: 6.5104166667vw;
  }
  .main .contact div ul {
    margin-top: 9.1145833333vw;
  }
  .main .contact div ul li {
    display: block;
    margin: 0 0 2.6041666667vw;
  }
  .main .contact div ul li img {
    width: 79.1666666667vw;
  }
  .main .footer {
    width: calc(100% - 10.66667vw);
    padding: 10.4166666667vw 0;
  }
  .main .footer .sitemap {
    position: static;
    top: 10.4166666667vw;
  }

  .to_top {
    position: fixed;
    right: 0;
    bottom: 2.6041666667vw;
  }
  .to_top img {
    width: 12.5vw;
  }
  .modal_fix {
    padding-left: 0;
  }
  .modal_fix .modal_main {
    width: 88.0208333333vw;
    border-radius: 2.34375vw;
    margin: 5.2083333333vw auto;
    padding: 3.90625vw;
    border: 1px solid #000000;
  }
  .modal_fix .modal_main .modal_close {
    top: 4.1666666667vw;
    right: 4.1666666667vw;
  }
}
h2 {
  text-align: center;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}

.main .mv {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.main .mv h1 {
  font-size: 58px;
  color: #08b2dd;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
.main .mv p {
  font-size: 24px;
  line-height: 52px;
  color: #000000;
}

.main p.info {
  margin:0 auto 10px auto;
  width:700px;
  line-height:1.25;
}

.main .container {
  margin: 30px 0 0 0;
  padding: 20px 0;
  width: 100%;
  background: linear-gradient(143deg, #e3eeff, #deecdd);
}

.main .contents {
  width: 700px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.main .contents .description {
  margin-bottom: 45px;
}
.main .contents .description p {
  font-size: 16px;
  line-height: 25px;
  color: #222222;
}
.main .contents .description p small {
  color: #d01824;
  font-weight: bold;
}
.main .contents .description p small span {
  margin: 0 2px;
  padding: 3px;
  background-color: #ec2064;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  vertical-align: 2px;
  border-radius:4px;
}
.main .contents form dl {
  font-size: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.main .contents form dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 245px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: bold;
}
.main .contents form dl dt span {
  margin: -1px 6px 0px 0px;
  padding: 3px;
  background-color: #ec2064;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  border-radius:4px;
}
.main .contents form dl dt small {
  font-size: 12px;
}
.main .contents form dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 455px;
}
.main .contents form dl dd p {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  font-weight: bold;
}
.main .contents form dl dd span {
  color: #222222;
  font-weight: normal;
}
.main .contents form dl dd span.label, .main .contents form dl dd span.wpcf7-list-item-label {
  font-size: 18px;
  line-height: 25px;
}
.main .contents form dl dd span.value {
  font-size: 16px;
  line-height: 25px;
}
.main .contents form dl dd span .wpcf7-not-valid-tip, .main .contents form dl dd span .wpcf7-custom-tip {
  font-size: 16px;
  line-height: 24px;
  color: #d01824;
}
.main .contents form dl dd input[type=text], .main .contents form dl dd input[type=tel], .main .contents form dl dd input[type=email], .main .contents form dl dd textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
.main .contents form dl dd input[type=text]:placeholder-shown, .main .contents form dl dd input[type=tel]:placeholder-shown, .main .contents form dl dd input[type=email]:placeholder-shown, .main .contents form dl dd textarea:placeholder-shown {
  color: #888888;
}
.main .contents form dl dd input[type=text]::-webkit-input-placeholder, .main .contents form dl dd input[type=tel]::-webkit-input-placeholder, .main .contents form dl dd input[type=email]::-webkit-input-placeholder, .main .contents form dl dd textarea::-webkit-input-placeholder {
  color: #888888;
}
.main .contents form dl dd input[type=text]:-moz-placeholder, .main .contents form dl dd input[type=tel]:-moz-placeholder, .main .contents form dl dd input[type=email]:-moz-placeholder, .main .contents form dl dd textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.main .contents form dl dd input[type=text]::-moz-placeholder, .main .contents form dl dd input[type=tel]::-moz-placeholder, .main .contents form dl dd input[type=email]::-moz-placeholder, .main .contents form dl dd textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.main .contents form dl dd input[type=text]:-ms-input-placeholder, .main .contents form dl dd input[type=tel]:-ms-input-placeholder, .main .contents form dl dd input[type=email]:-ms-input-placeholder, .main .contents form dl dd textarea:-ms-input-placeholder {
  color: #888888;
}
.main .contents form dl dd input[type=text][name=your-zip], .main .contents form dl dd input[type=text][name=build-zip], .main .contents form dl dd input[type=tel][name=your-zip], .main .contents form dl dd input[type=tel][name=build-zip], .main .contents form dl dd input[type=email][name=your-zip], .main .contents form dl dd input[type=email][name=build-zip], .main .contents form dl dd textarea[name=your-zip], .main .contents form dl dd textarea[name=build-zip] {
  width: 100px;
  margin: 0 5px;
}
.main .contents form dl dd input[type=text].input_tel, .main .contents form dl dd input[type=tel].input_tel, .main .contents form dl dd input[type=email].input_tel, .main .contents form dl dd textarea.input_tel {
  width: 80px;
  text-align: center;
}
.main .contents form dl dd input[type=radio] {
  display: none;
}
.main .contents form dl dd input[type=radio] + span {
  display: inline-block;
  padding: 2px 50px 2px 38px;
  margin: 5px 0;
  position: relative;
}
.main .contents form dl dd input[type=radio] + span:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.main .contents form dl dd input[type=radio]:checked + span:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  background-color: #1792bc;
  border-radius: 50%;
}
.main .contents form dl dd textarea {
  resize: none;
  height: 180px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.main .contents form dl dd small {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #222222;
  font-weight: normal;
  vertical-align: middle;
}
.main .contents form dl dd span.submitter {
  display: inline-block;
  position: relative;
}
.main .contents form dl dd span.submitter:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-image: url("../img/upload/select_down.png");
  background-size: contain;
  pointer-events: none;
}
.main .contents form dl dd span.submitter select {
  cursor: pointer;
  border: none;
  background: transparent;
  background-color: #f2f2f2;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 5px 100px 5px 10px;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.main .contents form dl dd span.submitter select::-ms-expand {
  display: none;
}
.main .contents form dl dd .codedropz-upload-handler {
  background-color: #f2f2f2;
  border: 2px dotted #888888;
  border-radius: 0;
}
.main .contents form dl dd .codedropz-upload-handler h3 {
  display: none;
}
.main .contents form dl dd .codedropz-upload-handler span {
  display: none;
}
.main .contents form dl dd .codedropz-upload-handler p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.main .contents form dl dd .codedropz-upload-handler p small {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.main .contents form dl dd .dnd-upload-status {
  font-size: initial;
}
.main .contents form dl dd #droparea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: 2px dotted #888888;
  padding: 30px 30px 15px;
  text-align: center;
}
.main .contents form dl dd #droparea p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.main .contents form dl dd #droparea p small {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.main .contents form dl dd #droparea #filelist {
  margin-top: 15px;
  text-align: left;
}
.main .contents form dl dd #droparea #filelist li {
  font-size: 16px;
  line-height: 24px;
}
.main .contents form dl dd #droparea #dropfile {
  display: none;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text], .main .contents form.custom-wpcf7c-confirmed input[type=tel], .main .contents form.custom-wpcf7c-confirmed input[type=email], .main .contents form.custom-wpcf7c-confirmed textarea {
  background-color: transparent;
  padding: 5px 0;
  outline: none;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]:placeholder-shown, .main .contents form.custom-wpcf7c-confirmed input[type=tel]:placeholder-shown, .main .contents form.custom-wpcf7c-confirmed input[type=email]:placeholder-shown, .main .contents form.custom-wpcf7c-confirmed textarea:placeholder-shown {
  color: transparent;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]::-webkit-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]::-webkit-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]::-webkit-input-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea::-webkit-input-placeholder {
  color: transparent;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]:-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]:-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]:-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea:-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]::-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]::-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]::-moz-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text]:-ms-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=tel]:-ms-input-placeholder, .main .contents form.custom-wpcf7c-confirmed input[type=email]:-ms-input-placeholder, .main .contents form.custom-wpcf7c-confirmed textarea:-ms-input-placeholder {
  color: transparent;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=text][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=build-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=your-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=build-zip] {
  width: 100px;
  margin: 0 5px;
}
.main .contents form.custom-wpcf7c-confirmed input[type=text].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=tel].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=email].input_tel, .main .contents form.custom-wpcf7c-confirmed textarea.input_tel {
  width: 80px;
  text-align: center;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] {
  display: none;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] + span {
  display: none;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio]:checked + span:after {
  content: none;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  background-color: #1792bc;
  border-radius: 50%;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] + input[type=hidden] + span {
  padding: 2px 0;
}
.main .contents form.custom-wpcf7c-confirmed input[type=radio] + input[type=hidden] + span:before {
  content: none;
}
.main .contents form.custom-wpcf7c-confirmed .codedropz-upload-handler, .main .contents form.custom-wpcf7c-confirmed .dnd-upload-status {
  display: none;
}
.main .contents form .btn_wrap {
  margin-top: 50px;
  text-align: center;
}

.main .contents form .btn_wrap .wpcf7-spinner {
  display: block;
  margin: 10px auto 0 auto;
}

.main .contents form .btn_wrap input {
  border: none;
  margin: 0 15px;
  padding: 6px 80px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #cccccc;
  color: #222222;
  border-radius: 44px;
}
.main .contents form .btn_wrap input[type=submit] {
  background-color: #ec2064;
  color: #ffffff;
}
.main .contents form .btn_wrap .ajax-loader {
  display: block;
  margin: 15px auto 0;
}

.main .container .contents h2 {
  margin: 20px auto;
  font-size: 24px;
  font-weight: bold;
  color: #08b2dd;
  
}
.main .container .contents p {
  padding: 0 20px;
  line-height: 28px;
  margin: 30px 0 30px 0;
}
.main .container .contents .company {
  width: 560px;
  margin: 0 auto 20px auto;
  padding: 6px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #08b2dd, #13c5ca) 1;
  
}
.main .container .contents .company div {
  width: 100%;
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px 0px;
}
.main .container .contents .company div p {
  margin: 0;
  padding: 10px auto 0 auto;
}

.main .container .contents .company div h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.main .container .contents .company div small {
  font-size: 16px;
}

@media screen and (max-width: 768px) {

  .main .mv h1 {
    font-size: 48px;
    letter-spacing: 0.05em;
  }
  .main .mv p {
    font-size: 24px;
    line-height: 52px;
  }
  h2 img {
    height: 6.1197916667vw;
  }
  h3 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 2.6041666667vw;
  }
  
  .main p.info {
    margin:0 auto;
    max-width: 90%;
  }
  
  .main .container {
   margin-top:10px;
   padding:2.6vw 0;
  }
  
  .main .contents {
    width: 90%;
    margin: 2.6041666667vw auto;
    box-sizing: border-box;
    padding: 2.6041666667vw 5.2083333333vw;
  }
  .main .contents .description {
    margin-bottom: 7.8125vw;
  }
  .main .contents .description p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl {
    padding: 2.6041666667vw 0;
  }
  .main .contents form dl dt {
    width: 100%;
    font-size: 16px;
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw;
    margin-bottom: 1.3020833333vw;
  }
  .main .contents form dl dt span {
    font-size: 10px;
    font-size: 2.6041666667vw;
  }
  .main .contents form dl dt small {
    font-size: 12px;
    font-size: 3.125vw;
  }
  .main .contents form dl dd {
    width: 100%;
  }
  .main .contents form dl dd p {
    font-size: 12px;
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .main .contents form dl dd span.label, .main .contents form dl dd span.wpcf7-list-item-label {
    font-size: 16px;
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd span.value {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd span .wpcf7-not-valid-tip, .main .contents form dl dd span .wpcf7-custom-tip {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd input[type=text], .main .contents form dl dd input[type=tel], .main .contents form dl dd input[type=email], .main .contents form dl dd textarea {
    padding: 1.3020833333vw 2.6041666667vw;
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* IE 10+ */
  }
  .main .contents form dl dd input[type=text][name=your-zip], .main .contents form dl dd input[type=text][name=build-zip], .main .contents form dl dd input[type=tel][name=your-zip], .main .contents form dl dd input[type=tel][name=build-zip], .main .contents form dl dd input[type=email][name=your-zip], .main .contents form dl dd input[type=email][name=build-zip], .main .contents form dl dd textarea[name=your-zip], .main .contents form dl dd textarea[name=build-zip] {
    width: 23.4375vw;
    margin: 0 1.3020833333vw;
  }
  .main .contents form dl dd input[type=text].input_tel, .main .contents form dl dd input[type=tel].input_tel, .main .contents form dl dd input[type=email].input_tel, .main .contents form dl dd textarea.input_tel {
    width: 15.625vw;
  }
  .main .contents form dl dd input[type=radio] + span {
    padding: 0.5208333333vw 10.4166666667vw 0.5208333333vw 7.8125vw;
    margin: 1.3020833333vw 0;
  }
  .main .contents form dl dd input[type=radio] + span:before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .main .contents form dl dd input[type=radio]:checked + span:after {
    top: 1.3020833333vw;
    left: 1.3020833333vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .main .contents form dl dd textarea {
    height: 31.25vw;
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form dl dd small {
    font-size: 12px;
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
    margin-top: 1.3020833333vw;
  }
  .main .contents form dl dd span.submitter:before {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .main .contents form dl dd span.submitter select {
    padding: 1.3020833333vw 13.0208333333vw 1.3020833333vw 2.6041666667vw;
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=text], .main .contents form.custom-wpcf7c-confirmed input[type=tel], .main .contents form.custom-wpcf7c-confirmed input[type=email], .main .contents form.custom-wpcf7c-confirmed textarea {
    padding: 1.3020833333vw 0;
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* IE 10+ */
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=text][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=text][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=tel][name=build-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=your-zip], .main .contents form.custom-wpcf7c-confirmed input[type=email][name=build-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=your-zip], .main .contents form.custom-wpcf7c-confirmed textarea[name=build-zip] {
    width: 18.2291666667vw;
    margin: 0 1.3020833333vw;
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=text].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=tel].input_tel, .main .contents form.custom-wpcf7c-confirmed input[type=email].input_tel, .main .contents form.custom-wpcf7c-confirmed textarea.input_tel {
    width: 10.4166666667vw;
  }
  .main .contents form.custom-wpcf7c-confirmed input[type=radio] + input[type=hidden] + span {
    padding: 2px 0;
  }

  .main .contents form .btn_wrap {
    margin: 3vw 0;
  }
  .main .contents form .btn_wrap p{
    display:flex;
    flex-direction: column;
    justify-content: center;    
  }
  .main .contents form .btn_wrap input {
    width: 100%;
    margin: 3vw auto 0 auto;
    font-size: 16px;
    font-size: 4.1666666667vw;
    line-height: 10.4166666667vw;
  }
  .main .contents form .btn_wrap .ajax-loader {
    margin: 2.6041666667vw auto 0;
  }
  .main .contents .wpcf7c-elm-step3 {
    padding-top: 1.3020833333vw;
  }
  .main .contents .wpcf7c-elm-step3 h3 {
    font-size: 16px;
    font-size: 4.1666666667vw;
  }
  .main .contents .wpcf7c-elm-step3 p {
    font-size: 15px;
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .main .contents .wpcf7c-elm-step3 .company {
    width: 100%;
    padding: 0.5208333333vw 0;
  }
  .main .contents .wpcf7c-elm-step3 .company div {
    padding: 9.1145833333vw 0 7.8125vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div h4 {
    font-size: 22px;
    font-size: 5.7291666667vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div .tel {
    font-size: 30px;
    font-size: 7.8125vw;
    margin: 3.90625vw 0 2.0833333333vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div .tel img {
    vertical-align: -1.5625vw;
    margin-right: 1.3020833333vw;
    width: 10.9375vw;
  }
  .main .contents .wpcf7c-elm-step3 .company div small {
    font-size: 15px;
    font-size: 3.90625vw;
  }
  .main .contents .wpcf7c-elm-step3 .btn_wrap {
    display:flex;
    margin-top: 9.1145833333vw;
    margin-left: 4.6875vw;
  }  
  .main .contents .wpcf7c-elm-step3 .btn_wrap img {
    width: 42.578125vw;
  }
  .main .container .end {
  margin: 20px 0;
  width: 100%;
  line-height: 1.2;
  }
}