@charset "utf-8";
/* page setting
--------------------------------------------------------- */

.contact_comment{
    margin: 0 10px;
    padding-left:0px;
}

.contact_comment li{
    margin-bottom: 10px;
}
input, textarea {
    border: 1px solid #CCC;
    background: #F5F5F5;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #000000;
    text-align: center;
    caption-side: top;
}

/* ************** */
/*   スマホ対応   */
/* ************** */
@media screen and (min-width: 0px) and (max-width: 767px)
{
.contact_comment li{
    margin-bottom: 0px;
}
.td_left{
    font-size:90%;
}
}