#magazine {
}

h1.t_h1basic {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #000000;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.t_h2{
    margin: 10px 0px 10px;
    padding:0px 0px 3px;
    border-bottom:1px solid #f1f1f1;
}

.t_h2 h2{
    margin:0px;
    padding:5px 8px;
    border-left:10px solid #99CC00;
    border-bottom:none;
    font-size:16px;
    font-weight:bold;
}

@media screen and (max-width: 768px){
    .t_h2 h2{
        font-size:14px;
    }
}

#magazine .request{
    margin:10px auto 15px;
    padding:5px;
    width:80%;
    border:1px solid #09f;
    box-sizing: border-box;
}

#magazine .request dt{
    margin:0px 0px 5px;
    font-weight:bold;
}

.ex_member{
    font-size: 12px;
    margin:7px 0px 15px 0px;
}

.basic_form{
    display:flex;
    flex-wrap:wrap;
    width:70%;
    margin:0 auto;
    padding: 10px 0;
}

.form_label{
    width:35%;
    padding:5px 0 0 0;
    font-weight:bold;
}

.info_form{
    width: 65%;
}

@media screen and (max-width: 768px){
    #magazine .request{
        width: 100%;
    }
    
    .basic_form, .form_label, 
    .info_form {
        width: 100%;
        padding: 3px;
    }
}

input#email {
    width:95%;
    height:25px;
}

select#address1 {
    width:35%;
    height:25px;
}

.dis_none{
    display:none;
}

.ex_mm{
    padding:0px 0px 0px 23px;
}

#magazine p.txt_done{
    margin:15px 0px;
    font-size: 12px;
    font-weight:bold;
}

.b_submit {
    width:30%;
    margin:35px auto;
}

.b_top {
    width:30%;
    margin:35px auto;
    text-align: center;
}

@media screen and (max-width: 768px){
    select#address1, 
    .b_submit, .b_top {
        width: 100%;
    }
}

.b_submit input {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 5px 0px;
    height: 50px;
    color: #fff;
    border: #000000;
    border-radius: 5px;
    background: #000000;
    cursor: pointer;
}

.b_top a{
    display: block;
    margin: auto;
    padding: 10px 0px 0 0;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    background: #000000;
}

@media screen and (max-width: 768px){
    .b_submit , .b_top {
        width: 100%;
    }
}

.sns_wrap {
    text-align: center;
    margin: 0 auto;
}

.sns_img img{
    width: 100%;
    max-width: 180px;
}

.sns_badge {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.sns_badge div{
    height: 40px;
    margin: 5px;
}

.sns_badge img{
    height: 100%;
}

