.contact{
width: 750px;
margin-bottom: 30px;
}

.text ul {
margin-left: 20px;
}

.text ul li{
list-style-type: disc;

}

.contact table{
width: 100%;
border: 1px solid #BBBBBB;
}

.contact table tr{
border: 1px solid #BBBBBB;
}

.contact table th{
width: 200px;
padding: 5px;
background:#ECECEC;
}

.contact table td{
width: 550px;
padding: 5px;
font-size: 14px;
}

input {
font-size: 14px;
}

input:placeholder-shown {
color: #CCCCCC;
}

input:focus::-webkit-input-placeholder {
color: transparent;
}

textarea{
font-size: 14px;
}

textarea:placeholder-shown {
color: #CCCCCC;
    font-size: 14px;
}

textarea:focus::-webkit-input-placeholder {
color: transparent;
}

.normal input{
width: 400px;
}

.name input{
width: 150px;
}

.kana input{
width: 150px;
}

.postal input{
width: 150px;
}

.add input{
width: 400px;
}

.tel input{
width: 400px;
}

.inquiry textarea{
width: 400px;
height: 300px;
}

.submit{
width: 80px;
}

.form_btn{
margin-top: 10px;
text-align: center;
}

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

.contact table{
width: 100%;
max-width: 480px;
border: 1px solid #BBBBBB;
box-sizing: border-box;
}

.contact table tr{
border: 0;
width: 100%;
max-width: 480px;
box-sizing: border-box;
}

.contact table th {
width: 100%;
max-width: 480px;
padding: 10px;
box-sizing: border-box;
display: inline-block;
}

.contact table td{
width: 100%;
max-width: 480px;
padding: 10px;
box-sizing: border-box;
display: inline-block;
}

input:placeholder-shown {
color: #CCCCCC;
    font-size: 16px;
}

.name input{
width: 30%;
}

.kana input{
width: 30%;
}

.normal input{
width: 100%;
max-width: 480px
}

.postal input{
width: 150px;
margin-bottom: 5px;
}

.tel input{
width: 100%;
max-width: 480px
}

.add input{
width: 100%;
max-width: 480px
}

.address input{
width: 100%;
max-width: 480px
}

.inquiry textarea{
width: 100%;
max-width: 480px;
height: 300px;
}

.submit{
width: 80px;
}

}
.form-control {
    width: 100%;
    height: 25px;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}