@charset "UTF-8";

/* パスワードフォーム全体 */
.post-password-form {
    max-width: 52rem;
    margin: 8rem auto;
    background: #fff;
    text-align: left;
    padding-inline: 1rem;
}

/* ラベル・文言 */
.post-password-form p {
    /* margin: 0 0 1rem; */
    line-height: 1.6;
    text-align: center;
    font-size: 14px;
    /* color: #374151; */
}
.post-password-form p:first-child{
    margin-bottom: 1.5rem;
}

/* フォームだけでOK。サイト全体にしても可 */
.post-password-form input:not(input[type="submit"]){
  font-size: 16px; /* 16px以上にする */
  max-width: 180px;
  width: 100%;
}

.post-password-form input[type="submit"]{
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    background-color: #074684;
    color: #fff;
}

@media (min-width: 768px) {

    .post-password-form p {
        font-size: 16px;
    }
        .post-password-form {
        padding-inline: 1.5rem;
    }
    
}

    .c-nenkai__mv {
        position: relative
    }

    .c-nenkai__mv-content {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }
    .c-nenkai__mv-lead {
        font-weight: 700;
        line-height: 1.26;
        font-size: 1.375rem;
    }

    .c-nenkai__mv-title  {
        font-weight: 700;
        font-size: 2.125rem;
    }

    .c-nenkai__mv-title span{
        color: #ff5019;
    }

    .c-download__button a{
        background-color: #F40F02;
        background-size: .375rem .625rem;
        border-radius: 3.125rem;
        color: var(--color-white);
        display: inline-block;
        font-family: var(--font-en);
        font-size: 1rem;
        letter-spacing: .1em;
        padding: 1.35rem 5rem;
        position: relative;
    }
    .c-download__button a::after{
       content: "";
    position: absolute;
    bottom: 9px;
    transform: translateX(-50%);
    left: 50%;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-2px) rotate(135deg)
    }
    .c-download{
        margin-top: 40px;
    }
    .c-download__lead{
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
@media (min-width: 768px) {
        .c-download{
        margin-top: 100px;
    }

    .c-nenkai__mv-content {
        top: 50%;
    }
    .c-nenkai__mv-lead {
        font-size: 1.875rem;

    }

     /* .c-nenkai__mv-lead span{
        background-color: #074684;
        color: #fff;
        text-align: center;
        padding-block: .2rem;
        padding-left: 1rem;
     } */
    

    .c-nenkai__mv-title  {
        font-size: 3.95rem;
    }


}