body #pageHeadTitle > small{
    border-color: #222;
}

#contactsection-title{
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0;
}

img.hissuMark{
    width: 3.5rem;
    margin: auto;
    padding: 0;
}

#contactTable{
    width: 70%;
    margin: auto;
}

#contactTable th,
#contactTable td{
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*vertical-align: top;*/
}

#contactTable th{
    width: 15%;
    white-space: nowrap;
    text-align: left;
}

#contactTable th+td{
    width: 7rem;
    white-space: nowrap;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

#contactTable textarea{
    border: 1px solid #ccc;
    padding: 0.5rem;

}
#contactTable input.inpText{
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    padding: 0.5rem;
    text-align: left;
    height: 3rem;
}

#naiyoTR th+td,
#naiyoTR th{
    vertical-align: top;
    padding-top: 1.5rem;
}
#naiyoTR td{
    
}

#submitBtn{
    margin-top: 4rem;
    border-radius: 0;
    color: white;
    background-color: #DB2323;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding: 1rem 4rem;
}

#contact section#home{
    border-bottom: 1px solid #f7f7f7;
}

#contactTable .errorField,
#contactTable textarea.errorField,
#contactTable input.errorField{
    background-color: #ffcccc;
    border-color: red;
}

#loading+#result.alert-success{
    /*color: green;*/
    
}

#loading+#result:not(.alert-success){
    color: red;    
    background-color: #fffdfd;
}

#loading+#result{
    margin:2rem auto;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    
}

#submitBtn{
  border-radius: 0.75rem;  
}

/*--sp---------------------------------------------------------------------------------------------------------sp---*/
@media (max-width: 768px) {
    #footContMark{
        display: none;
    }
    
    html body#contact #contactTable{
        width: 100%;
    }
    #contactsection-title{
        margin-bottom: 2rem;
    }
    
    #contactTable  tr th+td{ display: none; }
    #contactTable  tr th{
        background-color: #f0f0f0;
        padding-left: 1rem;
    }
    #contactTable  tr th,
    #contactTable  tr td{
        float: left;
        display: block;
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    
    #contactTable  tr th img.hissuMark.pcHide{
        display: inline-flex;
        float: right;
        margin-right: 0.5rem;
        height: 1.5rem;
        vertical-align: middle;
    }

}

