@charset "utf-8";

/* 上書き
---------------------------------*/

.l-container .inner {
    width: 100%;
    margin: 0;
}

.l-contents {
    margin-left: auto;
    margin-right: auto;
}

footer .page-top a{
border: none;
display: block;
background: #f5f5f5;
padding: 7px 0 17px 0;
text-align: center;
}
footer .page-top a::before{
display: none;
}
footer .page-top a img{
width: 14px;
}

footer #links ul{
display: table;
margin: auto;
padding: 20px 0 0 0;
}
footer #links ul:nth-child(2){
}
footer #links ul li{
float: left;
position: relative;
margin: 6px 0 0 0;
padding: 0 14px 0 18px;
}
footer #links ul li a{
font-size: 14px;
line-height: 14px;
font-weight: 500;
padding: 0 6px 0 0;
}
footer #links ul li::after{
content: " ";
display: block;
position: absolute;
top:5px;
right: 0;
width: 1px;
height: 14px;
background: #e6e6e6;
}
footer #links ul li:last-child::after{
display: none;
}
footer #links ul:after { content:"."; clear:both; height:0; display:block; visibility:hidden; }
* html footer #links ul { display:inline-block; }
*:first-child+html footer #links ul { display:inline-block; }

footer #links hr{
border: none;
border-top: 1px solid #f5f5f5;
margin: 13px 0 5px 0;
}

footer div:last-child {
    width: 1060px;
    margin: 1.5rem auto;
    padding: 0 3rem;
    align-items: center;
}

footer #links p.benesse {
    text-align: center;
    margin: 2rem auto 0;
    width: 105px;
}

footer div:last-child ul {
    padding: initial!important;
    margin: initial!important;
    margin-left: auto!important;
}

footer div:last-child ul li {
    padding: 0 14px 0 18px;
    border-right: 1px solid #f5f5f5;
}

footer div:last-child ul li:last-child {
    border-right: initial;
}

footer p.copy {
    padding: initial;
}

#ninkatsu .error {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #6498ff;
}