@import url("/css/1.0.0/base.css");

@media screen and (min-width: 834px) {
  section.ptn25-form .note-block {
    margin-bottom: 13.0rem;
  }
  section.ptn25-form .note-block:last-child {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn25-form .note-block {
    margin-bottom: 13.0rem;
  }
  section.ptn25-form .note-block:last-child {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 834px) {
  section.ptn25-form .email-update-block .c-section-lead {
    margin-top: 0rem;
    margin-bottom: 3.0rem;
  }
  section.ptn25-form .email-update-block {
    background: #f3f3f3;
    max-width: 118.0rem;
    margin: 0 auto;
    margin-top: -10.0rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    padding: 4.0rem 2.0rem;
    margin-bottom: 20.0rem;
  }
  section.ptn25-form .email-update-block .inner {
    max-width: 70.6rem;
    margin: 0 auto;
  }
  section.ptn25-form .email-update-block .input-row {
    margin-bottom: 2.5rem;
  }
  section.ptn25-form .email-update-block label {
    display: block;
    margin-bottom: 0.5rem;
  }
  section.ptn25-form .email-update-block input.email {
    -webkit-appearance: none;
    padding: 0.4rem;
    margin: 0;
    border: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    background: #fff;
    border-radius: 0.5rem;
    font-size: 1.8rem;
    border: solid 1px #999;
  }
  section.ptn25-form .email-update-block .button-send {
    position: relative;
  }
  section.ptn25-form .email-update-block .button-send::after {
    content: "";
    display: block;
    border-right: solid 0.2rem #fff;
    border-bottom: solid 0.2rem #fff;
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    bottom: 1.0rem;
    right: 1.0rem;
  }
  section.ptn25-form .email-update-block .button-send .button {
    display: block;
    position: relative;
    width: 100%;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    line-height: 1.6;
    font-size: 1.8rem;
    padding: 1.1rem 2.0rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    box-shadow: -0.4rem -0.3rem 0 0 #ccc;
    border: solid 1px #666;
    background: #222;
    color: #fff;
    transition: box-shadow 200ms 0s ease;
  }
  section.ptn25-form .email-update-block .button-send .button:hover {
    box-shadow: -0.4rem -0.3rem 0 0 #999;
  }
  section.ptn25-form .email-update-block .error {
    color: #f00;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 833px) {
  section.ptn25-form .email-update-block {
    background: #f3f3f3;
    padding: 8.0rem 6.8rem 10.4rem 6.8rem;
    margin-top: -10.0rem;
    margin-bottom: 22.0rem;
  }
  section.ptn25-form .email-update-block .input-row {
    margin-bottom: 2.5rem;
  }
  section.ptn25-form .email-update-block label {
    display: block;
    margin-bottom: 0.5rem;
  }
  section.ptn25-form .email-update-block input.email {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    background: #fff;
    border-radius: 0.5rem;
    font-size: 3.0rem;
    padding: 1.0rem 1.0rem;
    border: solid 1px #999;
  }
  section.ptn25-form .email-update-block .button-send {
    position: relative;
  }
  section.ptn25-form .email-update-block .button-send::after {
    content: "";
    display: block;
    border-right: solid 0.3rem #fff;
    border-bottom: solid 0.3rem #fff;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    bottom: 1.0rem;
    right: 1.0rem;
  }
  section.ptn25-form .email-update-block .button-send .button {
    display: block;
    position: relative;
    width: 100%;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    line-height: 1.6;
    font-size: 3.1rem;
    padding: 1.7rem 2.0rem;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    box-shadow: -0.8rem -0.6rem 0 0 #ccc;
    border: solid 1px #666;
    background: #222;
    color: #fff;
  }
  section.ptn25-form .email-update-block .error {
    color: #f00;
    margin: 0.5rem 0;
  }
}
