@charset "UTF-8";


html {
  font-size: 100%;
  /* スムーズスクロール */
  scroll-behavior: smooth;
}

body {
  background: #f5f5f5;
  color: #444;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  line-height: 1.7;
  font-size: 20px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

.container {
  max-width: 750px;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin: 0 auto;
  text-align: justify;
}

.wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.bgwhite {
  background-color: #fff;
}

.bgyellow {
  background-color: #fefdeb;
}

img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover img {
  position: relative;
  top: 3px;
  opacity: 0.9;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt40 {
  margin-top: 40px;
}

.center {
  margin: 0 auto !important;
}

/* CTA */
.cta {
  text-align: center;
  background-color: #fef7bd;
  margin: 0 auto;
  display: block;
}

.nn {
  font-size: 1rem;
  width: 90%;
  height: 80px;
  border: 3px solid #ffa526 !important;
  border-radius: 5px;
  /* padding-left: 1rem; */
  margin-bottom: 10px;
  text-align: center;
}

.nn::placeholder {
  color: #ccc;
  font-size: 1.5rem;
}

.nn:focus {
  outline: none !important;
  border: 3px solid #ffa526 !important;
}

.btn {
  margin-top: 1rem;
}

.btn:hover {
  position: relative;
  top: 3px;
  opacity: 0.9;
}

.start {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 1rem;
  background-color: #014171;
  color: #fff;
}

.attention {
  font-size: 50%;
  font-weight: normal;
}

.mail_txt {
  font-size: 1.5rem;
}

.cta_p {
  padding: 20px 0 50px 0;
  color: #838383;
}

.day {
  position: relative;
}

.day p {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 28px;
}

.fs85 {
  font-size: 85%;
}

#form {
  text-align: center;
}

.form_title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #014171;
}

.voice {
  padding: 70px 30px 30px 30px;
  position: relative;
}

.voice_title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}


.voice_p {
  margin: 15px auto 30px;
}

.voice_p:last-child {
  margin-bottom: 0;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/*footer*/
footer {
  text-align: center;
  padding-top: 60px;
  width: 100%;
  font-size: 0.875rem;
  background-color: #014171;
  color: #fff;
}

.footer_li {
  margin-bottom: 20px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.footer_li li {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_li li a {
  color: #fff;
}

.footer_li li a:hover {
  color: #FFF3F3;
}

.left_border {
  border-left: 1px solid #fff;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.8em;
}


.bold {
  font-weight: bold;
}

/* Jcity */
.cta {
  display: block;
  margin: 0 auto;
}

.mail-please {
  font-size: 22px;
  font-weight: bold;
}

.cta_back {
  margin-top: 40px;
}

/* メールアドレスを入力欄 */
input[type="email"] {
  font-size: 120%;
  padding-left: 20px;
  background-color: #fefeed;
  border-radius: 5px;
  border: solid 1px #6d6d6d;
  height: 70px;
  width: 100%;
  margin: 10px 20px;
  text-align: left;
}

#semail {
  font-size: 120%;
  padding-left: 20px;
  background-color: #fefeed;
  border-radius: 5px;
  border: solid 1px #6d6d6d;
  height: 70px;
  width: 90%;
  margin: 10px auto;
  text-align: left;
}


.btn {
  background: url(../images/btn_cta.png) center top no-repeat;
  width: 100%;
  height: 165px;
  border: none;
}

.cta_attention {
  display: inline-block;
  color: #6d6d6d;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 60px;
  text-align: left;
font-size: 1.2rem;
}

@media only screen and (max-width:750px) {
  body {
    font-size: 0.9rem;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .container {
    width: 100%;
    border: none;
    overflow: hidden;
  }

  .wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  img {
    max-width: 100% !important;
  }

  .pt20 {
    padding-top: 1rem;
  }

  .pt40 {
    padding-top: 2rem;
  }

  .mb40 {
    margin-bottom: 1rem;
  }

  .pb80 {
    padding-bottom: 3rem;
  }

  .mt40 {
    margin-top: 1rem;
  }

  /* footer */
  footer {
    padding-top: 2rem;
  }

  .logo {
    height: 40px;
  }

  .footer_li {
    display: block;
    margin-bottom: 0;
  }

  .footer_li li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
  }

  .left_border {
    border-left: none;
  }

  .copyright {
    font-size: 0.75rem;
  }

  /* CTA */

  /* .cta {
    padding: 2rem 1rem;
  } */
  .mail_txt {
    font-size: 4vw;
  }

  .btn input {
    width: 100%;
    margin: 0 auto;
  }

  .btn {
    margin-top: 0;
  }

  .day p {
    top: 8%;
    left: 50%;
    font-size: 4vw;
  }

  .start {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.2;
  }

  .nn {
    font-size: 14px;
    width: 94%;
    height: 60px;
    text-align: left;
  }

  .cta_p {
    font-size: 3.5vw;
    padding: 1rem 1rem 2rem 1rem;
  }

  .form_title {
    font-size: 5vw;
  }

  .voice {
    padding: 2rem 1rem 1rem 1rem;
    position: relative;
  }

  .voice_title {
    top: -20px;
    width: 70%;
  }

  .grid2 {
    display: block;
  }

  .mail-please {
    font-size: 1rem;
    line-height: 1.5;
  }

  .cta_attention {
    font-size: 3.5vw;
    margin: 1rem 0;
  }
  
}