header {
    height: 80px;
    border: none;
}

header .logo {
    padding-top: 23px;
}

header .benesse {
    font-size: 0;
    line-height: 0;
}

header .benesse img {
    width: 60px;
}

header p {
    top: 6px;
    left: 12px;
}

.reproduction {
    font-size: 1.1rem;
    margin: 2rem 1.3rem;
    text-align: left;
}

footer {
	margin: 0;
}

footer #links ul {
    padding: 12px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}

footer #links ul li {
    display: inline-block;
    position: relative;
    margin: 6px 0 0 0;
    padding: 0 5px 0 5px;
}

footer #links ul li a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 0 6px 0 0;
}

footer #links ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

footer #links ul:last-child {
    padding: initial!important;
    margin-top: 1rem!important;
}

footer #external ul li:first-child {
    display: block;
}

footer #links ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

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

footer #links ul:last-child {
    padding: initial!important;
    margin-top: 1rem!important;
}

footer p.copy:last-child {
    padding: initial;
    margin: 2rem 0 1rem 0;
}

