@charset "UTF-8";

.box01 {
    margin-bottom: 60px;
}

.box02,
.box03 {
    margin-bottom: 100px;
}

.box01 .ft_l {
    margin-right: 70px;
}
.box01 .ft_r{
    max-width: 770px;
}
.box01 .ft_r p {
    margin-bottom: 25px;
    letter-spacing: 0;
}

.table_01 th {
    width: 15%;
    min-width: 200px;
}

.box03 .c_red {
    font-weight: bold;
}

.box03 p {
    text-align: center;
}

#map {
    height: 450px;
    width: 100%;
    margin-bottom: 20px;
    border: 8px solid #35aa86;
    border-radius: 5px;
    margin-top: 30px;
}

.box03 .link_01 {
    line-height: 1.9em;
}

.box03 .link_01 a {
    text-decoration: underline;
}

.box03 .float_sb {
    margin-top: 40px;
}

.box03 .float_sb > div {
    width: 47%;
}

.box03 .float_sb h3 {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 7px 20px;
    margin-bottom: 25px;
}

.box03 .float_sb p {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.box03 .float_sb p small {
    font-size: 16px;
    color: #d7403b;
}

.box03 .float_sb .f16 {
    font-weight: normal;
}



#Map{
    margin-top: -70px;
    padding-top: 70px;
}



@media (max-width: 767px) {
    .box01 .ft_l {
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .box01 .ft_r{
        max-width: 100%;
    }
    .table_01 th {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .box03 .float_sb > div {
        width: 100%;
        margin-bottom: 30px;
    }

}
