header {
	width: 1060px;
	margin: 0 auto;
	padding-top: 22px;
}

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

header .benesse a img {
	width: 110px;
}

.simple-top header .benesse {
	padding-top: 0;
}

.l-contents {
	width: 100%;
}

.simple-top .l-contents {
	margin-right: 0;
}

.simple-top .reproduction {
	margin-left: 0;
}

/* 20221222 BC伊藤 resources配下より移動が必要な定義 */
/* /resources/share/css/pc/adjust.cssより */
/* reproduction prohibited */

.reproduction {
    font-size: 13px;
    margin: 2rem 1rem;
    text-align: left;
}

/*------------------------------
footer
------------------------------*/

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

footer .benesse {
    width: 105px;
    margin-right: 2rem;
}

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;
}

/*------------------------------
common
------------------------------*/

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

