
span.must {
    color: #fff;
    font-weight: normal;
    background: #f67373;
    padding: 2px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
}

.wpcf7-form {
    width: 900px;
    margin: 0 auto;
    display: block;
}

.form_txtarea{
    width: 100%;
}

.mail-des-p {
    margin: 0 0 0px !important;
}

span.form_txt {
    margin: 0 8px 0 0;
}

input::placeholder {
    font-size: 17px !important;
    color: #aaa !important;
    position: relative;
    bottom: 0px;
    left: 6px;
}

p.bikou.fs09.mt05em {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 0;
}

p.lead01.xs.txt_center.mt20em{
    font-size: 0.8em;
    color: #888;
    margin: 0 auto;
}


@media only screen and (max-width: 736px){

    .wpcf7-form {
        width: 100%;
    }

    textarea#naiyo01 {
        width: 100%;
    }

    .bge-contents table tr td {
        width: 100%;
    }

    .bge-contents table tr th {
        width: 100%;
    }

    input#mail01 {
        width: 100%;
    }

    input#address01 {
        width: 100%;
    }

    input[type=text], textarea, input[type=password] {
        width: 89%;
    }

    input[type=text], input[type=password] {
        margin-right:0px;
    }

    p.lead01.xs.txt_center.mt20em {
        font-size: 0.95em;
        margin: 0 auto !important;
        text-align: center;
        }

    p.bikou.fs09.mt05em {
        font-size: 0.9em;
    }

    input#mail01 {
        width: 100%;
        padding: 5px;
    }


}


