/* ▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼
            footer
▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼ */

footer {
	position: relative;
	background-color: #f8f8f8;
}

.footerInner {
	position: relative;
	z-index: 2;
}

/* ===== 左 ===== */

.footerLeft {
	background-color: #eef1f2;
}

.LeftInner {
	width: 87%;
	margin: 0 auto;
	padding: 56px 0 40px 0;
}

.footerLogo {
	width: 135px;
	margin: 0 auto 40px auto;
}

.footerLogo img {
	width: 100%;
}

.LeftList {
	margin-bottom: 30px;
}

.LeftList li:last-child {
	border-bottom: solid 1px #cccccc;
}

.LeftListItem {
	border-top: solid 1px #cccccc;
}

.LeftListItem > a > span {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 15px 8px 15px 40px;
}

.LeftListItem.speedia span::before{
	background: url(../img/footer/icon-homepage.svg) center no-repeat;
}

.LeftListItem.X span::before{
	background: url(../img/footer/icon-X-black.svg) center no-repeat;
}

.LeftListItem > a > span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 12px;
    background: url(../img/footer/icon-blog.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.LeftListItem > a > span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 8px;
    background: url(../img/icon-Tab.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

/* ===== 右 ===== */

.RightInner {
	width: 87%;
	margin: 0 auto;
	padding: 40px 0 30px 0;
}

.RightList:last-child {
	margin-bottom: 0;
}

.RightListItem {
	font-weight: 500;
}

.RightListItem.is-active {
	border-bottom: 1px solid #cccccc;
}

.doorText{
	font-size: 1.4rem;
}

.footerListName {
	padding: 16px 0 16px 10px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	color: #52b133;
}

.footerListName--01 {
	border-top: 1px solid #cccccc;
}

.footerList {
	padding: 20px 0;
	margin-left: 30px;
}
.footerList > li {
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.footerList > li:last-child {
	margin-bottom: 0;
}

.footerList > li a {
	position: relative;
	padding-left: 17px;
	transition: transform 0.2s;
}

.footerList > li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: #333;
	transition: all 0.2s;
}
.footerList > li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 25px;
	width: 5px;
	height: 8px;
	background: url(../img/footer/icon-Arrow.svg);
	background-size: contain;
}

.coList > li {
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 8px;
	padding: 16px 0 16px 10px;
	border-bottom: 1px solid #cccccc;
}

.coList > li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 5px;
	height: 8px;
	background: url(../img/footer/icon-Arrow.svg);
	background-size: contain;
}

.coList > li.coListItem--btab::before {
	display: none;
}

.coList > li:last-child {
	margin-bottom: 0;
}

.coListItem a {
	position: relative;
}

.coListItem--btab a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	background: url(../img/icon-Tab.svg) center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}

.TwitterIcon {
	text-align: center;
}
/* ==== コピーライト ==== */

.Copy {
	position: relative;
	width: 100%;
	padding: 0px 0 40px 0;
	z-index: 3;
}

.Copy small {
	display: block;
	width: 87%;
	margin: 0 auto;
	font-size: 1rem;
}
.u-mgtFooter {
	margin-top: 80px;
}

/* アコーディオンのコンテンツ */
.js-content {
	display: none;
	cursor: pointer;
}

.js-content.is-open {
	display: block;
}

/* (+)アイコン */
.footerListName::before,
.footerListName::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #333333;
	width: 10px;
	height: 2px;
	transition: all 0.3s;
}

.footerListName::after {
	transform: rotate(90deg);
}

/* アコーディオン展開時の(-)アイコン */
.js-accordion-trigger.is-active .footerListName::before {
	transform: rotate(180deg);
}

.js-accordion-trigger.is-active .footerListName::after {
	transform: rotate(180deg);
	opacity: 0;
}

.footerHead {
    font-weight: 700;
    margin-bottom: 5px;
}

.footerDesc {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.667;
    padding-bottom: 15px;
}

.pc_only {
    display: none !important;
}
