

#wrapper {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}

#content {
  position: relative;
}

.container-content {
  width: 1110px;
  margin: auto;
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: color 0.3s ease-out;
}

@media (max-width: 1199px) {
  .container-content {
    width: 950px;
  }
}

@media (max-width: 1025px) {
  #content {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .container-content {
    width: 740px;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .desctop {
    display: none;
  }
  body {
    margin: 0;
  }
  #content {
    margin: 0;
  }
  .container-content {
    width: 100%;
    padding: 0 15px !important;
    box-sizing: border-box;
  }
}

.wrapp-title-page {
  background-color: rgba(204, 235, 233, 0.6);
  padding: 27px 0;
  color: #333333;
  line-height: 1.3;
}

.wrapp-title-page h1 {
  font-size: 2.333333rem;
}

.wrapp-title-page .short-title {
  margin-top: 20px;
  font-size: 1.111rem;
}

.title-section {
  margin: 0 0 22px;
  font-size: 0.888888rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
}

.title-section._jp {
  margin-bottom: 50px;
  font-size: 2rem;
}

.xls,
.pdf {
  background: #cc000e;
  display: inline-block;
  padding: 3px 4px 4px;
  margin: 5px 0 0 5px;
  font-size: 0.7777rem;
  font-weight: bold;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.xls {
  background: #327434;
}

.arrow-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.arrow-icon:after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 bold";
  font-size: 1.333333rem;
  color: #009B94;
}

.btn-to-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: #fff;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 3px solid #009B94;
  cursor: pointer;
  z-index: 100;
}

.btn-to-top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin-top: -10px;
  border: 7px solid transparent;
  border-bottom: 9px solid #009B94;
}

.btn-to-top.show {
  display: block;
}

.hr {
  position: relative;
  background: #e4e4e4;
  height: 3px;
  width: 100%;
  display: block;
  margin: 20px 0;
  border: none;
}

.hr:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #009B94;
  width: 35px;
}

.breadcrumbs {
  background: #009B94;
  padding: 9px 0;
  font-size: 0.88888rem;
  color: #fff;
  line-height: 1.5;
}

.breadcrumbs .container-content {
  position: relative;
}

.breadcrumbs .container-content:before {
  content: '\f015';
  margin-right: 5px;
  font-size: 0.83333rem;
  font-family: "Font Awesome 5 bold";
}

.breadcrumbs a, .breadcrumbs .breadcrumb_last {
  color: #fff;
}

.breadcrumbs .separator {
  padding: 0 15px;
}

.breadcrumbs._hide-pc {
  display: none;
}

.full-img {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.full-img .img-product {
  position: relative;
  max-width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  border: 15px solid #fff;
  overflow: hidden;
}

.full-img .img-product img {
  height: 100%;
}

.full-img.show {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.btn-grey {
  background: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 23px 15px;
  margin: 15px auto;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
}

.btn-grey span {
  position: relative;
}

.btn-grey span:after {
  content: "\f104";
  position: absolute;
  top: -3px;
  left: -20px;
  font-family: "Font Awesome 5 bold";
  font-size: 1.333rem;
  color: #fff;
}

.link-disabled > a,
a.link-disabled {
  cursor: default;
}

.link-disabled > a:hover,
a.link-disabled:hover {
  opacity: inherit;
  transition: inherit;
}

.color-green {
  color: #009B94;
}

.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.pl20 {
  padding-left: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pr5 {
  padding-right: 5px;
}

.d-flex {
  display: flex !important;
}

.f-row-reverse {
  flex-direction: row-reverse;
}

.fullwidth {
  width: 100%;
}

.col-2 {
  width: 49%;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.m10 {
  margin: 10px;
}

.p10 {
  padding: 10px;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pl-1r {
  padding-left: 1rem !important;
}

@media (min-width: 769px) {
  .valigncenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 768px) {
  .title-section {
    margin: 0 0 15px;
    font-size: 0.7777rem;
  }
  .title-section._jp {
    margin-bottom: 30px;
    font-size: 1.5555rem;
  }
  .btn-to-top.show {
    display: none;
  }
  .wrapp-title-page {
    padding: 15px 0;
  }
  .wrapp-title-page .title-page {
    font-size: 1.777777rem;
  }
  .wrapp-title-page .short-title {
    margin-top: 13px;
    font-size: 1rem;
  }
  .hr {
    margin: 13px 0;
  }
  .hr:after {
    width: 25px;
  }
  .pdf, .xls {
    font-size: 0.666rem;
    margin: 0;
  }
  .breadcrumbs {
    padding: 3px 0;
  }
  .breadcrumbs .container-content:before {
    font-size: 0.6111rem;
  }
  .breadcrumbs._hide-mob {
    display: none;
  }
  .breadcrumbs._hide-pc {
    display: block;
  }
  .btn-grey {
    width: 100%;
  }
  .mobile-img-full {
    width: 100%;
  }
  .d-flex {
    display: block !important;
  }
  .col-2 {
    width: 100%;
  }
  .aligncenter-md {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-ptb0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

.textindent {
  text-indent: 1em;
}

.content-box-yelow {
  padding: 5px;
  background: #ffffcc;
  border: 1px solid #000;
}

.banners-wrapp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.banners-wrapp .banner {
  display: flex;
  flex-direction: column;
  padding: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.banners-wrapp .banner._col3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.banners-wrapp .banner-img {
  height: 154px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.banners-wrapp .banner-img img {
  width: 100%;
}

.banners-wrapp .bottom-tool {
  background: #fff;
  flex: auto;
  padding: 21px 30px;
  border-radius: 0 0 10px 10px;
}

.banners-wrapp .bottom-tool .banner-title {
  padding-left: 27px;
  font-size: 1.44444rem;
  color: #000;
}

.banners-wrapp .bottom-tool.arrow-icon:after {
  left: 30px;
  font-size: 27px;
}

@media only screen and (max-width: 1199px) {
  .banners-wrapp .bottom-tool .banner-title {
    font-size: 1.38888rem;
  }
}

@media only screen and (max-width: 991px) {
  .banners-wrapp .banner._col3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 768px) {
  .banners-wrapp {
    flex-direction: column;
    align-items: center;
    margin: 10px 0 0;
  }
  .banners-wrapp .banner._col3,
  .banners-wrapp .banner {
    width: 100%;
    max-width: 345px;
    flex: auto;
    margin: 10px auto;
    padding: 0;
  }
  .banners-wrapp .banner-img {
    height: auto;
  }
  .banners-wrapp .bottom-tool {
    padding: 18px 20px;
  }
}

.home-section {
  padding: 60px 0;
}

.home-section .flex-wrapp {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.home-section .item {
  text-decoration: none;
  text-align: center;
}

.home-section .item .icon {
  background: rgba(0, 155, 148, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  border-radius: 100%;
}

.home-section .item img {
  max-width: 100%;
}

.home-section .item .title {
  font-size: 1.6666rem;
  color: #333333;
  width: 220px;
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .home-section .item .icon {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .home-section {
    padding: 30px 0;
  }
  .home-section .item .icon {
    width: 165px;
    height: 165px;
  }
  .home-section .item img {
    width: 65px;
  }
  .home-section .item .title {
    margin-top: 10px;
    font-size: 1.2rem;
    width: 165px;
  }
}

@media (max-width: 540px) {
  .home-section .item .icon {
    width: 105px;
    height: 105px;
  }
  .home-section .item img {
    width: 50px;
  }
  .home-section .item .title {
    font-size: 0.7777rem;
    width: 105px;
  }
}

@media only screen and (max-width: 374px) {
  .home-section .item .icon {
    width: 90px;
    height: 90px;
  }
  .home-section .item .title {
    width: 90px;
  }
}

.contact-info {
  background: #7e9bdb;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3px;
  margin-top: 40px;
  border-radius: 10px;
  box-sizing: border-box;
}

.contact-info._lang_en .wrapp-info {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.contact-info._lang_en .wrapp-info li:nth-child(2) {
  display: block;
}

.contact-info .about-product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 15px;
  font-size: 1.555rem;
  box-sizing: border-box;
  color: #fff;
}

.contact-info .about-product .icon {
  width: 72px;
  margin-right: 17px;
  flex-shrink: 0;
}

.contact-info .about-product .icon img {
  width: 100%;
}

.contact-info._lang_en .about-product {
  width: 100%;
}

.contact-info .wrapp-info {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 21px 10px 21px 36px;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  color: #333333;
}

.contact-info .wrapp-info .info, .contact-info .wrapp-info li {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 5px;
  box-sizing: border-box;
  margin: 7px 0;
  line-height: 1.3;
  word-break: break-all;
}

.contact-info .wrapp-info .info:before, .contact-info .wrapp-info li:before {
  content: '';
  position: absolute;
  left: 0;
  background: #c4c4c4;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.contact-info .wrapp-info .info:before, .contact-info .wrapp-info li:before {
  top: 0.5rem;
}

.contact-info .wrapp-info .info a, .contact-info .wrapp-info li a {
  padding-right: 5px;
  color: #333333;
}

.contact-info .wrapp-info .info a.mail, .contact-info .wrapp-info li a.mail {
  color: #009B94;
  text-decoration: underline;
}

.contact-info .wrapp-info .info span, .contact-info .wrapp-info li span {
  flex-shrink: 0;
  letter-spacing: 0.09em;
}

@media only screen and (max-width: 1199px) {
  .contact-info .wrapp-info {
    padding-left: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .content-product-detail .contact-info .about-product {
    font-size: 1rem;
  }
  .content-product-detail .contact-info .wrapp-info {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-info {
    flex-direction: column;
    padding: 3px;
    margin-top: 25px;
  }
  .contact-info .about-product {
    width: 100%;
    font-size: 1.111rem;
  }
  .contact-info .about-product .icon {
    width: 42px;
    margin-right: 10px;
  }
  .contact-info .wrapp-info {
    width: 100%;
    padding: 13px 20px;
    border-radius: 0 0 10px 10px;
  }
  .contact-info .wrapp-info .info, .contact-info .wrapp-info li {
    word-break: break-all;
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 5px;
    box-sizing: border-box;
    margin: 4px 0;
    line-height: 1.67;
  }
  .contact-info .wrapp-info .info:before, .contact-info .wrapp-info li:before {
    content: '';
    position: absolute;
    left: 0;
    background: #c4c4c4;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  .contact-info .wrapp-info .info:before, .contact-info .wrapp-info li:before {
    top: 0.6rem;
  }
  .contact-info .wrapp-info ul li.info, .contact-info .wrapp-info li, .contact-info .wrapp-info .info {
    display: block;
  }
  .contact-info .wrapp-info ul li.info span:not(:first-child):before, .contact-info .wrapp-info li span:not(:first-child):before, .contact-info .wrapp-info .info span:not(:first-child):before {
    content: "\a ";
    white-space: pre;
  }
  .contact-info .wrapp-info ul li a, .contact-info .wrapp-info li a {
    display: inline-block;
    box-sizing: border-box;
    word-break: break-all;
  }
}

@media only screen and (max-width: 374px) {
  .contact-info .wrapp-info ul li.info a:after {
    content: "\a ";
    white-space: pre;
  }
}

header {
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  z-index: 100;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
}

header .header-inner {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

header .header-left {
  display: flex;
  align-items: center;
}

header .logo {
  width: 179px;
  height: 40px;
}

header .logo img {
  width: 100%;
}

header .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1320px) {
  header .header-left {
    align-items: flex-start;
  }
  header .logo {
    position: absolute;
    margin: 0;
  }
}

@media (max-width: 1025px) {
  header {
    padding: 0;
  }
  header .header-inner {
    padding: 0;
  }
  header .header-left {
    align-items: center;
  }
  header .logo {
    position: static;
    margin: 10px 0 10px 5px;
    width: 155px;
  }
  header .header-top {
    margin: 0;
  }
  header .header-top .mobile {
    display: flex;
    align-items: center;
  }
  header .header-top .bg-w-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    border-radius: 4px;
    background-color: #e4e4e4;
  }
  header .header-top .fa-search {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #3b3a3a;
    font-size: 1.25rem;
    line-height: 26px;
  }
  header .header-top .globe-link {
    display: block;
    padding: 4px;
  }
  header .header-top .globe-link img {
    width: 100%;
  }
  header .mobile-menu-link {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    background-color: #009B94;
    cursor: pointer;
  }
  header .mobile-menu-link span {
    display: block;
    width: 40px;
    height: 6px;
    background-color: #fff;
    transition: .2s;
  }
  header .mobile-menu-link.closed span {
    margin-left: 10px;
    margin-top: 10px;
  }
  header .mobile-menu-link.opened span {
    margin-left: 10px;
  }
  header .mobile-menu-link.opened .mobile-menu-icon2 {
    display: none;
  }
  header .mobile-menu-link.opened .mobile-menu-icon1 {
    margin-top: 28px;
    transform: rotate(45deg);
  }
  header .mobile-menu-link.opened .mobile-menu-icon3 {
    margin-top: -6px;
    transform: rotate(-45deg);
  }
  header .header-bottom {
    display: none;
    margin: 0;
    width: 100%;
    position: absolute;
    background: #009B94;
    z-index: 2;
    top: 100%;
    left: 0;
  }
}

@media (max-width: 374px) {
  header .logo {
    width: 120px;
  }
  header .header-top .mobile-menu-link {
    margin-left: 10px;
  }
  header .header-top .mobile .bg-w-block {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) {
  .lang-switcher {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .lang-switcher > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 3px 0;
  }
  .lang-switcher > li > a {
    padding: 5px;
    line-height: 25px;
    color: #333333;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .lang-switcher > li.current-lang {
    background-color: #E8E8E8;
  }
}

@media (max-width: 1025px) {
  .lang-switcher {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    top: 100%;
    left: 0;
    padding: 20px 0;
    width: 100%;
    background-color: #009B94;
    z-index: 99;
  }
  .lang-switcher.open {
    display: flex;
  }
  .lang-switcher > li {
    padding: 0;
    margin: 0 15px;
  }
  .lang-switcher > li > a {
    display: block;
    padding: 7px 13px 8px;
    font-size: 1.125rem;
    border-radius: 5px;
    background-color: #31bab4;
    color: #fff;
    box-sizing: border-box;
  }
  .lang-switcher > li.current-lang {
    background-color: transparent;
  }
  .lang-switcher > li.current-lang > a {
    background-color: #fff;
    color: #333333;
  }
}

@media (min-width: 768px) {
  .search-block {
    display: inline-block;
    vertical-align: top;
  }
  .search-block .search-form-block {
    position: relative;
    margin-left: 30px;
  }
  .search-block .search-form-block .search-submit {
    position: absolute;
    color: #a0a0a0;
    width: 18px;
    height: 18px;
    margin: 6px;
    cursor: pointer;
  }
  .search-block .search-form-block .search-input {
    padding-left: 25px;
    height: 30px;
    width: 183px;
    background-color: #E8E8E8;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
  }
}

@media (max-width: 1025px) {
  .search-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #009B94;
    width: 100%;
    padding: 20px;
    z-index: 99;
    box-sizing: border-box;
  }
  .search-block .search-form-block {
    position: relative;
    margin: auto;
    height: 50px;
  }
  .search-block .search-form-block .search-input {
    left: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 39px 12px 45px;
    border-radius: 5px;
    border: none;
    font-size: 1.125rem;
    color: #a0a0a0;
    box-sizing: border-box;
  }
  .search-block .search-form-block .search-submit {
    position: absolute;
    top: 50%;
    left: 12px;
    width: auto;
    height: auto;
    margin: 0;
    color: #a0a0a0;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 1.125rem;
  }
  .search-block.open {
    display: inline-block;
  }
}

.globe-block {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  flex-shrink: 0;
}

.globe-block a, .globe-block img {
  width: 100%;
}

@media (max-width: 1025px) {
  .globe-block {
    display: none;
  }
}

@media (min-width: 1025px) {
  .main-menu > ul {
    margin: 0;
    list-style: none !important;
  }
  .main-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
  }
  .main-menu > ul > li span.link-icon-after,
  .main-menu > ul > li span.link-icon {
    display: none;
  }
  .main-menu > ul > li a {
    text-decoration: none;
  }
  .main-menu > ul > li > a {
    display: block;
    box-sizing: border-box;
    padding: 10px 13px 0;
    margin: 0 10px;
    text-align: center;
    color: #333333;
    font-size: 1.125rem;
    border-bottom: 5px solid transparent;
    transition: .2s;
  }
  .main-menu > ul > li > a > span.link-title {
    line-height: 32px;
  }
  .main-menu > ul > li.contact-us a {
    font-size: 1.125rem;
  }
  .main-menu > ul > li > ul {
    position: absolute;
    display: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 7px 0 0;
    width: 100%;
    background-color: #009B94;
    z-index: 2;
    list-style: none;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .main-menu > ul > li > ul > li {
    display: block;
    max-width: 1110px;
    margin: 15px auto;
  }
  .main-menu > ul > li > ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 1.6875rem;
    color: #fff;
    line-height: 45px;
    text-decoration: none;
  }
  .main-menu > ul > li > ul > li > a > span.link-icon {
    display: inline;
    padding-right: 5px;
  }
  .main-menu > ul > li > ul > li > a.product-catalog-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 40px;
    vertical-align: top;
    top: 6px;
    height: 34px;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    line-height: 34px;
    font-size: 1rem;
    padding-right: 30px;
  }
  .main-menu > ul > li > ul > li > a.product-catalog-link > span.link-icon {
    margin: 5px 5px 0 5px;
    padding: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("images/gnav_catalog.png");
  }
  .main-menu > ul > li > ul > li > a.product-catalog-link > span.link-title {
    display: inline-block;
    vertical-align: top;
  }
  .main-menu > ul > li > ul > li > ul {
    display: block;
    box-sizing: border-box;
    list-style-type: none;
    margin: 24px 0;
    padding: 0;
    width: 100%;
    text-align: justify;
  }
  .main-menu > ul > li > ul > li > ul > li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 14px;
  }
  .main-menu > ul > li > ul > li > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 356px;
    height: 76px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 1.125rem;
    color: #333333;
  }
  .main-menu > ul > li > ul > li > ul > li > a > span.link-icon {
    display: block;
    margin: 0;
    padding: 0;
    width: 76px;
    height: 100%;
    background-color: #ccebe9;
    border-radius: 6px 0 0 6px;
  }
  .main-menu > ul > li > ul > li > ul > li > a > span.link-icon:before {
    content: "\f061";
    position: absolute;
    width: 18px;
    height: 16px;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #009B94;
  }
  .main-menu > ul > li > ul > li > ul > li > a > span.link-title {
    padding: 24px 0 23px 15px;
    text-align: left;
    width: 65%;
    margin-right: 10%;
    line-height: normal;
  }
  .main-menu > ul > li > ul > li > ul > li.search-item > a > span.link-icon:before {
    width: 48px;
    height: 48px;
    left: 14px;
    color: transparent;
  }
  .main-menu > ul > li > ul > li > ul > li.product-business-sector > a > span.link-icon:before {
    background-image: url("images/gnav_searxh_product_01.svg");
  }
  .main-menu > ul > li > ul > li > ul > li.product-using > a > span.link-icon:before {
    background-image: url("images/gnav_searxh_product_02.svg");
  }
  .main-menu > ul > li > ul > li > ul > li.product-alphabet > a > span.link-icon:before {
    background-image: url("images/gnav_searxh_product_03.svg");
  }
  .main-menu > ul > li > ul > li > ul > li.en-product-alphabet > a > span.link-icon:before {
    background-image: url("images/searchproducts_03_en.svg");
    background-size: 70%;
    background-color: #009a93;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
  }
  .main-menu > ul > li > ul > li > ul > li.external-link > a > span.link-icon:after {
    content: '\f35d';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #009B94;
    font-size: 0.8em;
  }
  .main-menu > ul > li > ul > li > ul:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .main-menu > ul > li > ul > li.top_page_company > a {
    display: none;
  }
  .main-menu > ul > li > ul > li.top_page_ir > a {
    display: none;
  }
  .main-menu > ul > li > ul > li:nth-child(1) > ul {
    border-bottom: 1px solid #ccebe9;
    padding-bottom: 24px;
  }
  .main-menu > ul > li > ul > li.external-link:nth-child(2) > ul {
    margin-top: 10px;
  }
  .main-menu > ul > li > ul > li:only-child > ul {
    border-bottom: none;
    padding-bottom: 0;
  }
  .main-menu > ul > li > ul > li.external-link > a > span.link-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    padding: 0;
    margin-right: 11px;
  }
  .main-menu > ul > li > ul > li.external-link > a > span.link-icon:before {
    content: '\f35d';
    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    color: #009B94;
    font-size: 0.9rem;
    left: 6px;
  }
  .main-menu > ul > li > ul > li.external-link > a > span.link-title {
    vertical-align: top;
    font-size: 1.125rem;
  }
  .main-menu > ul > li > a:hover {
    border-bottom: 5px solid #009B94 !important;
  }
  .main-menu > ul > li.menu-item-has-children:not(.hide-item) > a {
    border-bottom: 5px solid transparent;
  }
  .main-menu > ul > li.menu-item-has-children:not(.hide-item).open > a {
    border-color: #009B94;
    background-color: #009B94;
    border-radius: 5px 5px 0 0;
    color: #fff;
  }
  .main-menu > ul > li.current-menu-item > a,
  .main-menu > ul > li.current-menu-ancestor > a {
    border-radius: 2.5px;
    border-bottom: 5px solid #009B94;
  }
  .main-menu > ul > li.contact-us {
    position: relative;
    margin-left: 5px;
  }
  .main-menu > ul > li.contact-us > a {
    padding: 10px 9px 0 39px;
  }
  .main-menu > ul > li.contact-us:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-37%);
    width: 20px;
    height: 16px;
    background-image: url("images/gn_mail.svg");
  }
}

@media (min-width: 1140px) {
  .main-menu > ul > li > ul .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 1145px) {
  .main-menu > ul > li > a {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 1025px) {
  .main-menu {
    width: 100%;
    height: 100%;
  }
  .main-menu li.top_page_ir > a, .main-menu li.top_page_company > a {
    display: none !important;
  }
  .main-menu .sub-menu a {
    padding: 24px 0 24px 40px;
    font-size: 1rem;
  }
  .main-menu .sub-menu .sub-menu {
    background: #31bab4;
    padding-left: 20px;
  }
  .main-menu a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 27px 0 27px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.125rem;
  }
  .main-menu a > span.link-icon {
    display: none;
  }
  .main-menu > ul {
    padding: 6px 0 0;
    margin: 0;
  }
  .main-menu > ul > li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .main-menu > ul > li.contact-us {
    display: none;
  }
  .main-menu > ul > li.menu-item-has-children:not(.hide-item) > a > span.link-icon-after {
    display: block;
    position: absolute;
    right: 20px;
    width: 16px;
    height: 2px;
    background-color: #fff;
  }
  .main-menu > ul > li.menu-item-has-children:not(.hide-item) > a > span.link-icon-after:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transform: rotate(90deg);
  }
  .main-menu > ul > li.menu-item-has-children:not(.hide-item) > a.open > span.link-icon-after:before {
    display: none;
  }
  .main-menu > ul > li > ul {
    display: none;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #09aaa3;
  }
  .main-menu > ul > li > ul > li {
    padding: 0;
    margin: 0;
  }
  .main-menu > ul > li > ul > li > a > span.link-icon {
    display: none;
  }
  .main-menu > ul > li > ul > li > a span.link-icon-after {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left: #09aaa3;
    border-bottom: #09aaa3;
    transform: rotate(45deg) translateY(-50%);
  }
  .main-menu > ul > li > ul > li > a.product-catalog-link {
    display: none;
  }
  .main-menu > ul > li > ul > li > a > span.link-title {
    padding: 0;
    margin: 0;
  }
  .main-menu > ul > li > ul > li > ul {
    padding: 0;
    margin: 0;
  }
  .main-menu > ul > li > ul > li > ul > li {
    padding: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
  }
  .main-menu > ul > li > ul > li > ul > li > a > span.link-icon.fa-chevron-right {
    display: none;
  }
  .main-menu > ul > li > ul > li > ul > li > a > span.link-icon-after {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left: #09aaa3;
    border-bottom: #09aaa3;
    transform: rotate(45deg);
  }
  .main-menu > ul > li > ul > li > ul > li > a > span.link-title {
    padding: 0;
    margin: 0;
  }
  .main-menu > ul > li > ul > li > ul > li.search-item > a {
    position: relative;
  }
  .main-menu > ul > li > ul > li > ul > li.search-item > a > span.link-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: block;
    border-radius: unset;
  }
  .main-menu > ul > li > ul > li > ul > li.search-item > a > span.link-icon:before {
    display: none;
  }
  .main-menu > ul > li > ul > li > ul > li.search-item > a > span.link-title {
    margin-left: 30px;
  }
  .main-menu > ul > li > ul > li > ul > li.product-business-sector > a > span.link-icon {
    background-image: url("images/gnav_searxh_product_01_mobile.svg");
  }
  .main-menu > ul > li > ul > li > ul > li.product-using > a > span.link-icon {
    background-image: url("images/gnav_searxh_product_02_mobile.svg");
    background-size: contain;
  }
  .main-menu > ul > li > ul > li > ul > li.product-alphabet > a > span.link-icon {
    background-image: url("images/gnav_searxh_product_03_mobile.svg");
    background-size: contain;
  }
  .main-menu > ul > li > ul > li > ul > li.en-product-alphabet > a > span.link-icon {
    background-image: url("images/gnav_searxh_product_03_mobile_en.svg");
    background-size: contain;
  }
  .main-menu > ul > li > ul > li.external-link > a {
    position: relative;
    padding-left: 40px;
  }
  .main-menu > ul > li > ul > li.external-link > a > span.link-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: block;
    border-radius: unset;
    background-image: url("images/gnav_search_sitelink.png");
  }
  .main-menu > ul > li > ul > li.external-link > a > span.link-icon:before {
    display: none;
  }
  .main-menu > ul > li > ul > li.external-link > a > span.link-title {
    margin-left: 30px;
  }
  .main-menu > ul > li > ul > li.external-link > ul {
    background-color: #31bab4;
  }
  .main-menu > ul > li > ul > li.external-link > ul > li > a {
    padding-left: 51px;
  }
  .main-menu > ul > li > ul > li.external-link > ul > li > a > span.link-title {
    max-width: 70vw;
  }
  .main-menu > ul > li > ul > li.external-link > ul > li > a > span.link-title:after {
    content: '\f35d';
    margin-left: 11px;
    font-family: "Font Awesome 5 bold";
    font-size: 0.6rem;
    color: #fff;
  }
  .main-menu > ul > li > ul.open {
    display: block;
  }
}

.top-slider {
  background-color: #e4e4e4;
}

.top-slider a {
  width: 40px !important;
  height: 10px !important;
  opacity: 0.8;
  background-color: #a3e6f0 !important;
  border: none !important;
}

.top-slider .rslides_here a,
.top-slider a.active {
  background-color: #009B94 !important;
}

.top-slider-hover {
  position: absolute;
  top: 199px;
  left: 0;
  min-width: 683px;
  height: 80px;
  background-color: #009B94;
  color: #fff;
  font-size: 2.333rem;
  text-align: center;
  font-weight: bold;
  line-height: 80px;
  opacity: 0.8;
  border-radius: 0 6px 6px 0;
}

@media (max-width: 768px) {
  .top-slider {
    height: 375px;
  }
  .top-slider div, .top-slider .rslides, .top-slider .rslides1, .top-slider li {
    height: 100%;
  }
  .top-slider li {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .top-slider li img {
    width: auto;
    height: 100%;
  }
  .top-slider-hover {
    top: 146px;
    width: 100%;
    height: 68px;
    line-height: 68px;
    min-width: 0;
    border-radius: unset;
    font-size: 1.5rem;
  }
}

.news-section {
  background: #fff;
  line-height: normal;
}

.news-section a:hover {
  color: #009B94 !important;
}

.news-section .nav-news {
  background: #f0f0f0;
  padding: 18px 0;
  font-size: 1.222rem;
  color: #333333;
}

.news-section .nav-news .container-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.news-section .nav-news .last-news {
  flex-shrink: 0;
  margin: 0 45px 0 0;
  font-size: 2rem;
  font-weight: normal;
}

.news-section .nav-news .list-categories {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-section .nav-news .category-news {
  margin-right: 34px;
  padding: 0 13px 5px;
  border-bottom: 2px solid transparent;
}

.news-section .nav-news .category-news a {
  text-decoration: none;
  color: #333333;
}

.news-section .nav-news .category-news:hover, .news-section .nav-news .category-news.active {
  border-color: #009B94;
}

.news-section .nav-news .category-news:last-child {
  margin-right: 0;
}

.news-section .nav-news .other-news-link {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 5px 21px 5px 37px;
  flex-shrink: 0;
  border-radius: 50px;
  font-size: 1rem;
}

.news-section .nav-news .other-news-link a {
  color: #333333;
  text-decoration: none;
}

.news-section .nav-news .other-news-link.arrow-icon:after {
  left: 21px;
}

.news-section .news-wrapp {
  background: #fff;
  padding: 10px 0 40px;
}

.news-section .news-wrapp .container-content {
  padding: 0 20px;
  box-sizing: border-box;
}

.news-section .news-wrapp .item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 2px solid #f0f0f0;
  color: #333333;
  font-size: 1.111rem;
}

.news-section .news-wrapp .item:last-child {
  border: none;
}

.news-section .news-wrapp .category {
  min-width: 124px;
  margin: 5px 25px;
  padding: 2px;
  font-weight: bold;
  font-size: 0.777rem;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.news-section .news-wrapp .title a:not(.pdf):not(.xls) {
  text-decoration: underline;
  color: #333333;
}

@media (max-width: 1199px) {
  .news-section .nav-news .last-news {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .news-section .nav-news {
    padding: 8px 0;
    font-size: 0.888rem;
  }
  .news-section .nav-news .list-categories {
    width: auto;
    align-items: normal;
  }
  .news-section .nav-news .category-news {
    display: flex;
    justify-content: center;
    min-width: 52px;
    max-width: 67px;
    margin-right: 10px;
    padding: 0 5px 1px;
    box-sizing: border-box;
    line-height: 1.25;
    text-align: center;
  }
  .news-section .nav-news .category-news a {
    align-self: center;
  }
  .news-section .nav-news .other-news-link {
    width: 75px;
    padding: 4px 6px 6px 18px;
    margin-left: 5px;
    flex-shrink: 1;
    border-radius: 10px;
    line-height: 1.14;
    box-sizing: border-box;
  }
  .news-section .nav-news .other-news-link.arrow-icon:after {
    left: 6px;
    font-size: 0.888rem;
  }
  .news-section .news-wrapp {
    padding: 15px 0px 20px;
  }
  .news-section .news-wrapp .item {
    flex-wrap: wrap;
    padding: 15px 20px;
    border: none;
    font-size: 0.888rem;
  }
  .news-section .news-wrapp .date {
    font-size: 1rem;
  }
  .news-section .news-wrapp .category {
    margin: 0 0 0 10px;
    font-size: 0.777rem;
  }
  .news-section .news-wrapp .title {
    width: 100%;
    margin-top: 7px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 374px) {
  .news-section .nav-news .container-content .list-categories .category-news {
    margin-right: 0;
  }
  .news-section .nav-news .container-content .other-news-link {
    margin-left: 0;
  }
}

.wrapp-list-years {
  padding: 55px 0 25px;
}

.wrapp-list-years .wrapp-select-after {
  display: none;
}

.wrapp-list-years .tabs-years {
  display: flex;
  flex-wrap: wrap;
}

.wrapp-list-years .item-year {
  margin: 5px 10px 5px 0;
  padding: 9px 18px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
}

.wrapp-list-years .item-year a {
  font-size: 1.111rem;
  color: #333333;
}

.wrapp-list-years .item-year:hover, .wrapp-list-years .item-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

.news-section._page-news {
  padding-bottom: 35px;
}

.news-section._page-news .nav-news {
  margin-bottom: 20px;
}

.news-section._page-news .news-wrapp .item:last-child {
  border-bottom: 2px solid #f0f0f0;
}

@media only screen and (max-width: 768px) {
  .wrapp-list-years {
    padding: 30px 0;
  }
  .wrapp-list-years .tabs-years {
    display: none;
  }
  .wrapp-list-years .wrapp-select-after {
    position: relative;
    display: flex;
    align-items: center;
  }
  .wrapp-list-years .wrapp-select-after #tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.222rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
  .wrapp-list-years .wrapp-select-after #tabs-years::-ms-expand {
    display: none;
  }
  .wrapp-list-years .wrapp-select-after:after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: "Font Awesome 5 bold";
    font-size: 1.333rem;
    color: #333333;
    transform: rotate(90deg) translateX(-95%);
  }
  .news-section._page-news {
    padding-bottom: 15px;
  }
  .news-section._page-news .nav-news {
    margin: 0;
  }
  .news-section._page-news .nav-news .list-categories {
    width: 100%;
    justify-content: space-between;
  }
  .news-section._page-news .news-wrapp .item:last-child {
    border: none;
  }
}

.about-us-section {
  background: #F8F3E1;
  padding: 60px 0 45px;
}

.about-us-section .title-section._jp {
  margin-bottom: 35px;
}

.about-us-section .banner-about {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.666rem;
  color: #333333;
  line-height: 1.27;
}

.about-us-section .banner-inner {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 50px 20px 20px 20px;
  text-align: center;
  border-radius: 16px;
}

.about-us-section .banner-inner .banner-img {
  height: 100px;
  margin-bottom: 42px;
}

.about-us-section .banner-inner img {
  height: 100%;
}

.about-us-section .banner-inner .banner-title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: auto;
}

.homepage_en .about-us-section .banner-about {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media only screen and (max-width: 991px) {
  .about-us-section .banner-about {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .about-us-section {
    padding: 30px 0 20px;
  }
  .about-us-section .title-section._jp {
    margin-bottom: 30px;
  }
  .about-us-section .banners-wrapp {
    flex-direction: row;
    align-items: stretch;
    margin: -10px;
  }
  .about-us-section .banner-about {
    padding: 10px;
    /*font-size: 1.222rem;*/
    font-size: 0.7rem;
  }
  .about-us-section .banner-inner {
    padding: 20px 15px;
  }
  .about-us-section .banner-inner .banner-img {
    height: 70px;
    margin-bottom: 20px;
  }
}

.search-product {
  background: #fff;
}

.search-product .container-content {
  padding: 0 60px;
}

@media only screen and (max-width: 991px) {
  .search-product .container-content {
    padding: 0;
  }
}

.pick-up {
  background: #e6edf2;
}

.pick-up .pick-up-items.flex-wrapp {
  justify-content: center;
}

.pick-up .item-pick {
  width: 31%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  /*&:first-child{
      margin-left: 0;
    }
    &:last-child{
      margin-left: 0;
    }*/
}

.pick-up .item-pick img {
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .pick-up .pick-up-items {
    flex-direction: column;
  }
  .pick-up .pick-up-items .item-pick {
    width: auto;
    margin: auto;
    margin-bottom: 20px;
  }
  .pick-up .pick-up-items .item-pick:last-child {
    margin: 0 auto;
  }
}

.contact.home-section {
  padding-bottom: 70px;
}

.contact.home-section .container-content {
  padding: 0 60px;
}

.contact.home-section .item .icon {
  background: rgba(40, 89, 196, 0.6);
}

@media only screen and (max-width: 768px) {
  .contact.home-section {
    padding-bottom: 30px;
  }
  .contact.home-section .item:last-child .icon img {
    width: 35px;
  }
}

.calculated-material {
  padding: 60px 0 55px;
}

.calculated-material .container-content {
  display: flex;
}

.calculated-material .last-calculated-material {
  text-align: center;
}

.calculated-material .last-calculated-material .quarter-results {
  font-size: 1rem;
  color: #333333;
}

.calculated-material .btn-download {
  position: relative;
  background-color: rgba(0, 155, 148, 0.6);
  width: 234px;
  display: block;
  margin-bottom: 10px;
  padding: 55px 21px 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 1.111rem;
  line-height: 1.3;
  box-sizing: border-box;
  text-align: center;
}

.calculated-material .btn-download:after {
  content: '\f019';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 bold";
  color: #fff;
  font-size: 25px;
}

.calculated-material .btn-download span {
  font-size: 0.888rem;
}

.calculated-material .list-material {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 24px;
  max-height: 180px;
}

.calculated-material .list-material li {
  margin: 0 16px 5px;
}

.calculated-material .list-material .link-pdf {
  padding-left: 20px;
  color: #333333;
}

.calculated-material .list-material .link-pdf span:not(.pdf, .xls) {
  text-decoration: underline;
}

.calculated-material .list-material .link-pdf .weight {
  font-size: 0.777rem;
}

.banner--01 img {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .banner--01 img {
    margin-top: -50px;
  }
}

.banner-links {
  background: #e6edf2;
  padding: 45px 0;
}

.news-section.ir-news .container-content {
  padding: 0;
}

.news-section.ir-news .nav-news {
  background: none;
  padding: 50px 0 5px;
}

.news-section.ir-news .nav-news .container-content {
  flex-wrap: wrap;
}

.news-section.ir-news .news-wrapp .container-content {
  padding: 0 18px 0 28px;
}

.banner-links-col2 {
  background: #e6edf2;
  padding: 25px 0;
}

.banner-links-col2 .banner-img {
  max-height: 100px;
  height: auto;
  border-radius: 10px;
}

.banner-links-col2 .banner-img img._mob {
  display: none;
}

.awards-section {
  background: #f9f9ea;
  padding: 35px 0;
}

.awards-section .list-awards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.awards-section .list-awards img {
  width: 100%;
}

.awards-section .list-awards .award {
  max-width: 150px;
  padding: 5px 20px;
}

.footer-ir2 {
  padding-bottom: 15px;
}

.footer-ir2 .nav-footer-ir {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0px;
}

.footer-ir2 .item-footer-ir {
  flex: 0 0 33.3333%;
  max-width: 33.333%;
  padding: 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .footer-ir2 .item-footer-ir {
    flex: none;
    max-width: inherit;
  }
}

.footer-ir2 .item-footer-ir .inner-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 25px 35px 30px;
  border: 1px solid #eae8e8;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1.1111rem;
}

@media only screen and (max-width: 768px) {
  .footer-ir2 .item-footer-ir .inner-item {
    padding: 0;
    border: none;
  }
  .footer-ir2 .item-footer-ir .inner-item .arrow-icon:after {
    width: 26px;
    transform: translateY(-50%) translateX(50%);
  }
}

.footer-ir2 .item-footer-ir .title-ir-sitemap {
  padding-left: 20px;
  font-size: 1.1111rem;
  letter-spacing: -0.6px;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .footer-ir2 .item-footer-ir .title-ir-sitemap {
    font-size: 1rem;
    padding-left: 36px;
  }
}

.wrapp-disclaimer .disclaimer {
  background-color: rgba(196, 196, 196, 0.2);
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding: 25px 30px;
  border-radius: 10px;
}

.wrapp-disclaimer .disclaimer .arrow-icon:after {
  font-size: 1.1111rem;
}

.wrapp-disclaimer .disclaimer .title-disclaimer {
  padding-left: 20px;
  font-size: 1.1111rem;
  letter-spacing: -0.6px;
  color: #333333;
}

.disclaimer-en {
  display: inline-flex !important;
  margin-right: 1em;
}

@media only screen and (max-width: 1199px) {
  .calculated-material .container-content {
    justify-content: space-around;
  }
  .calculated-material .container-content .list-material {
    max-height: none;
  }
  .news-section.ir-news .nav-news .last-news {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .calculated-material {
    padding: 30px 0 25px;
  }
  .calculated-material .container-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .calculated-material .last-calculated-material {
    width: 100%;
    text-align: left;
  }
  .calculated-material .last-calculated-material .quarter-results {
    font-size: 0.88888rem;
  }
  .calculated-material .btn-download {
    background: #66c3bf;
    width: 100%;
    padding: 6px 33px 6px 82px;
    font-size: 1.33333rem;
    text-align: left;
  }
  .calculated-material .btn-download:after {
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
  }
  .calculated-material .btn-download span {
    font-size: 1rem;
  }
  .calculated-material .list-material {
    max-height: none;
    margin: 24px 0 0;
    display: block;
    float: left;
  }
  .calculated-material .list-material li {
    align-items: flex-start;
    margin: 5px 0;
    line-height: 1.3;
  }
  .calculated-material .list-material .pdf, .calculated-material .list-material .xml {
    font-size: 0.777rem;
  }
  .banner-links {
    padding: 10px 0 20px;
  }
  .banner-links .banners-wrapp .banner-img {
    height: 100px;
  }
  .banner-links .banners-wrapp .bottom-tool:after {
    left: 20px;
  }
  .news-section.ir-news .nav-news {
    padding: 35px 0 0;
  }
  .news-section.ir-news .nav-news .last-news {
    margin: 0;
    font-size: 1.5555rem;
  }
  .news-section.ir-news .nav-news .other-news-link {
    width: 70px;
    padding: 0 0 0 20px;
  }
  .news-section.ir-news .news-wrapp {
    padding: 0 0 15px 20px;
  }
  .banner-links-col2 {
    padding: 10px 0 20px;
  }
  .banner-links-col2 .banner-img {
    max-height: none;
  }
  .banner-links-col2 .banner-img img._mob {
    display: block;
  }
  .banner-links-col2 .banner-img img._pc {
    display: none;
  }
  .awards-section {
    padding: 25px 0;
  }
  .awards-section .list-awards {
    justify-content: center;
    margin: 0 -12px;
  }
  .awards-section .list-awards .award {
    max-width: 132px;
    padding: 5px 12px;
  }
  .disclaimer {
    background: none;
    margin-bottom: 25px;
    padding: 0;
  }
  .disclaimer .arrow-icon:after {
    font-size: 0.666rem;
  }
  .disclaimer .title-disclaimer {
    padding-left: 12px;
    font-size: 0.8rem;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 374px) {
  .calculated-material .btn-download {
    padding-left: 60px;
    font-size: 1.1em;
  }
  .calculated-material .btn-download:after {
    left: 25px;
  }
}

body .content .page-company-default .container-content {
  padding-bottom: 40px;
}

body .content .page-company-default .container-content .network_menubox ul {
  padding-left: 0;
}

body .content .page-company-default .container-content .network_menubox ul li {
  background: url(/wp-content/themes/shinetsu/images/kaigai_icon.gif) 1em 1.3em no-repeat;
  float: left;
  border-bottom: 1px dotted #ccc;
  min-width: 275px;
  margin: 5px;
}

body .content .page-company-default .container-content .network_menubox ul li a {
  font-weight: bold;
  display: block;
  padding: 10px 10px 10px 40px;
}

body .content .page-company-default .container-content .clickable {
  margin-top: 20px;
  position: relative;
}

body .content .page-company-default .container-content .clickable .map {
  position: absolute;
  z-index: 10;
}

body .content .page-company-default .container-content #contents_menu {
  text-align: right;
  font-size: 80%;
}

body .content .page-company-default .container-content #contents_menu a {
  padding: 0px 10px;
  border-left: 1px solid #ddd;
}

body .content .page-company-default .container-content #contents_menu .here {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

body .content .page-company-default .container-content .anchor {
  font-size: 85%;
  line-height: 1.8em;
  background-color: rgba(204, 235, 233, 0.6);
  padding: 5px 12px;
  word-wrap: break-word;
}

body .content .page-company-default .container-content .anchor a {
  padding: 0px 12px 0px 0px;
  border-right: #999 solid 1px;
  border-left: 0;
  margin-right: 10px;
}

body .content .page-company-default .container-content .anchor .here {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

body .content .page-company-default .container-content .network_box {
  padding: 20px;
  border: 4px #E2EAED solid;
  margin-bottom: 30px;
}

body .content .page-company-default .container-content .network_box .network_boxtitle {
  text-align: left;
  height: 40px;
  background: #009B94;
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
  color: #FFF;
  padding-left: 10px;
  line-height: 40px;
  border-radius: 7px;
}

body .content .page-company-default .container-content .network_box .network_table th, body .content .page-company-default .container-content .network_box .network_table td {
  margin: 0;
  padding: 5px 0.5em 5px 20px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.6em;
  text-align: left;
}

body .content .page-company-default .container-content .network_box .network_table th {
  background: url(/wp-content/themes/shinetsu/images/network_boxlist.gif) no-repeat left 50%;
}

@media (max-width: 768px) {
  .content .page-company-default .container-content .network_table {
    display: block;
    overflow: scroll;
  }
}

body .content .page-company-default .container-content .ir-calendar .page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block {
  display: flex;
  flex-direction: column;
  border-top: 4px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  width: 48%;
  margin-bottom: 15px;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block h4 {
  margin-top: 0;
  padding-left: 20px;
  background: #F0F0F0;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block p {
  padding-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block .in {
  padding: 0 10px;
  box-sizing: border-box;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block .in img {
  float: left;
  margin: 10px;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block a {
  text-decoration: underline;
}

body .content .page-company-default .container-content .ir-calendar .page table tbody tr th {
  background: #EAEAEA;
  padding: 5px 10px;
  border-bottom: 1px solid #FFFFFF;
}

body .content .page-company-default .container-content .ir-calendar .page table tbody tr td {
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 768px) {
  body .content .page-company-default .container-content .ir-calendar .page .data-block {
    width: 100%;
  }
}

.footer-ir {
  padding: 70px 0 15px;
  color: #333333;
}

.footer-ir .title-ir {
  font-size: 2rem;
}

.footer-ir .nav-footer-ir {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -15px 0px;
}

.footer-ir .item-footer-ir {
  flex: 0 0 33.3333%;
  max-width: 33.333%;
  padding: 15px;
  box-sizing: border-box;
}

.footer-ir .item-footer-ir .inner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px 25px 35px 30px;
  border: 1px solid #eae8e8;
  border-radius: 10px;
  box-sizing: border-box;
}

.footer-ir .item-footer-ir .icon {
  height: 60px;
}

.footer-ir .item-footer-ir img {
  max-width: 100%;
}

.footer-ir .item-footer-ir .title-item {
  margin: 17px 0 0;
  font-size: 1.444444rem;
  color: #333333;
  text-align: center;
  word-wrap: break-word;
  width: 100%;
}

.footer-ir .list-links {
  width: 100%;
  margin-top: 25px;
}

.footer-ir .list-links li {
  margin: 20px 0 0;
  line-height: 1.1;
}

.footer-ir .list-links a {
  padding-left: 21px;
  font-size: 1.1111rem;
  color: #333333;
  letter-spacing: -0.6px;
}

@media only screen and (max-width: 768px) {
  .footer-ir {
    padding: 30px 0 0;
  }
  .footer-ir .title-ir {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .footer-ir .nav-footer-ir {
    flex-direction: column;
    margin: 0;
  }
  .footer-ir .item-footer-ir {
    flex: auto;
    max-width: none;
    padding: 0;
    margin: 18px 0;
  }
  .footer-ir .item-footer-ir.open-submenu .list-links {
    display: block;
  }
  .footer-ir .item-footer-ir.open-submenu .link-icon-after:before {
    content: none;
  }
  .footer-ir .item-footer-ir .inner-item {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
  }
  .footer-ir .item-footer-ir .icon {
    width: 26px;
    height: 26px;
  }
  .footer-ir .item-footer-ir img {
    height: 100%;
  }
  .footer-ir .item-footer-ir .title-item {
    margin: 0 0 0 10px;
    font-size: 1rem;
    cursor: pointer;
    width: auto;
  }
  .footer-ir .list-links {
    display: none;
    width: 100%;
    margin: 0;
  }
  .footer-ir .list-links a {
    letter-spacing: normal;
    font-size: 1rem;
  }
  .footer-ir .link-icon-after {
    display: block;
    position: absolute;
    right: 0px;
    width: 16px;
    height: 2px;
    background-color: #009B94;
    align-self: flex-start;
    margin-top: 13px;
  }
  .footer-ir .link-icon-after:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #009B94;
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 768px) {
  .mobile_only_menu {
    display: inherit !important;
  }
}

@media only screen and (min-width: 769px) {
  .mobile_only_menu {
    display: none;
  }
}

body .content .page-company-default .container-content .ir-calendar .page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block {
  display: flex;
  flex-direction: column;
  border-top: 4px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  width: 48%;
  margin-bottom: 15px;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block h4 {
  margin-top: 0;
  padding-left: 20px;
  background: #F0F0F0;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block p {
  padding-right: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block .in {
  padding: 0 10px;
  box-sizing: border-box;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block .in img {
  float: left;
  margin: 10px;
}

body .content .page-company-default .container-content .ir-calendar .page .data-block a {
  text-decoration: underline;
}

body .content .page-company-default .container-content .ir-calendar .page table tbody tr th {
  background: #EAEAEA;
  padding: 5px 10px;
  border-bottom: 1px solid #FFFFFF;
}

body .content .page-company-default .container-content .ir-calendar .page table tbody tr td {
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 768px) {
  body .content .page-company-default .container-content .ir-calendar .page .data-block {
    width: 100%;
  }
}

.catalog-products {
  padding: 60px 0 40px;
}

.catalog-products .border-wrapp {
  border-bottom: 1px solid #009B94;
}

.catalog-products .nav-search {
  display: flex;
  margin: 0 -15px -15px;
}

.catalog-products .item-search {
  padding: 15px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  box-sizing: border-box;
}

.catalog-products .item-search .inner-item {
  background: #009B94;
  padding: 14px 15px 15px;
  color: #fff;
  font-size: 1.111rem;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  border: 1px solid #009B94;
  border-bottom: none;
  box-sizing: border-box;
}

.catalog-products .item-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.catalog-products .item-search .arrow-icon {
  margin-left: 15px;
}

.catalog-products .item-search .arrow-icon:after {
  color: #fff;
}

.catalog-products .item-search .icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  flex-shrink: 0;
}

.catalog-products .item-search .icon img {
  width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.catalog-products .item-search .icon.active {
  display: none;
}

.catalog-products .item-search.active .inner-item {
  background: #fff;
  padding: 24px 15px 32px;
  margin: -15px 0;
}

.catalog-products .item-search.active a {
  color: #009B94;
}

.catalog-products .item-search.active .arrow-icon:after {
  color: #009B94;
  transform: rotate(90deg) translateX(-95%);
}

.catalog-products .item-search.active .icon {
  display: none;
}

.catalog-products .item-search.active .icon.active {
  display: block;
}

.catalog-products .list-products {
  display: flex;
  flex-wrap: wrap;
}

.catalog-products .wrapp-products {
  position: relative;
  background: #fff;
  padding: 10px 0 0;
}

.catalog-products .list-sections {
  display: none;
}

.catalog-products .list-sections.active {
  display: block;
}

.catalog-products .link-icon-after {
  display: block;
  position: absolute;
  right: 32px;
  width: 35px;
  height: 2px;
  background-color: #fff;
}

.catalog-products .link-icon-after:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
}

.catalog-products .open-link {
  position: relative;
  background-color: rgba(0, 155, 148, 0.75);
  display: flex;
  align-items: center;
  padding: 24px 32px 24px 15px;
  font-size: 1.333rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.catalog-products .open-link .arrow-icon:after {
  color: #fff;
  left: 8px;
}

.catalog-products .open-link p {
  padding-left: 35px;
}

.catalog-products .open-link:hover {
  opacity: 0.8;
  transition: color 0.3s ease-out;
}

.catalog-products .menu-section {
  display: none;
}

.catalog-products .menu-section .more-about-section {
  display: flex;
  padding: 24px 30px;
  color: #333333;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.388rem;
}

.catalog-products .menu-section .more-about-section .title {
  padding-left: 25px;
}

.catalog-products .menu-section .more-about-section .arrow-icon:after {
  font-size: 1.666rem;
}

.catalog-products .menu-section .wrapp-subsections {
  padding: 0 20px 0 30px;
}

.catalog-products .item-section {
  margin: 20px 0;
}

.catalog-products .item-section.open .open-link {
  border-radius: 10px 10px 0 0;
}

.catalog-products .item-section.open .open-link .arrow-icon:after {
  transform: rotate(90deg) translateX(-95%);
}

.catalog-products .item-section.open .open-link .link-icon-after:before {
  content: none;
}

.catalog-products .item-section.open .menu-section {
  display: block;
}

.catalog-products .subsection {
  padding: 23px 0 15px;
  border-bottom: 1px solid #e4e4e4;
  color: #009B94;
  font-size: 1.111rem;
}

.catalog-products .subsection:last-child {
  border: none;
}

.catalog-products .product {
  display: flex;
  align-items: flex-start;
  width: 30%;
  padding: 20px 0 10px 10px;
  box-sizing: border-box;
  line-height: 1.3;
}

.catalog-products .product .arrow-icon {
  display: block;
}

.catalog-products .product .arrow-icon:after {
  position: static;
  font-size: 1.111rem;
  transform: none;
}

.catalog-products .product a {
  padding-left: 10px;
  color: #333333;
}

#product-using .list-products, #product-alphabet .list-products {
  margin-bottom: 50px;
  padding-left: 40px;
}

#product-using .list-products .product, #product-alphabet .list-products .product {
  padding-top: 28px;
}

#product-using .wrapp-subsections {
  padding: 0;
  margin-bottom: 40px;
}

#product-using .wrapp-subsections .list-products {
  display: none;
  margin-bottom: 40px;
  padding-left: 60px;
}

#product-using .wrapp-subsections .list-products.open {
  display: flex;
}

#product-using .wrapp-subsections .product {
  padding-top: 30px;
}

#product-using .item-subsection.open .subsection .link-icon-after:before {
  content: none;
}

#product-using .item-subsection.open .subsection .arrow-icon:after {
  transform: rotate(90deg) translateX(-95%);
}

#product-using .item-subsection.open .list-products {
  display: flex;
}

#product-using .subsection {
  position: relative;
  background-color: rgba(0, 155, 148, 0.65);
  display: flex;
  align-items: center;
  margin: 2px 0;
  padding: 25px 32px 25px 48px;
  opacity: 0.8;
  border: none;
  color: #fff;
  cursor: pointer;
}

#product-using .subsection .subcategory-name {
  padding-left: 25px;
}

#product-using .subsection .arrow-icon:after {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .catalog-products .nav-search {
    margin: 0 -4px -4px;
  }
  .catalog-products .item-search {
    padding: 0 4px;
  }
  .catalog-products .item-search .inner-item {
    font-size: 1rem;
  }
  .catalog-products .item-search .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .catalog-products {
    padding: 36px 0 20px;
  }
  .catalog-products .item-search .inner-item {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 1.3;
    box-sizing: border-box;
  }
  .catalog-products .item-search .inner-item a {
    align-items: flex-end;
    text-align: center;
    font-size: 0.888rem;
  }
  .catalog-products .item-search .inner-item .arrow-icon {
    margin: 0 0 8px 3px;
  }
  .catalog-products .item-search .inner-item .arrow-icon:after {
    font-size: 1.055rem;
  }
  .catalog-products .item-search .inner-item .icon {
    display: none;
  }
  .catalog-products .item-search.active {
    margin-bottom: -5px;
  }
  .catalog-products .item-search.active .inner-item {
    margin: -6px 0;
    padding: 17px;
  }
  .catalog-products .item-search.active .inner-item .icon.active {
    display: none;
  }
  .catalog-products .open-link {
    padding: 20px 20px 20px 10px;
    font-size: 1.222rem;
  }
  .catalog-products .open-link .arrow-icon:after {
    left: 0;
  }
  .catalog-products .open-link p {
    padding-left: 20px;
  }
  .catalog-products .link-icon-after {
    right: 20px;
    width: 18px;
  }
  .catalog-products .link-icon-after:before {
    width: 18px;
  }
  .catalog-products .menu-section .more-about-section {
    padding-left: 10px;
    font-size: 1.222rem;
  }
  .catalog-products .menu-section .more-about-section .title {
    padding-left: 20px;
  }
  .catalog-products .menu-section .more-about-section .arrow-icon:after {
    font-size: 1.444rem;
  }
  .catalog-products .menu-section .wrapp-subsections {
    padding: 0 9px;
  }
  .catalog-products .menu-section .list-products {
    flex-direction: column;
    padding-left: 10px;
  }
  .catalog-products .subsection {
    padding: 20px 0;
  }
  .catalog-products .product {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
  }
  .catalog-products .item-section {
    margin: 10px 0;
  }
  #product-using .wrapp-subsections .list-products,
  #product-using .list-products, #product-alphabet .list-products {
    margin-bottom: 30px;
    padding-left: 10px;
  }
  #product-using .wrapp-subsections .list-products .product,
  #product-using .list-products .product, #product-alphabet .list-products .product {
    padding-top: 25px;
  }
  #product-using .wrapp-subsections {
    margin-bottom: 30px;
  }
  #product-using .item-subsection.open .subsection .link-icon-after:before {
    content: none;
  }
  #product-using .subsection {
    margin: 1px 0;
    padding: 20px 20px 20px 30px;
  }
  #product-using .subsection .arrow-icon:after {
    font-size: 1.111rem;
  }
  #product-using .subsection .subcategory-name {
    padding-left: 20px;
  }
}

@media (max-width: 374px) {
  .catalog-products {
    padding: 36px 0 20px;
  }
  .catalog-products .item-search {
    padding: 0 1px;
  }
  .catalog-products .item-search .inner-item {
    display: block;
  }
}

.content-product {
  padding: 70px 0 55px;
  color: #333333;
  font-size: 1.111rem;
}

.content-product h3 {
  font-size: 2rem;
}

.content-product .wrapp-description {
  display: flex;
  margin-top: 40px;
}

.content-product .wrapp-description img {
  width: 100%;
}

.content-product .wrapp-description .img-product {
  width: 32%;
  margin-right: 28px;
  flex-shrink: 0;
}

.content-product .wrapp-description .description, .content-product .wrapp-description p {
  line-height: 1.8;
}

.content-product .category-products {
  margin-top: 60px;
}

.content-product .list-subcategories {
  width: 100%;
  display: inline-block;
}

.content-product .subcategory {
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  color: #009B94;
}

.content-product .subcategory a {
  padding-left: 30px;
  color: #333333;
}

.content-product .subcategory .list-products {
  display: flex;
  flex-wrap: wrap;
}

.content-product .subcategory .product {
  width: 30%;
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding-left: 10px;
  line-height: 1.3;
}

.content-product .subcategory:last-child {
  padding-bottom: 0;
  border: none;
}

.search-product._product-page {
  background: #e6edf2;
}

@media only screen and (max-width: 991px) {
  .content-product .wrapp-description .img-product {
    width: 42%;
  }
  .content-product .wrapp-description .description {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .content-product {
    padding: 35px 0;
  }
  .content-product h3 {
    font-size: 1.555rem;
  }
  .content-product .wrapp-description {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .content-product .wrapp-description .img-product {
    width: 100%;
    margin: 20px 0 0;
  }
  .content-product .category-products {
    margin-top: 30px;
  }
  .content-product .list-subcategories {
    margin-top: 0;
  }
  .content-product .subcategory {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
  }
  .content-product .subcategory .list-products {
    flex-direction: column;
  }
  .content-product .subcategory .product {
    width: auto;
    margin: 12px 0 0;
    font-size: 1rem;
  }
}

.special-site {
  background: #e6edf2;
  padding: 60px 0 45px;
}

.special-site .banners-wrapp {
  padding-top: 10px;
}

.special-site .banners-wrapp .banner-img {
  height: 112px;
}

.special-site .banners-wrapp .bottom-tool {
  padding: 22px 20px;
}

.special-site .banners-wrapp .bottom-tool .banner-title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 1.333rem;
}

.special-site .banners-wrapp .bottom-tool .banner-title:after {
  content: '\f35d';
  margin-left: 10px;
  font-family: "Font Awesome 5 bold";
  font-size: 0.777rem;
  color: #0095ad;
}

.special-site .banners-wrapp .bottom-tool.arrow-icon:after {
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .special-site {
    padding: 30px 0 20px;
  }
  .special-site .banners-wrapp {
    padding-top: 5px;
  }
  .special-site .banners-wrapp .bottom-tool {
    margin-top: -8px;
  }
}

.content-product-detail {
  padding: 55px 0 80px;
  font-size: 1.111rem;
  color: #333333;
}

.content-product-detail .wrapp-description .description, .content-product-detail .wrapp-description p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.content-product-detail .wrapp-description .gallery-img {
  display: flex;
  margin: 0 -15px;
}

.content-product-detail .wrapp-description .img-product {
  width: 33.33%;
  padding: 0 15px;
}

.content-product-detail .wrapp-description .img-product img {
  width: 100%;
}

.content-product-detail .wrapp-description .img-product .img-product-label {
  font-size: 0.9rem;
  line-height: 1.6;
}

.content-product-detail .wrapp-content {
  padding: 50px 0 15px;
}

.content-product-detail .wrapp-content .using,
.content-product-detail .wrapp-content .pdf-title,
.content-product-detail .wrapp-content .url-title,
.content-product-detail .wrapp-content .series-name {
  padding-bottom: 15px;
  font-size: 1.777rem;
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #009B94;
}

.content-product-detail .wrapp-content .tags-use,
.content-product-detail .wrapp-content .tags-use-label,
.content-product-detail .wrapp-content .list-url,
.content-product-detail .wrapp-content .pdf-files,
.content-product-detail .wrapp-content .series-tags {
  padding-top: 22px;
}

.content-product-detail .wrapp-content .series-tags {
  line-height: 1.8;
}

.content-product-detail .wrapp-content .item-url,
.content-product-detail .wrapp-content .pdf-file,
.content-product-detail .wrapp-content .tag-series {
  margin: 10px 0;
}

.content-product-detail .wrapp-content .wrapp-url,
.content-product-detail .wrapp-content .wrapp-pdf,
.content-product-detail .wrapp-content .wrapp-using {
  padding-top: 40px;
}

.content-product-detail .wrapp-content .tag-use {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  padding-left: 33px;
  padding-right: 5px;
  box-sizing: border-box;
  margin: 7px 0;
  line-height: 1.3;
}

.content-product-detail .wrapp-content .tag-use:before {
  content: '';
  position: absolute;
  left: 0;
  background: #c4c4c4;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.content-product-detail .wrapp-content .tag-use:before {
  top: 0.5rem;
}

.content-product-detail .wrapp-content .pdf-files a:not(.pdf),
.content-product-detail .wrapp-content .list-url a:not(.pdf) {
  color: #009B94;
  text-decoration: underline;
}

.full-img.show .img-product-label {
  display: none;
}

@media only screen and (max-width: 991px) {
  .content-product-detail .wrapp-info li {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .content-product-detail {
    padding: 30px 0;
    font-size: 1rem;
  }
  .content-product-detail .wrapp-description .description, .content-product-detail .wrapp-description p {
    line-height: 1.6;
  }
  .content-product-detail .wrapp-description .gallery-img {
    display: block;
    flex-direction: column;
    margin: 0;
  }
  .content-product-detail .wrapp-description .img-product {
    width: 100%;
    padding: 5px 0;
  }
  .content-product-detail .wrapp-description .wrapp-info li {
    font-size: 1rem;
  }
  .content-product-detail .wrapp-content {
    padding: 25px 0 5px;
  }
  .content-product-detail .wrapp-content .using,
  .content-product-detail .wrapp-content .series-name,
  .content-product-detail .wrapp-content .url-title,
  .content-product-detail .wrapp-content .pdf-title {
    padding-bottom: 10px;
    font-size: 1.333rem;
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #009B94;
  }
  .content-product-detail .wrapp-content .list-url,
  .content-product-detail .wrapp-content .pdf-files,
  .content-product-detail .wrapp-content .series-tags {
    padding-top: 10px;
  }
  .content-product-detail .wrapp-content .item-url {
    word-break: break-all;
  }
  .content-product-detail .wrapp-content .pdf-file {
    display: inline-block;
  }
  .content-product-detail .wrapp-content .wrapp-url,
  .content-product-detail .wrapp-content .wrapp-using {
    padding-top: 25px;
  }
  .content-product-detail .wrapp-content .wrapp-pdf {
    padding-top: 35px;
  }
  .content-product-detail .wrapp-content .wrapp-pdf .pdf {
    margin-left: 5px;
    font-size: 0.777rem;
  }
  .content-product-detail .wrapp-content .tags-use {
    padding-top: 20px;
  }
  .content-product-detail .wrapp-content .tag-use {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 5px;
    box-sizing: border-box;
    margin: 4px 0;
    line-height: 1.67;
  }
  .content-product-detail .wrapp-content .tag-use:before {
    content: '';
    position: absolute;
    left: 0;
    background: #c4c4c4;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  .content-product-detail .wrapp-content .tag-use:before {
    top: 0.6rem;
  }
}

.contact-info.contact-info-product .wrapp-info li:nth-child(2),
.contact-info.contact-info-product .wrapp-info .info,
.contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2),
.contact-info._lang_en.contact-info-product .wrapp-info .info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.contact-info.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-department .desc, .contact-info.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-company .desc, .contact-info.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-phone .desc,
.contact-info.contact-info-product .wrapp-info .info.contact-info-product-department .desc,
.contact-info.contact-info-product .wrapp-info .info.contact-info-product-company .desc,
.contact-info.contact-info-product .wrapp-info .info.contact-info-product-phone .desc,
.contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-department .desc,
.contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-company .desc,
.contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-phone .desc,
.contact-info._lang_en.contact-info-product .wrapp-info .info.contact-info-product-department .desc,
.contact-info._lang_en.contact-info-product .wrapp-info .info.contact-info-product-company .desc,
.contact-info._lang_en.contact-info-product .wrapp-info .info.contact-info-product-phone .desc {
  word-break: unset;
  word-wrap: break-word;
}

.contact-info.contact-info-product .wrapp-info li:nth-child(2) .title,
.contact-info.contact-info-product .wrapp-info .info .title,
.contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2) .title,
.contact-info._lang_en.contact-info-product .wrapp-info .info .title {
  padding-right: 5px;
  box-sizing: border-box;
  word-break: keep-all;
}

.contact-info.contact-info-product .wrapp-info li:nth-child(2) .desc,
.contact-info.contact-info-product .wrapp-info .info .desc,
.contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2) .desc,
.contact-info._lang_en.contact-info-product .wrapp-info .info .desc {
  flex: 1 1 auto;
}

@media only screen and (max-width: 991px) {
  .contact-info.contact-info-product .wrapp-info li:nth-child(2),
  .contact-info.contact-info-product .wrapp-info .info,
  .contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2),
  .contact-info._lang_en.contact-info-product .wrapp-info .info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .contact-info.contact-info-product .wrapp-info li:nth-child(2),
  .contact-info.contact-info-product .wrapp-info .info,
  .contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2),
  .contact-info._lang_en.contact-info-product .wrapp-info .info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .contact-info.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-department .desc, .contact-info.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-company .desc, .contact-info.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-phone .desc,
  .contact-info.contact-info-product .wrapp-info .info.contact-info-product-department .desc,
  .contact-info.contact-info-product .wrapp-info .info.contact-info-product-company .desc,
  .contact-info.contact-info-product .wrapp-info .info.contact-info-product-phone .desc,
  .contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-department .desc,
  .contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-company .desc,
  .contact-info._lang_en.contact-info-product .wrapp-info li:nth-child(2).contact-info-product-phone .desc,
  .contact-info._lang_en.contact-info-product .wrapp-info .info.contact-info-product-department .desc,
  .contact-info._lang_en.contact-info-product .wrapp-info .info.contact-info-product-company .desc,
  .contact-info._lang_en.contact-info-product .wrapp-info .info.contact-info-product-phone .desc {
    word-break: break-word;
    word-wrap: break-word;
  }
}

@media (min-width: 1024px) {
  .content .page-default .container-content .products-catalogue ul.list-default {
    display: flex;
    flex-wrap: wrap;
  }
}

.content .page-default .container-content .products-catalogue ul.list-default > li {
  margin-bottom: 2%;
  position: relative;
  display: flex;
  padding-left: 3%;
  padding-right: 3%;
}

@media (min-width: 768px) {
  .content .page-default .container-content .products-catalogue ul.list-default > li {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 1024px) {
  .content .page-default .container-content .products-catalogue ul.list-default > li {
    width: 31.3%;
    padding-left: 1%;
    padding-right: 1%;
  }
}

.content .page-default .container-content .products-catalogue ul.list-default > li::before {
  display: inline;
  width: 0;
  height: 0;
  margin: 0;
}

.content .page-default .container-content .products-catalogue ul.list-default > li a {
  display: flex;
  background-color: #ccebe9;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  height: 80px;
  text-decoration: none;
}

.content .page-default .container-content .products-catalogue ul.list-default > li .products-catalogue__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  width: 46px;
  min-width: 46px;
  height: 100%;
  background-color: #009B94;
  border-radius: 6px 0 0 6px;
}

.content .page-default .container-content .products-catalogue ul.list-default > li .products-catalogue__icon::before {
  content: "\f019";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

.content .page-default .container-content .products-catalogue ul.list-default > li .products-catalogue__linkname {
  padding-left: 15px;
}

.content-news-detail {
  padding: 70px 0 45px;
}

.content-news-detail .title-news-detail {
  font-size: 2rem;
  line-height: 1.11;
}

.content-news-detail .title-news-subtitle {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.11;
}

.content-news-detail .date-news {
  margin: 40px 0 35px;
  font-size: 1rem;
  text-align: right;
  color: #9e9e9e;
}

.content-news-detail .content-news {
  font-size: 1.111rem;
  line-height: 1.8;
}

.content-news-detail .content-news p {
  margin-bottom: 30px;
  color: #333333;
  line-height: 1.8;
}

.content-news-detail .content-news img {
  max-width: 100%;
  height: auto;
}

.content-news-detail .content-news img.aligncenter {
  display: block;
  margin: auto;
}

.content-news-detail .content-news a {
  word-break: break-all;
  color: #009B94;
}

.content-news-detail .content-news h3 {
  margin-bottom: 10px;
}

.content-news-detail .content-news h4 {
  font-size: 1.111rem;
  font-weight: 600;
}

.content-news-detail .content-news table {
  width: 100% !important;
}

.content-news-detail .content-news ul {
  padding-left: 3rem;
}

.content-news-detail .content-news li {
  line-height: 1.3;
}

.content-news-detail .content-news .news_table3 {
  margin-bottom: 40px;
}

.content-news-detail .content-news .news_table3 td:nth-child(1) {
  width: 10%;
}

.content-news-detail .content-news .news_table4 {
  margin-bottom: 40px;
}

.content-news-detail .content-news .news_table4 td:nth-child(1) {
  width: 22%;
}

.content-news-detail .content-news .news_table2 {
  width: 50% !important;
  margin: 0 auto;
}

.content-news-detail .contact-info {
  margin: 15px 0 80px;
}

.content-news-detail .contact-info .wrapp-info .info, .content-news-detail .contact-info .wrapp-info li {
  padding-left: 0;
  font-size: 1.111rem;
  display: block;
  word-break: break-all;
}

.content-news-detail .contact-info .wrapp-info .info:before, .content-news-detail .contact-info .wrapp-info li:before {
  content: none;
}

.content-news-detail .contact-info .wrapp-info span {
  max-width: 100%;
  letter-spacing: normal;
}

.content-news-detail .news_contact {
  width: 50% !important;
  margin: 0 auto;
}

.content-news-detail .news_contact p {
  margin: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .content-news-detail .contact-info .wrapp-info .info, .content-news-detail .contact-info .wrapp-info li, .content-news-detail .contact-info .wrapp-info li.info {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .content-news-detail .contact-info .wrapp-info .info, .content-news-detail .contact-info .wrapp-info li, .content-news-detail .contact-info .wrapp-info li.info {
    font-size: 1rem;
    word-break: break-all;
  }
  .content-news-detail {
    padding: 30px 0 15px;
  }
  .content-news-detail .title-news-detail {
    font-size: 1.555rem;
    line-height: 1.21;
  }
  .content-news-detail .title-news-subtitle {
    font-size: 1.2rem;
    line-height: 1.21;
  }
  .content-news-detail .date-news {
    margin: 0 0 30px;
    font-size: 0.888rem;
  }
  .content-news-detail .content-news {
    font-size: 1rem;
  }
  .content-news-detail .content-news p {
    margin-bottom: 30px;
    line-height: 1.67;
  }
  .content-news-detail .content-news ul {
    padding-left: 2rem;
  }
  .content-news-detail .content-news .taC {
    white-space: nowrap;
  }
  .content-news-detail .content-news .news_table2 {
    width: 100% !important;
    margin: 0 auto;
  }
  .content-news-detail .content-news .news_table3 td {
    padding: 5px 0;
  }
  .content-news-detail .content-news .news_table3 td:nth-child(1) {
    width: 35%;
  }
  .content-news-detail .contact-info {
    margin: 20px 0 15px;
  }
  .content-news-detail .contact-info .wrapp-info span,
  .content-news-detail .contact-info .wrapp-info .info, .content-news-detail .contact-info .wrapp-info li {
    margin: 0;
  }
}

.statistics {
  padding: 35px 0;
  text-align: center;
}

.statistics .link-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  padding-right: 10px;
  text-align: right;
  font-size: 1rem;
}

.statistics .link-item a {
  padding-left: 20px;
  color: #333333;
}

.statistics .wrapp-items-statistics {
  display: flex;
  justify-content: space-between;
  margin: 35px -25px;
}

.statistics .item-statistics {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 25px;
  max-width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
}

.statistics .item-statistics .name-item {
  padding-bottom: 15px;
  border-bottom: 3px solid #009B94;
  font-size: 2rem;
  color: #009B94;
}

.statistics .item-statistics .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-01-01.svg") no-repeat center;
  background-size: 15%;
  padding: 35px 0;
  border-bottom: 1px solid #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statistics .item-statistics .numbers {
  font-size: 4.444rem;
  color: #333333;
}

.statistics .item-statistics .numbers span {
  font-size: 1.333rem;
}

.statistics .item-statistics .numbers_establish {
  font-size: 2.8rem;
}

.statistics .item-statistics._establishment .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-02-01.svg") no-repeat center;
  background-size: 13%;
  height: 70px;
}

.statistics .item-statistics._sales .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-03-01.svg") no-repeat 50% 35%;
  background-size: 25%;
}

.statistics .item-statistics._recurring-profit .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-03-02.svg") no-repeat 50% 0;
  background-size: 25%;
}

.statistics .item-statistics._net-income .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-03-03.svg") no-repeat center;
  background-size: 25%;
}

.statistics .item-statistics._sales-ratio .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-04-01.svg") no-repeat center;
  background-size: 25%;
}

.statistics .item-statistics._global-base .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-04-02.svg") no-repeat center;
  background-size: 25%;
}

.statistics .item-statistics._staff .wrapp-bg {
  background: url("/wp-content/themes/shinetsu/images/company-icon-04-03.svg") no-repeat center;
  background-size: 35%;
}

.statistics .one-col-wrapp {
  padding: 35px 0;
}

.statistics .one-col-wrapp .title-col {
  padding-bottom: 15px;
  border-bottom: 3px solid #009B94;
  font-size: 2rem;
  color: #009B94;
}

.statistics .one-col-wrapp .wrapp-items-statistics {
  margin: 25px -15px 0;
}

.statistics .one-col-wrapp .item-statistics {
  padding: 0 15px;
  max-width: 33.333%;
  flex: 0 0 33.333%;
}

.statistics .one-col-wrapp .item-statistics .name-item {
  border: none;
  font-size: 1.5rem;
}

.statistics .one-col-wrapp .item-statistics .wrapp-bg {
  padding: 15px 0 38px;
}

.statistics .one-col-wrapp .item-statistics .numbers {
  font-size: 3.333rem;
}

.section-banners-link {
  background: #e6edf2;
  padding: 60px 0 45px;
}

.section-banners-link .top-banners-wrapp {
  background: #fff;
  display: flex;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.section-banners-link img {
  width: 100%;
}

.section-banners-link .big-banner {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 30px;
  width: 67%;
}

.section-banners-link .big-banner .banner-img {
  max-height: 264px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.section-banners-link .big-banner .bottom-tool {
  background: #66c3bf;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  color: #fff;
  font-size: 1.833rem;
  border-radius: 0 0 10px 10px;
}

.section-banners-link .big-banner .bottom-tool.icon:before {
  content: '';
  background: url("/wp-content/themes/shinetsu/images/company-btn-01-02.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 57px;
}

.section-banners-link .big-banner .banner-title {
  padding-left: 7px;
}

.section-banners-link .right-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.section-banners-link .right-part .banner {
  background: rgba(0, 155, 148, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px;
  font-size: 1.444rem;
  text-align: center;
}

.section-banners-link .right-part .banner:first-child {
  margin-bottom: 30px;
}

.section-banners-link .right-part .banner-title {
  width: 100%;
}

.section-banners-link .right-part .banner-icon {
  max-width: 60px;
  flex-shrink: 0;
  margin-bottom: 25px;
}

.section-banners-link .banners-wrapp .banner .bottom-tool {
  padding: 20px;
}

.section-banners-link .banners-wrapp .banner .banner-title {
  padding-left: 35px;
}

.section-banners-link .banners-wrapp .banner:after {
  left: 20px;
}

@media only screen and (max-width: 991px) {
  .statistics .item-statistics .numbers {
    font-size: 3rem;
  }
  .statistics .one-col-wrapp .item-statistics .numbers {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .statistics {
    padding: 20px 0 5px;
  }
  .statistics .link-item {
    padding-right: 0;
  }
  .statistics .wrapp-items-statistics {
    flex-direction: column;
    margin: 0 0 10px;
  }
  .statistics .item-statistics {
    padding: 15px 0;
    width: 100%;
    max-width: none;
    flex: auto;
  }
  .statistics .item-statistics .name-item {
    font-size: 1.555rem;
  }
  .statistics .item-statistics .wrapp-bg {
    background-size: auto;
    padding: 28px 0;
  }
  .statistics .item-statistics .numbers {
    font-size: 4.444rem;
  }
  .statistics .item-statistics._establishment .wrapp-bg {
    background: url("/wp-content/themes/shinetsu/images/company-icon-02-01.svg") no-repeat center;
    background-size: auto;
    padding: 23px 0;
  }
  .statistics .item-statistics._establishment .numbers {
    font-size: 3.444rem;
  }
  .statistics .item-statistics._establishment .numbers span {
    font-size: 1rem;
  }
  .statistics .item-statistics._sales .wrapp-bg {
    background: url("/wp-content/themes/shinetsu/images/company-icon-03-01.svg") no-repeat 50% 35%;
    background-size: auto;
  }
  .statistics .item-statistics._recurring-profit .wrapp-bg {
    background: url("/wp-content/themes/shinetsu/images/company-icon-03-02.svg") no-repeat 50% 0;
    background-size: auto;
  }
  .statistics .item-statistics._net-income .wrapp-bg {
    background: url("/wp-content/themes/shinetsu/images/company-icon-04-01.svg") no-repeat center;
    background-size: auto;
  }
  .statistics .item-statistics._sales-ratio .wrapp-bg {
    background: url("/wp-content/themes/shinetsu/images/company-icon-04-01.svg") no-repeat center;
    background-size: auto;
  }
  .statistics .item-statistics._global-base .wrapp-bg {
    background: url("/wp-content/themes/shinetsu/images/company-icon-04-02.svg") no-repeat center;
    background-size: auto;
  }
  .statistics .item-statistics._staff .wrapp-bg {
    background: url("/wp-content/themes/shinetsu/images/company-icon-04-03.svg") no-repeat center;
    background-size: auto;
  }
  .statistics .one-col-wrapp {
    padding: 25px 0;
  }
  .statistics .one-col-wrapp .title-col {
    font-size: 1.555rem;
  }
  .statistics .one-col-wrapp .wrapp-items-statistics {
    margin: 0;
  }
  .statistics .one-col-wrapp .item-statistics {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    max-width: none;
    flex: auto;
  }
  .statistics .one-col-wrapp .item-statistics .name-item {
    padding: 15px 0;
    border: none;
    font-size: 1.333rem;
  }
  .statistics .one-col-wrapp .item-statistics .wrapp-bg {
    padding: 15px 0 35px;
  }
  .statistics .one-col-wrapp .item-statistics .numbers {
    font-size: 2.666rem;
  }
  .statistics .one-col-wrapp .item-statistics .numbers span {
    font-size: 1.222rem;
  }
  .statistics .one-col-wrapp .item-statistics:last-child {
    margin-bottom: 0;
  }
  .section-banners-link {
    padding: 30px 0 20px;
  }
  .section-banners-link .top-banners-wrapp {
    background: none;
    flex-direction: column;
    padding: 0;
    margin-bottom: 30px;
  }
  .section-banners-link .big-banner {
    max-width: 345px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .section-banners-link .big-banner .banner-img {
    max-height: 150px;
  }
  .section-banners-link .big-banner .bottom-tool {
    margin-top: -8px;
    padding: 25px 18px;
    font-size: 1.333rem;
  }
  .section-banners-link .big-banner .bottom-tool.icon:before {
    width: 32px;
    height: 30px;
  }
  .section-banners-link .right-part .banner {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 345px;
    width: 100%;
    padding: 28px 18px;
    margin: auto;
    font-size: 1.333rem;
    text-align: left;
  }
  .section-banners-link .right-part .banner:first-child {
    margin-bottom: 20px;
  }
  .section-banners-link .right-part .banner-icon {
    max-width: 32px;
    margin: 0 12px 0 0;
  }
  .section-banners-link .right-part:first-child {
    margin-bottom: 20px;
  }
  .section-banners-link .banners-wrapp .banner .banner-img {
    max-height: 100px;
  }
  .section-banners-link .banners-wrapp .banner .bottom-tool {
    padding: 18px 20px;
    margin-top: -8px;
  }
}

.page-company-default {
  padding: 60px 0 0;
  line-height: 1.8;
  color: #333333;
}

.page-company-default h3 {
  margin-bottom: 10px;
}

.page-company-default a {
  color: #009B94;
}

.page-company-default p {
  margin-bottom: 40px;
}

.page-company-default table {
  width: 100% !important;
  border-spacing: 0;
}

.page-company-default table td, .page-company-default table th {
  padding: 5px;
  box-sizing: border-box;
}

.page-company-default ul {
  padding-left: 3rem;
}

.page-company-default img {
  max-width: 100%;
  height: auto;
}

.page-company-default .philosophy {
  padding-bottom: 50px;
}

.page-company-default .philosophy .catch {
  text-align: center;
}

.plant .table-page-company .item-table .btn-window {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .page-company-default {
    padding-top: 30px;
  }
  .page-company-default ul {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 769px) {
  #img-r-d {
    max-width: none;
    width: 245px;
  }
}

.tabs-page-company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 0;
  background-color: rgba(204, 235, 233, 0.6);
  box-sizing: border-box;
}

.tabs-page-company .item-tab {
  padding-right: 20px;
}

.tabs-page-company .item-tab.active a {
  color: #3b3a3a;
}

.tabs-page-company .item-tab a {
  padding-left: 20px;
}

.table {
  margin-top: 30px;
}

.table tr {
  text-align: center;
}

.domestic ul, .worldwide ul, .labo ul, .plant ul, .office ul {
  width: 100%;
  padding: 0 0 0 5px;
}

.worldwide .table-page-company .item-table {
  margin-left: 20px;
}

.worldwide .table-page-company .content-table {
  margin-bottom: 20px;
}

.table-worldwide {
  min-height: 700px;
}

.table-worldwide table tr {
  border-bottom: 1px solid #e2e2e2;
}

.table-worldwide table th {
  text-align: left;
  background: url(/wp-content/themes/shinetsu/images/network_boxlist.gif) no-repeat left 0.7em;
  padding-left: 20px;
}

.table-page-company {
  margin-bottom: 40px;
}

.table-page-company .title-table {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: bold;
  background-color: #31bab4;
  color: #fff;
  border-radius: 5px;
}

.table-page-company .title-item-table {
  margin: 0;
  font-size: 1.2rem;
}

.table-page-company .wrapp-table {
  display: flex;
  align-items: flex-start;
}

.table-page-company .img-table {
  width: 200px;
  min-width: 200px;
  padding: 5px;
  margin-left: 20px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
}

.table-page-company img {
  width: 100%;
}

.table-page-company .btn-network {
  background: #055a69;
  display: inline-block;
  padding: 0 8px;
  margin-top: 20px;
  border-radius: 4px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #fff;
}

.table-page-company .item-table {
  display: flex;
  align-items: flex-start;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #e4e4e4;
}

.table-page-company .item-table span:first-child,
.table-page-company .item-table a {
  min-width: 25%;
  width: 25%;
  margin-right: 20px;
}

.table-page-company .item-table .btn-window {
  background: #009B94;
  width: auto;
  min-width: auto;
  text-align: center;
  color: #fff;
  padding: 0 8px;
  margin: 0 0 0 5%;
  border-radius: 4px;
  white-space: nowrap;
  box-sizing: border-box;
}

.table-page-company .item-table:after {
  top: 0;
  transform: none;
}

@media only screen and (max-width: 768px) {
  .tabs-page-company {
    align-items: flex-start;
    flex-direction: column;
  }
  .table-page-company .wrapp-table {
    flex-direction: column;
  }
  .table-page-company .img-table {
    margin: 20px 0 0;
    width: auto;
    min-width: auto;
    max-width: 100%;
  }
  .table-page-company .item-table {
    flex-direction: column;
  }
  .table-page-company .item-table span:first-child,
  .table-page-company .item-table a {
    width: 100%;
    margin-right: 0;
  }
  .table-page-company .item-table .btn-window {
    margin: 10px 0 0;
  }
}

.footer-company {
  padding: 60px 0 40px;
  color: #333333;
}

.footer-company .title-footer-company {
  font-size: 2rem;
}

.footer-company .nav-footer-company {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
}

.footer-company .nav-footer-company .item-footer-company {
  flex-wrap: wrap;
  width: 33.3333%;
  margin: 20px 0;
  font-size: 1.25rem;
}

.footer-company .nav-footer-company .item-footer-company.has-child {
  width: 100%;
}

.footer-company .nav-footer-company a {
  padding: 0 20px;
  color: #333333;
  line-height: 1.3;
  box-sizing: border-box;
}

.footer-company .nav-footer-company a:after {
  top: 0;
  transform: none;
  font-size: 1.25rem;
}

.footer-company .submenu-company {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}

.footer-company .submenu-company .submenu-item {
  margin-top: 20px;
  font-size: 1rem;
}

.footer-company .submenu-company a {
  padding: 0 20px 0 15px;
}

.footer-company .submenu-company a:after {
  font-size: 1rem;
}

@media only screen and (max-width: 991px) {
  .footer-company {
    padding: 50px 0 10px;
  }
  .footer-company .title-footer-company {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .footer-company .nav-footer-company {
    flex-direction: column;
    padding-top: 2px;
  }
  .footer-company .nav-footer-company .item-footer-company {
    width: 100%;
    font-size: 1rem;
  }
  .footer-company .nav-footer-company a {
    padding: 0;
  }
  .footer-company .nav-footer-company a:after {
    content: none;
  }
  .footer-company .nav-footer-company .link-icon-after {
    display: block;
    position: absolute;
    right: 0px;
    width: 16px;
    height: 2px;
    background-color: #009B94;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-company .nav-footer-company .link-icon-after:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #009B94;
    transform: rotate(90deg);
  }
  .footer-company .submenu-company {
    display: none;
    flex-direction: column;
    padding-left: 0;
  }
  .footer-company .submenu-company.open-submenu {
    display: block;
  }
  .footer-company .submenu-company a {
    padding: 0 0 0 15px;
  }
  .footer-company .submenu-company a:after {
    content: "\f105";
  }
}

body .content .page-company-default .container-content .society_catch {
  background: url(images/society_bg.jpg) 100% 100% no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  font-size: 160%;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 10px;
  text-align: left;
  padding-top: 30px;
  width: 100%;
}

body .content .page-company-default .container-content table {
  border-color: #009B94;
}

body .content .page-company-default .container-content p {
  margin-bottom: 10px;
  width: 100%;
}

body .content .page-company-default .container-content h4 {
  padding: 5px 0px;
  margin: 20px 0px;
  font-weight: 600;
}

body .content .page-company-default .container-content h3 {
  font-size: 24px;
  padding: 7px 0px;
  margin: 20px 0px;
  font-weight: 800;
}

body .content .page-company-default .container-content img.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

body .content .page-company-default .container-content dl {
  border-top: 1px solid #ccc;
  width: 70%;
  padding-top: 5px;
  font-size: 12px;
  margin-bottom: 40px;
}

body .content .page-company-default .container-content dl dt {
  height: 2px;
}

@media (max-width: 768px) {
  body .content .page-company-default .container-content .company-table {
    width: 100%;
    overflow: auto;
  }
  body .content .page-company-default .container-content .company-table td {
    white-space: nowrap;
  }
  body .content .page-company-default .container-content img.alignright,
  body .content .page-company-default .container-content img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
    float: none;
  }
}

body .content .page-company-default .container-content .society .page table {
  width: auto !important;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

body .content .page-company-default .container-content .society .page table tbody p {
  margin-bottom: 7px;
}

body .content .page-company-default .container-content .society .page table tbody tr {
  padding: .35em;
}

body .content .page-company-default .container-content .society .page table tbody tr td {
  vertical-align: top;
}

body .content .page-company-default .container-content .society .page table tbody tr td img {
  top: 0;
  width: 100%;
  max-width: 240px;
}

body .content .page-company-default .container-content .society .page table tbody tr td:nth-child(2n) {
  width: 10px !important;
}

body .content .page-company-default .container-content .society .page table tbody th, body .content .page-company-default .container-content .society .page table tbody td {
  padding: 5px;
  text-align: center;
}

body .content .page-company-default .container-content .society .page .society-gunma table tr td img {
  top: 0;
  width: 100%;
  max-width: 231px;
  height: 171px;
}

@media screen and (max-width: 425px) {
  body .content .page-company-default .container-content .society .page table {
    border: 0;
    width: 100% !important;
  }
  body .content .page-company-default .container-content .society .page table tbody tr {
    display: block;
    height: auto !important;
  }
  body .content .page-company-default .container-content .society .page table tbody tr td {
    vertical-align: center;
    width: 100% !important;
    height: auto !important;
  }
  body .content .page-company-default .container-content .society .page table tbody tr td p {
    text-align: center;
  }
  body .content .page-company-default .container-content .society .page table tbody tr td img {
    width: auto;
    text-align: center;
  }
  body .content .page-company-default .container-content .society .page table tbody td {
    width: 100%;
    display: block;
    text-align: right;
  }
  body .content .page-company-default .container-content .society .page table tbody td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  body .content .page-company-default .container-content .society .page table tbody td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  body .content .page-company-default .container-content .society .page img {
    width: 100%;
  }
}

.calendar-content {
  padding: 26px 0 14px;
  color: #333333;
}

.calendar-content .item-calendar {
  display: inline-flex;
  align-items: flex-start;
  margin: 34px 0;
}

.calendar-content .item-calendar .date {
  margin-bottom: 20px;
  color: #9e9e9e;
  font-size: 1rem;
}

.calendar-content .item-calendar .name-calendar {
  padding-bottom: 15px;
  font-size: 1.777rem;
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #009B94;
  display: block;
  margin-bottom: 30px;
}

.calendar-content .img-calendar {
  width: 32%;
  margin-right: 40px;
  flex-shrink: 0;
}

.calendar-content .img-calendar img {
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.calendar-content .description-calendar {
  font-size: 1.111rem;
  line-height: 1.8;
  text-align: justify;
}

.calendar-content .read-more {
  margin: 40px auto 0;
}

.calendar-content .read-more span:after {
  left: auto;
  right: -25px;
  transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .calendar-content {
    padding: 2px 0;
  }
  .calendar-content .item-calendar {
    display: block;
    margin: 28px 0;
  }
  .calendar-content .item-calendar:last-child {
    margin-bottom: 13px;
  }
  .calendar-content .item-calendar .date {
    margin-bottom: 30px;
    font-size: 0.888rem;
  }
  .calendar-content .item-calendar .name-calendar {
    padding-bottom: 10px;
    font-size: 1.333rem;
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #009B94;
    margin-bottom: 20px;
  }
  .calendar-content .img-calendar {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    padding: 0 23px;
  }
  .calendar-content .description-calendar {
    font-size: 1rem;
    line-height: 1.67;
  }
  .calendar-content .read-more {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 374px) {
  .calendar-content .img-calendar {
    box-sizing: border-box;
  }
}

.calendar-content._detail .item-calendar {
  margin-bottom: 39px;
}

.calendar-content._detail .wrapp-items-month {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.calendar-content._detail .wrapp-items-month .img-calendar {
  width: 37%;
  margin-right: 30px;
}

.calendar-content._detail .wrapp-items-month .item-month {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  margin: 31px 0;
  box-sizing: border-box;
}

.calendar-content._detail .wrapp-items-month .title-month {
  position: relative;
  background: #e0f3f2;
  padding: 20px;
  border-radius: 6px;
  font-size: 1.222rem;
  line-height: 1.2;
}

.calendar-content._detail .wrapp-items-month .title-month sup {
  position: absolute;
  top: 3px;
  margin-left: -13%;
  font-size: 0.7em;
}

.calendar-content._detail .wrapp-items-month .info-month {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.calendar-content._detail .wrapp-items-month .info-month .description-calendar sup {
  position: absolute;
  margin: -1% 0 0 -4%;
  font-size: 0.7em;
}

.calendar-content._detail .btn-grey {
  margin: 49px auto 47px;
}

@media only screen and (max-width: 991px) {
  .calendar-content._detail .item-calendar {
    margin-bottom: 0;
  }
  .calendar-content._detail .wrapp-items-month {
    /*flex-direction: column;*/
    margin: 20px 0 0;
  }
  .calendar-content._detail .wrapp-items-month .img-calendar {
    width: 100%;
    margin: 0 auto 20px;
  }
  .calendar-content._detail .wrapp-items-month .item-month {
    max-width: none;
    width: 100%;
    flex: auto;
    padding: 0;
    margin: 20px 0;
  }
  .calendar-content._detail .wrapp-items-month .title-month {
    padding: 18px 20px;
    font-size: 0.888rem;
  }
  .calendar-content._detail .wrapp-items-month .info-month {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .calendar-content._detail .wrapp-items-month .info-month .description-calendar sup {
    margin: -1% 0 0 -6%;
  }
  .calendar-content._detail .btn-grey {
    margin: 20px auto 28px;
  }
}

@media only screen and (max-width: 991px) {
  .calendar-content._detail .wrapp-items-month .info-month .description-calendar sup {
    margin: -3% 0 0 -14%;
  }
}

.footer-top {
  background-color: #464646;
}

.footer-top-inner {
  background: url("/wp-content/themes/shinetsu/images/footer_illust.svg") no-repeat;
  background-position: 0 101.2%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 80px;
  box-sizing: border-box;
}

.footer-top-inner .footer-top-right {
  width: 255px;
  margin-left: 40px;
  flex-shrink: 0;
  list-style-type: none;
  padding-top: 31px;
}

.footer-top-inner .footer-top-right img {
  border-radius: 6px;
  margin-bottom: 20px;
}

.footer-bottom {
  background-color: #2e2e2e;
  line-height: 1.43;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  border-top: 7px solid #777676;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 8px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .footer-bottom {
    border: none;
  }
  .footer-bottom .footer-bottom-inner {
    display: block;
    box-sizing: border-box;
    justify-content: unset;
    padding: 24px 0 10px;
  }
  .footer-bottom .footer-bottom-inner .footer-bottom-right {
    margin-top: 7px;
    font-size: 0.625rem;
    text-align: center;
  }
  .footer-top .footer-top-inner {
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    background: none;
  }
  .footer-top .footer-top-inner .footer-top-right {
    max-width: 345px;
    width: 100%;
    margin: auto;
  }
  .footer-top .footer-top-inner .footer-top-right img {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }
  .footer-top .footer-top-inner .footer-top-right #media_image-5 {
    display: none;
  }
}

@media (min-width: 769px) {
  .footer-main-menu a {
    display: inline-flex;
    align-items: center;
    font-size: 1.375rem;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    vertical-align: middle;
  }
  .footer-main-menu a:hover {
    color: #fff;
  }
  .footer-main-menu a > span.link-icon {
    color: #fff;
    margin-right: 5px;
    font-size: 1.125rem;
  }
  .footer-main-menu .sub-menu .sub-menu li a {
    font-size: 1.125rem;
  }
  .footer-main-menu > ul > li {
    display: none;
    margin-top: 0;
  }
  .footer-main-menu > ul > li.menu-item-has-children {
    display: block;
    margin-top: 30px;
  }
  .footer-main-menu > ul > li > ul > li {
    display: block;
  }
  .footer-main-menu > ul > li > ul > li.product-catalog > ul {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer-main-menu > ul > li > ul > li > ul {
    display: block;
    margin-left: 20px;
  }
  .footer-main-menu > ul > li > ul > li > ul > li {
    display: inline-block;
    margin: 20px 0 0;
  }
  .footer-main-menu > ul > li > ul > li > ul > li.external-link > a > span.link-title:after {
    content: '\f35d';
    margin-left: 5px;
    font-family: "Font Awesome 5 bold";
    font-size: 0.8rem;
    color: #fff;
  }
  .footer-main-menu > ul > li > ul > li > ul > li.search-item > a > span.link-icon {
    position: relative;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
  }
  .footer-main-menu > ul > li > ul > li > ul > li.search-item > a > span.link-icon:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer-main-menu > ul > li > ul > li > ul > li.search-item > a .fa-chevron-right:before {
    content: "";
  }
  .footer-main-menu > ul > li > ul > li > ul > li.product-business-sector > a > span.link-icon:before {
    background-image: url("images/gnav_searxh_product_01.svg");
  }
  .footer-main-menu > ul > li > ul > li > ul > li.product-using > a > span.link-icon:before {
    background-image: url("images/gnav_searxh_product_02.svg");
  }
  .footer-main-menu > ul > li > ul > li > ul > li.product-alphabet > a > span.link-icon:before {
    background-image: url("images/gnav_searxh_product_03.svg");
  }
  .footer-main-menu > ul > li > ul > li > ul > li.en-product-alphabet > a > span.link-icon:before {
    background-image: url("images/gnav_searxh_product_03_en.svg");
  }
  .footer-main-menu > ul > li > ul > li.external-link {
    margin-top: 20px;
    margin-left: 20px;
  }
  .footer-main-menu > ul > li > ul > li.external-link .sub-menu {
    margin-left: 0;
  }
  .footer-main-menu > ul > li > ul > li.external-link > a > span.link-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #009B94;
    padding: 0;
    margin-right: 11px;
  }
  .footer-main-menu > ul > li > ul > li.external-link > a > span.link-icon:before {
    content: '\f35d';
    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.9rem;
    left: 6px;
  }
  .footer-main-menu > ul > li > ul > li.external-link > a > span.link-title {
    vertical-align: top;
    font-size: 1.125rem;
  }
  .footer-main-menu > ul > li > ul > li a.product-catalog-link {
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 1rem;
  }
  .footer-main-menu > ul > li > ul > li a.product-catalog-link > span.link-icon {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-image: url("images/gnav_catalog.png");
  }
  .footer-main-menu > ul > li > ul > li a.product-catalog-link .link-title {
    color: #333333;
  }
  .footer-main-menu > ul > li > a {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer-main-menu > ul > li > ul > li > ul {
    margin-top: 15px;
  }
  .footer-main-menu > ul > li > ul > li > ul li {
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .footer-main-menu {
    padding-bottom: 20px;
  }
  .footer-main-menu .menu-item {
    margin: 0 7px;
  }
  .footer-main-menu .menu-item .sub-menu > li.top_page_ir > a, .footer-main-menu .menu-item li.top_page_company > a {
    display: none !important;
  }
  .footer-main-menu .menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    font-size: 1.125rem;
    color: #fff;
  }
  .footer-main-menu .menu-item a .link-icon {
    display: none;
  }
  .footer-main-menu .menu-item a .link-icon-after:after {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #fff;
    font-family: "Font Awesome 5 bold";
    font-size: 1.125rem;
    transform: translateY(-50%);
  }
  .footer-main-menu .menu-item a .link-title {
    padding-left: 10px;
  }
  .footer-main-menu .menu-item.menu-item-has-children:not(.hide-item) a .link-icon-after {
    display: block;
    position: absolute;
    right: 0;
    width: 16px;
    height: 2px;
    background-color: #fff;
  }
  .footer-main-menu .menu-item.menu-item-has-children:not(.hide-item) a .link-icon-after:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transform: rotate(90deg);
  }
  .footer-main-menu .menu-item.menu-item-has-children:not(.hide-item) a.open .link-icon-after:before {
    content: none;
  }
  .footer-main-menu .menu-item .sub-menu {
    display: none;
  }
  .footer-main-menu .menu-item .sub-menu .menu-item {
    margin: 0 0 0 20px;
  }
  .footer-main-menu .menu-item .sub-menu .menu-item:not(.menu-item-has-children):not(.external-link) a .link-icon-after {
    background: none;
  }
  .footer-main-menu .menu-item .sub-menu .menu-item:not(.menu-item-has-children):not(.external-link) a .link-icon-after:after,
  .footer-main-menu .menu-item .sub-menu .menu-item:not(.menu-item-has-children):not(.external-link) a .link-icon-after:before {
    content: none;
  }
  .footer-main-menu .menu-item .sub-menu.open {
    display: block;
  }
  .footer-main-menu .menu-item.external-link:not(.menu-item-has-children) a .link-icon-after {
    background: none;
  }
  .footer-main-menu .menu-item.external-link:not(.menu-item-has-children) a .link-icon-after:after {
    content: '\f35d';
  }
}

.footer-bottom-menu > ul > li > a {
  color: #fff;
}

.footer-bottom-menu > ul > li > a > span.link-icon {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .footer-bottom-menu > ul {
    display: flex;
    list-style-type: none;
  }
  .footer-bottom-menu > ul > li:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .footer-bottom-inner {
    align-items: center;
  }
  .footer-bottom-menu > ul {
    flex-direction: column;
  }
  .footer-bottom-menu > ul > li:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .footer-bottom-menu > ul {
    display: block;
  }
  .footer-bottom-menu > ul > li {
    margin-bottom: 24px;
  }
  .footer-bottom-menu > ul > li > a > span.link-icon {
    margin-right: 5px;
  }
  .footer-bottom-menu > ul > li > a > span.link-icon:before {
    font-size: 0.625rem;
  }
}

.event-item {
  display: none;
}

.event-item.open {
  display: block;
}

.event-item .event-table {
  border-collapse: collapse;
  margin: auto;
  margin-bottom: 24px;
}

.event-item .event-table th {
  background: rgba(204, 235, 233, 0.6);
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #D6D6D6;
  font-size: 1.3em;
  text-align: left;
}

.event-item .event-table td {
  margin: 0;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px dotted #D6D6D6;
  line-height: 24px;
}

.event-item .event-table td.head {
  background: #EAEAEA;
  text-align: center;
  line-height: 1.4em;
  border: 1px solid #D6D6D6;
  width: 120px;
}

@media only screen and (max-width: 768px) {
  .event-item .event-table {
    overflow: hidden;
  }
  .event-item .event-table tr {
    width: 100%;
  }
  .event-item .event-table tr td {
    width: 60%;
  }
  .event-item .event-table tr td.head {
    width: 40%;
  }
  .event-item .event-table tr td a {
    word-break: break-all;
  }
}

ul.results-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.results-years {
    display: none;
  }
}

ul.results-years li.ir-results-year {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  margin: 5px 10px 5px 5px;
}

ul.results-years li.ir-results-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

ul.results-years li.ir-results-year a {
  color: #000;
  padding: 9px 22px;
  display: block;
}

ul.results-years li.def_not {
  display: none;
}

@media screen and (max-width: 768px) {
  select#results-tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.2rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
}

section.result_section {
  display: none;
}

section.result_section h3 {
  background: #e6e6e6;
  padding: 10px 20px;
}

section.result_section div.item p {
  width: 150px;
  margin-right: 30px;
}

p.ir-results-all-bt {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  p.ir-results-all-bt {
    display: none;
  }
}

p.ir-results-all-bt button {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 16px;
}

div.results-other-link {
  margin: 20px 0;
}

div.results-other-link h4 {
  margin-bottom: 1em;
}

div.results-other-link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.results-other-link ul li {
  padding: 0 5px;
}

div.results-other-link ul li a {
  color: #000;
  text-decoration: underline;
}

ul.ir-results-filelist {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  ul.ir-results-filelist {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
  }
}

ul.ir-results-filelist li {
  margin-right: 5px;
}

.breaking-news-section {
  background-color: #eae8e8;
}

.breaking-news-section .container-content {
  padding-top: 60px;
  padding-bottom: 70px;
}

.breaking-news-section .breaking-news-wrap {
  padding: 1px 29px 6px 30px;
  background-color: #fff;
}

.breaking-news-section .breaking-news-wrap > div {
  padding: 20px 0;
}

.breaking-news-section .breaking-news-title {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: normal;
}

.breaking-news-section .breaking-news-header,
.breaking-news-section .breaking-news-content {
  border-bottom: 2px solid #f0f0f0;
}

.breaking-news-section .breaking-news-header p,
.breaking-news-section .breaking-news-content p {
  line-height: 1.8;
}

.breaking-news-section .breaking-news-content,
.breaking-news-section .breaking-news-files a:not(.pdf) {
  color: #333333;
  font-size: 1.111rem;
}

.breaking-news-section .breaking-news-files a:not(.pdf) {
  text-decoration: underline;
}

.breaking-news-section .breaking-news-header {
  display: flex;
  justify-content: space-between;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .breaking-news-section .breaking-news-header {
    display: block;
  }
  .breaking-news-section .breaking-news-header .breaking-news-date {
    float: right;
  }
}

@media only screen and (max-width: 768px) {
  .breaking-news-section {
    background-color: #fff;
  }
  .breaking-news-section .breaking-news-wrap {
    padding: 0;
  }
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.video-popup.show {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.video-popup .video-popup-inner {
  position: relative;
  padding: 5px;
  max-width: 100%;
  height: auto;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}

.video-popup .video-popup-inner .video-popup-iframe {
  padding: 20px 0;
}

.video-popup .video-popup-inner .video-popup-iframe iframe {
  height: 70vh;
  width: 100vh;
}

.video-popup .video-popup-bottom {
  text-align: center;
}

.video-popup .video-popup-bottom .video-popup-close {
  float: right;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .video-popup .video-popup-inner .video-popup-iframe iframe {
    width: 90vw;
  }
}

.content .page-company-default .container-content .page.greeting {
  display: block;
}

.company-greeting-block {
  width: 100%;
}

.company-greeting-block > div {
  flex-basis: auto;
}

.company-greeting-block > div:nth-child(1) {
  width: 12%;
}

.company-greeting-block > div:nth-child(1) .company-info-block {
  text-align: center;
}

.company-greeting-block > div:last-child {
  width: 88%;
}

@media only screen and (max-width: 768px) {
  .company-greeting-block {
    display: block;
  }
  .company-greeting-block > div:nth-child(1) {
    width: 100%;
  }
  .company-greeting-block > div.wp-block-column {
    width: 100%;
  }
  .company-greeting-block > div.wp-block-column img {
    display: block;
    margin: auto;
  }
}

.content .page-company-default .container-content .history table td.head {
  background-color: rgba(204, 235, 233, 0.6);
}

.content .page-company-default .container-content .history table th {
  background-color: #dfe4e6;
}

.content .page-company-default .container-content .page.movie {
  display: block;
}

#content .page-company-default .container-content .page h3 {
  flex-shrink: 0;
  margin: 0 45px 0 0;
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
}

#content .page-company-default .container-content .page.organization h3, #content .page-company-default .container-content .page.profile h3 {
  margin-top: 0;
  width: 80%;
  display: inline-block;
}

#content .page-company-default .container-content .page.organization h6, #content .page-company-default .container-content .page.profile h6 {
  float: right;
  padding: 20px 0;
  font: bold 1.25rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #004f6e;
  font-size: 80%;
}

@media (max-width: 768px) {
  #content .container-content .page.organization h3 {
    width: 55%;
  }
}

#content .container-content .page .sh_btn {
  padding: 10px;
  background-color: #31bab4;
  color: #fff;
  border-radius: 3px;
}

@media (max-width: 768px) {
  #content .container-content .page .sh_btn {
    display: block;
  }
}

body .content .page-company-default .container-content .friendship .page {
  display: flex;
  flex-wrap: wrap;
}

body .content .page-company-default .container-content .friendship .page .wp-block-image {
  width: 250px;
}

body .content .page-company-default .container-content .friendship .page .friendship-gallary.d-flex {
  max-width: 620px;
  flex-wrap: wrap;
  margin: 0 auto;
}

body .content .page-company-default .container-content .friendship .page .friendship-gallary.d-flex .aligncenter {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

body .content .page-company-default .container-content .friendship .page .friendship-gallary.d-flex .img-desc {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #333333;
  text-align: center;
  font-size: 13px;
}

.content .container-content .page.office table .head,
.content .container-content .page.office table .label {
  background-color: rgba(204, 235, 233, 0.6);
}

.content .container-content .page.office .company-map-block {
  width: 20%;
  margin-right: 5px;
}

.content .container-content .page.office .btn-window {
  display: block;
  float: right;
}

.content .container-content .page.office .table-page-company .content-table > li:first-child > span:nth-child(2) {
  width: 100%;
}

@media (max-width: 768px) {
  .content .container-content .page.office table {
    display: block;
    overflow: scroll;
  }
}

#content .container-content .page.organization h6 {
  float: right;
  padding: 20px 0;
  font: bold 1.25rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #004f6e;
  font-size: 80%;
}

#content .container-content .page.organization h3 {
  margin-top: 0;
  width: 80%;
  display: inline-block;
}

#content .container-content .page.organization table, #content .container-content .page.organization td, #content .container-content .page.organization tbody {
  border: none;
}

#content .container-content .page.organization table th:not(.blank) {
  background-color: rgba(204, 235, 233, 0.6);
}

#content .container-content .page.organization table tr:not(:first-child) {
  border-bottom: 1px solid #a0a0a0;
}

@media (max-width: 768px) {
  #content .container-content .page.organization h3 {
    width: 55%;
  }
}

#content .container-content .page.r-d table .head {
  background-color: rgba(204, 235, 233, 0.6);
}

#content .container-content .page.r-d table th {
  background-color: #dfe4e6;
}

@media (max-width: 768px) {
  #content .container-content .page.r-d table {
    display: block;
    overflow: scroll;
  }
  #content .container-content .page.r-d table td {
    display: block;
    width: 100% !important;
  }
  #content .container-content .page.r-d table td img {
    margin: auto;
    display: block;
  }
}

ul.annual-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.annual-years {
    display: none;
  }
}

ul.annual-years li.ir-annual-year {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  margin: 5px 10px 5px 5px;
}

ul.annual-years li.ir-annual-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

ul.annual-years li.ir-annual-year a {
  color: #000;
  padding: 9px 22px;
  display: block;
}

ul.annual-years li.def_not {
  display: none;
}

@media screen and (max-width: 768px) {
  select#annual-tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.2rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
}

section.result_section {
  display: none;
}

section.result_section h3 {
  background: #e6e6e6;
  padding: 10px 20px;
}

section.result_section div.item p {
  width: 150px;
  margin-right: 30px;
}

p.ir-annual-all-bt {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  p.ir-annual-all-bt {
    display: none;
  }
}

p.ir-annual-all-bt button {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 16px;
}

div.annal-box {
  display: flex;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  div.annal-box {
    flex-direction: column;
  }
}

div.annal-box figure {
  width: 25%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  div.annal-box figure {
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
  }
}

div.annal-box ul {
  width: 75%;
}

@media screen and (max-width: 768px) {
  div.annal-box ul {
    width: 100%;
    flex-direction: column;
  }
}

div.annal-box ul li {
  border-bottom: 2px solid #f0f0f0;
  padding: 15px 0;
}

div.annual-other-link {
  margin: 20px 0;
}

div.annual-other-link h4 {
  margin-bottom: 1em;
}

div.annual-other-link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.annual-other-link ul li {
  padding: 0 5px;
}

div.annual-other-link ul li a {
  color: #000;
  text-decoration: underline;
}

ul.briefing-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.briefing-years {
    display: none;
  }
}

ul.briefing-years li.ir-briefing-year {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  margin: 5px 10px 5px 5px;
}

ul.briefing-years li.ir-briefing-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

ul.briefing-years li.ir-briefing-year a {
  color: #000;
  padding: 9px 22px;
  display: block;
}

ul.briefing-years li.def_not {
  display: none;
}

@media screen and (max-width: 768px) {
  select#briefing-tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.2rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
}

section.result_section {
  display: none;
}

section.result_section h3 {
  background: #e6e6e6;
  padding: 10px 20px;
}

section.result_section div.item p {
  width: 150px;
  margin-right: 30px;
}

p.ir-briefing-all-bt {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  p.ir-briefing-all-bt {
    display: none;
  }
}

p.ir-briefing-all-bt button {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 16px;
}

div.briefing-other-link {
  margin: 20px 0;
}

div.briefing-other-link h4 {
  margin-bottom: 1em;
}

div.briefing-other-link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.briefing-other-link ul li {
  padding: 0 5px;
}

div.briefing-other-link ul li a {
  color: #000;
  text-decoration: underline;
}

ul.ir-briefing-filelist {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  ul.ir-briefing-filelist {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
  }
}

ul.ir-briefing-filelist li {
  margin-right: 5px;
}

ul.report-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.report-years {
    display: none;
  }
}

ul.report-years li.ir-report-year {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  margin: 5px 10px 5px 5px;
}

ul.report-years li.ir-report-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

ul.report-years li.ir-report-year a {
  color: #000;
  padding: 9px 22px;
  display: block;
}

ul.report-years li.def_not {
  display: none;
}

@media screen and (max-width: 768px) {
  select#report-tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.2rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
}

section.result_section {
  display: none;
}

section.result_section h3 {
  background: #e6e6e6;
  padding: 10px 20px;
}

section.result_section div.item p {
  width: 150px;
  margin-right: 30px;
}

p.ir-report-all-bt {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  p.ir-report-all-bt {
    display: none;
  }
}

p.ir-report-all-bt button {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 16px;
}

div.report-other-link {
  margin: 20px 0;
}

div.report-other-link h4 {
  margin-bottom: 1em;
}

div.report-other-link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.report-other-link ul li {
  padding: 0 5px;
}

div.report-other-link ul li a {
  color: #000;
  text-decoration: underline;
}

ul.results-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.results-years {
    display: none;
  }
}

ul.results-years li.ir-results-year {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  margin: 5px 10px 5px 5px;
}

ul.results-years li.ir-results-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

ul.results-years li.ir-results-year a {
  color: #000;
  padding: 9px 22px;
  display: block;
}

ul.results-years li.def_not {
  display: none;
}

@media screen and (max-width: 768px) {
  select#results-tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.2rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
}

section.result_section {
  display: none;
}

section.result_section h3 {
  background: #e6e6e6;
  padding: 10px 20px;
}

section.result_section div.item p {
  width: 150px;
  margin-right: 30px;
}

p.ir-results-all-bt {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  p.ir-results-all-bt {
    display: none;
  }
}

p.ir-results-all-bt button {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 16px;
}

div.results-other-link {
  margin: 20px 0;
}

div.results-other-link h4 {
  margin-bottom: 1em;
}

div.results-other-link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.results-other-link ul li {
  padding: 0 5px;
}

div.results-other-link ul li a {
  color: #000;
  text-decoration: underline;
}

ul.ir-results-filelist {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  ul.ir-results-filelist {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
  }
}

ul.ir-results-filelist li {
  margin-right: 5px;
}

ul.securities-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.securities-years {
    display: none;
  }
}

ul.securities-years li.ir-securities-year {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  margin: 5px 10px 5px 5px;
}

ul.securities-years li.ir-securities-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

ul.securities-years li.ir-securities-year a {
  color: #000;
  padding: 9px 22px;
  display: block;
}

ul.securities-years li.def_not {
  display: none;
}

@media screen and (max-width: 768px) {
  select#securities-tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.2rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
}

section.result_section {
  display: none;
}

section.result_section h3 {
  background: #e6e6e6;
  padding: 10px 20px;
}

section.result_section div.item p {
  width: 150px;
  margin-right: 30px;
}

p.ir-securities-all-bt {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  p.ir-securities-all-bt {
    display: none;
  }
}

p.ir-securities-all-bt button {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 16px;
}

div.securities-other-link {
  margin: 20px 0;
}

div.securities-other-link h4 {
  margin-bottom: 1em;
}

div.securities-other-link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.securities-other-link ul li {
  padding: 0 5px;
}

div.securities-other-link ul li a {
  color: #000;
  text-decoration: underline;
}

ul.ir-securities-filelist {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  ul.ir-securities-filelist {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
  }
}

ul.ir-securities-filelist li {
  margin-right: 5px;
}

div.ir-securities-mes {
  margin-bottom: 1rem;
}

div.ir-securities-mes p {
  line-height: 150%;
}

ul.shinetsu-years {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.shinetsu-years {
    display: none;
  }
}

ul.shinetsu-years li.ir-shinetsu-year {
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  margin: 5px 10px 5px 5px;
}

ul.shinetsu-years li.ir-shinetsu-year.active {
  background: #e0f3f2;
  border-color: transparent;
}

ul.shinetsu-years li.ir-shinetsu-year a {
  color: #000;
  padding: 9px 22px;
  display: block;
}

ul.shinetsu-years li.def_not {
  display: none;
}

@media screen and (max-width: 768px) {
  select#shinetsu-tabs-years {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    background: none;
    font-size: 1.2rem;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
  }
}

section.result_section {
  display: none;
}

section.result_section h3 {
  background: #e6e6e6;
  padding: 10px 20px;
}

section.result_section div.item p {
  width: 150px;
  margin-right: 30px;
}

p.ir-shinetsu-all-bt {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  p.ir-shinetsu-all-bt {
    display: none;
  }
}

p.ir-shinetsu-all-bt button {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 16px;
}

div.shinetsu-report-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  div.shinetsu-report-box {
    flex-direction: column;
  }
}

div.shinetsu-report-box figure {
  margin: 20px 0;
  text-align: center;
  width: 48%;
}

@media screen and (max-width: 768px) {
  div.shinetsu-report-box figure {
    width: 100%;
  }
}

div.shinetsu-report-box figure figcaption {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #eaeaea;
}

div.shinetsu-report-box figure figcaption a {
  color: #333333;
  text-decoration: underline;
}

div.shinetsu-other-link {
  margin: 20px 0;
}

div.shinetsu-other-link h4 {
  margin-bottom: 1em;
}

div.shinetsu-other-link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.shinetsu-other-link ul li {
  padding: 0 5px;
}

div.shinetsu-other-link ul li a {
  color: #000;
  text-decoration: underline;
}

.content-product-detail .container-content .wrapp-description ul {
  padding: 5px;
  margin-bottom: 0;
}

.content-product-detail .container-content .wrapp-description ul a {
  color: #31bab4;
  padding-left: 20px;
}

.content-product-detail .container-content .wrapp-description h4 {
  text-align: left;
  height: 40px;
  background: #31bab4;
  margin-bottom: 20px;
  font-size: 110%;
  font-weight: bold;
  color: #FFF;
  padding-left: 10px;
  line-height: 40px;
  border-radius: 7px;
}

.content-product-detail .container-content .wrapp-description .product_box {
  border: 4px rgba(204, 235, 233, 0.6) solid;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 30px;
  overflow: auto;
}

.content-product-detail .container-content .wrapp-description .product_box .image-block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.content-product-detail .container-content .wrapp-description .product_box .image-block p {
  width: 214px;
  font-size: 12px;
  margin-right: 10px;
}

.content-product-detail .container-content .wrapp-description .product_box .product-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.content-product-detail .container-content .wrapp-description .product_box .product-block div {
  display: flex;
  justify-content: center;
  width: 100%;
}

.content-product-detail .container-content .wrapp-description .product_box .product-block .top-text-block {
  width: 100%;
  height: auto;
  border: none;
  margin-bottom: 20px;
}

.content-product-detail .container-content .wrapp-description .product_box .product-block .product-block-text {
  width: calc(100% - 260px);
  min-width: 50%;
}

.content-product-detail .container-content .wrapp-description .product_box .product-block p {
  margin-bottom: 0px;
}

.content-product-detail .container-content .wrapp-description .product_box .product-block img {
  margin: 0 5px;
}

.content-product-detail .container-content .wrapp-description .product_box .product-block .arrow-left {
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-left-color: #31bab4;
  border-right: 0;
  float: left;
  margin-right: 10px;
}

.content-product-detail .container-content .wrapp-description .product_box .pro_ph {
  display: block;
  float: right;
  width: 214px;
  font-size: 12px;
  line-height: 16px;
}

.content-product-detail .container-content .wrapp-description .product_box .pro_ph img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .content-product-detail .container-content .wrapp-description .image-block {
    justify-content: center;
  }
  .content-product-detail .container-content .wrapp-description .image-block img {
    margin-bottom: 10px;
  }
  .content-product-detail .container-content .wrapp-description .image-block p {
    text-align: center;
  }
  .content-product-detail .container-content .wrapp-description .product_box .product-block {
    justify-content: center;
  }
  .content-product-detail .container-content .wrapp-description .product_box .product-block img {
    margin-bottom: 10px;
  }
  .content-product-detail .container-content .wrapp-description .product_box .product-block p {
    text-align: center;
  }
  .content-product-detail .container-content .wrapp-description .product_box .product-block .arrow-left {
    display: none;
  }
  .content-product-detail .container-content .wrapp-description .product_box .product-block .product-block-text {
    min-width: 80%;
  }
  .content-product-detail .container-content .wrapp-description h4 {
    height: auto;
  }
}

@media only screen and (max-width: 374px) {
  .content-product-detail .container-content .wrapp-description .product_box .pro_ph {
    width: 100%;
    margin-bottom: 10px;
  }
}

.content .page-default {
  padding: 60px 0 0;
  line-height: 1.8;
  color: #333;
}

.content .page-default .container-content {
  padding-bottom: 40px;
}

.content .page-default .container-content h3 {
  flex-shrink: 0;
  margin: 0 45px 0 0;
  font-size: 2rem;
  font-weight: normal;
  width: 100%;
  padding: 7px 0px;
}

.content .page-default .container-content p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
}

.content .page-default .container-content ul.list-default > li:before {
  content: '';
  display: inline-block;
  background: url(images/kaigai_icon.gif) no-repeat;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 5px 10px 5px 5px;
}

.content .page-default .container-content ul.list-default li a {
  text-decoration: underline;
}

ul.classic-list {
  list-style-type: disc;
}

ul.classic-list li {
  margin-left: 20px;
}

ul.cols-two {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

table.bordered-table td {
  border: 1px solid #EAEAEA;
}

.table-head {
  background-color: rgba(204, 235, 233, 0.6);
}

.ir_data_col1 {
  background-color: rgba(204, 235, 233, 0.6);
}

.ir_data_col2 {
  background-color: #EAEAEA;
}

.ir_data_col1,
.ir_data_col2 {
  margin: 1px 0px 0px 20px;
  padding: 5px 10px;
}

.ir_data_col1 a[href$=".pdf"]:after,
.ir_data_col2 a[href$=".pdf"]:after,
.list-default a[href$=".pdf"]:after {
  content: 'pdf';
  background: #cc000e;
  display: inline-block;
  padding: 3px 4px 4px;
  margin: 5px 0 0 5px;
  font-size: 0.7777rem;
  font-weight: bold;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  width: 25px;
  height: 12px;
}

.ir_data_col1 a,
.ir_data_col2 a,
.list-default a {
  color: #333333;
}

@media (max-width: 768px) {
  ul.cols-two {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.no-link {
  pointer-events: none;
}

.page-default.stock-info .container-content .tabs-page {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 0;
  background-color: rgba(204, 235, 233, 0.6);
  box-sizing: border-box;
}

.page-default.stock-info .container-content .tabs-page .tab-item {
  padding-right: 20px;
}

.page-default.stock-info .container-content .tabs-page .tab-item a.active {
  color: #333333;
}

.page-default.stock-info .container-content .tabs-page .tab-item a {
  color: #009B94;
  padding-left: 20px;
  text-decoration: none;
}

.page-default.stock-info .container-content .tabs-page .tab-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.page-default.stock-info .container-content .tabs-page .tab-icon:after {
  content: "|";
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 1.333333rem;
  color: #009B94;
}

.page-default.stock-info .container-content .tab-content {
  display: none;
}

.page-default.stock-info .container-content .tab-content.active {
  display: block;
}

.page-default.stock-info .container-content .irdirectors_table th {
  background-color: rgba(204, 235, 233, 0.6);
  border-bottom: 1px solid;
  border-color: #fff;
}

.page-default.stock-info .container-content .irdirectors_table td {
  border-bottom: 1px solid;
  border-color: #e6edf2;
}

.page-default.stock-info .container-content .irdirectors_table.stripe tr:nth-child(odd):not(:first-child) {
  background-color: #EAEAEA;
}

.page-default.stock-info .container-content .ir_table td {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e6edf2;
}

.page-default.stock-info .container-content .ir_table th {
  background-color: rgba(204, 235, 233, 0.6);
}

.page-default.stock-info .container-content .ir_table td.head {
  background-color: #EAEAEA;
}

.page-default.stock-info .container-content .undertable-desc {
  font-size: 0.6em;
}

.page-default.stock-info .container-content .push_right {
  float: right;
}

@media (max-width: 768px) {
  .page-default.stock-info .container-content table {
    display: block;
    overflow: scroll;
    padding: 0;
  }
}

.faq-title-section._jp {
  text-align: left;
}

.box_blue {
  background: rgba(204, 235, 233, 0.6);
  margin: 15px auto 55px;
  border: 1px solid #A5C8D3;
  padding: 15px 30px;
  box-sizing: border-box;
}

.ir_faq_box_ti {
  margin-bottom: 15px;
  font-weight: bold;
}

.ir_faq_box {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.ir_faq_box a,
.answer a,
.faq_box a {
  color: #284370;
}

.ir_faq_box li {
  padding: 10px 0;
  border-bottom: 1px dotted #B4D2DA;
}

.ir_faq_box .dotted {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  box-sizing: border-box;
}

.ir_faq_box .dotted:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 5px;
  display: block;
  width: 5px;
  height: 5px;
  background: #B4D2DA;
  border: 1px solid #B4D2DA;
  border-radius: 50%;
}

.ir_faq_box .dotted-none {
  display: inline-block;
  padding-left: 50px;
}

.question {
  position: relative;
  min-height: 40px;
  margin-bottom: 15px;
  padding-left: 45px;
  border-bottom: 1px solid #E2EAED;
  font-weight: bold;
  box-sizing: border-box;
}

.question:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url("images/faq_question.gif") no-repeat;
}

.answer {
  position: relative;
  min-height: 40px;
  padding-left: 45px;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
}

.answer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url("images/faq_answer.gif") no-repeat;
}

.faq_box {
  padding: 20px;
  border: 4px #E2EAED solid;
  margin: 20px 0 10px;
  box-sizing: border-box;
  overflow: auto;
}

.faq_box ul {
  padding-left: 40px;
}

.faq_box li {
  position: relative;
  display: block;
  padding-left: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.faq_box li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 5px;
  height: 5px;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.taR {
  text-align: right;
}

.faq_box h4,
.faq_box .note,
.irdirectors_table {
  padding-left: 40px;
  margin-bottom: 10px;
}

.irdirectors_table th {
  background: #E0EBEF;
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #FFF;
  text-align: center;
  box-sizing: border-box;
}

.stripe tr:nth-child(2n+1) {
  background: #f3f3f3;
  border-left: 1px dotted #E1E1E1;
  border-right: 1px dotted #E1E1E1;
}

.faq_box .info {
  padding-left: 40px;
  box-sizing: border-box;
}

.faq_box #2i {
  overflow: auto;
}

@media (max-width: 768px) {
  .irdirectors_table {
    display: block;
    overflow: scroll;
    padding-left: 0;
  }
  .irdirectors_table tr th {
    vertical-align: top;
  }
  .irdirectors_table tr th:first-child {
    width: 50%;
  }
  .irdirectors_table tr th:nth-child(2) {
    width: 50%;
  }
  .irdirectors_table tr td:not(:first-child) {
    text-align: center;
  }
}

.sitemap h3 a {
  color: #191e23;
}

.sitemap .list-default > li {
  border-bottom: dotted 1px #ccebe999;
  margin-bottom: 15px;
}

.sitemap .list-default > li > a {
  font-size: 1.125rem;
  color: #191e23;
  font-weight: bold;
}

.sitemap .classic-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  .sitemap .classic-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 15px 0;
  }
}

.sitemap .classic-list li {
  display: block;
  width: 100%;
  max-width: 40%;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

.sitemap .classic-list li:before {
  content: url("images/list.gif");
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .sitemap .classic-list li {
    max-width: 100%;
  }
}

.sitemap .classic-list a {
  color: #191e23;
}

.content .page-default .container-content .p-hilight__dbtn {
  margin-bottom: 20px;
}

.content .page-default .container-content .p-hilight__dbtn--link {
  display: inline-block;
  background-color: #7EC3BF;
  color: #fff;
  padding: 30px 30px 30px 70px;
  border-radius: 5px;
  font-size: 1.3rem;
  position: relative;
}

.content .page-default .container-content .p-hilight__dbtn--link::before {
  content: '\f019';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 bold";
  color: #fff;
  font-size: 25px;
  margin-left: 30px;
}

.content .page-default .container-content .p-hilight__note {
  text-align: right;
}

.content .page-default .container-content img {
  vertical-align: bottom;
}

.content .page-default .container-content .p-tab__wrapper {
  margin-bottom: 15px;
}

.content .page-default .container-content .p-tab {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  width: 1110px;
  opacity: 0;
  transition: opacity 0.2s linear;
  margin-bottom: 20px;
}

.content .page-default .container-content .p-tab tr {
  border-bottom: 1px solid #707070;
}

.content .page-default .container-content .p-tab tr:first-child th {
  background-color: #E0F3F2;
}

.content .page-default .container-content .p-tab th {
  border-right: 1px solid #707070;
  background-color: #F5F5F5;
  text-align: left;
  padding: 1em;
  white-space: nowrap;
}

.content .page-default .container-content .p-tab td {
  border-right: 1px solid #707070;
  padding: 1em;
  text-align: right;
  white-space: nowrap;
}

.content .page-default .container-content .p-hilight .p-hilight__note {
  text-align: right;
}

.content .page-default .container-content .container {
  max-width: 1110px;
  margin: 0 auto;
}

.content .page-default .container-content .p-graph {
  display: block;
}

@media (min-width: 992px) {
  .content .page-default .container-content .p-graph {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.content .page-default .container-content .p-graph img {
  width: 100%;
}

.content .page-default .container-content .p-graph__box {
  width: 100%;
}

@media (min-width: 992px) {
  .content .page-default .container-content .p-graph__box {
    width: 48%;
    margin-right: 20px;
  }
  .content .page-default .container-content .p-graph__box:nth-child(2n) {
    margin-right: 0;
  }
}

.content .page-default .container-content .p-graph__title {
  font-size: 1.5rem;
}

.content .page-default .container-content .p-graph__img {
  margin-right: 0;
  border: 1px solid #707070;
}

.content .page-default .container-content .p-btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.content .page-default .container-content .p-btn {
  width: initial;
}

.content .page-default .container-content .p-btn__link {
  color: #fff;
  background-color: #3EACA7;
  border-radius: 3px;
  line-height: 37px;
  display: block;
  text-align: center;
  padding: 0 15px;
  margin-right: 20px;
}

.content .page-default .container-content .p-graph__small {
  font-size: 1.1rem;
}

.body404 {
  padding: 3vh;
  height: 30vh;
}

.body404 p {
  line-height: 2;
}

.body404__title {
  font-size: 2rem;
  line-height: 1.5;
}

.slide-container {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.slide-wrapper {
  position: relative;
}

.shadow {
  position: absolute;
  top: 65px;
  left: calc(50% - 190px);
}

.shadow-main {
  opacity: 0;
  width: 380px;
}

.letter {
  position: absolute;
}

.letter1 {
  opacity: 0;
  top: 58.4px;
  left: 39px;
  width: 16.2px;
}

.letter2 {
  opacity: 0;
  top: 58.4px;
  width: 13px;
  left: 56px;
}

.letter3 {
  opacity: 0;
  top: 58.4px;
  width: 15.2px;
  left: 69px;
}

.letter4 {
  opacity: 0;
  top: 58.4px;
  width: 13px;
  left: 85px;
}

.letter5 {
  opacity: 0;
  top: 58.4px;
  width: 9.5px;
  left: 99px;
}

.letter6 {
  opacity: 0;
  top: 58.4px;
  width: 14.5px;
  left: 108.5px;
}

.letter7 {
  opacity: 0;
  top: 58.4px;
  left: 123px;
  width: 22px;
}

.letter8 {
  opacity: 0;
  top: 58.4px;
  left: 145.5px;
  width: 13.5px;
}

.letter9 {
  opacity: 0;
  top: 58.4px;
  left: 159.5px;
  width: 22px;
}

.letter10 {
  opacity: 0;
  top: 58.4px;
  left: 182px;
  width: 13px;
}

.letter11 {
  opacity: 0;
  top: 58.4px;
  left: 196px;
  width: 14.3px;
}

.letter12 {
  opacity: 0;
  top: 58.4px;
  left: 210px;
  width: 9.2px;
}

.letter13 {
  opacity: 0;
  top: 58.4px;
  left: 220px;
  width: 13.1px;
}

.letter14 {
  opacity: 0;
  top: 58.4px;
  left: 233px;
  width: 19px;
}

.letter15 {
  opacity: 0;
  top: 58.4px;
  left: 252px;
  width: 13.8px;
}

.letter16 {
  opacity: 0;
  top: 58.4px;
  width: 14.3px;
  left: 266.5px;
}

.letter17 {
  opacity: 0;
  top: 58.4px;
  left: 281px;
  width: 9.5px;
}

.letter18 {
  opacity: 0;
  top: 58.4px;
  left: 291px;
  width: 14px;
}

.letter19 {
  opacity: 0;
  top: 58.4px;
  left: 325px;
  width: 16.2px;
}

#slide_wrapp {
  position: relative;
  overflow: hidden;
}

#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#slide_wrapp .slide_item.show_ {
  opacity: 1;
}

#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}

#slide_wrapp .slide_item img {
  display: block;
}

@media screen and (min-width: 450px) and (max-width: 539px) {
  .slide-container {
    height: 300px;
  }
  .shadow {
    position: absolute;
    top: 75px;
    left: calc(50% - 250px);
  }
  .shadow-main {
    width: 500px;
  }
  .letter1 {
    opacity: 0;
    top: 71px;
    left: 51px;
    width: 21px;
  }
  .letter2 {
    opacity: 0;
    top: 71px;
    width: 18px;
    left: 73px;
  }
  .letter3 {
    opacity: 0;
    top: 71px;
    width: 20px;
    left: 91px;
  }
  .letter4 {
    opacity: 0;
    top: 71px;
    width: 18px;
    left: 112px;
  }
  .letter5 {
    opacity: 0;
    top: 71px;
    width: 13px;
    left: 130px;
  }
  .letter6 {
    opacity: 0;
    top: 71px;
    width: 19px;
    left: 143px;
  }
  .letter7 {
    opacity: 0;
    top: 71px;
    left: 161px;
    width: 29px;
  }
  .letter8 {
    opacity: 0;
    top: 71px;
    left: 191px;
    width: 18px;
  }
  .letter9 {
    opacity: 0;
    top: 71px;
    left: 211px;
    width: 29px;
  }
  .letter10 {
    opacity: 0;
    top: 71px;
    left: 240px;
    width: 17px;
  }
  .letter11 {
    opacity: 0;
    top: 71px;
    left: 258px;
    width: 18px;
  }
  .letter12 {
    opacity: 0;
    top: 71px;
    left: 277px;
    width: 12px;
  }
  .letter13 {
    opacity: 0;
    top: 71px;
    left: 289px;
    width: 17px;
  }
  .letter14 {
    opacity: 0;
    top: 71px;
    left: 307px;
    width: 25px;
  }
  .letter15 {
    opacity: 0;
    top: 71px;
    left: 332px;
    width: 18px;
  }
  .letter16 {
    opacity: 0;
    top: 71px;
    width: 19px;
    left: 351px;
  }
  .letter17 {
    opacity: 0;
    top: 71px;
    left: 370px;
    width: 12px;
  }
  .letter18 {
    opacity: 0;
    top: 71px;
    left: 383px;
    width: 18px;
  }
  .letter19 {
    opacity: 0;
    top: 71px;
    left: 428px;
    width: 21px;
  }
  #slide_wrapp .slide_item {
    height: 300px;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .slide-container {
    height: 400px;
  }
  .shadow {
    position: absolute;
    top: 120px;
    left: calc(50% - 300px);
  }
  .shadow-main {
    width: 600px;
  }
  .letter1 {
    opacity: 0;
    top: 80.5px;
    left: 61px;
    width: 25px;
  }
  .letter2 {
    opacity: 0;
    top: 80.5px;
    width: 21px;
    left: 87px;
  }
  .letter3 {
    opacity: 0;
    top: 80.5px;
    width: 24px;
    left: 108px;
  }
  .letter4 {
    opacity: 0;
    top: 80.5px;
    width: 21px;
    left: 133px;
  }
  .letter5 {
    opacity: 0;
    top: 80.5px;
    width: 15px;
    left: 155px;
  }
  .letter6 {
    opacity: 0;
    top: 80.5px;
    width: 23px;
    left: 172px;
  }
  .letter7 {
    opacity: 0;
    top: 80.5px;
    left: 196px;
    width: 34px;
  }
  .letter8 {
    opacity: 0;
    top: 80.5px;
    left: 230px;
    width: 21px;
  }
  .letter9 {
    opacity: 0;
    top: 80.5px;
    left: 250px;
    width:  36px;
  }
  .letter10 {
    opacity: 0;
    top: 93px;
    left: 287px;
    width:  21px;
  }
  .letter11 {
    opacity: 0;
    top: 94px;
    left: 309px;
    width:  23px;
  }
  .letter12 {
    opacity: 0;
    top: 80.5px;
    left: 331px;
    width: 15px;
  }
  .letter13 {
    opacity: 0;
    top: 80.5px;
    left: 347px;
    width: 21px;
  }
  .letter14 {
    opacity: 0;
    top: 80.5px;
    left: 369px;
    width: 30px;
  }
  .letter15 {
    opacity: 0;
    top: 80.5px;
    left: 400px;
    width: 21px;
  }
  .letter16 {
    opacity: 0;
    top: 80.5px;
    left: 421px;
    width:23px;
  }
  .letter17 {
    opacity: 0;
    top: 80.5px;
    left: 445px;
    width: 15px;
  }
  .letter18 {
    opacity: 0;
    top: 80.5px;
    left: 459px;
    width: 22px;
  }
  .letter19 {
    opacity: 0;
    top: 80.5px;
    left: 514px;
    width: auto;
  }
  #slide_wrapp .slide_item {
    height: 400px;
  }
}

@media screen and (min-width: 768px) {
  .slide-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .shadow-main {
    width: auto;
  }
  .shadow {
    position: absolute;
    top: 140px;
    left: calc(50% - 396px);
  }
  #slide_wrapp .slide_item {
    height: 500px;
  }
  .letter1 {
    top: 101px;
    left: 83px;
    width: auto;
  }
  .letter2 {
    top: 101px;
    left: 117px;
    width: auto;
  }
  .letter3 {
    top: 101px;
    left: 146px;
    width: auto;
  }
  .letter4 {
    top: 101px;
    left: 179px;
    width: auto;
  }
  .letter5 {
    top: 101px;
    left: 208px;
    width: auto;
  }
  .letter6 {
    top: 101px;
    left: 229px;
    width: auto;
  }
  .letter7 {
    top: 101px;
    left: 260px;
    width: auto;
  }
  .letter8 {
    top: 101px;
    left: 307px;
    width: auto;
  }
  .letter9 {
    top: 101px;
    left: 336px;
    width: auto;
  }
  .letter10 {
    top: 101px;
    left: 385px;
    width: auto;
  }
  .letter11 {
    top: 101px;
    left: 413px;
    width: auto;
  }
  .letter12 {
    top: 101px;
    left: 444px;
    width: auto;
  }
  .letter13 {
    top: 101px;
    left: 464px;
    width: auto;
  }
  .letter14 {
    top: 101px;
    left: 492px;
    width: auto;
  }
  .letter15 {
    top: 101px;
    left: 533px;
    width: auto;
  }
  .letter16 {
    top: 101px;
    left: 563px;
    width: auto;
  }
  .letter17 {
    top: 101px;
    left: 594px;
    width: auto;
  }
  .letter18 {
    top: 101px;
    left: 614px;
    width: auto;
  }
  .letter19 {
    top: 101px;
    left: 644px;
    width: auto;
  }
}

body .content .page-company-default .container-content .ir-data-block {
  width: 30.63%;
  padding: 15px;
}

@media only screen and (max-width: 1199px) {
  body .content .page-company-default .container-content .ir-data-block {
    width: 45.73%;
  }
}

@media only screen and (max-width: 576px) {
  body .content .page-company-default .container-content .ir-data-block {
    width: 100%;
  }
}

body .content .page-company-default .container-content .ir-data-block--en .ir-data-block {
  width: 45.73%;
}

@media only screen and (max-width: 768px) {
  body .content .page-company-default .container-content .ir-data-block--en .ir-data-block {
    width: 100%;
  }
}

body .content .page-company-default .container-content .ir-data-block__wrapper {
  display: flex;
  flex-wrap: wrap;
}

body .content .page-company-default .container-content .ir-data-block__wrapper.ir-data-block--en {
  justify-content: center;
}

body .content .page-company-default .container-content .ir-data-block__inner {
  height: 100%;
}

body .content .page-company-default .container-content .ir-data-block__title {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #009B94;
}

body .content .page-company-default .container-content .ir-data-block__title a {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 5px 15px;
  background-color: rgba(204, 235, 233, 0.6);
}

body .content .page-company-default .container-content .ir-data-block__title a.arrow-icon {
  padding: 5px 15px 5px 35px;
}

body .content .page-company-default .container-content .ir-data-block__title a.arrow-icon::after {
  left: 15px;
}

body .content .page-company-default .container-content .ir-data-block__title a span {
  font-size: 1rem;
}

body .content .page-company-default .container-content .ir-data-block--en .ir-data-block__title a.arrow-icon {
  padding: 15px 15px 15px 35px;
}

body .content .page-company-default .container-content .ir-data-block__text {
  margin: 0;
  padding: 5px 15px;
  width: inherit;
  height: 150px;
  border-left: 1px solid #eae8e8;
  border-right: 1px solid #eae8e8;
  border-bottom: 1px solid #eae8e8;
}

body .content .page-company-default .container-content .ir-data-block__text span {
  font-size: 0.75rem;
}
