@charset "UTF-8";
.diversified-top h2 {
  border-bottom: 1px solid #333333;
}
.diversified-main-visual {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.diversified-main-visual-image img {
  width: 100%;
  height: 400px;
}
.diversified-main-visual-title {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 237.5%;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}
.diversified-main-visual-images {
  display: table;
  width: 100%;
  margin: 30px 0;
}
.diversified-main-visual-images .diversified-main-visual-lead,
.diversified-main-visual-images .image-right {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.diversified-main-visual-images .image-right {
  text-align: right;
  padding-left: 20px;
}
.diversified-top-industrial-products {
  position: relative;
  float: left;
  width: 569px;
  height: 375px;
  margin: 0 0 30px;
  background: url(/products/diversified/images/thumb_industrial-products.jpg) no-repeat 0 0;
}
.diversified-top-construction-materials {
  position: relative;
  float: right;
  width: 570px;
  height: 375px;
  margin: 0 0 30px;
  background: url(/products/diversified/images/thumb_construction-materials.jpg) no-repeat 0 0;
}
.diversified-top-electro-materials {
  position: relative;
  float: left;
  width: 569px;
  height: 375px;
  margin: 0 0 30px;
  background: url(/products/diversified/images/thumb_electro-materials.jpg) no-repeat 0 0;
}
.diversified-top-sic-conponent {
  position: relative;
  float: right;
  width: 570px;
  height: 375px;
  margin: 0 0 30px;
  background: url(/products/diversified/images/thumb_sic-conponent.jpg) no-repeat 0 0;
}
.diversified-top-automotive-components {
  position: relative;
  float: left;
  width: 569px;
  height: 375px;
  margin: 0 0 30px;
  background: url(/products/diversified/images/thumb_automotive-conponents.jpg) no-repeat 0 0;
}
.diversified-top-golf-equipment {
  position: relative;
  float: right;
  width: 570px;
  height: 375px;
  margin: 0 0 30px;
  background: url(/products/diversified/images/thumb_golf-equipment.jpg) no-repeat 0 0;
}
.diversified-top-bicycle {
  position: relative;
  float: left;
  width: 569px;
  height: 375px;
  margin: 0 0 30px;
  background: url(/products/diversified/images/thumb_bicycle.jpg) no-repeat 0 0;
}
.products-top-hover .btn span.icon-sprite {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  background-image: url(/etc/images/sprites.png);
  background-repeat: no-repeat;
}
.products-top-hover .btn span.icon-external-link {
  background-position: -24px -18px;
  width: 11px;
  height: 12px;
  margin-left: 0.3em;
  margin-top: 0.3em;
}
.products-top-hover .btn:hover span.icon-external-link {
  background-position: -46px -18px;
}

.diversified-ir-info-list {
    margin-bottom: 30px;
}
.diversified-ir-info-list li p.date {
    display: table-cell;
    padding-left: 0;
    width: 8.6em;
}
.diversified-ir-info-list li p.title {
    display: table-cell;
}
.diversified-ir-info-list li p.title a {
    text-decoration: underline;
}

.mod-dl-pdf {
  margin: 1.5em 0;
}
.mod-dl-pdf:after {
  content: " ";
  display: block;
  clear: both;
}
.mod-dl-pdf .link-list-pdf {
  overflow: hidden;
  list-style: none;
}
.mod-dl-pdf .link-list-pdf li {
  margin-bottom: 5px;
}

.cap-center { text-align: center; }

a span.link-pdf {
  background: url(/etc/images/icons/icon_pdf_pc.png) no-repeat 100% 50%;
  padding-right: 20px;
}
a:hover span.link-pdf {
  background: url(/etc/images/icons/icon_pdf_pc_red.png) no-repeat 100% 50%;
}
a span.link-blank {
  background: url(/etc/images/icons/icon_external_link.png) no-repeat 100% 50%;
  padding-right: 20px;
}
a:hover span.link-blank {
  background: url(/etc/images/icons/icon_external_link_red.png) no-repeat 100% 50%;
}

.icon-audio {
  padding-left: 45px;
  background: url(/etc/images/icons/icon_audio.png) no-repeat left center;
  min-height: 25px;
}
.headline-text.addMt27 {
  margin-top: 27px;
}
.grd-8-8.content-relatedLinks{
  padding: 0;
}
.content-relatedLinks a:nth-child(odd) {
  float: left;
}
.content-relatedLinks a:nth-child(even) {
  float: right;
}
.content-relatedLinks a{
  margin-bottom: 10px;
  width: 570px;
}
/*-------------------
201907 add
--------------------*/
.mv {
  height: 340px;
  background: url(../images/bg-diversified.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.mv::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.mv__inner {
    display: inline-block;
    position: relative;
    top: 55px;
    z-index: 3;
}
.mv__ttl {
  padding: 0 0 30px !important;
}
.mv__box {
    margin: 0 auto;
    font-size: 225%;
    color: #fff;
    width: 1160px;
    height: 100%;
}
.mv__txt {
    font-size: 22px;
    margin: 10px 0 0;
}
.nav-products {
    width: 1160px;
    height: 50px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.nav-products ul.bread-crumb {
    margin: 0;
    font-size: 100%;
}
.nav-products ul.sns-list {
    margin: 0;
}
.bg-gray {
    background-color: #f5f5f5;
    padding: 40px 0 30px;
}
.bg-white {
  background-color: #fff;
}
.diversified {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  overflow: visible;
}
.diversified-flex-item {
  width: 560px;
  height: 120px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 3px 0 5px #ebebeb;
}
.diversified-flex-item__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 120%;
    font-weight: bold;
    padding-left: 10px;
}
.diversified-flex-item__label::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    background-size: 225px 770px;
    background-position: -85px -165px;
}
.diversified-flex-item__img {
    vertical-align: middle;
    width: 290px;
    height: 120px;
}
.icon-blank .diversified-flex-item__label{
    background: url(/etc/images/icons/icon_external_link.png) no-repeat 100% 50%;
    background-position: center right 1px;
    padding-right: 20px;
}
.icon-blank:hover .diversified-flex-item__label{
  background: url(/etc/images/icons/icon_external_link_red.png) no-repeat 100% 50%;
  background-position: center right 1px;
}
/*related tire*/
.diversified-top__ttl {
  font-size: 32px;
  font-weight: bold;
  border-bottom: none;
}
.mt-27 {
  margin-top: 27px;
}
.diversified-top-related-links {
    width: 560px;
    height: 120px;
    position: relative;
    margin-bottom: 5px;
    box-shadow: 3px 0 5px #ebebeb;
}
.diversified-top-related-links img {
    vertical-align: middle;
    width: 290px;
    height: 120px;
}
.diversified-top-related-links__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 120%;
    font-weight: bold;
    padding-left: 10px;
}
.diversified-top-related-links__label::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    background-image: url(/etc/images/icons.svgz);
    background-repeat: no-repeat;
    background-size: 225px 770px;
    background-position: -85px -165px;
}
.img-sp {
    display: none;
}
.related-links__a {
    display: inline-block;
}
.info__text {
    font-size: 15px;
}