@charset "utf-8";
.blue {
	color: #036EB8 !important;
}
/* 左メニュー追従 */
@media (min-width: 751px) {
#global_header .nav-height{
		position:relative;
		z-index:100;
}
.mod-header {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	margin-top: 50px;
	border-right: 1px solid #d5d5d5;
	z-index: 10;
}
.mod-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 120px;
}
.mod-header .mod-menu-wrap{
	overflow:hidden;
	position:relative	
}
.mod-header .bl_menu{
	position:relative;
	background-color:#ffffff;
	z-index:10;
	height:100%;
}
.mod-header .bl_menu_over {
	position: fixed;
	bottom: 0;
	left:0;
	z-index:9;
	margin-left:0;
}
.bl_menu_over ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2;
	list-style: none;
	border-right: 1px solid #C0C0C0;
	border-top: none;	
}
.bl_menu_over li a {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.bl_menu_over li a:hover {
	background-color: #eee;
}
.bl_menu_over li a img {
	border: none;
}
.bl_menu_over li a span {
	display: block;
	text-indent: 0;
	color: #3f3f3f;
	margin-top: 8px;
}
.bl_menu_over li a span.noicon {
	margin-top: 0;
}
.bl_menu_over li.btn-search a span {
	display: inline-block;
}
.bl_menu_over li,
 .bl_menu_over li.short {
	width: 119px;
	height: 82px;
	border-top: 1px solid #C0C0C0;
	display: table;
}
.bl_menu_over li.short {
	height: 48px;
}
.bl_menu_over ul:after{
	content: "";
	display: block;
	clear: both;
}
.bl_menu_over ul{
 *zoom: 1;
}
.mod-header .mod-menu-close {
	position:fixed;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 100px;
	z-index:10;
	background-color:#ffffff;
	display:none;
	border-right: 1px solid #C0C0C0;
}.mod-header .mod-menu-close a{
	display:block;
	width:100%;
	height:100%;
}
.mod-header .mod-menu-close img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
}
/* ハンバーガーメニュー */
@media (max-width: 960px) {
.mod-slide-menu.showSP {
	width: 100%;
	top: 0;
	padding-left: 0;
	height: 50px !important;
}
.mod-slide-menu.showSP.active {
	height: 100% !important;
}
.mod-slide-menu.showSP .topHead {
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	height: 50px;
}
.mod-slide-menu.showSP .logo {
	position: absolute;
	left: 15px;
	top: 10px;
}
.mod-slide-menu.showSP .logo img {
	width: 130px;
	height: auto;
}
.menu-trigger {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	top: 5px;
	right: 15px;
	z-index: 100;
	margin-top: 0;
}
.menu-trigger .inner {
	position: relative;
	width: 40px;
	height: 40px;
	transform: translateX(0);
	transition: transform .5s;
}
.menu-trigger .inner span {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 1px;
	background-color: #707070;
}
.menu-trigger .inner,
.menu-trigger .inner span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
.menu-trigger .inner span:nth-of-type(1) {
	top: 10px;
}
.menu-trigger .inner span:nth-of-type(2) {
	top: 15px;
}
.menu-trigger .inner span:nth-of-type(3) {
	top: 20px;
}
.menu-trigger.active .inner span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active .inner span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active .inner span:nth-of-type(3) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger .inner .mod-btn-menu__label {
	position: absolute;
	top: 29px;
	font-size: 8px;
	color: #707070;
	line-height: 1em;
	text-align: center;
	margin-top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.menu-trigger.active .inner .mod-btn-menu__label {
	opacity: 1;
}
.mod-menu__list {
	border-top: none;
}
.mod-menu__list-item > .mod-menu__list-link {
	border-top: none;
	border-bottom: none;
}
.sp-nav {
	width: 80vw;
	height: 100%;
	margin-top: 50px;
	padding-top: 0;
	list-style-type: none;
	border-left: 1px solid #e5e5e5;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(80vw);
	transition: all .5s;
}
.sp-nav.open {
	transform: translateZ(0);
}
.sp-nav .sub-nav li {
	float: left;
	border-right: 1px solid #ffffff;
	width: calc(50% - 1px);
	width: -webkit-calc(50% - 1px);
}
.sp-nav li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	height: 48px !important;
}
.sp-nav .sub-nav li:nth-child(odd) {
	border-right: 1px solid #e5e5e5;
}
.sp-nav a {
	display: block;
	line-height: 44px;
	color: #000;
	text-decoration: none;
}
.sp-nav a::before {
	top: 14px;
}
.sp-nav a:hover {
	color: #000;
	background: #e6e6e6;
}
}
/* フッター */
@media (min-width: 961px) {
footer {
	position: relative;
}
.mod-pagetop.showPC {
	position: absolute;
	left: auto;
	right: 10px;
	top: -37px;
	bottom: 0;
	z-index: 100;
}
.mod-pagetop.showPC.fixed {
	position: fixed;
	left: auto;
	right: 10px;
	top: auto;
	bottom: 10px;
}

#gblFooter.showPC #fInner #fSns ul li.ico_yo,
#gblFooter.showPC #fInner #fSns ul li.ico_nico {
	margin-top: 15px;
}
#fInner #fSns .socialmedia_policy{
	padding-top:10px;
}
}
@media (max-width: 960px) {
footer {
	margin-top: 60px;
	transform: none;
}
#fInner #fSns .socialmedia_policy{
	padding-top:10px;
}
.l-sitemap {
	padding-top: 50px;
	position: relative;
}
.cv-nav {
	display: block !important;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #a3a3a3;
	z-index: 9;
}
.cv-nav.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
	z-index:9;
}
.cv-nav ul {
	float: left;
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
}
.cv-nav li {
	float: left;
	width: 25%;
	height: 50px;
	text-align: center;
	position: relative;
	border-right: 1px solid #ffffff;
}
.cv-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
.cv-nav .pageTop {
	float: left;
	width: 50px;
	height: 50px;
}
.cv-nav .pageTop a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #a3a3a3;
	background-image: url(/car/common_r/img/parts/btn_pagetop-02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
}
@media (max-width: 750px) {
#gblFooter {
	padding: 0;
	margin: 0;
}
.cv-nav li a {
	font-size: 9px;
}
.cv-nav li img {
	position: absolute;
	width: 31px;
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cv-nav li:nth-child(1) img {
	top: 6px;
}
.cv-nav li:nth-child(2) img {
	top: 2px;
}
.cv-nav li:nth-child(3) img {
	top: 1px;
}
.cv-nav li:nth-child(4) img {
	top: 7px;
}
.cv-nav li span {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 1.2em;
}
#gblFooter #breadcrumbSP {
	width: 100%;
	background-color: #0041aa;
	padding: 10px 4%;
}
#gblFooter #breadcrumbSP li {
	float: none;
	display: inline;
	color: #ffffff;
}
#gblFooter #breadcrumbSP li a {
	color: #ffffff !important;
}
#gblFooter #breadcrumbSP li:after {
	content: ">";
	padding: 0 5px;
	color: #ffffff;
}
#gblFooter #breadcrumbSP li:last-child:after {
	content: "";
}
#fInner #fSns {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}
#fInner #fSns .sns-icon {
	width: 168px;
	margin: 0 auto;
}
#fInner #fSns .fBox_ttl {
	margin-bottom: 20px;
}
#fInner #fSns .sns-icon li {
	margin-right: 9px;
	float: left;
}
#fInner #fSns .sns-icon li:last-child {
	margin-right: 0;
}

#fInner #fSns .socialmedia_policy{
	text-align:center;
	padding-top:10px;
}
.footer {
	font-size: 10px;
}
.footer .text ul {
	text-align: center;
}
.footer .text li {
	display: inline !important;
	float: none !important;
	text-align: inherit;
}
.footer .text li a {
	display: inline !important;
	padding: 0 15px 0 0;
	font-size: 10px;
}
.footer .text li li:last-child {
	padding-right: 0;
}
.footer .added p {
	font-size: 8px;
	padding-top: 10px;
	padding-bottom: 0;
}
}
@media (max-width: 320px) {
.footer {
	padding-left: 8px;
	padding-right: 8px;
}
.footer .text li a {
	padding: 0 8px 0 0;
}
}
@media (min-width: 751px) and (max-width: 960px) {
footer .container {
	max-width: 89.58vw;
}
footer .container .row {
	margin: 0;
}
.cv-nav li a {
	font-size: 12px;
	line-height: 50px;
	text-align: center;
}
.cv-nav li img {
	width: 31px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}
#gblFooter.showPC {
	display: block !important;
	margin-top: 0;
	padding-bottom: 40px;
	visibility:visible !important;
}
#gblFooter.showPC #fInner {
	padding-left: 0;
	width: 100%;
}
#gblFooter.showPC #fInner .fBoxTab {
	width: 34.8%;
	margin-right: 4.6%;
}
#gblFooter.showPC #fInner .fBoxTab:last-of-type {
	margin-right: 0;
}
#gblFooter.showPC #fInner .fBox {
	margin-right: 0;
	float: none;
}
#gblFooter.showPC #fInner .fBox .fBox_ttl {
	font-size: 13px;
}
#gblFooter.showPC #fInner .fBox li a {
	font-size: 13px;
	line-height: 1.4em;
}
#gblFooter.showPC #fInner #fHelp {
	width: 100%;
}
#gblFooter.showPC #fInner #fHelp .fBox_ttl {
	margin-bottom: 15px;
}
#gblFooter.showPC #fInner #fHelp .txt {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
#gblFooter.showPC #fInner #fHelp .btn {
	padding: 14px 0;
	font-size: 13px;
}
#gblFooter.showPC #fInner #fSns .fBox_ttl {
	margin-bottom: 15px;
}
#gblFooter.showPC #fInner #fSns ul li {
	width: 60px;
	height: 60px;
}
#gblFooter.showPC #fInner #fSns ul li.ico_fb,
#gblFooter.showPC #fInner #fSns ul li.ico_yo {
	margin-right: 15px;
}
#gblFooter.showPC #fInner #fSns ul li.ico_yo,
#gblFooter.showPC #fInner #fSns ul li.ico_nico {
	margin-top: 15px;
}
#gblFooter.showPC #fInner #fSns ul li img {
	width: 100%;
	height: auto;
}
.footer .text li a {
	font-size: 11px;
	padding-left: 0;
	padding-right: 20px;
}
.footer .added p {
	font-size: 9px;
	padding-right: 0;
}
}

/*ボタン文字サイズ*/
@media (min-width: 750px) {
.btn {
	font-size: 0.75em;
}
}
@media (max-width: 750px) {
.btn {
	font-size: 0.75em;
}
}
/*文字サイズ*/
@media (max-width: 750px) {
.box1 h2 span,
 .box2 h2 span,
 .box3 h2 span {
	font-size: 0.75em;
}
}




/*パンくず*/
@media (min-width: 751px) {
#pankuzu {
	display:block;
}
}
@media (max-width: 750px) {
	#pankuzu {
	display:none;
}
}

/*カタログメニュー */
 @media (min-width: 751px) and (max-width: 960px) {
#main_contents {
	margin-top: 0 !important;
}
}
 @media (max-width: 750px) {
#main_contents {
	margin-top: 50px !important;
}
}