@charset "utf-8";

/****** Footer Setting ********/
/*
#footer {
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 36px;
}
#footer ul {
    text-align: center;
}
#footer ul li {
    display: inline-block;
    margin: 0 8px 8px;
}
#footer a {
    color: #444;
}
#footer a:hover {
    color: #686868;
}
.footer_logo_area {
    text-align: center;
    color: #000;
}
.footer_logo_area .logo {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
.footer_logo_area .copyright {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
}

.pagetop {
    display: none;
    text-align: right;
    position: fixed;
    bottom: 10px; right: 10px;
    z-index: 2;
}
.pagetop a {
    display: inline-block;
    position: relative;
    width: 30px; height: 30px;
    background-color: #B8BEC4;
    border-radius: 50%;
}
.pagetop a:hover {
    opacity: 0.8;
}
.pagetop a .cb-angle-down {
    fill: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 50%; left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
*/
.l_inner,
.l_inner-pc{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.l_content{
    max-width: 784px;
    margin-left: auto;
    margin-right: auto;
}

.l_container,
.l_inner,
.l_content{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l_inner:after,
.l_container:after,
.l_content:after{
    content: " ";
    display: block;
    clear: both;
}

/*footer*/
.l_footer{
    position: relative;
    margin-top: 170px;
    padding: 20px 0;
    color: #333;
    background: #F0F0F0;
}

.l_footer a{
    color: inherit;
}

.l_footer .pagetop{
    position: absolute;
    top: -130px;
    right: 40px;
}

.l_footer .pagetop img{
    width: 16px;
}

.l_footer .copyright{
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
}
/*ナビ*/
.fnavi{
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.1;
}

.fnavi li{
    display: inline-block;
    margin-left: 10px;
    padding-left: 13px;
    border-left: 1px solid;
}

.fnavi li:first-child{
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.fico{
    margin-bottom: 35px;
}

.fico li{
    display: inline-block;
    margin-right: 20px;
}
.fico li:LAST-CHILD{
    margin-right: 0;
}
.fico img{
    width: 22px;
}

.l_column:after{
    content: " ";
    display: block;
    clear: both;
}

.l_column_item{
    float: left;
}

.j_tel a{
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 480px) {

.l_footer .copyright{
    text-align: center;
}

.fnavi{
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
}

.fnavi li{
    margin-left: 5px;
    padding-left: 7px;
}

.fico{
    text-align: center;
}

}