@charset "UTF-8";
/* CSS Document */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #9bbfbb;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
h1 {
    font-size: 27px;
    font-weight: 300;
}
h1 strong {
    font-weight: 600;
}
h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
p strong {
    font-weight: 600;
}
a {
    color: #50786c;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
#wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100% !important;
}
.header {
    width: 96%;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: auto auto 30px auto;
}
.header img {
    width: 285px;
    height: auto;
    margin: 20px auto 0;
}
.content {
    width: 96%;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto 2rem;
}
.content p {
    font-weight: 200;
}
/*  NEWSLETTER FORM */
#mc_embed_signup {
    width: 320px;
    margin: 2rem auto;
    background:transparent;
}
#mc_embed_signup form {
    width: 100% !important;
    max-width: 100% !important;
}
#mc_embed_signup .mc-field-group {
    width: 99% !important;
    max-width: 99% !important;
}
#mc_embed_signup .mc-field-group label {
    font-size: 13px !important;
}
#mc_embed_signup .asterisk {
    color: #50786c !important;
}
#mc_embed_signup input#mce-EMAIL {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    background: transparent !important;
}
#mc-embedded-subscribe {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    border: 1px solid #50786c !important;
    border-radius: 0 !important;
    background: #50786c !important;
}
.main-links {
    padding-top: 0.5rem;
}
.main-links p,
.main-links a {
    font-size: 18px;
    font-weight: 600;
}
.footer {
    position: relative;
    width: 96%;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto auto auto;
    padding-top: 2rem;
}
.footer * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
}
.footer img {
    width: 28px;
    height: auto;
    margin: 0 8px;
}