
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.secInr{
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

#ftBnr{
    background: url(../img/bg_large.jpg);
    background-size: cover;
    background-position: center center;
    padding: 70px 0 15px;
    color: #fff;
}

#ftBnr .secInr .head01{
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

#ftBnr .secInr .head01 span{
    display: block;
    font-size: 13px;
}

#ftBnr .secInr .introText{
    text-align: center;
    margin-bottom: 30px;
}

#ftBnr .secInr ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    width: 85%;
    padding: 0;
}

#ftBnr .secInr ul li{
    list-style: none;
    width: 33.33%;
    border-right: 1px solid #fff;
    padding: 2% 1%;
    margin: 0;
}

#ftBnr .secInr ul li:last-child{
    border-right: none;
}

#ftBnr .secInr ul li .brand{
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 600;
}

#ftBnr .secInr ul li .tel,
#ftBnr .secInr ul li .fax{
    font-size: 18px;
    margin: 0;
    text-align: center;
}

#ftBnr .secInr ul li .tel span.cat,
#ftBnr .secInr ul li .fax span.cat{
    font-size: 15px;
    width: 40px;
}

#ftBnr .secInr .time,
#ftBnr .secInr .address{
    font-size: 13px;
    text-align: center;
    text-align: center;
    margin: 0;
}

#ftBnr .secInr .ftBtn{
    margin: 20px auto 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#ftBnr .secInr .ftBtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    border: 2px solid #851E2A;
    background-color: #851E2A;
    border-radius: 50px;
    color: #fff;
    transition: 0.3s ease-in-out;
    max-width: 300px;
    width: 100%;
}

#ftBnr .secInr .ftBtn a i{
    margin-right: 10px;
}

#ftBnr .secInr .ftBtn a:hover {
    color: #fff;
    border-color: #fff;
    background: none;
}

#ftBnr .secInr .copy{
    font-size: 11px;
    margin: 0;
    text-align: center;
}

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

#ftBnr .secInr ul {
    width: 100%;
}

#ftBnr .secInr ul li .brand{
    font-size: 20px;
}
}

@media screen and (max-width: 900px){
#ftBnr .secInr ul li .brand {
    font-size: 18px;
}
}

@media screen and (max-width: 900px){
#ftBnr .secInr ul li .brand {
    font-size: 17px;
}
}

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

#ftBnr {
    background-position: right;
} 

#ftBnr .secInr .head01 {
    font-size: 26px;
}

#ftBnr .secInr .introText {
    margin-bottom: 10px;
}

#ftBnr .secInr ul {
    display: block;
    width: 100%;
}

#ftBnr .secInr ul li {
    width: 100%;
    border-right: 0;
    padding: 5%;
    margin: 0;
    border-bottom: 1px solid #fff;
}

#ftBnr .secInr ul li .brand {
    font-size: 18px;
}

#ftBnr .secInr ul li .tel, 
#ftBnr .secInr ul li .fax {
    font-size: 16px;
}

}









