/*--------------------------------------------------------------------------------
　▼ contact　
--------------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-content { width: 70%; margin: 0 auto; padding-bottom: 50px;}
.pa20 { padding: 20px 0;}
.pa30 { padding: 30px 0;}
.pb30 { padding-bottom: 30px;}
span.red { color: #CC3300;}
.bold {	font-weight: bold;}


#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}
#fixed-bar a img {
	float: right;
}

.red-wrap {
    border: 2px solid #CC3300;
    margin: 20px 0 0;
    padding: 15px;
}

.red-wrap li {
    color: #000;
    display: inline-block;
    list-style: none;
    line-height: 1.5em;
    vertical-align: top;
    width: auto;
}

form table,
form table tbody { width: 100%; border-collapse: collapse;}
form table tr th {
    width: 25%;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px 0;
}

form table tr td {
    width: 75%;
    padding: 10px 0;
    font-size:14px;
}
form table tr td select { width:100%;}
form table tr td input {
    border: 3px solid #ddd;
    width: 100%;
    padding: 16px 10px;
    font-size: 16px;
}
form table tr td input.zip { width: 204px; float: left; margin-right: 5px;}
form table tr td textarea {
    width: 100%;
    height: 210px;
    padding: 10px;
    border: 3px solid #ddd;
    font-size: 16px;
}
form table tr th span.orange {
	color: #ffa500;
}
form table tr td input.border_c01 {
	border: 3px solid #ffa500;
}


a.black { color: #000;}
.link_box {
    width: 300px;
    background: #000;
    border-radius: 5px;
    margin: 20px auto 0;
}
.link_box a {
     display: block;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.btn.back { background: #ccc;}
.btn.send { background: #000;}


@media screen and (max-width: 768px) {
    .contact-content { width: 90%; padding-bottom: 30px;}
    form table,
    form table tbody { display: block; width: 100%;}
    form table tr { display: block;}
    form table tr th {
        display: block;
        width: 100%;
        padding: 10px 0 5px;
    }

    form table tr td {
        display: block;
        width: 100%;
        padding: 0 0 10px;
    }
    form table tr td select { width: 100% !important;}
    form table tr td input.zip { width: 100%; float: none; margin: 0 0 5px;}
}