/*お問い合わせ*/
.radio_sec input {height: auto;}
.radio_sec label {display: inline-block;}
.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-left: 0 !important;
}
/*プライバシーポリシー、ご利用条件*/
.pp_top {font-size: 1.4em;}
#pp_main {
    max-width: 850px;
    padding: 70px 20px 50px;
    margin: 0 auto;
}
#pp_main p {
    /*line-height: 1.8;*/
    line-height: 200%;
    margin-bottom: 2em;
}
.pp_sign {text-align: right;}

.styled_h4 {
    font-size: 18px;
    text-align: left;
    color: #000000;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    padding: 10px !important;
    margin: 0px 0px 30px !important;
}


@media only screen and (max-width:728px) {
    #main_contents {padding: 20px 20px 0;}
    #pp_main {padding: 20px 20px 0;}
    #pp_main p {
        line-height: 1.8;
        margin-bottom: 2em;
        font-size: 0.9em;
    }
}
@media only screen and (max-width:428px) {
}