@charset "UTF-8";
@media only screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
    max-width: 480px;
    -webkit-text-size-adjust: 100%;
  }

  a {
    -webkit-tap-highlight-color: transparent;
  }

  .container {
    padding: 0 20px;
  }

  .pc-content {
    display: none;
  }

  .table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .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 {
    font-size: 140%;
    display: block;
  }
  .category-list ul.category-content li a {
    display: block;
    margin-bottom: 10px;
  }
  .category-list ul.category-content li a img {
    max-width: 194px;
    margin-left: -10px;
  }
  .category-list ul.category-content li a h3 {
    font-size: 110.0%;
    margin: 10px 0;
  }
  .category-list ul.category-content li a p {
    margin: 0;
  }

  .subcategory-list {
    display: none;
  }

  .site-id {
    display: none;
  }

  .mobile-select-region {
    display: none;
  }

  #top .mobile-select-region {
    display: block;
    border-bottom: 20px solid #333333;
  }
  #top .mobile-select-region.header-fixed {
    margin-bottom: 100px;
  }
  #top .mobile-select-region .container {
    overflow: hidden;
    *zoom: 1;
  }
  #top .mobile-select-region .left {
    float: left;
    width: 60%;
  }
  #top .mobile-select-region .left p {
    font-size: 110.0%;
    display: block;
    margin: 10px 0;
    line-height: 1.5em;
  }
  #top .mobile-select-region .right {
    float: right;
  }
  #top .mobile-select-region .right a.btn-select-region {
    font-size: 133.33333%;
    padding: 10px;
    margin: 20px 0;
  }

  .header {
    overflow: hidden;
    *zoom: 1;
    display: block;
    position: relative;
    overflow: visible;
    width: 480px;
    height: 90px;
    background-color: white;
    z-index: 1000;
    border-bottom: 1px solid #535353;
  }
  .header.header-fixed {
    position: fixed;
    border-bottom: 1px solid #535353;
    top: 0;
    left: 0;
  }
  .header .global-search {
    display: none;
  }
  .header .logo {
    position: absolute;
    left: 5px;
    top: -5px;
  }
  .header .header-navigation {
    display: none;
  }
  .header .header-navigation-megadrop {
    display: none;
  }
  .header .mobile-navigation {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .header .mobile-navigation li {
    display: inline-block;
    padding: 0;
  }
  .header .mobile-navigation li a {
    padding: 10px;
  }

  #top .header {
    border-bottom: none;
  }
  #top .header.header-fixed {
    border-bottom: 1px solid #535353;
  }

  .mobile-search {
    -moz-transition: left 0.25s ease-out;
    -webkit-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    position: fixed;
    z-index: 1001;
    top: 91px;
    left: 480px;
    color: #333333;
    background-color: white;
    width: 480px;
    font-size: 112.5%;
    padding: 2em 0;
    text-align: center;
  }
  .mobile-search.header-fixed {
    top: 90px;
  }
  .mobile-search.open {
    left: 0;
  }
  .mobile-search .search-input {
    display: table;
    margin-left: 1.5em;
    border: 1px solid #333333;
  }
  .mobile-search .search-input input[type="text"] {
    font-size: 143.75%;
    width: 350px;
    padding-left: 8px;
    font-weight: bold;
    height: 2em;
    display: table-cell;
  }
  .mobile-search .search-input span {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
    line-height: 1em;
    border-left: 1px solid #333333;
    height: 2em;
  }
  .mobile-search .search-input input[type="submit"] {
    display: inline-block;
    text-indent: -9999px;
  }

  .mobile-menu {
    -moz-transition: right 0.25s ease-out;
    -webkit-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
    font-size: 125%;
    display: block;
    background-color: white;
    position: fixed;
    z-index: 10;
    right: -400px;
    width: 400px;
    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;
  }
  .mobile-menu .mobile-menu-close {
    background: url("/etc/images/icons/icon_menu_close.png") no-repeat 98% 50%;
    background-size: 24px 24px;
    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 {
    background-color: red;
  }
  .mobile-menu ul {
    margin: 20px 10px;
  }
  .mobile-menu ul li {
    border-bottom: 1px solid white;
    background: url("/etc/images/icons/icon_arrow_mobile_red.png") no-repeat 98% 50%;
    background-color: #333333;
    background-size: 24px 24px;
  }
  .mobile-menu ul li:hover {
    background: url("/etc/images/icons/icon_arrow_mobile_white.png") no-repeat 98% 50%;
    background-color: red;
    background-size: 24px 24px;
  }
  .mobile-menu ul li a {
    display: block;
    padding: 20px;
    color: white;
  }
  .mobile-menu select {
    display: none;
  }

  .mobile-menu select {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("/etc/images/icons/icon_open_white.png") no-repeat 100% 50%;
    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;
  }

  .footer .footer-navigation {
    margin-bottom: 50px;
    overflow: hidden;
    *zoom: 1;
  }
  .footer .footer-navigation ul {
    display: block;
  }
  .footer .footer-navigation ul li {
    font-size: 140%;
    display: block;
    background-color: #f5f5f5;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
  }
  .footer .footer-navigation ul li a {
    display: block;
    padding: 40px 20px;
  }
  .footer .footer-navigation ul li:nth-child(1) {
    border-top: 1px solid #cccccc;
  }
  .footer .footer-navigation ul li:nth-child(2) {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .footer .footer-navigation ul li:nth-child(4) {
    border-right: 1px solid #cccccc;
  }
  .footer .copyright {
    width: 480px;
    color: white;
    background-color: #333333;
    text-align: right;
    padding: 8px 0;
  }
  .footer .copyright p {
    font-size: 120%;
    margin: 0;
    padding-right: 10px;
  }
  .footer .copyright .pc-copyright {
    display: none;
  }

  .lightbox {
    display: none;
  }

  .top-main-visual {
    background-color: #333333;
  }
  .top-main-visual .container {
    width: 480px;
    margin-left: 0;
    margin-right: 0;
  }
  .top-main-visual .top-main-visual-carousel {
    position: relative;
  }
  .top-main-visual .top-main-visual-carousel .top-main-visual-carousel-image {
    overflow: hidden;
  }
  .top-main-visual .top-main-visual-carousel ul {
    position: relative;
    width: 10000px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .top-main-visual .top-main-visual-carousel ul li {
    float: left;
    width: 480px;
    height: 210px;
    margin-right: 500px;
  }
  .top-main-visual .top-main-visual-carousel ul li img {
    width: 750px;
    height: 300px;
    margin-left: 135px;
  }
  .top-main-visual .top-main-visual-carousel .top-main-visual-topic {
    top: 210px;
    width: 480px;
    margin-top: -20px;
    min-height: 100px;
    padding: 20px 0;
    color: white;
    background-color: #707070;
  }
  .top-main-visual .top-main-visual-carousel .top-main-visual-topic p {
    font-size: 146.66667%;
    margin: 10px 20px 40px;
    background-color: #707070;
  }
  .top-main-visual .top-main-visual-carousel .btn-top-main-visual-more {
    font-size: 130%;
    position: absolute;
    bottom: 15px;
    right: 30px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    color: #333333;
    font-weight: bold;
    background-color: white;
  }
  .top-main-visual .top-main-visual-carousel .btn-top-main-visual-more:hover {
    color: white;
    background-color: #333333;
  }
  .top-main-visual .top-main-visual-carousel .carousel-control {
    position: absolute;
    display: block;
    color: white;
    background-color: red;
    padding: 10px;
  }
  .top-main-visual .top-main-visual-carousel .carousel-control:hover {
    color: white;
    background-color: #333333;
  }
  .top-main-visual .top-main-visual-carousel .carousel-control-left {
    top: 110px;
    left: 30px;
  }
  .top-main-visual .top-main-visual-carousel .carousel-control-right {
    top: 110px;
    right: 30px;
  }
  .top-main-visual .top-main-visual-carousel-text,
  .top-main-visual .top-main-visual-carousel-thumbnail,
  .top-main-visual .top-main-visual-carousel-navigation {
    display: none;
  }

  .top-news {
    margin-top: 50px;
  }
  .top-news .top-news-title {
    overflow: hidden;
    *zoom: 1;
  }
  .top-news .top-news-title .top-header-news {
    font-size: 280%;
    float: left;
    margin: 0 0 -10px 0;
  }
  .top-news .top-news-title .mobile-top-news-view-all {
    font-size: 130%;
    float: right;
    margin: 10px 10px 0 0;
  }
  .top-news .top-news-title .mobile-top-news-view-all a.btn-top-news-all {
    padding: 5px 51px;
    margin: 10px 0;
  }
  .top-news .top-news-title .mobile-top-news-view-all a.btn-top-news-rss {
    margin-right: 0;
  }
  .top-news .top-news-content {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .top-news .top-news-content .top-news-column {
    font-size: 150%;
    display: inline-block;
    border-left: 1px solid #535353;
    margin-bottom: 20px;
  }
  .top-news .top-news-content .top-news-column p, .top-news .top-news-content .top-news-column p.link {
    margin: 0.5em 0;
  }
  .top-news .top-news-content .top-news-column a {
    display: block;
    margin-left: 9px;
  }
  .top-news .top-news-content .top-news-column a .text {
    font-weight: bold;
  }
  .top-news .top-news-content .top-news-column:last-child {
    display: none;
  }
  .top-news .top-news-content .top-news-column:hover {
    border-left: 2px solid red;
  }
  .top-news .top-news-content .top-news-column:hover a {
    margin-left: 8px;
  }
  .top-news .top-news-content .link {
    font-style: oblique;
    color: red;
  }
  .top-news .pc-top-news-view-all {
    display: none;
  }
  .top-news a.btn-top-news-all {
    display: inline-block;
    padding: 5px 60px;
  }
  .top-news a.btn-top-news-rss {
    position: relative;
    top: -1px;
    display: inline-block;
    padding: 4px 7px 5px;
  }
  .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;
    background-size: 18px 18px;
    background-position: 0 0;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
  }

  .top-location-map {
    width: 480px;
    background: #d8dae1;
    padding: 20px 0;
  }
  .top-location-map .top-header-location-map,
  .top-location-map .description,
  .top-location-map .location-map {
    display: none;
  }
  .top-location-map .mobile-top-location {
    position: relative;
  }
  .top-location-map .mobile-top-location .mobile-top-header-location {
    font-size: 170%;
    line-height: 1.5em;
    top: 0;
    left: 30px;
    padding-left: 10px;
    margin: 0;
  }
  .top-location-map .mobile-top-location .mobile-top-location-toggle {
    /*display: none;*/
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #333333;
    padding: 10px;
  }
  .top-location-map ul.location-list {
    display: block;
    margin-top: 20px;
  }
  .top-location-map ul.location-list li {
    display: block;
    list-style-type: none;
  }
  .top-location-map ul.location-list ul.location-list-container li a.btn-location-select {
    font-size: 180%;
    display: block;
    font-weight: bold;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 25px;
    display: block;
    margin: 0;
    color: red;
    background-color: white;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
  }
  .top-location-map ul.location-list ul.location-list-container li a.btn-location-select:hover {
    color: white;
    background-color: red;
  }
  .top-location-map ul.location-list ul.location-list-container li a.btn-location-select span.icon {
    margin-right: 1em;
  }

  /**/
  .top-location-map ul.location-list ul.location-list-container li.is-open a.btn-location-select .icon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail-container {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail {
    background-color: #FFFFFF;
    padding: 5px 35px 20px;
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail h4 {
    font-size: 137.5%;
    margin: 10px 0;
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail p.h-detail {
    font-size: 125%;
    margin: 0 0 5px;
    line-height: 1.5em;
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail p {
    font-size: 75%;
    line-height: 2em;
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail ul {
    list-style: none;
    margin-bottom: 25px;
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail ul li {
    font-size: 75%;
    line-height: 2em;
  }
  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail a {
    text-decoration: underline;
  }

  .top-location-map ul.location-list ul.location-list-container li .mobile-location-detail a.link-blank {
    background-size: 10px 12px;
    padding-right: 20px;
  }
  /**/

  .top-about {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top-about .top-header-about {
    font-size: 280%;
    margin: 0.5em 0;
    line-height: 1em;
  }
  .top-about .description {
    font-size: 150%;
    margin: 0;
    line-height: 1.5em;
    background-color: white;
  }
  .top-about ul.about-list {
    margin-top: 20px;
  }
  .top-about ul.about-list li {
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .top-about ul.about-list li .image {
    width: 100%;
    height: auto;
  }
  .top-about ul.about-list li .image img {
    width: 100%;
    max-width: 100%;
    max-height: 260px;
  }
  .top-about ul.about-list li .image-pc {
    display: none;
  }
  .top-about ul.about-list li .label {
    font-size: 150%;
    overflow: hidden;
    *zoom: 1;
    min-width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    color: white;
    background-color: #333333;
    display: inline-block;
    text-align: right;
  }
  .top-about ul.about-list li .label span.icon-arrow {
    float: left;
    margin: 1em 0 1em 0.3em;
    line-height: 3em;
  }
  .top-about ul.about-list li .label span.icon-corner {
    display: none;
  }
  .top-about ul.about-list li .label span.text {
    float: right;
    margin-right: 10px;
  }
  .top-about ul.about-list li .label:hover {
    color: white;
    background-color: red;
  }
  .top-about ul.about-list .about-list-bridgestone .description {
    display: none;
  }
  .top-about ul.about-list .about-list-bridgestone .btn-see-more {
    display: none;
  }
  .top-about ul.about-list .about-list-bridgestone .label {
    display: inline-block;
    width: 100%;
  }
  .top-about ul.about-list .about-list-see-locations .description,
  .top-about ul.about-list .about-list-see-locations .btn-see-locations {
    display: none;
  }

  /* for debug */
  hr {
    clear: both;
  }

  h2.pre {
    background-color: #FFEE55;
  }

  /* for debug */
  ul.bread-crumb {
    display: none;
  }

  h1.page-title {
    font-size: 200%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h1.page-title img {
    width: 100%;
  }
  h1.page-title .text {
    position: absolute;
    text-align: right;
    bottom: 5px;
    right: 10px;
  }

  h1.page-title-s {
    font-size: 200%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h2.page-title-a {
    font-size: 146.66667%;
    border-left: 3px solid #333333;
    padding-left: 15px;
    line-height: 1.5em;
  }
  h2.page-title-a .h-subtitle {
    font-size: 80%;
    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: 146.66667%;
    background-color: #f5f5f5;
    padding: 15px 10px;
  }

  h4.page-title-c {
    font-size: 146.66667%;
    border-top: 1px solid #333333;
    padding: 10px;
    font-weight: normal;
  }

  ul.sns-list {
    text-align: center;
    margin-bottom: 10px;
  }
  ul.sns-list li {
    display: inline-block;
    margin: 15px;
  }
  ul.sns-list li a {
    width: 31px;
    height: 31px;
    display: block;
  }
  ul.sns-list li a img {
    width: 31px;
    height: 31px;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  ul.sns-list li.twitter a {
    background: url("/etc/images/detail/icon_twitter_on.png") no-repeat 0px 50%;
    background-size: 31px 31px;
  }
  ul.sns-list li.twitter 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_on.png") no-repeat 50% 50%;
    background-size: 31px 31px;
  }
  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_on.png") no-repeat 0 50%;
    background-size: 31px 31px;
  }
  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_on.png") no-repeat 50% 50%;
    background-size: 31px 31px;
  }
  ul.sns-list li.tumblr a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  ul.anchor-link {
    border: 1px solid #333333;
    overflow: hidden;
    padding: 10px;
    list-style: none;
    margin-bottom:10px;
  }
  ul.anchor-link li {
    font-size: 146.66667%;
    float: left;
    white-space: nowrap;
    margin-right: 40px;
    padding: 5px 0;
    line-height: 2em;
  }
  ul.anchor-link li:before {
    content: "▼ ";
  }
  ul.anchor-link li:hover {
    color: red;
  }

  ul.bnr-list {
    overflow: hidden;
    list-style: none;
  }
  ul.bnr-list li {
    margin: 0 0 10px 0;
    float: left;
  }
  ul.bnr-list li img {
    width: 220px;
    height: auto;
  }

  .topics-link,
  .topics-link-list,
  .topics-link-text {
    font-size: 146.66667%;
    margin-bottom: 20px;
  }
  .topics-link img,
  .topics-link-list img,
  .topics-link-text img {
    width: 100%;
    height: auto;
  }
  .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;
    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.png");
    background-repeat: no-repeat;
    background-position: 12px 16px;
    background-size: 6px;
    padding-left: 30px;
  }
  .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.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;
    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.png");
    background-repeat: no-repeat;
    background-position: 12px 16px;
    background-size: 6px;
    padding-left: 30px;
  }
  .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 15px;
    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.png");
    background-repeat: no-repeat;
    background-position: 12px 16px;
    background-size: 6px;
    padding-left: 30px;
  }
  .topics-link-list .topics-content.over-box ul li a {
    padding: 10px 10px;
    display: block;
  }

  .topics-text {
    font-size: 146.66667%;
    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,
  .topics-text-list {
    font-size: 146.66667%;
  }
  .topics-text-image .label,
  .topics-text-list .label {
    padding: 10px 10px 10px 25px;
  }
  .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 10px;
  }
  .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: 93.75%;
  }
  .topics-text-list .text li {
    line-height: 1.5em;
    margin: 0 0 0.75em;
    padding: 0 0 0 20px;
    background: url(/etc/images/icons/icon_arrow_gray.png) no-repeat 0 4px;
    background-size: 10px 20px;
  }

  .download-content {
    overflow: hidden;
    margin-bottom:10px;
  }
  .download-content .image img {
    margin: 0;
/*    width: 100%;*/
  }
  .download-content a {
    text-decoration: underline;
  }
  .download-content .download-list .h-download-list {
    font-size: 160%;
    font-weight: bold;
    margin: 35px 0 10px;
  }
  .download-content .download-list ul {
    font-size: 146.66667%;
    list-style: none;
    padding-left: 10px;
  }
  .download-content .download-list ul li {
    margin-bottom: 10px;
  }

  p.h-strong {
    font-size: 146.66667%;
    display: inline-block;
    border: 2px solid #333333;
    text-align: center;
    padding: 10px;
  }

  a.link-arrow {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_arrow_gray.png") no-repeat 0 50%;
    background-size: 10px 20px;
    padding-left: 20px;
    text-decoration: underline;
  }
  a.link-arrow-b {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_arrow_gray.png") no-repeat 0 50%;
    background-size: 10px 20px;
    padding-left: 20px;
    text-decoration: none;
  }
  a.link-arrow:hover,
  a.link-arrow-b:hover {
    background: url("/etc/images/icons/icon_arrow_gray_red.png") no-repeat 0 50%;
  }

  a.link-blank {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_blank.png") no-repeat 100% 50%;
    background-size: 20px 24px;
    padding-right: 40px;
    text-decoration: underline;
  }
  a.link-blank-b {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_blank.png") no-repeat 100% 50%;
    background-size: 20px 24px;
    padding-right: 40px;
    text-decoration: none;
  }
  a.link-blank:hover,
  a.link-blank-b:hover {
    background: url("/etc/images/icons/icon_blank_red.png") no-repeat 100% 50%;
    background-size: 20px 24px;
  }

  a.link-category {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_other_category_link.png") no-repeat 100% 50%;
    background-size: 20px 22px;
    padding-right: 40px;
    text-decoration: underline;
  }
  a.link-category-b {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_other_category_link.png") no-repeat 100% 50%;
    background-size: 20px 22px;
    padding-right: 40px;
    text-decoration: none;
  }
  a.link-category:hover,
  a.link-category-b:hover {
    background: url("/etc/images/icons/icon_other_category_link_red.png") no-repeat 100% 50%;
  }

  a.link-pdf {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_pdf.png") no-repeat 100% 50%;
    background-size: 16px 22px;
    padding-right: 40px;
    text-decoration: underline;
  }
  a.link-pdf-b {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_pdf.png") no-repeat 100% 50%;
    background-size: 16px 22px;
    padding-right: 40px;
    text-decoration: none;
  }
  a.link-pdf:hover,
  a.link-pdf-b:hover {
    background: url("/etc/images/icons/icon_pdf_red.png") no-repeat 100% 50%;
  }

  a.link-rss {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_rss_black.png") no-repeat 100% 50%;
    background-size: 20px 20px;
    padding-right: 40px;
    text-decoration: underline;
  }
  a.link-rss-b {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_rss_black.png") no-repeat 100% 50%;
    background-size: 20px 20px;
    padding-right: 40px;
    text-decoration: none;
  }
  a.link-rss:hover,
  a.link-rss-b:hover {
    background: url("/etc/images/icons/icon_rss_red.png") no-repeat 100% 50%;
  }

  a.link-mail {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_mail_mobile.png") no-repeat 0% 50%;
    padding-left: 54px;
    text-decoration: underline;
  }
  a.link-mail:hover {
    background: url("/etc/images/icons/icon_mail_mobile_red.png") no-repeat 0% 50%;
  }

  a.btn-view-all,
  a.btn-back {
    font-size: 146.66667%;
    display: inline-block;
    height: 3.3em;
    line-height: 3.3em;
    padding-right: 1em;
    width: 100%;
    box-sizing: border-box;
    color: white;
    background-color: #333333;
    text-align: center;
    margin-bottom: 1px;
  }
  a.btn-view-all span.icon,
  a.btn-back span.icon {
    width: 20px;
    height: 20px;
    background-position: -80px -330px;
  }
  a.btn-view-all:hover,
  a.btn-back:hover {
    background-color: red;
  }

  a.btn-learn-more,
  a.btn-find-out-more {
    font-size: 146.66667%;
    display: inline-block;
    height: 3.3em;
    line-height: 3.3em;
    padding-right: 0.8em;
    width: 100%;
    box-sizing: border-box;
    color: white;
    background-color: #a3a8b5;
    text-align: center;
    margin-bottom: 1px;
  }
  a.btn-learn-more span,
  a.btn-find-out-more span {
    background-position: 0 -30px;
    width: 25px;
    height: 32px;
    margin-left: -0.3em;
    margin-bottom: -0.3em;
    margin-right: 0.2em;
  }
  a.btn-learn-more:hover,
  a.btn-find-out-more:hover {
    background-color: red;
  }

  a.btn-image-link {
    font-size: 146.66667%;
    display: inline-block;
    height: 3.3em;
    line-height: 3.3em;
    padding-right: 1em;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    background-color: white;
    text-align: center;
    margin-bottom: 1px;
    border: 1px solid #333333;
  }
  a.btn-image-link span.icon {
    background-position: -30px -330px;
    width: 20px;
    height: 20px;
  }
  a.btn-image-link:hover {
    background-color: #333333;
    color: white;
  }
  a.btn-image-link:hover span.icon {
    background-position: -80px -330px;
  }

  a.btn-large {
    font-size: 160%;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 3em 0.5em 2em;
    text-align: center;
    box-sizing: border-box;
    color: white;
    background-color: #333333;
    max-width: 440px;
  }
  a.btn-large span.icon {
    margin-right: 1em;
  }
  a.btn-large:hover {
    background-color: red;
  }

  span.icon-new {
    font-size: 160%;
    font-weight: bold;
    display: inline-block;
    background-color: red;
    color: white;
    width: 4em;
    height: 2em;
    line-height: 2em;
    text-align: center;
  }

  .title-news {
    font-size: 173.33333%;
    background-color: #333333;
    color: white;
    font-weight: bold;
    padding: 25px;
  }
  .title-news .subtitle {
    font-size: 80%;
    font-weight: normal;
    margin: 10px 0 0;
  }

  .date-news {
    display: none;
    text-align: right;
    margin: 15px 0;
  }

  .column-gray {
    font-size: 213.33333%;
    background-color: #818181;
    color: white;
    font-weight: bold;
    padding: 25px;
    margin-bottom: 40px;
  }
  .column-gray .subtitle {
    font-size: 66.66667%;
    font-weight: normal;
    margin: 10px 0 0;
  }

  .column {
    font-size: 146.66667%;
    border: 1px solid #333333;
    margin-bottom: 40px;
  }
  .column .title {
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: 15px 10px;
    margin: 0;
  }
  .column .column-body {
    padding: 0px 10px;
    overflow: hidden;
  }
  .column .column-body .contact-right {
    overflow: hidden;
  }
  .column .column-body .contact-right .btn {
    width: 41%;
    display: inline-block;
    padding: 20x;
    margin: 0 0 15px 0;
  }
  .column .column-body .contact-right .btn.left {
    float: left;
  }
  .column .column-body .contact-right .btn.right {
    float: right;
  }

  .column.caution {
    border: 1px solid red;
  }
  .column.caution .title {
    color: red;
    border-bottom: 1px solid red;
  }

  ul.list-normal {
    font-size: 146.66667%;
    margin-left: 20px;
  }
  ul.list-normal li {
    line-height: 1.5em;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 0.75em;
  }

  ol.list-normal {
    font-size: 146.66667%;
    padding-left: 0;
    list-style: none;
    counter-reset: notes;
    margin: 1.5em 0;
  }
  ol.list-normal li {
    line-height: 1.5em;
    text-indent: -1.5em;
    margin-left: 1.5em;
    margin-bottom: 0.75em;
  }
  ol.list-normal li:before {
/*    font-size: 146.66667%;*/ /*1119*/
    counter-increment: notes;
    content: counter(notes) ".";
    font-weight: bold;
    padding-right: 5px;
  }

  ol.list-note {
    font-size: 146.66667%;
    padding-left: 0;
    list-style: none;
    counter-reset: notes;
    margin: 1.5em 0;
  }
  ol.list-note li {
    line-height: 1.5em;
    text-indent: -1.3em;
    margin-left: 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 {
    border: 1px solid #333333;
    margin-top:0;
    margin-bottom:10px;
  }
  dl.profile-box dt {
    width: 100%;
    text-align: center;
  }
  dl.profile-box dd {
    font-size: 146.66667%;
    border-top: 1px solid #333333;
    padding: 20px;
    margin: 0;
    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;
  }
  table.table-normal .dark {
    background-color: #333333;
    color: white;
    border-bottom: 1px solid white;
  }
  table.table-normal .dark-light {
    background-color: #cccccc;
    color: #333333;
    border-bottom: 1px solid white;
  }

  table.table-normal .dark-light-last {
    background-color: #cccccc;
    color: #333333;
  }
  table.table-normal .title-cell {
    text-align: left;
    padding-left: 30px;
    width: 20%;
  }

  table.no-border {
    font-size: 146.66667%;
    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;
  }

  .article {
    font-size: 146.66667%;
  }
  .article .indent-01 {
    padding-left: 2em;
  }
  .article .indent-02 {
    padding-left: 4em;
  }
  .article span.indent-01,
  .article span.indent-02 {
    display: inline-block;
  }
  .article .text-bold {
    font-weight: bold;
  }
  .article .text-small {
    font-size: 87.5%;
  }
  .article .text-lead {
    font-weight: bold;
    font-size: 100%;
  }
  .article .text-note {
    font-size: 87.5%;
    text-indent: -0.4em;
    padding-left: 4px;
  }
  .article .article-text {
    padding: 0 10px;
  }
  .article .image-right {
    float: right;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .article .image-left {
    float: left;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .article .image-center {
    text-align: center;
  }
  .article .image-center img {
    width: 210px;
  }
  .article .image-center p {
    margin: 5px auto;
    font-size: 66.66667%;
    width: 190px;
    text-align: left;
  }
  .article .image-right img,
  .article .image-left img,
  .article .image-wide img {
    width: 100%;
    height: auto;
  }
  .article .image-right p,
  .article .image-left p,
  .article .image-wide p {
    margin: 5px 10px;
    font-size: 66.66667%;
  }

  .article.bg-shade {
    background-color: #f5f5f5;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
  .article.bg-shade .image-right,
  .article.bg-shade .image-left,
  .article.bg-shade .image-center,
  .article.bg-shade .image-wide {
    margin-top: 1.5em;
  }

  .movie-area {
    margin-bottom: 40px;
  }
  .movie-area iframe {
    width: 420px;
  }

  .movie-area-s {
    margin-bottom: 40px;
  }
  .movie-area-s iframe {
    width: 200px;
  }

  .adobe-reader {
    display: none;
  }

  .question-list {
    font-size: 146.66667%;
    overflow: hidden;
  }
  .question-list .question {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .question-list .question .h-question {
    font-size: 93.75%;
    padding-left: 70px;
    margin: 2px;
  }
  .question-list .question .h-question a {
    text-decoration: underline;
  }

  .q-and-a {
    font-size: 146.66667%;
    border: 1px solid #333333;
    margin-bottom: 40px;
  }
  .q-and-a .question {
    border-bottom: 1px solid #333333;
    padding: 20px;
    margin: 0;
  }
  .q-and-a .question .h-question {
    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 .image img {
    max-width: 400px;
    height: auto;
  }
  .q-and-a .answer .caption {
    font-size: 87.5%;
    margin-top: 10px;
  }

  .icon-question {
    font-size: 106.66667%;
    display: inline-block;
    background-color: #333333;
    color: white;
    float: left;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    width: 60px;
    text-align: center;
  }

  ul.thumbnail-list {
    list-style: none;
    overflow: hidden;
  }
  ul.thumbnail-list li {
    float: left;
    margin: 10px;
  }
  ul.thumbnail-list li img {
    width: 200px;
  }

  #lightbox-image {
    display: none;
  }

  ul.step-navi {
    font-size: 146.66667%;
    text-align: center;
    margin-bottom: 80px;
  }
  ul.step-navi li {
    display: inline-block;
    background-color: black;
    margin-left: 2px;
  }
  ul.step-navi li a {
    display: block;
    padding: 8px 14px;
    color: white;
  }
  ul.step-navi li a:hover {
    background-color: red;
  }
  ul.step-navi li.current {
    background-color: red;
  }

  ul.footer-bnr-area {
    background-color: #f5f5f5;
    overflow: hidden;
    list-style: none;
    margin: 20px -20px;
    padding: 10px;
  }
  ul.footer-bnr-area li {
    float: left;
    margin: 10px;
  }
  ul.footer-bnr-area li img {
    width: 210px;
    height: auto;
  }

  /* side-content */
  #side-content {
    margin: 20px 0 0;
    font-size: 146.66667%;
  }
  #side-content .h-side-content {
    font-size: 112.5%;
    background-color: #333333;
    color: white;
    padding: 5px 20px;
    margin: 0;
    position: relative;
  }
  #side-content .h-side-content .icon {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  #side-content .h-side-content.mobile-active {
    background-color: #666666;
  }
  #side-content .bg-side-content {
    display: none;
    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: -1em;
  }
  #side-content ul.location-navi li.current {
    color: red;
  }
  #side-content ul.location-navi 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.location-navi a.link-blank {
    font-size: 93.75%;
    background: url("/etc/images/icons/icon_blank.png") no-repeat 100% 50%;
    background-size: 14px 18px;
    padding-right: 30px;
    text-decoration: underline;
  }
  #side-content ul.side-bnr-list {
    display: none;
    list-style: none;
  }
  #side-content ul.side-bnr-list li {
    margin-bottom: 10px;
  }

  h2.headline-text {
    font-size: 160%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
  }

  dl.information-panel {
    border: 1px solid #333333;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  dl.information-panel dt {
    display: none;
  }
  dl.information-panel dd {
    font-size: 133.33333%;
    margin: 0;
  }
  dl.information-panel dd a {
    text-decoration: underline;
  }
  dl.information-panel dd.date {
    margin-bottom: 10px;
  }

  dl.category-summary {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 20px 10px;
  }
  dl.category-summary dt {
    font-size: 146.66667%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  dl.category-summary dd {
    font-size: 133.33333%;
    line-height: 1.5em;
    margin: 0;
  }

  .sitemap-h-category {
    font-size: 186.66667%;
    margin-bottom: 0.5em;
  }

  ul.sitemap-list-category li {
    font-size: 146.66667%;
    background: url("/etc/images/icons/icon_arrow_gray_pc.png") no-repeat 0 0.3em;
    padding-left: 1.4em;
    margin-bottom: 1em;
    list-style: none;
  }
  ul.sitemap-list-category li ul {
    margin-top: 1em;
  }
  ul.sitemap-list-category li ul li {
    font-size: 100%;
  }
  ul.sitemap-list-category li a {
    font-size: 100%;
    text-decoration: none;
  }

  .tab-panel-wrap ul.tab-btn li {
    font-size: 160%;
    list-style: none;
    margin-bottom: 2px;
    position: relative;
  }
  .tab-panel-wrap ul.tab-btn li a {
    display: block;
    padding: 15px 20px;
    border: 1px solid #333333;
  }
  .tab-panel-wrap ul.tab-btn li a .icon {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .tab-panel-wrap ul.tab-btn li a:hover {
    color: #333333;
  }
  .tab-panel-wrap ul.tab-btn li a.mobile-active {
    color: red;
  }
  .tab-panel-wrap .mobile-tab-panel p {
    display: none;
  }
  .tab-panel-wrap .mobile-tab-panel.active {
    font-size: 93.33333%;
    background-color: #F5F5F5;
    padding: 5px 10px;
    height: auto;
  }
  .tab-panel-wrap .mobile-tab-panel.active p {
    display: block;
  }
  .tab-panel-wrap .tab-panel {
    display: none;
  }

  .area-tab-panel-wrap .area-panel {
    display: none;
  }
  .area-tab-panel-wrap .mobile-area-panel {
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    height: 0;
  }
  .area-tab-panel-wrap .mobile-area-panel .panel-country {
    display: none;
  }
  .area-tab-panel-wrap .mobile-area-panel.active {
    height: auto;
  }
  .area-tab-panel-wrap .mobile-area-panel.active .panel-country {
    display: block;
  }
  .area-tab-panel-wrap .mobile-area-panel.active .panel-country ul li a {
    border: none;
    display: inline;
    padding: 5px 40px 5px 0;
  }
  .area-tab-panel-wrap .mobile-area-panel ul.area-list {
    background-color: #F5F5F5;
    padding: 22px 0 0;
    overflow: hidden;
  }
  .area-tab-panel-wrap .mobile-area-panel ul.area-list li {
    font-size: 133.33333%;
    display: inline-block;
  }
  .area-tab-panel-wrap .mobile-area-panel ul.area-list li a {
    display: inline-block;
    text-decoration: underline;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .area-tab-panel-wrap .mobile-area-panel .panel-country {
    background-color: #F5F5F5;
    padding: 20px 10px;
  }
  .area-tab-panel-wrap .mobile-area-panel .panel-country .h-country {
    font-size: 106.66667%;
    background-color: #848484;
    padding: 5px 10px;
    margin: 0;
    color: white;
  }
  .area-tab-panel-wrap .mobile-area-panel .panel-country .h-detail {
    font-size: 93.33333%;
    font-weight: bold;
    margin: 15px 0 10px;
  }
  .area-tab-panel-wrap .mobile-area-panel .panel-country ul {
    padding-left: 20px;
    list-style: none;
  }
  .area-tab-panel-wrap .mobile-area-panel .panel-country ul li {
    margin-bottom: 10px;
  }
  .area-tab-panel-wrap .mobile-area-panel .panel-country ul li a {
    font-size: 93.33333%;
    text-decoration: underline;
  }
  .area-tab-panel-wrap ul.plants-category {
    list-style: none;
    overflow: hidden;
  }
  .area-tab-panel-wrap ul.plants-category li {
    font-size: 160%;
    background-color: #333333;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid white;
  }
  .area-tab-panel-wrap ul.plants-category li a {
    color: white;
  }
  .area-tab-panel-wrap ul.plants-category li .icon {
    position: absolute;
    top: 16px;
    right: 20px;
  }

.category-tab-panel-wrap {
  margin-bottom: 30px;
}
  .category-tab-panel-wrap .category-panel {
    display: none;
  }
  .category-tab-panel-wrap .mobile-category-panel {
    display: none;
  }
  .category-tab-panel-wrap .mobile-category-panel.active {
    display: block;
  }
  .category-tab-panel-wrap .mobile-category-panel ul.area-list {
    background-color: #F5F5F5;
    padding: 22px 0 0;
    overflow: hidden;
  }
  .category-tab-panel-wrap .mobile-category-panel ul.area-list li {
    font-size: 93.33333%;
    display: inline-block;
    padding-left: 20px;
    border: none;
  }
  .category-tab-panel-wrap .mobile-category-panel ul.area-list li a {
    display: inline-block;
    text-decoration: underline;
    padding: 0;
    margin-bottom: 20px;
    background: none;
    color: #333333;
  }
.category-tab-panel-wrap .mobile-category-panel ul.area-list li a:hover {
  color: red;
}

  .category-tab-panel-wrap .mobile-category-panel ul.area-list li:before {
    font-size: 80%;
    content: "▼ ";
  }
  .category-tab-panel-wrap .mobile-category-panel .panel-country {
    background-color: #F5F5F5;
    padding: 20px 10px;
  }
  .category-tab-panel-wrap .mobile-category-panel .panel-country .h-country {
    font-size: 93.33333%;
    background-color: #848484;
    padding: 5px 10px;
    margin: 0;
    color: white;
  }
  .category-tab-panel-wrap .mobile-category-panel .panel-country .h-detail {
    font-size: 93.33333%;
    font-weight: bold;
    margin: 15px 0 10px;
  }
  .category-tab-panel-wrap .mobile-category-panel .panel-country ul {
    padding-left: 20px;
    list-style: none;
  }
  .category-tab-panel-wrap .mobile-category-panel .panel-country ul li {
    margin-bottom: 10px;
    border: none;
  }
  .category-tab-panel-wrap .mobile-category-panel .panel-country ul li a {
    font-size: 93.33333%;
    text-decoration: underline;
    background-color: transparent;
    color: #333333;
    display: inline;
    padding: 5px 40px 5px 0;
  }
  .category-tab-panel-wrap ul.plants-category {
    list-style: none;
    overflow: hidden;
  }
  .category-tab-panel-wrap ul.plants-category li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid white;
  }
  .category-tab-panel-wrap ul.plants-category li a {
    display: block;
    color: white;
    padding: 15px 20px;
    background-color: #333333;
  }
  .category-tab-panel-wrap ul.plants-category li a.mobile-active {
    background-color: #666666;
  }
  .category-tab-panel-wrap ul.plants-category li .icon {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel {
    display: none;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel.active {
    display: block;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel ul.area-list {
    background-color: #D6D6D6;
    padding: 22px 0 0;
    overflow: hidden;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel ul.area-list li {
    display: inline-block;
    padding: 0 0 0 20px;
    border: none;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel ul.area-list li a {
    font-size: 93.33333%;
    display: inline-block;
    text-decoration: underline;
    padding: 0;
    margin-bottom: 20px;
    color: #333333;
    background: none;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel ul.area-list li:before {
    font-size: 80%;
    content: "▼ ";
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel .panel-country {
    background-color: #D6D6D6;
    padding: 20px 10px;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel .panel-country .h-country {
    font-size: 133.33333%;
    background-color: #848484;
    padding: 5px 10px;
    margin: 0;
    color: white;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel .panel-country .h-detail {
    font-size: 120%;
    font-weight: bold;
    margin: 15px 0 10px;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel .panel-country ul {
    padding-left: 20px;
    list-style: none;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel .panel-country ul li {
    margin-bottom: 10px;
    border: none;
  }
  .category-tab-panel-wrap ul.plants-category li .category-panel .panel-country ul li a {
    font-size: 66.66667%;
    text-decoration: underline;
    color: #333333;
    background: none;
    display: inline-block;
    padding: 0;
  }
  .category-tab-panel-wrap .plants-category > li {
    font-size: 160%;
  }

  ul.area-nav-link {
    font-size: 160%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  ul.area-nav-link li {
    margin-bottom: 2px;
    position: relative;
  }
  ul.area-nav-link li a {
    display: block;
    padding: 15px 20px;
    border: 1px solid #333333;
  }
  ul.area-nav-link li a .icon {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  ul.area-nav-link li a:hover {
    color: #333333;
  }
  ul.area-nav-link li a.mobile-active {
    color: red;
  }
  ul.area-nav-link li .area-panel {
    display: none;
  }
  ul.area-nav-link li .area-panel.active {
    display: block;
  }
  ul.area-nav-link li .area-panel .panel-country {
    background-color: #D6D6D6;
    padding: 20px 10px;
  }
  ul.area-nav-link li .area-panel .panel-country .h-country {
    font-size: 106.66667%;
    background-color: #848484;
    padding: 5px 10px;
    margin: 0;
    color: white;
  }
  ul.area-nav-link li .area-panel .panel-country .h-detail {
    font-size: 93.33333%;
    font-weight: bold;
    margin: 15px 0 10px;
  }
  ul.area-nav-link li .area-panel .panel-country ul {
    padding-left: 20px;
    list-style: none;
  }
  ul.area-nav-link li .area-panel .panel-country ul li {
    margin-bottom: 10px;
  }
  ul.area-nav-link li .area-panel .panel-country ul li a {
    text-decoration: underline;
    display: inline-block;
    border: none;
  }

  ul.products-list {
    overflow: hidden;
  }
  ul.products-list li {
    list-style: none;
    margin-bottom: 0.8em;
  }
  ul.products-list li dl {
    margin: 0;
  }
  ul.products-list li dl dt {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  ul.products-list li dl dt span {
    background: url("/etc/images/icons/icon_down_red_pc.png") no-repeat right center;
    padding-right: 30px;
    display: block;
  }
  ul.products-list li dl dd.image {
    text-align: center;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  ul.products-list li dl dd {
    font-size: 120%;
    margin: 0;
    line-height: 1.5em;
  }

  .event-information {
    margin-bottom: 2.2em;
    overflow: hidden;
  }
  .event-information a .image {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .event-information a .text {
    font-size: 173.33333%;
    padding-left: 10px;
    font-weight: bold;
  }
  .event-information a .text span {
    font-size: 93.33333%;
    float: right;
    color: white;
    font-weight: bold;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    text-align: center;
  }
  .event-information a .text span.icon-open {
    background-color: red;
  }
  .event-information a .text span.icon-close {
    background-color: #999999;
  }
  .event-information a .text span.icon-baloon {
    display: none;
  }
  .event-information a .text p {
    margin: 10px 130px 10px 0;
  }
  .event-information a .text .info {
    font-size: 80%;
    margin: 0;
    font-weight: normal;
  }
  .event-information a .text .btn {
    display: none;
  }
  .event-information a:hover .btn {
    color: white;
    background-color: red;
  }

  .image-link,
  .image-link-s {
    font-size: 150%;
    font-weight: bold;
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: center;
    height: 290px;
    margin-bottom: 30px;
  }
  .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 {
    width: 100%;
    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;
    box-sizing: border-box;
  }
  .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: 135px;
    padding: 0;
    margin-bottom: 30px;
  }
  .image-link-s.image-static img {
    position: static;
  }
  .image-link-s a {
    position: relative;
  }
  .image-link-s a span.icon {
    position: absolute;
    bottom: 10px;
    right: 8px;
  }
  .image-link-s a img {
    width: 205px;
    height: auto;
  }
  .image-link-s a .label {
    text-align: left;
    position: static;
  }

  .link-set {
    border: 1px solid #333333;
    margin-bottom: 40px;
  }
  .link-set .title {
    font-size: 146.66667%;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: 10px;
    margin: 0;
  }
  .link-set .title.pc-link {
    background: url("/etc/images/icons/icon_monitor.png") no-repeat 10px center;
    padding-left: 50px;
  }
  .link-set .title.external-link {
    background: url("/etc/images/icons/icon_external_link_large.png") no-repeat 14px center;
    padding-left: 50px;
  }
  .link-set .title a {
    text-decoration: underline;
  }
  .link-set .title span.icon-sprite {
    display: none;
  }
  .link-set .link-set-body {
    font-size: 133.33333%;
    padding: 0px 10px;
    overflow: hidden;
  }

  .ir-info-list {
    font-size: 146.66667%;
    margin-bottom: 100px;
  }
  .ir-info-list li {
    margin-bottom: 30px;
    border-left: 2px solid #CCCCCC;
    padding-left: 10px;
    list-style: none;
  }
  .ir-info-list li p {
    font-weight: bold;
    margin: 5px 0;
  }
  .ir-info-list li .label {
    display: none;
  }
  .ir-info-list li .date {
    font-weight: normal;
  }

  .btn-link a {
    text-align: left;
  }

  .list-main-visual {
    position: relative;
  }
  .list-main-visual .container {
    width: 480px;
    margin-left: 0;
    margin-right: 0;
  }
  .list-main-visual .top-main-visual-carousel {
    position: relative;
  }
  .list-main-visual .top-main-visual-carousel .top-main-visual-carousel-image {
    overflow: hidden;
  }
  .list-main-visual .top-main-visual-carousel ul {
    position: relative;
    width: 10000px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .list-main-visual .top-main-visual-carousel ul li {
    float: left;
    width: 480px;
  }
  .list-main-visual .top-main-visual-carousel ul li img {
    width: 100%;
    height: auto;
  }
  .list-main-visual .top-main-visual-carousel .top-main-visual-topic {
    top: 210px;
    width: 480px;
    min-height: 100px;
    padding: 20px 0;
    color: #333333;
  }
  .list-main-visual .top-main-visual-carousel .top-main-visual-topic p {
    font-size: 146.66667%;
    margin: 10px 20px 40px;
    background-color: white;
  }
  .list-main-visual .top-main-visual-carousel .top-main-visual-topic p span {
    font-size: 80%;
  }
  .list-main-visual .top-main-visual-carousel .btn-top-main-visual {
    font-size: 130%;
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    color: white;
    font-weight: bold;
    background-color: #333333;
  }
  .list-main-visual .top-main-visual-carousel .btn-top-main-visual:hover {
    color: #333333;
    background-color: white;
  }
  .list-main-visual .top-main-visual-carousel .carousel-control {
    position: absolute;
    display: block;
    color: white;
    background-color: red;
    padding: 10px;
  }
  .list-main-visual .top-main-visual-carousel .carousel-control:hover {
    color: white;
    background-color: #333333;
  }
  .list-main-visual .top-main-visual-carousel .carousel-control-left {
    top: 65px;
    left: 30px;
  }
  .list-main-visual .top-main-visual-carousel .carousel-control-right {
    top: 65px;
    right: 30px;
  }
  .list-main-visual .top-main-visual-carousel-text,
  .list-main-visual .top-main-visual-carousel-thumbnail {
    display: none;
  }
  .list-main-visual .top-main-visual-carousel-navigation {
    position: absolute;
    left: 0;
    top: 155px;
    width: 100%;
    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;
  }

  .not-found-search input[type="text"] {
    width: 70%;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #333333;
  }
  .not-found-search input[type="image"] {
    vertical-align: middle;
  }
  .not-found-list {
    font-size: 100%;
  }
  .not-found-list a.link-blank {
    font-size: 100%;
    text-decoration: none;
  }
}
