@charset "UTF-8";
* {
  box-sizing: border-box;
  color: #3b3b3b;
}

html {
  background-image: url(../images/lp/bg.gif);
  margin: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','MS PGothic',sans-serif;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

header {
  min-width: 995px;
}

header .inner {
  position: relative;
  width: 100%;
  height: 1064px;
  overflow: hidden;
}

header .inner .background {
  width: 995px;
  height: 1064px;
  margin: 0 auto;
  background-color: #fff;
}

header .inner img {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

body {
  margin: 0;
}

body .main_inner {
  width: 995px;
  margin: 0 auto;
}

body .main_inner section {
  background-color: #fff;
  margin-bottom: 70px;
  padding: 25px 0 85px;
}

body .main_inner section article {
  text-align: center;
}

body .main_inner section article .header-img {
  margin-bottom: 45px;
}

body .main_inner section article .header-text {
  width: 927px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 3px solid #81a2db;
  text-align: left;
  color: #0f367a;
  font-size: 40px;
}

body .main_inner section article .header-text:before {
  content: "";
  width: 16px;
  height: 23px;
  margin: 0 15px 5px 28px;
  display: inline-block;
  background-image: url("../images/lp/arw_01.png");
  background-repeat: no-repeat;
}

body .main_inner section article .content {
  width: 900px;
  margin: 0 auto 60px;
  border: 10px solid #c9c9c9;
}

body .main_inner section article .content .inner {
  text-align: center;
  margin: 40px 0;
}

body .main_inner section article .content .inner .text {
  font-size: 26px;
  margin-top: 30px;
  line-height: 45px;
}

body .main_inner section article .content-image {
  margin: 0 auto;
  width: 955px;
}

body .main_inner section article .content-image img {
  width: 100%;
}

body .main_inner section .box {
  padding-left: 70px;
  margin-bottom: 45px;
}

body .main_inner section .box h2 {
  font-size: 30px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  margin: 25px 0 0 0;
}

body .main_inner section .box h2 div {
  height: 40px;
  padding: 0 10px;
  background: linear-gradient(transparent 55%, #e0e9ef 45%);
}

body .main_inner section .box h2 img {
  margin-right: 20px;
}

body .main_inner section .box .text {
  text-align: left;
  margin-left: 80px;
  font-size: 26px;
  line-height: 37px;
  font-weight: 200;
}

body .main_inner section .box .text.center {
  text-align: center;
  margin-left: 0;
  margin-bottom: 35px;
}

body .main_inner section .box .img {
  margin-top: 40px;
}

body .main_inner section .box .title {
  width: 650px;
  margin: 45px auto 15px;
  padding: 5px 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 50px;
}

body .main_inner section .box .title.color1 {
  background-color: #0f367a;
}

body .main_inner section .box .title.color2 {
  background-color: #1d1d1d;
}

body .main_inner section .box .subtitle {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}

body .main_inner section .box .subtitle.left {
  text-align: left;
  margin: 30px 0 120px 90px;
}

body .main_inner section .box .border {
  border-top: 4px dotted #81a2db;
  width: 890px;
  margin: 0 auto;
}

body .main_inner section .box .form {
  width: 900px;
  margin: 40px auto 0;
  background-color: #ddf0fd;
  border: 10px solid #0f367a;
}

body .main_inner section .box .form table {
  width: 790px;
  margin: 50px auto;
}

body .main_inner section .box .form table tr td {
  padding: 0 0 30px;
}

body .main_inner section .box .form table tr td input, body .main_inner section .box .form table tr td textarea {
  width: 595px;
  height: 60px;
  border: 1px solid #6491af;
  border-radius: 50px;
  font-size: 42px;
  padding: 0 20px;
}

body .main_inner section .box .form table tr td textarea {
  height: 275px;
  border-radius: 30px;
}

body .main_inner section .box .form table tr td:first-child {
  font-size: 35px;
  color: #5c5c5c;
}

body .main_inner section .box .form input[type="submit"] {
  display: inline-block;
  border-radius: 15px;
  font-size: 30pt;
  text-align: center;
  cursor: pointer;
  padding: 12px 200px;
  margin-bottom: 50px;
  background-color: #000066;
  color: #ffffff;
  transition: .2s;
}

body .main_inner section .box .form input[type="submit"]:hover {
  opacity: .4;
}

@media screen and (max-width: 480px) {
  body .main_inner section .box .form table tr {
    display: flex;
    flex-direction: column;
  }
  body .main_inner section .box .form table tr td {
    text-align: left;
  }
  body .main_inner section .box .form table tr td input, body .main_inner section .box .form table tr td textarea {
    width: 100%;
    height: 80px;
    border-radius: 15px;
  }
  body .main_inner section .box .form table tr td textarea {
    height: 300px;
    border-radius: 30px;
  }
  body .main_inner section .box .form table tr td:first-child {
    font-size: 40px;
  }
  body .main_inner section .box .form input[type="submit"] {
    font-size: 40pt;
    padding: 20px 200px;
  }
}

body .main_inner section .box.nomargin {
  padding: 0;
}

footer {
  min-width: 995px;
  height: 658px;
  background-color: #000;
  text-align: center;
}

footer .inner {
  width: 995px;
  margin: 0 auto;
  padding: 50px 0 40px;
}

footer .inner h2 {
  height: 100px;
  font-size: 40px;
  margin: 0;
  color: #fff;
}

footer .inner .title {
  width: 840px;
  height: 65px;
  margin: 0 auto 30px;
  border-radius: 23px;
  background-color: #fff;
  line-height: 65px;
  font-size: 40px;
  color: #000;
}

footer .inner .shop {
  height: 65px;
  font-size: 40px;
  color: #fff;
}

footer .inner .contact {
  height: 140px;
  margin-bottom: 80px;
}

footer .inner .contact li {
  height: 42px;
  margin: 0;
  list-style: none;
  font-size: 35px;
  font-weight: lighter;
  color: #fff;
}

footer .inner .contact li a {
  color: #fff;
  text-decoration: none;
}

footer .inner .copyright {
  font-size: 26px;
  font-weight: lighter;
}

footer .inner .copyright * {
  color: #fff;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
  font-size: 30px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  font-size: 30px;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #b2e5ff;
  border: 1px solid #BCE8F1;
  font-size: 30px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .wpcf7 .wpcf7-not-valid {
    font-size: 40px;
  }
  .wpcf7 .wpcf7-validation-errors {
    font-size: 40px;
  }
  .wpcf7 .wpcf7-mail-sent-ok {
    font-size: 40px;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 40px;
  }
}