* {
  word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: normal;
}

html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
img,
video,
a {
  display: block;
}

img {
  width: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

input,
button,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  outline: 0;
  border: 1px solid #b7f4f9;
  font-size: 1.7rem;
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pcView {
  display: block !important;
}
@media (max-width: 568px) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 568px) {
  .spView {
    display: block !important;
  }
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

.jelly {
  animation: gelatine 1s infinite;
}

@keyframes gelatine {
  from, to {
    transform: scale(0.95, 0.95);
  }
  50% {
    transform: scale(1, 1);
  }
}
.contents {
  max-width: 1500px;
  width: 100%;
  margin: 53px auto 0;
}

header {
  height: 56px;
  padding: 10px;
  border-bottom: 2px solid #000000;
}
header a {
  width: 200px;
  margin: 0 auto;
}

.contents .sec09 {
  background: #1B297D;
}

.contents .sec09 h2 {
  color: #fff;
}

.contents .sec09 .text {
  color: #fff;
}

#formArea {
  width: 60%;
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 568px) {
  #formArea {
    width: 100%;
  }
}

#popup_footer .popup_footer_next #popup_btn_next {
  background: #ff5a00;
}

#popup_footer .popup_footer_next #popup_btn_entry {
  background: #ff5a00;
}

section {
  position: relative;
}
section .button {
  width: 250px;
  bottom: 8%;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
}
@media (max-width: 568px) {
  section .button {
    bottom: 5%;
  }
}

@media (max-width: 568px) {
  #sec02 .button {
    bottom: 4%;
  }
}

@media (max-width: 568px) {
  #sec03 .button {
    bottom: 2%;
  }
}

footer .copy {
  background: #1a287d;
}

#policy {
  color: #000;
}
#policy h1 {
  background: #1B297D;
}

#thanks {
  min-height: 65vh;
}
#thanks .widthKeeper {
  text-align: center;
  padding: 50px 10px 0;
}
@media (max-width: 568px) {
  #thanks .widthKeeper {
    text-align: left;
  }
}
#thanks .widthKeeper h2 {
  font-size: 120%;
  font-weight: 600;
  color: #19277d;
  margin-bottom: 15px;
  text-align: center;
}
#thanks .widthKeeper a {
  color: #ff5a00;
  font-weight: 600;
  font-size: 120%;
  display: block;
  width: 300px;
  max-width: 90%;
  margin: 15px auto;
  padding: 10px 0;
  text-align: center;
}
#thanks .widthKeeper a.mendan {
  border: 1px solid;
}

#cta {
  height: 100px;
  padding-bottom: 30px;
}
#cta .button {
  width: 250px;
  bottom: 21%;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
}
@media (max-width: 568px) {
  #cta .button {
    bottom: 21%;
  }
}/*# sourceMappingURL=main.css.map */