@charset "utf-8";

/* reset（このHTMLで使っている要素のみに限定） */
html,
body,
div,
img,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

a img {
  border: none;
}

/* base */
body {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;  
  font-size: 16px;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

a:link,
a:visited {
  color: #333333;
}

a:hover,
a:focus,
a:active {
  color: #dd7d32;
}

img {
  width: 100%;
  vertical-align: bottom;
  font-size: 0;
}

.lp-wrapper {
  margin: 0 auto;
  max-width: 750px;
  box-shadow: 0 0 10px #999999;
}

.footer {
  color: #333333;
  /* font-size: 30px; */
}

@media screen and (max-width:750px) {
  .footer {
    font-size: 4vw;
  }
}

.footer .nav {
  margin-bottom: 2em;
  padding: 0.33em;
  border-top: solid 1px #7e685e;
  border-bottom: solid 1px #7e685e;
  text-align: center;
}

.footer .nav li {
  display: inline-block;
}

.footer .nav li+li:before {
  content: "|";
  display: inline-block;
  margin: 0 0.2em;
}

.footer .company {
  margin-bottom: 1em;
}

.footer .company p {
  text-align: center;
  line-height: 1.75;
}

.footer .copyright {
  padding-bottom: 2em;
  font-size: 0.8em;
}

.footer .copyright p {
  text-align: center;
}



/* デフォルトフォームPC版修正 */
.form_container_ec {
  width: 100% !important;
}

.landing_form_ec {
  width: 96% !important;
}

.landing_form_ec td {
  width: 480px !important;
}