
@charset "shift_jis";
/* CSS Document */


.g-recaptcha {
    margin: 30px auto;
}

body {
    color: #fff;
}

/* =======================================
    }K
======================================= */
.mail {
    background-image: url(../sp/img/m_maga.jpg);
    background-size: cover;
    padding: 10% 0 0;
}
.mail p {
    padding: 5%;
    line-height: 1.5;
    background-color: rgb(0 0 0 / 50%);
}
#mail_gazine {
    background-image: none;
	height: 130px;
	padding: 10% 0 45%;
}
#address {
	width: 80%;
    margin: 0 auto;
    position: initial;
}
.address {
    width: 100%;
    height: 25px;
    border-radius: 5px;
}
.start {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0101), to(#460000));
    color: #fff;
    background: -moz-linear-gradient(top, #e86d6d, #750000);
}
.stop {
    margin-top: 20px;
    width: 20%;
    height: 30px;
    background-color: black;
    color: #fff;
    border-radius: 5px;
}


