@charset 'UTF-8';


.mail_maga_image {
    width: 100% !important;
    text-align: center;
}

.fuchidori {
    text-shadow: 2px 2px 0px #fcabd2;
    -webkit-text-stroke: 1px #fcabd2;
    color: #fff;
    border: 5px solid #fcabd2 !important
}

@media screen and (max-width:992px) {
    .register_box {
        display: none;
    }

    .title_mail_magazine {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .title-kazari::before {
        content: "　";
        background: url(../images/kazari_left.png) no-repeat center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        min-width: 60px;
    }

    .title-kazari::after {
        content: "　";
        background: url('../images/kazari_right.png') no-repeat center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        min-width: 60px;
    }

    .btn_form {
        color: #fff,  !important;
        padding: 10px 5px;
        font-weight: bold;
        font-size: 4vw;
        border-radius: 20px;
        text-align: center;
    }

    .register_box .btn_form+p {
        margin: 30px;
        background: url('https://www.hontsuma-at.com/images/system/coming_bg.jpg');
        border: 1px solid #FE6EA3;
        text-align: center;
        font-weight: bold;

    }

    .register_box #login_btn2 {
        color: #fff;
        padding: 10px 5px;
        font-weight: bold;
        font-size: 4vw;
        border-radius: 20px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FE6EA3), color-stop(0.50, #ff5594), color-stop(0.50, #ff0d66), color-stop(1.00, #ffa7b0));
        background: -webkit-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
        background: -moz-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
        background: -o-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
        background: -ms-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
        background: linear-gradient(to bottom, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
    }

    .translation h3 {
        background-color: #C2B288 !important;
        color: #fff;
        font-size: 1rem;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .caution {
        border: 2px solid #FE6EA3;

        background: #fff;
    }
}

@media screen and (min-width:992px) {
    .translation h3 {
        background-color: #C2B288 !important;
        text-align: left;
        color: white !important;
        padding: 12px 0 12px 24px !important;
        margin-bottom: 10px !important;
        font-size: 1rem;
    }

}
