/* =========================================

break point

========================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #222;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

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

a {
  text-decoration: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

.text-pc {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .text-pc {
    text-align: center;
  }
}

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

.mb-5 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-5 {
    margin-bottom: 30px;
  }
}

.mt-10 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-10 {
    margin-top: 50px;
  }
}

body {
  background: url("../img/bg.jpg");
  background-size: cover;
}

header {
  padding: 30px 20px;
}
header .logo img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .logo img {
    max-width: 260px;
  }
}
header .header-lead {
  margin: 40px 0 10px;
}
@media screen and (max-width: 767px) {
  header .header-lead {
    margin: 30px 0 0px;
  }
}
header .header-lead p a {
  display: block;
  margin-top: 6px;
  text-decoration: underline;
  color: #4c74c1;
  font-weight: 600;
}
header .header-lead.thanks {
  padding: 100px 0;
}

.form-col {
  max-width: 640px;
  padding: 20px;
  margin: 0 auto 60px;
  background: rgba(255, 255, 255, 0.8392156863);
}

footer {
  background: #fbfaff;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 14px;
  }
}
footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    flex-direction: column;
  }
}
footer .footer-inner .footer-logo img {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo img {
    max-width: 150px;
  }
}
footer .footer-inner .footer-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right {
    flex-direction: column;
    margin-top: 20px;
  }
}
footer .footer-inner .footer-right a {
  color: #262626;
  text-decoration: underline;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right a {
    margin-right: 0px;
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=style.css.map */