@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(//fonts.googleapis.com/icon?family=Material+Icons);
@import url("../../fontawesome/css/all.min.css");
@import url("reset.css");
#pod_footer {
	width: 640px;
	margin: 0 auto;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "MS PGOTHIC", Arial, sans-serif;
}
#pod_footer a {
	color: #000;
	text-decoration: none;
}
#pod_footer .search {
	padding: 50px 0;
	background: #f4f5f6;
}
#pod_footer .search .inner .box {
	box-sizing: border-box;
	width: 580px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
}
#pod_footer .search .inner .used {
	margin-top: 35px;
}
#pod_footer .search .inner .box > dl > dt {
	position: relative;
	padding-left: 34px;
	font-size: 30px;
	font-weight: bold;
}
#pod_footer .search .inner .new > dl > dt {
	color: #198bdb;
}
#pod_footer .search .inner .used > dl > dt {
	color: #6FBE00;
}
#pod_footer .search .inner .box > dl > dt::before {
	content: "\f002";
	position: absolute;
	top: 2px;
	left: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 28px;
	font-weight: bold;
	font-family: "Font Awesome 5 Free";
}
#pod_footer .search .inner .box > dl > dd > dl {
	margin-top: 40px;
	border-top: 2px solid #ddd;
}
#pod_footer .search .inner .box > dl > dd > dl > dt {
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
}
#pod_footer .search .inner .box > dl > dd > dl > dt::before {
	content: "●";
	margin-right: 5px;
	font-size: 16px;
}
#pod_footer .search .inner .new > dl > dd > dl > dt::before {
	color: #198bdb;
}
#pod_footer .search .inner .used > dl > dd > dl > dt::before {
	color: #6FBE00;
}
#pod_footer .search .inner .box > dl > dd > dl > dd {
	padding-top: 10px;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul {
	display: flex;
	flex-wrap: wrap;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul li {
	margin: 20px 30px 0 0;
	font-size: 20px;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul li a {
	color: #333;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.05);
	text-decoration-color: rgba(0, 0, 0, 0.05);
	text-decoration-thickness: 5px;
	transition: text-decoration-color .3s, -webkit-text-decoration-color .3s;
}
#pod_footer .search .inner .box > dl > dd > dl > dd ul li a:active {
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.3);
	text-decoration-color: rgba(0, 0, 0, 0.3);
	text-decoration-thickness: 5px;
}
#pod_footer .btm {
	padding: 50px 0 60px;
	box-shadow: 0 -4px 8px 0 rgb(0 0 0 / 10%);
}
#pod_footer .btm .inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 25px;
}
#pod_footer .btm .inner ul li:nth-child(n + 2) {
	margin-left: 35px;
}
#pod_footer .btm .inner ul li:nth-child(3n + 1) {
	margin-left: 0;
}
#pod_footer .btm .inner ul li a {
	color: #000;
	font-size: 19px;
	line-height: 46px;
}
#pod_footer .btm .inner ul li a:active {
	text-decoration: underline;
}
#pod_footer .btm .cp-corp .corp {
	margin-top: 60px;
	text-align: center;
}
#pod_footer .btm .cp-corp .cp {
	margin-top: 60px;
	color: #000;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
}
#pod_pagetop {
	position: fixed;
	bottom: -120px;
	right: 17px;
	box-sizing: border-box;
	width: 108px;
	height: 108px;
	padding-top: 56px;
	border-radius: 50%;
	background: #fff url("../img/footer/ico_pagetop.png") no-repeat center 22px;
	background-size: 35px 23px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	z-index: 1;
	cursor: pointer;
}