@charset "UTF-8";

.tabOnly {
    display: none !important;
}

.pcNone {
    display: none !important;
}

.mobile-content {
    display: none;
}

.loading {
    width: 100%;
    height: 600px;
    position: absolute;
    background-color: #333;
}

.loading span {
    width: 100%;
    height: 600px;
    position: absolute;
    background: url(/etc/images/icons/img_main_loading.gif) no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-position: 50% 50%;
}

.to-top {
    display: none;
    position: fixed;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: 1000;
}

.to-top .container {
    text-align: right;
    height: 0;
    overflow: visible;
}

.to-top a.to-top-pointer {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    display: inline-block;
    position: relative;
    right: 10px;
    bottom: 100px;
    border: 1px solid #333333;
    padding: 10px;
    color: #333333;
    background-color: white;
}

.to-top a.to-top-pointer:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}


.category-list {
    margin-bottom: 50px;
}

.category-list ul.category-content li {
    display: block;
}

.category-list ul.category-content li a {
    display: block;
}

.category-list ul.category-content li a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.category-list ul.category-content li a img {
    max-width: 194px;
    margin-left: -10px;
}

.category-list ul.category-content li a h3 {
    font-size: 112.5%;
}

.subcategory-list {
    display: block;
    margin: 40px 0 0;
    line-height: 2em;
}

.subcategory-list dl {
    border-left: 1px solid #a3a8b5;
    padding-left: 10px;
}

.subcategory-list dl dt {
    font-size: 100%;
    font-weight: bold;
}

.subcategory-list dl dd {
    margin: 0;
}

.subcategory-list dl dd li {
    list-style-type: none;
}

/*.subcategory-list dl:first-child {
  border-left: none;
}*/

.site-id {
    font-size: 80%;
    min-width: 1200px;
    color: white;
    background-color: #333333;
    padding: 4px 0;
}

.site-id ul {
    text-align: right;
}

.site-id ul li {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 12px;
}

.site-id ul li a {
    color: white;
}

.site-id ul li a:hover {
    text-decoration: underline;
}

/*
.site-id ul li:first-child {
  border-right: 1px solid white;
}
*/
.mobile-select-region {
    display: none;
}

.header {
    border-bottom: 1px solid #ccc;
    background-color: white;
}

.header.header-fixed {
    width: 100%;
    min-width: 1200px;
    position: fixed;
    border-bottom: 1px solid #ccc;
    top: 0;
    z-index: 1000;
}

.header .global-search {
    float: right;
}

.header .global-search dl {
    text-align: right;
    margin-top: 7px;
    margin-bottom: 0;
}

.header .global-search dl dt {
    font-size: 13px;
    display: inline-block;
    padding-top: 7px;
    vertical-align: top;
}

.header .global-search dl dt .icon-globe {
    position: relative;
    top: -0.1em;
}

.header .global-search dl dd {
    display: inline-block;
    margin-left: 0.5em;
    line-height: 1.4em;
    font-size: 94%;
}

.header .global-search dl dd .search-input {
    display: inline-block;
    border: 1px solid #333333;
    vertical-align: top;
    height: 28px;
}

.header .global-search dl dd .SS_searchQuery {
    padding: 6px 2px;
    width: 113px;
}

.header .global-search dl dd .search-icon {
    display: inline-block;
    width: 32px;
    height: 30px;
    background-color: #333;
    text-align: center;
    position: relative;
}

.header .global-search dl dd .search-icon input[type="submit"] {
    text-indent: -9999px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 24px;
    height: 22px;
    margin: -11px -12px 0 0;
    margin-right: -13px\9;
    -webkit-background-size: 245px;
    background-size: 245px;
    background-position: -67px -23px;
}

.header .header-utility {
    overflow: hidden;
}

.header .header-container {
    padding: 2px 0;
    overflow: hidden;
    *zoom: 1;
    display: block;
    position: relative;
    overflow: visible;
}

.header .header-container .logo {
    float: left;
    width: 146px;
    margin-left: -10px;
    margin-right: 24px;
}

.header .header-container .logo p {
    margin: 0;
}

.header .header-container .header-navigation {
    float: left;
    width: 685px;
    margin: 13px 0 0;
}

.header .header-container .header-navigation ul li {
    display: inline-block;
    font-weight: bold;
    width: 170px;
    padding: 0 1px 0 0;
    text-align: center;
    position: relative;
}

.header .header-container .header-navigation ul li:first-child {
    padding: 0 1px;
}

.header .header-container .header-navigation ul li a {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    margin-bottom: 2px;
    font-size: 14px;
}

/*.header .header-container .header-navigation ul li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  border-right: 1px solid #333333;
  position: absolute;
  right: 0;
  top: 0;
}
.header .header-container .header-navigation ul li:first-child a:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  border-left: 1px solid #333333;
  position: absolute;
  left: 0;
  top: 0;
}*/
.header .header-container .header-navigation ul li:hover a,
.header .header-container .header-navigation ul li.current a {
    border-bottom: 2px solid red;
    margin-bottom: 0;
}

.header .header-container .header-navigation ul li.current a {
    color: red;
}

.header .header-container .header-navigation-megadrop {
    *zoom: 1;
    display: none;
    position: absolute;
    top: 49px;
    /*left: 40px;*/
    z-index: 2000;
    color: #333333;
    background: white;
    width: 1084px;
    border: 1px solid #e5e5e5;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-menu {
    display: none;
}

.header .header-container #header-navigation-corporate-megadrop .header-navigation-megadrop-menu {
    padding: 20px 0;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-arrow-up {
    position: absolute;
    top: -9px;
    left: 0px;
    width: 17px;
    height: 9px;
    background: url("/etc/images/layouts/img_megadrop_arrow_up.png") no-repeat center bottom;
    z-index: 2001;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-bg {
    position: absolute;
    top: 35px;
    left: 366px;
    width: 791px;
    height: 277px;
    /*background: url("/etc/images/layouts/img_megadrop_bg.png") no-repeat;*/
    z-index: 2001;
    display: none;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-left {
    position: relative;
    width: 361px;
    float: left;
    z-index: 2002;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-left dl {
    margin: 0;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-left dl a.title {
    display: table;
    width: 100%;
    padding-bottom: 0;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-left dl ul {
    margin-left: 48px;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-left dl ul li {
    display: inline-block;
    width: 105px;
    font-size: 100%;
    list-style-type: none;
    line-height: 2em;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-center {
    position: relative;
    width: 361px;
    float: left;
    z-index: 2002;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-right {
    position: relative;
    width: 361px;
    float: left;
    z-index: 2002;
}

.header .header-container #header-navigation-products-megadrop .header-navigation-megadrop-left,
.header .header-container #header-navigation-products-megadrop .header-navigation-megadrop-center,
.header .header-container #header-navigation-products-megadrop .header-navigation-megadrop-right {
    padding: 20px 0;
}

.header .header-container .header-navigation-megadrop .megadrop-column {
    display: table;
    padding: 10px;
    width: 100%;
    height: 77px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .header-container .header-navigation-megadrop a.title {
    font-size: 137.5%;
    display: table-cell;
    vertical-align: middle;
    color: #333333;
    padding: 5px 0 0 17px;
    line-height: 44px;
}

.header .header-container .header-navigation-megadrop a.title:hover {
    color: red;
}

.header .header-container .header-navigation-megadrop .icon-megadrop {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

/*#products-basic-knowledge { margin:11px 0 -20px 0; }
#products-solutions { margin:5px 0 -20px 0; }
*/
.icon-megadrop.icon-sprite {
    background-image: url('../images/icons_pict.png');
    -webkit-background-size: 445px 352px;
    background-size: 445px 352px;
    width: 44px;
    height: 44px;
    vertical-align: middle;
}

html >

/**/
body .icon-megadrop.icon-sprite {
    background-image
    /*\**/
    : url('../images/icons_pict_legacy.png')\9;
}

.icon-philosophy {
    background-position: 0 -264px;
}

.icon-strategy {
    background-position: -44px 0;
}

.icon-brandmessage {
    background-position: 0 0;
}

.icon-profile {
    background-position: -88px 0;
}

.icon-locations {
    background-position: -132px 0;
}

.icon-library {
    background-position: -176px 0;
}

.icon-news {
    background-position: -220px 0;
}

.icon-history {
    background-position: -264px 0;
}

.icon-event-sponsorship {
    background-position: -308px 0;
}

.icon-global-career {
    background-position: -352px 0;
}

.icon-TechnologyInnovation {
    background-position: -396px 0;
}

.icon-corporate-governance {
    background-position: -132px -176.5px;
}

.title:hover .icon-philosophy {
    background-position: 0 -308px;
}

.title:hover .icon-strategy {
    background-position: -44px -44px;
}

.title:hover .icon-brandmessage {
    background-position: 0 -44px;
}

.title:hover .icon-profile {
    background-position: -88px -44px;
}

.title:hover .icon-locations {
    background-position: -132px -44px;
}

.title:hover .icon-library {
    background-position: -176px -44px;
}

.title:hover .icon-news {
    background-position: -220px -44px;
}

.title:hover .icon-history {
    background-position: -264px -44px;
}

.title:hover .icon-event-sponsorship {
    background-position: -308px -44px;
}

.title:hover .icon-global-career {
    background-position: -352px -44px;
}

.title:hover .icon-TechnologyInnovation {
    background-position: -396px -44px;
}

.title:hover .icon-corporate-governance {
    background-position: -132px -220px;
}

.icon-passenger-tires {
    background-position: 0 -88px;
}

.icon-motorcycle-tires {
    background-position: -44px -88px;
}

.icon-commercial-tires {
    background-position: -88px -88px;
}

.icon-specialty-tires {
    background-position: -132px -88px;
}

.icon-off-the-road-tires {
    background-position: -264px -264px;
}

.icon-diversifield-products {
    background-position: -176px -88px;
}

.icon-basic-knowledge {
    background-position: -220px -88px;
}

.icon-Topics {
    background-position: -308px -88px;
}

.icon-solutions {
    background-position: -352px -88px;
}

.icon-aircraft-tires {
    background-image: url(../images/sprites.png);
    background-size: 76px 776px;
    background-repeat: no-repeat;
    background-position: -30px -120px;
}

.title:hover .icon-passenger-tires {
    background-position: 0 -132px;
}

.title:hover .icon-motorcycle-tires {
    background-position: -44px -132px;
}

.title:hover .icon-commercial-tires {
    background-position: -88px -132px;
}

.title:hover .icon-specialty-tires {
    background-position: -132px -132px;
}

.title:hover .icon-off-the-road-tires {
    background-position: -264px -307px;
}

.title:hover .icon-diversifield-products {
    background-position: -176px -132px;
}

.title:hover .icon-basic-knowledge {
    background-position: -220px -132px;
}

.title:hover .icon-Topics {
    background-position: -308px -132px;
}

.title:hover .icon-solutions {
    background-position: -352px -132px;
}

.icon-csr {
    background-position: 0 -176px;
}

.icon-environment {
    background-position: -44px -176px;
}

.icon-corporate-citizenship {
    background-position: -88px -176px;
}

.icon-mobility {
    background-position: -220px -176px;
}

.icon-people {
    background-position: -264px -176px;
}

.icon-environment {
    background-position: -308px -176px;
}

.icon-sustainability-reporting {
    background-position: -44px -264px;
}

.title:hover .icon-csr {
    background-position: 0 -220px;
}

.title:hover .icon-environment {
    background-position: -44px -220px;
}

.title:hover .icon-corporate-citizenship {
    background-position: -88px -220px;
}

.title:hover .icon-mobility {
    background-position: -220px -220px;
}

.title:hover .icon-people {
    background-position: -264px -220px;
}

.title:hover .icon-environment {
    background-position: -308px -220px;
}

.icon-message-from-ceo {
    background-position: 0 -264px;
}

.icon-ir-library {
    background-position: -44px -264px;
}

.icon-financial-data {
    background-position: -88px -264px;
}

.icon-shareholders-meeting {
    background-position: -132px -264px;
}

.icon-megadrop.icon-sprite.icon-stock-quote {
    background: url(../images/icons/icon_stockquote.png) center center no-repeat;
    background-size: 55% auto;
}

.icon-ir-calendar {
    background-position: -176px -264px;
}

.icon-whats-new {
    background-position: -220px -264px;
}

.icon-procurement-information {
    background-position: -264px -88px;
}

.title:hover .icon-message-from-ceo {
    background-position: 0 -308px;
}

.title:hover .icon-ir-library {
    background-position: -44px -308px;
}

.title:hover .icon-financial-data {
    background-position: -88px -308px;
}

.title:hover .icon-shareholders-meeting {
    background-position: -132px -308px;
}

.title:hover .icon-megadrop.icon-sprite.icon-stock-quote {
    background: url(../images/icons/icon_stockquote_red.png) center center no-repeat;
    background-size: 55% auto;
}

.title:hover .icon-ir-calendar {
    background-position: -176px -308px;
}

.title:hover .icon-whats-new {
    background-position: -220px -308px;
}

.title:hover .icon-procurement-information {
    background-position: -264px -132px;
}

.header .header-container .mobile-navigation {
    display: none;
}

.mobile-search {
    display: none;
}

.mobile-menu {
    display: none;
}

.footer-title-cover {
    background: #f2f2f2;
}

.footer-container-cover {
    background: #e5e5e5;
    padding-top: 1em;
    padding-bottom: 50px;
}

.footer-title {
    background: url(/etc/images/favicons/bridgestone-70_01.png) no-repeat;
    -webkit-background-size: 70px 63px;
    background-size: 70px 63px;
    background-position: 0% 30px;
}

.footer-title p span {
    display: block;
    margin-bottom: 9px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
}

.footer-title p {
    font-weight: normal;
    padding-left: 110px;
    line-height: 1.5em;
    font-size: 18px;
    margin: 1.5em 0;
}

.footer {
    padding-top: 40px 0 0;
    background: #e5e5e5;
}

.footer .subcategory-list-column ul {
    list-style-type: none;

}

.footer .footer-navigation {
    margin-bottom: 50px;
    overflow: hidden;
    *zoom: 1;
}

.footer .footer-navigation ul {
    display: inline-block;
}

.footer .footer-navigation ul li {
    font-size: 87.5%;
    display: inline-block;
    border-right: 1px solid #333333;
    text-align: center;
    width: 182px;
}

.footer .footer-navigation ul li:first-child {
    border-left: 1px solid #333333;
}

.footer .copyright {
    min-width: 1200px;
    color: white;
    background-color: #333333;
    text-align: right;
    padding: 8px 0;
}

.footer .copyright p {
    margin: 0;
    padding-right: 10px;
}

.footer .copyright .pc-copyright {
    display: inline;
}

.footer .copyright .mobile-copyright {
    display: none;
}

.footer .copyright .copyright-container {
    font-size: 62.5%;
}

#wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.lightbox {
    display: none;
}

/*-----------------------------------------
 * top-welcome start
-----------------------------------------*/
.weightNormal {
    font-weight: normal !important;
}

.modal-open {
    position: relative;
    overflow: auto;
}

.modal-open .pc-content.container {
    position: absolute;
    margin: 0 0 0 -500px !important;
    top: 30px;
    left: 50%;
    width: auto;
}

.modal-open ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color: #eeeeee;
}

.modal-open ::-webkit-scrollbar-thumb {
    background-color: #bbbbbb;
}

.modal-open ::-webkit-scrollbar-corner {
    background-color: #eeeeee;
}

#top #simplemodal-container {
    width: 1125px !important;
    /*left: 50% !important;
	top: 5% !important;*/
    /*height: 662px !important;*/
    height: 466px !important;
    margin: 0 auto;
    top: 16px !important;
    bottom: 0;
    left: 0;
    right: 0;
}

#top #simplemodal-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.top-welcome a.dialog-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
}

.top-welcome .icon-bridgestone-group {
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline-block;
    background: url("/etc/images/icons/icon_bridgestone.png") no-repeat;
    width: 60px;
    height: 54px;
}

.top-welcome .icon-dialog-close {
    display: inline-block;
    background: url("/etc/images/icons/icon_dialog_close.png") no-repeat left top;
    width: 17px;
    height: 17px;
}

.top-welcome a.top-welcome-close {
    position: absolute;
    top: -12px;
    right: -16px;
    display: block;
    z-index: 10;
}

.top-welcome a.top-welcome-close .icon-dialog-close {
    display: inline-block;
    background: url("/etc/images/icons/icon_top-welcome_close.png") no-repeat left top;
    width: 38px;
    height: 38px;
}

/*--- column start ---------*/
.top-welcome {
    /*overflow: hidden;*/
    *zoom: 1;
    text-align: center;
    /*position: fixed;*/
    background-color: #f7f7f7;
    width: 1125px;
    /*  padding: 10px 20px 0;*/
    border-radius: 9px 9px 7px 7px;

    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    color: #535353;
}

.top-welcome p {
    /*font-size: 145%;*/
}

.top-welcome h2 {
    position: relative;
    font-size: 174%;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
    padding: 12px 330px 12px 25px;
    text-align: left;
    line-height: normal;
    background-color: #333;
    border-radius: 7px 7px 0 0;
}

.top-welcome h2 .sp {
    display: none;
}

.top-welcome .description {
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

.top-welcome .description .nationalFlag {
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    margin-right: 10px;
}

.top-welcome .description .nationalFlag + .pc {
    display: inline-block;
    vertical-align: middle;
    width: 480px;
}

.top-welcome .description .nationalFlag img {
    width: 100%;
    height: auto;
}

.top-welcome .description .sp {
    display: none;
}

.top-welcome .content {
    width: 814px;
    margin: 15px auto 0;
}

.top-welcome .content:after {
    content: " ";
    display: block;
    clear: both;
}

.top-welcome-campaign-area {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 325px;
    padding-top: 0 !important;
    background: #dbdbda;
}

.top-welcome-campaign-area a {
    display: block;
    position: relative;
    padding: 15px 0 15px 20px;
    border: solid 1px #cecece;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    letter-spacing: -0.4em;
    text-align: left;
}

.top-welcome-campaign-area a:after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    background-position: -90px -167px;
}

.top-welcome-campaign-area a > * {
    display: inline-block;
    letter-spacing: normal;
}

.top-welcome-campaign-area a:hover {
    opacity: 0.7;
}

.top-welcome-campaign-area .top-welcome-campaign-img {
    width: 95px;
    margin-right: 8px;
}

.top-welcome-campaign-area a:hover .top-welcome-campaign-img {
    opacity: 1;
}

.top-welcome-campaign-area .top-welcome-campaign-img img {
    width: 100%;
    height: auto;
}

.top-welcome-campaign-area .top-welcome-campaign-tx {
    line-height: 1.4;
    width: 200px;
    font-size: 12px;
}

.top-welcome-campaign-area a:hover .top-welcome-campaign-tx {
    color: #ff0000;
}

.top-welcome-column {
    text-align: left;
}

.top-welcome-column-left {
    float: left;
    width: 470px;
}

.top-welcome-column-right {
    float: right;
    width: 470px;
}

.top-welcome-column-left.wide01 {
    width: 660px;
}

.top-welcome-column-left.wide01 + .top-welcome-column-right {
    width: 280px;
}

/*--- column end ------------*/

/*--- section start ------------*/
/* Other Products */
.top-welcome-other-products {
    color: #fff;
}

.top-welcome-column-left .top-welcome-other-products .top-welcome-content {
    height: 185px;
}

.asian-box .top-welcome-column-left .top-welcome-other-products .top-welcome-content {
    height: 235px;
}

.india-box .top-welcome-column-left .top-welcome-other-products .top-welcome-content,
.indonesia_box .top-welcome-column-left .top-welcome-other-products .top-welcome-content {
    height: 222px;
}

/* tires */
.top-welcome-tires-information {
    color: #fff;
}

.top-welcome-column-left .top-welcome-tires-information .top-welcome-content {
    height: 235px;
}

/*--- section end ------------*/

/*--- header start ---------*/
.top-column {
    position: relative;
    margin-bottom: 15px;
    margin-right: 17px;
    padding-top: 60px;
    width: 260px;
    height: 186px;
    display: inline-block;
    vertical-align: top;
    border-top: solid #f00 4px;
    background-color: #fff;
    box-shadow: 0 8px 12px #d9d9d9;
}

.content.top-column:last-of-type {
    margin-bottom: 0;
}

.top-welcome-header {
    max-height: 60px;
    margin: 0;
    padding: 11px 15px 0 15px;
    color: #535353;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.top-welcome-header::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -75px;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 40px;
    background-image: url(../images/icons_pict.png);
    background-repeat: no-repeat;
    -webkit-background-size: 890px 704px;
    background-size: 890px 704px;
    background-position: -5px -200px;
}

.top-welcome-column-left .top-welcome-header,
.top-welcome-column-right .top-welcome-header {
    width: 212px;
    background: url(/etc/images/top/bg_lightbox_head02.png) no-repeat 0 0;
}

.top-welcome-header.typeLong {
    width: 280px;
    background: url(/etc/images/top/bg_lightbox_head01.png) no-repeat 0 0;
    background-size: 280px auto;
}

/* other-products */
.header-other-products {}

/*--- header end ---------*/

/*--- content start ---------*/
.top-welcome-content {
    padding: 18px 10px 18px 10px;
    /*border: 1px solid #bbbbbb;*/
    display: block;
    min-height: 1%;
}

.top-welcome-column-left .top-welcome-content,
.top-welcome-column-right .top-welcome-content {
    padding: 60px 16px 18px !important;
}

.top-welcome-column-left .top-welcome-content.line2,
.top-welcome-column-right .top-welcome-content.line2 {
    padding: 80px 20px 18px;
}

.top-welcome-content:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
}

.top-welcome-content-inner {}

.top-welcome-content-inner-left {
    float: left;
    width: 347px;
}

.top-welcome-content-inner-right {
    float: right;
    width: 347px;
}

/* tires */
.top-welcome-column-left .top-welcome-tires-information .top-welcome-content {
    background: url("/etc/images/top/bg_lightbox_tires02.jpg") no-repeat left top;
}

.top-welcome-mea .top-welcome-column-left .top-welcome-tires-information .top-welcome-content {
    height: 256px;
}

.top-welcome .top-welcome-column-left.wide01 .top-welcome-tires-information .top-welcome-content {
    height: 230px;
    background: url("/etc/images/top/bg_lightbox_tires02.jpg") no-repeat left 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-welcome-tires-information .top-welcome-content {
    /*  background: url("/etc/images/top/bg_lightbox_tires01.jpg") no-repeat 0 50%;*/
}

/* other-products */
.top-welcome-other-products .top-welcome-content {
    /*	background: url(/etc/images/top/bg_lightbox_products01.jpg) no-repeat 0 100%;*/
}

.top-welcome-column-left .top-welcome-other-products .top-welcome-content {
    background: url(/etc/images/top/bg_lightbox_products02.jpg) no-repeat 0 100%;
}

.top-welcome .top-welcome-column-left.wide01 + .top-welcome-column-right.top-welcome-other-products .top-welcome-content,
.top-welcome .top-welcome-column-left.wide01 + .top-welcome-column-right .top-welcome-other-products .top-welcome-content {
    height: 230px;
}

.top-welcome-other-products .top-welcome-content-inner {
    text-align: left;
}

/* corporate */
.top-welcome-corporate .top-welcome-content {
    /*background: url(/etc/images/top/bg_lightbox_corporate01.jpg) no-repeat 0 50%;*/
}

.top-welcome-column-right .top-welcome-corporate .top-welcome-content,
.top-welcome-column-left.top-welcome-corporate .top-welcome-content {
    height: 235px;
    background-image: url("/etc/images/top/bg_lightbox_corporate02.jpg");
}

.asian-box .top-welcome-column-right .top-welcome-corporate .top-welcome-content,
.asian-box .top-welcome-column-left.top-welcome-corporate .top-welcome-content {
    height: 295px;
    background-image: url("/etc/images/top/bg_lightbox_corporate02.jpg");
    background-size: 100% auto;
}

.m_e_a_box .top-welcome-column-right .top-welcome-corporate .top-welcome-content,
.m_e_a_box .top-welcome-column-left.top-welcome-corporate .top-welcome-content {
    height: 220px;
    background-image: url("/etc/images/top/bg_lightbox_corporate02.jpg");
    background-size: 100% auto;
}

.top-welcome-column-left.top-welcome-corporate .top-welcome-content.shortH {
    height: 215px;
}

.top-welcome-column-right .top-welcome-corporate .top-welcome-content.shortH,
.top-welcome-column-left .top-welcome-corporate .top-welcome-content.shortH {
    display: none;
    height: 215px;
}

/* career */
.top-welcome-column-right .top-welcome-career .top-welcome-content,
.top-welcome-column-right.top-welcome-career .top-welcome-content {
    height: 185px;
    background: url(/etc/images/top/bg_lightbox_career01.jpg) no-repeat 0 50%;
}

.asian-box .top-welcome-column-right .top-welcome-career .top-welcome-content,
.asian-box .top-welcome-column-right.top-welcome-career .top-welcome-content {
    height: 175px;
    background: url(/etc/images/top/bg_lightbox_career01.jpg) no-repeat 0 50%;
    background-size: 100% auto;
}

.india-box .top-welcome-column-right .top-welcome-career .top-welcome-content,
.india-box .top-welcome-column-right.top-welcome-career .top-welcome-content {
    height: 222px;
    background: url(/etc/images/top/bg_lightbox_career01.jpg) no-repeat 0 50%;
    background-size: auto 100%;
}

.indonesia_box .top-welcome-column-right .top-welcome-career .top-welcome-content,
.indonesia_box .top-welcome-column-right.top-welcome-career .top-welcome-content {
    height: 222px;
    background: url(/etc/images/top/bg_lightbox_career01.jpg) no-repeat 0 50%;
    background-size: auto 100%;
}

.m_e_a_box .top-welcome-column-right .top-welcome-career .top-welcome-content,
.m_e_a_box .top-welcome-column-right.top-welcome-career .top-welcome-content {
    height: 220px;
    background: url(/etc/images/top/bg_lightbox_career01.jpg) no-repeat 0 50%;
    background-size: auto 100%;
}

.top-welcome-column-right.top-welcome-career .top-welcome-content {
    height: 235px;
    background-size: cover;
}

.top-welcome-column-right.top-welcome-career .top-welcome-content.shortH {
    height: 215px;
}

/*--- content end ------------*/

.top-welcome h4 {
    margin: 13px 0;
    line-height: 1;
    font-size: 1.2em;
}

.top-welcome h4:first-child {
    margin-top: 0;
}

.top-welcome .innerCol2 {
    margin-top: 0;
    clear: both;
}

.top-welcome .innerCol2:after {
    content: "";
    display: block;
    clear: both;
}

.top-welcome .innerCol2 + .innerCol2 {
    margin-top: 10px;
}

.top-welcome .innerCol2 h4 {
    line-height: 1.2;
    float: left;
    width: 140px;
    margin: 5px 10px 0 0;
    font-size: 15px;
}

.top-welcome .innerCol2 h4.singleLine {
    margin-top: 10px;
}

.top-welcome div.innerCol2 + div h4.singleLine {
    margin-top: 2px;
}

.top-welcome .innerCol2 .child-content {
    float: right;
    width: 240px;
}

.top-welcome .innerCol2 .child-content .top-welcome-select-country {
    margin-top: 0;
}

.top-welcome h4 a {
    color: white;
}

.top-welcome-separater {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.top-welcome-corporate .top-welcome-separater {
    border-bottom: 1px solid #bbbbbb;
}

/*--- select start ---------*/
.top-welcome-select-country {
    position: relative;
    margin: 5px 0 0;
    color: #333333;
    text-align: left;
}

.top-welcome-select-country dt {
    position: relative;
    height: 40px;
    padding: 10px 15px 0;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 120%;
}

.top-welcome-select-country-large dt {
    padding: 17px 15px;
    height: 50px;
    font-size: 1rem;
}

.top-welcome-select-country dt:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #f00;
}

.top-welcome-select-country dt::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    -webkit-background-size: 225px 770px;
    background-size: 225px 770px;
    background-position: -85px -165px;
    transform: rotate(90deg);
}

.top-welcome-select-country .is-open::after {
    transform: rotate(270deg);
}

.top-welcome-select-country dd {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    z-index: 10;
    border-right: 1px solid #bbbbbb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-welcome-select-country.up dd {
    top: auto;
    bottom: 41px;
}

.top-welcome-select-country-large dd {
    top: auto;
}

.top-welcome-select-country-large.up dd {
    bottom: 57px;
}

.top-welcome-select-country dd ul {
    max-height: 300px;
    overflow: auto;
    border-bottom: 1px solid #bbbbbb;
}

.top-welcome-select-country.up dd ul {
    border-bottom: none;
}

.top-welcome-select-country dd li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
}

.top-welcome-select-country:not(.up) dd li:first-child {
    border-top: none;
}

.top-welcome-select-country .indent li {
    padding-left: 1em;
}

.top-welcome-select-country .indent .heading {
    padding: 9px 10px;
    font-weight: bold;
}

.top-welcome-select-country dd li a {
    position: relative;
    display: block;
    margin: 0 0 0 30px;
    padding: 9px 2px 9px 0;
}

.top-welcome-select-country dd li a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    -webkit-background-size: 225px 770px;
    background-size: 225px 770px;
    background-position: -85px -165px;
}

.top-welcome-select-country dd li a[target="_blank"]:after {
    position: absolute;
    /*right: 15px;*/
    top: 50%;
    margin-top: -7px;
    margin-left: 5px;
    display: inline-block;
    content: url(/etc/images/icons/icon_external_link_gray.png);
}

.top-welcome-select-country dd li:hover a[target="_blank"]:after {
    content: url(/etc/images/icons/icon_external_link_red.png);
}

/*--- select end ---------*/

/*--- button start ------*/
.top-welcome-btn {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px auto 0;
    width: 100%;
    height: 50px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
}

.top-welcome-btn.middle {
    height: 44px;
}

.top-welcome-btn.large {
    height: 77px;
}

.top-welcome-btn:first-child {
    margin-top: 0;
}

.top-welcome-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.top-welcome-content .innercol2 .twocolumn {
    float: right;
    width: 415px;
}

.top-welcome-content .innercol2.type-amarica .twocolumn {
    float: none;
    width: auto;
}

.top-welcome-content .innercol2 + .innercol2 {
    margin-top: 10px;
}

.top-welcome-content .twocolumn:after,
.top-welcome-content .innercol2:after {
    content: "";
    display: block;
    height: 1px;
    clear: both;
}

.top-welcome-content .innercol2 .colHead {
    float: left;
    width: 200px;
    margin-top: 10px;
}

.top-welcome-content .innercol2.type-amarica .colHead {
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 5px;
}

.top-welcome-content .twocolumn .top-welcome-btn {
    width: 49%;
    float: left;
    margin-top: 0 !important;
}

.top-welcome-content .innercol2.type-amarica .twocolumn .top-welcome-btn {
    height: 48px;
}

.top-welcome-content .twocolumn .top-welcome-btn.wMax {
    float: none;
    width: 100%;
}

.top-welcome-content .twocolumn .top-welcome-btn + .top-welcome-btn {
    margin-left: 2%;
}

.top-welcome-btn > a {
    display: table-cell;
    vertical-align: middle;
    color: #333;
}

.top-welcome-btn:hover > a {
    color: #f00;
}

.top-welcome-btn > a > span {
    display: inline-block;
    padding-left: 13px;
    text-align: center;
    position: relative;
}

.top-welcome-btn > a > span:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -0.58em;
    width: 4px;
    content: url(/etc/images/icons/icon_arrow_gray_s.png);
    vertical-align: text-top;
    line-height: 1em;
}

.top-welcome-btn:hover > a > span:before {
    content: url(/etc/images/icons/icon_arrow_red_s.png);
}

.top-welcome-btn.arrow-top > a > span:before {
    top: 0.55em;
}

.top-welcome-btn.middle.arrow-top > a > span:before {
    top: 0.6em;
}

.top-welcome-btn > a[target="_blank"] > span:after {
    display: inline-block;
    padding-left: 8px;
    width: 11px;
    content: url(/etc/images/icons/icon_external_link_gray.png);
}

.top-welcome-btn:hover > a[target="_blank"] > span:after {
    content: url(/etc/images/icons/icon_external_link_red.png);
}

.top-welcome-btn .note {
    font-weight: normal;
    font-size: 92.85%;
}

.top-welcome-btn.long-text > a {
    font-size: 95%;
}

.top-welcome-btn .note.bold {
    display: inline-block;
    padding-top: 3px;
    font-weight: bold;
    font-size: 100%;
}

.top-welcome-btn .txt {
    font-size: 108.57%;
}

/* btn-list */
.top-welcome-btn-list {
    display: block;
    min-height: 1%;
    list-style: none;
}

.top-welcome-btn-list:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* + .top-welcome-btn-list {
    margin: 10px 0 0 0;
}

.top-welcome-btn-list .top-welcome-btn {
    float: left;
    margin-top: 0;
}

.top-welcome-btn-list .top-welcome-btn + .top-welcome-btn {
    margin-left: 12px;
}

/* btn-global */
.top-welcome-btn-global {
    /*height: 81px;*/
    border-width: 1px;
}

.top-welcome-btn-global > a {
    /*padding: 0 20px 0 45px; */
    padding: 0 15px;
    font-size: 120%;
    font-weight: normal;
}

.top-welcome-btn-global.high > a {
    height: 98px;
}

.top-welcome-column-right .top-welcome-btn-global > a {
    padding: 0 10px 0 30px;
}

.top-welcome-btn-global > a > span {
    padding-left: 0;
    background-image: none;
    -webkit-filter: inherit;
    filter: inherit;
    text-align: center;
}

.top-welcome-btn-global > a > span:before {
    top: 0.7em;
    left: -20px;
    padding-right: 5px;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/etc/images/icons.png) no-repeat -5px -5px;
}

.top-welcome-btn-global:hover > a > span:before {
    content: "";
    background: url(/etc/images/icons/icon_global_over.png) no-repeat 0 0;
}

.top-welcome-btn-global .note {
    line-height: 1.38;
}

/*--- button end ------*/

/* asia */
.top-welcome-asia .top-welcome-tires-information .top-welcome-content-inner-left,
.top-welcome-asia .top-welcome-tires-information .top-welcome-content-inner-right {
    width: 330px;
}

.top-welcome-btn.btn-asia01 {
    width: 208px;
}

.india-box .top-welcome-btn.btn-asia01,
.indonesia_box .top-welcome-btn.btn-asia01 {
    width: 100%;
}

.top-welcome-btn.btn-asia02 {
    width: 100%;
}


/* csamerica */
.top-welcome-csamerica .top-welcome-tires-information .top-welcome-content-inner-left,
.top-welcome-csamerica .top-welcome-tires-information .top-welcome-content-inner-right {}

.top-welcome-csamerica .top-welcome-other-products .top-welcome-btn-list {}

.top-welcome-csamerica .top-welcome-other-products .top-welcome-btn {
    width: 241px;

}

.top-welcome-csamerica .top-welcome-other-products .top-welcome-btn + .top-welcome-btn {
    margin-left: 13px;
}

.top-welcome-csamerica .top-welcome-corporate .top-welcome-content-inner-left {
    margin-top: 13px;
}

/* eu */
.top-welcome-eu .top-welcome-tires-information .top-welcome-content {}

.top-welcome-eu .top-welcome-tires-information .top-welcome-content-inner-right {}

.top-welcome-eu .top-welcome-tires-information .top-welcome-btn-list {
    display: block;
    margin-top: 15px;
    border-spacing: 0;
}

.top-welcome-btn.btn-eu01 {
    float: left;
    width: 230px;
}

.top-welcome-btn.btn-eu02 {
    float: right;
    width: 100px;
    margin-left: 0 !important;
}


/* mea */
.top-welcome-mea .top-welcome-tires-information .top-welcome-btn {
    margin-top: 10px;
}

.top-welcome-mea .top-welcome-other-products .top-welcome-content {
    padding: 16px 14px;
}

.top-welcome-btn.btn-mea01 {
    width: 174px;
}

.top-welcome-btn.btn-mea02 {
    width: 100%;
}

/* namerica */

.top-welcome-namerica .top-welcome-tires-information .top-welcome-content-inner-left,
.top-welcome-namerica .top-welcome-tires-information .top-welcome-content-inner-right {
    width: 330px;
}

.top-welcome-btn.btn-namerica01 {
    float: left;
    width: 184px;
    font-size: 128.5%;
}

.top-welcome-btn.btn-namerica02 {
    float: right;
    width: 127px;
    font-size: 128.5%;
}

.top-welcome-namerica .top-welcome-other-products .top-welcome-btn-list {
    margin-left: -15px;
}

.top-welcome-namerica .top-welcome-other-products .top-welcome-btn {
    width: 220px;
}

/*-----------------------------------------
 * top-welcome end
-----------------------------------------*/

.top-main-visual {
    position: relative;
    height: 650px;
    background: #333;
}

.top-main-visual .top-main-visual-top {
    background-color: #333333;
    margin-bottom: 45px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel {
    position: relative;
    overflow: hidden;
    /*min-width: 1200px;*/
    /*max-width: 1360px;*/
    width: 100%;
    max-height: 680px;
    margin: 0 auto;
    background-color: #000;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel ul {
    width: 10000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel ul li {
    float: left;
    /*width: 1330px;*/
    height: 600px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel ul li a {
    position: relative;
    top: 0;
    z-index: 2;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel ul li img {
    /*width: 1330px;*/
    height: 600px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: none;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic {
    opacity: 0.7;
    /*
  position: absolute;
  top: 70px;
  left: 30px;
*/
    width: 1140px;
    margin: 0 auto;
    height: 160px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .top-main-visual-topic-bg {
    display: block;
    color: white;
    /*  background-color: #333333;*/
    padding: 10px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .top-main-visual-topic-bg p {
    font-size: 162.5%;
    margin: 2px 0;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .next-btn {
    font-size: 87.5%;
    display: block;
    position: absolute;
    top: 265px;
    left: 30px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    color: #000;
    background-color: #fff;
}

/*.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .next-btn:hover {
  color: white;
  background-color: #333333;
}*/
.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control {
    position: absolute;
    display: block;
    color: white;
    padding: 10px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic-bg:hover .next-btn {
    color: white;
    background-color: #333;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-left {
    top: 345px;
    left: 30px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-right {
    top: 345px;
    right: 30px;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel-text {
    display: none;
}

.top-main-visual .top-main-visual-carousel-middle {
    position: absolute;
    top: 600px;
    min-width: 1200px;
    width: 100%;
    height: 64px;
    padding: 10px 0;
    background: #e6e6e6;
    display: none;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail {
    display: block;
    overflow: hidden;
    width: 1180px !important;
    margin: 0 auto;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul {
    display: block;
    margin: 0;
    padding: 0;
    /*float: right;*/
    text-align: center;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul li {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 64px;
    overflow: hidden;
    margin: 0 1px;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul li .img-crop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 140px;
    height: 64px;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul li .img-crop img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: none;
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    width: 140px;
    height: 64px;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul li .border {
    position: absolute;
    top: 62px;
    left: 0;
    display: none;
    width: 140px;
    height: 3px;
    z-index: 2;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul li:first-child {
    margin-left: 0;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul li.active .border {
    display: block;
    background-color: red;
}

.top-main-visual .top-main-visual-carousel-middle .top-main-visual-carousel-thumbnail ul li.active .img-crop img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");



    filter: gray;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);

}

.top-main-visual .top-main-visual-carousel-navigation {
    text-align: center;
    padding: 10px 0;
}

.top-main-visual .top-main-visual-carousel-navigation ul {
    display: block;
}

.top-main-visual .top-main-visual-carousel-navigation ul li {
    display: inline-block;
}

.top-main-visual .top-main-visual-carousel-navigation ul li.active a {
    color: red;
    background-color: transparent;
}

.top-topics .top-topics-title {
    position: relative;
    margin-top: 0;
    height: auto;
}

.top-news .top-news-title {
    position: relative;
    margin-top: 70px;
    height: auto;
}

.top-news .top-news-title .top-header-news,
.top-topics .top-topics-title .top-header-topics {
    font-size: 350%;
    position: relative;
    top: 0;
    left: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.top-topics .image-link a .label,
.top-topics .image-link-s a .label {
    background: #333333;
    color: white;
    padding: 10px;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

.top-news .top-news-title .mobile-top-news-view-all {
    display: none;
}

.top-news .top-news-content {
    overflow: hidden;
    margin-bottom: 0;
}

.top-news .top-news-content .top-news-column {
    padding-left: 0;
}

.top-news .top-news-content .top-news-column .top-news-container {
    position: relative;
    border-left: 1px solid #535353;
    padding-left: 19px;
}

.top-news .top-news-content .top-news-column .top-news-container:hover {
    border-left: 5px solid red;
    padding-left: 15px;
    color: red;
}

.top-news .top-news-content .top-news-column .top-news-container .text {
    font-size: 100%;
}

.top-news .top-news-content .top-news-column .top-news-container a {
    display: block;
}

.top-news .top-news-content .top-news-column .top-news-container .link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-style: normal;
    margin: 0 10px 0 0;
    color: white;
    background: #8d8d8d;
    padding: 0 8px;
}

.top-news .pc-top-news-view-all {
    overflow: hidden;
    *zoom: 1;
    text-align: right;
    margin: 0 0 15px;
    display: block;
}

.top-news a.btn-top-news-all {
    display: inline-block;
    padding: 10px 60px;
}

.top-news a.btn-top-news-rss {
    position: relative;
    top: -1px;
    display: inline-block;
    padding: 9px 10px 10px;
    margin-left: 0;
}

.top-news a.btn-top-news-rss span.icon-rss-large-white {
    background-image: url("/etc/images/icons/icon_rss_18px.png");
    background-repeat: no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    background-position: 0 0;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.top-location-map {
    background-image: -webkit-linear-gradient(top, #9195a2 10%, #6d727d 90%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #9195a2), color-stop(90%, #6d727d));
    background-image: linear-gradient(to bottom, #9195a2 10%, #6d727d 90%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9195A2', endColorstr='#FF6D727D');
    min-width: 1200px;
    padding: 40px 0 50px;
    background-color: #6d727d;
}

.top-location-map .top-header-location-map {
    font-size: 206.25%;
    color: white;
    margin: 0;
    line-height: 1.2em;
}

.top-location-map .description {
    color: white;
}

.top-location-map .mobile-top-location {
    display: none;
}

.top-location-map ul.location-list {
    display: block !important;
}

.top-location-map ul.location-list li {
    display: block;
    list-style-type: none;
}

.top-location-map ul.location-list li .mobile-location-detail-container {
    display: none;
    height: 0 !important;
    overflow: hidden !important;
}

.top-location-map ul.location-list ul.location-list-container li a.btn-location-select {
    font-size: 87.5%;
    font-weight: bold;
    padding-top: 19px;
    padding-bottom: 19px;
    display: block;
    margin: 0;
    color: red;
    background-color: white;
    text-align: center;
    border-left: 1px solid #a3a8b5;
    border-top: 1px solid #a3a8b5;
    border-bottom: 0;
}

.top-location-map ul.location-list ul.location-list-container li a.btn-location-select:hover,
.top-location-map ul.location-list ul.location-list-container li a.btn-location-select.hover,
.top-location-map ul.location-list ul.location-list-container li.is-open a.btn-location-select {
    color: white;
    background-color: red;
}

.top-location-map ul.location-list ul.location-list-container li a.btn-location-select span.icon {
    margin-right: 0.3em;
}

.top-location-map ul.location-list ul.location-list-container li:first-child a.btn-location-select {
    border-left: 0;
}

.top-location-map ul.location-list ul.location-list-container.top li a.btn-location-select {
    border-top: 0;
}

.top-location-map .location-map {
    display: block;
    position: relative;
    min-height: 600px;
    padding-left: 0;
}

.top-location-map .location-map .location-map-regions-wrap {
    position: absolute;
    top: 90px;
    left: 57px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions {
    position: relative;
    width: 1027px;
    height: 495px;
    margin: 0 auto;
    background: url("/etc/images/top/img_map_base.png") no-repeat;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions .location-map-region {
    position: absolute;
    cursor: pointer;
    display: block;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions .location-map-region .image {
    visibility: hidden;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions .location-map-region.hover .image {
    visibility: visible;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-europe {
    top: -1px;
    left: 272px;
    width: 401px;
    height: 213px;
    z-index: 1;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-europe .image {
    background: url("/etc/images/top/img_map_europe.png") no-repeat;
    width: 401px;
    height: 213px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-asia {
    top: 3px;
    left: 610px;
    width: 417px;
    height: 343px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-asia .image {
    background: url("/etc/images/top/img_map_asia.png") no-repeat;
    width: 417px;
    height: 343px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-oceania {
    top: 315px;
    left: 799px;
    width: 191px;
    height: 145px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-oceania .image {
    background: url("/etc/images/top/img_map_oceania.png") no-repeat;
    width: 191px;
    height: 145px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-middle-east-and-africa {
    top: 190px;
    left: 423px;
    width: 259px;
    height: 229px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-middle-east-and-africa .image {
    background: url("/etc/images/top/img_map_middle_east_and_africa.png") no-repeat;
    width: 259px;
    height: 229px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-north-america {
    top: -2px;
    left: 2px;
    width: 333px;
    height: 256px;
    z-index: 1;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-north-america .image {
    background: url("/etc/images/top/img_map_north_america.png") no-repeat;
    width: 333px;
    height: 256px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-central-america {
    top: 207px;
    left: 147px;
    width: 166px;
    height: 97px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-central-america .image {
    background: url("/etc/images/top/img_map_central_america.png") no-repeat;
    width: 166px;
    height: 97px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-south-america {
    top: 279px;
    left: 224px;
    width: 155px;
    height: 218px;
}

.top-location-map .location-map .location-map-regions-wrap .location-map-regions #location-map-region-south-america .image {
    background: url("/etc/images/top/img_map_south_america.png") no-repeat;
    width: 155px;
    height: 218px;
}

.top-location-map .location-map .location-map-closeBtn {
    display: none;
    position: absolute;
    top: 20px;
    right: 45px;
    z-index: 4;
}

.top-location-map .location-map .location-map-closeBtn button {
    display: block;
    width: 289px;
    height: 57px;
    border: 0;
    color: white;
    background: #1a1a1a;
    text-align: center;
    font-weight: bold;
    outline: none;
}

.top-location-map .location-map .location-map-closeBtn button:before {
    content: "";
    padding-left: 25px;
    background: url(/etc/images/icons/icon_menu_close_gray.png) no-repeat left center;
    background-size: 16px auto;
}



.top-location-map .location-map .location-overlay {
    background: rgba(0, 0, 0, 0.3);
    clear: both;
    overflow: hidden;
    padding: 0 25px 45px 45px;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 1090px;
}

.top-location-map .location-map .location-overlay h3 {
    box-sizing: border-box;
    font-size: 162.5%;
    margin-bottom: 20px;
    width: calc(100% - 310px);
    height: 57px;
    line-height: 57px;
    text-align: left;
    margin-top: 20px;
    padding-left: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
}

.top-location-map .location-map .location-overlay #location-info-europe h3 {
    background-image: url("/etc/images/top/img_europe.png");
}

.top-location-map .location-map .location-overlay #location-info-asia h3 {
    background-image: url("/etc/images/top/img_asia.png");
}

.top-location-map .location-map .location-overlay #location-info-oceania h3 {
    background-image: url("/etc/images/top/img_oceania.png");
}

.top-location-map .location-map .location-overlay #location-info-middle-east-and-africa h3 {
    background-image: url("/etc/images/top/img_middle_east_and_africa.png");
}

.top-location-map .location-map .location-overlay #location-info-north-america h3 {
    background-image: url("/etc/images/top/img_north_ameica.png");
}

.top-location-map .location-map .location-overlay #location-info-central-america h3 {
    background-image: url("/etc/images/top/img_central_america.png");
}

.top-location-map .location-map .location-overlay #location-info-south-america h3 {
    background-image: url("/etc/images/top/img_south_america.png");
}

.top-location-map .location-map .location-overlay .location-detail-container {
    overflow: hidden;
    *zoom: 1;
}

.top-location-map .location-map .location-overlay .location-detail {
    background-color: #FFFFFF;
    width: 310px;
    padding: 5px 35px 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.top-location-map .location-map .location-overlay .location-detail h4 {
    font-size: 137.5%;
    margin: 15px 0;
}

.top-location-map .location-map .location-overlay .location-detail p.h-detail {
    font-size: 125%;
    margin: 0 0 10px;
    line-height: 1.5em;
}

.top-location-map .location-map .location-overlay .location-detail p {
    font-size: 75%;
    line-height: 2em;
}

.top-location-map .location-map .location-overlay .location-detail ul {
    list-style: none;
    margin-bottom: 15px;
}

.top-location-map .location-map .location-overlay .location-detail ul li {
    font-size: 88%;
    line-height: 2em;
}

.top-location-map .location-map .location-overlay .location-detail a {
    text-decoration: underline;
}

.top-about {
    margin-bottom: 60px;
}

.top-about .top-header-about {
    font-size: 350%;
    margin-left: 10px;
    margin-bottom: 0;
}

.top-about .description {
    font-size: 118.75%;
    line-height: 1.5em;
    margin-top: 10px;
    padding-left: 0;
}

.top-about ul.about-list li {
    position: relative;
    display: block;
    padding: 0;
}

.top-about ul.about-list li .image {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
}

.top-about ul.about-list li .image img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.top-about ul.about-list li:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.top-about ul.about-list li .image-mobile {
    display: none;
}

.top-about ul.about-list li .label {
    overflow: hidden;
    *zoom: 1;
    position: absolute;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: white;
    background-color: #333333;
    display: block;
    text-align: center;
    font-size: 130%;
}

.top-about ul.about-list li .label span.icon {
    display: none;
}

.top-about ul.about-list li .label span.icon-arrow {
    float: left;
    margin-left: 10px;
    margin: 25px 0 25px 10px;
}

.top-about ul.about-list li .label span.icon-corner {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
}

.top-about ul.about-list li .label span.text {
    margin-right: 10px;
}

.top-about ul.about-list li:hover .label {
    color: white;
    background-color: red;
}

.top-about ul.about-list .about-list-bridgestone {
    background: url("/etc/images/top/img_about_bridgestone_pc.jpg") no-repeat;
    width: 290px;
    height: 604px;
    position: relative;
}

.top-about ul.about-list .about-list-bridgestone a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.top-about ul.about-list .about-list-bridgestone a .image {
    display: none;
}

.top-about ul.about-list .about-list-bridgestone a .description {
    font-size: 190%;
    margin: 30px 0 0 30px;
    line-height: 1.3em;
}

.top-about ul.about-list .about-list-bridgestone a .btn-see-more {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: white;
    background-color: #333333;
    margin-left: 30px;
    width: 100px;
}

.top-about ul.about-list .about-list-bridgestone a .label {
    display: none;
}

.top-about ul.about-list .about-list-bridgestone:hover .btn-see-more {
    color: white;
    background-color: red;
}

.top-about ul.about-list .about-list-bridgestone:hover .description {
    color: red;
}

.top-about ul.about-list .about-list-philosophy,
.top-about ul.about-list .about-list-company-data {
    height: 247px;
}

.top-about ul.about-list .about-list-philosophy a.label,
.top-about ul.about-list .about-list-company-data a.label {
    top: 182px;
}

.top-about ul.about-list .about-list-profile,
.top-about ul.about-list .about-list-our-story {
    height: 247px;
}

.top-about ul.about-list .about-list-profile a.image,
.top-about ul.about-list .about-list-our-story a.image {
    top: 65px;
}

.top-about ul.about-list .about-list-profile a.label,
.top-about ul.about-list .about-list-our-story a.label {
    top: 0;
}

.top-about ul.about-list .about-list-products {
    padding-left: 0;
    height: 494px;
}

.top-about ul.about-list .about-list-products a.label {
    top: 429px;
}

.top-about ul.about-list .about-list-see-locations {
    height: 110px;
    background-color: #e5e5e5;
    position: relative;
}

.top-about ul.about-list .about-list-see-locations .description {
    font-size: 110%;
    display: block;
    margin: 15px 0 0 40px;
    line-height: 2em;
}

.top-about ul.about-list .about-list-see-locations .description strong {
    font-size: 210%;
    font-weight: normal;
}

.top-about ul.about-list .about-list-see-locations a.image,
.top-about ul.about-list .about-list-see-locations a.label {
    display: none;
}

.top-about ul.about-list .about-list-see-locations .btn-see-locations {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    padding: 10px 60px;
}

/* for debug */
hr {
    clear: both;
}

h2.pre {
    background-color: #FFEE55;
}

/* for debug */
ul.bread-crumb {
    font-size: 81.25%;
    margin: 20px 0 30px;
}

ul.bread-crumb li {
    display: inline;
    margin-left: 10px;
}

ul.bread-crumb li a {
    text-decoration: underline;
}

ul.bread-crumb li a:after {
    content: url("/etc/images/icons/icon_arrow_black_pc.png");
    padding-left: 15px;
}

h1.page-title {
    font-size: 225%;
    position: relative;
}

h1.page-title .text {
    position: absolute;
    text-align: right;
    bottom: 15px;
    right: 20px;
}

h1.page-title-s {
    font-size: 225%;
    font-weight: bold;
    padding: 0 10px 30px;
}

h2.page-title-a {
    font-size: 150%;
    border-left: 3px solid #333333;
    padding-left: 15px;
    line-height: 1.5em;
}

h2.page-title-a .h-subtitle {
    font-size: 87.5%;
    font-weight: normal;
    margin: 0;
    display: block;
}

h2.page-title-a.top .h-subtitle {
    margin-top: 15px;
}

h2.page-title-a.bottom .h-subtitle {
    margin-bottom: 15px;
}

h3.page-title-b {
    font-size: 112.5%;
    background-color: #f5f5f5;
    padding: 14px 20px;
}

h4.page-title-c {
    font-size: 112.5%;
    border-top: 1px solid #333333;
    padding: 20px 10px;
    font-weight: normal;
    margin-bottom: 10px;
}

ul.sns-list {
    text-align: right;
    margin: 0 0 30px;
}

ul.sns-list li {
    display: inline-block;
    margin-left: 24px;
}

ul.sns-list li a {
    width: 31px;
    height: 31px;
    display: block;
}

ul.sns-list li a img {
    width: 31px;
    height: 31px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

ul.sns-list li.x a {
    background: url("/etc/images/detail/icon_x-logo_darkgray.svg") no-repeat right top;
    background-size: 26px 26px;
}

ul.sns-list li.x a:hover {
    background: url("/etc/images/detail/icon_x-logo_red.svg") no-repeat right top;
    background-size: 26px 26px;
}

ul.sns-list li.x a img {
    width: 26px;
    height: 26px;
}

ul.sns-list li.x a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

ul.sns-list li.fb a {
    background: url("/etc/images/detail/icon_fb_pc_on.png") no-repeat 50% 50%;
}

ul.sns-list li.fb a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

ul.sns-list li.google a {
    background: url("/etc/images/detail/icon_google_pc_on.png") no-repeat 0% 50%;
}

ul.sns-list li.google a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

ul.sns-list li.tumblr a {
    background: url("/etc/images/detail/icon_tumblr_pc_on.png") no-repeat 50% 50%;
}

ul.sns-list li.tumblr a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

@-webkit-keyframes 'fade' {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes 'fade' {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

ul.anchor-link {
    border: 1px solid #333333;
    overflow: hidden;
    padding: 10px 50px;
    list-style: none;
    margin-bottom: 30px;
}

ul.anchor-link li {
    font-size: 106.25%;
    float: left;
    white-space: nowrap;
    margin-right: 50px;
    line-height: 2em;
}

ul.anchor-link li:before {
    content: "▼";
}

ul.anchor-link li:hover {
    color: red;
}

ul.bnr-list {
    overflow: hidden;
    list-style: none;
    margin-bottom: 20px;
}

ul.bnr-list li {
    margin: 0 10px 10px 0;
    float: left;
}

.topics-link,
.topics-link-list,
.topics-link-text {
    margin-bottom: 20px;
}

.topics-link a:hover .label,
.topics-link-list a:hover .label,
.topics-link-text a:hover .label {
    color: white;
    background-color: red;
}

.topics-link a:hover .label.arrow,
.topics-link-list a:hover .label.arrow,
.topics-link-text a:hover .label.arrow {
    background-image: url("/etc/images/icons/icon_arrow_white_pc.png");
    color: white;
    background-color: red;
}

.topics-link a:hover .label.dark.arrow,
.topics-link-list a:hover .label.dark.arrow,
.topics-link-text a:hover .label.dark.arrow {
    color: white;
    background-color: red;
}

.topics-link a:hover img,
.topics-link-list a:hover img,
.topics-link-text a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.topics-link .label,
.topics-link-list .label,
.topics-link-text .label {
    background-color: #e5e5e5;
    margin: 0;
    padding: 10px 30px;
    font-weight: bold;
}

.topics-link .label.arrow,
.topics-link-list .label.arrow,
.topics-link-text .label.arrow {
    background-image: url("/etc/images/icons/icon_arrow_black_pc.png");
    background-repeat: no-repeat;
    background-position: 32px 15px;
    padding-left: 46px;
}

.topics-link .label.dark.arrow,
.topics-link-list .label.dark.arrow,
.topics-link-text .label.dark.arrow {
    background-color: #333333;
    background-image: url("/etc/images/icons/icon_arrow_white_pc.png");
    background-repeat: no-repeat;
    color: white;
}

.topics-link li,
.topics-link-list li,
.topics-link-text li {
    list-style: none;
}

.topics-link a {
    display: block;
}

.topics-link-list .topics-content.in-box {
    position: relative;
}

.topics-link-list .topics-content.in-box p.h-link-list {
    background-color: #e5e5e5;
    padding: 10px 30px;
    margin: 0;
}

.topics-link-list .topics-content.in-box ul {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.topics-link-list .topics-content.in-box ul li {
    margin-top: 1px;
    background-color: #e5e5e5;
    background-image: url("/etc/images/icons/icon_arrow_black_pc.png");
    background-repeat: no-repeat;
    background-position: 32px 15px;
    padding-left: 46px;
}

.topics-link-list .topics-content.in-box ul li a {
    padding: 10px 0;
    display: block;
}

.topics-link-list .topics-content.over-box {
    position: relative;
    padding-top: 88px;
}

.topics-link-list .topics-content.over-box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.topics-link-list .topics-content.over-box p.h-link-list {
    background-color: #e5e5e5;
    padding: 10px 30px;
    margin: 0;
}

.topics-link-list .topics-content.over-box ul {
    width: 100%;
}

.topics-link-list .topics-content.over-box ul li {
    margin-top: 1px;
    background-color: #e5e5e5;
    background-image: url("/etc/images/icons/icon_arrow_black_pc.png");
    background-repeat: no-repeat;
    background-position: 32px 15px;
    padding-left: 46px;
}

.topics-link-list .topics-content.over-box ul li a {
    padding: 10px 0px;
    display: block;
}

.topics-text {
    margin-bottom: 20px;
}

.topics-text dl {
    margin: 0;
    border: 1px solid #333333;
}

.topics-text dl dt {
    font-size: 112.5%;
    padding: 15px 10px;
    border-bottom: 1px solid #333333;
    font-weight: bold;
}

.topics-text dl dt a {
    text-decoration: underline;
}

.topics-text dl dt p {
    font-size: 81.25%;
    font-weight: normal;
    margin: 0;
}

.topics-text dl dd {
    font-size: 87.5%;
    padding: 15px 10px;
    margin: 0;
}

.topics-text-image {
    margin-bottom: 20px;
}

.topics-text-image .label,
.topics-text-list .label {
    padding: 10px 10px 10px 25px;
    margin-top: 0px;
}

.topics-text-image .label.dark,
.topics-text-list .label.dark {
    color: white;
    background-color: #333333;
}

.topics-text-image .label.light,
.topics-text-list .label.light {
    color: #333333;
    background-color: #e3e3e3;
}

.topics-text-image .text-content,
.topics-text-list .text-content {
    overflow: hidden;
}

.topics-text-image .text-content.image-right img {
    float: right;
    margin-left: 10px;
}

.topics-text-image .text-content.image-right p.text {
    margin: 0 -10px 0 0;
}

.topics-text-image .text-content.image-left img {
    float: left;
    margin-right: 10px;
}

.topics-text-image .text-content.image-left p.text {
    margin: 0 0 0 -10px;
    padding-left: 20px;
}

.topics-text-image a:hover .label {
    color: white;
    background-color: red;
}

.topics-text-image a:hover .label.light span {
    background-position: -65px -245px;
}

.topics-text-image a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.topics-text-list .text {
    padding: 0 10px;
    font-size: 87.5%;
}

.topics-text-list .text li {
    line-height: 1.5em;
    margin: 0 0 0.75em;
    padding: 0 0 0 10px;
    background: url(/etc/images/icons/icon_arrow_gray_pc.png) no-repeat 0 4px;
}

.download-content {
    border: 1px solid #818181;
    padding: 30px 0 30px 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.download-content .image {
    float: left;
    margin: 0;
    margin-right: 20px;
}

.download-content a {
    text-decoration: underline;
}

.download-content.noframe {
    border: none;
    padding: 0;
}

.download-content .download-list .title-download-list {
    font-size: 130%;
    font-weight: bold;
    margin: 0 0 10px;
}

.download-content .download-list .h-download-list {
    font-size: 112.5%;
    font-weight: bold;
    margin: 0 0 10px;
}

.download-content .download-list ul {
    list-style: none;
    /*  padding-left: 30px;*/
}

.download-content .download-list ul li {
    margin-bottom: 10px;
}

p.h-strong {
    display: inline-block;
    border: 2px solid #333333;
    text-align: center;
    padding: 0 40px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
}

a.link-arrow {
    background: url("/etc/images/icons/icon_arrow_gray_pc.png") no-repeat 0 50%;
    padding-left: 10px;
    text-decoration: underline;
}

a.link-arrow-b {
    background: url("/etc/images/icons/icon_arrow_gray_pc.png") no-repeat 0 50%;
    padding-left: 10px;
    text-decoration: none;
}

a.link-arrow:hover,
a.link-arrow-b:hover {
    background: url("/etc/images/icons/icon_arrow_gray_pc_red.png") no-repeat 0 50%;
}

a.link-blank {
    background: url("/etc/images/icons/icon_external_link.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

a.link-blank-b {
    background: url("/etc/images/icons/icon_external_link.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: none;
}

a.link-blank:hover,
a.link-blank-b:hover {
    background: url("/etc/images/icons/icon_external_link_red.png") no-repeat 100% 50%;
}



.link-blank-icnonly {
    background: url("/etc/images/icons/icon_external_link_gray.png") 100% 50% no-repeat;
    padding-right: 20px;
    text-decoration: none;
    display: inline-block;
}

.link-blank-icnonly:hover {
    background: url("/etc/images/icons/icon_external_link_red.png") 100% 50% no-repeat;
}

.header #products-motorcycle-tires .link-blank-icnonly {
    background: url("/etc/images/icons/icon_external_link.png") 70% 50% no-repeat;
}

.header #products-motorcycle-tires .link-blank-icnonly:hover {
    background: url("/etc/images/icons/icon_external_link_red.png") 70% 50% no-repeat;
}

.header #responsibilities-csr .link-blank-icnonly {
    background: url("/etc/images/icons/icon_external_link.png") 72% 50% no-repeat;
}

.header #responsibilities-csr .link-blank-icnonly:hover {
    background: url("/etc/images/icons/icon_external_link_red.png") 72% 50% no-repeat;
}



a.link-category {
    background: url("/etc/images/icons/icon_other_category_link_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

a.link-category-b {
    background: url("/etc/images/icons/icon_other_category_link_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: none;
}

a.link-category:hover,
a.link-category-b:hover {
    background: url("/etc/images/icons/icon_other_category_link_pc_red.png") no-repeat 100% 50%;
}

a.link-pdf {
    background: url("/etc/images/icons/icon_pdf_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}
#ir-top a.link-pdf {
  text-decoration: none;
}

a.link-pdf-b {
    background: url("/etc/images/icons/icon_pdf_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: none;
}

a.link-pdf:hover,
a.link-pdf-b:hover {
    background: url("/etc/images/icons/icon_pdf_pc_red.png") no-repeat 100% 50%;
}

a.link-rss {
    background: url("/etc/images/icons/icon_rss_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

a.link-rss-b {
    background: url("/etc/images/icons/icon_rss_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: none;
}

a.link-rss:hover,
a.link-rss-b:hover {
    background: url("/etc/images/icons/icon_rss_pc_red.png") no-repeat 100% 50%;
}

a.link-voice {
    background: url("/etc/images/icons/icon_voice_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

a.link-voice-b {
    background: url("/etc/images/icons/icon_voice_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: none;
}

a.link-voice:hover,
a.link-voice-b:hover {
    background: url("/etc/images/icons/icon_voice_pc_red.png") no-repeat 100% 50%;
}


a.link-mail {
    background: url("/etc/images/icons/icon_mail_pc.png") no-repeat 0% 50%;
    padding-left: 36px;
}

a.link-mail:hover {
    background: url("/etc/images/icons/icon_mail_pc_red.png") no-repeat 0% 50%;
}

a.btn-view-all,
a.btn-back {
    display: inline-block;
    padding-right: 1.5em;
    width: 16.3em;
    height: 2.4em;
    line-height: 2.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background-color: #333333;
    text-align: center;
}

a.btn-view-all:hover,
a.btn-back:hover {
    background-color: red;
}

a.btn-learn-more,
a.btn-find-out-more {
    display: inline-block;
    padding-right: 0.5em;
    width: 16.3em;
    height: 2.4em;
    line-height: 2.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background-color: #a3a8b5;
    text-align: center;
}

a.btn-learn-more:hover,
a.btn-find-out-more:hover {
    background-color: red;
}

a.btn-image-link {
    display: inline-block;
    padding-right: 1.5em;
    width: 16.3em;
    height: 2.4em;
    line-height: 2.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    background-color: white;
    border: 1px solid #333333;
    text-align: center;
}

a.btn-image-link:hover {
    background-color: #333333;
    color: white;
}

a.btn-image-link:hover span.icon {
    background-position: -65px -245px;
}

a.btn-large {
    font-size: 143.75%;
    font-weight: bold;
    display: inline-block;
    padding: 0 4em 0 2em;
    height: 2.4em;
    line-height: 2.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background-color: #333333;
    margin-bottom: 30px;
}

a.btn-large span.icon {
    margin-right: 1em;
}

a.btn-large:hover {
    background-color: red;
}

span.icon-new {
    display: inline-block;
    background-color: red;
    color: white;
    width: 6em;
    height: 2em;
    line-height: 2em;
    text-align: center;
}

.title-news {
    font-size: 150%;
    background-color: #333333;
    color: white;
    font-weight: bold;
    padding: 25px;
}

.title-news .subtitle {
    font-size: 62.5%;
    font-weight: normal;
    margin: 10px 0 0;
}

.date-news {
    text-align: right;
    margin: 15px 0;
}

.column-gray {
    font-size: 150%;
    background-color: #818181;
    color: white;
    font-weight: bold;
    padding: 25px;
    margin-bottom: 40px;
}

.column-gray .subtitle {
    font-size: 62.5%;
    font-weight: normal;
    margin: 10px 0 0;
}

.column {
    border: 1px solid #333333;
    margin-bottom: 40px;
}

.column .title {
    font-size: 100%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: 20px 30px;
    margin: 0;
}

.column .column-body {
    padding: 0px 30px;
    overflow: hidden;
}

.column .column-body .contact-left {
    float: left;
    width: 600px;
}

.column .column-body .contact-right {
    width: 215px;
    padding: 15px 0 5px 610px;
}

.column .column-body .contact-right .btn {
    padding: 15px;
}

.column.caution {
    border: 1px solid red;
}

.column.caution .title {
    color: red;
    border-bottom: 1px solid red;
}

.indent-01 {
    padding-left: 2em;
}

.indent-02 {
    padding-left: 4em;
}

span.indent-01,
span.indent-02 {
    display: inline-block;
}

.text-bold {
    font-weight: bold;
}

.text-small {
    font-size: 87.5%;
}

.text-lead {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0.5em;
}

.text-note {
    font-size: 87.5%;
    text-indent: -0.4em;
    padding-left: 4px;
}

ul.list-normal {
    font-size: 87.5%;
    margin: 0 0 30px 1.3em;
}

ul.list-normal li {
    line-height: 1.0em;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 0.75em;
}

ol.list-normal {
    padding-left: 0;
    list-style: none;
    counter-reset: notes;
    margin: 0 0 30px 1.3em;
    font-size: 87.5%;
}

ol.list-normal li {
    line-height: 1.5em;
    text-indent: -1.3em;
    margin-bottom: 0.75em;
}

ol.list-normal li:before {
    counter-increment: notes;
    content: counter(notes) ".";
    font-weight: bold;
    padding-right: 5px;
    font-size: 112.5%;
}

ol.list-note {
    padding-left: 0;
    list-style: none;
    counter-reset: notes;
    margin: 0 0 30px 1.3em;
    font-size: 87.5%;
}

ol.list-note li {
    line-height: 1.5em;
    text-indent: -1.3em;
    margin-bottom: 0.75em;
}

ol.list-note li:before {
    counter-increment: notes;
    content: "*"counter(notes);
    padding-right: 5px;
}

hr.line-dash {
    border: 0;
    border-bottom: 1px dashed #a3a8b5;
    margin: 25px 0;
}

hr.line-normal {
    border: 0;
    border-bottom: 1px solid #333333;
    margin: 25px 0;
}

dl.profile-box {
    display: table;
    border: 1px solid #333333;
    margin-top: 0;
    margin-bottom: 30px;
}

dl.profile-box dt {
    display: table-cell;
    width: 260px;
    vertical-align: middle;
}

dl.profile-box dd {
    display: table-cell;
    border-left: 1px solid #333333;
    vertical-align: middle;
    padding: 20px;
    line-height: 1.5em;
}

table.table-normal {
    width: 870px;
    border: 1px solid #333333;
}

table.table-normal th {
    background-color: #858585;
    border: 1px solid #333333;
    color: white;
    font-weight: normal;
    text-align: center;
    padding: 10px;
}

table.table-normal td {
    border: 1px solid #333333;
    padding: 10px;
    vertical-align: top;
}

table.table-normal .dark {
    background-color: #333333;
    color: white;
    border-bottom: 1px solid white;
}

table.table-normal .dark-light,
table.table-normal .dark-light-last {
    background-color: #cccccc;
    color: #333333;
    border-bottom: 1px solid white;
}

table.table-normal .title-cell {
    text-align: left;
    padding-left: 30px;
    width: 20%;
}

table.no-border {
    border: none;
}

table.no-border th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 6px 10px;
}

table.no-border td {
    vertical-align: top;
    padding: 6px 10px;
}


.table-normal span {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 5px 0 5px 0;
}





.article {
    margin-top: 0px;
    margin-bottom: 30px;
}

.article .article-text {
    padding-left: 10px;
    font-size: 112.5%;
}

.article .image-wide {
    margin: 1.5em auto;
}

.article .image-wide p {
    margin: 5px 10px;
    font-size: 87.5%;
}

.article .image-right {
    float: right;
    margin-top: 1.5em;
    margin-left: 30px;
    padding-bottom: 20px;
}

.article .image-right p {
    margin: 5px 10px;
    font-size: 87.5%;
}

.article .image-left {
    float: left;
    margin-top: 1.5em;
    margin-right: 30px;
    padding-bottom: 20px;
}

.article .image-left p {
    margin: 5px 10px;
    font-size: 87.5%;
}

.article .image-center {
    width: 425px;
    margin: 1.5em auto 0;
}

.article .image-center p {
    margin: 5px 10px;
    font-size: 87.5%;
    text-align: left;
}

.article.bg-shade {
    background-color: #f5f5f5;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
}

.question-list {
    overflow: hidden;
}

.question-list .question {
    overflow: hidden;
    margin-bottom: 30px;
}

.question-list .question .h-question {
    font-size: 93.75%;
    padding-left: 70px;
    margin: 3px;
}

.question-list .question .h-question a {
    text-decoration: underline;
}

.q-and-a {
    border: 1px solid #333333;
    margin-bottom: 40px;
}

.q-and-a .question {
    font-size: 100%;
    border-bottom: 1px solid #333333;
    padding: 20px;
    margin: 0;
}

.q-and-a .question .h-question {
    font-size: 93.75%;
    padding-left: 70px;
    margin: 3px;
}

.q-and-a .answer {
    padding: 0px 20px;
    overflow: hidden;
}

.q-and-a .answer a {
    text-decoration: underline;
}

.q-and-a .answer .image-right {
    float: right;
    margin-left: 30px;
    padding-bottom: 20px;
}

.q-and-a .answer .image {
    text-align: center;
    margin-bottom: 10px;
}

.q-and-a .answer .caption {
    font-size: 87.5%;
    margin-top: 10px;
}

.icon-question {
    font-size: 100%;
    display: inline-block;
    background-color: #333333;
    color: white;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 50px;
    text-align: center;
}

.movie-area {
    margin-bottom: 40px;
    text-align: center;
}

.movie-area .movie-full {
    width: 870px;
    height: 490px;
}

.movie-area-s {
    margin-bottom: 40px;
}

.movie-area-s .movie-half {
    width: 425px;
    height: 240px;
}

.adobe-reader {
    border: 1px solid #818181;
    display: table;
    margin-top: 0;
    margin-bottom: 30px;
}

.adobe-reader dt {
    background-color: white;
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle;
}

.adobe-reader dd {
    padding: 10px 30px;
    background-color: #818181;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

ul.thumbnail-list {
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
}

ul.thumbnail-list li {
    float: left;
    margin: 10px;
}

#lightbox-image {
    background-color: white;
    border: 1px solid #a3a8b5;
    padding: 40px 45px;
    margin: 0 auto;
    text-align: center;
    width: 650px;
}

#lightbox-image .image {
    margin: 0 0 1.5em;
}

#lightbox-image .lightbox-btn-close a {
    font-size: 112.5%;
    border: 1px solid #333333;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
}

#lightbox-image .lightbox-btn-close a:hover {
    border: 1px solid red;
}

#lightbox-image .lightbox-icon-prev {
    float: left;
    margin: 0;
}

#lightbox-image .lightbox-icon-next {
    float: right;
    margin: 0;
}

ul.step-navi {
    text-align: center;
    margin-bottom: 80px;
}

ul.step-navi li {
    display: inline-block;
    background-color: black;
    margin-left: 1px;
}

ul.step-navi li a {
    display: block;
    line-height: 32px;
    height: 32px;
    padding: 0 12px;
    color: white;
}

ul.step-navi li a:hover {
    background-color: red;
}

ul.step-navi li.current {
    background-color: red;
}

.step-simple-navi {
    text-align: center;
    margin-bottom: 80px;
}

.step-simple-navi + .step-navi {
    margin-top: -70px;
}

.step-simple-navi > li {
    display: inline-block;
    background-color: black;
    margin-left: 1px;
}

.step-simple-navi > li > span,
.step-simple-navi > li > a {
    display: block;
    line-height: 32px;
    min-width: 150px;
    height: 32px;
    padding: 0 12px;
    color: white;
}

.step-simple-navi .step-simple-navi__disabled {
    visibility: hidden;
}

.step-simple-navi > li > a:hover {
    background-color: red;
}

ul.footer-bnr-area {
    overflow: hidden;
    list-style: none;
    margin-right: -4px;
    margin-bottom: 10px;
}

ul.footer-bnr-area li {
    float: left;
    margin: 4px;
}

/* side-content */
#side-content {
    padding-left: 20px;
    word-break: break-all;
    word-wrap: break-word;
}

#side-content .h-side-content {
    font-size: 112.5%;
    background-color: #333333;
    color: white;
    padding: 5px 10px;
    margin: 0;
}

#side-content .h-side-content .icon {
    display: none;
}

#side-content .bg-side-content {
    background-color: #f5f5f5;
}

#side-content ul.location-navi {
    font-size: 93.75%;
    list-style-position: inside;
    padding: 20px;
    margin-left: 1em;
}

#side-content ul.location-navi li {
    padding: 5px 0;
    list-style-type: disc;
    text-indent: -1.35em;
    word-break: break-word;
}

#side-content ul.location-navi li ul {
    display: none;
}

#side-content ul.location-navi li.current {
    color: red;
}

#side-content ul.location-navi li.parent-current ul,
#side-content ul.location-navi li.current ul {
    display: block;
}

#side-content ul.location-navi li.current ul li ul {
    display: none;
}

#side-content ul.location-navi li.parent-current ul li ul {
    display: none;
}

#side-content ul.location-navi li.parent-current ul li.current ul {
    display: block;
}

#side-content ul.location-navi li.parent-current ul li.parent-current ul {
    display: block;
}


#side-content ul.location-navi li.current a {
    color: red;
    text-decoration: underline;
}

#side-content ul.location-navi li.current a:hover {
    color: red;
}

#side-content ul.location-navi li.current li {
    color: #535353;
}

#side-content ul.location-navi li.current li a {
    color: #535353;
    text-decoration: none;
}

#side-content ul.location-navi li.current.parent-current,
#side-content ul.location-navi li.current.parent-current a {
    color: #535353;
    text-decoration: none;
}

#side-content ul.location-navi li.current.parent-current li.current {
    color: red;
}

#side-content ul.location-navi li.current.parent-current li.current a {
    color: red;
    text-decoration: underline;
}

#side-content ul.location-navi li.list-arrow {
    list-style: none;
}

#side-content ul.location-navi li.list-arrow:before {
    content: "> ";
}

#side-content ul.location-navi ul {
    margin-left: 30px;
}

#side-content ul.side-bnr-list {
    list-style: none;
}

#side-content ul.side-bnr-list li {
    margin-bottom: 10px;
}

h2.headline-text {
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
}

dl.information-panel {
    border: solid #333333;
    border-width: 1px 1px 1px 3px;
    padding: 10px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    margin-top: 0;
    margin-bottom: 30px;
}

dl.information-panel dt {
    font-size: 112.5%;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    width: 7.8em;
}

dl.information-panel dd {
    font-size: 87.5%;
    display: table-cell;
    vertical-align: middle;
}

dl.information-panel dd a {
    text-decoration: underline;
}

dl.information-panel dd.date {
    border-left: 1px solid #333333;
    padding-left: 1.4em;
    width: 7.1em;
}

dl.category-summary {
    display: table;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin-top: 0;
    margin-bottom: 30px;
}

dl.category-summary dt {
    font-size: 237.5%;
    font-weight: bold;
    width: 9.2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

dl.category-summary dd {
    padding: 48px 54px;
    border-left: 1px dotted #333333;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5em;
}

.sitemap-h-category {
    text-indent: -1.4em;
    padding-left: 1.4em;
    font-size: 150%;
    margin: 1em 0;
}

.sitemap-h-category-second {
    text-indent: -1.4em;
    padding-left: 1.4em;
    font-size: 150%;
    margin-top: 3em;
}

ul.sitemap-list-category li {
    margin-bottom: 1.7em;
    margin-left: 0.7em;
    list-style: none;
}

ul.sitemap-list-category li a {
    text-decoration: underline;
    background: url("/etc/images/icons/icon_arrow_gray_pc.png") no-repeat 0 0.3em;
    padding-left: 1.4em;
}

ul.sitemap-list-category li a:hover {
    background: url("/etc/images/icons/icon_arrow_gray_pc_red.png") no-repeat 0 0.3em;
}

ul.sitemap-list-category li ul {
    margin: 1.7em 0 0;
}

.sitemap-list-category a.link-blank span {
    background: url(/etc/images/icons/icon_external_link.png) no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

.sitemap-list-category a.link-blank:hover span {
    background: url(/etc/images/icons/icon_external_link_red.png) no-repeat 100% 50%;
}

.sitemap-list-category a.link-pdf span {
    background: url(/etc/images/icons/icon_pdf_pc.png) no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

.sitemap-list-category a.link-pdf:hover span {
    background: url(/etc/images/icons/icon_pdf_pc_red.png) no-repeat 100% 50%;
}

.sitemap-list-category a.link-category span {
    background: url("/etc/images/icons/icon_other_category_link_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

.sitemap-list-category a.link-category:hover span {
    background: url(/etc/images/icons/icon_other_category_link_pc_red.png) no-repeat 100% 50%;
}

.sitemap-list-category a.link-rss span {
    background: url("/etc/images/icons/icon_rss_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

.sitemap-list-category a.link-rss:hover span {
    background: url(/etc/images/icons/icon_rss_pc_red.png) no-repeat 100% 50%;
}

.sitemap-list-category a.link-voice span {
    background: url("/etc/images/icons/icon_voice_pc.png") no-repeat 100% 50%;
    padding-right: 20px;
    text-decoration: underline;
}

.sitemap-list-category a.link-voice:hover span {
    background: url(/etc/images/icons/icon_voice_pc_red.png) no-repeat 100% 50%;
}

.tab-panel-wrap {
    margin-top: 0;
    margin-bottom: 30px;
}

.tab-panel-wrap ul.tab-btn li {
    display: inline-block;
    text-align: center;
}

.tab-panel-wrap ul.tab-btn li a {
    border: 1px solid #333333;
    margin-bottom: -1px;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 15px 24px;
    font-weight: bold;
}

.tab-panel-wrap ul.tab-btn li a.active {
    border-bottom: 1px solid white;
    color: red;
    background: url("/etc/images/list/bg_tab_active.png") no-repeat center bottom;
    background-color: white;
}

.tab-panel-wrap ul.tab-btn li a span {
    display: none;
}

.tab-panel-wrap ul.tab-btn li .tab-panel {
    display: none;
}

.tab-panel-wrap ul.tab-btn li .tab-panel.active {
    display: none;
}

.tab-panel-wrap .mobile-tab-panel {
    display: none;
}

.tab-panel-wrap .tab-panel {
    display: none;
}

.tab-panel-wrap .tab-panel.active {
    display: block;
    font-size: 87.5%;
    border: 1px solid #333333;
    padding: 30px 20px;
}

.area-tab-panel-wrap .mobile-area-panel {
    display: none;
}

.area-tab-panel-wrap .area-panel {
    display: none;
}

.area-tab-panel-wrap .area-panel.active {
    display: block;
}

.area-tab-panel-wrap .area-panel .panel-country {
    margin-bottom: 40px;
}

.area-tab-panel-wrap .area-panel .panel-country .h-country {
    font-size: 112.5%;
    font-weight: bold;
    border-left: 5px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 20px;
}


.area-tab-panel-wrap .area-panel .panel-country .h-country span {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 2px 0 2px 0;
}


.area-tab-panel-wrap .area-panel .panel-country .h-detail {
    font-size: 112.5%;
    font-weight: bold;
    padding-left: 20px;
}

.area-tab-panel-wrap .area-panel .panel-country ul {
    padding-left: 40px;
    list-style: none;
}

.area-tab-panel-wrap .area-panel .panel-country ul li {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 5px 0 5px 0;
}

.area-tab-panel-wrap .area-panel .panel-country ul li a {
    text-decoration: underline;
}

.category-tab-panel-wrap {
    margin-bottom: 30px;
}

.category-tab-panel-wrap ul.plants-category {
    list-style: none;
    overflow: hidden;
}

.category-tab-panel-wrap ul.plants-category li {
    padding: 0;
}

.category-tab-panel-wrap ul.plants-category li a {
    font-size: 112.5%;
    font-weight: bold;
    background-color: white;
    border: 1px solid #333333;
    padding: 30px 0;
    text-align: center;
    color: #333333;
    display: block;
}

.category-tab-panel-wrap ul.plants-category li a:hover {
    color: red;
}

.category-tab-panel-wrap ul.plants-category li a.active {
    color: white;
    border: 1px solid #818181;
    background-color: #818181;
}

.category-tab-panel-wrap ul.plants-category li a.active:hover {
    color: white;
}

.category-tab-panel-wrap ul.plants-category li a span {
    display: none;
}

.category-tab-panel-wrap ul.plants-category li.center a {
    border-width: 1px 0;
}

.category-tab-panel-wrap ul.plants-category li .category-panel {
    display: none;
}

.category-tab-panel-wrap ul.plants-category li .category-panel.active {
    display: none;
}

.category-tab-panel-wrap .mobile-category-panel {
    display: none;
}

.category-tab-panel-wrap .category-panel {
    display: none;
}

.category-tab-panel-wrap .category-panel.active {
    display: block;
}

.category-tab-panel-wrap .category-panel ul.area-list {
    background-color: #818181;
    padding: 22px 0;
    overflow: hidden;
}

.category-tab-panel-wrap .category-panel ul.area-list li {
    font-size: 87.5%;
    display: inline-block;
    width: 140px;
    text-align: center;
    border-right: 1px solid white;
}

.category-tab-panel-wrap .category-panel ul.area-list li a {
    color: white;
    padding: 4px 6px;
    width: 100%;
}

.category-tab-panel-wrap .category-panel ul.area-list li a.active {
    text-decoration: underline;
    background-color: #666666;
}

.category-tab-panel-wrap .category-panel .category-area-panel {
    display: none;
}

.category-tab-panel-wrap .category-panel .category-area-panel.active {
    display: block;
}

.category-tab-panel-wrap .category-panel .category-area-panel .panel-country {
    margin-bottom: 40px;
}

.category-tab-panel-wrap .category-panel .category-area-panel .panel-country .h-country {
    font-size: 112.5%;
    font-weight: bold;
    border-left: 5px solid #333;
    border-bottom: 1px solid #333;
    padding: 10px 20px;
}



.category-tab-panel-wrap .category-panel .category-area-panel .panel-country .h-country span {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 5px 0 5px 0;
}



.category-tab-panel-wrap .category-panel .category-area-panel .panel-country .h-detail {
    font-size: 112.5%;
    font-weight: bold;
    padding-left: 20px;
}

.category-tab-panel-wrap .category-panel .category-area-panel .panel-country ul {
    padding-left: 40px;
    list-style: none;
}

.category-tab-panel-wrap .category-panel .category-area-panel .panel-country ul li {
    margin-bottom: 10px;
}

.category-tab-panel-wrap .category-panel .category-area-panel .panel-country ul li a {
    text-decoration: underline;
}

ul.area-nav-link {
    font-size: 87.5%;
    border-left: 1px solid #333333;
    margin-bottom: 20px;
    overflow: hidden;
}

ul.area-nav-link li {
    display: inline-block;
    width: 145px;
    border-right: 1px solid #333333;
    text-align: center;
}

ul.area-nav-link li a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    color: #333333;
    text-decoration: underline;
}

ul.area-nav-link li a span {
    display: none;
}

ul.area-nav-link li a.active {
    color: red;
    text-decoration: none;
}

ul.area-nav-link li a:hover {
    color: red;
}

ul.area-nav-link li .area-panel {
    display: none;
}

ul.area-nav-link li .area-panel.active {
    display: none;
}

ul.products-list {
    overflow: hidden;
}

ul.products-list li {
    list-style: none;
    margin-bottom: 2.8em;
}

ul.products-list li a dl {
    margin: 0;
    position: relative;
    min-height: 160px;
}

ul.products-list li a dl dt {
    font-size: 206.25%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: 5px 60px 5px 10px;
    margin-left: 145px;
}

ul.products-list li a dl dt span {
    background: url("/etc/images/icons/icon_down_red_pc.png") no-repeat right center;
    padding-right: 30px;
    display: inline-block;
}

ul.products-list li a dl dd {
    font-size: 87.5%;
    margin: 0;
    padding: 0.7em;
    line-height: 1.5em;
    margin-left: 145px;
}

ul.products-list li a dl dd.image {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

ul.products-list li a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.event-information {
    margin-bottom: 2.2em;
    overflow: hidden;
}

.event-information a .image {
    float: left;
    margin: 0;
}

.event-information a .text {
    font-size: 150%;
}

.event-information a .text p {
    padding-left: 10px;
    margin: 0.5em 0;
}

.event-information a .text .info {
    font-size: 62.5%;
    margin: 0;
}

.event-information a .text .btn {
    font-size: 62.5%;
    display: block;
    text-align: center;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    margin: 2.5em 0.8em;
    color: white;
    background-color: #333333;
}

.event-information a .text span.icon-open {
    background-color: red;
    font-size: 75%;
    color: white;
    font-weight: bold;
    width: 110px;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    display: block;
    margin-bottom: 1.5em;
}

.event-information a .text span.icon-open span.icon-baloon {
    display: inline-block;
    width: 110px;
    height: 8px;
    background: url("/etc/images/list/baloon_open.png") no-repeat 50% 0;
    float: left;
}

.event-information a .text span.icon-close {
    background-color: #999999;
    font-size: 75%;
    color: white;
    font-weight: bold;
    width: 110px;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    display: block;
    margin-bottom: 1.5em;
}

.event-information a .text span.icon-close span.icon-baloon {
    display: inline-block;
    width: 110px;
    height: 8px;
    background: url("/etc/images/list/baloon_close.png") no-repeat 50% 0;
    float: left;
}

.event-information a:hover .btn {
    color: white;
    background-color: red;
}

.event-information a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.image-link,
.image-link-s {
    font-size: 150%;
    font-weight: bold;
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 375px;
    width: 570px;
    margin-bottom: 27px;
}

.image-link a,
.image-link-s a {
    color: white;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.image-link a img,
.image-link-s a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.image-link a span.icon,
.image-link a span.icon-sprite,
.image-link-s a span.icon,
.image-link-s a span.icon-sprite {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.image-link a .label,
.image-link-s a .label {
    background: #333333;
    color: white;
    padding: 20px 10px;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

.image-link a:hover .label,
.image-link-s a:hover .label {
    background: red;
}

.image-link a:hover img,
.image-link-s a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.image-link-s {
    font-size: 112.5%;
    height: 185px;
    width: 280px;
}

.image-link-s a span.icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.image-link-s a .label {
    text-align: left;
}

.link-set {
    border: 1px solid #333333;
    margin-bottom: 40px;
}

.link-set .title {
    font-size: 100%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: 20px 30px;
    margin: 0;
}

.link-set .title a {
    color: #333333;
    text-decoration: underline;
}

.link-set .title a:hover {
    color: red;
}

.link-set .title a:hover span {
    background-position: -35px -18px;
}

.link-set .link-set-body {
    padding: 0px 30px;
    overflow: hidden;
}

a.border {
    text-decoration: underline;
}

.ir-info-list {
    display: table;
    margin-bottom: 100px;
}

.ir-info-list li {
    margin-bottom: 0.5em;
}

.ir-info-list li a p {
    display: table-cell;
}

.ir-info-list li a .label {
    font-size: 100%;
    background-color: #333333;
    color: white;
    width: 17.5em;
    text-align: center;
    vertical-align: middle;
    height: 1.75em;
    line-height: 1.75em;
    text-decoration: none;
}

.ir-info-list li a .date {
    width: 8.6em;
    padding-left: 2.85em;
    text-decoration: none;
}

.ir-info-list li a .title {
    text-decoration: underline;
}

.ir-info-list li a:hover .label {
    background-color: red;
}

.btn-link {
    text-align: right;
}

.btn-link a {
    text-align: left;
}

.list-main-visual {
    position: relative;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    max-width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel ul {
    width: 10000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel ul li {
    float: left;
    width: 1200px;
    height: 400px;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel ul li img {
    width: 1200px;
    height: 400px;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic {
    position: absolute;
    top: 140px;
    left: 90px;
    width: 1020px;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic p {
    font-size: 237.5%;
    margin: 15px 0;
    font-weight: bold;
    line-height: 1em;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic p span {
    font-size: 62.5%;
    font-weight: normal;
    margin-top: 10px;
    display: inline-block;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .btn-top-main-visual {
    font-size: 87.5%;
    opacity: 1;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    color: #333333;
    background-color: white;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .btn-top-main-visual:hover {
    color: white;
    background-color: #333333;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control {
    position: absolute;
    display: block;
    color: white;
    background-color: red;
    padding: 10px;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control:hover {
    color: white;
    background-color: #333333;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-left {
    top: 185px;
    left: 30px;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-right {
    top: 185px;
    right: 30px;
}

.list-main-visual .top-main-visual-top .top-main-visual-carousel-text {
    display: none;
}

.list-main-visual .top-main-visual-carousel-navigation {
    text-align: center;
    padding: 10px 0;
}

.list-main-visual .top-main-visual-carousel-navigation ul {
    display: block;
}

.list-main-visual .top-main-visual-carousel-navigation ul li {
    display: inline-block;
}

.list-main-visual .top-main-visual-carousel-navigation ul li.active a {
    color: red;
    background-color: transparent;
}

#simplemodal-overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.7 !important;
    background-color: #000;
    width: 100% !important;
}


.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic {
    opacity: 1;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    z-index: 3;
    height: auto;
    width: 1160px;
}

.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic p a {
    display: block;
    color: #fff;
    /*font-size: 93px;*/
    font-size: 75px;
    text-shadow: 0px 0px 30px #000;
    line-height: 1em;
    vertical-align: bottom;
    text-align: left;
}

.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .top-main-visual-topic-bg {
    padding: 0;
}

.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .top-main-visual-topic-bg {
    background: none;
}

.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .top-main-visual-topic-bg p {
    line-height: normal;
    font-size: 320%;
    font-weight: bold;
}

.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .top-main-visual-topic-bg p span {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 15px 0 0;
    text-shadow: 0 0 5px #000, 0px 0px 10px #000;
    line-height: 1.6em;
    vertical-align: bottom;
    text-align: left;
}

.comprehensive-top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .top-main-visual-topic .top-main-visual-topic-bg .next-btn {
    font-size: 30%;
    position: static;
    margin: 25px 0 0;
    font-weight: normal;
    text-shadow: none;
    line-height: 40px;
}

.comprehensive-top-main-visual .top-main-visual-carousel-text2 {
    color: #333333;
}

.comprehensive-top-see-more {
    width: 1160px;
    overflow: hidden;
    margin: 10px auto 0;
}

.comprehensive-top-see-more a {
    float: right;
    width: 228px;
}

.comprehensive-top-see-more a span {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url(/etc/images/icons/icon_arrow_white_pc.png) no-repeat 0 50%;
}

.comprehensive-top-location-list li li {
    float: left;
    width: 386px;
}

.not-found-search input[type="text"] {
    width: 50%;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #333333;
}

.not-found-search input[type="image"] {
    vertical-align: middle;
}

.not-found-list a.link-blank {
    text-decoration: none;
}

/* careers */
.sp-top-welcome-careers {
    display: none;
}

/* mod-accordion */
.top-welcome .mod-accordion-head.top-margin {
    margin-top: 13px;
}

.shadow-cover {
    width: 100%;
    height: 600px;
    background: url(/etc/images/top/shadow-cover.png);
    position: absolute;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-left {
    top: 230px;
    left: 0;
    z-index: 3;
    padding: 0;
    background: rgba(0, 0, 0, .6);
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-left:hover {
    background: rgba(0, 0, 0, .8);
}

#top .top-main-visual-container .carousel-control-left span {
    width: 45px;
    height: 120px;
    background: url(/etc/images/icons/icon_arrow_top_left.png) no-repeat center center;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-right {
    top: 230px;
    right: 0;
    z-index: 3;
    padding: 0;
    background: rgba(0, 0, 0, .6);
}

.top-main-visual .top-main-visual-top .top-main-visual-carousel .top-main-visual-container .carousel-control-right:hover {
    background: rgba(0, 0, 0, .8);
}

#top .top-main-visual-container .carousel-control-right span {
    width: 45px;
    background-color: none;
    height: 120px;
    background: url(/etc/images/icons/icon_arrow_top_right.png) no-repeat center center;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

.sp {
    display: none;
}

.mobile-menu {
    font-size: 125%;
    display: block;
    background-color: white;
    position: fixed;
    z-index: 1000;
    top: 0 !important;
    right: -315px;
    width: 315px;
    padding-bottom: 20px;
    font-weight: bold;
    min-height: 100%;
}

.mobile-menu.header-fixed {
    top: 90px;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu .mobile-menu-container {
    overflow: hidden;
    overflow-y: auto;
    background: #333;
    position: absolute;
}

.mobile-menu .mobile-navigation {
    background: #333;
    width: 315px;
    height: 69px;
    overflow: hidden;
    border-bottom: solid 1px #777;
}

.mobile-menu .mobile-navigation ul {
    float: left;
    list-style-type: none;
    margin: 11px 0 8px;

}

.mobile-menu .mobile-navigation ul li {
    display: inline;
}

.mobile-menu .mobile-navigation ul li.js-mobile-menu a {
    float: right;
    margin: 0;
}

.mobile-menu .mobile-navigation ul li.js-mobile-menu a span {
    background: url("/etc/images/icons/icon_menu_close_gray.png") no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}

.mobile-menu .mobile-navigation ul li a {
    padding: 10px 10px 0;
}

.mobile-menu .mobile-menu-container .brand-list {
    background-position: 95% 8% !important;
}

.mobile-menu #SS_searchSubmit {
    background: url("/etc/images/icons/icon_search_mobile_gray.png") no-repeat;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    margin-top: 5px;
}


#brand-list-cover {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    overflow: hidden;
    margin: 15px 8px;
    width: 285px;
}

#brand-list-cover span {
    display: inline-block;
    float: left;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    width: 141px;
    height: 51px;
}

#brand-list-cover span a {
    padding: 0;
    width: 100%;
    display: block;
}

#brand-list-cover span img {
    position: relative;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 19px 0 17px;
}

#brand-list-cover span img.potenza {
    width: 109px;
    height: auto;
    margin: 0 auto;
}

#brand-list-cover span img.turanza {
    width: 114px;
    height: auto;
    margin: 0 auto;
}

#brand-list-cover span img.dueler {
    width: 109px;
    height: auto;
    margin: 0 auto;
}

#brand-list-cover span img.blizzak {
    width: 111px;
    height: auto;
    margin: 0 auto;
}

#brand-list-cover span img.ecopia {
    width: 91px;
    height: auto;
    margin: 0 auto;
}

.mobile-menu .mobile-menu-close {
    background: url("/etc/images/icons/icon_menu_close_gray.png") no-repeat 93% 50%;
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
    background-color: #333333;
    height: 50px;
    line-height: 50px;
    margin: 0;
}

.mobile-menu .mobile-menu-close a {
    display: block;
    padding-left: 10px;
    color: white;
}

.mobile-menu .mobile-menu-close:hover {
    color: #ff0000;
}

.mobile-menu .mobile-menu-container ul.menu-panel-root > li {
    border-bottom: 1px solid #777;
    background: url("/etc/images/icons/icon_arrow_mobile_gray.png") no-repeat 95% 50%;
    background-color: #333333;
    -webkit-background-size: 11px 10px;
    background-size: 11px 10px;
}

.mobile-menu .mobile-menu-container ul.menu-panel > li {
    border-bottom: 1px solid #777;
    background: url("/etc/images/icons/icon_arrow_mobile_red.png") no-repeat 95% 50%;
    background-color: #333333;
    -webkit-background-size: 10px 15px;
    background-size: 10px 15px;
}

.mobile-menu .mobile-menu-container ul li.current-list {
    background-color: #222222;
}

.mobile-menu .mobile-menu-container ul li.current {
    border-bottom: 1px solid #777;
    background: url("/etc/images/icons/icon_arrow_mobile_red.png") no-repeat 95% 50%;
    background-color: #333333;
    -webkit-background-size: 10px 15px;
    background-size: 10px 15px;
}

.mobile-menu .mobile-menu-container ul li a:hover {
    color: #ff0000;
}

.mobile-menu .mobile-menu-container ul li a {
    display: block;
    font-size: 15px;
    padding: 17px 0 17px 40px;
    color: white;
    font-weight: normal;
}

.mobile-menu .mobile-menu-container ul li a.menu-title {
    font-weight: bold !important;
}

.mobile-menu .mobile-menu-container select {
    display: none;
}

.mobile-menu .mobile-menu-container select {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("/etc/images/icons/icon_open_white.png") no-repeat 100% 50%;
    -webkit-background-size: 38px 50px;
    background-size: 38px 50px;
    background-color: white;
    border: 1px solid #333333;
    margin: 0 20px;
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-indent: 0.5em;
}

.menu-shadow-box {
    width: 11px;
    height: 797px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 5px 0 10px #161616 inset;
    box-shadow: 5px 0 10px #161616 inset;
}

.bg-shadow-box {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: -100;
}

#menu {
    width: 315px;
    margin: 0 auto;
    background: #333;
    position: relative;
}

.sliding-menu {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.sliding-menu ul {
    float: left;
    margin: 0;
    padding: 0;
}

.sliding-menu li {
    list-style: none;
    margin: 0 0;
    padding: 0;
}

.sliding-menu a {
    display: block;
    padding: 1em;
    color: #3366CC;
    text-decoration: none;
}

.sliding-menu a.nav:before {
    float: right;
    margin-left: 1em;
}

.sliding-menu a.back {
    background: #333;
    border-bottom: 1px solid #777777;
    color: #FFF;
    font-size: 12px;
    padding: 18px 0px 18px 39px;
    font-weight: normal;
    background: url("/etc/images/icons/icon_arrow_mobile_gray02.png") no-repeat 5% 50%;
    background-color: #333333;
    -webkit-background-size: 11px 10px;
    background-size: 11px 10px;
}

.sliding-menu a.back:hover {
    color: #ff0000;
}

.sliding-menu a.back:before {
    float: left;
    margin-right: 1em;
}

/* add 2016.11 */
h3.page-title-b-01 {
    font-size: 112.5%;
    line-height: 1.5;
    padding: 5px 0px 0px 120px;
}

.column .title-type02 {
    font-size: 100%;
    font-weight: bold;
    padding: 20px 30px 20px 30px;
    margin: 0;
}

.column .title-type03 {
    font-size: 100%;
    font-weight: bold;
    padding: 0px 30px 10px;
    margin: 0 0 10px 0;
}

.column .title-type03.mb10 {
    margin-bottom: 10px;
}

.column .article {
    margin-bottom: 0px;
}

.column .image-right.mt0 {
    margin-top: 0;
    overflow: hidden;
}

.column .image-right img {
    padding-right: 30px;
    overflow: hidden;
}

.column .column-body p {
    padding-left: 20px 30px;
    overflow: hidden;
}

.column .column-body p.text {
    margin-top: 0;
    padding-left: 0;
    overflow: hidden;
}

table.table-normal .title-cell-01 {
    text-align: left;
    padding-left: 30px;
    width: 50%;
}

.article .article-text.ml0 {
    padding-left: 0px;
}

#side-content .h-side-content.white a {
    color: white;
}

#side-content ul.location-navi li a.current {
    color: red;
    text-decoration: underline;
}

h1.page-title-s span {
    font-size: 16px;
    font-weight: bold;
}

.image-auto {
    text-align: center;
    margin-bottom: 20px;
}

.icon-model {
    font-size: 100%;
    display: inline-block;
    background-color: #333333;
    color: white;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 100px;
    text-align: center;
}

ol.list-note li.m0 {
    margin: 0px;
}

h4.page-title-d {
    font-size: 112.5%;
    border-top: 1px solid #333333;
    padding: 10px 0 0;
    font-weight: normal;
    margin-bottom: 0;
}

ol.list-note li.mb0 {
    margin-bottom: 0;
}

/*-----------------
201906 add
-------------------*/

/*global nav*/

.header .header-container {
    min-width: 1160px;
    max-width: 1366px;
    padding: 0;
    margin: 0 auto;
}

.header .header-container .logo {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-top: 3px;
}

.header .header-container .header-navigation {
    width: auto;
    margin: 16px auto 0;
    float: none;
    position: relative;
    left: 9%;
}

.header .header-container .header-navigation ul li {
    width: auto;
}

.header .header-container .header-navigation ul li a {
    display: inline-block;
    width: auto;
    padding: 0 23px 11px;
    /*border-bottom: 5px solid #fff;*/
    margin-bottom: 0;
}

.header .header-container .header-navigation ul li a:hover {
    border-bottom: 5px solid #f00;
}

.header-navigation-megadrop-about {
    width: 270px;
    height: 300px;
    position: relative;
    float: left;
    background: url(../images/top/bg_about_nav.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    /*display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}

.header-navigation-megadrop-about::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.header-navigation-megadrop-about a {
    display: inline-block;
    color: #fff;
    font-size: 160%;
    position: relative;
    top: 90px;
    z-index: 10;
}

.header .header-container .header-navigation-megadrop {
    width: 1366px;
    box-shadow: 0 3px 5px #ebebeb inset;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

.header .header-container .header-navigation-megadrop a.title {
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    padding: 5px 0 0 0;
    font-size: 120%;
}

.header .header-container .header-navigation-megadrop a.title::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    -webkit-background-size: 225px 770px;
    background-size: 225px 770px;
    background-position: -85px -165px;
}

.header .header-container .header-navigation-megadrop .icon-megadrop {
    margin-right: 3px;
}

.header .header-container .header-navigation-megadrop .megadrop-column {
    height: auto;
}

.header .header-container .header-navigation ul li a:after {
    border-right: none;
}

.header .header-container .header-navigation ul li:first-child a:before {
    border-left: none;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-left,
.header .header-container .header-navigation-megadrop .header-navigation-megadrop-center,
.header .header-container .header-navigation-megadrop .header-navigation-megadrop-right {
    width: 310px;
    margin-right: 10px;
    margin-left: 10px;
}

.header .header-container .header-navigation-megadrop .header-navigation-megadrop-menu {
    width: 1360px;
}

.header-search {
    width: 1160px;
    margin: 0 auto;
    padding: 20px 0;
}

.search-input {
    position: relative;
}

.icon_header-search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.header .global-search {}

.header-btn-search {
    position: relative;
    display: block;
    margin: 20px auto 0;
    background: none;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 160%;
    color: #535353;
}

.header-btn-search::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -30px;
    width: 24px;
    height: 1px;
    background-color: #535353;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-btn-search::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -30px;
    width: 24px;
    height: 1px;
    background-color: #535353;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-icon {
    display: inline-block;
    padding: 0;
    width: 50px;
    height: 50px;
}

.search-icon input {
    width: 22px;
    height: 22px;
    position: relative;
    top: 15px;
    background-image: url(/etc/images/icons/icon_search_mobile_gray.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.search-input input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    border: 0;
    font-size: 1.6rem;
    background-color: #fff;
}

.search-link-region {
    display: inline-block;
    vertical-align: top;
    background-color: #f00;
    height: 50px;
}

.search-link-region a {
    color: #fff;
    display: inline-block;
    padding: 16px 16px 0;
    position: relative;
}

.search-link-region a:hover ::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: #fff;
    top: 45px;
}

.search-link-region .icon-globe {
    background-position: -65px -5px;
}

.header-drop-body {
    background-color: #f5f5f5;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 9999;
}

.container-wide {
    width: 100%;
    max-width: 1366px;
}

#header-navigation-olympic-megadrop,
#header-navigation-regional-megadrop {
    text-align: center;
}

.mobile-menu-container .regional {
    border: 1px solid #fff;
    margin: 1.5em 1em 1em;
}

.mobile-menu .mobile-menu-container .regional a {
    padding: 21px 0 21px 14px;
}

.mobile-menu-container .menu-title .icon-globe {
    background-position: -65px -5px;
    margin-right: 0.5em;
}

.bg-red {
    background-color: #f00;
}

.bd-left-red {
    border-left: 6px solid #f00;
}

.bg-investors {
    background: url(../images/top/bg_investors_nav.jpg) no-repeat;
    background-size: cover;
}

.bg-products {
    background: url(../images/top/bg_products_nav.jpg) no-repeat;
    background-size: cover;
}

.bg-csr {
    background: url(../images/top/bg_csr_nav.jpg) no-repeat;
    background-size: cover;
}

.half {
    display: none !important;
}

/* global nav end */

/* footer */

.footer > .container {
    width: 100%;
}

.footer-container-cover .grd-2-8,
.footer-navigation .grd-8-8 {
    padding-left: 0;
}

.footer-container-cover,
.footer .container {
    background-color: #272727;
}

.footer-container-cover a,
.footer .container a {
    color: #fff;
}

.footer-container-cover a:hover,
.footer .container a:hover {
    color: #f00;
}

.footer .copyright,
.footer .copyright .copyright-container {
    background-color: #000;
}

.footer .footer-navigation {
    width: 1160px;
    margin: 0 auto 50px;
}

.footer .footer-navigation ul li {
    border-right: 1px solid #fff;
    text-align: left;
    width: auto;
    padding: 0 15px;
}

.footer .footer-navigation ul li:first-child {
    padding: 0 15px 0 0;
}

.footer .footer-navigation ul li:last-child {
    border-right: none;
}

/* footer end */
.btn-mv {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.btn-mv a {
    margin: 0 0 0 auto;
    padding: 18px !important;
    width: 200px !important;
    text-align: center;
}

.header {
    height: 50px;
}

/*-------------
201906 end
---------------*/

/*---------------
top-welcom 201908 add
-----------------*/
.top-welcome-area-name {
    font-size: 148%;
}

.fz-145 {
    font-size: 145%;
}

.mr-0 {
    margin-right: 0 !important;
}

.mortorcycle-tires::before {
    background-position: -95px -200px;
}

.top-welcome-ttl {
    position: relative;
}

.top-welcome-ttl::before,
.top-welcome-ttl::after {
    content: "";
    position: absolute;
    border-top: 1px solid #dcdcdc;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 18.5%;
    display: inline-block;
}

.top-welcome-ttl::before {
    left: 100px;
}

.top-welcome-ttl::after {
    right: 100px;
}

.top-welcome-ttl--sca::before,
.top-welcome-ttl--sca::after {
    width: 10%;
}

.top-welcome-ttl--africa::before,
.top-welcome-ttl--africa::after {
    width: 14%;
}

.top-welcome-global-site-wrapper {
    border-top: solid 1px #dcdcdc;
}

.top-welcome-global-site {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 25px 8px;
    position: relative;
    transition: all 0.2s;
}

.top-welcome-global-site:hover .top-welcome-global-site__ttl {
    color: #f00;
}

.top-welcome-global-site:hover .top-welcome-global-site__sml {
    color: #f00;
}

.top-welcome-global-site::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    -webkit-background-size: 225px 770px;
    background-size: 225px 770px;
    background-position: -85px -165px;
}

.top-column__label {
    position: relative;
}

.top-column__label::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    -webkit-background-size: 225px 770px;
    background-size: 225px 770px;
    background-position: -85px -165px;
}

.top-welcome-global-site__inner {
    padding-left: 105px;
}

.top-welcome-global-site__ttl {
    padding: 0 15px 0 0;
    font-size: 20px;
    color: #535353;
    text-align: left;
    position: relative;
}

.top-welcome-global-site__ttl::before {
    content: "";
    position: absolute;
    background: url("/etc/images/icons/icon_bridgestone.png") no-repeat;
    display: inline-block;
    width: 60px;
    height: 54px;
    margin: 0;
    top: 0;
    left: -85px;
}

.top-welcome-global-site__label {
    border: none;
    height: auto;
    margin-top: 10px;
}

.top-welcome-global-site__sml {
    padding: 0;
    font-size: 15px;
    color: #535353;
}

.top-welcome-bnr-container {
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
}

.top-welcome-bnr-container img {
    max-width: 814px;
}

.top-welcome-bnr-container::after {
    width: 440px;
    height: 86px;
    content: "ダミー";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding-top: 40px;
    font-size: xx-large;
}

.mt-2p::after {
    margin-top: 2px !important;
}

.top-welcome-global-site__sp {
    display: none;
}

.other-information__ttl::before {
    background-position: -710px -368px;
    height: 60px;
}

.top-welcome-africa-content {
    width: 130px;
    display: inline-block;
}

.top-welcome-africa-content:first-of-type {
    padding-right: 5px;
}

.top-welcome-africa-content:last-of-type {
    padding-left: 5px;
}

.top-welcome-africa-content__label {
    white-space: normal;
}

.right-3::after {
    right: 3px;
}

/*---------------
top-welcom 201908 end
-----------------*/


.dl_table_title {
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding: 16px;
    font-size: 150%;
    line-height: 1;
}

.dl_table + .dl_table_title {
    margin-top: -1px;
}

.dl_table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    line-height: 1.64;
    margin: 0;
    padding: 0;
}

.dl_table--first {
    border-top: 1px solid #ccc;
}

.dl_table + .dl_table {
    margin-top: 0;
    border-top: none;
}

.dl_table > dt {
    display: table-cell;
    vertical-align: top;
    width: 4em;
    text-align: center;
    padding: 16px;
    background-color: #f5f5f5;
}

.dl_table > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
}

.dl_table > dd p {
    margin: 0;
    font-size: 100%;
}

.dl_table > dd > ol,
.dl_table > dd > ul {
    list-style: none;
    margin: -16px;
    padding: 0;
}

.dl_table > dd > ol > li,
.dl_table > dd > ul > li {
    padding: 16px;
    border-top: 1px #ccc solid;
}

.dl_table > dd > ol > li:first-child,
.dl_table > dd > ul > li:first-child {
    border-top: none;
}

.dl_table_image {
    margin-top: 12px;
    vertical-align: bottom;
    width: 318px;
    max-width: 100%;
    height: auto;
}

.dl_table_image--type2 {
    width: 265px;
}


/*Change link color in news release pages*/
#main-content .article a,
#main-content .article-text a {
    text-decoration: underline;
}

#main-content .article a:hover,
#main-content .article-text a:hover {
    color: #cd2118;
    opacity: 0.7;
}

/* 2020.10 add */
#headerMenuBtn {
    display: none;
}


/* indexSlider01
----------------------------------------------------------------*/
#indexSlider01Wrap {
    background-color: #f2f2f2;
}

#indexSlider01 {
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #f2f2f2;
    background-image: url(/etc/images/ico_loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
    margin-left: auto;
}

#indexSlider01 .sp-slides {
    margin: 0 auto;
    max-width: 1920px !important;
    width: 100%;
    list-style-type: none;
}

#indexSlider01 .sp-slides a {
    display: block;
    height: 100%;
}

#indexSlider01 .sp-slides a .btn {
    display: table;
    width: 160px;
    height: 42px;
    position: absolute;
    right: 36px;
    bottom: 7.8048%;
    margin: 0;
    opacity: 0.85;
    transition: .2s;
}
#indexSlider01 .sp-slides a .btn span {
    display: table-cell;
    padding: 11px 36px 9px 15px;
    text-align: center;
    vertical-align: middle;
    background: #000 url(/etc/images/icon_arrow_3.png) no-repeat 90% center;
    color: #fff;
    font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
    opacity: 0.85;
    transition: .2s;
}

#indexSlider01 .sp-slides a:hover .btn {
    opacity: 1;
}

#indexSlider01 .sp-slides a:hover .btn span {
    opacity: 1;
}

#indexSlider01.init {
    background-image: none;
}

.sp-horizontal .sp-arrows {
    display: inline-flex;
    opacity: .85;
    top: auto;
    left: 0;
    width: auto;
    margin-top: 0;
    box-sizing: border-box;
    transition: opacity .2s ease;
    z-index: 9999;
    padding-left: 36px;
    bottom: 4%;
    opacity: 0;
    visibility: hidden;
}

#indexSlider01:hover .sp-arrows {
    opacity: .85;
    visibility: visible;
}

.sp-horizontal .sp-next-arrow {
    margin-left: 5px;
}

.sp-fade-arrows {
    transition: none;
}

.sp-arrow {
    position: relative;
    width: 32px;
    height: 32px;
    border: solid 1px #cacaca;
    border-radius: 0;
    background-image: url(/etc/images/icon_arrow_2.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center center;
    background-color: #000;
    font-size: 0;
    z-index: 10;
    transition: all ease .2s;
}

.sp-arrow:hover {
    opacity: 1;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow,
.sp-horizontal .sp-previous-arrow {
    left: auto;
    right: auto;
}

.sp-arrow:before,
.sp-arrow:after {
    display: none;
}

.sp-next-arrow {
    transform: rotate(0);
}

.sp-horizontal.sp-rtl .sp-previous-arrow,
.sp-horizontal .sp-previous-arrow {
    transform: rotate(180deg);
}

/* !画像コピー禁止対策
---------------------------------------------------------- */
.noCopy img {
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}
.noCopy img {
	pointer-events: none;
}