@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");
#aco_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 640px;
	height: 2000px;
	background-color: #fff;
	z-index: 500;
}
#pod_header .header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	width: 640px;
	height: 113px;
	border-bottom: solid 1px #ddd;
	background: #fff;
	z-index: 501;
}
#pod_header .header .logo {
	position: absolute;
	top: 24px;
	left: 32px;
}
#pod_header .header .user-func {
	display: flex;
	position: absolute;
	top: 30px;
	right: 138px;
}
#pod_header .header .user-func li {
	height: 58px;
	background-repeat: no-repeat;
}
#pod_header .header .user-func li:nth-child(n + 2) {
	margin-left: 20px;
}
#pod_header .header .user-func .favorite {
	background-image: url(/pod_v2/sp/img/header/btn_h_icon_favorite.png);
	background-position: center 3px;
}
#pod_header .header .user-func .history {
	background-image: url(/pod_v2/sp/img/header/btn_h_icon_history.png);
	background-position: center 1px;
}
#pod_header .header .user-func li a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
#pod_header .btn-aco {
	position: absolute;
	top: 25px;
	right: 40px;
	display: block;
	width: 60px;
	height: 60px;
	border: none;
	background: #fff;
}
#pod_header .btn-aco .line {
	position: absolute;
	left: 10px;
	width: 40px;
	height: 3px;
	background-color: #003366;
	transition: all 0.3s ease;
}
#pod_header .btn-aco .line:nth-child(1) {
	top: 22px;
}
#pod_header .btn-aco .line:nth-child(2) {
	bottom: 22px;
}
#pod_header .btn-aco .line.open:nth-child(1) {
	top: 28.5px;
	transform: rotate(45deg);
}
#pod_header .btn-aco .line.open:nth-child(2) {
	bottom: 28.5px;
	transform: rotate(-45deg);
}
#pod_header .gnavi {
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 640px;
	height: calc(100% - 111px);
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "MS PGOTHIC", Arial, sans-serif;
	transition: all 0.2s ease;
	z-index: 502;
}
#pod_header .gnavi.open {
	top: 111px;
}
#pod_header .gnavi a {
	color: #222;
	text-decoration: none;
}
#pod_header .gnavi a:active {
	color: #003366
}
#pod_header .gnavi .navi {
	position: absolute;
	top: 0;
	width: 640px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 503;
}
#pod_header .gnavi .navi .inner {
	padding: 0 calc(16px * 1.6) calc(40px * 1.6);
	background: #fff;
}
#pod_header .gnavi .navi .inner .nav-list li a {
	display: flex;
	align-items: center;
	padding: calc(20px * 1.6) 0;
	border-bottom: calc(1px * 1.6) solid #dee6ef;
	color: #222;
	font-size: calc(15px * 1.6);
	font-weight: bold;
	line-height: 180%;
	letter-spacing: 8%;
	text-decoration: none;
	transition: color 0.2s;
}
#pod_header .gnavi .navi .inner .nav-list li a:active {
	color: #003366
}
#pod_header .gnavi .navi .inner .nav-list li a[href]:not([href="#"])::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: calc(23px * 1.6);
	height: calc(23px * 1.6);
	margin-left: auto;
	border-radius: 50%;
	background-color: #dee6ef;
	background-image: url(/pod_v2/img/common/arrow-navy.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(10px * 1.6) calc(10px * 1.6);
}
#pod_header .gnavi .navi .inner .nav-list li a[href]:not([href="#"]):active::after {
	background-color: #003366;
	background-image: url(/pod_v2/img/common/arrow-white.svg);
}
#pod_header .gnavi .navi .inner .nav-list li a[href="#"]::after {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: calc(23px * 1.6);
	height: calc(23px * 1.6);
	margin-left: auto;
	background-image: url(/pod_v2/img/common/aco-open.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#pod_header .gnavi .navi .inner .nav-list li a[href="#"]:active::after {
	background-image: url(/pod_v2/img/common/aco-open-blue.svg);
}
#pod_header .gnavi .navi .inner .nav-list li a[href="#"].actv::after {
	background-image: url(/pod_v2/img/common/aco-close-black.svg);
}
#pod_header .gnavi .navi .inner .nav-list li .aco-container {
	display: none;
}
#pod_header .gnavi .navi .inner .nav-list li .aco-container .ttl {
	padding: calc(22px * 1.6) 0 calc(22px * 1.6) calc(18px * 1.6);
	color: #003366;
	border-bottom: solid calc(1px * 1.6) #dee6ef;
	font-size: calc(15px * 1.6);
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 8%;
}
#pod_header .gnavi .navi .inner .nav-list li .aco-container .nav-list-sub li a {
	padding-left: calc(18px * 1.6);
	font-weight: normal;
}
#pod_header .gnavi .navi .inner .nav-list li .aco-container .nav-list-sub li a .label-no1 {
	margin: auto 0 auto calc(12px * 1.6);
	padding: 0 calc(5px * 1.6);
	border: solid calc(1px * 1.6) #cc0033;
	color: #cc0033;
	font-size: calc(12px * 1.6);
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 5%;
}
#pod_header .gnavi .navi .inner .btm-btn-list {
	margin-top: calc(48px * 1.6);
}
#pod_header .gnavi .navi .inner .btm-btn-list li {
	width: 100%;
	height: calc(53px * 1.6);
}
#pod_header .gnavi .navi .inner .btm-btn-list li:nth-child(n + 2) {
	margin-top: calc(16px * 1.6);
}
#pod_header .gnavi .navi .inner .btm-btn-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: calc(8px * 1.6);
	font-size: calc(16px * 1.6);
	font-weight: bold;
	line-height: 170%;
	letter-spacing: 5%;
}
#pod_header .gnavi .navi .inner .btm-btn-list li a:active {
	color: #fff !important;
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-biz a {
	border: solid calc(1px * 1.6) #284ad1;
	color: #284ad1;
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-biz a:active {
	background: #284ad1;
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-biz a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(13px * 1.6);
	transform: translateY(-50%);
	display: inline-block;
	flex-shrink: 0;
	width: calc(23px * 1.6);
	height: calc(23px * 1.6);
	border-radius: 50%;
	background-color: #284ad1;
	background-image: url(/pod_v2/img/common/arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: calc(10px * 1.6) calc(10px * 1.6);
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-biz a:active::after {
	background-color: #fff;
	background-image: url(/pod_v2/img/common/arrow-blue.svg);
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-contact a {
	border: solid calc(1px * 1.6) #003366;
	color: #003366;
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-contact a:active {
	background: #003366;
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-contact a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(13px * 1.6);
	transform: translateY(-50%);
	display: inline-block;
	flex-shrink: 0;
	width: calc(24px * 1.6);
	height: calc(24px * 1.6);
	background-image: url(/pod_v2/img/common/mail-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#pod_header .gnavi .navi .inner .btm-btn-list .btn-contact a:active::after {
	background-image: url(/pod_v2/img/common/mail-white.svg);
}
#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: 0;
	z-index: 10;
	cursor: pointer;
}