#cmn-footer {
	padding-top: 40px;
}

.sub-nav {
	margin: 48px 0;
}

.sub-nav .to-index {
	width: 300px;
	height: 80px;
	border-width: 2px;
	border-radius: 12px;
}

.sub-nav .to-pc {
	width: 226px;
	height: 80px;
	border-width: 2px;
	border-radius: 12px;
}

#cmn-footer #copyright p {
	height: 54px;
	line-height: 54px;
}

#footer-nav {
	margin: 0 10px 24px;
}

#f-nav-header {
	border-width: 2px;
	border-right: 12px;
}

#f-nav-header.opened {
	border-radius: 12px 12px 0 0;
}

#f-nav-header p {
	height: 88px !important;
}

#f-nav-header h1 {
	height: 88px;
}

#f-nav-header img {
	width: 616px;
	height: 88px;
}

#f-nav-btn {
	width: 98px;
	height: 88px;
	border-width: 2px;
}

#f-nav-btn i {
	width: 92px;
	height: 88px;
	background-size: 92px;
}

/* 171023変更 */
#f-nav {
	margin: 0;
	border-radius: 0 0 12px 12px;
}

#f-nav li a {
	padding: 0 12px 0 24px;
	border-width: 2px;
	height: 76px;
	line-height: 76px;
	background-size: 24px 24px;
	font-size: 24px;
}

.to-top {
	margin: 0 10px 50px 0;
}

.to-top a {
	width: 240px;
	height: 64px;
	border-width: 2px;
	border-radius: 12px;
}

.to-top + p {
	width: 604px !important;
}

.to-top + p img {
	width: 604px;
}

/* 171023追記 */
#f-nav-wrap {
    display: none;
    border: 2px solid #c6c9cc;
}
#f-nav-wrap .search_input * {
	box-sizing: border-box;
}
#f-nav-wrap .search_input {
	padding: 20px;
	background: #f2f2f2;
	border-top: 2px solid #c6c9cc;
}
#f-nav-wrap .search_input form {
	position: relative;
	height: 84px;
}
#f-nav-wrap .search_input .i_searchBox {
	width: 100%;
	border:2px solid #dddddd;
	border-radius:12px;
	height: 84px;
	padding: 0 120px 0 20px;
	font-size: 32px;
	background: #fff;
	-webkit-appearance: none;
}
#f-nav-wrap .search_input input.sp_searchBtn {
	box-sizing: border-box;
	height: 84px;
	padding: 16px;
	position: absolute;
	right: 8px;
	top: 0;
	width: 88px;
}








