/* Generated by less 2.5.1 */
@charset 'utf-8';
/*--------------------------------------------------------------------------------
general
--------------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'Noto Sans Japanese', "メイリオ", Meiryo, Arial;
  font-weight: 500;
  line-height: 1.2;
  text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
a {
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
.touch a:hover,
.touch a:active {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
  text-decoration: none;
}
.visibilittyHidden {
  position: absolute;
  display: block;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
@media only screen and (max-width: 1023px) {
  body {
    overflow: hidden;
    min-height: 100vh;
  }
  a:hover {
    text-decoration: none!important;
  }
}
@media only screen and (max-width: 1023px) {
  #content {
    position: relative;
  }
}
/*--------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #002855;
  z-index: 100;
  transition: height 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  /***** siteroot *****/
}
.header.is-open {
  height: 190px;
}
.header-inner {
  width: 100%;
  display: table;
}
.header-primary {
  display: table-cell;
  vertical-align: top;
  width: 180px;
}
.header-primaryV2 {
  display: table-cell;
  vertical-align: top;
  width: 230px;
}
.header-secondary {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.header-siteroot a {
  position: relative;
  display: block;
  width: 180px;
  height: 80px;
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.header-siteroot a:hover {
  opacity: .9;
  transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.header-siteroot a:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-siteroot a object {
  pointer-events: none;
  height: 100% !important;
  padding: 15px 0;
}
.header-siterootV2 a {
  position: relative;
  display: block;
  width: 230px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  opacity: 1;
  text-align: center;
  transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.header-siterootV2 a:hover {
  color: #fff;
  opacity: .9;
  transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .header {
    height: 50px;
    /***** siteroot *****/
  }
  .header.is-open {
    position: absolute;
    height: 100%;
  }
  .header.is-open .header-inner {
    position: fixed;
    background-color: #002855;
  }
  .header-inner {
    display: block;
    z-index: 101;
  }
  .header-primary {
    display: block;
    width: 100%;
  }
  .header-primaryV2 {
    display: block;
    width: 100%;
  }
  .header-secondary {
    display: none;
  }
  .header-siteroot a {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 50px;
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .header-siteroot a object {
    padding: 9px 0;
  }
  .header-siterootV2 a {
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 50px;
    line-height: 50px;
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
}
.android-4-2 .header-siteroot a object,
.android-4-3 .header-siteroot a object {
  position: absolute;
  top: -50px;
  left: 0;
}
@media print {
  .header {
    display: none;
  }
}
/***** utils *****/
.utils {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
}
.utils-item {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
/* .utils-item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
  background: #6aade6;
  content: '';
}
.utils-item:first-child:before {
  display: none;
} */
.utils-item > a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item > a:hover {
  color: #009CDE;
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--link > a {
  padding: 8px 20px;
}
.utils-item--lang {
  padding: 0 15px;
}
.utils-item--lang ul {
  font-size: 0;
}
.utils-item--lang li {
  display: inline-block;
}
.utils-item--lang li > a {
  display: block;
  padding: 8px 6px;
  color: #ffffff;
  font-size: 12px;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--lang li > a:hover {
  color: #009CDE;
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--lang li > a.is-disable {
  color: #ccc;
}
.utils-item--lang li > a.is-disable:hover {
  cursor: default;
}
.utils-item--lang li.is-active > a {
  color: #009CDE;
}
.utils-item--search .search {
  display: table;
}
.utils-item--search .search.is-open .search-form {
  padding: 0 0 0 20px;
  transition: padding 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--search .search.is-open .search-text {
  width: 200px;
  padding: 0 5px;
  opacity: 1;
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--search .search.is-open .search-open a:before {
  border: 1px solid #fff;
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--search .search.is-open .search-open a:after {
  background-color: #fff;
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--search .search-form {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  transition: padding 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--search .search-text {
  width: 0;
  height: 24px;
  padding: 0;
  opacity: 0;
  background-color: #f0f0f0;
  border: none;
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--search .search-text:focus {
  outline: none;
}
.utils-item--search .search-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f0f0f0 inset;
}
.utils-item--search .search-submit {
  display: none;
}
.utils-item--search .search-open {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 20px;
}
.utils-item--search .search-open a {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
}
.utils-item--search .search-open a:before {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.utils-item--search .search-open a:after {
  position: absolute;
  right: 4px;
  bottom: 1px;
  display: block;
  width: 1px;
  height: 6px;
  background-color: #ccc;
  content: '';
  transform: rotate(-45deg);
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
@media only screen and (max-width: 1023px) {
  .utils {
    display: none;
  }
}
/***** global navigation *****/
.globalnav {
  position: absolute;
  top: 45px;
  left: 180px;
}
.globalnav-items {
  display: table;
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-item {
  display: table-cell;
  position: relative;
}
/* .globalnav-item:after {
  position: absolute;
  bottom: -6px;
  right: 0;
  display: block;
  width: 1px;
  height: 30px;
  background: #6aade6;
  content: '';
} */
.globalnav-item.is-mobile {
  display: none;
}
.globalnav-item.is-active > a {
  color: rgba(255, 255, 255, 0.7);
}
.globalnav-item > a {
  position: relative;
  color: #ffffff;
  padding: 6px 20px;
  font-size: 14px;
  white-space: nowrap;
  transition: color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-item > a:hover,
.globalnav-item > a.is-open {
  color: #009CDE;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 100;
  transition: height 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory.is-open {
  height: 120px;
  transition: height 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory.is-open .globalnav-subcategory-cols {
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1) 200ms;
}
.globalnav-subcategory-cols {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 55px 0 15px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory-heading {
  padding: 0 0 23px 0;
}
.globalnav-subcategory-heading > a {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory-heading > a:hover {
  color: #66bfff;
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory-items {
  display: table;
}
.globalnav-subcategory-item {
  display: table-cell;
}
.globalnav-subcategory-item > a {
  color: #ffffff;
  font-size: 12px;
  padding: 0 16px;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory-item > a:hover {
  color: #009CDE;
  text-decoration: none;
  transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.globalnav-subcategory-item:first-child > a {
  padding: 0 16px 0 0;
}
.globalnav-subcategory-item.is-mobile {
  display: none;
}
.globalnav-subcategory-item.is-active > a {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1024px) {
  .globalnav-subcategory-item[data-page-id^="csr"] > a {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .globalnav {
    position: relative;
    top: 0;
    left: 0;
  }
  .globalnav-heading {
    position: fixed;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 102;
  }
  .globalnav-heading.is-open > a:before {
    bottom: 17px;
    left: 14px;
    transform: rotate(45deg);
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-heading.is-open > a:after {
    bottom: 30px;
    left: 13px;
    transform: rotate(-45deg);
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-heading.is-open > a .bar {
    opacity: 0;
  }
  .globalnav-heading > a {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .globalnav-heading > a:before {
    position: absolute;
    bottom: 30px;
    left: 16px;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    content: '';
    transform: rotate(0);
    transform-origin: 100% 0;
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-heading > a:after {
    position: absolute;
    bottom: 18px;
    left: 16px;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    content: '';
    transform: rotate(0);
    transform-origin: 100% 0;
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-heading > a .bar {
    position: absolute;
    bottom: 24px;
    left: 16px;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    opacity: 1;
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-items {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 30px;
    opacity: 0;
    overflow: hidden;
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-items.is-open {
    padding: 50px 30px 0;
    height: auto;
    opacity: 1;
    transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1) 200ms;
  }
  .globalnav-item {
    display: block;
    /* border-top: 1px solid #6aade6; */
  }
  .globalnav-item:first-child {
    border-top: none;
  }
  .globalnav-item:after {
    content: none;
  }
  .globalnav-item.is-mobile {
    display: block;
  }
  .globalnav-item .search {
    display: table;
    width: 100%;
    table-layout: auto;
  }
  .globalnav-item .search-form {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
  .globalnav-item .search-text {
    width: 100%;
    height: 26px;
    margin: 12px 0;
    padding: 0 5px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0;
    font-size: 16px;
  }
  .globalnav-item .search-text:focus {
    outline: none;
  }
  .globalnav-item .search-text:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f0f0f0 inset;
  }
  .globalnav-item .search-submit {
    display: none;
  }
  .globalnav-item .search-open {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    width: 30px;
  }
  .globalnav-item .search-open a {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
  }
  .globalnav-item .search-open a:before {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
  }
  .globalnav-item .search-open a:after {
    position: absolute;
    right: 4px;
    bottom: 1px;
    display: block;
    width: 1px;
    height: 6px;
    background-color: #ccc;
    content: '';
    transform: rotate(-45deg);
    transition: all 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-item .lang {
    display: table;
  }
  .globalnav-item .lang li {
    display: table-cell;
    padding: 0 80px 0 0;
  }
  .globalnav-item .lang li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
  }
  .globalnav-item .lang li a.is-disable {
    color: #ccc;
  }
  .globalnav-item .lang li.is-active a {
    color: #009CDE;
  }
  .globalnav-item > a {
    display: block;
    padding: 0;
    line-height: 50px;
    overflow: hidden;
  }
  .globalnav-item > a:hover {
    color: #ffffff;
  }
  .globalnav-item > a.is-open {
    color: rgba(255, 255, 255, 0.7);
  }
  .globalnav-item > a.is-open.is-subcategory:after {
    transform: rotate(45deg);
    transition: transform 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-item > a.is-subcategory:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../images/common/icon-plus-silver.png);
    background-size: 100% 100%;
    transform: rotate(0);
    transition: transform 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .globalnav-subcategory {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    padding: 0;
  }
  .globalnav-subcategory-cols {
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: none;
  }
  .globalnav-subcategory-items {
    display: block;
  }
  .globalnav-subcategory-item {
    display: block;
  }
  .globalnav-subcategory-item > a {
    display: block;
    padding: 10px 0;
  }
  .globalnav-subcategory-item > a:before {
    content: '\003e\0020';
  }
  .globalnav-subcategory-item:first-child > a {
    padding: 10px 0;
  }
  .globalnav-subcategory-item.is-mobile {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .globalnav-items {
    padding: 0 30px;
    padding: 0 9.375vw;
  }
  .globalnav-items.is-open {
    padding: 50px 30px 0;
    padding: 50px 9.375vw 0;
  }
  .globalnav-item .search-text {
    margin: 25px 0;
    margin: 3.90625vw 0;
    height: 25px;
    height: 7.8125vw;
  }
  .globalnav-item .lang li {
    padding: 0 40px 0 0;
    padding: 0 12.5vw 0 0;
  }
  .globalnav-item .lang li a {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 50px;
    line-height: 15.625vw;
  }
  .globalnav-item > a {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 50px;
    line-height: 15.625vw;
  }
  .globalnav-item > a.is-subcategory:after {
    margin: -10px 0 0;
    margin: -1.5625vw 0 0;
    width: 10px;
    width: 3.125vw;
    height: 10px;
    height: 3.125vw;
  }
  .globalnav-subcategory-cols {
    padding: 0 0 10px;
    padding: 0 0 3.125vw;
  }
  .globalnav-subcategory-item > a {
    padding: 10px 0;
    padding: 1.5625vw 0;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .globalnav-subcategory-item:first-child > a {
    padding: 10px 0;
    padding: 1.5625vw 0;
  }
}
/*--------------------------------------------------------------------------------
hero
--------------------------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  min-height: 500px;
}
.hero-image {
  display: block;
  position: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 500px;
}
.hero-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-innerV2{
  top: 50%;
  left: 50%;
}
.hero-heading {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.hero-headingV2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.hero-headingV3 {
  font-size: 14px;
  color: #999;
}
.hero-copy {
  margin: 15px 0;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.hero-copyV2 {
  margin: 15px 0;
  font-size: 40px;
  font-weight: 400;
  color: #999;
}
.hero-detail {
  margin: 15px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.hero-detailV2 {
  margin: 15px 0 0;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
}
.hero-tab {
  padding: 0 10px;
}
.hero-tab-pc {
  position: fixed;
  top: 150px;
  left: 50%;
  width: 100%;
  max-width: 980px;
  padding: 0 0 28px;
  transform: translate(-50%, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0;
  text-align: center;
}
.hero-tab-pc li {
  display: inline-block;
  padding: 2px;
}
.hero-tab-pc li a {
  display: block;
  width: 240px;
  padding: 12px;
  font-size: 12px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.2);
}
[data-category="csr-sustainability"] .hero-tab-pc li a {
  width: 190px;
}
.hero-tab-pc li a:hover {
  color: #fff;
  background-color: rgba(102, 191, 255, 0.5);
  text-decoration: none;
  transition: all 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.hero-tab-pc li.is-active a {
  color: #fff;
  background-color: rgba(102, 191, 255, 0.5);
}
.hero-tab-pc li.is-active a:hover {
  cursor: default;
}

/* disabled */
.hero-tab-pc-disabled {
  color: #bbb !important;
  background-color: rgba(50, 50, 50, 0.5) !important;
  border: 1px solid rgba(50, 50, 50, 0.1) !important;
  pointer-events: none;
}
.hero-tab-pc-disabled:hover {
  color: #ddd;
  background-color: rgba(50, 50, 50, 0.5);
  text-decoration: none;
  transition: none;
}

.hero-tab-mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  top: 120px;
  width: 100%;
  padding: 7px;
  padding: 2.3437vw;
  margin: 0 0 50px;
  border: 1px solid #fff;
  border-radius: 0;
  background-image: url(../images/common/bg-selectbox.png);
  background-color: rgba(102, 191, 255, 0.5);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  color: #fff;
  font-size: 10px;
  font-size: 3.125vw;
}
.hero-tab-mobile::-ms-expand {
  display: none;
}
.hero-tab-mobile:focus::-ms-value {
  color: #66bfff;
  background-color: rgba(255, 255, 255, 0);
}
.hero[data-category="products-subcategory"] .hero-inner {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.hero[data-category="global-network-group-companies"] .hero-image {
  background-color: #639ccf;
}
.hero[data-category="global-network-our-employee"] .hero-inner {
  position: absolute;
}
.hero[data-category="global-network-our-employee"] .hero-headingV2 {
  color: #666;
}
.hero[data-category="global-network-our-employee"] .hero-copy {
  color: #999;
}
.hero[data-category="global-network-our-employee"] .hero-detail {
  color: #666;
  text-align: left;
}
.hero[data-category="about-us-mid-term-business-plan"] .hero-inner {
  position: absolute;
}
.hero[data-category="about-us-mid-term-business-plan"] .hero-copy {
  color: #999;
}
.hero[data-category="about-us-mid-term-business-plan"] .hero-detail {
  color: #666;
}
.hero[data-category="about-us-mid-term-business-plan"] .hero-logo {
  width: 218px;
  margin: 0 auto 50px;
}
.hero[data-category="about-us-japan-plants-companies"] .hero-image {
  background-color: #639ccf;
}
.hero[data-category="csr-sustainability"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-governance"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-social-contributions-to-society"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-social-human-rights"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-social-safety-comfort"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-social-employee"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-social-stakeholder-engagement"] .hero-image {
  background-position: top center;
}
.hero[data-category="csr-social-stakeholder-engagement"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-management"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-eco-friendly"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-climate-change"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-reduce-reuse-recycle"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-chemical-substance-management"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-data"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-environmental-accounting"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-plan-performance"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="csr-environment-japan-data"] .hero-inner {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.hero[data-category="404"] .hero-heading {
  color: #666;
}
.hero[data-category="404"] .hero-detail {
  color: #666;
}
.hero[data-category="404"] .hero-search .search-text {
  border: 1px solid #ccc;
  color: #666;
  background-image: url(../images/common/icon-search-02.png);
  background-repeat: no-repeat;
  border-radius: 0;
  line-height: 1;
}
.hero[data-category="404"] .hero-search .search-text:placeholder-shown {
  color: #ccc;
}
.hero[data-category="404"] .hero-search .search-text::-webkit-input-placeholder {
  color: #ccc;
}
.hero[data-category="404"] .hero-search .search-text:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.hero[data-category="404"] .hero-search .search-text::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.hero[data-category="404"] .hero-search .search-text:-ms-input-placeholder {
  color: #ccc;
}

@media only screen and (min-width: 768px) {
  .hero-copy .is-sp {
    display: none;
  }
  .hero[data-category="innovation-index"] .hero-copy {
    margin: 30px 0;
  }
  .hero[data-category="innovation-index"] .hero-copy br {
    display: none;
  }
  .hero[data-category="innovation-index"] .hero-detail {
    width: 640px;
    margin: 30px auto 0;
    text-align: left;
  }
  .hero[data-category="innovation-motor-sport"] {
    background-color: #000;
  }
  .hero[data-category="innovation-motor-sport"] .hero-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hero[data-category="innovation-motor-sport"] .hero-inner {
    position: absolute;
  }
  .hero[data-category="products-index"] .hero-image {
    display: block;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background-size: auto;
  }
  .hero[data-category="products-index"] .hero-background {
    display: block;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background-size: auto;
  }
  .hero[data-category="products-index"] .hero-inner {
    position: fixed;
    top: auto;
    bottom: 100px;
    transform: translate(-50%, 0);
    padding: 0 20px;
    max-width: 1190px;
    height: 0;
    text-align: left;
    z-index: 25;
  }
  .hero[data-category="products-index"] .hero-inner div {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  .hero[data-category="products-index"] .hero-detail {
    width: 400px;
  }
  .hero[data-category="products-subcategory"] {
    height: 100%;
    min-height: 100%;
  }
  .hero[data-category="products-subcategory"] .hero-image {
    position: relative;
    height: 100%;
    min-height: 100%;
  }
  .hero[data-category="products-subcategory"] .hero-inner {
    padding: 150px 0 0;
  }
  .hero[data-category="products-subcategory"] .hero-headingV3 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: left;
  }
  .hero[data-category="products-subcategory"] .hero-copyV2 {
    max-width: 1020px;
    margin: 15px auto 0;
    padding: 0 20px;
    text-align: left;
  }
  .hero[data-category="global-index"] .hero-copy br {
    display: none;
  }
  .hero[data-category="global-network-group-companies"] .hero-image {
    background-size: contain;
  }
  .hero[data-category="global-network-group-companies"] .hero-image:before {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hero[data-category="global-network-group-companies"] .hero-detailV2 {
    margin: 260px auto 0;
  }
  .hero[data-category="global-network-our-employee"] {
    height: 420px;
    min-height: 420px;
    margin: 120px 0 0;
  }
  .hero[data-category="global-network-our-employee"] .hero-copy br {
    display: none;
  }
  .hero[data-category="global-network-our-employee"] .hero-detail {
    width: 700px;
    margin: 50px auto 0;
    font-size: 20px;
  }
  .hero[data-category="about-us-mid-term-business-plan"] {
    height: 420px;
    min-height: 500px;
    margin: 120px 0 0;
  }
  .hero[data-category="about-us-mid-term-business-plan"] .hero-copy br {
    display: none;
  }
  .hero[data-category="about-us-mid-term-business-plan"] .hero-detail {
    width: 810px;
    margin: 50px auto 0;
    font-size: 20px;
  }
  .hero[data-category^="global-our-employee-article-"] .hero-headingV2.is-sp {
    display: none;
  }
  .hero[data-category^="global-our-employee-article-"] .hero-copy {
    margin: 0 0 15px;
  }
  .hero[data-category^="global-our-employee-article-"] .hero-copy br {
    display: none;
  }
  .hero[data-category^="global-our-employee-article-"] .hero-detailV2 {
    margin: 50px 0 0;
  }
  .hero[data-category="about-us-index"] .hero-detail {
    margin: 40px auto 0;
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-image {
    background-size: contain;
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-image:before {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-inner {
    top: 190px;
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-heading {
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
  }
  .hero[data-category="about-us-history"] .hero-copy br {
    display: none;
  }
  .hero[data-category="about-us-history"] .hero-detailV2 {
    margin: 30px auto 0;
    text-align: center;
  }
  .hero[data-category="recruit-index"] .hero-image {
    background-position: top center;
  }
  .hero[data-category="motor-sport-index"] .hero-detail {
    width: 685px;
    margin: 30px auto 0;
    text-align: left;
  }
  .hero[data-category="404"] .hero-inner {
    position: absolute;
  }
  .hero[data-category="404"] .hero-detail {
    margin: 50px 0 30px;
    font-size: 16px;
    line-height: 1.8;
  }
  .hero[data-category="404"] .hero-search {
    margin: 30px 0 50px;
  }
  .hero[data-category="404"] .hero-search .search-text {
    width: 400px;
    padding: 12px 5px 12px 40px;
    font-size: 12px;
    background-size: 16px;
    background-position: 12px;
  }
  .hero[data-category="404"] .read-moreV2 {
    margin: 40px auto 0;
  }
  .hero-inner[data-category="csr-value-headquarters"] {
    position: fixed;
    top: auto;
    bottom: 130px;
    transform: translate(-50%, 0);
    padding: 0 20px;
    max-width: 1190px;
    height: 0;
    text-align: left;
  }
  .hero-inner[data-category="csr-value-headquarters"] div {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
@media only screen and (min-width: 2560px) {
  .hero[data-category="products-index"] .hero-background {
    background-size: cover;
  }
}
@media only screen and (max-width: 1023px) {
  .hero[data-category="products-index"] .hero-image {
    background-size: auto 1200px;
  }
  .hero[data-category="global-network-our-employee"] {
    margin: 0;
    height: 520px;
    min-height: 520px;
  }
  .hero[data-category="global-network-our-employee"] .hero-inner {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .hero-tab-mobile {
    display: none;
  }
  .hero[data-category="innovation-index"] .hero-image {
    background-image: url(../images/innovation/kv-index.png);
  }
  .hero[data-category="innovation-monozukuri-article-01"] .hero-image {
    background-image: url(../images/innovation/kv-monozukuri-01.png);
  }
  .hero[data-category="innovation-monozukuri-article-02"] .hero-image {
    background-image: url(../images/innovation/kv-monozukuri-02.png);
  }
  .hero[data-category="innovation-development"] .hero-image {
    background-image: url(../images/innovation/kv-development.png);
  }
  .hero[data-category="innovation-production-engineering"] .hero-image {
    background-image: url(../images/innovation/kv-productionEngineering.png);
  }
  .hero[data-category="innovation-testing-research"] .hero-image {
    background-image: url(../images/innovation/kv-testingResearch.png);
  }
  .hero[data-category="innovation-motor-sport"] .hero-image {
    background-image: url(../images/innovation/kv-motorSport.png);
  }
  .hero[data-category="products-index"] .hero-image {
    background-image: url(../images/products/kv-index.png);
  }
  .hero[data-category="products-index"] .hero-background {
    background-image: url(../images/products/bg-index.png);
  }
  .hero[data-category="global-index"] .hero-image {
    background-image: url(../images/global-network/kv-index.png);
  }
  .hero[data-category="global-network-group-companies"] .hero-image {
    background-image: url(../images/global-network/kv-groupCompanies-01.png);
  }
  .hero[data-category="global-network-group-companies"] .hero-image:before {
    background-image: url(../images/global-network/kv-groupCompanies-02.png);
  }
  .hero[data-category="global-network-our-employee-article-01"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-01.png);
  }
  .hero[data-category="global-network-our-employee-article-02"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-02.png);
  }
  .hero[data-category="global-network-our-employee-article-03"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-03.png);
  }
  .hero[data-category="global-network-our-employee-article-04"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-04.png);
  }
  .hero[data-category="global-network-our-employee-article-05"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-05.png);
  }
  .hero[data-category="global-network-our-employee-article-06"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-06.png);
  }
  .hero[data-category="about-us-index"] .hero-image {
    background-image: url(../images/about-us/kv-index.png);
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-image {
    background-image: url(../images/about-us/kv-japanPlantsCompanies-01.png);
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-image:before {
    background-image: url(../images/about-us/kv-japanPlantsCompanies-02.png);
  }
  .hero[data-category="about-us-history"] .hero-image {
    background-image: url(../images/about-us/kv-history.png);
  }
  .hero[data-category="recruit-index"] .hero-image {
    background-image: url(../images/recruit/kv-index.png);
  }
  .hero[data-category="motor-sport-index"] .hero-image {
    background-image: url(../images/motor-sport/kv-index.png);
  }
  .hero[data-category^="csr-action"] .hero-inner {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  }
  .hero[data-category="csr-action1"] .hero-image {
    background-image: url(../images/csr/kv-action1.png);
  }
  .hero[data-category="csr-action2"] .hero-image {
    background-image: url(../images/csr/kv-action2.png);
  }
  .hero[data-category="csr-action3"] .hero-image {
    background-image: url(../images/csr/kv-action3.png);
  }
  .hero[data-category="csr-action4"] .hero-image {
    background-image: url(../images/csr/kv-action4.png);
  }
  .hero[data-category="csr-action5"] .hero-image {
    background-image: url(../images/csr/kv-action5.png);
  }
  .hero[data-category="csr-action6"] .hero-image {
    background-image: url(../images/csr/kv-action6.png);
  }
  .hero[data-category="csr-action7"] .hero-image {
    background-image: url(../images/csr/kv-action7.png);
  }
  .hero[data-category="csr-sustainability-01"] .hero-image {
    background-image: url(../images/csr/kv-sustainability.png);
  }
  .hero[data-category="csr-sustainability-01"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-sustainability"] .hero-image {
    background-image: url(../images/csr/sustainability/kv.png);
  }
  .hero[data-category="csr-sustainability"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-value"] .hero-image {
    background-image: url(../images/csr/value/kv.png);
  }
  .hero[data-category="csr-value"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-value-cabin"] .hero-image {
    background-image: url(../images/csr/value/cabin/kv.png);
  }
  .hero[data-category="csr-value-electronics-1"] .hero-image {
    background-image: url(../images/csr/value/electronics-1/kv.png);
  }
  .hero[data-category="csr-value-electronics-2"] .hero-image {
    background-image: url(../images/csr/value/electronics-2/kv.png);
  }
  .hero[data-category="csr-value-thermal"] .hero-image {
    background-image: url(../images/csr/value/thermal/kv.png);
  }
  .hero[data-category="csr-value-climate"] .hero-image {
    background-image: url(../images/csr/value/climate/kv.png);
  }
  .hero[data-category="csr-value-exhaust"] .hero-image {
    background-image: url(../images/csr/value/exhaust/kv.png);
  }
  .hero[data-category="csr-governance"] .hero-image {
    background-image: url(../images/csr/governance/kv.png);
  }
  .hero[data-category="csr-governance"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-contributions-to-society"] .hero-image {
    background-image: url(../images/csr/social/contributions-to-society/kv.png);
  }
  .hero[data-category="csr-social-contributions-to-society"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-human-rights"] .hero-image {
    background-image: url(../images/csr/social/human-rights/kv.png);
  }
  .hero[data-category="csr-social-human-rights"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-safety-comfort"] .hero-image {
    background-image: url(../images/csr/social/safety-comfort/kv.png);
  }
  .hero[data-category="csr-social-safety-comfort"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-employee"] .hero-image {
    background-image: url(../images/csr/social/employee/kv.png);
  }
  .hero[data-category="csr-social-employee"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-stakeholder-engagement"] .hero-image {
    background-image: url(../images/csr/stakeholder-engagement/kv.png);
  }
  .hero[data-category="csr-social-stakeholder-engagement"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-management"] .hero-image {
    background-image: url(../images/csr/environment/management/kv.png);
  }
  .hero[data-category="csr-environment-management"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-eco-friendly"] .hero-image {
    background-image: url(../images/csr/environment/eco-friendly/kv.png);
  }
  .hero[data-category="csr-environment-eco-friendly"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-climate-change"] .hero-image {
    background-image: url(../images/csr/environment/climate-change/kv.png);
  }
  .hero[data-category="csr-environment-climate-change"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-reduce-reuse-recycle"] .hero-image {
    background-image: url(../images/csr/environment/reduce-reuse-recycle/kv.png);
  }
  .hero[data-category="csr-environment-reduce-reuse-recycle"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-chemical-substance-management"] .hero-image {
    background-image: url(../images/csr/environment/chemical-substance-management/kv.png);
  }
  .hero[data-category="csr-environment-chemical-substance-management"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-data"] .hero-image {
    background-image: url(../images/csr/environment/data/kv.png);
  }
  .hero[data-category="csr-environment-data"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-environmental-accounting"] .hero-image {
    background-image: url(../images/csr/environment/environmental-accounting/kv.png);
  }
  .hero[data-category="csr-environment-environmental-accounting"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-plan-performance"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-japan-data"] .hero-image {
    background-image: url(../images/csr/environment/japan-data/kv.png);
  }
  .hero[data-category="csr-environment-japan-data"] .hero-copy br {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .hero-tab-pc {
    display: none;
  }
  .hero[data-category="innovation-index"] .hero-image {
    background-image: url(../images/innovation/kv-index-sp.png);
  }
  .hero[data-category="innovation-monozukuri"] .hero-image {
    background-image: url(../images/innovation/kv-monozukuri-sp.png);
  }
  .hero[data-category="innovation-development"] .hero-image {
    background-image: url(../images/innovation/kv-development-sp.png);
  }
  .hero[data-category="innovation-production-engineering"] .hero-image {
    background-image: url(../images/innovation/kv-productionEngineering-sp.png);
  }
  .hero[data-category="innovation-testing-research"] .hero-image {
    background-image: url(../images/innovation/kv-testingResearch-sp.png);
  }
  .hero[data-category="innovation-motor-sport"] .hero-image {
    background-image: url(../images/innovation/kv-motorSport-sp.png);
  }
  .hero[data-category="products-index"] .hero-image {
    background-image: url(../images/products/kv-index.png);
  }
  .hero[data-category="products-index"] .hero-background {
    background-image: url(../images/products/bg-index.png);
  }
  .hero[data-category="products-subcategory"] {
    height: 100%;
    min-height: 100%;
  }
  .hero[data-category="products-subcategory"] .hero-image {
    position: relative;
    display: block;
    height: 100vw;
    min-height: auto;
  }
  .hero[data-category="products-subcategory"] .hero-inner {
    position: relative;
  }
  .hero[data-category="global-index"] .hero-image {
    background-image: url(../images/global-network/kv-index-sp.png);
  }
  .hero[data-category="global-network-group-companies"] .hero-image {
    background-image: url(../images/global-network/kv-groupCompanies-sp-01.png);
  }
  .hero[data-category="global-network-group-companies"] .hero-image:before {
    background-image: url(../images/global-network/kv-groupCompanies-sp-02.png);
  }
  .hero[data-category="global-network-our-employee-article-01"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-01-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-02"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-02-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-03"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-03-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-04"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-04-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-05"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-05-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-06"] .hero-image {
    background-image: url(../images/global-network/kv-ourEmployee-article-06-sp.png);
  }
  .hero[data-category="about-us-index"] .hero-image {
    background-image: url(../images/about-us/kv-index-sp.png);
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-image {
    background-image: url(../images/about-us/kv-japanPlantsCompanies-sp-01.png);
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-image:before {
    background-image: url(../images/about-us/kv-japanPlantsCompanies-sp-02.png);
  }
  .hero[data-category="about-us-history"] .hero-image {
    background-image: url(../images/about-us/kv-history-sp.png);
  }
  .hero[data-category="recruit-index"] .hero-image {
    background-image: url(../images/recruit/kv-index-sp.png);
  }
  .hero[data-category="motor-sport-index"] .hero-image {
    background-image: url(../images/motor-sport/kv-index-sp.png);
  }
  .hero[data-category^="csr-action"] .hero-inner {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  }
  .hero[data-category="csr-action1"] .hero-image {
    background-image: url(../images/csr/kv-action1-sp.png);
  }
  .hero[data-category="csr-action2"] .hero-image {
    background-image: url(../images/csr/kv-action2-sp.png);
  }
  .hero[data-category="csr-action3"] .hero-image {
    background-image: url(../images/csr/kv-action3-sp.png);
  }
  .hero[data-category="csr-action4"] .hero-image {
    background-image: url(../images/csr/kv-action4-sp.png);
  }
  .hero[data-category="csr-action5"] .hero-image {
    background-image: url(../images/csr/kv-action5-sp.png);
  }
  .hero[data-category="csr-action6"] .hero-image {
    background-image: url(../images/csr/kv-action6-sp.png);
  }
  .hero[data-category="csr-action7"] .hero-image {
    background-image: url(../images/csr/kv-action7-sp.png);
  }
  .hero[data-category="csr-sustainability-01"] .hero-image {
    background-image: url(../images/csr/kv-sustainability-sp.png);
  }
  .hero[data-category="csr-sustainability-01"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-sustainability"] .hero-image {
    background-image: url(../images/csr/sustainability/kv-sp.png);
  }
  .hero[data-category="csr-sustainability"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-governance"] .hero-image {
    background-image: url(../images/csr/governance/kv-sp.png);
  }
  .hero[data-category="csr-governance"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-contributions-to-society"] .hero-image {
    background-image: url(../images/csr/social/contributions-to-society/kv-sp.png);
  }
  .hero[data-category="csr-social-contributions-to-society"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-human-rights"] .hero-image {
    background-image: url(../images/csr/social/human-rights/kv-sp.png);
  }
  .hero[data-category="csr-social-human-rights"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-safety-comfort"] .hero-image {
    background-image: url(../images/csr/social/safety-comfort/kv-sp.png);
  }
  .hero[data-category="csr-social-safety-comfort"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-employee"] .hero-image {
    background-image: url(../images/csr/social/employee/kv-sp.png);
  }
  .hero[data-category="csr-social-employee"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-social-stakeholder-engagement"] .hero-image {
    background-image: url(../images/csr/stakeholder-engagement/kv-sp.png);
  }
  .hero[data-category="csr-social-stakeholder-engagement"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-management"] .hero-image {
    background-image: url(../images/csr/environment/management/kv-sp.png);
  }
  .hero[data-category="csr-environment-management"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-eco-friendly"] .hero-image {
    background-image: url(../images/csr/environment/eco-friendly/kv-sp.png);
  }
  .hero[data-category="csr-environment-eco-friendly"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-climate-change"] .hero-image {
    background-image: url(../images/csr/environment/climate-change/kv-sp.png);
  }
  .hero[data-category="csr-environment-climate-change"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-reduce-reuse-recycle"] .hero-image {
    background-image: url(../images/csr/environment/reduce-reuse-recycle/kv-sp.png);
  }
  .hero[data-category="csr-environment-reduce-reuse-recycle"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-chemical-substance-management"] .hero-image {
    background-image: url(../images/csr/environment/chemical-substance-management/kv-sp.png);
  }
  .hero[data-category="csr-environment-chemical-substance-management"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-data"] .hero-image {
    background-image: url(../images/csr/environment/data/kv-sp.png);
  }
  .hero[data-category="csr-environment-data"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-environmental-accounting"] .hero-image {
    background-image: url(../images/csr/environment/environmental-accounting/kv-sp.png);
  }
  .hero[data-category="csr-environment-environmental-accounting"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-plan-performance"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-environment-japan-data"] .hero-image {
    background-image: url(../images/csr/environment/japan-data/kv-sp.png);
  }
  .hero[data-category="csr-environment-japan-data"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-value-cabin"] .hero-image {
    background-image: url(../images/csr/value/cabin/kv-sp.png);
  }
  .hero[data-category="csr-value-electronics-1"] .hero-image {
    background-image: url(../images/csr/value/electronics-1/kv-sp.png);
  }
  .hero[data-category="csr-value-electronics-2"] .hero-image {
    background-image: url(../images/csr/value/kv-sp.png);
  }
  .hero[data-category="csr-value-thermal"] .hero-image {
    background-image: url(../images/csr/value/thermal/kv-sp.png);
  }
  .hero[data-category="csr-value-climate"] .hero-image {
    background-image: url(../images/csr/value/climate/kv-sp.png);
  }
  .hero[data-category="csr-value-exhaust"] .hero-image {
    background-image: url(../images/csr/value/exhaust/kv-sp.png);
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 500px;
    height: 133.4375vw;
    min-height: 500px;
  }
  .hero-image {
    display: none;
  }
  .hero-inner {
    position: absolute;
  }
  .hero-heading {
    font-size: 20px;
    font-size: 6.25vw;
  }
  .hero-headingV2 {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .hero-headingV3 {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .hero-copy {
    margin: 7px 0;
    margin: 2.3437vw 0;
    font-size: 20px;
    font-size: 6.25vw;
  }
  .hero-copyV2 {
    margin: 7px 0;
    margin: 2.3437vw 0;
    font-size: 20px;
    font-size: 6.25vw;
  }
  .hero-detail {
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.4;
    padding: 0 15px;
    padding: 0 4.6875vw;
  }
  .hero-detailV2 {
    margin: 15px 0 0;
    margin: 4.6875vw 0 0;
    padding: 0 25px;
    padding: 0 7.8125vw;
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.2;
  }
  .hero-tab-pc {
    display: none;
  }
  .hero[data-category="innovation-index"] {
    height: auto;
    min-height: 100%;
  }
  .hero[data-category="innovation-index"] .hero-image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 500px;
    height: 133.4375vw;
    min-height: 500px;
    background-image: url(../images/innovation/kv-index-sp.png);
  }
  .hero[data-category="innovation-index"] .hero-inner {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    transform: none;
  }
  .hero[data-category="innovation-index"] .hero-headingV2 {
    position: absolute;
    width: 100%;
    margin: -350px 0 0;
    margin: -84.375vw 0 0;
    text-align: center;
  }
  .hero[data-category="innovation-index"] .hero-copy {
    position: absolute;
    width: 100%;
    margin: -330px 0 0;
    margin: -78.125vw 0 0;
    font-size: 25px;
    font-size: 7.8125vw;
    text-align: center;
  }
  .hero[data-category="innovation-index"] .hero-detail {
    margin: 0;
    padding: 20px 10px;
    padding: 6.25vw 3.125vw;
    color: #666;
  }
  .hero[data-category="innovation-monozukuri"] {
    background-image: url(../images/innovation/kv-monozukuri-sp.png);
  }
  .hero[data-category="innovation-development"] {
    background-image: url(../images/innovation/kv-development-sp.png);
  }
  .hero[data-category="innovation-development"] .hero-copy {
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .hero[data-category="innovation-production-engineering"] {
    background-image: url(../images/innovation/kv-productionEngineering-sp.png);
  }
  .hero[data-category="innovation-testing-research"] {
    background-image: url(../images/innovation/kv-testingResearch-sp.png);
  }
  .hero[data-category="innovation-motor-sport"] {
    background-color: #000;
    height: 100vh;
  }
  .hero[data-category="innovation-motor-sport"] .hero-image {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    height: 100vh;
    min-height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/innovation/kv-motorSport-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hero[data-category="products-index"] {
    background-image: url(../images/products/kv-index-sp.png);
  }
  .hero[data-category="products-index"] .hero-inner {
    position: absolute;
    top: auto;
    bottom: 30px;
    bottom: 9.375vw;
    padding: 0 15px;
    padding: 0 4.6875vw;
    transform: translate(-50%, 0);
    text-align: left;
  }
  .hero[data-category="products-index"] .hero-detail {
    margin: 7px 0 0;
    margin: 2.3437vw 0 0;
    padding: 0;
  }
  .hero[data-category="products-category"] {
    background-position: center 100px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: auto 62.5vw;
    background-attachment: scroll;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 0 120px;
    margin: 0 0 37.5vw;
    padding: 100px 0 200px;
    padding: 100px 0 62.5vw;
  }
  .hero[data-category="products-category"] .hero-inner {
    top: 100px;
    height: 120px;
    height: 37.5vw;
    margin: 200px 0 0;
    margin: 62.5vw 0 0;
    padding: 15px 0;
    padding: 4.6875vw 0;
    transform: translate(-50%, 0);
    background-color: #333;
  }
  .hero[data-category="products-category"] .hero-copy {
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .hero[data-category="products-subcategory"] {
    height: 100%;
    min-height: 100%;
  }
  .hero[data-category="products-subcategory"] .hero-image {
    position: relative;
    display: block;
    height: 500px;
    height: 100vw;
    min-height: auto;
  }
  .hero[data-category="products-subcategory"] .hero-inner {
    padding: 100px 0 0;
  }
  .hero[data-category="products-subcategory"] .hero-inner:before {
    content: '';
    display: block;
    padding: 25px 0 0;
    padding: 7.8125vw 0 0;
  }
  .hero[data-category="products-subcategory"] .hero-headingV3 {
    padding: 0 25px;
    text-align: left;
  }
  .hero[data-category="products-subcategory"] .hero-copyV2 {
    padding: 0 20px;
    text-align: left;
  }
  .hero[data-category="global-index"] {
    background-image: url(../images/global-network/kv-index-sp.png);
  }
  .hero[data-category="global-index"] .hero-copy {
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .hero[data-category="global-network-group-companies"] {
    background-color: #639ccf;
    background-image: url(../images/global-network/kv-groupCompanies-sp-01.png);
    background-size: contain;
    min-height: 100%;
  }
  .hero[data-category="global-network-group-companies"]:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    height: 133.4375vw;
    background-image: url(../images/global-network/kv-groupCompanies-sp-02.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hero[data-category="global-network-group-companies"] .hero-inner {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    height: 500px;
    height: 133.4375vw;
  }
  .hero[data-category="global-network-group-companies"] .hero-headingV2 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 20px 0 0;
    padding: 6.25vw 0 0;
  }
  .hero[data-category="global-network-group-companies"] .hero-copy {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 45px 0 0;
    padding: 14.0625vw 0 0;
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .hero[data-category="global-network-group-companies"] .hero-detailV2 {
    position: absolute;
    bottom: 30px;
    bottom: 9.375vw;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    padding: 0 4.6875vw;
    text-align: left;
  }
  .hero[data-category="global-network-our-employee"] {
    height: 100%;
    min-height: auto;
    margin: 0;
    padding: 100px 0 0;
  }
  .hero[data-category="global-network-our-employee"] .hero-inner {
    position: relative;
    padding: 35px 0;
    padding: 10.9375vw 0;
    top: 0;
    left: 0;
    transform: none;
  }
  .hero[data-category="global-network-our-employee"] .hero-copy {
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .hero[data-category="global-network-our-employee"] .hero-detail {
    margin: 15px 0 0;
    margin: 4.6875vw 0 0;
  }
  .hero[data-category^="global-network-our-employee-article-"] .hero-detailV2.is-pc {
    display: none;
  }
  .hero[data-category="innovation-monozukuri-article-01"] {
    background-image: url(../images/innovation/kv-monozukuri-01-sp.png);
  }
  .hero[data-category="innovation-monozukuri-article-02"] {
    background-image: url(../images/innovation/kv-monozukuri-02-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-01"] {
    background-image: url(../images/global-network/kv-ourEmployee-article-01-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-02"] {
    background-image: url(../images/global-network/kv-ourEmployee-article-02-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-03"] {
    background-image: url(../images/global-network/kv-ourEmployee-article-03-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-04"] {
    background-image: url(../images/global-network/kv-ourEmployee-article-04-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-05"] {
    background-image: url(../images/global-network/kv-ourEmployee-article-05-sp.png);
  }
  .hero[data-category="global-network-our-employee-article-06"] {
    background-image: url(../images/global-network/kv-ourEmployee-article-06-sp.png);
  }
  .hero[data-category="about-us-index"] {
    background-image: url(../images/about-us/kv-index-sp.png);
  }
  .hero[data-category="about-us-index"] .hero-detail {
    margin: 30px 0 0;
    margin: 9.375vw 0 0;
    text-align: left;
  }
  .hero[data-category="about-us-index"] .hero-detail br {
    display: none;
  }
  .hero[data-category="about-us-japan-plants-companies"] {
    background-color: #639ccf;
    background-image: url(../images/about-us/kv-japanPlantsCompanies-sp-01.png);
    background-size: contain;
    min-height: 100%;
  }
  .hero[data-category="about-us-japan-plants-companies"]:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    height: 133.4375vw;
    background-image: url(../images/about-us/kv-japanPlantsCompanies-sp-02.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-inner {
    top: 100px;
    left: 0;
    padding: 30px 0 0;
    padding: 9.375vw 0 0;
    transform: none;
  }
  .hero[data-category="about-us-japan-plants-companies"] .hero-heading {
    padding: 0 20px;
    text-align: left;
  }
  .hero[data-category="about-us-history"] {
    height: auto;
    min-height: 100%;
  }
  .hero[data-category="about-us-history"] .hero-image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 500px;
    height: 133.4375vw;
    min-height: 500px;
    background-image: url(../images/about-us/kv-history-sp.png);
  }
  .hero[data-category="about-us-history"] .hero-inner {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    transform: none;
  }
  .hero[data-category="about-us-history"] .hero-headingV2 {
    position: absolute;
    width: 100%;
    margin: -350px 0 0;
    margin: -84.375vw 0 0;
    text-align: center;
  }
  .hero[data-category="about-us-history"] .hero-copy {
    position: absolute;
    width: 100%;
    margin: -330px 0 0;
    margin: -78.125vw 0 0;
    font-size: 25px;
    font-size: 7.8125vw;
    text-align: center;
  }
  .hero[data-category="about-us-history"] .hero-detailV2 {
    margin: 0;
    padding: 20px 10px;
    padding: 6.25vw 3.125vw;
    color: #666;
    text-align: left;
  }
  .hero[data-category="about-us-mid-term-business-plan"] .hero-logo {
    width: 160px;
    margin: 100px auto 20px;
  }
  .hero[data-category="recruit-index"] {
    background-image: url(../images/recruit/kv-index-sp.png);
    background-position: center center;
  }
  .hero[data-category="recruit-index"] .hero-copy {
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .hero[data-category="recruit-index"] .hero-detailV2 br {
    display: none;
  }
  .hero[data-category="motor-sport-index"] {
    height: auto;
    min-height: 100%;
  }
  .hero[data-category="motor-sport-index"] .hero-image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 500px;
    height: 133.4375vw;
    min-height: 500px;
    background-image: url(../images/motor-sport/kv-index-sp.png);
  }
  .hero[data-category="motor-sport-index"] .hero-inner {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    transform: none;
  }
  .hero[data-category="motor-sport-index"] .hero-headingV2 {
    position: absolute;
    width: 100%;
    margin: -420px 0 0;
    margin: -101.5625vw 0 0;
    font-size: 25px;
    font-size: 7.8125vw;
    font-weight: 400;
  }
  .hero[data-category="motor-sport-index"] .hero-copy {
    margin: 0;
    padding: 20px 15px 0;
    padding: 6.25vw 4.6875vw 0;
    color: #fff;
    background-color: #000;
  }
  .hero[data-category="motor-sport-index"] .hero-detail {
    margin: 0;
    padding: 10px 15px 20px;
    padding: 3.125vw 4.6875vw 6.25vw;
    color: #fff;
    background-color: #000;
    text-align: left;
  }
  .hero[data-category^="csr-action"] .hero-inner {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  }
  .hero[data-category="csr-action1"] {
    background-image: url(../images/csr/kv-action1-sp.png);
  }
  .hero[data-category="csr-action2"] {
    background-image: url(../images/csr/kv-action2-sp.png);
  }
  .hero[data-category="csr-action3"] {
    background-image: url(../images/csr/kv-action3-sp.png);
  }
  .hero[data-category="csr-action4"] {
    background-image: url(../images/csr/kv-action4-sp.png);
  }
  .hero[data-category="csr-action5"] {
    background-image: url(../images/csr/kv-action5-sp.png);
  }
  .hero[data-category="csr-action6"] {
    background-image: url(../images/csr/kv-action6-sp.png);
  }
  .hero[data-category="csr-action7"] {
    background-image: url(../images/csr/kv-action7-sp.png);
  }
  .hero[data-category="csr-sustainability-01"] .hero-image {
    background-image: url(../images/csr/kv-sustainability-sp.png);
  }
  .hero[data-category="csr-sustainability-01"] .hero-copy br {
    display: none;
  }
  .hero[data-category="csr-sustainability"] {
    background-image: url(../images/csr/sustainability/kv-sp.png);
  }
  .hero[data-category="csr-value"] {
    background-image: url(../images/csr/value/kv-sp.png);
  }
  .hero[data-category="csr-governance"] {
    background-image: url(../images/csr/governance/kv-sp.png);
  }
  .hero[data-category="csr-social-contributions-to-society"] {
    background-image: url(../images/csr/social/contributions-to-society/kv-sp.png);
  }
  .hero[data-category="csr-social-human-rights"] {
    background-image: url(../images/csr/social/human-rights/kv-sp.png);
  }
  .hero[data-category="csr-social-safety-comfort"] {
    background-image: url(../images/csr/social/safety-comfort/kv-sp.png);
  }
  .hero[data-category="csr-social-employee"] {
    background-image: url(../images/csr/social/employee/kv-sp.png);
  }
  .hero[data-category="csr-social-stakeholder-engagement"] {
    background-image: url(../images/csr/stakeholder-engagement/kv-sp.png);
  }
  .hero[data-category="csr-environment-management"] {
    background-image: url(../images/csr/environment/management/kv-sp.png);
  }
  .hero[data-category="csr-environment-eco-friendly"] {
    background-image: url(../images/csr/environment/eco-friendly/kv-sp.png);
  }
  .hero[data-category="csr-environment-climate-change"] {
    background-image: url(../images/csr/environment/climate-change/kv-sp.png);
  }
  .hero[data-category="csr-environment-reduce-reuse-recycle"] {
    background-image: url(../images/csr/environment/reduce-reuse-recycle/kv-sp.png);
  }
  .hero[data-category="csr-environment-chemical-substance-management"] {
    background-image: url(../images/csr/environment/chemical-substance-management/kv-sp.png);
  }
  .hero[data-category="csr-environment-data"] {
    background-image: url(../images/csr/environment/data/kv-sp.png);
  }
  .hero[data-category="csr-environment-environmental-accounting"] {
    background-image: url(../images/csr/environment/environmental-accounting/kv-sp.png);
  }
  .hero[data-category="csr-environment-japan-data"] {
    background-image: url(../images/csr/environment/japan-data/kv-sp.png);
  }
  .hero[data-category="csr-value-cabin"] .hero-detailV2.is-pc,
  .hero[data-category="csr-value-electronics-1"] .hero-detailV2.is-pc,
  .hero[data-category="csr-value-electronics-2"] .hero-detailV2.is-pc,
  .hero[data-category="csr-value-thermal"] .hero-detailV2.is-pc,
  .hero[data-category="csr-value-climate"] .hero-detailV2.is-pc,
  .hero[data-category="csr-value-exhaust"] .hero-detailV2.is-pc {
    display: none;
  }
  .hero[data-category="csr-value-cabin"] {
    background-image: url(../images/csr/value/cabin/kv-sp.png);
  }
  .hero[data-category="csr-value-electronics-1"] {
    background-image: url(../images/csr/value/electronics-1/kv-sp.png);
  }
  .hero[data-category="csr-value-electronics-2"] {
    background-image: url(../images/csr/value/electronics-2/kv-sp.png);
  }
  .hero[data-category="csr-value-thermal"] {
    background-image: url(../images/csr/value/thermal/kv-sp.png);
  }
  .hero[data-category="csr-value-climate"] {
    background-image: url(../images/csr/value/climate/kv-sp.png);
  }
  .hero[data-category="csr-value-exhaust"] {
    background-image: url(../images/csr/value/exhaust/kv-sp.png);
  }
  .hero[data-category="404"] .hero-heading {
    margin: 50px 0 0;
    margin: 15.625vw 0 0;
    font-size: 25px;
    font-size: 7.8125vw;
  }
  .hero[data-category="404"] .hero-detail {
    margin: 25px 0;
    margin: 7.8125vw 0;
    font-size: 12px;
    font-size: 3.75vw;
    white-space: nowrap;
  }
  .hero[data-category="404"] .hero-search {
    margin: 25px auto 45px;
    margin: 7.8125vw auto 10.9375vw;
    padding: 0 45px;
    padding: 0 14.0625vw;
  }
  .hero[data-category="404"] .hero-search .search-text {
    width: 100%;
    padding: 12px 5px 12px 50px;
    font-size: 16px;
    background-size: 24px;
    background-position: 12px;
  }
  .hero[data-category="404"] .read-moreV2 {
    margin: 30px auto 0;
    margin: 9.375vw auto 0;
  }
  .hero-inner[data-category="csr-value-headquarters"] {
    position: absolute;
    top: auto;
    bottom: 30px;
    bottom: 9.375vw;
    padding: 0 15px;
    padding: 0 4.6875vw;
    transform: translate(-50%, 0);
    text-align: left;
  }
}
@media print {
  .hero {
    display: none;
  }
}

.green-challenge-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #666;
  padding-top: 8vw;
}
.green-challenge-heading span {
  font-size: 40px;
  display: inline-block;
  margin-top: 24px;
  color: #039013;
  padding-bottom: 40px;
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
.green-challenge-heading-img {
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .green-challenge-heading {
    font-size: 4.4vw;
    padding-top: 0;
  }
  .green-challenge-heading span {
    font-size: 5.8vw;
    margin-top: 7vw;
    padding-bottom: 3.5vw;
  }
  .green-challenge-heading-area {
    margin-top: 100px;
    padding: 40px 0;
  }
}

.green-challenge-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .green-challenge-pc {
    display: none;
  }
  .green-challenge-sp {
    display: block;
  }
}
/*--------------------------------------------------------------------------------
breadcrumbs
--------------------------------------------------------------------------------*/
.breadcrumbs-items {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  padding: 10px 0;
}
.breadcrumbs-item {
  padding: 10px 0;
}
.breadcrumbs-item:before {
  content: '';
  display: inline-block;
  margin: 0 13px 0 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(45deg);
}
.breadcrumbs-item--siteroot:before {
  display: none;
}
.breadcrumbs-item a {
  font-size: 12px;
  font-weight: 600;
  color: #444;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 640px) {
  .breadcrumbs-items {
    padding: 10px 0;
    padding: 3.125vw 0;
  }
  .breadcrumbs-item {
    padding: 10px 0;
    padding: 3.125vw 0;
  }
  .breadcrumbs-item a {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.android-4-2 .breadcrumbs:after,
.android-4-3 .breadcrumbs:after,
.android-4-4 .breadcrumbs:after {
  content: '';
  display: table;
  clear: both;
}
.android-4-2 .breadcrumbs-items,
.android-4-3 .breadcrumbs-items,
.android-4-4 .breadcrumbs-items {
  width: 100%;
  display: block;
  float: left;
}
.android-4-2 .breadcrumbs-item,
.android-4-3 .breadcrumbs-item,
.android-4-4 .breadcrumbs-item {
  display: inline-block;
}
/*--------------------------------------------------------------------------------
main
--------------------------------------------------------------------------------*/
.main {
  position: relative;
  padding: 0 0 150px;
  background-color: #fff;
}
.main.no-hero {
  margin: 70px 0 0;
  padding: 110px 0 150px;
}
.main.no-heroV2 {
  margin: 70px 0 0;
  padding: 70px 0 150px;
}
.main.no-heroV3 {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.main.is-blue {
  background-color: #002855;
  margin: 70px 0 0;
  padding: 110px 0 150px;
}
.main.is-opacity {
  background-color: rgba(255, 255, 255, 0);
}
.main[data-category="products-subcategory"] {
  z-index: 30;
}
@media only screen and (max-width: 1023px) {
  .main.no-hero {
    margin: 0;
    padding: 50px 0 150px;
  }
  .main.no-hero:before {
    content: '';
    display: block;
    padding: 130px 0 0;
  }
  .main.no-heroV2 {
    margin: 0;
    padding: 50px 0 150px;
  }
  .main.no-heroV2:before {
    content: '';
    display: block;
    padding: 70px 0 0;
  }
  .main.no-heroV3 {
    margin: 0;
    padding: 50px 0 150px;
    min-height: 100vh;
  }
  .main.no-heroV3:before {
    content: '';
    display: block;
    padding: 70px 0 0;
  }
  .main.is-blue {
    margin: 0;
    padding: 50px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    padding: 0 0 50px;
    padding: 0 0 15.625vw;
  }
  .main.no-hero {
    padding: 50px 0 50px;
    padding: 50px 0 15.625vw;
  }
  .main.no-hero:before {
    padding: 50px 0 40px;
    padding: 50px 0 12.5vw;
  }
  .main.no-heroV2 {
    padding: 50px 0 50px;
    padding: 50px 0 15.625vw;
  }
  .main.no-heroV2:before {
    padding: 25px 0 0;
    padding: 7.8125vw 0 0;
  }
  .main.no-heroV3 {
    padding: 50px 0 50px;
    padding: 50px 0 15.625vw;
    min-height: 100vh;
  }
  .main.no-heroV3:before {
    padding: 25px 0 0;
    padding: 7.8125vw 0 0;
  }
  .main.is-blue {
    margin: 0;
    padding: 50px 0 50px;
    padding: 50px 0 15.625vw;
  }
}
@media print {
  .main {
    margin: 0!important;
    padding: 0!important;
  }
}
/*--------------------------------------------------------------------------------
localnav
--------------------------------------------------------------------------------*/
.localnav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 80px 0 0;
  z-index: 40;
  background-color: rgba(34, 34, 34, 0.4);
  transition: background-color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.localnav:hover {
  background-color: #222;
  transition: background-color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.localnav-body {
  display: table;
  width: 980px;
  height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}
.localnav-category {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  transition: color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.localnav-category:hover {
  text-decoration: none;
  color: #66bfff;
  transition: color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.localnav-category.is-active {
  color: #ccc;
}
.localnav-cols {
  display: table-cell;
  vertical-align: middle;
}
.localnav-items {
  display: table;
  height: 49px;
  float: right;
}
.localnav-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
.localnav-item a {
  color: #fff;
  font-size: 12px;
  transition: color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.localnav-item a:hover {
  text-decoration: none;
  color: #66bfff;
  transition: color 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.localnav-item.is-mobile {
  display: none;
}
.localnav-item.is-active a {
  color: #ccc;
}
.localnav-item.is-active a:hover {
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .localnav {
    overflow: hidden;
    height: 100px;
    padding: 50px 0 0;
    transition: height 200ms cubic-bezier(0.75, 0.02, 0.5, 1), background-color 200ms cubic-bezier(0.75, 0.02, 0.5, 1) 200ms;
  }
  .localnav:hover {
    background-color: rgba(34, 34, 34, 0.4);
    transition: height 200ms cubic-bezier(0.75, 0.02, 0.5, 1), background-color 200ms cubic-bezier(0.75, 0.02, 0.5, 1) 200ms;
  }
  .localnav.is-open {
    height: 100%;
    background-color: #222!important;
    transition: height 200ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .localnav-body {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .localnav-category {
    position: relative;
    display: block;
    padding: 0 20px;
    line-height: 50px;
  }
  .localnav-category:hover {
    text-decoration: none;
    color: #fff;
  }
  .localnav-category span {
    position: absolute;
    top: 21px;
    right: 16px;
    display: block;
    width: 22px;
    height: 2px;
  }
  .localnav-category span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: left center;
  }
  .localnav-category span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 3px;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    transform-origin: right center;
  }
  .localnav-category.is-open span {
    top: 24px;
  }
  .localnav-category.is-open span:before {
    animation-name: animation-01;
    animation-duration: 200ms;
    transform: rotate(-45deg);
  }
  .localnav-category.is-open span:after {
    animation-name: animation-02;
    animation-duration: 200ms;
    transform: rotate(45deg);
  }
  .localnav-category.is-close span:before {
    animation-name: animation-02;
    animation-duration: 200ms;
    transform: rotate(45deg);
  }
  .localnav-category.is-close span:after {
    animation-name: animation-01;
    animation-duration: 200ms;
    transform: rotate(-45deg);
  }
  .localnav-cols {
    display: block;
  }
  .localnav-cols.is-open .localnav-items {
    opacity: 1;
    transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1) 200ms;
  }
  .localnav-items {
    display: block;
    height: auto;
    float: none;
    padding: 20px;
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.75, 0.02, 0.5, 1) 200ms;
  }
  .localnav-item {
    display: block;
    padding: 0;
  }
  .localnav-item a {
    display: block;
    padding: 10px 0;
  }
  .localnav-item a:before {
    content: '\003e\0020';
  }
  .localnav-item.is-mobile {
    display: block;
  }
  .localnav-item.is-active a {
    color: #ccc;
  }
  .localnav-item.is-active a:hover {
    cursor: default;
  }
}
@keyframes animation-01 {
  0% {
    width: 12px;
    transform: rotate(45deg);
  }
  50% {
    width: 8px;
    transform: rotate(0);
  }
  100% {
    width: 12px;
    transform: rotate(-45deg);
  }
}
@keyframes animation-02 {
  0% {
    width: 12px;
    transform: rotate(-45deg);
  }
  50% {
    width: 8px;
    transform: rotate(0);
  }
  100% {
    width: 12px;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 640px) {
  .localnav-category {
    padding: 0 15px;
    padding: 0 4.6875vw;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .localnav-items {
    padding: 15px;
    padding: 4.6875vw;
  }
  .localnav-item a {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media print {
  .localnav {
    display: none;
  }
}
/*--------------------------------------------------------------------------------
backtotop
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 0;
  background-color: #f5f5f5;
  z-index: 30;
}
.footer-inner {
  max-width: 980px;
  margin: 0 auto;
}
.footer-primary {
  padding: 43px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.footer-secondary {
  display: flex;
  padding: 25px 0;
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding: 0 30px;
  }
  .footer-inner {
    max-width: 100%;
  }
  .footer-primary {
    padding: 0;
    border: none;
  }
  .footer-secondary {
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 0 30px;
    padding: 0 9.375vw;
  }
  .footer-secondary {
    padding: 30px 0 15px;
    padding: 9.375vw 0 4.6875vw;
  }
}
.android-4-2 .footer-secondary,
.android-4-3 .footer-secondary,
.android-4-4 .footer-secondary {
  display: block;
}
.footerV2 {
  position: absolute;
  padding: 0;
  background-color: #f5f5f5;
  z-index: 30;
  bottom: 0;
  width: 100%;
}
@media print {
  .footer,
  .footerV2 {
    display: none;
  }
}
/***** sitemap *****/
.sitemap-category {
  display: table;
  width: 100%;
  /* table-layout: fixed; */
}
.sitemap-category-cols {
  display: table-cell;
}
.sitemap-category-cols:last-child {
  padding-right: 0;
}
.sitemap-category-heading {
  margin: 7px 0;
}
.sitemap-category-heading a {
  color: #444;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.sitemap-category-heading a:hover {
  text-decoration: underline;
  padding: 0 0 2px 0;
  color: #000;
  transition: color 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.sitemap-category-heading span {
  color: #444;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.sitemap-subcategory.js-pulldownV2-body {
  height: 100%;
}
.sitemap-subcategory[data-subcategory-id="2"] {
  height: 70px;
}
.sitemap-item {
  margin: 7px 0;
}
.sitemap-item.is-mobile {
  display: none;
}
.sitemap-item a {
  font-size: 10px;
  color: #666;
  white-space: nowrap;
  transition: color 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.sitemap-item a:hover {
  text-decoration: underline;
  padding: 0 0 2px 0;
  color: #333;
  transition: color 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
@media only screen and (min-width: 1024px) {
  .sitemap-category-cols {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 1023px) {
  .sitemap-category {
    display: block;
  }
  .sitemap-category-cols {
    display: block;
  }
  .sitemap-category-rows {
    border-bottom: 1px solid #ccc;
  }
  .sitemap-category-rows .sitemap-category-heading.is-subcategory.is-open a:after {
    transform: rotate(45deg);
    transition: transform 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .sitemap-category-rows .sitemap-category-heading.is-subcategory.is-open span:after {
    transform: rotate(45deg);
    transition: transform 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .sitemap-category-heading {
    margin: 0;
    position: relative;
  }
  .sitemap-category-heading.is-subcategory a:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../images/common/icon-plus-gray.png);
    background-size: 100% 100%;
    transform: rotate(0);
    transition: transform 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .sitemap-category-heading.is-subcategory span:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -5px 0 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../images/common/icon-plus-gray.png);
    background-size: 100% 100%;
    transform: rotate(0);
    transition: transform 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
  }
  .sitemap-category-heading a {
    position: relative;
    display: block;
    color: #555;
    line-height: 50px;
    font-weight: 500;
  }
  .sitemap-category-heading a:hover {
    padding: 0;
    color: #444;
  }
  .sitemap-category-heading span {
    position: relative;
    display: block;
    color: #555;
    line-height: 50px;
    font-weight: 500;
  }
  .sitemap-subcategory {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
  }
  .sitemap-subcategory.js-pulldownV2-body {
    height: 0;
  }
  .sitemap-subcategory[data-subcategory-id="2"] {
    height: 0;
  }
  .sitemap-items {
    display: block;
    padding: 0 0 20px;
  }
  .sitemap-item {
    display: block;
    margin: 0;
  }
  .sitemap-item.is-mobile {
    display: block;
  }
  .sitemap-item a {
    display: block;
    padding: 10px 0;
    white-space: normal;
  }
  .sitemap-item a:hover {
    padding: 10px 0;
    color: #666;
  }
  .sitemap-item a:before {
    content: '\003e\0020';
  }
}
@media only screen and (max-width: 640px) {
  .sitemap-category-heading.is-subcategory a:after {
    margin: -5px 0 0;
    margin: -1.5625vw 0 0;
    width: 10px;
    width: 3.125vw;
    height: 10px;
    height: 3.125vw;
  }
  .sitemap-category-heading.is-subcategory span:after {
    margin: -5px 0 0;
    margin: -1.5625vw 0 0;
    width: 10px;
    width: 3.125vw;
    height: 10px;
    height: 3.125vw;
  }
  .sitemap-category-heading a {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 50px;
    line-height: 15.625vw;
  }
  .sitemap-category-heading span {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 50px;
    line-height: 15.625vw;
  }
  .sitemap-item a {
    padding: 5px 0;
    padding: 1.5625vw 0;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .sitemap-item a:hover {
    padding: 5px 0;
    padding: 1.5625vw 0;
  }
}
/***** sitemapV2 *****/
.sitemapV2 {
  text-align: left;
  width: 755px;
  order: 1;
}
.sitemapV2-items {
  font-size: 0;
}
.sitemapV2-item {
  display: inline-block;
}
.sitemapV2-item a {
  color: #999;
  font-size: 10px;
  transition: color 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.sitemapV2-item a:hover {
  text-decoration: underline;
  padding: 0 0 2px 0;
  color: #666;
  transition: color 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.sitemapV2-item:first-child:before,
.sitemapV2-item:after {
  content: '\00ff5c';
  color: #999;
  font-size: 10px;
}
@media only screen and (max-width: 1023px) {
  .sitemapV2 {
    width: 100%;
    order: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .sitemapV2 {
    text-align: left;
  }
  .sitemapV2-item {
    margin: 0 0 12px 0;
    margin: 0 0 3.75vw 0;
  }
  .sitemapV2-item a {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .sitemapV2-item:first-child:before,
  .sitemapV2-item:after {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
/***** information (copyright) *****/
.information {
  font-size: 0;
  width: 220px;
  order: 0;
}
.information-copyright small {
  font-size: 10px;
  color: #444;
}
@media only screen and (max-width: 1023px) {
  .information {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .information-copyright small {
    color: #666;
  }
}
@media only screen and (max-width: 640px) {
  .information-copyright small {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.site-share {
  display: flex;
  justify-content: flex-end;
  order: 2;
}
.site-share-heading {
  font-size: 16px;
  color: #666;
  line-height: 45px;
  margin: 0 30px 0 0;
}
.site-share ul {
  display: flex;
  font-size: 0;
}
.site-share li a {
  display: inline-block;
  margin: 0 15px 0;
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.site-share li a:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.site-share li a:hover {
  opacity: .5;
  transition: opacity 400ms cubic-bezier(0.75, 0.02, 0.5, 1);
}
.site-share li[data-sns="twitter"] a:before {
  background-image: url(../images/common/icon-twitter.png);
}
.site-share li[data-sns="facebook"] a:before {
  background-image: url(../images/common/icon-facebook.png);
}
@media only screen and (max-width: 1023px) {
  .site-share {
    margin: 20px 0;
    order: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .site-share {
    margin: 13px 0 25px;
    margin: 4.0625vw 0 7.8125vw;
  }
  .site-share li a {
    margin: 0 20px 0;
    margin: 0 6.25vw 0;
  }
  .site-share li a:before {
    width: 25px;
    width: 7.8125vw;
    height: 25px;
    height: 7.8125vw;
  }
}
.android-4-2 .site-share,
.android-4-3 .site-share,
.android-4-4 .site-share {
  display: block;
}
.android-4-2 .site-share ul,
.android-4-3 .site-share ul,
.android-4-4 .site-share ul {
  display: block;
}
.android-4-2 .site-share li,
.android-4-3 .site-share li,
.android-4-4 .site-share li {
  width: 75px;
  display: inline-block;
}
.ck-holdings-content {
  min-height: 100vh;
}

.img-zoom:hover {
  cursor: zoom-in;
}
/*****cookie *****/
.cookie-policy{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  font-size: 95%;
  padding: 15px;
  z-index: 99;
}
.cookie-policy a{
  color: #66bfff;
}
.cookie-policy-cols{
  max-width: 980px;
  margin: 20px auto;
  padding-right: 100px;
  position: relative;
}
.cookie-policy-cols-text {
  font-size: 12px;
  color: #666;
}
.cookie-policy-close{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.cookie-policy-btn{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /*background: #fff;*/
  border: 2px solid #66bfff;
  color: #66bfff;
  border-radius: 6px;
  padding: 3px 10px;
  position: absolute;
  font-size: 80%;
  right: 0;
  top: 0;
}
.cookie-policy-btn:hover{
  opacity: 0.7;
  /*background: #66bfff;
  color: #fff;
  transition: .2s;*/
}
@media only screen and (max-width: 640px) {
  .cookie-policy{
    padding: 0;
  }
  .cookie-policy-cols{
    padding: 8% 4.6875vw 4%;
    margin: 0;
  }
  .cookie-policy-cols-text {
    font-size: 3.125vw;
  }
  .cookie-policy-close{
    top: 5%;
    right: 4.6875vw;
  }
  .cookie-policy-btn{
    position: static;
    margin: 15px auto 0;
    display: block;
  }
}


/* focusing-domain */
.panelV2 {
  width: 100%;
  margin: 60px auto 0;
  padding: 0 3em;
}
.panelV2-item {
  padding: 20px 22px;
  border: 1px solid #108cc2;
}
.panelV2-item p {
  margin: 0;
  line-height: 1.7 !important;
}
.panelV2-tab {
  padding: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #108cc2;
}
@media only screen and (max-width: 767px) {
  .panelV2 {
    margin: 40px auto 0;
    padding: 0;
  }
  .article-body p.panel-heading {
    font-size: 1.2em;
  }
  .panelV2-item {
    padding: 15px 16px;
  }
  .panelV2-tab {
    padding: 12px;
  }
}
.csr_sdgs_2col {
  display: flex;
  margin: 15px 0 70px;
}
.csr_sdgs_2col .csr_sdgs_img_item_01 {
  margin-right: 30px;
  width: 100%;
}
.csr_sdgs_2col .csr_sdgs_img_item_01 img {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .csr_sdgs_2col {
    display: block;
    margin: 15px 0 50px;
  }
  .listV9-body .csr_sdgs_img_item_01 {
    margin: 30px auto;
    width: 100%;
    text-align: center;
  }
}
.csr_col2_float{
  overflow: hidden;
}
.csr_col2_float .csr_col2_float_item::before{
  content: "";
  display: block;
  width: 0;
  float: left;
  height: 7em;
}
.csr_col2_float .csr_col2_float_item img{
  float: left;
  clear: both;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .csr_col2_float{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .csr_col2_float .csr_col2_float_item img{
    float: none;
    margin-right: 0;
  }
  .csr_col2_float .csr_col2_float_item{
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .csr_col2_float p{
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }

}
/*****cookie *****/
.cookie-policy{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  font-size: 95%;
  padding: 15px;
  z-index: 99;
}
.cookie-policy a{
  color: #66bfff;
}
.cookie-policy-cols{
  max-width: 980px;
  margin: 20px auto;
  padding-right: 100px;
  position: relative;
}
.cookie-policy-cols-text {
  font-size: 12px;
  color: #666;
}
.cookie-policy-close{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.cookie-policy-btn{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /*background: #fff;*/
  border: 2px solid #66bfff;
  color: #66bfff;
  border-radius: 6px;
  padding: 3px 10px;
  position: absolute;
  font-size: 80%;
  right: 0;
  top: 0;
}
.cookie-policy-btn:hover{
  opacity: 0.7;
  /*background: #66bfff;
  color: #fff;
  transition: .2s;*/
}
@media only screen and (max-width: 640px) {
  .cookie-policy{
    padding: 0;
  }
  .cookie-policy-cols{
    padding: 8% 4.6875vw 4%;
    margin: 0;
  }
  .cookie-policy-cols-text {
    font-size: 3.125vw;
  }
  .cookie-policy-close{
    top: 5%;
    right: 4.6875vw;
  }
  .cookie-policy-btn{
    position: static;
    margin: 15px auto 0;
    display: block;
  }
}


/* focusing-domain */
.panelV2 {
  width: 100%;
  margin: 60px auto 0;
  padding: 0 3em;
}
.panelV2-item {
  padding: 20px 22px;
  border: 1px solid #108cc2;
}
.panelV2-item p {
  margin: 0;
  line-height: 1.7 !important;
}
.panelV2-tab {
  padding: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #108cc2;
}
@media only screen and (max-width: 767px) {
  .panelV2 {
    margin: 40px auto 0;
    padding: 0;
  }
  .article-body p.panel-heading {
    font-size: 1.2em;
  }
  .panelV2-item {
    padding: 15px 16px;
  }
  .panelV2-tab {
    padding: 12px;
  }
}
