<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @charset "utf-8";

body,
html {
    width: 100%;
    min-width: 1025px;
    margin: 0;
    padding: 0;
}

a:hover img {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*�إå��`*/

#header {
    display: block;
    height: 45px;
    margin: 0;
    padding: 0 0 3px 0;
    width: 100%;
    background: #fff;
}

.header-inner {
    width: 1024px;
    height: 45px;
    margin: auto;
    position: relative;
}

.header-inner h1 {
    margin: 0;
    padding: 6px 0 0 0;
}

#header .header-inner ul.global-header {
    position: absolute;
    top: -7px;
    right: 222px;
    width: 614px;
    text-align: right;
    margin: 16px 0;
    padding-right: 34px;
    font-size: 14px;
    letter-spacing: -0.4em;
}

/*���Z*/

#header .header-inner ul.global-header li {
    display: inline-block;
    letter-spacing: normal;
    list-style: none;
    height: 20px;
    line-height: 20px;
    margin-left: 30px;
    font-size: 80%;
    font-weight: 500;
}

#header .header-inner ul.global-header li:first-child {
    background: url(/products/car/images/icon_map.png) no-repeat center left;
    padding-left: 25px;
}

#header .header-inner ul.global-header li:nth-of-type(2) {
    background: url(/products/car/images/icon_sitemap.png) no-repeat center left;
    padding-left: 25px;
    letter-spacing: -2px;
}

#header .header-inner ul.global-header li:nth-of-type(3) {
    background: url(/products/car/images/icon_language.png) no-repeat center left;
    padding-left: 25px;
}

#header .header-inner ul.global-header li a:link {
    color: #333;
    text-decoration: none;
    position: relative;
}

#header .header-inner ul.global-header li a:visited {
    color: #333;
    text-decoration: none;
}

#header .header-inner ul.global-header li a:hover {
    color: #005DAD;
    text-decoration: none;
}

#header .header-inner ul.global-header li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0%;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #005DAD;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#header .header-inner ul.global-header li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/*���Z�x�kli*/

#header .header-inner ul.global-header li.gheader-lng {
    position: relative;
}

/*���`�륪�`�Щ`�r���ꥢ*/

#header .header-inner ul.global-header li.gheader-lng span {
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: -11.5px;
    top: 0px;
    left: -20px;
    width: 140px;
    background-repeat: no-repeat;
    z-index: 3000;
    margin: 20px 0 0 0;
    -webkit-transition: opacity 0.8s ease-out;
}

#header .header-inner ul.global-header li.gheader-lng:hover span {
    height: 38px;
    opacity: 1;
    overflow: visible;
}

/*���������ީ`��*/

#header .header-inner ul.global-header li.gheader-lng .child-mark {
    width: 100%;
    font-size: 100%;
    color: #00429a;
    line-height: 13px;
    height: 13px;
    position: absolute;
    z-index: 3002;
    text-align: center;
    top: 2px;
}

#header .header-inner ul.global-header li.gheader-lng .child-mark img {
    margin-top: 4px;
    margin-right: 58.5px;
}

/*�����åѩ`*/

#header .header-inner ul.global-header li.gheader-lng span .child-wrap {
    position: absolute;
    top: 13px;
    z-index: 3001;
}

/*����*/

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul {
    box-sizing: border-box;
    width: 140px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    border-top: 1px solid #00429a;
    border-left: 1px solid #00429a;
    border-right: 1px solid #00429a;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: #ffffff;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border-bottom: 1px solid #00429a;
    font-size: 100%;
    line-height: 200%;
    height: 30px;
    text-align: center;
    letter-spacing: 1px;
}

/*���`�륪�`�Щ`�r*/

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul:hover {
    border-color: #00429a;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li:hover {
    background-color: #00429a;
    color: #ffffff;
    border-color: #00429a;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:link {
    box-sizing: border-box;
    display: block;
    padding-top: 5px;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:visited {
    color: #333;
    text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0%;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#header .header-inner ul.global-header li.gheader-lng span .child-wrap ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/*�ʥӥ��ꥢ�`*/

/*----------- �����`�Х�ʥ� -----------*/

#global-nv-wrap {
    display: block;
    margin-top: 5px;
    height: 72px;
    background: #fff;
}

#global-nv {
    width: 100%;
}

#global-nv.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    height: 40px;
}

#global-nv ul.global-nv-inner {
    width: 1024px;
    margin: 0px auto 0 auto;
    padding: 0px;
    height: 34px;
    letter-spacing: -0.4em;
    clear: both;
}

#global-nv ul.global-nv-inner &gt; li {
    display: block;
    list-style: none;
    letter-spacing: normal;
    float: left;
    width: 145px;
    height: 37px;
    text-align: center;
    font-size: 90%;
    font-weight: 400;
    background-position: 1px 40px;
    cursor: pointer;
    -webkit-transition: background-position 0.3s linear, font-weight 0.3s linear;
    -ms-transition: background-position 0.3s linear, font-weight 0.3s linear;
    transition: background-position 0.3s linear, font-weight 0.3s linear;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(5) {
    width: 148px;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(6) {
    width: 148px;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(7) {
    width: 148px;
}


#global-nv ul.global-nv-inner &gt; li:hover,
#global-nv ul.global-nv-inner &gt; li.here {
    background: url(/products/car/images/global_nv_bg.png) no-repeat;
    background-position: 1px 0px;
    color: #fff;
    font-weight: 400;
}

#global-nv ul.global-nv-inner &gt; li:hover a,
#global-nv ul.global-nv-inner &gt; li.here a {
    color: #fff;
}

#global-nv ul.global-nv-inner &gt; li &gt; a {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    width: 100%;
    color: #333333;
    border-left: #ccc solid 1px;
    magin-top: 3px;
    position: relative;
    -webkit-transition: color 0.5s linear;
}

a.icon-newwindow:after {
    content: url(/products/car/img/icon-newwindow.png);
    display: inline-block;
    margin: 0 .5em;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(3) a {
    letter-spacing: -1px;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(5) a {
    letter-spacing: -0.01em;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(6) a {
    letter-spacing: normal;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(6) a span {
    padding-right: 12px;
    background: url(/products/car/images/icon_blank.png) no-repeat right top;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(6):hover span {
    background-position: right -37px;
}

#global-nv ul.global-nv-inner &gt; li:nth-of-type(7) a {
    background: url(/products/car/images/li_barright30.png) no-repeat right top;
}

#global-nv ul.global-nv-inner &gt; li &gt; a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 99.5%;
    height: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #00BFFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#global-nv ul.global-nv-inner &gt; li:hover &gt; a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/**���֥ʥ�**/

.select {}

.fixed {
    position: fixed;
}

/*�ڤ���Ӥ�����*/

#global-nv ul.global-nv-inner &gt; li .child {
    background: url(/products/car/images/sub_nv_bg01.png);
    width: 100%;
    top: 85px;
    left: 0px;
    position: absolute;
    height: 0px;
    overflow: hidden;
    display: none;
    z-index: 9000;
    clear: both;
    float: left;
    border-bottom: 3px #00429A solid;
    -webkit-transition: height 0.3s linear, opacity 0.3s linear;
}

#global-nv.fixed ul.global-nv-inner &gt; li .child {
    top: 37px;
}

/*�ڤ����˥�`���ꥢ*/

.child-wrap ul,
.child-wrap li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.child-wrap li a {
    text-decoration: none;
}

#global-nv ul.global-nv-inner &gt; li .child-wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    background: #9A3638;
    position: relative;
}

.child-wrap .child-1,
.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4 {
    float: left;
    position: relative;
}

.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4 {
    background: rgba(0, 45, 110, 0.70);
    height: 227px;
    /*margin-top:3px;*/
}

.child a {
    color: #fff;
}

.child a:visited {
    color: #fff;
}


/*sub��˥�`�ǥ�����*/

.child-wrap .child-2 p,
.child-wrap .child-3 p {
    display: inline-block;
    width: 96%;
    float: left;
    margin: 0;
    padding: 0 2% 5px 2%;
    text-align: left;
    font-size: 110%;
    color: #fff;
}

.child-wrap hr {
    background: #fff;
    display: block;
    height: 1px;
    width: 100%;
    border-style: none;
    clear: both;
}

.child-wrap .child-1 {
    width: 224px;
}

.child-wrap .child-1 ul li {
    background: url(/products/car/img/header/subnav_arrow01.png) no-repeat 5% center;
    width: 80%;
    padding: 5% 2% 5% 20%;
    margin: 6px 2.5%;
    box-sizing: border-box;
}

.child-wrap .child-1 ul li:nth-of-type(4) {
    line-height: 120%;
}

.child-wrap .child-1 ul li:hover {
    background: url(/products/car/img/header/subnav_arrow01.png) no-repeat 5% center rgba(0, 35, 90, 0.8);
    border-radius: 60px;
}

/*sub��˥�`�ǥ�����--��Ʒ?��Ҫ��Ұ*/

.child-wrap * {
    box-sizing: border-box;
}

.child-wrap .child-2,
.child-wrap .child-3,
.child-wrap .child-4 {
    border-left: 1px solid rgba(255, 255, 255, 0.70);
}

.child-wrap .child-2,
.child-wrap .child-3 {
    width: 379px;
    padding: 10px;
}

.child-wrap .child-4 {
    width: 758px;
    padding: 10px;
}

.child-wrap .child-2 .left,
.child-wrap .child-3 .left {
    float: left;
    padding-left: 3%;
    width: 46%;
}

.child-wrap .child-4 .left {
    float: left;
    padding-left: 3%;
    width: 33%;
}

.child-wrap .child-2 .right,
.child-wrap .child-3 .right {
    float: right;
    padding-right: 3%;
    width: 46%;
}

.child-wrap .child-4 .right {
    float: right;
    padding-right: 3%;
    width: 33%;
}

.child-wrap .child-2 ul li a,
.child-wrap .child-3 ul li a {
    border: 1px solid #fff;
    border-radius: 30px;
    float: left;
    clear: both;
    /*font-size:90%;
	font-size:110%;*/
    line-height: 180%;
    /*font-weight:100;*/
    width: 70%;
    height: 25px;
    margin: 2% auto;
    padding: 0 0 0 14%;
    background: url(/products/car/img/header/subnav_arrow02.png) no-repeat 10px center;
}

.child-wrap .child-4 ul li a {
    border: 1px solid #fff;
    border-radius: 30px;
    float: left;
    clear: both;
    /*font-size:90%;
	font-size:110%;*/
    line-height: 180%;
    /*font-weight:100;*/
    width: 70%;
    height: 25px;
    margin: 2% auto;
    padding: 0 0 0 10%;
    background: url(/products/car/img/header/subnav_arrow02.png) no-repeat 10px center;
}

.child-wrap .child-2 ul li a:hover,
.child-wrap .child-3 ul li a:hover,
.child-wrap .child-4 ul li a:hover {
    background: url(/products/car/img/header/subnav_arrow02.png) no-repeat 10px center #104F9E;
}

/*local��˥�`���ꥢ*/

#local-menu {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 500px;
}

#local-menu-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #242635;
}

/*�ѥ󤯤�*/

.crumb {
    background: url(/products/car/images/crumb_bg.png);
    height: 25px;
    width: 1024px;
    margin: 0 auto 404px;
    font-size: 70%;
    font-weight: 200;
}

.crumb ul,
.crumb li,
.crumb ul span {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    color: #fff;
}

.crumb ul {
    margin-left: 16px;
}

.crumb li:after {
    margin: 0 5px;
    content: "&gt;";
}

.crumb li:last-child:after {
    content: "";
}

.crumb li a {
    text-decoration: none;
    color: #26C9FF;
}

.crumb li a:hover {
    color: #FF8000;
    text-decoration: none;
}

/*local��˥�`*/

.local_nv {
    width: 100%;
    height: 35px;
    display: block;
    border-top: 3px #00429A solid;
    background: url(/products/car/images/local_nv_bg01.png);
}

.local_nv ul,
.local_nv li {
    margin: 0;
    padding: 0;
    height: 35px;
    list-style: none;
}

.local_nv ul {
    width: 1024px;
    margin: auto;
}

.local_nv li {
    float: left;
    font-weight: 200;
    font-size: 95%;
    line-height: 170%;
    text-align: center;
    width: 146px;
}

.local_nv li a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 28px;
    width: 100%;
    margin-top: 4px;
    border-left: 1px solid rgba(0, 41, 98, 0.70);
}

.local_nv li.on,
.local_nv li:hover {
    background: url(/products/car/images/local_nv_bg02.png);
}

.local_nv li:nth-of-type(1) a {
    border: none;
}

/*----------- �ᥤ�� -----------*/

#main-wrap {
    width: 100%;
    position: relative;
    z-index: 1000;
}

/*----------- �ᥤ���� -----------*/

#main-wrap .main-video {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 556px;
    margin: 0px auto;
    font-size: 1px;
    line-height: 100%;
}

#main-wrap #main-img-wrap.fixed {
    top: 55px;
    width: 100%;
}

#main-wrap .main-video li {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1px;
    line-height: 100%;
    list-style: none;
}

#main-wrap .main-video img,
#main-wrap .main-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

#main-wrap .videocover {
    background: url(/products/car/img/video_cover.png) repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

/*----------- ������� -----------*/

#news {
    /*position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -512px;*/
    margin: 0 auto;
    padding: 10px;

}

.news-wrap {
    width: 1024px;
    height: 32px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    color: #fff;
    z-index: 8000;
}

/*@-moz-document url-prefix() {
	.news-wrap{	clear: both;
}*/

.news-wrap h2 {
    color: #fff;
    display: block;
    float: left;
    width: 64px;
    margin: 0px;
    padding: 0px 18px 0px 18px;
    height: 32px;
    border-left: 3px solid #307FBA;
}

.news-wrap h2 img {
    vertical-align: top;
    padding: 8px 0px 0px 0px;
    margin: 0px;
}

.news-wrap #news-control {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 99px;
    font-size: 0px;
    line-height: 0px;
    z-index: 8001;
}

.news-wrap #news-control li {
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.news-wrap #news-control li a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.news-wrap #news-control li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-wrap .news-txt {
    width: 924px;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 100px;
}

.news-wrap .news-txt &gt; div {
    margin: 0 !important;
}

.news-wrap #news-txt-inner {
    padding: 0 !important;
}

.news-wrap #news-txt-inner li {
    display: block;
    width: 824px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.news-wrap #news-txt-inner li span {
    padding-left: 24px;
}

.news-wrap #news-txt-inner li span span.day-b {
    display: inline;
    padding-left: 0px;
    font-weight: bold;
}

.news-wrap #news-txt-inner li span a:link,
.news-wrap #news-txt-inner li span a:visited,
.news-wrap #news-txt-inner li span a:hover {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

/*���`���륵�֥ʥ�*/

#local_sub-wrap {
    overflow: hidden;
    padding: 0 0 0 25px;
    width: 979px;
    background: rgba(255, 255, 255, 0.70);
}

#local_sub-wrap ul,
#local_sub-wrap li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

#local_sub-wrap ul {
    width: 1000px;
    clear: both;
    padding: 0;
}

#local_sub-wrap li {
    margin-right: 10px;
    margin-top: 10px;
    width: 171px;
    height: 35px;
    padding: 2px 5px 2px 2px;
    font-size: 80%;
    font-weight: 200;
    line-height: 130%;
    line-height: 270%;
    background: url(/products/car/images/local_navi_bg.png);
    background-size: auto 100%;
    border: 1px solid rgba(255, 255, 255, 0.90);
}

#local_sub-wrap li:nth-of-type(5n) {
    margin-right: 0;
}

#local_sub-wrap li:hover,
#local_sub-wrap li.on {
    background: url(/products/car/images/local_navi_bg_on.png);
    background-size: auto 100%;
}

#local_sub-wrap li a {
    color: #fff;
    text-decoration: none;
    width: 92%;
    height: 100%;
    padding-left: 8%;
    vertical-align: middle;
    display: table-cell;
    background: url(/products/car/images/local_navi_bg_line.png) no-repeat 6px 0;
    display: block;
}

#local_sub-wrap li a:hover,
#local_sub-wrap li.on a {
    background: url(/products/car/images/local_navi_bg_line_on.png) no-repeat 6px 0;
}

/* ����ƥ�� */

#main-wrap #contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;

}

#main-wrap #contents.car_contents {
    padding-top: 0px;
    padding-bottom: 0px;

}

#main-wrap #contents .contents-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    /*background: rgba(255,255,255,0.70);*/
    padding-bottom: 30px;
}

#main-wrap #contents.car_contents .contents-inner {
    padding-bottom: 0px;

}

#main-wrap #contents .contents-inner section {
    padding: 90px 0;
}

#main-wrap #contents .contents-inner section:first-child {
    padding-top: 20px;
}


/* �u Ʒ?�� ;������ƥ�� */

#main-wrap #contents_products {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.70);
    padding-top: 0px;

}

#main-wrap #contents_products .contents-inner {
    position: relative;
    width: 1004px;
    margin: 0 auto;
    background: #fff;
    /*background: rgba(255,255,255,0.70);*/
}

#main-wrap #contents_products .contents-inner section {
    padding: 20px 0;
    padding-bottom: 30px;
}


/*�եå��`*/

#page-top {
    display: none;
    position: fixed;
    z-index: 100000;
    bottom: 38px;
    right: 50%;
    margin-right: -600px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: url(/products/car/images/common/topbtn.png) no-repeat;
    background-size: 80px 160px;
    background-position: 0 0;
}

#page-top:hover {
    background-position: 0 -80px;
}

#page-top a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#page-top img {
    display: block;
    margin: 0px auto;
}

footer {
    position: relative;
    z-index: 10000;
    margin-top: 200px;
    padding: 50px 0 20px;
    font-size: 12px;
    background-color: #eee;
}

footer .block-footer {
    margin: 0 auto;
    width: 1024px;
}

footer .block-footer .container {
    overflow: hidden;
    padding: 15px;
}

footer .block-footer .nav {
    overflow: hidden;
    float: left;
    /*width: 562px;*/
}

footer .block-footer .nav li {
    float: left;
}

footer .block-footer .nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 0 15px;
    color: #5c5c5c;
    text-decoration: none;
}

footer .block-footer .module-copyright {
    float: right;
    color: #23429a;
}

.modal_dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10010;
    display: none;
}

.info_popup {
    width: 700px;
    height: 521px;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: auto auto;
    position: relative;
    top: 25%;
}

.info_popup .close_button {
    width: 60px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.info_popup .close_button:hover {
    cursor: pointer;
}

.info_popup .close_button img {
    width: 60px;
    height: 32px;
    border: 0;
}

.info_popup .popup_header {
    padding: 21px 17px;
}

.info_popup .popup_header div {
    display: inline;
}

.info_popup .popup_title {
    height: 51px;
    line-height: 51px;
    font-size: 40px;
    padding-left: 13px;
}

.info_popup .popup_content {
    box-sizing: border-box;
    padding: 2px 25px;
    width: 100%;
    height: 300px;
    text-align: justify;
    vertical-align: bottom;
    background-position: 98% bottom;
    background-repeat: no-repeat;
}

.info_popup .popup_content_text {
    box-sizing: border-box;
    float: left;
}

.info_popup img {
    padding: 0 !important;
}


.height__zero {
    height: 0 !important;
    overflow: visible;
    z-index: 1;
}

.height__zero .crumb {
    margin: 0 auto;
}

.down_menu {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 2000;
    transition: all ease .3s;
}

.down_menu.scroll {
    top: 110px;
}

input#menu {
    display: none;
}

.open_btn {
    width: 250px;
    box-sizing: border-box;
    background: #003F93;
    color: #fff;
    display: block;
    font-size: 25px;
    padding: 20px;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.open_btn:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-top: 2px solid #B8D7DE;
    border-right: 2px solid #B8D7DE;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}

.open_btn small {
    font-size: 14px;
    line-height: 1;
    display: block;
    color: #B8D7DE;
}

.circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 5px;
    margin: auto;
    right: 20px;
    background: #fff;
}

.circle::after {
    content: "MENU";
    font-size: 11px;
    right: 0;
    left: 0;
    bottom: -23px;
    margin: auto;
    position: absolute;
    color: #B8D7DE;
    text-align: center;
}

.circle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 55%;
    background: #003F93;
    margin: auto;
    left: 0;
    right: 0;
    transition: all ease .5s;
}

.circle span.top {
    top: 9px;
}

.circle span.mid {
    top: 0;
    bottom: 0;
}

.circle span.btm {
    bottom: 9px;
}


.menu_list {
    height: 0;
    overflow: hidden;
    transition: all ease .6s;
    border-top: 2px solid #003F93;
}

input#menu:checked ~ .menu_list {
    height: 290px;
}

.menu_list li {
    background: rgba(255, 255, 255, .8);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.menu_list li a {
    display: block;
    padding: 10px 10px 10px 50px;
    color: #444;
    text-decoration: none;
    position: relative;
}

.menu_list li a::before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #003F93;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu_list li a::after {
    height: 7px;
    width: 7px;
    border-top: 1px solid #003F93;
    border-right: 1px solid #003F93;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
}

.menu_list li:hover,
.menu_list li.on {
    background: linear-gradient(to right, #048FD3, #0061AB);
}

.menu_list li:hover a,
.menu_list li.on a {
    color: #fff;
}

.menu_list li:hover a::before,
.menu_list li:hover a::after,
.menu_list li.on a::before,
.menu_list li.on a::after {
    border-color: #fff;
}

.w1100 {
    min-width: 1025px;
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

.index_bg {
    background: url(/products/car/img/bg_index01.png);
    background-position: center;
    background-size: cover;
}

.tech--bg {
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid #fff;
}

.tech--bg.tech01 {
    background-image: url(/products/car/img/bg_tech01.png);
    padding-top: 30px !important;
}

.tech--bg.tech02 {
    background-image: url(/products/car/img/bg_tech02.png);
}

#main-wrap #contents .contents-inner section.tech--bg.tech02 {
    padding: 30px 0 60px;
}

.tech--bg.tech03 {
    background-image: url(/products/car/img/bg_tech03.png);
}

.w1100::after {
    display: block;
    content: "";
    clear: both;
}

.car__tit--center {
    font-size: 50px;
    text-align: center;
    margin: 35px 0;
    font-weight: bold;
    font-family: 'Viga', sans-serif;
}

.products__tit--center {
    font-size: 40px;
    text-align: center;
    margin: 55px 0 40px;
    padding-bottom: 30px;
    font-weight: bold;
    position: relative;
}

.products__tit--center::after {
    height: 5px;
    width: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    content: "";
    position: absolute;
    background: #2A6AAB;
}

.car__tit--center small {
    font-size: 18px;
    color: #255DA0;
    font-weight: normal;
    font-family: "Noto Sans Japanese", "�ᥤ�ꥪ", Meiryo, "�ҥ饮�νǥ� ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

.car__tit--small {
    font-size: 26px;
    margin: 0 40px 20px 40px;
    font-weight: 500;
    opacity: 0;
    transition: all ease .5s;
    transition-delay: .6s;
}

.tech__tit {
    font-size: 40px;
    line-height: 1.2;
}

.car__txt {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 40px;
    color: #1D1F21;
    opacity: 0;
    transition: all ease .5s;
    transition-delay: .6s;
}

.fadein .car__txt,
.fadein .car__tit--small {
    opacity: 1;
}

.number-tit {
    position: absolute;
    top: -70px;
    right: 35px;
    width: 180px;
    display: block;
    font-size: 90px;
    line-height: 1;
    text-align: right;
    background: linear-gradient(to bottom, rgba(39, 118, 188, 0) 0, rgba(39, 118, 188, 0) 50%, rgba(39, 118, 188, 1) 50%, rgba(39, 118, 188, 1) 100%);
    color: #fff;
    padding: 5px 10px;
    text-shadow: 0 0 5px #aaa;
}

.tech01 .number-tit {
    background: linear-gradient(to bottom, rgba(39, 118, 188, 0) 0, rgba(39, 118, 188, 0) 50%, rgba(39, 118, 188, 1) 50%, rgba(39, 118, 188, 1) 100%);
}

.tech02 .number-tit {
    background: linear-gradient(to bottom, rgba(39, 118, 188, 0) 0, rgba(39, 118, 188, 0) 50%, rgba(0, 156, 208, 1) 50%, rgba(0, 156, 208, 1) 100%);
}

.tech03 .number-tit {
    background: linear-gradient(to bottom, rgba(39, 118, 188, 0) 0, rgba(39, 118, 188, 0) 50%, rgba(44, 62, 184, 1) 50%, rgba(44, 62, 184, 1) 100%);
}

.car__products--box {
    background: #fff;
    width: 600px;
    border: 1px solid #B8D7DE;
    padding: 65px 60px 20px 60px;
    box-sizing: border-box;
    position: relative;
    margin: 70px 80px 0 0;
    z-index: 1;
    float: right;
    opacity: 0;
    top: -100px;
    transition: all ease .5s;
}

.car__products--box.fadein {
    opacity: 1;
    top: 0;
}

.car__tech--box {
    background: rgba(255, 255, 255, .8);
    width: 600px;
    border: 1px solid #B8D7DE;
    padding: 50px 20px 35px 20px;
    box-sizing: border-box;
    position: relative;
    margin: 160px 0 60px 80px;
    z-index: 1;
    float: left;
    bottom: -50px;
    opacity: 0;
    transition: all ease .8s;
}

.car__tech--box.fadein {
    opacity: 1;
    bottom: 0;
}

.fl_r {
    float: right;
}

.car__tech--box.fl_r {
    margin: 160px 80px 60px 0;
}


.car__products--box .img_box {
    position: absolute;
    top: 140px;
    right: 525px;
    width: calc(100vw - 635px);
    min-width: 370px;
    max-width: 800px;
    height: 400px;
    overflow: hidden;
    transition: all ease .8s;
}

.car__products--box.fadein .img_box {
    top: -70px;
}

.car__products--box .img_box img {
    object-fit: cover;
    object-position: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.car__products--box.left--bottom {
    margin: 0 0 60px 80px;
    float: left;
}

.car__products--box.left--bottom .img_box {
    position: absolute;
    bottom: -200px;
    left: 525px;
    top: auto;
    right: auto;
}

.car__products--box.left--bottom.fadein .img_box {
    bottom: -45px;
}

.car__products--box::before {
    display: block;
    content: "";
    height: 120px;
    width: 120px;
    background: linear-gradient(to right bottom, #B8D7DE, #2F9FD6);
    position: absolute;
    top: -60px;
    right: -60px;
    opacity: .7;
}

.car__products--box.left--bottom::before {
    right: auto;
    top: auto;
    bottom: -60px;
    left: -60px;
    z-index: -1;
}

.car__products--box.left--bottom::after {
    position: absolute;
    background: #fff;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.car__btn--product {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to right, #307FBA, #255DA2);
    width: 280px;
    padding: 25px 0 25px 20px;
    margin: 40px auto 0;
    border-radius: 50px;
    position: relative;
    text-decoration: none;
    opacity: 0;
    transition: all ease .5s;
    transition-delay: .7s;
}
.fadein .car__btn--product {
    opacity: 1;
}

.car__btn--product:hover {
    background: linear-gradient(to right, #26C9FF, #048FD3);
}

.car__btn--product::before {
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
}

.car__tech--box #local_sub-wrap {
    width: 100%;
    padding: 10px 0;
    background: transparent;
    opacity: 0;
    transition: all ease .5s;
    transition-delay: .6s;
}
.car__tech--box.fadein #local_sub-wrap {
    opacity: 1;
}
.car__tech--box #local_sub-wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.car__tech--box #local_sub-wrap li {
    width: 29%;
    margin: 5px 1%;
}

.car__tech--box #local_sub-wrap li a {
    padding-left: 12px;
}

.bar {
    width: 0;
    display: block;
    height: 2px;
    margin-bottom: 25px;
    position: relative;
    left: -40px;
    transition: all ease .6s;
    transition-delay: .4s;
}

.fadein .bar {
    width: 380px;
}

.tech01 .bar {
    background: #2776BC;
}

.tech02 .bar {
    background: #009CD0;
}

.tech03 .bar {
    background: #2C3EB8;
}

.base__bg {
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: cover, auto, cover;
    background-position: center, center 190px, center;
}

.base__bg--jp {
    height: 850px;
    background: linear-gradient(to bottom, rgba(44, 82, 109, 1) 0, rgba(44, 82, 109, 0) 130px), url(/products/car/img/bg_base05.png), url(/products/car/img/bg_base03.png), url(/products/car/img/bg_base01.png);
    background-repeat: no-repeat, repeat, no-repeat, no-repeat;
    background-size: auto, cover, auto, cover;
    background-position: top, center, center 190px, center;
}

.base__bg--gl {
    height: 750px;
    background-image: url(/products/car/img/bg_base05.png), url(/products/car/img/bg_base04.png), url(/products/car/img/bg_base02.png);
}

.base__bg--car {
    height: 1020px;
    background: linear-gradient(to bottom, rgba(44, 82, 109, 1) 0, rgba(44, 82, 109, 0) 130px), linear-gradient(to bottom, #D9DEE1, #FDFDFE)
}

.base__bg--category {
    background: linear-gradient(to bottom, rgba(237, 239, 241, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

.base__link {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    width: 1000px;
    margin: auto;
    padding: 20px;
}

.base__btn {
    width: 350px;
    padding: 10px;
    background: #fff;
    border: 1px solid #0162AC;
    box-sizing: border-box;
    text-align: center;
    color: #444;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    margin: 0 10px;
    align-items: center;
}

.base__btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 5px;
}

.base__btn.base__btn--category::before {
    width: 39px;
    height: 32px;
    background-image: url(/products/car/img/select__category.png);
}

.base__btn.base__btn--use::before {
    width: 47px;
    height: 32px;
    background-image: url(/products/car/img/select__use.png);
}

.base__btn.base__btn--jp::before {
    width: 27px;
    height: 30px;
    background-image: url(/products/car/img/base_jp.png);
}

.base__btn.base__btn--gl::before {
    width: 31px;
    height: 30px;
    background-image: url(/products/car/img/base_gl.png);
}

.base__btn:hover::before {
    background-position: center right;
}

.base__btn:hover {
    color: #fff;
    border-color: #fff;
    background: linear-gradient(to right, #34A4DA, #0061AB);
}

.flex--box {
    display: flex;
    flex-wrap: wrap;
    width: 1025px;
    margin: auto;
}

.group__content {
    color: #444;
    text-decoration: none;
    box-sizing: border-box;
    width: 48%;
    margin: 10px 1%;
    border: 1px solid #337AB7;
    border-radius: 5px;
    padding: 20px 15px;
    position: relative;
}

.group__content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-top: 10px solid transparent;
    border-right: 10px solid #337AB7;
}

.group__content:hover {
    background: #E7F0FC;
}

.group__content:hover::after {
    bottom: 3px;
    right: 3px;
}

.group__tit {
    font-size: 17px;
    padding: 0 5px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #337AB7;
}
.group__tit img{
    float: right;
    margin: 0 5px;
}

.group__tit::before {
    display: inline-block;
    content: "";
    height: 11px;
    width: 11px;
    border-radius: 100%;
    border: 4px solid #337AB7;
    vertical-align: middle;
    margin-right: 3px;
}

.group__access {
    font-size: 14px;
    padding: 0 5px 5px 25px;
    line-height: 1.3;
    margin-bottom: 10px;
    background: url(/products/car/img/icon_building.png) no-repeat 3px 2px;
}

.group__access--factory {
    font-size: 14px;
    padding: 0 5px 5px 25px;
    background: url(/products/car/img/icon_factory.png) no-repeat 3px 2px;
    line-height: 1.4;
}

.group__access--factory::after {
    display: table;
    clear: both;
    content: "";
}

.group__access--factory dt {
    float: left;
    min-width: 70px;
}

.group2 .group__access--factory dt {
    min-width: 100px;
}

.group7 .group__access--factory dt {
    min-width: 140px;
}

.group9 .group__access--factory dt {
    min-width: 85px;
}

.group7 .group__access--factory dd {
    width: 285px;
    display: block;
    float: left;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}

.group__access--factory dd {}

.group__access--factory dd::before {
    content: ":";
    display: inline-block;
    margin: 0 5px;
}

.group7 .group__access--factory dd::before {
    position: absolute;
    left: 0;
}

.wrap__box--jp,
.wrap__box--gl,
.wrap__box--car {
    height: calc(100% - 240px);
    width: 1000px;
    margin: auto;
    position: relative;
}

.wrap__box--gl {
    height: calc(100% - 110px);
}

.wrap__box--car {
    background: url(/products/car/img/bg_product.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(100% - 255px);
}

.detail__box {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    transition: all ease .4s;
    padding: 8px 10px 0;
    box-shadow: 0px 0px 10px 0px #555;
}

.wrap__box--gl .detail__box {
    background: url(/products/car/img/bg_detail.png);
    color: #fff;
}

.wrap__box--gl .detail__box dt {
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
    font-size: 15px;
}

.detail__box::after {
    content: "";
    display: block;
    position: absolute;
    transition: all ease .4s;
}

.box01 {
    top: 305px;
    left: 630px;
    width: 100px;
}

.box01::after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 25px solid #fff;
    left: -25px;
    top: 10px;
}

.box01:hover {
    width: 250px;
}

.box02 {
    bottom: 290px;
    right: 595px;
    width: 100px;
}

.box02::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 25px solid #fff;
    bottom: -25px;
    right: 55px;
}

.box02:hover {
    width: 250px;
}

.box03 {
    top: 405px;
    left: 400px;
    width: 70px;
}

.box03::after {
    width: 1.5px;
    height: 65px;
    background: #fff;
    top: -60px;
    left: 18px;
    transform: rotate(-25deg);
}

.box03:hover {
    width: 270px;
}

.box04 {
    bottom: 370px;
    left: 415px;
    width: 80px;
}

.box04::after {
    width: 1.5px;
    height: 85px;
    background: #fff;
    bottom: -85px;
    left: 49px;
    transform: rotate(-5deg);
}

.box04:hover {
    width: 200px;
}

.box05 {
    bottom: 410px;
    left: 680px;
    width: 80px;
}

.box05::after {
    width: 55px;
    height: 1.5px;
    background: #fff;
    bottom: 9px;
    left: -50px;
    transform: rotate(-13deg);
}

.box05:hover {
    width: 200px;
}

.box06 {
    bottom: 490px;
    right: 150px;
    width: 90px;
}

.box06::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 15px solid #1C2B3C;
    bottom: -15px;
    right: 50px;
}

.box06:hover {
    right: 5px;
    width: 380px;
}

.box06:hover::after {
    right: 195px;
}

.box07 {
    bottom: 495px;
    left: 255px;
    width: 90px;
}

.box07::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 15px solid #1C2B3C;
    bottom: -15px;
    right: 50px;
}

.box07:hover {
    left: 110px;
    width: 430px;
}

.box07:hover::after {
    right: 245px;
}

.box08 {
    bottom: 415px;
    left: 180px;
    width: 90px;
}

.box08::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 15px solid #1C2B3C;
    bottom: -15px;
    right: 55px;
}

.box08:hover {
    width: 380px;
    left: 30px;
}

.box08:hover::after {
    right: 197px;

}

.box09 {
    top: 320px;
    left: 252px;
    width: 90px;
}

.box09::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 15px solid #1C2B3C;
    top: -15px;
    right: 55px;
}

.box09:hover {
    width: 380px;
    left: 104px;
}

.box09:hover::after {
    right: 195px;

}

.box10 {
    top: 250px;
    left: 315px;
    width: 100px;

}

.box10::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 15px solid #1C2B3C;
    top: 8px;
    left: -15px;
}

.box10:hover {
    width: 445px;
}

.box11 {
    bottom: 545px;
    left: 0;
    width: 70px;
}

.box11::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 15px solid #1C2B3C;
    bottom: -15px;
    left: 30px;
}

.box11:hover {
    width: 380px;
}

.detail__tit {
    font-size: 16px;
    text-align: center;
    padding-bottom: 8px;
    transition: all ease .4s;
    padding-top: 0;
}

.detail__box:hover .detail__tit {
    padding-top: 9px;
    font-size: 20px;
    padding-bottom: 13px;
}

.detail__list {
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: all ease .4s;
}

.detail__list img {
    margin: 0 5px;
    vertical-align: middle;
}

.box01:hover .detail__list {
    height: 130px;
}

.box02:hover .detail__list {
    height: 130px;
}

.box03:hover .detail__list {
    height: 75px;
}

.box04:hover .detail__list {
    height: 75px;
}

.box05:hover .detail__list {
    height: 75px;
}

.box06:hover .detail__list {
    height: 45px;
}

.box07:hover .detail__list {
    height: 115px;
}

.box08:hover .detail__list {
    height: 45px;
}

.box09:hover .detail__list {
    height: 45px;
}

.box10:hover .detail__list {
    height: 145px;
}

.box11:hover .detail__list {
    height: 45px;
}

.detail__list dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 5px 0;
    margin-bottom: 5px;
}

.detail__list dt:first-child {
    border-top: 1px solid #8CA5B9;
}

.detail__list dd {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 5px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.detail__list dd:last-child {
    margin-bottom: 20px;
}

.img_example {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.filter__box {
    display: flex;
    width: 1000px;
    margin: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}


.btn__use {
    padding: 15px 20px 15px 35px;
    border-radius: 50px;
    background: linear-gradient(to right, #34A3DA, #0264AD);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
    position: absolute;
}

.btn__use:hover {
    background: linear-gradient(to right, #26C9FF, #048FD3);
}

.btn__use::before {
    display: block;
    content: "";
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn__use::after {
    position: absolute;
    height: 4px;
    width: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
}

.use00 {
    top: 40px;
    right: 155px;
}

.use01 {
    top: 85px;
    left: 300px;
}

.use02 {
    top: 40px;
    right: 355px;
}

.use03 {
    top: -15px;
    left: 120px;

}

.use04 {
    bottom: 270px;
    right: 195px;
}

.use05 {
    left: 505px;
    bottom: 200px;
}

.use06 {
    top: 465px;
    left: 15px;
}

.use07 {
    top: 230px;
    left: 45px;
}

.use08 {
    bottom: 300px;
    right: 0;
}

.use09 {
    bottom: 50px;
    right: 480px;
}

.use10 {
    bottom: 160px;
    right: 0;
}

.btn__category {
    width: 100%;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding: 8px;
    border-radius: 5px;
}

.btn__category:hover,
.btn__category.btn-primary {
    color: #fff;
    background: #2E6DA4;
}

.category__box {
    width: 1000px;
    margin: 10px auto;
    transition: height ease 0.5s;
}

.btn__item {
    width: 320px;
    margin: 5px;
    border: 1px solid #337AB7;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    min-height: 80px;
    align-items: center;
    display: flex;
    float: left;
    line-height: 1.2;
    padding-left: 80px;
}

.btn__item::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    height: 69px;
    width: 55px;
    text-align: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center left;
}

.btn__item:hover::before {
    background-position: center right;
}

.usuita::before {
    background-image: url(/products/car/img/filter_usuita.png);
}

.koukan::before {
    background-image: url(/products/car/img/filter_koukan.png);
    width: 58px;
}

.stainless::before {
    background-image: url(/products/car/img/filter_stainless.png);
    width: 69px;
}

.denji::before {
    background-image: url(/products/car/img/filter_denji.png);
}

.bousen::before {
    background-image: url(/products/car/img/filter_bousen.png);
    width: 45px;
}

.tetpun::before {
    background-image: url(/products/car/img/filter_tetpun.png);
    width: 50px;
}

.element::before {
    width: 70px;
    background-image: url(/products/car/img/filter_element.png);
}

.btn__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-top: 10px solid transparent;
    border-right: 10px solid #337AB7;
}

.btn__item:hover {
    background: linear-gradient(to right, #307EB9, #265FA3);
}

.btn__item:hover::after {
    bottom: 3px;
    right: 3px;
    border-right: 10px solid #fff;
}

.btn__item:hover p {
    color: #fff;
}

.search__use {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.search__use .btn__use {
    margin-left: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border: 1px solid #0264AD;
    background: #fff;
    color: #0264AD;
    font-size: 15px;
    padding: 10px 15px 10px 33px;
}

.search__use .btn__use::before {
    border: 1px solid #0264AD;
}

.search__use .btn__use::after {
    border-color: #0264AD;
    transform: rotate(-45deg);
    left: 19px;
    bottom: 0;
    top: 3px;
}

.search__use .btn__use:hover {
    background: linear-gradient(to right, #048FD3, #0061AB);
    color: #fff;
}

.search__use .btn__use:hover::before {
    border: 1px solid #fff;
}

.search__use .btn__use:hover::after {
    border-color: #fff;
}
</pre></body></html>