/*------------------------------------------------------------------
CSS
-------------------------------------------------------------------*/
@-webkit-keyframes fadeInFromNone {
  from {
    display: none;
    opacity: 0;
  }

  to {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  from {
    display: none;
    opacity: 0;
  }

  to {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  from {
    display: none;
    opacity: 0;
  }

  to {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  from {
    display: none;
    opacity: 0;
  }

  to {
    display: block;
    opacity: 1;
  }
}

dl a {
  color: #343434;
}

dl a:hover,
dl a:focus {
  color: #2A5CAA;
}

dl dt {
  border-top: 1px dashed #DDE2E6;
  padding-top: 10px;
  font-size: 0.875rem;
}

dl dt:first-child {
  border-top: none;
  padding-top: 0;
}

dl dt+dt {
  margin-top: 10px;
}

dl dt:empty {
  display: none;
}

dl dd {
  font-size: 0.8125rem;
  margin-left: 0;
  padding-bottom: 0.625rem;
}

dl dd:last-child {
  padding-bottom: 0;
}

/* Z-Index */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}

.m-15 {
  margin: 0.9375rem !important;
}

.mt-15,
.my-15 {
  margin-top: 0.9375rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-25 {
  margin: 1.5625rem !important;
}

.mt-25,
.my-25 {
  margin-top: 1.5625rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 1.5625rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 1.5625rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 1.5625rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.mt-50,
.my-50 {
  margin-top: 3.125rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 3.125rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}

.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}

.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

.pt-15,
.py-15 {
  padding-top: 0.9375rem !important;
}

.pr-15,
.px-15 {
  padding-right: 0.9375rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important;
}

.pl-15,
.px-15 {
  padding-left: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-25 {
  padding: 1.5625rem !important;
}

.pt-25,
.py-25 {
  padding-top: 1.5625rem !important;
}

.pr-25,
.px-25 {
  padding-right: 1.5625rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 1.5625rem !important;
}

.pl-25,
.px-25 {
  padding-left: 1.5625rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}

.pr-50,
.px-50 {
  padding-right: 3.125rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}

.pl-50,
.px-50 {
  padding-left: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}

.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-10 {
    margin: 0.625rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 0.625rem !important;
  }

  .m-sm-15 {
    margin: 0.9375rem !important;
  }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 0.9375rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-25 {
    margin: 1.5625rem !important;
  }

  .mt-sm-25,
  .my-sm-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 1.5625rem !important;
  }

  .m-sm-30 {
    margin: 1.875rem !important;
  }

  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-50 {
    margin: 3.125rem !important;
  }

  .mt-sm-50,
  .my-sm-50 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 3.125rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60,
  .my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-10 {
    padding: 0.625rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 0.625rem !important;
  }

  .p-sm-15 {
    padding: 0.9375rem !important;
  }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 0.9375rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-25 {
    padding: 1.5625rem !important;
  }

  .pt-sm-25,
  .py-sm-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-sm-25,
  .px-sm-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-sm-25,
  .px-sm-25 {
    padding-left: 1.5625rem !important;
  }

  .p-sm-30 {
    padding: 1.875rem !important;
  }

  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-50 {
    padding: 3.125rem !important;
  }

  .pt-sm-50,
  .py-sm-50 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-50,
  .px-sm-50 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-50,
  .px-sm-50 {
    padding-left: 3.125rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60,
  .py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
  .px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
  .px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-10 {
    margin: 0.625rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 0.625rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 0.625rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 0.625rem !important;
  }

  .m-md-15 {
    margin: 0.9375rem !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 0.9375rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-25 {
    margin: 1.5625rem !important;
  }

  .mt-md-25,
  .my-md-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-md-25,
  .mx-md-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-md-25,
  .my-md-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-md-25,
  .mx-md-25 {
    margin-left: 1.5625rem !important;
  }

  .m-md-30 {
    margin: 1.875rem !important;
  }

  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important;
  }

  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important;
  }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-50 {
    margin: 3.125rem !important;
  }

  .mt-md-50,
  .my-md-50 {
    margin-top: 3.125rem !important;
  }

  .mr-md-50,
  .mx-md-50 {
    margin-right: 3.125rem !important;
  }

  .mb-md-50,
  .my-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-50,
  .mx-md-50 {
    margin-left: 3.125rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60,
  .my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
  .mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
  .my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
  .mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-10 {
    padding: 0.625rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 0.625rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 0.625rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 0.625rem !important;
  }

  .p-md-15 {
    padding: 0.9375rem !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 0.9375rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-25 {
    padding: 1.5625rem !important;
  }

  .pt-md-25,
  .py-md-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-md-25,
  .px-md-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-md-25,
  .py-md-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-md-25,
  .px-md-25 {
    padding-left: 1.5625rem !important;
  }

  .p-md-30 {
    padding: 1.875rem !important;
  }

  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important;
  }

  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important;
  }

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-50 {
    padding: 3.125rem !important;
  }

  .pt-md-50,
  .py-md-50 {
    padding-top: 3.125rem !important;
  }

  .pr-md-50,
  .px-md-50 {
    padding-right: 3.125rem !important;
  }

  .pb-md-50,
  .py-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-50,
  .px-md-50 {
    padding-left: 3.125rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60,
  .py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
  .px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
  .py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
  .px-md-60 {
    padding-left: 3.75rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-10 {
    margin: 0.625rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 0.625rem !important;
  }

  .m-lg-15 {
    margin: 0.9375rem !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 0.9375rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-25 {
    margin: 1.5625rem !important;
  }

  .mt-lg-25,
  .my-lg-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 1.5625rem !important;
  }

  .m-lg-30 {
    margin: 1.875rem !important;
  }

  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-50 {
    margin: 3.125rem !important;
  }

  .mt-lg-50,
  .my-lg-50 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 3.125rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60,
  .my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-10 {
    padding: 0.625rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 0.625rem !important;
  }

  .p-lg-15 {
    padding: 0.9375rem !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 0.9375rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-25 {
    padding: 1.5625rem !important;
  }

  .pt-lg-25,
  .py-lg-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-lg-25,
  .px-lg-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-lg-25,
  .px-lg-25 {
    padding-left: 1.5625rem !important;
  }

  .p-lg-30 {
    padding: 1.875rem !important;
  }

  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-50 {
    padding: 3.125rem !important;
  }

  .pt-lg-50,
  .py-lg-50 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-50,
  .px-lg-50 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-50,
  .px-lg-50 {
    padding-left: 3.125rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60,
  .py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
  .px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
  .px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-10 {
    margin: 0.625rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 0.625rem !important;
  }

  .m-xl-15 {
    margin: 0.9375rem !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 0.9375rem !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 0.9375rem !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 0.9375rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-25 {
    margin: 1.5625rem !important;
  }

  .mt-xl-25,
  .my-xl-25 {
    margin-top: 1.5625rem !important;
  }

  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 1.5625rem !important;
  }

  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 1.5625rem !important;
  }

  .m-xl-30 {
    margin: 1.875rem !important;
  }

  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-50 {
    margin: 3.125rem !important;
  }

  .mt-xl-50,
  .my-xl-50 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 3.125rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
  .my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-10 {
    padding: 0.625rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 0.625rem !important;
  }

  .p-xl-15 {
    padding: 0.9375rem !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 0.9375rem !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 0.9375rem !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 0.9375rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-25 {
    padding: 1.5625rem !important;
  }

  .pt-xl-25,
  .py-xl-25 {
    padding-top: 1.5625rem !important;
  }

  .pr-xl-25,
  .px-xl-25 {
    padding-right: 1.5625rem !important;
  }

  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .pl-xl-25,
  .px-xl-25 {
    padding-left: 1.5625rem !important;
  }

  .p-xl-30 {
    padding: 1.875rem !important;
  }

  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-50 {
    padding: 3.125rem !important;
  }

  .pt-xl-50,
  .py-xl-50 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-50,
  .px-xl-50 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-50,
  .px-xl-50 {
    padding-left: 3.125rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
  .py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
  .px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
  .px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.gutters-5 {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

.gutters-5>.col,
.gutters-5>[class*=col-] {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.gutters-10 {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.gutters-10>.col,
.gutters-10>[class*=col-] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.gutters-20 {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.gutters-20>.col,
.gutters-20>[class*=col-] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* --- Font style --- */
/* --- Button default --- */
/* Noto Sans CJK JP Regular */
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"), local("Noto Sans CJK JP"), url("../fonts/noto-sans-cjk-jp/Noto Sans Japanese_Regular_original.woff") format("woff");
  /* Modern Browsers */
}

/* Noto Sans CJK JP Bold */
@font-face {
  font-family: "Noto Sans CJK JP Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), local("Noto Sans CJK JP Bold"), url("../fonts/noto-sans-cjk-jp/NotoSansJP-Bold.woff") format("woff");
  /* Modern Browsers */
}

/* Roboto Bold*/
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto/Roboto-Bold.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* Roboto Bold*/
@font-face {
  font-family: "Myriad Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/myriad/Myriad Pro Bold.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("../fonts/myriad/Myriad Pro Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriad/Myriad Pro Bold.woff2") format("woff2"), url("../fonts/myriad/Myriad Pro Bold.woff") format("woff"), url("../fonts/myriad/Myriad Pro Bold.ttf") format("truetype"), url("../fonts/myriad/Myriad Pro Bold.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/*------------------------------------------------------------------*/
/* Typography */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-size: 16px;
}

body {
  color: #222;
  font-size: 1rem;
  line-height: 1.42857143;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #343434;
  margin-bottom: 1.25rem;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  line-height: 1.1;
  color: #343434;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

a {
  transition: all 0.3s ease-out;
  color: #0068B7;
  outline: none;
}

a:hover,
a:focus {
  color: rgb(33.9169811321, 74.2943396226, 137.2830188679);
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul,
ol {
  margin-bottom: 0.9375rem;
}

p {
  margin-bottom: 0.9375rem;
  color: #222;
}

label {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

input,
select,
textarea {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

input,
select {
  border: 1px solid rgba(52, 52, 52, 0.3);
  border-radius: 0.1875rem;
  background-color: #fff;
  color: #343434;
  outline: none;
  box-shadow: initial;
}

input:focus,
select:focus {
  border: 1px solid rgba(52, 52, 52, 0.6);
  outline: none;
}

textarea {
  border: 1px solid rgba(52, 52, 52, 0.3);
  border-radius: 0.1875rem;
  background-color: #fff;
  color: #343434;
}

textarea:focus {
  border: 1px solid rgba(52, 52, 52, 0.6);
  outline: none;
}

input[type=file] {
  height: 2.8125rem;
  padding: 0.6875rem 1.25rem;
  line-height: 1.42857143;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  top: -0.1875rem;
}

input,
select {
  padding: 5px 20px;
}

input[type=submit] {
  background: #0078a1;
  border: 1px solid #0078a1;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.64rem 0.5rem;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  width: 200px;
}

input[type=submit]:hover {
  background: #008bbb;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

input[type=text] {
  height: 40px;
}

input[type=number],
input[type=tel],
input[type=email],
select {
  height: 40px;
  width: 100%;
}

#product_specification {
  width: 100%;
}

.font-small {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.page-title,
.view-catalogs .view-content h3,
.view-kobelco-product-megamenu h3,
.notice-sitemap h3,
h2.style-heading2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.page-title:before,
.view-catalogs .view-content h3:before,
.view-kobelco-product-megamenu h3:before,
.notice-sitemap h3:before,
h2.style-heading2:before,
.page-title:after,
.view-catalogs .view-content h3:after,
.view-kobelco-product-megamenu h3:after,
.notice-sitemap h3:after,
h2.style-heading2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.page-title:before,
.view-catalogs .view-content h3:before,
.view-kobelco-product-megamenu h3:before,
.notice-sitemap h3:before,
h2.style-heading2:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

p.font-small {
  margin-bottom: 0;
}

.content-title,
h3.style-heading3,
h2.field-content {
  position: relative;
  padding-left: 35px;
}

.content-title::before,
h3.style-heading3::before,
h2.field-content::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #0068b7;
}

a {
  color: #222;
}

a.button {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

a.button:hover,
a.button:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

a.button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.button-defaut {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.button-defaut:hover,
.button-defaut:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.button-defaut::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

h4.style-heading4 {
  font-size: 18px;
  line-height: 36px;
  color: #0068b7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.bold {
  font-size: 18px;
  line-height: 36px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.regular {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.sample-text {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.sample-text p {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.link-text span {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  position: relative;
}

.link-text span::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-language-gray.svg);
  width: 15px;
  height: 11px;
  top: 5px;
  right: -20px;
}

.link-text span:hover {
  color: #0068b7;
}

.link-text span:hover::before {
  background-image: url(../images/icon-language-blue.svg);
}

/*-----login-----------*/
.user-login-form,
.webform-submission-form,
.user-pass,
.user-register-form {
  max-width: 700px;
  margin: 50px auto;
  background-color: #E7EAEF;
  padding: 30px;
}

.user-login-form .form-item input,
.webform-submission-form .form-item input,
.user-pass .form-item input,
.user-register-form .form-item input {
  width: 100%;
  height: 44px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  background-color: white;
  padding: 10px 20px;
}

.user-login-form .form-item input.required,
.webform-submission-form .form-item input.required,
.user-pass .form-item input.required,
.user-register-form .form-item input.required {
  margin-top: 0px;
}

.user-login-form .form-item input.form-file,
.webform-submission-form .form-item input.form-file,
.user-pass .form-item input.form-file,
.user-register-form .form-item input.form-file {
  padding: 6px 20px;
}

.user-login-form .form-item.form-item-region,
.webform-submission-form .form-item.form-item-region,
.user-pass .form-item.form-item-region,
.user-register-form .form-item.form-item-region {
  display: none;
}

.user-login-form .form-item-name,
.webform-submission-form .form-item-name,
.user-pass .form-item-name,
.user-register-form .form-item-name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.user-login-form .form-actions,
.webform-submission-form .form-actions,
.user-pass .form-actions,
.user-register-form .form-actions {
  text-align: center;
  margin-bottom: 0px;
}

.user-login-form .form-actions input,
.webform-submission-form .form-actions input,
.user-pass .form-actions input,
.user-register-form .form-actions input {
  background: #0078a1;
  border: 1px solid #0078a1;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.64rem 0.5rem;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  width: 200px;
}

.user-login-form .form-actions input:hover,
.webform-submission-form .form-actions input:hover,
.user-pass .form-actions input:hover,
.user-register-form .form-actions input:hover,
.user-login-form .form-actions input:focus,
.webform-submission-form .form-actions input:focus,
.user-pass .form-actions input:focus,
.user-register-form .form-actions input:focus {
  background: #008bbb;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/*-----register-----------*/
.user-register-form .form-item-contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.user-register-form .form-item-contact input {
  width: 15px;
  height: 15px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  padding: 10px 20px;
}

.user-register-form .form-item-contact label {
  width: calc(100% - 24px);
  margin-left: 5px;
}

.user-register-form .form-item-contact .description {
  margin-left: unset;
}

.user-register-form .image-widget-data input[value=Remove] {
  width: 150px;
}

/*-----register-----------*/
/* --- Table --- */
table {
  width: 100%;
}

table th {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  border: 1px solid #ccc;
  text-align: center;
}

table td {
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding: 10px !important;
}

.table-nested>table>tbody>tr>td:first-child {
  background-color: #F5F9FB !important;
}

.table-nested>table .table-inner table td {
  font-size: 14px;
  line-height: 20px;
}

.table-specification table td~td {
  text-align: center;
}

.table-specification table td:first-child {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-weight: 700 !important;
  text-align: left !important;
}

.table-specification .specification-2 table thead tr td {
  text-align: center !important;
}

.table-specification .specification-2 table thead tr:first-child th:nth-child(5) {
  width: 80px;
}

.table-specification .specification-2 table thead tr:first-child th:nth-child(7) {
  width: 70px;
}

.table-specification .specification-2 table thead tr:first-child th:nth-child(8) {
  width: 70px;
}

.table-specification .specification-2 table thead tr:nth-child(2) td:nth-child(2) {
  width: 60px;
}

#block-kobelco-theme-content .table-company-profile table {
  max-width: unset !important;
}

#block-kobelco-theme-content .table-company-profile td {
  border: 1px solid #BAC5CE;
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-weight: 500;
}

#block-kobelco-theme-content .table-company-profile th {
  border: 1px solid #BAC5CE;
  padding: 10px 20px;
  text-align: left;
  width: 170px;
  font-size: 14px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-weight: 500;
  background: #F5F9FB;
}

.top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 100%;
  padding-right: unset;
}

.top a {
  width: 60px;
  height: 60px;
  background: #F5F5F5;
  color: #F5F5F5;
  text-align: center;
  position: relative;
}

.top a::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 15px;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background-image: url(../images/icon-top.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  transition: all 0.3s ease-in-out;
}

.top a:hover::before {
  top: 20%;
  transform: translateY(-20%);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .top a:hover:before {
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
}

/* --- Breadcrum --- */
div.breadcrumb {
  padding: 24px 0 0;
  height: 160px;
  background-color: #f5f5f5;
  max-width: 100%;
  margin: 0;
  margin-right: 50px;
}

div.breadcrumb .container-fluid {
  margin: 0;
  padding: 0;
  padding-left: 50px;
}

nav.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: auto;
}

nav.breadcrumb h2 {
  display: none;
}

nav.breadcrumb ol li {
  font-size: 12px;
  line-height: 16.8px;
  color: #888;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding-right: 5px;
  display: inline-block;
}

nav.breadcrumb ol li~li:before {
  content: ">";
  margin-right: 8px;
}

nav.breadcrumb ol li:last-child {
  font-size: 12px;
  line-height: 16.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

nav.breadcrumb ol li:last-child:before {
  color: #888;
}

nav.breadcrumb ol li:last-child a {
  color: #222;
}

nav.breadcrumb ol li a {
  font-size: 12px;
  line-height: 16.8px;
  color: #888;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: inline-block;
}

form[action*="/search"] .form--inline {
  display: flex;
  flex-wrap: wrap;
}

form[action*="/search"] .form-item {
  margin: 0;
  margin-top: 7px;
}

form[action*="/search"] .form-actions {
  margin: 0;
  margin-top: 11px;
  margin-left: 5px;
}

article.node--type-information-download table th {
  background-color: #F5F9FB;
  font-size: 16px;
  line-height: 55px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #BAC5CE;
}

article.node--type-information-download table td {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  border: 1px solid #BAC5CE;
  padding: 5px 10px;
}

article.node--type-information-download table td+td {
  border: none;
  border-bottom: 1px solid #BAC5CE;
}

.table-noborder table td,
.table-noborder table th {
  border: none;
}

.table-noborder table td+td {
  border-bottom: none;
}

.technical-history table {
  width: 100%;
  border: 1px solid #BAC5CE;
}

.technical-history table th {
  background-color: #F5F9FB;
  font-size: 16px;
  line-height: 55px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #BAC5CE;
  word-wrap: break-word;
}

.technical-history table td {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  border: 1px solid #BAC5CE;
  border-right: 0;
  padding: 5px 10px;
  word-wrap: break-word;
}

.technical-history table td~td {
  border: none;
}

.technical-history .component-btn-grays {
  margin-top: 50px;
  margin-bottom: 100px;
}

.technical-history h2 {
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.technical-history h2::before,
.technical-history h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
}

.technical-history h2:after {
  width: 100%;
  background-color: #dde2e6;
}

.technical-history h2::before {
  z-index: 2;
  width: 80px;
  background-color: #0068B7;
}

.technical-history h2+a,
.technical-history h2+p>a {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

.technical-history h2+a:before,
.technical-history h2+p>a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50);
  height: 1px;
  width: 25px;
  background-color: #0068B7;
}

.technical-history p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.technical-history p.content-img {
  text-align: center;
  margin-bottom: 8px;
}

.technical-history p.content-center {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.technical-history p.content-center a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 8px;
}

.technical-history>p {
  text-align: center;
}

.privacy-policy ul li {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  text-decoration: unset;
}

.privacy-policy ul li::before {
  display: none;
}

.privacy-policy .background {
  padding: 29px 20px 27px 30px;
  background: #F5F5F5;
}

.kobelco-compressor-clinic .block-header {
  padding: 50px 76px 68px 76px;
  border: 1px solid #0068B7;
  margin-bottom: 40px;
}

.kobelco-compressor-clinic .block-header .img {
  width: 165px;
  height: 141px;
  margin: 0 auto;
}

.kobelco-compressor-clinic .block-header .img img {
  width: 100%;
  height: 100%;
}

.kobelco-compressor-clinic .block-header h1 {
  font-size: 64px;
  line-height: 154px;
  color: #0068B7;
  font-family: "Myriad Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
  text-align: center;
  font-family: myriad-pro;
  font-weight: 700;
  font-style: normal;
}

.kobelco-compressor-clinic .block-header h4 {
  font-size: 32px;
  line-height: 54px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: unset;
}

.kobelco-compressor-clinic .blcok-footer {
  margin-bottom: 60px;
}

.kobelco-compressor-clinic .blcok-footer p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: unset;
  text-align: center;
}

.kobelco-compressor-clinic .button {
  display: flex;
  flex-wrap: wrap;
  margin-left: unset;
  margin: 0 -15px;
  margin-bottom: 90px;
}

.kobelco-compressor-clinic .button>div {
  max-width: calc(33.33333% - 30px);
  width: 33.33333%;
  margin: 0 15px;
}

.kobelco-compressor-clinic .button>div a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 14.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 300px;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  width: 100%;
  max-width: unset;
}

.kobelco-compressor-clinic .button>div a:hover,
.kobelco-compressor-clinic .button>div a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.kobelco-compressor-clinic .button>div a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.kobelco-compressor-clinic .button>div a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.kobelco-compressor-clinic h2 {
  margin-bottom: unset;
}

.kobelco-compressor-clinic ul li:first-child {
  border-top: unset;
}

.introduced-quipment h2 {
  margin-bottom: 11px;
  padding-bottom: unset;
}

.introduced-quipment .images {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.introduced-quipment .images img {
  max-height: 584px;
  max-width: 876px;
  width: 100%;
  height: 100%;
  padding-top: 37px;
  padding-bottom: 29px;
}

.introduced-quipment .content-first {
  margin-bottom: 45px;
}

.introduced-quipment .content-second {
  font-size: 18px;
  line-height: 36px;
  color: #0068b7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 45px;
}

.introduced-quipment .point {
  margin-bottom: 52px;
}

.introduced-quipment .content-row h2 {
  padding-bottom: unset;
  margin-bottom: 11px;
}

/* --- Upload --- */
#catalog table {
  margin-left: auto;
  margin-right: auto;
}

#catalog table>tbody>tr>td img {
  width: 100%;
}

#catalog table table table {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#catalog table[summary=CONTENTS] tbody>tr>tr table tbody {
  background: #D4EFF6;
}

#catalog table a[href*=top] img {
  width: auto;
}

#catalog table a[href*=ima] img {
  width: auto;
}

#catalog table .text_catalogPublish {
  color: #FF0033;
}

#catalog table .text_catalogPublish p {
  color: #FF0033;
  margin-bottom: 0;
}

#catalog ul.anzen {
  margin-bottom: 0;
}

#catalog ul.anzen li {
  border-top: none;
  border-bottom: none;
  line-height: 26px;
}

#catalog ul.anzen li::before {
  border-radius: 50%;
}

#catalog ul.anzen dl dd,
#catalog ul.anzen dl dt {
  display: inline-block;
}

#catalog ul.anzen dl dd a,
#catalog ul.anzen dl dt a {
  color: #1745B9;
}

#catalog ul.anzen dl dt {
  min-width: 300px;
}

#catalog ul.anzen dl .bluetype01 {
  display: none;
}

#catalog #catalogTitle {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #001465;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  position: relative;
  margin-left: 20px;
}

#catalog #catalogTitle:before {
  position: absolute;
  content: "";
  left: 0;
  width: 7px;
  height: 24px;
  background-color: #001465;
}

#catalog #catalogTitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 408px;
  height: 1px;
  background-color: #001465;
}

.path-home .content_first {
  display: none;
}

.path-kobelco-compressor-clinic #main {
  padding-top: 0px;
  margin-top: -19px;
}

/* --- Pager --- */
nav.pager {
  margin-top: 60px;
}

ul.pager__items {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

ul.pager__items li {
  padding: 0;
  margin-left: 7.5px;
  margin-right: 7.5px;
  line-height: unset;
  border-bottom: none;
  text-decoration: none;
}

ul.pager__items li:before,
ul.pager__items li:after {
  display: none;
}

ul.pager__items li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8EDF1;
  position: relative;
  font-size: 16px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  border: 1px solid #E8EDF1;
  padding: 9px 15px 10px;
  height: 40px;
  border-radius: 0;
  min-width: unset;
  text-decoration: none;
  margin-right: 0;
}

ul.pager__items li a:hover,
ul.pager__items li a:focus {
  background-color: #fff;
  border: 1px solid #0E498D;
  color: #0E498D;
}

ul.pager__items li a:hover:before,
ul.pager__items li a:focus:before {
  color: #0E498D;
}

ul.pager__items li a:before {
  position: absolute;
  content: "";
  top: 14px;
  color: #222;
  display: none;
}

ul.pager__items li.pager__item--first {
  display: none;
}

ul.pager__items li .pager__item--last {
  display: none;
}

ul.pager__items li.pager__item--next a {
  padding-right: 28px;
}

ul.pager__items li.pager__item--next a:before {
  display: block;
  right: 10px;
  background-image: url(../images/icon-next.svg);
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
}

ul.pager__items li.pager__item--previous a {
  padding-left: 28px;
}

ul.pager__items li.pager__item--previous a:before {
  display: block;
  background-image: url(../images/icon-prev.svg);
  left: 10px;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
}

ul.pager__items li.is-active a {
  background-color: #fff;
  border: 1px solid #0E498D;
  color: #0E498D;
}

.outside-business p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.outside-business h3.block-content {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}

.outside-business h3.block-content::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #0068b7;
}

.top .container-fluid {
  display: flex;
  justify-content: flex-end;
}

.component-one-images {
  margin-bottom: 20px;
}

.component-one-images>div:first-child {
  margin-bottom: 20px;
}

.component-one-images>div p {
  margin-bottom: unset;
}

.component-one-images>div img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .component-one-images>div:first-child {
    margin-bottom: 10px;
  }

  .component-one-images>div p {
    margin-bottom: unset;
  }

  .component-one-images>div img {
    width: 100%;
    height: auto;
  }
}

p.component {
  margin-bottom: 20.5px;
  margin-top: 45.1px;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.component-two-images {
  margin-bottom: 20px;
}

.component-two-images .images {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.component-two-images .images>div {
  flex: 1;
}

.component-two-images .images>div:first-child {
  margin-left: 15px;
  margin-right: 15px;
}

.component-two-images .images>div:last-child {
  margin-left: 15px;
  margin-right: 15px;
}

.component-two-images .images+p {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  line-height: 22.4px;
}

@media (max-width: 767px) {
  .component-two-images .images {
    margin-right: -5px;
    margin-left: -5px;
  }

  .component-two-images .images>div:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .component-two-images .images>div:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .component-two-images .images+p {
    font-size: 12px;
    line-height: 22.4px;
    margin-top: 10px;
  }
}

.component-images-left,
.component-images-right {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.component-images-left>div,
.component-images-right>div {
  width: calc(50% - 15px);
}

.component-images-left .right,
.component-images-right .right {
  margin-right: 15px;
}

.component-images-left .left,
.component-images-left .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-left .left,
.component-images-right .left,
.component-images-right .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-right .left {
  margin-left: 15px;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

.component-images-left .left p,
.component-images-left .page-our-strength .content_second .trust-rather .manufacturing .left p,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-left .left p,
.component-images-right .left p,
.component-images-right .page-our-strength .content_second .trust-rather .manufacturing .left p,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-right .left p {
  margin: unset;
}

.component-images-left .left a span,
.component-images-left .page-our-strength .content_second .trust-rather .manufacturing .left a span,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-left .left a span,
.component-images-right .left a span,
.component-images-right .page-our-strength .content_second .trust-rather .manufacturing .left a span,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-right .left a span {
  text-decoration: underline;
}

.component-images-left .left a span:hover,
.component-images-left .page-our-strength .content_second .trust-rather .manufacturing .left a span:hover,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-left .left a span:hover,
.component-images-right .left a span:hover,
.component-images-right .page-our-strength .content_second .trust-rather .manufacturing .left a span:hover,
.page-our-strength .content_second .trust-rather .manufacturing .component-images-right .left a span:hover {
  text-decoration: unset;
}

.component-images-right {
  margin-bottom: 60px;
}

.ul-li-defaut p,
.ul-li-icon p,
.ul-number p {
  font-size: 18px;
  line-height: 50px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: unset;
}

.ul-li-defaut a,
.ul-li-icon a,
.ul-number a {
  font-size: 18px;
  line-height: 50px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.ul-li-defaut a:hover,
.ul-li-icon a:hover,
.ul-number a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.ul-li-defaut>ul>li,
.ul-li-icon>ul>li,
.ul-number>ul>li {
  border-bottom: unset;
  text-decoration: unset;
}

.ul-li-defaut>ul>li::before,
.ul-li-icon>ul>li::before,
.ul-number>ul>li::before {
  top: 25px;
}

.ul-li-defaut>ul>li a:hover,
.ul-li-icon>ul>li a:hover,
.ul-number>ul>li a:hover {
  text-decoration: underline;
}

.ul-li-defaut>ul>li ul,
.ul-li-icon>ul>li ul,
.ul-number>ul>li ul {
  padding-left: 30px;
}

.ul-li-defaut>ul>li ul li,
.ul-li-icon>ul>li ul li,
.ul-number>ul>li ul li {
  font-size: 18px;
  line-height: 40px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  list-style-type: unset;
  border-bottom: unset;
  text-decoration: unset;
  padding-left: 0;
}

.ul-li-defaut>ul>li ul li::before,
.ul-li-icon>ul>li ul li::before,
.ul-number>ul>li ul li::before {
  display: none;
}

.ul-li-defaut>ul>li ul li a:hover,
.ul-li-icon>ul>li ul li a:hover,
.ul-number>ul>li ul li a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.ul-li-icon>ul>li,
.ul-number>ul>li {
  position: relative;
  text-decoration: underline;
}

.ul-li-icon>ul>li:before,
.ul-number>ul>li:before {
  display: block;
  position: absolute;
  content: "";
  top: 24px;
  width: 8px;
  height: 10px;
  background-image: url(../images/icon-ul-li.svg);
  background-repeat: no-repeat;
  background-color: unset;
}

.ul-li-icon>ul>li ul,
.ul-number>ul>li ul {
  list-style: none;
  padding-left: 50px;
}

.ul-li-icon>ul>li ul li,
.ul-number>ul>li ul li {
  text-decoration: underline;
}

.ul-li-icon>ul>li ul li::before,
.ul-number>ul>li ul li::before {
  display: block;
  top: 20px;
  left: -25px;
  width: 4px;
  height: 4px;
}

.ul-li-icon a,
.ul-number a {
  font-size: 18px;
  line-height: 50px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.ul-li-icon a:hover,
.ul-number a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.ul-number>ul {
  padding-left: 20px;
}

.ul-number>ul>li {
  list-style-type: decimal;
  padding-left: unset;
  text-decoration: unset;
}

.ul-number>ul>li::before {
  display: none;
}

.ul-number>ul>li ul {
  padding-left: 50px;
}

.ul-number>ul>li ul li {
  list-style-type: none;
  text-decoration: unset;
}

.ul-number>ul>li ul li::before {
  display: block;
}

.ul-number>ul>li ul li a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.ul-number a {
  font-size: 18px;
  line-height: 50px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.ul-number a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.contains-text table {
  border: unset;
}

.contains-text table tr td {
  border: unset;
}

.contains-text table tr td:first-child {
  padding: 20px;
}

.contains-text table tr td:first-child span {
  border-right: 1px solid #dcdee2;
  display: inline-block;
  width: 100%;
}

.component-btn-grays {
  margin-top: 54.1px;
  margin-block-end: 56.7px;
}

.component-btn-grays p {
  margin-bottom: 0;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.component-btn-grays>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.component-btn-grays>div .button-gray {
  width: calc(50% - 10px);
}

.component-btn-grays>div .button-gray a {
  display: inline-block;
  width: 100%;
  background: #E8EDF1;
  border: 1px solid #e8edf1;
  text-align: center;
  padding: 19px 0 17px 0;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-out;
}

.component-btn-grays>div .button-gray a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  background-color: #0068b7;
}

.component-btn-grays>div .button-gray a::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  bottom: 0;
  right: 0;
  background-image: url(../images/btn-down.png);
  background-repeat: no-repeat;
  background-size: inherit;
}

.component-btn-grays>div .button-gray a:hover,
.component-btn-grays>div .button-gray a:focus {
  color: #0068b7;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .component-btn-grays>div .button-gray {
    width: calc(50% - 5px);
  }

  .component-btn-grays>div .button-gray a {
    font-size: 16px;
    line-height: 24px;
  }
}

.component-list-menu {
  margin-bottom: 56.7px;
}

.component-list-menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.component-list-menu ul li {
  max-width: calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  border: 0;
  padding-top: 0;
  text-align: center;
  line-height: 46px;
  text-decoration: unset;
  padding-left: 0;
}

.component-list-menu ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  line-height: 46px;
  text-align: center;
  background: #E8EDF1;
  margin-right: 0;
}

.component-list-menu ul li a.is-active {
  background: #fff;
  color: #0068B7;
  border: 1px solid #0068B7;
}

.component-list-menu ul li::before {
  display: none;
}

.component-list-menu ul li:hover a {
  color: #0068B7;
}

@media (max-width: 767px) {
  .component-list-menu ul li {
    max-width: calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    margin-bottom: 10px;
  }
}

.component-product-line .row {
  margin-left: -10px;
  margin-right: -10px;
}

.component-product-line .views-row {
  max-width: calc(33.33333% - 20px);
  flex: 0 0 calc(33.33333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.component-product-line .views-row:hover {
  cursor: pointer;
}

.component-product-line .views-row:hover .views-field-field-image {
  background: #fff;
  border: 1px solid #0068b7;
}

.component-product-line .views-row:hover .views-field-title a {
  text-decoration: underline;
}

.component-product-line .views-row:hover .views-field-view-node a {
  background: #fff;
  border: 1px solid #0068b7;
}

.component-product-line .views-row .views-field-field-image {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #DDE2E6;
}

.component-product-line .views-row .views-field-field-image .field-image {
  padding: 40px;
}

.component-product-line .views-row .views-field-field-output p {
  margin: unset;
}

.component-product-line .views-row .views-field-title {
  margin-bottom: 10px;
}

.component-product-line .views-row .views-field-title a {
  font-size: 18px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.component-product-line .views-row .views-field-view-node {
  order: 0;
  position: absolute;
  bottom: -1px;
  right: -1px;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.component-product-line .views-row .views-field-view-node a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  width: 30px;
  height: 30px;
  font-size: 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
}

.component-product-line .views-row .views-field-view-node a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/vecter-blue10x3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 3px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.component-product-line .views-row p {
  font-size: 14px;
  line-height: 19.6px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .component-product-line .views-row {
    max-width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }

  .component-product-line .views-row img {
    width: 100%;
  }
}

.component-catalog-list .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.component-catalog-list .block-row {
  max-width: calc(33.33333% - 20px);
  flex: 0 0 calc(33.33333% - 20px);
  text-align: center;
}

.component-catalog-list .block-row .block-title a {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.component-catalog-list .block-row .block-created p,
.component-catalog-list .block-row .block-created a {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.component-catalog-list .block-row .block-file {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
}

.component-catalog-list .block-row .block-file:hover,
.component-catalog-list .block-row .block-file:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.component-catalog-list .block-row .block-file p {
  color: #fff;
  margin: unset;
  line-height: 13.5px;
  font-size: 16px;
  line-height: 25.2px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.component-catalog-list .block-row .block-file::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  top: 14px;
  right: 20px;
  background-image: url(../images/icon-pdf-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.component-catalog-list .block-row .block-file:hover {
  background: #fff;
  border: 1px solid #0068b7;
  color: #0068B7;
  cursor: pointer;
}

.component-catalog-list .block-row .block-file:hover::before {
  background-image: url(../images/icon-pdf-blue.svg);
}

.component-catalog-list .block-row .block-file:hover p {
  color: #0068B7;
}

@media (max-width: 767px) {
  .component-catalog-list .block-row {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .component-catalog-list .block-row img {
    width: 100%;
    margin-bottom: 30px;
  }

  .component-catalog-list .block-row .block-file p,
  .component-catalog-list .block-row .block-created p,
  .component-catalog-list .block-row .block-title a {
    font-size: 14px;
    line-height: 19.6px;
  }
}

.component-btn-vecter-language {
  margin: 20px 0;
}

.component-btn-vecter-language a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
  position: relative;
}

.component-btn-vecter-language a:hover,
.component-btn-vecter-language a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.component-btn-vecter-language a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  top: 21px;
  right: 20px;
  background-image: url(../images/icon-language-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.component-btn-vecter-language a:hover::before {
  background-image: url(../images/icon-language-blue.svg);
}

.component-btn-pdf {
  margin: 20px 0;
}

.component-btn-pdf a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 14.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 300px;
  position: relative;
}

.component-btn-pdf a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  top: 25px;
  right: 20px;
  background-image: url(../images/icon-pdf-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.component-btn-pdf a:hover {
  color: #0068B7;
  border: 1px solid #0068B7;
  background: #fff;
}

.component-btn-vecter-long {
  margin: 20px 0;
}

.component-btn-vecter-long a {
  background: #E8EDF1;
  border: 1px solid #E8EDF1;
  color: #222;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.component-btn-vecter-long a:hover,
.component-btn-vecter-long a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.component-btn-vecter-long a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.component-btn-vecter-long a:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #0068b7;
  width: 40px;
  height: 6px;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.component-btn-defaut {
  margin: 20px 0;
}

.component-btn-defaut a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
}

.component-btn-defaut a:hover,
.component-btn-defaut a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.component-btn-defaut a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.component-btn-defaut a:before {
  background-image: url(../images/vecter-blue.svg);
}

.component-btn-gray {
  margin: 20px 0;
}

.component-btn-gray a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 14.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 300px;
  max-width: 400px;
  width: 100%;
  color: #222;
  position: relative;
}

.component-btn-gray a:hover,
.component-btn-gray a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.component-btn-gray a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.component-btn-gray a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
  transition: all 0.3s ease-in-out;
  background-image: url(../images/vecter-blue.svg);
}

.component-btn-vecter-return a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
}

.component-btn-vecter-return a:hover,
.component-btn-vecter-return a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.component-btn-vecter-return a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 6px;
  top: 24px;
  left: 20px;
  background-image: url(../images/icon-return-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.component-btn-vecter-return a:hover::before {
  background-image: url(../images/icon-return-blue.svg);
}

.view-kobelco-product-megamenu .row,
.notice-sitemap .row {
  margin: 0;
}

.view-kobelco-product-megamenu .views-row,
.notice-sitemap .views-row {
  width: 100%;
}

.notice-sitemap {
  padding: 0 200px;
}

@media (max-width: 1199px) {
  .notice-sitemap {
    padding: 0;
  }
}

/*-----form contact-----------*/
.webform-submission-form {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

.webform-submission-form .form-item {
  /* Hide arrow input number */
  /* Firefox */
}

.webform-submission-form .form-item input::-webkit-outer-spin-button,
.webform-submission-form .form-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.webform-submission-form .form-item input[type=number] {
  -moz-appearance: textfield;
}

.webform-submission-form .contact-domestic a {
  color: #222;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

.webform-submission-form .contact-domestic a:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 12px;
  width: 14.5px;
  height: 10.5px;
  background: url(../images/icon-language-gray.svg) no-repeat;
  background-size: 100%;
}

.webform-submission-form .contact-domestic a:hover,
.webform-submission-form .contact-domestic a:focus {
  color: #0068b7;
  text-decoration: none;
}

.webform-submission-form .contact-domestic a:hover:after,
.webform-submission-form .contact-domestic a:focus:after {
  background: url(../images/icon-language-blue.svg) no-repeat;
  background-size: 100%;
}

.webform-submission-form legend {
  display: none;
}

.webform-submission-form .radios--wrapper .form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.webform-submission-form .radios--wrapper .form-item~.form-item {
  margin-top: 24px;
}

.webform-submission-form .radios--wrapper .form-item input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-top: 6px;
  opacity: 0;
}

.webform-submission-form .radios--wrapper .form-item input:checked+label:after {
  display: block;
}

.webform-submission-form .radios--wrapper .form-item label {
  position: relative;
  padding-left: 7px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 40px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.webform-submission-form .radios--wrapper .form-item label:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -28px;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  background: #F5F5F5;
  border: 1px solid #666;
}

.webform-submission-form .radios--wrapper .form-item label:after {
  position: absolute;
  content: "";
  top: 14px;
  left: -21px;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  background: #333;
  display: none;
}

.webform-submission-form .form-type-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.webform-submission-form .form-type-checkbox input {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.webform-submission-form .form-no-label p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.webform-submission-form fieldset.contact-group {
  margin-top: 0;
  margin-bottom: 0;
}

.webform-submission-form fieldset.contact-group.form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.webform-submission-form fieldset.contact-group legend {
  display: none;
}

.webform-submission-form fieldset.contact-group+.contact-group-item {
  border-top: none;
}

.webform-submission-form .contact-group-item {
  border-top: 1px solid #DFDFDF;
  padding-top: 30px;
  padding-bottom: 21px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.webform-submission-form .contact-group-item.form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.webform-submission-form .contact-group-item:last-child {
  border-bottom: 1px solid #DFDFDF;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:first-child {
  max-width: 190px;
  flex: 0 0 190px;
  padding-right: 30px;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:first-child .webform-title {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:first-child .webform-title p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2),
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child {
  flex: 1;
  padding-left: 56px;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) select,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) input,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child select,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #666666;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) select[name="address[address]"],
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) input[name="address[address]"],
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child select[name="address[address]"],
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child input[name="address[address]"] {
  max-width: 100%;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) select[type=radio],
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) input[type=radio],
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child select[type=radio],
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child input[type=radio] {
  width: auto;
  height: auto;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) .description,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child .description {
  font-size: 12px;
  line-height: 40px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) .description p,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child .description p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 40px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 245px;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup .contact-about-newsletter a {
  font-size: 18px;
  line-height: 40px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  min-width: 198px;
  position: relative;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup .contact-about-newsletter a:after {
  position: absolute;
  content: "";
  right: -25px;
  top: 9px;
  width: 14.5px;
  height: 10.5px;
  background: url(../images/icon-language-gray.svg) no-repeat;
  background-size: contain;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup .contact-about-newsletter a:hover,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup .contact-about-newsletter a:focus {
  color: #0068b7;
  text-decoration: none;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup .contact-about-newsletter a:hover:after,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup .contact-about-newsletter a:focus:after {
  background: url(../images/icon-language-blue.svg) no-repeat;
  background-size: contain;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required {
  flex: 0 0 auto;
  height: 22px;
  background-color: #B70000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 41px;
  padding-left: 3px;
  padding-right: 3px;
}

@media (max-width: 991px) {

  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required,
  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required {
    left: 190px;
  }
}

@media (max-width: 767px) {

  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required,
  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required {
    left: 0;
    transform: translateY(2px);
  }
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required:before,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required:after,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required:before,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: none;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required:before,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required:before {
  width: 41px;
  height: 22px;
  background-color: #B70000;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required:after,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required:after {
  top: 3px;
  left: 15px;
  content: "*";
  font-size: 21px;
  line-height: 1;
  color: #fff;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required p,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required+.form-item,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required+.webform-type-radios,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required+.form-item,
.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-required+.webform-type-radios {
  padding-left: 20px;
  flex-direction: column;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.contact-form-item-not-required {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper .form-textarea-wrapper textarea {
  border: 1px solid #666;
  min-height: 180px;
  border-radius: 5px;
  padding: 15px 20px;
}

.webform-submission-form .contact-group-item>.fieldset-wrapper .form-textarea-wrapper+.description {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.webform-submission-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.webform-submission-form .form-actions input {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  height: 60px;
  color: #222222;
  border: 1px solid #E8EDF1;
  background: #E8EDF1 url(../images/vecter-blue.svg) no-repeat;
  background-size: 20px 6px;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  transition: all 0.3s ease-out;
  margin-left: 10px;
  margin-right: 10px;
}

.webform-submission-form .form-actions input:hover,
.webform-submission-form .form-actions input:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.webform-submission-form .form-actions input::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.webform-submission-form .form-actions input:hover,
.webform-submission-form .form-actions input:focus {
  background: #fff url(../images/vecter-blue.svg) no-repeat;
  background-size: 20px 6px;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  transition: all 0.3s ease-out;
}

@media (max-width: 575px) {
  .webform-submission-form .form-actions input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.webform-submission-form>.webform-submission-form-detail>div.form-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDE2E6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.webform-submission-form>.webform-submission-form-detail>div.form-item p {
  margin-bottom: 0;
  display: inline-block;
}

.webform-submission-form>.webform-submission-form-detail>div.form-item p:nth-last-child(1) {
  width: calc(100% - 190px);
  display: inline;
}

.webform-submission-form>.webform-submission-form-detail>div.form-item p:nth-child(1) {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  width: 190px;
  padding-right: 30px;
  word-break: break-word;
}

.webform-submission-form>.webform-submission-form-detail>div.form-item:first-child {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 575px) {
  .webform-submission-form>.webform-submission-form-detail>div.form-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .webform-submission-form>.webform-submission-form-detail>div.form-item p:first-child {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .webform-submission-form>.webform-submission-form-detail>div.form-item:last-child {
    width: 100%;
  }
}

.webform-submission-form .form-actions input.webform-button--previous {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #E8EDF1 url(../images/icon-return-blue.svg) no-repeat;
  height: 60px;
  color: #222222;
  border: 1px solid #E8EDF1;
  background-size: 20px 6px;
  background-position-x: 20px;
  background-position-y: center;
  transition: all 0.3s ease-out;
  margin-left: 10px;
  margin-right: 10px;
}

.webform-submission-form .form-actions input.webform-button--previous:hover,
.webform-submission-form .form-actions input.webform-button--previous:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.webform-submission-form .form-actions input.webform-button--previous::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.webform-submission-form .form-actions input.webform-button--previous:hover,
.webform-submission-form .form-actions input.webform-button--previous:focus {
  background: #fff url(../images/icon-return-blue.svg) no-repeat;
  background-size: 20px 6px;
  background-position-x: 20px;
  background-position-y: center;
  transition: all 0.3s ease-out;
}

.messages.messages--error {
  border: 1px solid #B70000;
  background-color: #FEF5F6;
  font-size: 16px;
  line-height: 40px;
  color: #B70000;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  box-shadow: none;
  padding: 4px 47px;
  position: relative;
  background-image: none;
  margin-bottom: 86px;
}

.messages.messages--error:before {
  position: absolute;
  content: "";
  top: 16px;
  left: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #B70000;
  border-radius: 50%;
}

.messages.messages--error:after {
  position: absolute;
  content: "!";
  top: 19px;
  left: 27px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.messages.messages--error p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 40px;
  color: #B70000;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  color: #B70000;
}

.messages.messages--error a {
  color: #B70000;
}

.messages.messages--error a:hover,
.messages.messages--error a:focus {
  text-decoration: underline;
}

.table-nested table tbody td:first-child {
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.table-nested table tbody table tbody td {
  text-align: center;
}

.table-nested table tbody table tbody td:first-child {
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.block-custom-product-detail {
  max-width: 575px;
}

.block-custom-product-detail h2.style-heading2 {
  font-size: 24px;
  line-height: 33.6px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.block-custom-product-detail h3.style-heading3 {
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.block-custom-product-detail p {
  font-size: 14px;
  line-height: 28px;
}

.block-custom-product-detail .block-1 p {
  margin-bottom: 0;
}

.block-custom-product-detail .block-content-img {
  padding: 36px 32px;
  border: 1px solid #0068b7;
  margin-top: 46px;
  margin-bottom: 20px;
}

.block-custom-product-detail .block-content-img img {
  width: 100%;
}

.block-custom-product-detail .block-content-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 52px;
}

.block-custom-product-detail .block-content-thumbs img {
  flex: 1;
  border: 1px solid #ddd;
  padding: 13px;
}

.block-custom-product-detail .block-content-thumbs img~img {
  margin-left: 18px;
}

.block-custom-product-detail .block-content-thumbs img:first-child {
  border: 1px solid #0068B7;
}

.block-custom-product-detail .bock-content-sumary {
  margin-bottom: 25px;
}

.block-custom-product-detail .bock-content-sumary h3 {
  font-size: 18px;
  line-height: 25.2px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}

.block-custom-product-detail .bock-content-sumary p {
  margin-bottom: 0;
}

.block-custom-product-detail .block-content-output {
  font-size: 14px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.block-custom-product-detail .block-content-output p {
  font-size: 14px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.block-custom-product-detail .button {
  margin-left: 0;
  margin-right: 0;
}

.block-custom-product-detail .button a {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #0068B7;
  font-size: 16px;
  line-height: 25.2px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.block-custom-product-detail .button .button-download {
  margin-bottom: 10px;
}

.block-custom-product-detail .button .button-download a {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #0068B7;
  font-size: 16px;
  line-height: 25.2px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.block-custom-product-detail .button .button-request {
  margin-bottom: 30px;
}

.block-custom-product-detail .button .button-request a {
  height: 80px;
  background-color: #018AE5;
}

.block-custom-product-detail .social ul.social {
  padding-bottom: 30.5px;
  border-bottom: 1px solid #DDE2E6;
  list-style: none;
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 37.5px;
}

.block-custom-product-detail .social ul.social li {
  margin-left: 10px;
  display: inline-block;
  padding-left: 0;
  border-bottom: none;
  line-height: unset;
}

.block-custom-product-detail .social ul.social li::before {
  display: none;
}

.block-custom-product-detail .button-action {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 90px;
}

.block-custom-product-detail .button-action .button {
  max-width: calc(50% - 5.5px);
  flex: 0 0 calc(50% - 5.5px);
}

.block-custom-product-detail .button-action .button a {
  background-color: #E6EBEF;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.block-custom-product-detail .button-action:before {
  display: none;
}

.block-custom-product-detail .block-2 h3 {
  margin-bottom: 18px;
}

.block-custom-product-detail .block-2 p {
  margin-bottom: 0;
}

.block-custom-product-detail .block-2 .block-content-1 {
  margin-bottom: 60px;
}

.block-custom-product-detail .block-2 .block-content-1 p {
  margin-bottom: 25px;
}

.block-custom-product-detail .block-2 .block-content-1 a {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #0068B7;
  font-size: 14px;
  line-height: 19.6px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.block-custom-product-detail .block-2 .block-content-2 {
  margin-bottom: 90px;
}

.block-custom-product-detail .block-2 .block-content-2 p {
  margin-bottom: 24px;
}

.block-custom-product-detail .block-2 .block-content-2 .right {
  background-color: #E5E5E6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.block-custom-product-detail .description {
  font-size: 12px;
  line-height: 22.4px;
}

.block-custom-product-detail .description p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22.4px;
}

.block-custom-product-detail .table {
  overflow-x: auto;
  margin-bottom: 10px;
}

.block-custom-product-detail .table table {
  width: 1024px;
}

.block-custom-product-detail .block-3 .description {
  display: flex;
  flex-wrap: wrap;
}

.block-custom-product-detail .block-3 .description>div {
  display: inline-block;
}

.block-custom-product-detail .block-3 .description>div~div {
  flex: 1;
}

.block-custom-product-detail .block-4 ul,
.block-custom-product-detail .block-5 ul {
  padding-left: 20px;
}

.block-custom-product-detail .block-4 ul li,
.block-custom-product-detail .block-5 ul li {
  line-height: unset;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.block-custom-product-detail .block-4 ul li~li,
.block-custom-product-detail .block-5 ul li~li {
  padding-top: 30px;
}

.block-custom-product-detail .block-4 ul li~li:before,
.block-custom-product-detail .block-5 ul li~li:before {
  top: 44px;
}

.block-custom-product-detail .block-4 ul li:before,
.block-custom-product-detail .block-5 ul li:before {
  top: 14px;
  transform: translateY(0);
}

.block-custom-product-detail .block-4 ul li a,
.block-custom-product-detail .block-5 ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-right: 0;
  text-decoration: underline;
}

.block-custom-product-detail .block-4 ul li>a,
.block-custom-product-detail .block-5 ul li>a {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
}

.block-custom-product-detail .block-4 ul li div,
.block-custom-product-detail .block-5 ul li div {
  flex: 1;
}

.block-custom-product-detail .block-5 {
  margin-bottom: 93px;
}

.block-custom-product-detail .block-6 .form-select,
.block-custom-product-detail .block-6 .agree,
.block-custom-product-detail .block-6 .form-text,
.block-custom-product-detail .block-6 .form-radios {
  padding-top: 26px;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}

.block-custom-product-detail .block-6 .form-select label,
.block-custom-product-detail .block-6 .agree label,
.block-custom-product-detail .block-6 .form-text label,
.block-custom-product-detail .block-6 .form-radios label {
  display: block;
  width: 100%;
  margin-bottom: 11px;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.block-custom-product-detail .block-6 .form-select select,
.block-custom-product-detail .block-6 .agree select,
.block-custom-product-detail .block-6 .form-text select,
.block-custom-product-detail .block-6 .form-radios select {
  height: 60px;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 10px 15px;
}

.block-custom-product-detail .block-6 .form-radios span {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 26px;
  display: inline-block;
  width: 100%;
}

/* --- article --- */
article {
  /* About us page */
  /* Site map */
  /* --- node--type-introduction --- */
  /* --- node--type-our-strength --- */
  /* --- privacy-police ---*/
  /* Profile */
}

article ul {
  padding-left: 0;
  list-style: none;
}

article ul li {
  position: relative;
  padding-left: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 90px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #DDE2E6;
  text-decoration: underline;
}

article ul li::marker {
  display: none;
}

article ul li~li {
  border-top: none;
}

article ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0068B7;
}

article ul li a {
  color: #222;
  min-width: 150px;
  margin-right: 20px;
}

article h2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 32px;
}

article h2:before,
article h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

article h2:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

article p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

article table {
  width: 100%;
}

article table td {
  font-size: 14px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

article table td p {
  font-size: 14px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

article .requirements table tr td:first-child {
  font-size: 16px;
  line-height: 55px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  min-width: 170px;
}

article[about*="/about"] table {
  width: 100%;
}

article[about*="/about"] table th {
  background-color: #F5F9FB;
  font-size: 16px;
  line-height: 55px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #BAC5CE;
}

article[about*="/about"] table td {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  border: 1px solid #BAC5CE;
  padding: 5px 10px;
}

article[about*="/about"] table td~td {
  border: none;
}

article[about*="/about"] .component-btn-grays {
  margin-top: 50px;
  margin-bottom: 100px;
}

article[about*="/about"] h2 {
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

article[about*="/about"] h2::before,
article[about*="/about"] h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
}

article[about*="/about"] h2:after {
  width: 100%;
  background-color: #dde2e6;
}

article[about*="/about"] h2::before {
  z-index: 2;
  width: 80px;
  background-color: #0068B7;
}

article[about*="/about"] h2+a,
article[about*="/about"] h2+p>a {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

article[about*="/about"] h2+a:before,
article[about*="/about"] h2+p>a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50);
  height: 1px;
  width: 25px;
  background-color: #0068B7;
}

article[about*="/about"] p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

article[about*="/about"] p.content-img {
  text-align: center;
  margin-bottom: 8px;
}

article[about*="/about"] p.content-center {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

article[about*="/about"] p.content-center a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 8px;
}

article[about*="/about"] p>* {
  margin-left: 10px;
  margin-right: 10px;
}

article[about*="/site-map"] p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 91px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

article[about*="/site-map"] p a {
  font-size: 18px;
  line-height: 91px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  padding-left: 16px;
}

article[about*="/site-map"] p a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0068B7;
}

article[about*="/site-map"] p a:hover,
article[about*="/site-map"] p a:focus {
  color: #224a89;
}

article[about*="/site-map"] p img {
  vertical-align: baseline;
  margin-right: 10px;
}

article[about*="/site-map"] p img+a {
  padding-left: 0;
}

article[about*="/site-map"] p img+a:before {
  display: none;
}

article[about*="/site-map"] ul+p {
  margin-bottom: 0;
}

article[about*="/site-map"] p+ul {
  margin-bottom: 0;
}

article[about*="/site-map"] p+p {
  border-top: 2px solid #DDE2E6;
}

article.node--type-introduction .field--type-text-with-summary {
  margin-bottom: 93px;
}

article.node--type-introduction div[class*=field--name-field-] {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

article.node--type-introduction div[class*=field--name-field-] ul {
  list-style: none;
  padding-left: 6px;
  margin-bottom: 0;
}

article.node--type-introduction div[class*=field--name-field-] ul li {
  font-size: 18px;
  line-height: 36px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  position: relative;
  display: block;
  padding-left: 17px;
  text-decoration: unset;
}

article.node--type-introduction div[class*=field--name-field-] ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #0068B7;
}

article.node--type-introduction div[class*=field--name-field-] ul li::marker {
  display: none;
}

article.node--type-introduction .field--name-field-image {
  margin-bottom: 25px;
}

article.node--type-introduction .field--name-field-image img {
  max-height: 450px;
  height: 100%;
  object-fit: cover;
}

article.node--type-introduction .field--name-field-challenge-background {
  margin-bottom: 92px;
}

article.node--type-introduction .field--name-field-challenge-background p {
  margin-bottom: 0;
}

article.node--type-introduction .field--name-field-challenge-background p~p {
  margin-top: 1rem;
}

article.node--type-introduction .field--name-field-solution {
  margin-bottom: 106px;
}

article.node--type-introduction .field--name-field-introduced-equipment {
  margin-bottom: 111px;
}

article.node--type-introduction .field--name-field-challenge-background,
article.node--type-introduction .field--name-field-outcome,
article.node--type-introduction .field--name-field-solution,
article.node--type-introduction .field--name-field-introduced-equipment {
  margin-bottom: 91px;
}

article.node--type-introduction .field--name-field-challenge-background .field__label,
article.node--type-introduction .field--name-field-outcome .field__label,
article.node--type-introduction .field--name-field-solution .field__label,
article.node--type-introduction .field--name-field-introduced-equipment .field__label {
  font-size: 28px;
  line-height: 26px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  width: 100%;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

article.node--type-introduction .field--name-field-challenge-background .field__label a,
article.node--type-introduction .field--name-field-outcome .field__label a,
article.node--type-introduction .field--name-field-solution .field__label a,
article.node--type-introduction .field--name-field-introduced-equipment .field__label a {
  color: #222;
  font-weight: 600;
  margin-bottom: unset;
}

article.node--type-introduction .field--name-field-challenge-background .field__label:before,
article.node--type-introduction .field--name-field-challenge-background .field__label:after,
article.node--type-introduction .field--name-field-outcome .field__label:before,
article.node--type-introduction .field--name-field-outcome .field__label:after,
article.node--type-introduction .field--name-field-solution .field__label:before,
article.node--type-introduction .field--name-field-solution .field__label:after,
article.node--type-introduction .field--name-field-introduced-equipment .field__label:before,
article.node--type-introduction .field--name-field-introduced-equipment .field__label:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

article.node--type-introduction .field--name-field-challenge-background .field__label:before,
article.node--type-introduction .field--name-field-outcome .field__label:before,
article.node--type-introduction .field--name-field-solution .field__label:before,
article.node--type-introduction .field--name-field-introduced-equipment .field__label:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

article.node--type-introduction .field--name-field-challenge-background .field__item li,
article.node--type-introduction .field--name-field-outcome .field__item li,
article.node--type-introduction .field--name-field-solution .field__item li,
article.node--type-introduction .field--name-field-introduced-equipment .field__item li {
  border: none;
  padding-top: unset;
  padding-bottom: unset;
}

article.node--type-introduction .field--name-field-point .field__label {
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 26px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  width: 100%;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

article.node--type-introduction .field--name-field-point .field__label a {
  color: #222;
  font-weight: 600;
  margin-bottom: unset;
}

article.node--type-introduction .field--name-field-point .field__label:before,
article.node--type-introduction .field--name-field-point .field__label:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

article.node--type-introduction .field--name-field-point .field__label:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

article.node--type-introduction .field--name-field-point h2 {
  position: relative;
  padding-left: 35px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

article.node--type-introduction .field--name-field-point h2:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  height: 1px;
  width: 25px;
  background-color: #0068B7;
  z-index: 1;
}

article.node--type-introduction .field--name-field-point h2:after {
  display: none;
}

article.node--type-introduction .content-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

article.node--type-introduction .content-row p {
  margin-bottom: 0;
}

article.node--type-introduction .content-row .content-left {
  width: calc(50% - 10px);
  margin-right: 10px;
}

article.node--type-introduction .content-row .content-right {
  width: calc(50% - 20px);
  margin-left: 20px;
}

article.node--type-introduction .content-row .content-right img {
  width: 100%;
  margin-bottom: 10px;
  max-height: 250px;
}

article.node--type-introduction .content-row .content-right img+P {
  font-size: 14px;
  line-height: 22.4px;
}

article.node--type-our-strength {
  max-width: 1330px;
}

article.node--type-our-strength article {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

article[about*="/privacy-policy"] .page-title,
article[about*="/privacy-policy"] .view-catalogs .view-content h3,
.view-catalogs .view-content article[about*="/privacy-policy"] h3,
article[about*="/privacy-policy"] h2.style-heading2,
article[about*="/privacy-policy"] .view-kobelco-product-megamenu h3,
.view-kobelco-product-megamenu article[about*="/privacy-policy"] h3,
article[about*="/privacy-policy"] .notice-sitemap h3,
.notice-sitemap article[about*="/privacy-policy"] h3,
article[about*="/privacy-police"] .page-title,
article[about*="/privacy-police"] .view-catalogs .view-content h3,
.view-catalogs .view-content article[about*="/privacy-police"] h3,
article[about*="/privacy-police"] h2.style-heading2,
article[about*="/privacy-police"] .view-kobelco-product-megamenu h3,
.view-kobelco-product-megamenu article[about*="/privacy-police"] h3,
article[about*="/privacy-police"] .notice-sitemap h3,
.notice-sitemap article[about*="/privacy-police"] h3 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

article[about*="/privacy-policy"] .page-title:before,
article[about*="/privacy-policy"] .view-catalogs .view-content h3:before,
.view-catalogs .view-content article[about*="/privacy-policy"] h3:before,
article[about*="/privacy-policy"] h2.style-heading2:before,
article[about*="/privacy-policy"] .view-kobelco-product-megamenu h3:before,
.view-kobelco-product-megamenu article[about*="/privacy-policy"] h3:before,
article[about*="/privacy-policy"] .notice-sitemap h3:before,
.notice-sitemap article[about*="/privacy-policy"] h3:before,
article[about*="/privacy-policy"] .page-title:after,
article[about*="/privacy-policy"] .view-catalogs .view-content h3:after,
.view-catalogs .view-content article[about*="/privacy-policy"] h3:after,
article[about*="/privacy-policy"] h2.style-heading2:after,
article[about*="/privacy-policy"] .view-kobelco-product-megamenu h3:after,
.view-kobelco-product-megamenu article[about*="/privacy-policy"] h3:after,
article[about*="/privacy-policy"] .notice-sitemap h3:after,
.notice-sitemap article[about*="/privacy-policy"] h3:after,
article[about*="/privacy-police"] .page-title:before,
article[about*="/privacy-police"] .view-catalogs .view-content h3:before,
.view-catalogs .view-content article[about*="/privacy-police"] h3:before,
article[about*="/privacy-police"] h2.style-heading2:before,
article[about*="/privacy-police"] .view-kobelco-product-megamenu h3:before,
.view-kobelco-product-megamenu article[about*="/privacy-police"] h3:before,
article[about*="/privacy-police"] .notice-sitemap h3:before,
.notice-sitemap article[about*="/privacy-police"] h3:before,
article[about*="/privacy-police"] .page-title:after,
article[about*="/privacy-police"] .view-catalogs .view-content h3:after,
.view-catalogs .view-content article[about*="/privacy-police"] h3:after,
article[about*="/privacy-police"] h2.style-heading2:after,
article[about*="/privacy-police"] .view-kobelco-product-megamenu h3:after,
.view-kobelco-product-megamenu article[about*="/privacy-police"] h3:after,
article[about*="/privacy-police"] .notice-sitemap h3:after,
.notice-sitemap article[about*="/privacy-police"] h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

article[about*="/privacy-policy"] .page-title:before,
article[about*="/privacy-policy"] .view-catalogs .view-content h3:before,
.view-catalogs .view-content article[about*="/privacy-policy"] h3:before,
article[about*="/privacy-policy"] h2.style-heading2:before,
article[about*="/privacy-policy"] .view-kobelco-product-megamenu h3:before,
.view-kobelco-product-megamenu article[about*="/privacy-policy"] h3:before,
article[about*="/privacy-policy"] .notice-sitemap h3:before,
.notice-sitemap article[about*="/privacy-policy"] h3:before,
article[about*="/privacy-police"] .page-title:before,
article[about*="/privacy-police"] .view-catalogs .view-content h3:before,
.view-catalogs .view-content article[about*="/privacy-police"] h3:before,
article[about*="/privacy-police"] h2.style-heading2:before,
article[about*="/privacy-police"] .view-kobelco-product-megamenu h3:before,
.view-kobelco-product-megamenu article[about*="/privacy-police"] h3:before,
article[about*="/privacy-police"] .notice-sitemap h3:before,
.notice-sitemap article[about*="/privacy-police"] h3:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

article[about*="/privacy-policy"] ul,
article[about*="/privacy-police"] ul {
  margin-bottom: 0;
}

article[about*="/privacy-policy"] ul li,
article[about*="/privacy-police"] ul li {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding-bottom: 0;
}

article[about*="/privacy-policy"] ul li>span,
article[about*="/privacy-police"] ul li>span {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

article[about*="/privacy-policy"] ul li+span,
article[about*="/privacy-police"] ul li+span {
  display: block;
  margin-top: -29px;
  margin-bottom: 8px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-left: 35px;
}

article[about*="/privacy-policy"] ul li+span:before,
article[about*="/privacy-police"] ul li+span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background-color: #0068B7;
}

article[about*="/privacy-policy"] ul li.content,
article[about*="/privacy-police"] ul li.content {
  margin-top: -39px;
  padding: 29px 30px 27px;
  background-color: #F5F5F5;
}

article[about*="/privacy-policy"] ol,
article[about*="/privacy-police"] ol {
  padding-left: 2.63px;
  margin-bottom: 85px;
}

article[about*="/privacy-policy"] ol li,
article[about*="/privacy-police"] ol li {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

article[about*="/privacy-policy"] ol li::marker,
article[about*="/privacy-police"] ol li::marker {
  display: none;
  font-size: 0;
}

article[about*="/privacy-policy"] .content-title,
article[about*="/privacy-policy"] h2.field-content,
article[about*="/privacy-policy"] h3.style-heading3,
article[about*="/privacy-police"] .content-title,
article[about*="/privacy-police"] h2.field-content,
article[about*="/privacy-police"] h3.style-heading3 {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-left: 35px;
}

article[about*="/privacy-policy"] .content-title:before,
article[about*="/privacy-policy"] h2.field-content:before,
article[about*="/privacy-policy"] h3.style-heading3:before,
article[about*="/privacy-police"] .content-title:before,
article[about*="/privacy-police"] h2.field-content:before,
article[about*="/privacy-police"] h3.style-heading3:before {
  width: 25px;
  left: 0;
}

article.node--type-our-strength .field--name-field-middle-image {
  margin-bottom: 145px;
}

article.node--type-our-strength .trust-rather .manufacturing {
  margin-left: 0;
  margin-bottom: 0;
  max-width: 100%;
}

article.node--type-our-strength .trust-rather .compressor,
article.node--type-our-strength .trust-rather .Beyond {
  margin-bottom: 140px;
}

article.node--type-our-strength .trust-rather .compressor h4,
article.node--type-our-strength .trust-rather .Beyond h4 {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

article.node--type-our-strength .trust-rather .compressor p,
article.node--type-our-strength .trust-rather .Beyond p {
  margin-bottom: 0;
}

article.node--type-our-strength .trust-rather .compressor p~p,
article.node--type-our-strength .trust-rather .Beyond p~p {
  margin-top: 1rem;
}

article.node--type-our-strength .trust-rather .Beyond {
  margin-bottom: 150px;
}

article.node--type-our-strength .partner-forever {
  display: flex;
  flex-wrap: wrap;
  max-width: 1450px;
  margin-right: auto;
  margin-bottom: 140px;
}

article.node--type-our-strength .partner-forever .right {
  padding-top: 31px;
  padding-left: 0;
  padding-bottom: 0;
}

article.node--type-our-strength .partner-forever .right h4 {
  font-size: 28px;
  line-height: 28px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

article.node--type-our-strength .field--name-field-philosophy-of-kobelco {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

article.node--type-our-strength .field--name-field-philosophy-of-kobelco .field__label {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

article.node--type-our-strength .field--name-field-philosophy-of-kobelco .field__label:before,
article.node--type-our-strength .field--name-field-philosophy-of-kobelco .field__label:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

article.node--type-our-strength .field--name-field-philosophy-of-kobelco .field__label:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

article.node--type-our-strength .field--name-field-media-oembed-video {
  width: 100%;
  height: 600px;
}

article.node--type-our-strength .field--name-field-media-oembed-video iframe {
  width: 100%;
  height: 100%;
}

article.node--type-profile {
  /* --- machines-people --- */
  /* --- aiming-compressor --- */
}

article.node--type-profile .field--name-field-hero-image+.field--name-field-subtitle {
  min-height: 110px;
  max-width: 780px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -85px;
  margin-bottom: 95px;
  background-color: #2C333B;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

article.node--type-profile .machines-people,
article.node--type-profile .aiming-compressor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}

article.node--type-profile .machines-people h4,
article.node--type-profile .aiming-compressor h4 {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

article.node--type-profile .machines-people p,
article.node--type-profile .aiming-compressor p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

article.node--type-profile .machines-people .left,
article.node--type-profile .machines-people .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .machines-people .left,
article.node--type-profile .aiming-compressor .left,
article.node--type-profile .aiming-compressor .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .aiming-compressor .left {
  flex: 1;
  padding-right: 60px;
}

article.node--type-profile .machines-people .right,
article.node--type-profile .aiming-compressor .right {
  max-width: 630px;
  flex: 0 0 630px;
  padding-top: 53px;
}

article.node--type-profile .machines-people .right img,
article.node--type-profile .aiming-compressor .right img {
  max-height: 420px;
  width: 100%;
}

@media (max-width: 1199px) {

  article.node--type-profile .machines-people .right,
  article.node--type-profile .aiming-compressor .right {
    max-width: 52%;
    flex: 0 0 52%;
  }
}

@media (max-width: 991px) {

  article.node--type-profile .machines-people p,
  article.node--type-profile .aiming-compressor p {
    font-size: 14px;
    line-height: 28px;
  }
}

article .global-network ul {
  padding-left: 0;
  list-style: none;
}

article .global-network ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 90px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  border-top: 2px solid #DDE2E6;
  border-bottom: 2px solid #DDE2E6;
  text-decoration: underline;
}

article .global-network ul li div {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  min-width: 130px;
}

article .global-network ul li div a {
  font-size: 18px;
  line-height: 90px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  min-width: unset;
  position: relative;
  transition: all 0.3s ease-out;
}

article .global-network ul li div a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  top: 50%;
  right: -35px;
  background-image: url(../images/icon-language-gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

article .global-network ul li div a:hover,
article .global-network ul li div a:focus {
  color: #0068B7;
  transition: all 0.3s ease-out;
}

article .global-network ul li div a:hover:before,
article .global-network ul li div a:focus:before {
  background-image: url(../images/icon-language-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

article .global-network ul li::marker {
  display: none;
}

article .global-network ul li~li {
  border-top: none;
}

article .global-network ul li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0068B7;
}

article .global-network ul li a {
  color: #222;
  min-width: 150px;
  margin-right: 20px;
}

.outside-business h4 {
  color: #0068B7;
}

.share-this-social-footer .sharethis-wrapper {
  display: flex;
  justify-content: flex-end;
}

.share-this-social-footer .sharethis-wrapper>span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../images/icon-fb-defaut.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.share-this-social-footer .sharethis-wrapper>span.st_facebook_button:hover,
.share-this-social-footer .sharethis-wrapper>span.st_facebook_button:focus {
  background-image: url(../images/icon-fb-hover.svg);
  transition: all 0.3s ease-out;
}

.share-this-social-footer .sharethis-wrapper>span.st_twitter_button {
  background-image: url(../images/twitter--sprite.svg);
}

.share-this-social-footer .sharethis-wrapper>span.st_twitter_button:hover,
.share-this-social-footer .sharethis-wrapper>span.st_twitter_button:focus {
  background-image: url(../images/twitter-hover.svg);
  transition: all 0.3s ease-out;
}

.share-this-social-footer .sharethis-wrapper>span.st_email_button {
  background: #657786 url(../images/kobelco-email.svg) no-repeat;
  background-size: 20px 15px;
  background-position: center;
}

.share-this-social-footer .sharethis-wrapper>span.st_email_button:hover,
.share-this-social-footer .sharethis-wrapper>span.st_email_button:focus {
  background-color: #acb5bd;
  background: #acb5bd url(../images/kobelco-email.svg) no-repeat;
  background-size: 20px 15px;
  background-position: center;
  transition: all 0.3s ease-out;
}

.share-this-social-footer .sharethis-wrapper>span.st_print_button {
  position: relative;
  background: transparent;
}

.share-this-social-footer .sharethis-wrapper>span>span {
  margin: 0 !important;
  line-height: unset;
}

.share-this-social-footer .sharethis-wrapper>span .stButton_gradient {
  background: transparent;
  font-size: 0;
  border: none;
}

.share-this-social-footer .sharethis-wrapper>span .print {
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  background: #657786 url(../images/icon-sprint.svg) no-repeat;
  background-size: 18px 20px;
  background-position: center;
}

.share-this-social-footer .sharethis-wrapper>span .print:hover,
.share-this-social-footer .sharethis-wrapper>span .print:focus {
  background: #acb5bd url(../images/icon-sprint.svg) no-repeat;
  background-size: 18px 20px;
  background-position: center;
  transition: all 0.3s ease-out;
}

.share-this-social-footer .sharethis-wrapper .stMainServices {
  border-radius: 50%;
}

.share-this-social-footer .stButton .stMainServices {
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  background: none !important;
  background-image: url(../images/icon-fb-defaut.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.table-noborder table td,
.table-noborder table th {
  border: none;
}

.table-noborder table td+td {
  border-bottom: none;
}

.table-noborder table span.text-table {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 767px) {
  .table-noborder span.text-table {
    font-size: 14px;
    line-height: 28px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
  }
}

.text-left {
  text-align: center !important;
}

.table-specification table thead tr:first-child>th:first-child {
  text-align: left;
  background: #D9E1EA !important;
}

.table-specification table tbody tr>td:first-child {
  text-align: left;
  background: #D9E1EA !important;
}

.table-specification table th {
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.table-specification table td {
  border: 1px solid #ccc !important;
  padding: 8px 10px;
}

.table-specification table td:first-child {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.block-kobelink img {
  width: 100%;
  object-fit: cover;
}

.block-kobelink h2 {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: unset;
  margin-bottom: 5px;
}

.block-kobelink h2::before,
.block-kobelink h2::after {
  display: none;
}

.block-kobelink .wrapp {
  display: flex;
  flex-wrap: wrap;
}

.block-kobelink .wrapp .txt {
  width: calc(40% - 20px);
  margin-right: 20px;
}

.block-kobelink .wrapp .fig {
  width: calc(60% - 20px);
  margin-left: 20px;
}

.block-kobelink #merit .ul-li-kobelink {
  width: 100%;
}

.block-kobelink #merit .ul-li-kobelink ul.figure {
  position: relative;
  width: 100%;
  height: 380px;
  background: url(../images/fig_merit.png) no-repeat center center;
  margin-bottom: 27px;
}

.block-kobelink #merit .ul-li-kobelink ul.figure li {
  list-style-type: unset;
  position: absolute;
  border: unset;
}

.block-kobelink #merit .ul-li-kobelink ul.figure li::before {
  display: none;
}

.block-kobelink #merit .ul-li-kobelink ul.figure li.inspection {
  top: 40px;
  left: 115px;
}

.block-kobelink #merit .ul-li-kobelink ul.figure li.saving {
  top: 40px;
  right: 130px;
}

.block-kobelink #merit .ul-li-kobelink ul.figure li.operation {
  bottom: 40px;
  left: 115px;
}

.block-kobelink #merit .ul-li-kobelink ul.figure li.restoration {
  bottom: 40px;
  right: 130px;
}

.block-kobelink #merit h1 {
  width: 100%;
}

.block-kobelink #merit section {
  display: flex;
  flex-wrap: wrap;
}

.block-kobelink #merit .details {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.block-kobelink #merit .details p {
  width: calc(100% - 350px);
  margin-left: 20px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
}

.block-kobelink #merit #inspection,
.block-kobelink #merit #operation {
  margin-right: 20px;
}

.block-kobelink #merit #saving,
.block-kobelink #merit #restoration {
  margin-left: 20px;
}

.block-kobelink #merit #restoration p {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .block-table-custom {
    overflow: auto;
  }
}

.block-table-custom .table-custom thead tr th {
  background: #f5f9fb;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  padding: 20px;
  font-family: "Noto Sans CJK JP Bold", sans-serif;
}

.block-table-custom .table-custom tr th {
  background: #f5f9fb;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  padding: 20px;
  font-family: "Noto Sans CJK JP Bold", sans-serif;
}

.block-table-custom .table-custom tr th.left,
.block-table-custom .table-custom tr .page-our-strength .content_second .trust-rather .manufacturing th.left,
.page-our-strength .content_second .trust-rather .manufacturing .block-table-custom .table-custom tr th.left {
  background: #d9e1ea;
}

.block-table-custom .table-custom tr td {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  background: #ffffff;
}

@media (max-width: 991px) {
  .block-table-custom .table-custom {
    width: 990px;
  }
}

/* --- Headline --- */
.headline .container {
  max-width: 100%;
  padding-right: unset;
}

.headline .region-headline {
  padding-left: 40px;
}

.headline .region-headline a.china-header-new {
  margin-right: 10px;
}

.headline .region-headline a.site-logo {
  width: 100px;
  height: 48px;
  display: flex;
}

.headline ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
}

.headline ul li {
  display: inherit;
  margin-left: 1px;
  height: 35px;
}

.headline ul li::marker {
  display: none;
}

.headline ul li a {
  font-size: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #E8EDF1;
}

.headline ul li a:hover,
.headline ul li a:focus {
  background-color: #E8EDF1;
  cursor: pointer;
}

.headline ul li p {
  font-size: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #E8EDF1;
  position: relative;
}

.headline ul li p:hover,
.headline ul li p:focus {
  cursor: pointer;
}

.headline ul li p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  filter: invert(0.6) sepia(1) saturate(9) hue-rotate(196deg);
}

.headline ul li a[href*="/contact-us"] {
  position: relative;
}

.headline ul li a[href*="/contact-us"]::before {
  position: absolute;
  content: "";
  top: 56%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-image: url(../images/kobelco-email.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.headline ul li a[href*="/region-list"] {
  position: relative;
}

.headline ul li a[href*="/region-list"]::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-language.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  filter: invert(0.6) sepia(1) saturate(9) hue-rotate(196deg);
}

.headline .block-search-header {
  margin-left: 5px;
  margin-bottom: unset;
}

.headline .block-search-header.views-exposed-form form .form--inline .form-item input {
  height: 35px;
  padding: 10px 20px;
}

.headline .block-search-header.views-exposed-form form .form--inline .form-actions input {
  height: 35px;
  padding: 0 20px;
  width: 100px;
  font-size: 14px;
}

.headline .block-search-header.views-exposed-form form .form--inline .form-actions input[type=submit] {
  display: none;
}

.headline .menu-top ul li:nth-child(2) {
  order: -1;
}

@media (min-width: 320px) {
  .headline {
    background: #fff;
  }

  .headline .region-headline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

  .headline .menu--header-menu {
    flex: 1;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .headline {
    background: #fff;
  }
}

/* --- Header --- */
header {
  padding-top: 10px;
  padding-bottom: 18px;
}

header .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 50px;
}

header .container-fluid>.we-mega-menu-ul.nav-tabs {
  margin-right: 230px;
}

header .container-fluid>.we-mega-menu-ul.nav-tabs>.we-mega-menu-li>a::before,
header .container-fluid>.we-mega-menu-ul.nav-tabs>.we-mega-menu-li>a::after {
  top: 26.5px;
}

header .region-header {
  flex: 1;
}

header .main_menu {
  flex: 1;
}

header .block-we-megamenu-blockmain {
  position: static;
}

header .we-mega-menu-ul.nav-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header .we-mega-menu-ul.nav-tabs>li {
  padding: 55px 0 38px;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li {
  border: 0;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a {
  background: unset;
  background-color: unset;
  padding: 0px 20px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:hover,
header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:focus {
  background: unset;
  background-color: unset;
  color: #0068B7;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:hover:before,
header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:focus:before {
  width: calc(100% - 40px);
  transition: all 0.3s ease-out;
  margin: unset;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:before,
header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 35px;
  height: 1px;
  background-color: #BAC5CE;
  transform: unset;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

header .we-mega-menu-ul.nav-tabs .we-mega-menu-li.active>a {
  color: #0068B7;
}

@media (min-width: 320px) {
  header {
    background: #fff;
  }

  header nav.navbar {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  header {
    /* Main menu */
  }

  header .main_menu .container {
    padding: 0;
  }

  header ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  header ul.navbar-nav {
    flex-direction: row;
  }

  header ul.navbar-nav .nav-link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  header ul li:first-child a,
  header ul li:first-child a.nav-link {
    border-left: unset;
  }

  header ul a,
  header ul a.nav-link {
    display: inline-block;
    padding: 0.55rem 2.5rem 0.65rem;
    font-size: 16px;
    line-height: 21px;
    color: #0078a1;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
    border-left: 1px solid #DDE2E6;
    background-color: #fff;
  }

  header ul a:hover,
  header ul a:focus,
  header ul a.nav-link:hover,
  header ul a.nav-link:focus {
    text-decoration: none;
    color: #005470;
    background-color: #f8f8f8;
  }
}

/* --- Mega menu --- */
body:not(.user-logged-in) nav.navbar-we-mega-menu .container-fluid>ul>li .we-mega-menu-submenu {
  top: 115px;
}

body.path-home:not(.user-logged-in) nav.navbar-we-mega-menu .container-fluid>ul>li .we-mega-menu-submenu {
  top: 116px;
}

body.path-home:not(.user-logged-in) .menu-scroll nav.navbar-we-mega-menu .container-fluid>ul>li .we-mega-menu-submenu {
  top: 109px;
}

nav.navbar-we-mega-menu {
  position: static;
  /* --- view-product-megamenu --- */
}

nav.navbar-we-mega-menu p:empty {
  display: none;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul {
  position: static;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li {
  position: static;
  display: block;
  z-index: 2;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu {
  position: static;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner {
  overflow: unset;
  /* Disable vertical scroll */
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength {
  display: none;
  position: relative;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength>.we-mega-menu-li {
  display: none;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength>.we-mega-menu-submenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  margin: 0 auto;
  width: 100vw !important;
  max-width: 100vw !important;
  padding-top: 50px;
  opacity: 1;
  visibility: visible;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength .we-mega-menu-submenu-inner {
  overflow: unset;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength .we-mega-menu-group.player2 .we-mega-menu-li:hover {
  text-decoration: none;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength .we-mega-menu-group.player2 .we-mega-menu-li.player3 .we-mega-menu-li {
  padding: 0 30px 0 20px;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4) .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength .we-mega-menu-group.player2 .we-mega-menu-li.player3 .we-mega-menu-row {
  width: 100%;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.dropdown-menu:nth-child(4):hover .we-mega-menu-submenu>.we-mega-menu-submenu-inner .our-strength {
  display: block;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li[data-level="1"] .we-mega-menu-row {
  padding-left: 20px;
  padding-right: 20px;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li[data-level="1"] .we-mega-menu-row .we-mega-menu-row {
  padding-left: 0;
  padding-right: 0;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li {
  width: 100%;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-weight: 600;
  padding-bottom: 13px;
  display: inline-block;
  border-left: unset;
  width: 100%;
  text-decoration: none;
  padding-left: 0;
  position: relative;
  padding-top: 7px;
  margin-bottom: 22px;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:before,
nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:after {
  position: absolute;
  content: "";
  left: 0;
  top: unset;
  bottom: 0;
  height: 1px;
  background-color: #BAC5CE;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:hover,
nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:focus {
  color: #0068B7;
  text-decoration: unset !important;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:hover:before,
nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a:focus:before {
  width: calc(100% - 40px);
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a .megamenu-li-title {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a .megamenu-li-title:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"]>a .megamenu-li-title::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="2"] .we-mega-menu-row {
  padding-top: 58px !important;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="3"] a {
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  border: 0;
  position: relative;
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="3"] a span {
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="3"] a::after {
  display: none;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="3"] a:hover,
nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="3"] a:focus {
  color: #0068B7;
  text-decoration: underline;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="3"] a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  bottom: unset;
  height: 1px;
  width: 15px;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
  margin: 0;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul li.we-mega-menu-li.about-group li.we-mega-menu-li[data-level="3"] a::after {
  display: none;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul a {
  background-color: transparent;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu {
  position: absolute;
  top: 100px;
  width: 100% !important;
  margin-left: 0;
  margin-top: 0;
  background-color: #f5f5f5;
  padding: 63px 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  border: unset;
  box-shadow: unset !important;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -63px;
  max-height: calc(100vh - 125px);
  overflow: auto;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row {
  padding-top: 83px;
  max-width: 1130px;
  margin: 0 auto;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a {
  background: unset;
  background-color: unset;
  padding: 0px 20px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  border: none;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:hover,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:focus {
  background: unset;
  background-color: unset;
  color: #0068B7;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:hover:before,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:focus:before {
  width: calc(100% - 40px);
  transition: all 0.3s ease-out;
  margin: unset;
  top: auto;
  bottom: -12px;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:before,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 35px;
  height: 1px;
  background-color: #BAC5CE;
  transform: unset;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
  top: auto;
  bottom: -12px;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
  opacity: 1;
  margin-bottom: unset !important;
  margin-top: unset !important;
  padding: unset;
  background-image: unset;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a span {
  border: unset;
  padding: unset;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a span:hover,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li a span:focus {
  color: #0068b7;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li>.we-mega-menu-submenu {
  top: 50px;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li>.we-mega-menu-submenu ul li a:hover {
  text-decoration: underline;
  color: #0068B7;
  cursor: pointer;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group>.we-mega-menu-submenu {
  visibility: hidden !important;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group a:hover+.we-mega-menu-submenu,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group a:focus+.we-mega-menu-submenu {
  visibility: visible !important;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group .about-submenu .view-header a {
  padding: 0;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group:hover>.we-mega-menu-submenu,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group:focus>.we-mega-menu-submenu {
  visibility: visible !important;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs .we-mega-menu-col {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs .we-mega-menu-col.span4 {
  margin: 0;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .about-submenu .view-content {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .about-submenu .views-row a {
  border: 0;
  position: relative;
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .about-submenu .views-row a:hover,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .about-submenu .views-row a:focus {
  text-decoration: underline;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .about-submenu .views-row a:hover:before,
nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .about-submenu .views-row a:focus:before {
  left: 0;
  top: 16px;
  height: 1px;
  width: 15px;
  background: #0068b7;
  z-index: 2;
}

nav.navbar-we-mega-menu .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .about-submenu .views-row a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  height: 1px;
  width: 15px;
  background: #0068b7;
  z-index: 2;
  display: block !important;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul.nav-tabs>.we-mega-menu-li:hover .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group>.we-mega-menu-submenu,
nav.navbar-we-mega-menu ul.we-mega-menu-ul.nav-tabs>.we-mega-menu-li:focus .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group>.we-mega-menu-submenu {
  visibility: visible !important;
}

nav.navbar-we-mega-menu ul.we-mega-menu-ul.nav-tabs>.we-mega-menu-li>a:hover .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group>.we-mega-menu-submenu,
nav.navbar-we-mega-menu ul.we-mega-menu-ul.nav-tabs>.we-mega-menu-li>a:focus .we-mega-menu-submenu>.we-mega-menu-submenu-inner>.we-mega-menu-row .nav-tabs li.we-mega-menu-group>.we-mega-menu-submenu {
  visibility: visible !important;
}

nav.navbar-we-mega-menu .player2>a>span {
  font-size: 24px;
  line-height: 33.6px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .player2>a>span:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .player3,
nav.navbar-we-mega-menu .player3-hide {
  position: relative;
}

nav.navbar-we-mega-menu .player3>a>span,
nav.navbar-we-mega-menu .player3-hide>a>span {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .player3>a>span:hover,
nav.navbar-we-mega-menu .player3-hide>a>span:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .player3::before,
nav.navbar-we-mega-menu .player3-hide::before {
  position: absolute;
  content: "";
  top: 4.5px;
  right: 20px;
  background-image: url(../images/vecter-blue.svg);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu .player3-hide>a {
  display: none;
}

nav.navbar-we-mega-menu .player3-hide::before {
  display: none;
}

nav.navbar-we-mega-menu .player3-hide .we-mega-menu-row {
  padding-top: 85px !important;
}

nav.navbar-we-mega-menu .player4>a>span {
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

nav.navbar-we-mega-menu .player4>a>span:hover {
  color: #0068B7 !important;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 {
  flex: 0 0 100%;
  max-width: 100%;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 {
  width: 100%;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  position: relative;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a::before {
  position: absolute;
  content: "";
  top: 14.5px;
  right: 20px;
  bottom: unset;
  left: unset;
  background-image: url(../images/vecter-blue.svg);
  width: 20px;
  height: 6px;
  background-color: unset;
  margin-top: unset;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a::after {
  display: none;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a span {
  font-size: 24px;
  line-height: 33.6px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a span::before,
nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a span::after {
  position: absolute;
  content: "";
  left: 20px;
  height: 1px;
  top: unset;
  bottom: -12px;
  transform: unset;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a span::before {
  width: 0;
  background-color: #0068b7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a span::after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
  opacity: 1;
  margin-bottom: unset;
  margin-top: unset;
  padding: unset;
  background-image: unset;
  background-color: #bac5ce;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a:hover::before {
  top: 14.5px;
  bottom: unset;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a:hover span {
  color: #0068B7;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2>a:hover span::before {
  width: calc(100% - 40px);
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu {
  position: static;
  transform: unset;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu .we-mega-menu-row {
  padding-top: 131px;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu .we-mega-menu-col.span12 {
  flex: 0 0 100%;
  max-width: 100%;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu .we-mega-menu-col.span12 ul li {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu .we-mega-menu-col.span12 ul li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 336px;
  background-image: url(../images/vecter-blue.svg);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu .we-mega-menu-col.span12 ul li:hover {
  text-decoration: unset;
}

nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu .we-mega-menu-col.span12 ul li a::before,
nav.navbar-we-mega-menu .our-strength>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .player2 .we-mega-menu-submenu .we-mega-menu-col.span12 ul li a::after {
  top: unset;
  bottom: -12px;
}

nav.navbar-we-mega-menu .products .we-mega-menu-row,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row,
nav.navbar-we-mega-menu .events .we-mega-menu-row,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row {
  padding-left: 20px;
  padding-right: 20px;
}

nav.navbar-we-mega-menu .products .we-mega-menu-row:first-child,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row:first-child,
nav.navbar-we-mega-menu .events .we-mega-menu-row:first-child,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row:first-child {
  padding-top: 83px;
}

nav.navbar-we-mega-menu .products .we-mega-menu-row:first-child .nav-tabs li,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row:first-child .nav-tabs li,
nav.navbar-we-mega-menu .events .we-mega-menu-row:first-child .nav-tabs li,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row:first-child .nav-tabs li {
  width: 100%;
  position: relative;
}

nav.navbar-we-mega-menu .products .we-mega-menu-row:first-child .nav-tabs li::before,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row:first-child .nav-tabs li::before,
nav.navbar-we-mega-menu .events .we-mega-menu-row:first-child .nav-tabs li::before,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row:first-child .nav-tabs li::before {
  position: absolute;
  content: "";
  top: 15.5px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu .products .we-mega-menu-row:first-child .nav-tabs li a,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row:first-child .nav-tabs li a,
nav.navbar-we-mega-menu .events .we-mega-menu-row:first-child .nav-tabs li a,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row:first-child .nav-tabs li a {
  padding: 0;
  font-size: 24px;
  line-height: 33.6px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .products .we-mega-menu-row:first-child .nav-tabs li a::after,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row:first-child .nav-tabs li a::after,
nav.navbar-we-mega-menu .events .we-mega-menu-row:first-child .nav-tabs li a::after,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row:first-child .nav-tabs li a::after,
nav.navbar-we-mega-menu .products .we-mega-menu-row:first-child .nav-tabs li a::before,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row:first-child .nav-tabs li a::before,
nav.navbar-we-mega-menu .events .we-mega-menu-row:first-child .nav-tabs li a::before,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row:first-child .nav-tabs li a::before {
  top: auto !important;
  bottom: -12px;
  left: 0px;
}

nav.navbar-we-mega-menu .products .we-mega-menu-row:last-child,
nav.navbar-we-mega-menu .news.view-news .we-mega-menu-row:last-child,
nav.navbar-we-mega-menu .events .we-mega-menu-row:last-child,
nav.navbar-we-mega-menu .all-notice .we-mega-menu-row:last-child {
  padding-top: 47px;
}

nav.navbar-we-mega-menu .products .views-field-title,
nav.navbar-we-mega-menu .news.view-news .views-field-title,
nav.navbar-we-mega-menu .events .views-field-title,
nav.navbar-we-mega-menu .all-notice .views-field-title {
  padding: unset;
}

nav.navbar-we-mega-menu .products .player2>a>span,
nav.navbar-we-mega-menu .news.view-news .player2>a>span,
nav.navbar-we-mega-menu .events .player2>a>span,
nav.navbar-we-mega-menu .all-notice .player2>a>span {
  font-size: 24px;
  line-height: 33.6px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  border-bottom: unset;
}

nav.navbar-we-mega-menu .products .player2>a>span:hover,
nav.navbar-we-mega-menu .news.view-news .player2>a>span:hover,
nav.navbar-we-mega-menu .events .player2>a>span:hover,
nav.navbar-we-mega-menu .all-notice .player2>a>span:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .products .views-row,
nav.navbar-we-mega-menu .news.view-news .views-row,
nav.navbar-we-mega-menu .events .views-row,
nav.navbar-we-mega-menu .all-notice .views-row {
  border: unset;
}

nav.navbar-we-mega-menu .products .views-row:last-child,
nav.navbar-we-mega-menu .news.view-news .views-row:last-child,
nav.navbar-we-mega-menu .events .views-row:last-child,
nav.navbar-we-mega-menu .all-notice .views-row:last-child {
  border-bottom: unset;
}

nav.navbar-we-mega-menu .products .views-field-title,
nav.navbar-we-mega-menu .news.view-news .views-field-title,
nav.navbar-we-mega-menu .events .views-field-title,
nav.navbar-we-mega-menu .all-notice .views-field-title {
  line-height: 32px;
}

nav.navbar-we-mega-menu .products .views-field-name,
nav.navbar-we-mega-menu .news.view-news .views-field-name,
nav.navbar-we-mega-menu .events .views-field-name,
nav.navbar-we-mega-menu .all-notice .views-field-name {
  width: 100%;
  line-height: 32px;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 {
  flex: 0 0 100%;
  max-width: 100%;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-header {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 22px;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-header a {
  font-size: 24px;
  line-height: 33.6px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-header a:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-header::before {
  top: 18px;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-content {
  display: flex;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-content .views-row {
  flex: 0 0 100%;
  max-width: 100%;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-content .views-row a {
  font-size: 12px;
  line-height: 32px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 0 20px;
  position: relative;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-content .views-row a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  height: 1px;
  width: 15px;
  background-color: #0068b7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-content .views-row a:hover {
  text-decoration: underline;
  color: #0068B7;
}

nav.navbar-we-mega-menu .introduction .we-mega-menu-col {
  min-height: unset;
}

nav.navbar-we-mega-menu .compressed-air .we-mega-menu-col {
  font-size: 24px;
  line-height: 33.6px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .compressed-air ul li {
  width: 100%;
  position: relative;
}

nav.navbar-we-mega-menu .compressed-air ul li::before {
  position: absolute;
  content: "";
  top: 12px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu .compressed-air ul li a {
  margin-left: -20px;
  margin-right: 20px;
}

nav.navbar-we-mega-menu .compressed-air .we-mega-menu-row {
  padding-left: 20px;
  padding-right: 20px;
}

nav.navbar-we-mega-menu .compressed-air .we-mega-menu-row:first-child .nav-tabs.subul a.we-mega-menu-li {
  font-size: 24px;
  line-height: 33.6px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .compressed-air .we-mega-menu-row:first-child .nav-tabs.subul a.we-mega-menu-li::after {
  top: 44px;
}

nav.navbar-we-mega-menu .compressed-air .we-mega-menu-row:first-child .nav-tabs.subul a.we-mega-menu-li:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .compressed-air .we-mega-menu-row:last-child {
  padding-top: 46px !important;
}

nav.navbar-we-mega-menu .compressed-air .we-mega-menu-row:last-child .we-mega-menu-col {
  flex: 0 0 100%;
  max-width: 100%;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu {
  display: flex;
  flex-wrap: wrap;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu>ul>li>a:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-header a::before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-header a::after {
  top: 33.5px;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu {
  flex: 0 0 33.333333333%;
  max-width: 33.333333333%;
  position: relative;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header>a,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header>a {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  border-left: unset;
  width: 100%;
  text-decoration: none;
  padding-left: 0;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header>a:before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header>a:before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header>a:after,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header>a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 35px;
  height: 1px;
  background-color: #BAC5CE;
  transform: unset;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header>a:before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header>a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header>a:after,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header>a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header>a:hover,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header>a:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header>a:hover::before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header>a:hover::before {
  width: calc(100% - 40px);
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu::before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu::before {
  position: absolute;
  content: "";
  top: 17.5px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu .view-header::before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-introduction-submenu .view-header::before {
  display: none;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu.conversion-calculation::before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .conversion-calculation.view-introduction-submenu::before {
  display: none;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu.conversion-calculation .view-header a span,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .conversion-calculation.view-introduction-submenu .view-header a span {
  display: block;
  width: 100%;
  position: relative;
}

nav.navbar-we-mega-menu .compressed-air .compressed-submenu .view-product-megamenu.conversion-calculation .view-header a span::before,
nav.navbar-we-mega-menu .compressed-air .compressed-submenu .conversion-calculation.view-introduction-submenu .view-header a span::before {
  position: absolute;
  content: "";
  top: 9.5px;
  right: 20px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row {
  flex-wrap: nowrap;
  padding-top: 83px;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .hide-title li[data-level="1"]>a {
  display: none;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 {
  flex: 0 0 100%;
  max-width: 100%;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
  width: 33.3333333%;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6>ul>li>a {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6>ul>li>a::before,
nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6>ul>li>a::after {
  top: unset;
  bottom: -12px;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6>ul>li>a:hover {
  color: #0068B7;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 ul li {
  width: 100%;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 ul li:hover {
  text-decoration: unset;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-row {
  padding-top: 110px;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 {
  padding: 0 20px;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li {
  width: 100%;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li:hover {
  text-decoration: unset;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a {
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  position: relative;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a::after {
  display: none;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  height: 1px;
  width: 15px;
  background-color: #0068b7;
  z-index: 2;
  transition: all 0.3s ease-out;
  transform: unset;
  bottom: unset;
  margin-top: unset;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a:hover {
  text-decoration: underline;
  color: #0068b7;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a:hover span {
  color: #0068B7;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a span {
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a span:hover,
nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-col.span6 .we-mega-menu-col.span12 ul li a span:focus {
  color: #0068b7;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-group>.we-mega-menu-submenu {
  transform: unset;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-group .we-mega-menu-row {
  padding-top: 58px;
}

nav.navbar-we-mega-menu .about-group>.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col.span12 .we-mega-menu-group .we-mega-menu-group a {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2::before {
  display: none;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a {
  width: auto;
  display: inline-block;
  max-width: unset;
  padding-right: unset;
  min-width: calc(31.7% - 12px);
  position: relative;
  z-index: 99999;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a::before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 12.5px !important;
  left: unset;
  right: 0;
  background-image: url(../images/vecter-blue.svg);
  width: 20px !important;
  height: 6px;
  z-index: 9999;
  background-color: unset;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a::after {
  display: none;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a:hover::before {
  width: 20px;
  top: auto;
  bottom: 12.5px;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span {
  background: unset;
  background-color: unset;
  padding: 0;
  padding-right: 20px;
  position: relative;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:hover,
nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:focus {
  background: unset;
  background-color: unset;
  color: #0068B7;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:hover:before,
nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:focus:before {
  width: 100%;
  transition: all 0.3s ease-out;
  margin: unset;
  top: auto;
  bottom: -12px;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:before,
nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  height: 1px;
  background-color: #BAC5CE;
  transform: unset;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
  top: auto;
  bottom: -12px;
}

nav.navbar-we-mega-menu .about-group .we-mega-menu-row .nav-tabs li.player2>a>span:after {
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-out;
  opacity: 1;
  margin-bottom: unset !important;
  margin-top: unset !important;
  padding: unset;
  background-image: unset;
}

nav.navbar-we-mega-menu .we-mega-menu-col {
  margin: 0;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

nav.navbar-we-mega-menu .dropdown-menu {
  border: none;
  margin: 0;
}

nav.navbar-we-mega-menu .dropdown-menu a::before {
  margin: unset;
}

nav.navbar-we-mega-menu .view-product-megamenu,
nav.navbar-we-mega-menu .view-introduction-submenu {
  margin-bottom: 27px;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-content.row,
nav.navbar-we-mega-menu .view-introduction-submenu .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-content.row .views-row,
nav.navbar-we-mega-menu .view-introduction-submenu .view-content.row .views-row {
  width: 100%;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-content.row a,
nav.navbar-we-mega-menu .view-introduction-submenu .view-content.row a {
  border: 0;
  position: relative;
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-content.row a:hover,
nav.navbar-we-mega-menu .view-introduction-submenu .view-content.row a:hover,
nav.navbar-we-mega-menu .view-product-megamenu .view-content.row a:focus,
nav.navbar-we-mega-menu .view-introduction-submenu .view-content.row a:focus {
  color: #0068B7;
  text-decoration: underline;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-content.row a::before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-content.row a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  height: 1px;
  width: 15px;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-content.row a::after,
nav.navbar-we-mega-menu .view-introduction-submenu .view-content.row a::after {
  display: none;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header {
  position: relative;
  padding-top: 7px;
  margin-bottom: 22px;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header::before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header a,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-weight: 600;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  border-left: unset;
  width: 100%;
  text-decoration: none;
  padding-left: 0;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header a:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:before,
nav.navbar-we-mega-menu .view-product-megamenu .view-header a:after,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:after {
  position: absolute;
  content: "";
  left: 0;
  top: unset;
  bottom: 0;
  height: 1px;
  background-color: #BAC5CE;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header a:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header a:after,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header a:hover,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:hover,
nav.navbar-we-mega-menu .view-product-megamenu .view-header a:focus,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:focus {
  color: #0068B7;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-header a:hover:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:hover:before,
nav.navbar-we-mega-menu .view-product-megamenu .view-header a:focus:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-header a:focus:before {
  width: calc(100% - 40px);
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer {
  margin-top: 22px;
  position: relative;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer::before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  top: 40%;
  right: 40px;
  background-image: url(../images/icon-language-blue.svg);
  background-repeat: no-repeat;
  transform: translateY(-40%);
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer a,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-weight: 600;
  padding-left: 0;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  border-left: unset;
  width: 100%;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:before,
nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:after,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #BAC5CE;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:after,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:hover,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:hover,
nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:focus,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:focus {
  color: #0068B7;
  text-decoration: unset;
}

nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:hover:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:hover:before,
nav.navbar-we-mega-menu .view-product-megamenu .view-footer a:focus:before,
nav.navbar-we-mega-menu .view-introduction-submenu .view-footer a:focus:before {
  width: calc(100% - 40px);
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other {
  position: relative;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:before,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:before,
nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:after,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:after {
  position: absolute;
  content: "";
  left: 0;
  top: unset;
  bottom: 0;
  height: 1px;
  background-color: #BAC5CE;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:before,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:after,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:hover,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:hover,
nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:focus,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:focus {
  color: #0068B7;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:hover:before,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:hover:before,
nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other:focus:before,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other:focus:before {
  width: calc(100% - 40px);
  transition: all 0.3s ease-out;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other a,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other a {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other a:hover,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other a:hover {
  text-decoration: unset;
}

nav.navbar-we-mega-menu .view-product-megamenu .menu-other-product .menu-other a::before,
nav.navbar-we-mega-menu .view-introduction-submenu .menu-other-product .menu-other a::before {
  display: none;
}

nav.navbar-we-mega-menu .view-introduction-submenu .row {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

nav.navbar-we-mega-menu .view-introduction-submenu .row .view-content-wrapper:nth-child(1) {
  flex: 0 0 33.33333%;
}

nav.navbar-we-mega-menu .view-introduction-submenu .row .view-content-wrapper:nth-child(2) {
  flex: 0 0 66.6666666%;
}

nav.navbar-we-mega-menu .view-introduction-submenu .row .view-content-wrapper:nth-child(2) .head-pump-list {
  display: flex;
  flex-wrap: wrap;
}

nav.navbar-we-mega-menu .view-introduction-submenu .row .view-content-wrapper:nth-child(2) .head-pump-list .column {
  flex: 0 0 50%;
}

nav.navbar-we-mega-menu .view-introduction-submenu .row .head-pump-list .column {
  margin-bottom: 30px;
}

nav.navbar-we-mega-menu .view-introduction-submenu .row .head-pump-list .column:last-child {
  margin-bottom: 0;
}

.path-home header {
  padding: unset;
  border: unset;
}

.path-home header .container-fluid {
  padding: unset;
}

.path-home header .region-header {
  padding: 57px 46px 57px 49px;
  background: white;
  z-index: 2;
}

.path-home header .region-main-menu {
  width: 100%;
  margin-top: 0;
}

.path-home nav.navbar-we-mega-menu .we-mega-menu-submenu {
  top: 115px;
}

body.path-home .menu-scroll .region-header {
  transition: all 0.3s ease-out;
  padding-bottom: 0;
  box-shadow: unset;
}

body.path-home .menu-scroll header .site-logo img {
  transition: all 0.3s ease-out;
  max-width: 150px;
  height: auto;
}

body.path-home .menu-scroll header .region-main-menu {
  transition: all 0.3s ease-out;
  margin-top: 0;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu {
  margin-bottom: unset;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row .views-row,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row .views-row {
  margin-bottom: 24px;
  position: relative;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row .views-row:before,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row .views-row:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row a,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row a {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  border-left: unset;
  width: 100%;
  text-decoration: none;
  padding-left: 0;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row a:before,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row a:before,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row a:after,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 35px;
  height: 1px;
  background-color: #BAC5CE;
  transform: unset;
  display: block;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row a:before,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row a:after,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row a:hover,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row a:hover {
  color: #0068B7;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-product-megamenu>.view-content.row a:hover::before,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .jp-mega-menu-top .view-introduction-submenu>.view-content.row a:hover::before {
  width: calc(100% - 40px);
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .tp-mega-menu-bottom .view-product-megamenu,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu .tp-mega-menu-bottom .view-introduction-submenu {
  margin-bottom: 22px;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row {
  position: relative;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row a {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  border-left: unset;
  width: 100%;
  text-decoration: none;
  padding-left: 0;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row a:before,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 35px;
  height: 1px;
  background-color: #BAC5CE;
  transform: unset;
  display: block;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row a:hover {
  text-decoration: unset;
  color: #0068B7;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu .views-row a:hover::before {
  width: calc(100% - 40px);
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header {
  margin-bottom: 24px;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution {
  position: relative;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 40px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution a {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
  border-left: unset;
  width: 100%;
  text-decoration: none;
  padding-left: 0;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution a:before,
body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 35px;
  height: 1px;
  background-color: #BAC5CE;
  transform: unset;
  display: block;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution a:before {
  width: 0;
  background-color: #0068B7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution a:after {
  width: calc(100% - 40px);
  z-index: 1;
  transition: all 0.3s ease-out;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution a:hover {
  color: #0068B7;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3 .view-header .menu-solution a:hover::before {
  width: calc(100% - 40px);
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3>.view-content.row .views-row a {
  border: 0;
  position: relative;
  font-size: 12px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3>.view-content.row .views-row a:hover,
body nav.navbar-we-mega-menu .view-product-megamenu-col3>.view-content.row .views-row a:focus {
  text-decoration: underline;
  color: #0068B7;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3>.view-content.row .views-row a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  height: 1px;
  width: 15px;
  background-color: #0068b7;
  z-index: 2;
  transition: all 0.3s ease-out;
}

body nav.navbar-we-mega-menu .view-product-megamenu-col3>.view-content.row .views-row a:after {
  display: none;
}

body.menu-jp nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu {
  display: none;
}

body.menu-jp nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu {
  display: block;
}

body.menu-global-in-vn nav.navbar-we-mega-menu .view-product-megamenu-col3 .jp-mega-menu {
  display: none;
}

body.menu-global-in-vn nav.navbar-we-mega-menu .view-product-megamenu-col3 .global-mega-menu {
  display: block;
}

body.menu-other-region .view-product-megamenu-col3 .jp-mega-menu {
  display: none;
}

body.menu-other-region .view-product-megamenu-col3 .global-mega-menu {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .region-main-menu .container-fluid>.we-mega-menu-ul.nav-tabs>.we-mega-menu-li>a {
    padding: 0 10px;
    font-size: 12px;
  }

  nav.navbar-we-mega-menu .player2>a>span {
    font-size: 16px !important;
  }

  nav.navbar-we-mega-menu .view-product-megamenu .view-header a,
  nav.navbar-we-mega-menu .view-introduction-submenu .view-header a {
    font-size: 14px;
  }

  nav.navbar-we-mega-menu .view-product-megamenu>a,
  nav.navbar-we-mega-menu .view-introduction-submenu>a {
    font-size: 14px !important;
  }

  nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 {
    padding: 0 20px;
  }

  nav.navbar-we-mega-menu .introduction .we-mega-menu-col.span12 .view-header a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .menu-scroll header .navbar-toggle {
    top: 0;
  }
}

.header-container {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.header-container .headline {
  position: absolute;
  top: 0;
  z-index: 99;
  right: 240px;
}

.header-container .header {
  flex: 1;
}

.header-container .header-right {
  position: absolute;
  top: 0;
  right: 0;
}

.header-container .header-right .field--name-body {
  display: flex;
  align-items: center;
}

.header-container .header-right .field--name-body a {
  width: 110px;
  text-align: center;
  color: white;
  border: solid 1px #0068B7;
  padding-top: 29px;
  padding-bottom: 32px;
  font-size: 14px;
}

.header-container .header-right .field--name-body a span {
  display: block;
}

.header-container .header-right .field--name-body a:first-child {
  background: #0E498D;
}

.header-container .header-right .field--name-body a:first-child img {
  width: 16px;
  height: 22px;
  margin-bottom: 13px;
}

.header-container .header-right .field--name-body a:last-child {
  background: #0068B7;
}

.header-container .header-right .field--name-body a:last-child img {
  width: 24px;
  height: 16px;
  margin-bottom: 16px;
  margin-top: 3px;
}

.header-container .header-right .field--name-body a:hover {
  color: #0068B7;
  background: white;
}

.header-container .header-right .field--name-body a:hover img {
  filter: invert(0.6) sepia(1) saturate(9) hue-rotate(196deg);
}

@media only screen and (max-width: 991px) {
  .header-container .header-right {
    display: none;
  }
}

.we-mega-menu-row:has(.block-inner:empty) {
  display: none;
}

@media (min-width: 320px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
  }
}

.footer-top .share-this-social-footer {
  max-width: 1300px;
  margin: 0 auto;
}

.footer-top .social-footer {
  max-width: 1300px;
  margin: 0 auto;
  text-align: right;
}

.footer-top .social-footer .addtoany_list a {
  position: relative;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}

.footer-top .social-footer .addtoany_list a span {
  background-color: unset !important;
}

.footer-top .social-footer .addtoany_list a span svg {
  display: none;
}

.footer-top .social-footer .addtoany_list a:last-child {
  padding-right: unset;
}

.footer-top .social-footer .addtoany_list a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.footer-top .social-footer .addtoany_list a.a2a_button_facebook::before {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-fb-defaut.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-top .social-footer .addtoany_list a.a2a_button_facebook:hover::before {
  background-image: url(../images/icon-fb-hover.svg);
}

.footer-top .social-footer .addtoany_list a.a2a_button_twitter::before {
  width: 40px;
  height: 40px;
  background-image: url(../images/twitter--sprite.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-top .social-footer .addtoany_list a.a2a_button_twitter:hover::before {
  background-image: url(../images/twitter-hover.svg);
}

.footer-top .social-footer .addtoany_list a.a2a_button_email {
  background: #657786;
  border-radius: 50%;
  position: relative;
}

.footer-top .social-footer .addtoany_list a.a2a_button_email:hover {
  background: #ACB5BD;
}

.footer-top .social-footer .addtoany_list a.a2a_button_email::before {
  width: 20px;
  height: 15px;
  background-image: url(../images/kobelco-email.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-top .social-footer .addtoany_list a.a2a_button_print {
  background: #657786;
  border-radius: 50%;
  position: relative;
}

.footer-top .social-footer .addtoany_list a.a2a_button_print:hover {
  background: #ACB5BD;
}

.footer-top .social-footer .addtoany_list a.a2a_button_print::before {
  width: 18px;
  height: 20px;
  background-image: url(../images/icon-sprint.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-top .c-nav-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 0 100px;
}

@media (max-width: 1599px) {
  .footer-top .c-nav-social {
    max-width: 1300px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-top .c-nav-social .c-nav-social__item {
  margin-right: 10px;
  position: relative;
}

.footer-top .c-nav-social .c-nav-social__item:last-child {
  margin-right: 0;
}

.footer-top .c-nav-social .c-nav-social__item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease-in-out;
}

.footer-top .c-nav-social .c-nav-social__item:hover {
  cursor: pointer;
}

.footer-top .c-nav-social .c-nav-social__item:hover a {
  background: #ACB5BD;
  border-radius: 50%;
}

.footer-top .c-nav-social .c-nav-social__item a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #657786;
  transition: all 0.3s ease-in-out;
}

.footer-top .c-nav-social .mail::before {
  left: 50%;
  width: 24px;
  height: 15px;
  background-image: url(../images/kobelco-email.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-top .c-nav-social .print::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-sprint.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-top .c-nav-social .facebook a {
  background: unset;
}

.footer-top .c-nav-social .facebook::before {
  bottom: -20px;
  top: unset;
  left: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-fb-defaut.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-top .c-nav-social .facebook:hover a {
  background: unset;
}

.footer-top .c-nav-social .facebook:hover::before {
  background-image: url(../images/icon-fb-hover.svg);
}

.footer-top .c-nav-social .twitter::before {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 25px;
  height: 20px;
  background-image: url(../images/icon-twitter.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-middle-columns {
  background-color: #0E498D;
  color: #fff;
  padding-top: 54px;
  padding-bottom: 27px;
  /* Menu */
}

.footer-middle-columns .container-fluid {
  padding: 0;
}

.footer-middle-columns .container-fluid>.row {
  padding: 0 150px;
  margin: 0;
}

.footer-middle-columns .container-fluid>.row>.col-md-6 {
  flex: 0 0 35%;
  max-width: 35%;
}

.footer-middle-columns .container-fluid>.row>.col-md-6.right {
  flex: 0 0 650%;
  max-width: 65%;
}

.footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(1) {
  flex: 0 0 15%;
  max-width: 15%;
  padding-left: unset;
}

.footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(2) {
  flex: 0 0 27%;
  max-width: 27%;
}

.footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(3) {
  flex: 0 0 27%;
  max-width: 27%;
}

.footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:last-child {
  flex: 0 0 31%;
  max-width: 31%;
  padding-right: unset;
  padding-left: 0;
}

.footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:last-child ul li {
  text-align: right;
}

@media (max-width: 1599px) {
  .footer-middle-columns .container-fluid>.row {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-middle-columns .row {
  padding: 0;
  margin: 0;
}

.footer-middle-columns .text-formatted p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22.4px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.footer-middle-columns .text-formatted p:nth-child(2) {
  margin-top: 20px;
  max-width: 360px;
  font-size: 14px;
  line-height: 22.4px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.footer-middle-columns .text-formatted p:nth-child(3) {
  margin-top: 34px;
}

.footer-middle-columns .text-formatted p>a[href*=contact-us] {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  line-height: 36px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: white;
  color: #0068b7;
  max-width: 220px;
  height: 50px;
  padding: 6px 0px;
}

.footer-middle-columns .text-formatted p>a[href*=contact-us]:hover,
.footer-middle-columns .text-formatted p>a[href*=contact-us]:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.footer-middle-columns .text-formatted p>a[href*=contact-us]::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.footer-middle-columns .text-formatted p>a[href*=contact-us]:hover,
.footer-middle-columns .text-formatted p>a[href*=contact-us]:focus {
  background: #0e498d;
  border: 1px solid white;
  color: white;
  transition: all 0.3s ease-in-out;
}

.footer-middle-columns .text-formatted p>a[href*=contact-us]:hover::before,
.footer-middle-columns .text-formatted p>a[href*=contact-us]:focus::before {
  background-image: url(../images/vecter-white.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  color: white;
}

.footer-middle-columns .text-formatted p>a[href*=contact-us]::before {
  position: absolute;
  content: "";
  top: 50%;
  color: #0e498d;
  right: 20px;
  background-image: url(../images/vecter-blue.svg);
  transform: translateY(-50%);
}

.footer-middle-columns ul.menu {
  margin: 0;
}

.footer-middle-columns ul.menu li {
  padding: 0;
  padding-top: 0.5rem;
}

.footer-middle-columns ul.menu a {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  position: relative;
}

.footer-middle-columns ul.menu a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 26.5px;
  height: 1px;
  transform: unset;
  width: 0;
  background-color: #BAC5CE;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.footer-middle-columns ul.menu a:hover::before {
  width: 100%;
  transition: all 0.3s ease-out;
  margin: unset;
}

@media (min-width: 992px) {
  .footer-middle-columns .container-fluid>.row .col-md-6:last-child {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .footer-middle-columns .container-fluid>.row {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .footer-middle-columns .container-fluid>.row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(1) {
    display: none;
  }

  .footer-middle-columns img {
    height: 32px;
  }

  .footer-middle-columns p:first-child {
    margin-bottom: 19.1px;
  }

  .footer-middle-columns p:nth-child(2) {
    margin-bottom: 37px;
  }

  .footer-middle-columns p:nth-child(3) {
    margin-bottom: 51px;
  }

  .footer-middle-columns p>a[href*=contact-us] {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .footer-middle-columns {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .footer-middle-columns ul.menu li {
    padding-top: 0px;
  }

  .footer-middle-columns ul.menu li a {
    font-size: 12px;
    line-height: 19.2px;
    display: inline-block;
  }

  .footer-middle-columns .container-fluid>.row .col-md-6:nth-child(2) ul.menu li a {
    line-height: 32px;
  }

  .footer-middle-columns .text-formatted p:nth-child(2) {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 51px;
  }
}

@media (max-width: 575px) {
  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6 {
    padding: unset;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:last-child ul li {
    text-align: left;
  }

  .footer-middle-columns .text-formatted p>a[href*=contact-us] {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-middle-columns .text-formatted p>a[href*=contact-us] {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
    height: 60px;
  }

  .footer-middle-columns nav.menu--menu-footer-1 h2 {
    display: none;
  }
}

.footer-bottom-columns {
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 12px;
  line-height: 16px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.footer-bottom-columns .container-fluid {
  padding: 0;
}

.footer-bottom-columns .container-fluid>.row {
  padding: 0 150px;
  margin: 0;
}

@media (max-width: 1599px) {
  .footer-bottom-columns .container-fluid>.row {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-bottom-columns p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.footer-bottom-columns .region-footer-bottom-left {
  text-align: left;
}

.footer-bottom-columns .region-footer-bottom-right {
  text-align: right;
}

.footer-bottom-columns .region-footer-bottom-right p {
  text-transform: uppercase;
}

@media (min-width: 1601) {
  .footer-bottom-columns div[class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .footer-bottom-columns div[class*=col] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .footer-bottom-columns div[class*=col]~div[class*=col] {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .footer-bottom-columns {
    padding-top: 15px;
    padding-bottom: 21px;
  }

  .footer-bottom-columns p {
    font-size: 10px;
    line-height: 20px;
  }

  .footer-bottom-columns .region-footer-bottom-left {
    text-align: right;
    margin-bottom: 2px;
  }

  .footer-bottom-columns .region-footer-bottom-right p {
    font-size: 10px;
    line-height: 14px;
  }
}

.footer-columns {
  background-color: #0E498D;
  padding-top: 27px;
  padding-bottom: 51px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.footer-columns .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer-columns .container-fluid>.row {
  padding: 0 150px;
  margin: 0;
  justify-content: flex-end;
}

@media (max-width: 1599px) {
  .footer-columns .container-fluid>.row {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-columns .container-fluid>.row div[class*=col-lg] {
  flex: 1 0 50%;
  max-width: 50%;
}

.footer-columns ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-columns ul li {
  padding: 0;
}

.footer-columns ul li a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.footer-columns ul li a:before {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.footer-columns ul li a.is-active {
  color: #fff;
}

.footer-columns ul li:first-child a {
  padding-left: 0;
}

.footer-columns ul li:last-child a {
  padding-right: 0;
}

.footer-columns ul li:last-child a::before {
  display: none;
}

.footer-columns h2 {
  display: none;
}

@media (max-width: 1199px) {
  .footer-columns .container-fluid>.row {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .footer-columns .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .footer-columns .col-lg-9 {
    display: none;
  }

  .footer-columns .container-fluid>.row div[class*=col-lg-3] {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }

  .footer-columns ul li a:before {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .footer-columns {
    padding-bottom: 43px;
    padding-top: 0;
  }

  .footer-columns .container-fluid>.row div[class*=col-lg-3] {
    padding: 0;
  }

  .footer-columns ul li a {
    font-size: 10px;
    line-height: 24px;
  }

  .footer-columns ul li a:before {
    height: 10px;
  }
}

.menu-footer-qrchina {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.menu-footer-qrchina .left,
.menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left {
  margin-top: 20px;
  margin-right: 20px;
}

.menu-footer-qrchina .left p,
.menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left p,
.page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  position: relative;
}

.menu-footer-qrchina .left p a,
.menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left p a,
.page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left p a {
  color: white;
  text-align: right;
}

.menu-footer-qrchina .left p:last-child,
.menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left p:last-child,
.page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left p:last-child {
  margin-top: unset;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.menu-footer-qrchina .right {
  width: 100px;
  margin-top: 20px;
  color: white;
}

.menu-footer-qrchina .right p {
  margin-bottom: 0px;
  line-height: 28px;
  font-size: 16px;
}

.menu-footer-qrchina .right p a {
  color: #fff;
}

.menu-footer-qrchina .right img {
  width: 120%;
  object-fit: cover;
  height: auto;
  max-width: 150%;
}

@media (max-width: 991px) {
  .menu-footer-qrchina {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footer-top .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-columns .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-columns .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-columns .container-fluid>.row {
    padding-left: unset;
    padding-right: unset;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .footer-columns ul li a {
    padding-top: unset;
    padding-bottom: unset;
    color: #fff;
  }

  .footer-middle-columns .container-fluid .container-fluid {
    padding: 0;
  }

  .footer-middle-columns .container-fluid .container-fluid>.row {
    padding: 0 150px;
    margin: 0;
  }

  .footer-middle-columns .container-fluid .container-fluid>.row>.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-middle-columns .container-fluid .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid .container-fluid>.row>.col-md-6.right .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-middle-columns .container-fluid .container-fluid>.row>.col-md-6.right .col-md-6:last-child ul li {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .footer-bottom-columns .container-fluid>.row {
    padding: 0;
  }

  .footer-bottom-columns .container-fluid>.row .col-md-6 {
    justify-content: flex-end;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .footer-bottom-columns .container-fluid>.row .col-md-6 {
    padding: 0;
  }

  .menu-footer-qrchina {
    display: none;
    margin-top: unset;
  }

  .menu-footer-qrchina .left,
  .menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left,
  .menu-footer-qrchina .right {
    width: 100%;
    margin: 0;
  }

  .menu-footer-qrchina .left p,
  .menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left p,
  .page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left p,
  .menu-footer-qrchina .right p {
    text-align: left;
    margin-top: unset;
    margin: 0;
  }

  .menu-footer-qrchina .left p a,
  .menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left p a,
  .page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left p a,
  .menu-footer-qrchina .right p a {
    text-align: left;
  }

  .menu-footer-qrchina .left p:last-child,
  .menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left p:last-child,
  .page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left p:last-child,
  .menu-footer-qrchina .right p:last-child {
    margin-bottom: 20px;
    font-weight: 500;
  }

  .menu-footer-qrchina .left p img,
  .menu-footer-qrchina .page-our-strength .content_second .trust-rather .manufacturing .left p img,
  .page-our-strength .content_second .trust-rather .manufacturing .menu-footer-qrchina .left p img,
  .menu-footer-qrchina .right p img {
    max-width: 100px;
  }
}

.view .addtoany_list a {
  position: relative;
  margin-left: 10px;
  width: 40px;
  height: 40px;
}

.view .addtoany_list a span {
  background-color: unset !important;
  display: none;
}

.view .addtoany_list a span svg {
  display: none;
}

.view .addtoany_list a:last-child {
  padding-right: unset;
}

.view .addtoany_list a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.view .addtoany_list a.a2a_button_facebook::before {
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-fb-defaut.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.view .addtoany_list a.a2a_button_facebook:hover::before {
  background-image: url(../images/icon-fb-hover.svg);
}

.view .addtoany_list a.a2a_button_twitter::before {
  width: 40px;
  height: 40px;
  background-image: url(../images/twitter--sprite.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.view .addtoany_list a.a2a_button_twitter:hover::before {
  background-image: url(../images/twitter-hover.svg);
}

.view .addtoany_list a.a2a_button_email {
  background: #657786;
  border-radius: 50%;
  position: relative;
}

.view .addtoany_list a.a2a_button_email:hover {
  background: #ACB5BD;
}

.view .addtoany_list a.a2a_button_email::before {
  width: 18px;
  height: 12px;
  background-image: url(../images/kobelco-email.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view .addtoany_list a.a2a_button_print {
  background: #657786;
  border-radius: 50%;
  position: relative;
}

.view .addtoany_list a.a2a_button_print:hover {
  background: #ACB5BD;
}

.view .addtoany_list a.a2a_button_print::before {
  width: 18px;
  height: 19px;
  background-image: url(../images/icon-sprint.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view .table-specification table thead tr:first-child>th:first-child {
  background: #305A8A;
}

.view .table-specification table thead tr td {
  background: #f5f9fb !important;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view .table-specification table thead tr td:first-child {
  background: #f5f9fb !important;
}

.view .table-specification table th {
  border: 1px solid #ccc;
  background: #f5f9fb;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view .table-specification table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
}

.view .table-specification table td:first-child {
  background: #305A8A;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-our-strength .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.products .view-content,
.news.view-news .view-content,
.events .view-content,
.all-notice .view-content {
  width: 100%;
}

.products .view-content.row,
.news.view-news .view-content.row,
.events .view-content.row,
.all-notice .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.products .views-row,
.news.view-news .views-row,
.events .views-row,
.all-notice .views-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: unset;
  border: none;
  border-top: 1px solid #DDE2E6;
  font-size: 16px;
  line-height: 80px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-weight: 500;
}

.products .views-row:last-child,
.news.view-news .views-row:last-child,
.events .views-row:last-child,
.all-notice .views-row:last-child {
  border-bottom: 1px solid #DDE2E6;
}

.products .views-field,
.news.view-news .views-field,
.events .views-field,
.all-notice .views-field {
  margin-bottom: 0;
}

.products .views-field-title,
.news.view-news .views-field-title,
.events .views-field-title,
.all-notice .views-field-title {
  max-width: 75%;
}

.products .views-field-nothing,
.news.view-news .views-field-nothing,
.events .views-field-nothing,
.all-notice .views-field-nothing {
  max-width: 100%;
  width: 100%;
}

.products .views-field-nothing .field-content,
.news.view-news .views-field-nothing .field-content,
.events .views-field-nothing .field-content,
.all-notice .views-field-nothing .field-content {
  width: 100%;
}

.products .notice-all,
.news.view-news .notice-all,
.events .notice-all,
.all-notice .notice-all {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.products .notice-all a,
.news.view-news .notice-all a,
.events .notice-all a,
.all-notice .notice-all a {
  color: #222;
}

.products .notice-all a:hover,
.news.view-news .notice-all a:hover,
.events .notice-all a:hover,
.all-notice .notice-all a:hover,
.products .notice-all a:focus,
.news.view-news .notice-all a:focus,
.events .notice-all a:focus,
.all-notice .notice-all a:focus {
  color: #222;
}

.products .notice-all>a,
.news.view-news .notice-all>a,
.events .notice-all>a,
.all-notice .notice-all>a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products .notice-all>a:empty,
.news.view-news .notice-all>a:empty,
.events .notice-all>a:empty,
.all-notice .notice-all>a:empty {
  display: none;
}

.products .views-field-created,
.news.view-news .views-field-created,
.events .views-field-created,
.all-notice .views-field-created,
.products .views-field-title,
.news.view-news .views-field-title,
.events .views-field-title,
.all-notice .views-field-title {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding: 27px 0;
}

.products .views-field-field-article-type,
.news.view-news .views-field-field-article-type,
.events .views-field-field-article-type,
.all-notice .views-field-field-article-type {
  font-size: 14px;
  line-height: 17px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #0068B7;
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 100px;
  text-align: center;
}

.products .views-field-field-article-type a,
.news.view-news .views-field-field-article-type a,
.events .views-field-field-article-type a,
.all-notice .views-field-field-article-type a {
  font-size: 14px;
  line-height: 17px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #0068B7;
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 100px;
  text-align: center;
}

.all-notice .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.news.view-news .view-content.row {
  margin-right: 0;
  margin-left: 0;
}

.news-detail .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.news-detail h2 {
  padding-left: 0;
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.news-detail h2 a {
  color: #222;
  font-weight: 600;
  margin-bottom: unset;
}

.news-detail h2:before,
.news-detail h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.news-detail h2:before {
  top: unset;
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.news-detail .views-field-field-subtitle {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 35px;
  position: relative;
}

.news-detail .views-field-field-subtitle p {
  margin-bottom: 0;
}

.news-detail .views-field-field-subtitle:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #0068B7;
  display: inline-block;
  z-index: 1;
}

.news-detail .views-field-field-image {
  margin-bottom: 16px;
}

.news-detail .views-field-body h1 {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 11px;
}

.news-detail .views-field-body h1:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 25px;
  height: 1px;
  background: #0068B7;
  z-index: 1;
}

/* --- view-notice - Front --- */
.view-notice {
  padding-top: 20px;
  position: relative;
}

.view-notice .view-header {
  position: absolute;
  top: 77px;
  left: 0px;
}

.view-notice .view-header a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  min-width: 220px;
}

.view-notice .view-header a:hover,
.view-notice .view-header a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.view-notice .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.view-notice .views-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  border-top: 1px solid #DDE2E6;
}

.view-notice .views-row:last-child {
  border-bottom: 1px solid #DDE2E6;
}

.view-notice .views-field {
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.view-notice div[class*=views-field-title] a {
  font-size: 16px;
  line-height: 21px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.view-notice div[class*=views-field-title] a:hover,
.view-notice div[class*=views-field-title] a:focus {
  color: #222;
}

/* --- view-refueling-compressor --- */
.view-products .views-row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.view-products .views-row:hover .views-field-field-image,
.view-products .views-row:focus .views-field-field-image {
  background: #fff;
  border: 1px solid #0068B7;
  color: hsl(206, 85%, 26%);
  transition: all 0.3s ease-in-out;
}

.view-products .views-row:hover .views-field-view-node a,
.view-products .views-row:focus .views-field-view-node a {
  background: #fff;
  border: 1px solid #0068b7;
  transition: all 0.3s ease-out;
}

.view-products .views-row:hover .views-field-view-node a:after,
.view-products .views-row:focus .views-field-view-node a:after {
  background-image: url(../images/vecter-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.view-products .views-row:hover .views-field-title a,
.view-products .views-row:focus .views-field-title a {
  cursor: pointer;
}

.view-products .views-field-field-image {
  border: 1px solid #DDE2E6;
  padding: 30px 60px;
  position: relative;
  order: -2;
}

.view-products .views-field-field-image img {
  width: 100%;
  object-fit: cover;
}

.view-products .views-field {
  color: #222;
}

.view-products .views-field-title,
.view-products .views-field-title-1,
.view-products .views-field-title-2 {
  font-weight: 700;
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 20px;
}

.view-products .product-image-link {
  position: relative;
}

.view-products .product-image-link:hover,
.view-products .product-image-link:focus {
  box-shadow: none;
  transition: all 0.3s ease-out;
}

.view-products .product-image-link:hover .views-field-field-image,
.view-products .product-image-link:focus .views-field-field-image {
  border: 1px solid #0068B7;
}

.view-products .product-image-link:hover .views-field-view-node a,
.view-products .product-image-link:hover .views-field-view-commerce-product a,
.view-products .product-image-link:focus .views-field-view-node a,
.view-products .product-image-link:focus .views-field-view-commerce-product a {
  background: #fff;
  border: 1px solid #0068b7;
  transition: all 0.3s ease-out;
}

.view-products .product-image-link:hover .views-field-view-node a:after,
.view-products .product-image-link:hover .views-field-view-commerce-product a:after,
.view-products .product-image-link:focus .views-field-view-node a:after,
.view-products .product-image-link:focus .views-field-view-commerce-product a:after {
  background-image: url(../images/vecter-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}

.view-products .views-field-field-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.view-products .views-field-view-node,
.view-products .views-field-view-commerce-product {
  order: -1;
  position: absolute;
  top: unset;
  bottom: -1px;
  right: -1px;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
  height: 30px;
  width: 30px;
}

.view-products .views-field-view-node a,
.view-products .views-field-view-commerce-product a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  width: 30px;
  height: 30px;
  font-size: 0;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 0;
  bottom: 0;
}

.view-products .views-field-view-node a:after,
.view-products .views-field-view-commerce-product a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/vecter-blue10x3.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 3px;
  background-size: cover;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.view-products .views-field-view-node a:hover,
.view-products .views-field-view-commerce-product a:hover {
  background: #fff;
  border: 1px solid #0068b7;
}

.view-products .views-field-view-node a:hover::after,
.view-products .views-field-view-commerce-product a:hover::after {
  background-image: url(../images/vecter-blue10x3.svg);
  width: 10px;
  height: 3px;
  background-size: cover;
}

/* --- kobelco-product-detail  --- */
.kobelco-product-detail .row {
  margin: 0;
}

.kobelco-product-detail .views-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.kobelco-product-detail .field-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.kobelco-product-detail .field-content .detail-right {
  width: 100%;
}

.kobelco-product-detail .slick-slider {
  width: 100%;
}

.kobelco-product-detail .views-field-fieldset {
  flex: 0 0 440px;
  max-width: 440px;
  margin-bottom: 50px;
  margin-right: 50px;
}

.kobelco-product-detail .views-field-fieldset .field-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.kobelco-product-detail .views-field-fieldset .product-image-main {
  width: 440px;
  padding: 48px 43px;
  margin-bottom: 30px;
}

.kobelco-product-detail .views-field-fieldset .product-image-main .views-field {
  height: auto;
}

.kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-list .slick-track {
  margin-left: 0 !important;
}

.kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-track .views-field {
  height: 95px;
  width: 95px !important;
  padding: 18px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #DDDDDD;
}

.kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-track .views-field.slick-current {
  border: 1px solid #0068B7;
}

.kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-track .views-field:hover {
  border: 1px solid #0068B7;
}

.kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-track .views-field:focus {
  outline: 0;
  outline-color: #ffffff;
  outline-width: 1px;
  outline-offset: 0;
}

.kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-track .views-field:last-child {
  margin-right: unset;
}

.kobelco-product-detail .views-field-fieldset-2 {
  width: calc(100% - 490px);
  margin-right: unset;
  flex: 0 0 calc(100% - 490px);
  max-width: calc(100% - 490px);
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field h2 {
  font-size: 18px;
  line-height: 36px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: unset;
  color: #0068B7;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-output {
  margin-bottom: 0;
  margin-top: 29.9px;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-output .views-field-field-output {
  margin-top: 0;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-nothing-1 {
  margin-bottom: 0;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-logo {
  width: 270px;
  margin-bottom: 18.8px;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-logo img {
  width: 100%;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-summary p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-summary p~p {
  margin-top: 1rem;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-air-volume {
  margin-bottom: 28px;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-air-volume .views-field-field-air-volume {
  margin-bottom: 0;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog,
.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download {
  z-index: 2;
  width: 42.7%;
  margin-right: 20px;
  background: #e8edf1;
  margin-bottom: unset;
  padding: 0;
  text-align: center;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  justify-content: center;
  padding: 0 40px;
  position: relative;
  border: 1px solid transparent;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog::before,
.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url(../images/icon-pdf-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog a,
.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download a {
  font-size: 16px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1403px) {

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog,
  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download {
    width: 260px;
    margin-bottom: 20px;
  }
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:hover,
.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:focus {
  background: #fff;
  border: 1px solid #0068b7;
  color: #0068B7;
  transition: all 0.3s ease-out;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:hover a,
.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:focus a {
  color: #0068B7;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download {
    position: relative;
    padding-top: 26px;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download a {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog.views-field-field-catalog-download {
  background: #fff;
  border: 1px solid #0068b7;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog.views-field-field-catalog-download a {
  color: #0068B7;
  cursor: pointer;
}

.kobelco-product-detail .views-field-fieldset-2 .product-action {
  width: calc(100% - (42.7% + 20px));
}

.kobelco-product-detail .views-field-fieldset-2 .product-action a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 14.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 300px;
  position: relative;
  align-items: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 25.2px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  max-width: 330px;
}

.kobelco-product-detail .views-field-fieldset-2 .product-action a:hover,
.kobelco-product-detail .views-field-fieldset-2 .product-action a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.kobelco-product-detail .views-field-fieldset-2 .product-action a:hover::before,
.kobelco-product-detail .views-field-fieldset-2 .product-action a:focus::before {
  background-image: url(../images/vecter-blue.svg);
}

.kobelco-product-detail .views-field-fieldset-2 .product-action a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.kobelco-product-detail .views-field-fieldset-2 .product-action a::before {
  right: 10px;
}

@media (min-width: 1200px) and (max-width: 1403px) {
  .kobelco-product-detail .views-field-fieldset-2 .product-action {
    width: 100%;
  }
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-video {
  margin-top: 20px;
  width: 300px;
  height: 169px;
}

.kobelco-product-detail .views-field-fieldset-2 .views-field-field-video .field-content {
  height: 100%;
}

.kobelco-product-detail .views-field-field-addtoany {
  margin-bottom: 50px;
}

.kobelco-product-detail .detail-content {
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid #BAC5CE;
}

.kobelco-product-detail .detail-content .content-action {
  display: flex;
  flex-wrap: wrap;
}

.kobelco-product-detail .detail-content .button-action-features,
.kobelco-product-detail .detail-content .button-action-specification {
  width: calc(50% - 15px);
}

.kobelco-product-detail .detail-content .button-action-features a,
.kobelco-product-detail .detail-content .button-action-specification a {
  position: relative;
}

.kobelco-product-detail .detail-content .button-action-features a::before,
.kobelco-product-detail .detail-content .button-action-specification a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  background-color: #0068B7;
}

.kobelco-product-detail .detail-content .button-action-features a::after,
.kobelco-product-detail .detail-content .button-action-specification a::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  bottom: 0;
  right: 0;
  background-image: url(../images/btn-down.png);
  background-repeat: no-repeat;
  background-size: inherit;
}

.kobelco-product-detail .detail-content .button-action-features {
  margin-right: 15px;
}

.kobelco-product-detail .detail-content .button-action-specification {
  margin-left: 15px;
}

.kobelco-product-detail .detail-content a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  max-width: 100%;
  width: 100%;
  background: #E8EDF1;
  border: 1px solid #E8EDF1;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.kobelco-product-detail .detail-content a:hover,
.kobelco-product-detail .detail-content a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.kobelco-product-detail .detail-content a:hover,
.kobelco-product-detail .detail-content a:focus {
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

.kobelco-product-detail div[class*=views-field-nothing] {
  width: 100%;
}

.kobelco-product-detail .c-nav-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 50px;
}

.kobelco-product-detail .c-nav-social .c-nav-social__item {
  margin-right: 10px;
  position: relative;
}

.kobelco-product-detail .c-nav-social .c-nav-social__item:last-child {
  margin-right: 0;
}

.kobelco-product-detail .c-nav-social .c-nav-social__item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease-in-out;
}

.kobelco-product-detail .c-nav-social .c-nav-social__item:hover {
  cursor: pointer;
}

.kobelco-product-detail .c-nav-social .c-nav-social__item:hover a {
  background: #ACB5BD;
  border-radius: 50%;
}

.kobelco-product-detail .c-nav-social .c-nav-social__item a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: #657786;
  transition: all 0.3s ease-in-out;
}

.kobelco-product-detail .c-nav-social .print::before {
  width: 18.12px;
  height: 18.91px;
  background-image: url(../images/icon-sprint.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span {
  background-color: #657786 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_twitter path {
  transform: translate(4px, 3px) scale(0.8);
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_facebook path {
  transform: translate(0px, 3px) scale(1.1);
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_email {
  position: relative;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_email:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 12.32px;
  background: url(../images/kobelco-email.svg) no-repeat;
  background-size: cover;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_email path {
  fill: #657786;
  display: none;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_print {
  position: relative;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_print::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18.12px;
  height: 18.91px;
  background-image: url(../images/icon-sprint.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span.a2a_s_print path {
  display: none;
}

.kobelco-product-detail .c-nav-social .addtoany_list.a2a_kit_size_32 a>span:hover {
  background-color: #ACB5BD !important;
}

.kobelco-product-detail .views-field-field-product-features {
  width: 100%;
}

.kobelco-product-detail #product_features {
  width: 100%;
  font-size: 14px;
  line-height: 19.6px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.kobelco-product-detail #product_features table td,
.kobelco-product-detail #product_features table th {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.kobelco-product-detail #product_features table td:first-child,
.kobelco-product-detail #product_features table th:first-child {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.kobelco-product-detail #product_features table td span,
.kobelco-product-detail #product_features table th span {
  font-size: 16px;
  line-height: 32px;
}

.kobelco-product-detail .views-field-field-specification {
  width: 100%;
}

.kobelco-product-detail article.media {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
}

.kobelco-product-detail article.media .field {
  width: 100%;
  height: 100%;
}

.kobelco-product-detail article.media iframe {
  width: 100%;
  height: 100%;
}

.path-products #main .container {
  max-width: 1140px;
  padding: 0 20px;
}

/* --- view-introduction-results--- */
.view-products-solutions .row,
.view-services .row {
  margin: 0;
}

.view-products-solutions .views-row,
.view-services .views-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.view-products-solutions .views-field-name,
.view-services .views-field-name {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.view-products-solutions .views-field-name h2,
.view-services .views-field-name h2 {
  color: #222;
  font-weight: 600;
  margin-bottom: unset;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-left: 0;
}

.view-products-solutions .views-field-name h2:before,
.view-services .views-field-name h2:before {
  display: none;
}

.view-products-solutions .views-field-name:before,
.view-services .views-field-name:before,
.view-products-solutions .views-field-name:after,
.view-services .views-field-name:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.view-products-solutions .views-field-name:before,
.view-services .views-field-name:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.view-products-solutions .views-field-fieldset,
.view-services .views-field-fieldset {
  width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-right: 10px;
}

.view-products-solutions .views-field-fieldset .views-field-field-link a,
.view-services .views-field-fieldset .views-field-field-link a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  line-height: 25.2px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-products-solutions .views-field-fieldset .views-field-field-link a:hover,
.view-services .views-field-fieldset .views-field-field-link a:hover,
.view-products-solutions .views-field-fieldset .views-field-field-link a:focus,
.view-services .views-field-fieldset .views-field-field-link a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.view-products-solutions .views-field-fieldset .views-field-description__value,
.view-services .views-field-fieldset .views-field-description__value {
  margin-bottom: 30px;
}

.view-products-solutions .views-field-fieldset .views-field-description__value p,
.view-services .views-field-fieldset .views-field-description__value p {
  font-size: 18px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.view-products-solutions .views-field-fieldset .views-field-description__value p~p,
.view-services .views-field-fieldset .views-field-description__value p~p {
  margin-top: 12px;
}

.view-products-solutions .views-field-fieldset .views-field-body h1,
.view-services .views-field-fieldset .views-field-body h1 {
  position: relative;
  padding-left: 50px;
}

.view-products-solutions .views-field-fieldset .views-field-body h1:before,
.view-services .views-field-fieldset .views-field-body h1:before {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0;
  height: 2px;
  width: 40px;
  background-color: #0068B7;
  z-index: 1;
}

.view-products-solutions .views-field-fieldset .views-field-view-taxonomy-term a,
.view-services .views-field-fieldset .views-field-view-taxonomy-term a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

.view-products-solutions .views-field-fieldset .views-field-view-taxonomy-term a:hover,
.view-services .views-field-fieldset .views-field-view-taxonomy-term a:hover,
.view-products-solutions .views-field-fieldset .views-field-view-taxonomy-term a:focus,
.view-services .views-field-fieldset .views-field-view-taxonomy-term a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.view-products-solutions .views-field-fieldset .views-field-view-taxonomy-term a::before,
.view-services .views-field-fieldset .views-field-view-taxonomy-term a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.view-products-solutions .views-field-fieldset .views-field-view-taxonomy-term a:before,
.view-services .views-field-fieldset .views-field-view-taxonomy-term a:before {
  background-image: url(../images/vecter-blue.svg);
}

.view-products-solutions .views-field-field-thumb,
.view-services .views-field-field-thumb {
  width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin-left: 20px;
  height: 300px;
  background: #eff0f0;
  margin-bottom: unset;
}

.view-products-solutions .views-field-field-thumb .field-content,
.view-services .views-field-field-thumb .field-content {
  height: 100%;
}

.view-products-solutions .views-field-field-thumb img,
.view-services .views-field-field-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* --- view-brands-detail --- */
.view-brands-detail .views-row {
  display: flex;
  flex-wrap: wrap;
}

.view-brands-detail .views-field {
  flex: 0 0 50%;
  max-width: 50%;
}

.view-brands-detail .views-field-field-images .field-content {
  display: flex;
  flex-wrap: wrap;
}

/* --- view-introduction-results --- */
.view-introduction-results {
  /* --- Title --- */
  /* --- Node link --- */
}

.view-introduction-results .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.view-introduction-results .view-content>h3 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.view-introduction-results .view-content>h3:before,
.view-introduction-results .view-content>h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.view-introduction-results .view-content>h3:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.view-introduction-results .views-field-title {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.view-introduction-results .views-field-title h3 {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-introduction-results .views-field-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 25px;
  height: 1px;
  background-color: #0068B7;
}

.view-introduction-results .views-field-title a {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: inline-block;
}

.view-introduction-results .views-field-body {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.view-introduction-results .views-field-view-node a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

.view-introduction-results .views-field-view-node a:hover,
.view-introduction-results .views-field-view-node a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.view-introduction-results .views-field-view-node a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.view-introduction-results .views-field-view-node a:before {
  background-image: url(../images/vecter-blue.svg);
}

.view-introduction-results .views-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 95px;
  max-width: 100%;
  width: 100%;
}

.view-introduction-results .views-field-fieldset {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}

.view-introduction-results .views-field-fieldset-1 {
  max-width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
}

.page-title-introduction {
  /* Title */
  height: 160px;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(rgba(0, 104, 183, 0.8)), url(../images/kobelco-first.png);
  background-repeat: round;
  margin-top: -97px;
}

.page-title-introduction .views-field-name {
  margin-bottom: 0;
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 200px;
  margin-right: auto;
  width: 100%;
  font-size: 32px;
  line-height: 47px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.page-title-introduction .views-row {
  margin-bottom: 0;
  width: 100%;
}

.page-title-introduction .view-content.row {
  width: 100%;
}

/* --- view-services --- */
.view-services .views-field-title {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.view-services .views-field-title a {
  color: #222;
  font-weight: 600;
  margin-bottom: unset;
}

.view-services .views-field-title:before,
.view-services .views-field-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.view-services .views-field-title:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.view-services .views-field-view-node a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

.view-services .views-field-view-node a:hover,
.view-services .views-field-view-node a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.view-services .views-field-view-node a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.view-services .views-field-view-node a:before {
  background-image: url(../images/vecter-blue.svg);
}

.view-services .views-field-body {
  margin-bottom: 60px;
}

.view-services .views-field-body .field-content {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

/* --- view-other-cases-introduction--- */
.view-other-cases-introduction {
  margin-bottom: 50px;
}

.view-other-cases-introduction .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  margin-left: unset;
  margin-right: unset;
}

.view-other-cases-introduction .views-field {
  margin-bottom: 0;
  width: 100%;
}

.view-other-cases-introduction .views-row {
  width: 100%;
  padding-left: 6px;
}

.view-other-cases-introduction .views-row a {
  font-size: 18px;
  line-height: 91px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #DDE2E6;
  position: relative;
  padding-left: 20px;
}

.view-other-cases-introduction .views-row a::before {
  position: absolute;
  content: "";
  top: 42px;
  left: 1px;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #0068B7;
}

.view-other-cases-introduction .download-materials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 52px 60px 59px;
  background: #F5F5F5;
}

.view-other-cases-introduction .download-materials .download-left {
  width: 50%;
}

.view-other-cases-introduction .download-materials .download-left p:first-child {
  font-size: 32px;
  line-height: 36px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-weight: 700;
  margin-bottom: 21px;
}

.view-other-cases-introduction .download-materials .download-left p:last-child {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.view-other-cases-introduction .download-materials .download-right {
  width: 50%;
  position: relative;
}

.view-other-cases-introduction .download-materials .download-right:hover::after,
.view-other-cases-introduction .download-materials .download-right:focus::after {
  background: #0068B7;
}

.view-other-cases-introduction .download-materials .download-right::before {
  position: absolute;
  content: "";
  top: 35px;
  right: -20px;
  background-image: url(../images/vecter-blue.svg);
  width: 20px;
  height: 6px;
}

.view-other-cases-introduction .download-materials .download-right::after {
  position: absolute;
  content: "";
  background: white;
  width: 40px;
  height: 1px;
  top: 40px;
  right: 0px;
}

.view-other-cases-introduction .download-materials .download-right>a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  max-width: 100%;
  width: 490px;
  padding: 27px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-other-cases-introduction .download-materials .download-right>a:hover,
.view-other-cases-introduction .download-materials .download-right>a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.view-catalogs .view-header {
  margin-bottom: 90.8px;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}

.view-catalogs .image-header-catalog {
  max-width: 440px;
  margin-right: 50px;
}

.view-catalogs .body-catalog {
  width: calc(100% - 490px);
}

.view-catalogs .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.view-catalogs .view-content h3 {
  font-size: 28px;
  line-height: 39.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 45px;
}

.view-catalogs .title-catalog {
  font-size: 28px;
  line-height: 39.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 43px;
  position: relative;
  max-width: 100%;
  flex: 0 0 100%;
}

.view-catalogs .title-catalog:after,
.view-catalogs .title-catalog:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
}

.view-catalogs .title-catalog:before {
  background-color: #0068B7;
  width: 80px;
  z-index: 2;
}

.view-catalogs .title-catalog:after {
  background-color: #dedede;
  width: 100%;
  z-index: 1;
}

.view-catalogs .title-catalog p {
  margin-bottom: 0;
}

.view-catalogs .views-row {
  width: 33.333333%;
  flex: 0 0 33.333333%;
  text-align: center;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.view-catalogs .views-field-field-thumb {
  margin-bottom: 30px;
}

.view-catalogs .views-field-field-thumb img {
  height: 250px;
  width: auto;
}

.view-catalogs .views-field-title {
  margin-bottom: 0;
  max-width: 100%;
  flex: 0 0 100%;
  font-size: 16px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-catalogs .views-field-title a {
  font-size: 16px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-catalogs .views-field-created,
.view-catalogs .products .views-field-title,
.products .view-catalogs .views-field-title,
.view-catalogs .all-notice .views-field-title,
.all-notice .view-catalogs .views-field-title,
.view-catalogs .events .views-field-title,
.events .view-catalogs .views-field-title,
.view-catalogs .news.view-news .views-field-title,
.news.view-news .view-catalogs .views-field-title {
  max-width: 100%;
  flex: 0 0 100%;
  font-size: 16px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}

.view-catalogs .views-field-field-file,
.view-catalogs .views-field-field-catalog {
  order: 5;
  color: white;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  font-size: 16px;
  line-height: 25.2px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-catalogs .views-field-field-file a,
.view-catalogs .views-field-field-catalog a {
  font-size: 16px;
  line-height: 25.2px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0068B7;
  border: 1px solid #0068B7;
  height: 100%;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-out;
}

.view-catalogs .views-field-field-file a:before,
.view-catalogs .views-field-field-catalog a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 24px;
  display: inline-block;
  background: url(../images/icon-pdf-white.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
  z-index: 1;
}

.view-catalogs .views-field-field-file a:hover,
.view-catalogs .views-field-field-catalog a:hover,
.view-catalogs .views-field-field-file a:focus,
.view-catalogs .views-field-field-catalog a:focus {
  border: 1px solid #0068B7;
  color: #0068B7;
  background: #fff;
  transition: all 0.3s ease-out;
}

.view-catalogs .views-field-field-file a:hover:before,
.view-catalogs .views-field-field-catalog a:hover:before,
.view-catalogs .views-field-field-file a:focus:before,
.view-catalogs .views-field-field-catalog a:focus:before {
  background: url(../images/icon-pdf-blue.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}

.view-catalogs .views-field-field-catalog {
  cursor: default;
}

@media (max-width: 991px) {
  .view-catalogs .views-row {
    margin-bottom: 50px;
  }
}

/* ---block-lineup---- */
.block-lineup .page-title,
.block-lineup h2.style-heading2,
.block-lineup .view-kobelco-product-megamenu h3,
.view-kobelco-product-megamenu .block-lineup h3,
.block-lineup .notice-sitemap h3,
.notice-sitemap .block-lineup h3,
.block-lineup .view-catalogs .view-content h3,
.view-catalogs .view-content .block-lineup h3 {
  display: none;
}

.block-lineup .blocks-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 80px;
}

.block-lineup .left,
.block-lineup .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .block-lineup .left {
  max-width: 50%;
  flex: 0 0 50%;
  order: -1;
}

.block-lineup .left img,
.block-lineup .page-our-strength .content_second .trust-rather .manufacturing .left img,
.page-our-strength .content_second .trust-rather .manufacturing .block-lineup .left img {
  max-height: 571px;
  height: 100%;
}

.block-lineup .row {
  margin-left: 0;
  margin-right: 0;
}

.block-lineup .right {
  max-width: calc(50% + 50px);
  flex: 0 0 calc(50% + 50px);
  margin-right: -50px;
  position: relative;
  padding-right: 50px;
}

.block-lineup .right img {
  height: 100%;
  max-height: 571px;
}

.block-lineup .right h2 {
  font-size: 40px;
  line-height: 60px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 23px;
  margin-bottom: 43px;
}

.block-lineup .right p {
  margin-bottom: 30px;
}

.block-lineup .right a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  max-width: 100%;
  position: relative;
  padding-top: 19px;
  padding-bottom: 17px;
  height: 60px;
  max-width: 320px;
}

.block-lineup .right a:hover,
.block-lineup .right a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.block-lineup .right a::before {
  position: absolute;
  content: "";
  top: 24px;
  right: -20px;
  background-image: url(../images/vecter-blue.svg);
  width: 20px;
  height: 6px;
}

.block-lineup .right a::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 1px;
  top: 29px;
  right: -1px;
}

.block-lineup .right a:hover::after {
  background: #0068b7;
}

.block-lineup .right .right-content {
  position: absolute;
  top: 180px;
  left: -1px;
  background-color: #fff;
  width: 100%;
  min-height: 471px;
  padding: 87px 150px 80px 100px;
}

@media (min-width: 1601px) {

  .block-lineup .left img,
  .block-lineup .page-our-strength .content_second .trust-rather .manufacturing .left img,
  .page-our-strength .content_second .trust-rather .manufacturing .block-lineup .left img {
    max-height: unset;
    height: auto;
  }

  .block-lineup .right img {
    max-height: unset;
    height: auto;
  }
}

@media (max-width: 1350px) {
  .block-lineup .right .right-content {
    min-height: unset;
  }
}

@media (max-width: 1199px) {

  .block-lineup .left img,
  .block-lineup .page-our-strength .content_second .trust-rather .manufacturing .left img,
  .page-our-strength .content_second .trust-rather .manufacturing .block-lineup .left img {
    object-fit: cover;
  }

  .block-lineup .right {
    max-width: calc(50% + 20px);
    flex: 0 0 calc(50% + 20px);
    margin-right: -20px;
    padding-right: 20px;
  }

  .block-lineup .right .right-content {
    padding: 12% 15% 11% 14%;
  }

  .block-lineup .right img {
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  .block-lineup .blocks-row {
    margin-bottom: 60px;
  }

  .block-lineup .left,
  .block-lineup .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .block-lineup .left {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: right;
  }

  .block-lineup .left img,
  .block-lineup .page-our-strength .content_second .trust-rather .manufacturing .left img,
  .page-our-strength .content_second .trust-rather .manufacturing .block-lineup .left img {
    max-width: 80%;
    height: auto;
    width: 100%;
  }

  .block-lineup .right {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .block-lineup .right h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .block-lineup .right p {
    font-size: 14px;
    line-height: 28px;
  }

  .block-lineup .right a {
    font-size: 14px;
    line-height: 19px;
  }

  .block-lineup .right img {
    max-width: 50%;
    height: auto;
    width: 100%;
  }

  .block-lineup .right .right-content {
    position: relative;
    top: auto;
    padding: 50px 20px;
  }
}

.SDS-document {
  margin-bottom: 82.5px;
}

.SDS-document .sds-file .views-row:first-child {
  max-width: 320px;
  width: 100%;
}

.SDS-document .sds-file .views-row:first-child .views-field-field-sds-file {
  width: 100%;
}

@media (max-width: 991px) {
  .SDS-document .sds-file .views-row {
    padding: 0;
  }

  .SDS-document .sds-file .views-row:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .SDS-document .sds-file .views-row:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .SDS-document .sds-file .views-row:first-child .views-field-field-sds-file {
    width: 100%;
  }

  .SDS-document .sds-file .views-row~.views-row {
    margin-left: 0;
    max-width: 100%;
  }
}

.view-sds-document .view-header h2 {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 17.5px;
  padding-left: 35px;
  display: block;
  width: 100%;
  position: relative;
}

.view-sds-document .view-header h2:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #0068B7;
}

.view-sds-document .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.view-sds-document .views-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #DDE2E6;
}

.view-sds-document .views-row:last-child {
  border-bottom: 1px solid #DDE2E6;
}

@media (min-width: 992px) {
  .view-sds-document .views-row {
    padding: 15px 0;
  }
}

.view-sds-document .views-field-title {
  max-width: 30%;
  flex: 0 0 30%;
  font-size: 18px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  padding-right: 10px;
}

.view-sds-document .views-field-title::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 13px;
  width: 6px;
  height: 6px;
  background: #0068B7;
}

.view-sds-document .views-field-view {
  flex: 1;
}

.view-sds-document .views-field-field-sds-file {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
  align-items: center;
  min-width: 240px;
  display: inline;
}

.view-sds-document .views-field-field-sds-file a {
  color: #222;
  display: inline;
}

.view-sds-document .views-field-field-sds-file a:hover,
.view-sds-document .views-field-field-sds-file a:focus {
  color: #222;
}

.view-sds-document .views-field-field-sds-file span {
  display: inline-block;
  width: 15px;
  height: 19.29px;
  transform: translateY(2px);
}

.view-sds-document .views-field-field-sds-file span.pdf {
  background: url(../images/pdf-black.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.view-sds-document .views-field-field-sds-file span.xlsx {
  background: url(../images/icon-excel.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .view-sds-document .views-field-title {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .view-sds-document .views-field-title::before {
    top: 15px;
  }

  .view-sds-document .views-field-field-sds-file {
    font-size: 16px;
    line-height: 32px;
  }

  .view-sds-document .views-row {
    padding: 20px 0;
  }
}

.SDS-revised-freon-law .view-header {
  display: none;
}

.SDS-revised-freon-law .views-row:first-child {
  border-top: none;
}

@media (min-width: 992px) {
  .SDS-revised-freon-law .views-row:first-child {
    padding-top: 0;
  }
}

.sds-file .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.sds-file .views-row {
  width: auto;
  display: inline-block;
  border-top: none;
  padding: 0;
}

.sds-file .views-row:first-child {
  border-top: none;
  max-width: 320px;
  flex: 0 0 320px;
}

.sds-file .views-row:last-child {
  border-bottom: none;
  padding: 0;
}

.sds-file .views-row~.views-row {
  margin-left: 50px;
  flex: 1;
}

.sds-file .views-field-nid {
  flex: 1;
}

.sds-file .views-field-nid .field-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sds-file .views-field-nid .views-field-field-file,
.sds-file .views-field-nid .view-catalogs .views-field-field-catalog,
.view-catalogs .sds-file .views-field-nid .views-field-field-catalog {
  min-width: 240px;
}

@media (max-width: 991px) {
  .sds-file .views-row {
    padding: 0;
  }

  .sds-file .views-row:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .sds-file .views-row~.views-row {
    margin-left: 0;
  }
}

form#calculation-tool-form p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

form#calculation-tool-form p a {
  text-decoration: underline;
  color: #0068B7;
}

form#calculation-tool-form p.margin-type1 {
  margin-bottom: 85px;
  font-size: 12px;
  line-height: 24px;
}

form#calculation-tool-form p.margin-type2 {
  margin-bottom: 90px;
  font-size: 12px;
  line-height: 24px;
}

form#calculation-tool-form p.margin-type3 {
  margin-bottom: 100px;
}

form#calculation-tool-form p.font-small {
  font-size: 12px;
  line-height: 24px;
}

form#calculation-tool-form h3 {
  font-size: 18px;
  line-height: 36px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
}

form#calculation-tool-form h4 {
  font-size: 16px;
  line-height: 36px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

form#calculation-tool-form .frac {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 36px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

form#calculation-tool-form .frac span {
  position: absolute;
  left: 30px;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 107px;
  text-align: center;
  letter-spacing: 0.03rem;
}

form#calculation-tool-form .frac span:nth-child(1) {
  top: -17px;
}

form#calculation-tool-form .frac span:nth-child(1):before {
  position: absolute;
  content: "";
  top: 36px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}

form#calculation-tool-form .frac span:nth-child(2) {
  bottom: -17px;
}

form#calculation-tool-form .content-button {
  margin-bottom: 80px;
}

form#calculation-tool-form .content-button a {
  color: #222;
}

form#calculation-tool-form .content-button a:hover,
form#calculation-tool-form .content-button a:focus {
  color: #0068B7;
}

form#calculation-tool-form .content-button>p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}

form#calculation-tool-form .content-button>div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

form#calculation-tool-form .content-button>div>div {
  max-width: calc(33.33333% - 10px);
  flex: 0 0 calc(33.33333% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 18px;
  background-color: #E8EDF1;
  cursor: pointer;
}

form#calculation-tool-form .content-button>div>div:hover,
form#calculation-tool-form .content-button>div>div:focus {
  color: #0068B7;
}

form#calculation-tool-form .content-button>div>div::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #0068B7;
  z-index: 1;
}

form#calculation-tool-form .content-button>div>div:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../images/btn-down.png) no-repeat;
  background-size: inherit;
  z-index: 2;
}

form#calculation-tool-form .button {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

form#calculation-tool-form .button input {
  min-width: 200px;
  background-color: #E8EDF1;
  font-size: 14px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #e8edf1;
  padding: 0;
  border-radius: 0;
}

form#calculation-tool-form .button input:hover,
form#calculation-tool-form .button input:focus {
  color: #0068B7;
}

form#calculation-tool-form input.button {
  min-width: 200px;
  background-color: #E8EDF1;
  font-size: 14px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #e8edf1;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 0;
  cursor: pointer;
}

form#calculation-tool-form input.button:hover,
form#calculation-tool-form input.button:focus {
  color: #0068B7;
}

form#calculation-tool-form .form-title {
  position: relative;
}

form#calculation-tool-form .form-title h2 {
  margin-bottom: 35px;
}

form#calculation-tool-form .form-title .button {
  position: absolute;
  right: 0;
  top: 3px;
  margin-bottom: 17px;
}

form#calculation-tool-form .form-title+p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

form#calculation-tool-form hr {
  display: none;
}

form#calculation-tool-form .selection-compressor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
}

form#calculation-tool-form .selection-compressor .first,
form#calculation-tool-form .selection-compressor .third {
  display: flex;
  align-items: center;
}

form#calculation-tool-form .selection-compressor .second {
  margin-right: 10px;
  text-align: center;
}

form#calculation-tool-form .selection-compressor .second p:first-child {
  border-bottom: 1px solid;
  margin-bottom: -5px;
  min-width: 30px;
}

form#calculation-tool-form .input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

form#calculation-tool-form .input-group p {
  margin-bottom: 0;
  min-width: 88px;
  flex: 0 0 88px;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  word-break: break-word;
  letter-spacing: 0.02rem;
}

form#calculation-tool-form .input-group .form-item {
  max-width: 425px;
  flex: 0 0 425px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

form#calculation-tool-form .input-group .form-item input {
  width: 320px;
  display: inline-block;
  padding-right: 11px;
  height: 50px;
  border: 1px solid #666;
}

form#calculation-tool-form .input-group .form-item label {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  width: auto;
  flex: 1;
  padding-left: 14px;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: -0.03rem;
}

form#calculation-tool-form .input-group .description {
  flex: 1;
  padding-left: 63px;
}

form#calculation-tool-form .input-group .description p {
  text-align: left;
  padding-right: 0;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

form#calculation-tool-form .input-group.no-label {
  padding-left: 88px;
}

form#calculation-tool-form .input-group+.button {
  padding-left: 88px;
  margin-bottom: 20px;
  position: relative;
}

form#calculation-tool-form .input-group+h3 {
  font-size: 18px;
  line-height: 36px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
}

form#calculation-tool-form p+.image {
  margin-top: 25px;
}

form#calculation-tool-form .image {
  margin-bottom: 30px;
}

form#calculation-tool-form .image+.button {
  padding-left: 88px;
}

form#unit-conversion-form p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

form#unit-conversion-form .content-button {
  margin-bottom: 80px;
}

form#unit-conversion-form .content-button>p {
  margin-bottom: 40px;
}

form#unit-conversion-form .content-button a {
  color: #222;
}

form#unit-conversion-form .content-button a:hover,
form#unit-conversion-form .content-button a:focus {
  color: #0068B7;
}

form#unit-conversion-form .content-button>div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

form#unit-conversion-form .content-button>div>div {
  max-width: calc(33.33333% - 10px);
  flex: 0 0 calc(33.33333% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 18px;
  background-color: #E8EDF1;
  cursor: pointer;
}

form#unit-conversion-form .content-button>div>div:hover,
form#unit-conversion-form .content-button>div>div:focus {
  color: #0068B7;
}

form#unit-conversion-form .content-button>div>div::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #0068B7;
  z-index: 1;
}

form#unit-conversion-form .content-button>div>div:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 17px;
  height: 16px;
  background: url(../images/btn-down.png) no-repeat;
  background-size: inherit;
  z-index: 2;
}

form#unit-conversion-form .button {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

form#unit-conversion-form .button input {
  min-width: 200px;
  background-color: #E8EDF1;
  font-size: 14px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #e8edf1;
  padding: 0;
  border-radius: 0;
}

form#unit-conversion-form .button input:hover,
form#unit-conversion-form .button input:focus {
  color: #0068B7;
}

form#unit-conversion-form input.button {
  min-width: 200px;
  background-color: #E8EDF1;
  font-size: 14px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #e8edf1;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 0;
}

form#unit-conversion-form input.button:hover,
form#unit-conversion-form input.button:focus {
  color: #0068B7;
}

form#unit-conversion-form .form-title {
  position: relative;
}

form#unit-conversion-form .form-title h2 {
  margin-bottom: 35px;
}

form#unit-conversion-form .form-title .button {
  position: absolute;
  right: 0;
  top: 3px;
  margin-bottom: 17px;
}

form#unit-conversion-form .form-title+p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

form#unit-conversion-form .form-title+hr {
  display: none;
}

form#unit-conversion-form .form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

form#unit-conversion-form .form-item input {
  padding-right: 11px;
  border: 1px solid #666;
  border-radius: 4px;
  max-width: 320px;
  flex: 0 0 320px;
  height: 50px;
}

form#unit-conversion-form .form-item label {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  flex: 1;
  padding-left: 14px;
}

form#unit-conversion-form hr+p {
  margin-bottom: 90px;
}

/* --- Block basic --- */
.block {
  /* Block notice - front */
  /* Custom block block-ourstrength */
  /* --- block-views-blocknews-block-2 --- */
  /* --- Banner --- */
  /* --- block-views-blockkobelco-interview-block-1 --- */
}

.block.pickup-block {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 100px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .block.pickup-block {
    padding-top: 50px;
  }
}

.block.pickup-block h2 {
  width: 60%;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  padding-bottom: 25px;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 60px;
  z-index: 1;
}

@media (max-width: 991px) {
  .block.pickup-block h2 {
    width: 80%;
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.block.pickup-block .splide__pagination {
  display: none;
}

.block.pickup-block .splide {
  position: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block.pickup-block .splide .field-text {
  padding: 20px;
  background: #e8edf1;
}

.block.pickup-block .splide .field-text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  position: relative;
  padding-right: 35px;
}

.block.pickup-block .splide .field-text a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/vecter-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 6px;
}

.block.pickup-block .splide .arrow-icon {
  display: none;
}

.block.pickup-block .splide .views-field-field-images img,
.block.pickup-block .splide .views-field-field-image img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.block.pickup-block .splide__slide:hover img {
  scale: 1.08;
}

.block.pickup-block .views-field-field-images,
.block.pickup-block .views-field-field-image {
  display: flex;
  overflow: hidden;
}

.block.pickup-block .view-header {
  position: absolute;
  right: 15px;
  top: 100px;
  z-index: 3;
}

@media (max-width: 991px) {
  .block.pickup-block .view-header {
    position: unset;
    order: 2;
    margin-top: 40px;
  }
}

.block.pickup-block .splide__arrow {
  position: unset;
  transform: unset;
  width: 60px;
  height: 60px;
  background: #F5F5F5;
  color: #F5F5F5;
  text-align: center;
  border-radius: 0;
  opacity: 1;
}

@media (max-width: 991px) {
  .block.pickup-block .splide__arrow {
    width: 40px;
    height: 40px;
  }
}

.block.pickup-block .splide__arrow::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url(../images/icon-top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
}

@media (max-width: 991px) {
  .block.pickup-block .splide__arrow::before {
    width: 18px;
    height: 12px;
  }
}

.block.pickup-block .splide__arrow.splide__arrow--next {
  transform: rotate(180deg);
}

.block.pickup-block .splide__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.block.pickup-block .splide__arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.block.pickup-block .my-autoplay-controls .my-toggle-button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .block.pickup-block .my-autoplay-controls .my-toggle-button {
    width: 40px;
    height: 40px;
  }
}

.block.pickup-block .my-autoplay-controls .my-toggle-button .before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #e8edf1;
}

@media (max-width: 991px) {
  .block.pickup-block .my-autoplay-controls .my-toggle-button .before {
    width: 40px;
    height: 40px;
  }
}

.block.pickup-block .my-autoplay-controls .my-toggle-button .after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(transparent 64%, black 66% 100%);
  mask-image: radial-gradient(transparent 64%, black 66% 100%);
  z-index: 2;
}

@media (max-width: 991px) {
  .block.pickup-block .my-autoplay-controls .my-toggle-button .after {
    width: 40px;
    height: 40px;
  }
}

.block.pickup-block .my-autoplay-controls .my-toggle-button.active .splide__pause {
  display: flex;
}

.block.pickup-block .my-autoplay-controls .my-toggle-button.active .splide__play {
  display: none;
}

.block.pickup-block .my-autoplay-controls .splide__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}

@media (max-width: 991px) {
  .block.pickup-block .my-autoplay-controls .splide__play {
    width: 40px;
    height: 40px;
  }
}

.block.pickup-block .my-autoplay-controls .splide__play::after {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.block.pickup-block .my-autoplay-controls .splide__play:hover {
  cursor: pointer;
}

.block.pickup-block .my-autoplay-controls .splide__pause {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: none;
}

@media (max-width: 991px) {
  .block.pickup-block .my-autoplay-controls .splide__pause {
    width: 40px;
    height: 40px;
  }
}

.block.pickup-block .my-autoplay-controls .splide__pause::after {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(100% 0, 100% 100%, 70% 100%, 70% 0, 30% 0, 30% 100%, 0% 100%, 0 0);
}

.block.pickup-block .my-autoplay-controls .splide__pause:hover {
  cursor: pointer;
}

.block>h2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.block>h2:before,
.block>h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.block>h2:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.block.block-menu-notice {
  max-width: 1130px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-25px);
  margin-bottom: 30.5px;
  /* --- menu-content --- */
}

.block.block-menu-notice>h2 {
  display: none;
}

.block.block-menu-notice ul.menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.block.block-menu-notice ul.menu li.menu-item {
  max-width: calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  border: none;
  padding-top: 0;
}

.block.block-menu-notice ul.menu li.menu-item.menu-item--active-trail a {
  border: 1px solid #0068B7;
  color: #0068B7;
  background: none;
}

.block.block-menu-notice ul.menu li.menu-item a {
  width: 100%;
  background: #E8EDF1;
  border: 1px solid #e8edf1;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-weight: 700;
  padding: 9px 0px;
}

.block.block-menu-notice ul.menu li.menu-item a.is-active,
.block.block-menu-notice ul.menu li.menu-item a:hover {
  color: #0068B7;
}

.block.block-menu-notice .menu-content {
  background: none;
  padding: 0;
  margin-left: -50px;
}

.block.block-menu-notice .menu-content .container-fluid {
  max-width: 1130px;
  width: 100%;
  padding: 0 10px;
}

.block.block-menu-notice .menu-content .we-mega-menu-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.block.block-menu-notice .menu-content .we-mega-menu-ul>.we-mega-menu-li {
  max-width: 25%;
  flex: 0 0 25%;
  border: none;
}

.block.block-menu-notice .menu-content .we-mega-menu-ul>.we-mega-menu-li a {
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  background: #E8EDF1;
  border: 1px solid #e8edf1;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  font-weight: 700;
  padding: 9px 0px;
}

.block.block-menu-notice .menu-content .we-mega-menu-ul>.we-mega-menu-li a:hover {
  color: #0068B7;
}

.block.block-menu-notice .menu-content .we-mega-menu-ul>.we-mega-menu-li.active a {
  border: 1px solid #0068B7;
  color: #0068B7;
  background: none;
}

.block[class*=block-views-blocknotice-block]>h2 {
  max-width: 280px;
  float: left;
}

.block#block-ourstrength {
  margin-bottom: 200px;
}

.block#block-ourstrength .our-strength {
  display: flex;
  flex-wrap: wrap;
}

.block#block-ourstrength .our-strength>div {
  max-width: 50%;
  flex: 0 0 50%;
}

.block#block-ourstrength .our-strength>div:first-child {
  margin-top: 100px;
  padding-right: 50px;
}

.block#block-ourstrength .our-strength h4 {
  font-size: 40px;
  line-height: 51px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 33px;
  position: relative;
  margin-bottom: 43px;
  max-width: 430px;
}

.block#block-ourstrength .our-strength h4:before,
.block#block-ourstrength .our-strength h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.block#block-ourstrength .our-strength h4:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.block#block-ourstrength .our-strength div>a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  background: white;
  color: #0068B7;
}

.block#block-ourstrength .our-strength div>a:hover,
.block#block-ourstrength .our-strength div>a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.block#block-ourstrength .our-strength .imgages {
  position: relative;
}

.block#block-ourstrength .our-strength .imgages>div {
  position: absolute;
}

.block#block-ourstrength .our-strength .imgages>div:first-child {
  left: 0;
  z-index: 2;
  top: 55%;
  width: 40%;
}

.block#block-ourstrength .our-strength .imgages>div:last-child {
  position: absolute;
  width: 80%;
  right: 0;
}

.block#block-zhipinsoriyushiyon h2 {
  font-size: 40px;
  line-height: 51px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 33px;
  position: relative;
  margin-bottom: 43px;
  max-width: 50%;
  padding-left: unset;
}

.block#block-zhipinsoriyushiyon h2:before,
.block#block-zhipinsoriyushiyon h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: white;
  z-index: 1;
}

.block#block-zhipinsoriyushiyon h2:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
  top: unset;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col .row {
  width: calc(50% - 10px);
  position: relative;
  margin: unset;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col .row:first-child {
  margin-right: 10px;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col .row:last-child {
  margin-left: 10px;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col .row img {
  width: 100%;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col .row>div {
  position: absolute;
  top: 75%;
  transform: translateY(75%);
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col .row>div p {
  margin: unset;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-2-col .row>div a {
  color: white;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  padding-left: 100px;
  position: relative;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-1-col {
  margin-bottom: 20px;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-1-col .row {
  margin: 0;
  position: relative;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-1-col .row>div {
  position: absolute;
  top: 75%;
  transform: translateY(75%);
}

.block#block-zhipinsoriyushiyon .products-solutions .block-1-col .row>div p {
  margin: unset;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-1-col .row>div a {
  color: white;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  padding-left: 100px;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-1-col .row>div::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: white;
}

.block#block-zhipinsoriyushiyon .products-solutions .block-1-col img {
  width: 100%;
  object-fit: cover;
}

.block#block-zhipinsoriyushiyon .products-solutions .button {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  padding-top: 40px;
}

.block#block-zhipinsoriyushiyon .products-solutions .button>div {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.block#block-zhipinsoriyushiyon .products-solutions .button>div:first-child {
  justify-content: flex-end;
}

.block#block-zhipinsoriyushiyon .products-solutions .button>div:first-child a {
  margin-right: 50px;
}

.block#block-zhipinsoriyushiyon .products-solutions .button>div:last-child {
  justify-content: start;
}

.block#block-zhipinsoriyushiyon .products-solutions .button>div:last-child a {
  margin-left: 50px;
}

.block.block-views-blocknews-block-2>h2 {
  font-size: 32px;
  line-height: 30px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 34px;
  max-width: 1300px;
  margin: 0 auto;
}

.block.block-page-title-block {
  height: 160px;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(0, 66, 142, 0.8), rgba(0, 66, 142, 0.8)), url(../images/kobelco-first.png);
  background-repeat: round;
  margin-top: -100px;
}

.block.block-page-title-block .page-title,
.block.block-page-title-block h2.style-heading2,
.block.block-page-title-block .view-kobelco-product-megamenu h3,
.view-kobelco-product-megamenu .block.block-page-title-block h3,
.block.block-page-title-block .notice-sitemap h3,
.notice-sitemap .block.block-page-title-block h3,
.block.block-page-title-block .view-catalogs .view-content h3,
.view-catalogs .view-content .block.block-page-title-block h3 {
  margin-bottom: 0;
  max-width: 100%;
  margin-left: 200px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 44.8px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.block.block-page-title-block .page-title:before,
.block.block-page-title-block h2.style-heading2:before,
.block.block-page-title-block .view-kobelco-product-megamenu h3:before,
.view-kobelco-product-megamenu .block.block-page-title-block h3:before,
.block.block-page-title-block .notice-sitemap h3:before,
.notice-sitemap .block.block-page-title-block h3:before,
.block.block-page-title-block .view-catalogs .view-content h3:before,
.view-catalogs .view-content .block.block-page-title-block h3:before,
.block.block-page-title-block .page-title:after,
.block.block-page-title-block h2.style-heading2:after,
.block.block-page-title-block .view-kobelco-product-megamenu h3:after,
.view-kobelco-product-megamenu .block.block-page-title-block h3:after,
.block.block-page-title-block .notice-sitemap h3:after,
.notice-sitemap .block.block-page-title-block h3:after,
.block.block-page-title-block .view-catalogs .view-content h3:after,
.view-catalogs .view-content .block.block-page-title-block h3:after {
  display: none;
}

.block[class*=block-views-blockkobelco-interview-block-]>h2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
  padding-left: 0;
}

.block[class*=block-views-blockkobelco-interview-block-]>h2:before,
.block[class*=block-views-blockkobelco-interview-block-]>h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.block[class*=block-views-blockkobelco-interview-block-]>h2:before {
  width: 80px;
  top: auto;
  background-color: #0068B7;
  z-index: 2;
  transform: translateY(0);
}

.block[class*=block-views-blockother-cases-introduction-block-] {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.block[class*=block-views-blockother-cases-introduction-block-]>h2 {
  margin-bottom: 32.5px;
}

.content_pickup {
  position: relative;
}

.content_pickup::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 450px;
  background: #0E498D;
  top: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
}

@media (max-width: 767px) {
  .content_pickup::before {
    height: 45%;
    width: 85%;
  }
}

.content_pickup .container-fluid {
  padding: 0;
}

/* --- Content first --- */
.content_first {
  position: relative;
  margin-left: 50px;
}

.content_first .container-fluid {
  margin: 0;
  padding: 0;
}

.content_first .menu-content .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.content_first .region-content-first {
  position: relative;
}

.content_first .region-content-first::before,
.content_first .region-content-first::after {
  position: absolute;
  content: "";
  top: 50%;
}

.content_first .region-content-first::before {
  left: -50px;
  width: 50px;
  height: 1px;
  background: #0068B7;
}

.content_first .region-content-first::after {
  left: 0;
  width: 180px;
  height: 1px;
  background: white;
}

/* ----banner----*/
.banner .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.banner .region-banner h2 {
  display: none;
}

.banner .region-banner .field--name-body {
  display: flex;
  flex-wrap: wrap;
}

.banner .region-banner .field--name-body .field--name {
  width: 33.333333%;
  text-align: center;
  padding: 20px;
  height: 138px;
  border-left: 1px dotted #ebebec;
}

.banner .region-banner .field--name-body .field--name:first-child {
  border-left: none;
}

.banner .region-banner .field--name-body picture {
  height: 70px;
  display: block;
  max-height: 70px;
  max-height: 100%;
}

.banner .region-banner .field--name-body picture img {
  max-height: 100%;
}

/* kobelco-product-detail  - Product detail --- */
.kobelco-product-detail span.views-label-field-product-features {
  margin-top: 93px;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-bottom: 12px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 39.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.kobelco-product-detail span.views-label-field-product-features:before,
.kobelco-product-detail span.views-label-field-product-features:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.kobelco-product-detail span.views-label-field-product-features:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.kobelco-product-detail .features h2 {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-left: 35px;
  margin-bottom: 7px;
  position: relative;
}

.kobelco-product-detail .features h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 25px;
  height: 1px;
  background-color: #0068B7;
}

.kobelco-product-detail .features h2.content-title+p,
.kobelco-product-detail .features h2.field-content+p {
  margin-bottom: 9px;
}

.kobelco-product-detail .features h2.page-title,
.kobelco-product-detail .features h2.style-heading2 {
  display: none;
  padding-left: 0;
  font-size: 28px;
  line-height: 39.2px;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.kobelco-product-detail .features h2.page-title:before,
.kobelco-product-detail .features h2.style-heading2:before {
  top: auto;
  transform: translateY(0);
  bottom: 0;
  width: 80px;
  height: 3px;
  z-index: 2;
}

.kobelco-product-detail .features .block-row {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 89px;
}

.kobelco-product-detail .features .block-row>h2 {
  max-width: 100%;
  flex: 0 0 100%;
}

.kobelco-product-detail .features .block-row:last-child {
  margin-bottom: 55px;
}

.kobelco-product-detail .features .block-row.new-wide {
  margin-bottom: 42px;
}

.kobelco-product-detail .features .block-row.operated {
  margin-bottom: 44px;
}

.kobelco-product-detail .features .block-row.touch-panel {
  margin-bottom: 46px;
}

.kobelco-product-detail .features .block-row.compatible p {
  margin-bottom: 20px;
}

.kobelco-product-detail .left,
.kobelco-product-detail .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .kobelco-product-detail .left {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-right: 10px;
}

.kobelco-product-detail .right {
  max-width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

.kobelco-product-detail .right>div {
  width: 100%;
}

.kobelco-product-detail .right .picture {
  width: 100%;
  height: auto;
  text-align: center;
  background: #e5e5e6;
  margin-bottom: 10px;
}

.kobelco-product-detail .right img {
  width: 212px;
}

.kobelco-product-detail .right p {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.kobelco-product-detail .block-content {
  margin-bottom: 54px;
}

.kobelco-product-detail .block-content p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.kobelco-product-detail .block-content.compatible h2+p {
  margin-bottom: 19px;
}

.kobelco-product-detail .new-wide .right {
  background: transparent;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kobelco-product-detail .new-wide img {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #bac5ce;
  padding: 30px;
}

.kobelco-product-detail a.button {
  margin-left: 0;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 14.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 300px;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  max-width: 400px;
}

.kobelco-product-detail a.button:hover,
.kobelco-product-detail a.button:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.kobelco-product-detail a.button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.kobelco-product-detail span[class*=views-label-field-] {
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 39.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.kobelco-product-detail span[class*=views-label-field-]:before,
.kobelco-product-detail span[class*=views-label-field-]:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.kobelco-product-detail span[class*=views-label-field-]:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.kobelco-product-detail .views-field-field-addtoany {
  width: 100%;
}

.kobelco-product-detail .views-field-field-addtoany .a2a_kit {
  display: flex;
  justify-content: flex-end;
}

.kobelco-product-detail .views-field-field-addtoany .a2a_kit a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #657786;
  position: relative;
}

.kobelco-product-detail .views-field-field-addtoany .a2a_kit a~a {
  margin-left: 10px;
}

.kobelco-product-detail .views-field-field-addtoany .a2a_kit a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: #657786 !important;
}

.kobelco-product-detail .content-title,
.kobelco-product-detail h2.field-content,
.kobelco-product-detail h3.style-heading3 {
  padding-left: 35px;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.kobelco-product-detail .content-title:before,
.kobelco-product-detail h2.field-content:before,
.kobelco-product-detail h3.style-heading3:before {
  width: 25px;
}

.kobelco-product-detail .text-table {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 50px;
}

/* --- view-products-solution-list --- */
.view-products .view-content {
  display: flex;
  flex-wrap: wrap;
}

.view-products .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.view-products .views-row {
  padding: 10px;
  transition: all 0.3s ease-out;
}

.view-products .views-row.col-md-4,
.view-products .views-row.col-lg-4 {
  max-width: 33.2%;
  flex: 0 0 33.2%;
}

.view-products .views-row:hover .views-field-title a,
.view-products .views-row:focus .views-field-title a {
  text-decoration: underline;
}

.view-products .views-field-field-image {
  border: 1px solid #DDE2E6;
  width: 100%;
  padding: 0px;
}

.view-products .views-field-field-image img {
  padding: 40px;
}

.view-products .views-field-field-image .field-content {
  width: 100%;
  height: 100%;
  text-align: center;
}

.view-products .views-field-field-image .field-content>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.view-products .views-field-title,
.view-products .views-field-title-1,
.view-products .views-field-title-2 {
  margin-bottom: 10px;
}

.view-products .views-field-title a,
.view-products .views-field-title-1 a,
.view-products .views-field-title-2 a {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.view-products .views-field-field-output {
  margin-bottom: 5px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.view-products .views-field-field-output p {
  margin-bottom: 0;
}

.view-products .views-field-field-output p~p {
  margin-top: 0.5rem;
}

.view-products .views-field-field-air-volume {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.view-products .views-field-field-air-volume p {
  margin-bottom: 0;
}

.view-products .views-field-field-air-volume p~p {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .view-products .views-row {
    padding: 0;
    margin-bottom: 60px;
  }

  .view-products .views-row.col-md-4,
  .view-products .views-row.col-lg-4 {
    max-width: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
  }

  .view-products .views-row:hover {
    box-shadow: unset;
  }
}

/* --- view-related-information - company-profile page --- */
.table-company-profile {
  margin-bottom: 48px;
}

.view-related-information .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.view-related-information .views-row {
  max-width: calc(33.33333% - 20px);
  flex: 0 0 calc(33.33333% - 20px);
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.view-related-information .views-row:hover .views-field-title a,
.view-related-information .views-row:focus .views-field-title a {
  text-decoration: underline;
}

.view-related-information .views-row:hover .views-field-view-node a,
.view-related-information .views-row:focus .views-field-view-node a {
  background-color: #fff;
  border: 0.5px solid #0068B7;
}

.view-related-information .views-row:hover .views-field-view-node a:before,
.view-related-information .views-row:focus .views-field-view-node a:before {
  background-image: url(../images/vecter-blue10x3.svg);
  transition: all 0.3s ease-out;
  background-size: cover;
  width: 10px;
  height: 3px;
}

.view-related-information .views-field-field-image {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dde2e6;
  transition: all 0.3s ease-out;
  position: relative;
}

.view-related-information .views-field-field-image .field-content {
  overflow: hidden;
}

.view-related-information .views-field-field-image a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.view-related-information .views-field-title {
  font-size: 16px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.view-related-information .views-field-title a {
  font-size: 16px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  border: 0.5px solid transparent;
}

.view-related-information .views-field-title a:hover,
.view-related-information .views-field-title a:focus {
  text-decoration: underline;
}

.view-related-information .views-field-view-node {
  position: absolute;
  bottom: 0;
  right: -1px;
  margin-bottom: 0;
}

.view-related-information .views-field-view-node a {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  background-color: #e8edf1;
  border: 1px solid #e8edf1;
  position: relative;
}

.view-related-information .views-field-view-node a:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 10px;
  background-image: url(../images/vecter-blue10x3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 3px;
}

/* --- menu--menu-related-page --- */
nav.menu--menu-related-page,
.menu--menu-related-development-enginee {
  margin-top: 100px;
}

nav.menu--menu-related-page h2,
.menu--menu-related-development-enginee h2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  padding-left: 0;
  position: relative;
  margin-bottom: 32.5px;
}

nav.menu--menu-related-page h2:before,
nav.menu--menu-related-page h2:after,
.menu--menu-related-development-enginee h2:before,
.menu--menu-related-development-enginee h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

nav.menu--menu-related-page h2:before,
.menu--menu-related-development-enginee h2:before {
  width: 80px;
  top: auto;
  transform: translateY(0);
  background-color: #0068B7;
  z-index: 2;
}

nav.menu--menu-related-page ul,
.menu--menu-related-development-enginee ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

nav.menu--menu-related-page ul li.menu-item,
.menu--menu-related-development-enginee ul li.menu-item {
  width: auto;
  display: inline-block;
  padding-top: 0;
  margin-right: 12px;
}

nav.menu--menu-related-page ul li.menu-item~li.menu-item a,
.menu--menu-related-development-enginee ul li.menu-item~li.menu-item a {
  padding-left: 20px;
}

nav.menu--menu-related-page ul li.menu-item~li.menu-item a:before,
.menu--menu-related-development-enginee ul li.menu-item~li.menu-item a:before {
  content: ">";
  background-color: transparent;
  color: #DDE2E6;
  width: auto;
  height: auto;
}

nav.menu--menu-related-page ul a,
.menu--menu-related-development-enginee ul a {
  font-size: 18px;
  line-height: 91px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-left: 17px;
  text-decoration: underline;
}

nav.menu--menu-related-page ul a:before,
.menu--menu-related-development-enginee ul a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0068B7;
  margin-top: 2px;
}

nav.menu--menu-related-page ul a:hover,
.menu--menu-related-development-enginee ul a:hover {
  color: #0068B7;
  text-decoration: unset;
}

article[about*="/careers"] .requirements>p,
article[about*="/careers"] .requirements>h2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 45px;
}

article[about*="/careers"] .requirements>p:before,
article[about*="/careers"] .requirements>p:after,
article[about*="/careers"] .requirements>h2:before,
article[about*="/careers"] .requirements>h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

article[about*="/careers"] .requirements>p:before,
article[about*="/careers"] .requirements>h2:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.banner-our-strength {
  margin-top: -97px;
  margin-bottom: 195px;
}

.banner-our-strength .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.banner-our-strength .views-row {
  position: relative;
  width: 100%;
}

.banner-our-strength .views-field-field-hero-image {
  margin-bottom: 0;
  position: relative;
}

.banner-our-strength .views-field-field-hero-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(34, 34, 34, 0.4) 85%);
}

.banner-our-strength .views-field-field-hero-image img {
  height: 550px;
  width: 100%;
}

.banner-our-strength .banner-title {
  min-height: 130px;
  max-width: 780px;
  width: 100%;
  padding-left: 154px;
  background: #2C333B;
  position: absolute;
  left: 0;
  bottom: -45px;
  display: flex;
  align-items: center;
}

.banner-our-strength .banner-title:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 130px;
  background: #fff;
}

.banner-our-strength .views-field-title {
  font-size: 60px;
  line-height: 44.8px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  top: -31px;
}

.banner-our-strength .views-field-field-subtitle {
  font-size: 24px;
  line-height: 44.8px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

/* --- views-exposed-form --- */
.views-exposed-form {
  margin-bottom: 48px;
}

.views-exposed-form form .form--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.views-exposed-form form .form--inline .form-item {
  margin: 0;
}

.views-exposed-form form .form--inline .form-item input {
  margin: 0;
  height: 60px;
  border-radius: 0;
}

.views-exposed-form form .form--inline .form-actions {
  margin: 0;
}

.views-exposed-form form .form--inline .form-actions input.form-submit {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  height: 60px;
}

.views-exposed-form form .form--inline .form-actions input.form-submit:hover,
.views-exposed-form form .form--inline .form-actions input.form-submit:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

/* --- kobelco-search --- */
.kobelco-search .form--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.kobelco-search .form--inline .form-actions input.form-submit {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
}

.kobelco-search .form--inline .form-actions input.form-submit:hover,
.kobelco-search .form--inline .form-actions input.form-submit:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.kobelco-search .view-content {
  display: flex;
  flex-wrap: wrap;
}

.kobelco-search .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.kobelco-search .views-row {
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
}

.kobelco-search .views-field-field-image {
  border: 1px solid #DDE2E6;
  margin-bottom: 20px;
  max-width: 200px;
  flex: 200px;
  margin-right: 20px;
}

.kobelco-search .views-field-field-image p {
  margin-bottom: 0;
}

.kobelco-search .views-field-field-image img {
  width: 100%;
}

.kobelco-search .search-group-info {
  flex: 1;
  margin-top: -8px;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.kobelco-search .search-group-info span,
.kobelco-search .search-group-info p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.kobelco-search .views-field {
  word-break: break-all;
}

.kobelco-search .views-field-title {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: underline;
}

.kobelco-search .views-field-title a {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}

.kobelco-search .views-field-field-output,
.kobelco-search .views-field-field-air-volume {
  font-size: 14px;
  line-height: 19.6px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}

.kobelco-search .views-field-body h2 {
  font-size: 28px;
  line-height: 39.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.kobelco-search .views-field-url-prefix {
  grid-column: 2/3;
  grid-row: 3/4;
  word-break: break-word;
}

.block-domestic-base .block-title div.left,
.block-domestic-base .block-title .page-our-strength .content_second .trust-rather .manufacturing div.left,
.page-our-strength .content_second .trust-rather .manufacturing .block-domestic-base .block-title div.left {
  text-align: left;
}

.block-domestic-base .block-title div.right {
  text-align: right;
}

.block-domestic-base .block-list {
  margin-bottom: 73px;
}

.block-domestic-base .block-list ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
}

.block-domestic-base .block-list ul li {
  text-decoration: none;
  max-width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-bottom: none;
}

.block-domestic-base .block-list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #E8EDF1;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-out;
}

.block-domestic-base .block-list ul li a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  background-color: #0068b7;
}

.block-domestic-base .block-list ul li a::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  bottom: 0;
  right: 0;
  background-image: url(../images/btn-down.png);
  background-repeat: no-repeat;
  background-size: inherit;
}

.block-domestic-base .block-list ul li a:hover,
.block-domestic-base .block-list ul li a:focus {
  color: #0068b7;
  transition: all 0.3s ease-out;
}

.customer-services-sales-counters p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.customer-services-sales-counters p.leff {
  margin-bottom: 10px;
}

.customer-services-sales-counters p.right {
  text-align: right;
}

.customer-services-sales-counters .images-map {
  display: flex;
  flex-wrap: wrap;
  background: #F5F5F5;
  margin-bottom: 50px;
}

.customer-services-sales-counters .images-map .images-left,
.customer-services-sales-counters .images-map .images-right {
  width: 50%;
}

.customer-services-sales-counters .images-map .images-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-sales-offices .list-sales-offices-row {
  margin-bottom: 100px;
}

.list-sales-offices .block-sales-address {
  margin-bottom: 30px;
}

.list-sales-offices .block-sales-address:last-child {
  margin-bottom: unset;
}

.list-sales-offices h3.style-heading3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.list-sales-offices h4.style-heading4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 36px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
}

.list-sales-offices p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.list-sales-offices .block-list-sales-row {
  margin-bottom: 30px;
}

.list-sales-offices .list-sales-offices-footer p {
  margin-bottom: 0;
}

.block-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.block-list ul li {
  list-style-type: none;
  width: calc(50% - 20px);
  margin: 0 10px;
  border: unset;
  text-decoration: unset;
  padding: 0;
  line-height: unset;
  margin-bottom: 20px;
}

.block-list ul li::before {
  display: none;
}

.block-list ul li a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  max-width: 100%;
  width: 100%;
  background: #E8EDF1;
  border: 1px solid #E8EDF1;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
}

.block-list ul li a:hover,
.block-list ul li a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.block-list ul li a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  background-color: #0068B7;
}

.block-list ul li a::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  bottom: 0;
  right: 0;
  background-image: url(../images/btn-down.png);
  background-repeat: no-repeat;
  background-size: inherit;
}

.block-list ul li a:hover,
.block-list ul li a:focus {
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

@media (max-width: 1199px) {

  /* Our Strength */
  .banner-our-strength .views-field-field-hero-image img {
    object-fit: cover;
  }

  .important-our-strength .partner-forever {
    padding-right: 0;
  }

  .important-our-strength .partner-forever .left,
  .important-our-strength .partner-forever .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .important-our-strength .partner-forever .left {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .important-our-strength .partner-forever .left img,
  .important-our-strength .partner-forever .page-our-strength .content_second .trust-rather .manufacturing .left img,
  .page-our-strength .content_second .trust-rather .manufacturing .important-our-strength .partner-forever .left img {
    width: 100%;
    height: auto;
  }

  /* Node profile */
  .page-node-type-profile .aiming-compressor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-node-type-profile .feature .every {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-node-type-profile .feature .compromise {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-node-type-profile .feature .compromise .left,
  .page-node-type-profile .feature .compromise .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feature .compromise .left {
    padding-right: 30px;
  }

  .page-node-type-profile .feature .compromise .right {
    max-width: 55%;
    flex: 0 0 55%;
  }
}

.block-kobelco-language {
  margin-right: 10px;
}

.block-kobelco-language .language_header {
  display: flex;
  flex-wrap: wrap;
}

.block-kobelco-language .language_header>a {
  font-size: 12px;
  line-height: 24px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.block-kobelco-language .language_header .language_code>a {
  font-size: 14px;
  line-height: 24px;
  color: #BAC9D5;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.block-kobelco-language .language_header .language_code>a:first-child {
  position: relative;
  padding-left: 5px;
}

.block-kobelco-language .language_header .language_code>a:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  top: 5px;
  height: 14px;
  background: #0068B7;
  left: 0;
}

.block-kobelco-language .language_header .language_code>a.active {
  font-size: 14px;
  line-height: 24px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

/* --- Res --- */
@media (max-width: 991px) {
  .menu--menu-related-development-enginee h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 28.5px;
  }

  .view-introduction-results .view-content>h3 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .view-introduction-results .views-field-title a {
    font-size: 18px;
    line-height: 25.2px;
  }

  .view-introduction-results .views-field-body {
    font-size: 14px;
    line-height: 28px;
  }

  .view-introduction-results .views-field-view-node a {
    font-size: 14px;
    line-height: 19.6px;
  }

  .block.block-menu-notice {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10.5px;
  }

  .block.block-menu-notice ul.menu li.menu-item {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }

  .summary-bottom-our-strength .compressor p,
  .summary-bottom-our-strength article.node--type-our-strength .trust-rather .Beyond p,
  article.node--type-our-strength .trust-rather .summary-bottom-our-strength .Beyond p {
    font-size: 14px;
    line-height: 28px;
  }

  .Middle-image-our-strength {
    margin-bottom: 60px;
  }

  .Middle-image-our-strength img {
    height: auto;
  }

  .important-our-strength .partner-forever {
    padding-right: 0;
    margin-bottom: 70px;
  }

  .important-our-strength .partner-forever .left,
  .important-our-strength .partner-forever .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .important-our-strength .partner-forever .left {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }

  .important-our-strength .partner-forever .right {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .important-our-strength .partner-forever .right h4 {
    font-size: 18px;
    line-height: 25.2px;
  }

  .important-our-strength .partner-forever .right p {
    font-size: 14px;
    line-height: 28px;
  }

  .Philosophy-our-strength {
    margin-bottom: 85px;
  }

  .Philosophy-our-strength .views-label {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .block[class*=block-views-blockkobelco-interview-block-]>h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  nav.menu--menu-related-page {
    margin-top: 80px;
  }

  /* --- Profile --- */
  .page-node-type-profile .block[class*=block-views-blockkobelco-interview-block-] {
    padding-left: 0;
    padding-right: 0;
  }

  .page-node-type-profile .trust-rather {
    padding-left: 20px;
    padding-right: 17px;
  }

  .page-node-type-profile article p {
    font-size: 14px;
    line-height: 28px;
  }

  .page-node-type-profile .feature {
    margin-bottom: 60px;
  }

  .page-node-type-profile .feature h4 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 27px;
  }

  .page-node-type-profile .feature .every {
    margin-bottom: 60px;
  }

  .page-node-type-profile .feature .compromise .left,
  .page-node-type-profile .feature .compromise .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feature .compromise .left {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }

  .page-node-type-profile .feature .compromise .right {
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 60px;
  }

  .page-node-type-profile .feature .compromise .right img {
    width: 100%;
    height: 100%;
  }

  article.node--type-profile .field--name-field-hero-image+.field--name-field-subtitle {
    max-width: 100%;
    margin-left: 40px;
    min-height: 102px;
    padding-top: 22px;
    padding-left: 22px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 34px;
    align-items: flex-start;
    margin-bottom: 62px;
    margin-top: -20px;
  }

  article.node--type-profile .machines-people,
  article.node--type-profile .aiming-compressor {
    padding-left: 20px;
    padding-right: 17px;
    position: relative;
    padding-top: 1.2px;
    margin-bottom: 80px;
  }

  article.node--type-profile .machines-people .left,
  article.node--type-profile .machines-people .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .machines-people .left,
  article.node--type-profile .aiming-compressor .left,
  article.node--type-profile .aiming-compressor .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .aiming-compressor .left {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }

  article.node--type-profile .machines-people .left h4,
  article.node--type-profile .machines-people .page-our-strength .content_second .trust-rather .manufacturing .left h4,
  .page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .machines-people .left h4,
  article.node--type-profile .aiming-compressor .left h4,
  article.node--type-profile .aiming-compressor .page-our-strength .content_second .trust-rather .manufacturing .left h4,
  .page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .aiming-compressor .left h4 {
    position: absolute;
    top: 0;
    left: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25.2px;
  }

  article.node--type-profile .machines-people .right,
  article.node--type-profile .aiming-compressor .right {
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 30px;
  }

  article.node--type-profile .machines-people .right img,
  article.node--type-profile .aiming-compressor .right img {
    height: auto;
    max-height: unset;
  }

  article.node--type-profile .machines-people .right p,
  article.node--type-profile .aiming-compressor .right p {
    font-size: 14px;
    line-height: 28px;
  }

  nav.menu--menu-related-page h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  article {
    padding-left: 0;
    padding-right: 0;
  }

  article.node--type-our-strength .partner-forever {
    margin-bottom: 70px;
  }

  article.node--type-our-strength .partner-forever .right {
    order: 4;
    margin-bottom: 0;
  }

  /* --- Block --- */
  .block[class*=block-views-blockkobelco-interview-block-]>h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .view-services .views-field-title a {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 24px;
    margin-bottom: 35px;
  }

  .view-services .views-row {
    margin-bottom: 60px;
  }

  /* --- .view-catalogs --- */
  .view-catalogs .view-content {
    margin-left: -10px;
    margin-right: -10px;
  }

  .view-catalogs h3 {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .view-catalogs .views-row {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .view-catalogs .views-field-field-file,
  .view-catalogs .views-field-field-catalog {
    width: 100%;
    max-width: 100%;
  }

  .view-catalogs .views-field-field-file .field-content,
  .view-catalogs .views-field-field-catalog .field-content {
    width: 100%;
  }

  .footer-middle-columns p>a[href*=contact-us] {
    font-size: 14px;
    line-height: 36px;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .footer-middle-columns .container>.row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .block-domestic-base .map img {
    min-height: 372px;
    object-fit: cover;
  }

  .block-domestic-base .block-list {
    margin-bottom: 80px;
  }

  .block-domestic-base .block-list ul {
    margin-left: -5.5px;
    margin-right: -5.5px;
  }

  .block-domestic-base .block-list ul li {
    max-width: calc(50% - 11px);
    flex: 0 0 calc(50% - 11px);
    margin-left: 5.5px;
    margin-right: 5.5px;
    margin-bottom: 10px;
  }

  .block-domestic-base .block-list ul li a {
    font-size: 16px;
    line-height: 24px;
  }

  .list-sales-offices .list-sales-offices-row {
    margin-bottom: 60px;
  }

  .list-sales-offices h2.style-heading2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .list-sales-offices h3.style-heading3 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .list-sales-offices h3.style-heading3:before {
    width: 20px;
    top: 12px;
  }

  .list-sales-offices h4.style-heading4 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 20px;
  }

  .list-sales-offices p {
    font-size: 14px;
    line-height: 28px;
  }

  .block.block-menu-notice {
    transform: translateX(0px);
    width: calc(100% + 20px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Upload */
  #catalog {
    overflow-x: auto;
  }

  #catalog>table {
    width: 700px;
  }

  /* --- Profile --- */
  nav.menu--menu-related-page,
  nav.menu--menu-related-development-enginee {
    margin-top: 0;
  }

  nav.menu--menu-related-page h2,
  nav.menu--menu-related-development-enginee h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 28.5px;
  }

  nav.menu--menu-related-page ul li.menu-item,
  nav.menu--menu-related-development-enginee ul li.menu-item {
    display: block;
    width: 100%;
  }

  nav.menu--menu-related-page ul li.menu-item:last-child a:before,
  nav.menu--menu-related-page ul li.menu-item:last-child a:after,
  nav.menu--menu-related-development-enginee ul li.menu-item:last-child a:before,
  nav.menu--menu-related-development-enginee ul li.menu-item:last-child a:after {
    display: none;
  }

  nav.menu--menu-related-page ul a,
  nav.menu--menu-related-development-enginee ul a {
    font-size: 16px;
    line-height: 40px;
    padding-right: 20px;
  }

  nav.menu--menu-related-page ul a:after,
  nav.menu--menu-related-development-enginee ul a:after {
    position: absolute;
    content: ">";
    background-color: transparent;
    color: #DDE2E6;
    width: auto;
    height: auto;
    right: 0;
  }

  .manufacturing {
    margin-bottom: 0;
  }

  .manufacturing h4 {
    font-size: 18px;
    line-height: 25.2px;
  }

  .manufacturing .compressor,
  .manufacturing article.node--type-our-strength .trust-rather .Beyond,
  article.node--type-our-strength .trust-rather .manufacturing .Beyond {
    margin-bottom: 0;
  }

  .manufacturing .content-row {
    padding-left: 0;
    padding-right: 0;
  }

  .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .left {
    font-size: 14px;
    line-height: 28px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
  }

  .manufacturing .right {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 24px;
  }

  .manufacturing .partner-forever .left,
  .page-our-strength .content_second .trust-rather .manufacturing .partner-forever .left {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
  }

  article.node--type-our-strength .partner-forever .left,
  article.node--type-our-strength .partner-forever .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing article.node--type-our-strength .partner-forever .left {
    padding-left: 0;
    padding-right: 0;
  }

  article.node--type-our-strength .partner-forever .right {
    padding-top: 0;
    margin-left: 0;
  }

  article.node--type-our-strength .partner-forever .right h4 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 27px;
  }

  article.node--type-our-strength .field--name-field-middle-image {
    margin-bottom: 60px;
  }

  article.node--type-our-strength .field--name-field-philosophy-of-kobelco {
    margin-bottom: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }

  article.node--type-our-strength .field--name-field-philosophy-of-kobelco .field__label {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  article.node--type-our-strength .field--name-field-summary-bottom .manufacturing .compressor,
  article.node--type-our-strength .field--name-field-summary-bottom .manufacturing .trust-rather .Beyond,
  article.node--type-our-strength .trust-rather .field--name-field-summary-bottom .manufacturing .Beyond {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }

  article.node--type-our-strength .field--name-field-summary-bottom .manufacturing .Beyond {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }

  .block[class*=block-views-blockkobelco-interview-block-]>h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .view-kobelco-interview div[class*=views-field-field-title-],
  .view-kobelco-interview .views-field-title {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 5px;
  }

  .view-kobelco-interview .views-field-field-subtitle {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  h2.page-title,
  h2.style-heading2 {
    font-size: 24px;
    line-height: 33.6px;
  }

  /* table-company-profile */
  /* --- View --- */
  .view-services .views-field-field-thumb {
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
  }

  .view-services .left,
  .view-services .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .view-services .left {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .view-services .views-field-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .view-services .views-field-title a {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 0;
  }

  .view-services .views-field-body {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  /* View */
  .view .view-content h3 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  /* view-introduction-results */
  .view-introduction-results .views-field-title {
    margin-bottom: 18px;
  }

  .view-introduction-results .views-field-title a {
    font-size: 18px;
    line-height: 25.2px;
  }

  .view-introduction-results .views-field-fieldset-1 {
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 1rem;
  }

  .view-introduction-results .views-field-fieldset-1 img {
    width: 100%;
  }

  .view-introduction-results .views-field-fieldset {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .view-introduction-results .views-row {
    margin-bottom: 60px;
  }

  .view-introduction-results .views-field-body {
    margin-bottom: 15px;
  }

  .view-introduction-results .views-field-body p {
    margin-bottom: 0;
  }

  .view-introduction-results .views-field-body p~p {
    margin-top: 1rem;
  }

  .page-title-introduction {
    height: 120px;
    margin-top: -60px;
    margin-bottom: 30px;
  }

  .page-title-introduction .views-row {
    margin-bottom: 0;
  }

  .page-title-introduction .views-field-name {
    margin-left: 30px;
    font-size: 24px;
    line-height: 33.6px;
    padding-left: 0;
  }

  /* --- view-catalogs --- */
  .view-catalogs .title-catalog {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 30px;
  }

  .view-catalogs .views-row {
    max-width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }

  .view-catalogs .views-field-title {
    font-size: 14px;
    line-height: 19.6px;
  }

  .view-catalogs .views-field-title a {
    font-size: 14px;
    line-height: 19.6px;
  }

  .view-catalogs .views-field-created,
  .view-catalogs .products .views-field-title,
  .products .view-catalogs .views-field-title,
  .view-catalogs .all-notice .views-field-title,
  .all-notice .view-catalogs .views-field-title,
  .view-catalogs .events .views-field-title,
  .events .view-catalogs .views-field-title,
  .view-catalogs .news.view-news .views-field-title,
  .news.view-news .view-catalogs .views-field-title {
    font-size: 14px;
    line-height: 19.6px;
  }

  .view-catalogs .views-field-field-file a,
  .view-catalogs .views-field-field-catalog a {
    font-size: 14px;
    line-height: 19.6px;
  }

  /* view-related-information - company-profile */
  .view-related-information .views-row {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }

  .view-related-information .views-field-title {
    font-size: 14px;
    line-height: 24.4px;
  }

  .view-related-information .views-field-title a {
    font-size: 14px;
    line-height: 24.4px;
  }

  /* view-products-solutions - products-solutions */
  .view-products-solutions .views-field-name,
  .view-services .views-field-name {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .view-products-solutions .views-field-name h2,
  .view-services .views-field-name h2 {
    font-size: 24px;
    line-height: 33.6px;
  }

  .view-products-solutions .views-field-field-thumb,
  .view-services .views-field-field-thumb {
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
    width: 100%;
    margin-left: 0;
  }

  .view-products-solutions .views-field-field-thumb.views-field,
  .view-services .views-field-field-thumb.views-field {
    margin-bottom: 25px;
  }

  .view-products-solutions .views-field-fieldset,
  .view-services .views-field-fieldset {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .view-products-solutions .views-field-description__value,
  .view-services .views-field-description__value {
    font-size: 14px;
    line-height: 28px;
  }

  .view-products-solutions .views-field-fieldset .views-field-view-taxonomy-term a,
  .view-services .views-field-fieldset .views-field-view-taxonomy-term a {
    font-size: 14px;
    line-height: 19.6px;
    padding: 19.5px 20px;
  }

  /* --- Block --- */
  .content_first .region-content-first::after {
    width: 20px;
  }

  /* --- Breadcrum --- */
  .breadcrumb {
    height: 120px;
    padding-top: 13px;
    margin-right: 20px;
  }

  nav.breadcrumb {
    padding: 0;
  }

  nav.breadcrumb ol li {
    font-size: 10px;
    line-height: 40px;
  }

  nav.breadcrumb ol li:last-child {
    font-size: 10px;
    line-height: 40px;
  }

  nav.breadcrumb ol li a {
    font-size: 10px;
    line-height: 40px;
  }

  article {
    /* --- privacy-police ---*/
    /* --- Page about --- */
    /* --- Page about-compressed-air --- */
    /* --- Site map --- */
    /* --- Region list --- */
    /* --- Career --- */
  }

  article ul li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 72px;
  }

  article h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  article p {
    font-size: 14px;
    line-height: 28px;
  }

  article[about*="/privacy-police"] .page-title,
  article[about*="/privacy-police"] h2.style-heading2,
  article[about*="/privacy-police"] .view-kobelco-product-megamenu h3,
  .view-kobelco-product-megamenu article[about*="/privacy-police"] h3,
  article[about*="/privacy-police"] .notice-sitemap h3,
  .notice-sitemap article[about*="/privacy-police"] h3,
  article[about*="/privacy-police"] .view-catalogs .view-content h3,
  .view-catalogs .view-content article[about*="/privacy-police"] h3 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  article[about*="/privacy-police"] dd {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 48px;
  }

  article[about*="/privacy-police"] dd>span {
    font-size: 14px;
    line-height: 28px;
  }

  article[about*="/privacy-police"] ol {
    margin-bottom: 48px;
  }

  article[about*="/privacy-police"] ol li {
    font-size: 14px;
    line-height: 28px;
  }

  article[about="/about"] h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  article[about="/about"] p {
    font-size: 14px;
    line-height: 28px;
  }

  article[about="/about-compressed-air"] ul li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  article[about="/site-map"] p {
    font-size: 16px;
    line-height: 24px;
  }

  article[about="/site-map"] p a {
    font-size: 16px;
    line-height: 24px;
  }

  article[about*="/region-list"] h1 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
  }

  article[about*="/careers"] .requirements>p,
  article[about*="/careers"] .requirements>h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  article .global-network ul li {
    font-size: 16px;
    line-height: 40px;
    padding: 30px 20px 31px;
  }

  article .global-network ul li:before {
    top: 48px;
    left: 5px;
    transform: translateY(0);
  }

  article .global-network ul li a {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

  article .global-network ul li>div {
    display: inline-block;
    width: 50%;
    margin: 0;
  }

  article .global-network ul li>div a {
    font-size: 16px;
    line-height: 40px;
    width: auto;
  }

  article .global-network ul li>div a::before {
    top: 18px;
  }
}

@media (max-width: 575px) {
  .page-title-introduction {
    margin-top: 0;
  }

  .block.block-menu-notice ul.menu li.menu-item {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:first-child .webform-title p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 1rem;
  }

  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child input,
  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:last-child select,
  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) input,
  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:nth-child(2) select {
    max-width: 100%;
  }

  .manufacturing .history-begin .left,
  .page-our-strength .content_second .trust-rather .manufacturing .history-begin .left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .manufacturing .history-begin .right {
    padding-left: 0;
    padding-right: 0;
  }

  .important-our-strength .partner-forever .right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block[class*=block-views-blockkobelco-interview-block-] {
    padding-left: 0;
    padding-right: 0;
  }

  article[about="/about"] .block-table {
    overflow-x: auto;
    overflow-y: auto;
  }

  article[about="/about"] table {
    width: 535px;
    height: 500px;
  }

  article.node--type-our-strength .field--name-field-media-oembed-video {
    height: 240px;
  }

  /* --- Title --- */
  .block.block-page-title-block {
    margin-bottom: 30px;
  }

  /* view-related-information - company-profile */
  .view-related-information .views-row {
    max-width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }
}

@media (max-width: 480px) {
  article[about="/about"] p.content-center a~a {
    margin-top: 12px;
  }

  /* --- View --- */
  /* view-introduction-results */
  .view-introduction-results .views-field-view-node a {
    width: 100%;
    max-width: 100%;
  }

  /* view-services */
  .view-services .views-field-view-node a {
    width: 100%;
    max-width: 100%;
  }

  /* view-products-solutions */
  .view-products-solutions .left .views-field-view-taxonomy-term a,
  .view-products-solutions .page-our-strength .content_second .trust-rather .manufacturing .left .views-field-view-taxonomy-term a,
  .page-our-strength .content_second .trust-rather .manufacturing .view-products-solutions .left .views-field-view-taxonomy-term a,
  .view-services .left .views-field-view-taxonomy-term a,
  .view-services .page-our-strength .content_second .trust-rather .manufacturing .left .views-field-view-taxonomy-term a,
  .page-our-strength .content_second .trust-rather .manufacturing .view-services .left .views-field-view-taxonomy-term a {
    width: 100%;
    max-width: 100%;
  }
}

.block-notice-detail {
  max-width: 1130px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.block-notice-detail.view-news .views-row:last-child {
  border-bottom: none;
  border-top: none;
}

.block-notice-detail.view-news .views-field-title {
  width: 100%;
  max-width: 100%;
}

.block-notice-detail .view-content {
  margin-bottom: 44px;
}

.block-notice-detail .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

.block-notice-detail .views-row {
  width: 100%;
}

.block-notice-detail .notice-detail-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}

.block-notice-detail .notice-detail-top .views-field-field-article-type {
  height: 25px;
  margin: 0;
  font-size: 14px;
  line-height: 36px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  border: 1px solid #0068B7;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
}

.block-notice-detail .notice-detail-top .views-field-created,
.block-notice-detail .notice-detail-top .products .views-field-title,
.products .block-notice-detail .notice-detail-top .views-field-title,
.block-notice-detail .notice-detail-top .all-notice .views-field-title,
.all-notice .block-notice-detail .notice-detail-top .views-field-title,
.block-notice-detail .notice-detail-top .events .views-field-title,
.events .block-notice-detail .notice-detail-top .views-field-title,
.block-notice-detail .notice-detail-top .news.view-news .views-field-title,
.news.view-news .block-notice-detail .notice-detail-top .views-field-title {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.block-notice-detail .notice-detail-top p {
  font-size: 14px;
  line-height: 22.4px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.block-notice-detail .views-field-title {
  width: 100%;
}

.block-notice-detail .views-field-title h2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.block-notice-detail .views-field-title h2.field-content {
  padding-left: 0;
}

.block-notice-detail .views-field-title h2:before,
.block-notice-detail .views-field-title h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.block-notice-detail .views-field-title h2:before {
  top: auto;
  transform: translateY(0);
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.block-notice-detail .outside-business blockquote {
  border: none;
  padding: 0;
  margin: 0;
}

.block-notice-detail .outside-business h3 {
  margin-bottom: 21px;
  padding-left: 35px;
}

.block-notice-detail .outside-business h3:before {
  width: 25px;
}

.block-notice-detail .outside-business+p {
  margin-bottom: 27px;
}

.block-notice-detail h1,
.block-notice-detail h3 {
  margin-bottom: 21px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
}

.block-notice-detail h1:before,
.block-notice-detail h3:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  height: 1px;
  width: 25px;
  background: #0068B7;
}

.block-notice-detail .views-field-body p strong {
  font-size: 18px;
  line-height: 36px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
}

.block-notice-detail .views-field-url-prefix {
  display: none;
}

.block-notice-detail .view-footer {
  text-align: center;
}

.block-notice-detail .view-footer a {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  height: 60px;
  position: relative;
  background: #E8EDF1;
  color: #222;
  border: 1px solid #E8EDF1;
}

.block-notice-detail .view-footer a:hover,
.block-notice-detail .view-footer a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.block-notice-detail .view-footer a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20.5px;
  transform: translateY(-50%) rotateY(180deg);
  width: 20px;
  height: 6px;
  margin-top: -2px;
  background: url(../images/vecter-blue.svg) no-repeat;
  transition: all 0.3s ease-out;
}

.block-notice-detail .view-footer a:hover,
.block-notice-detail .view-footer a:focus {
  background: #fff;
  color: #0068B7;
}

.block-notice-detail h4 {
  font-size: 18px;
  line-height: 36px;
  color: #0068B7;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
}

.block-notice-detail h4+p {
  margin-bottom: 23px;
}

.block-notice-detail p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.block-notice-detail p img {
  max-height: 400px;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.block-notice-detail p:nth-last-child(3) {
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 21px;
}

.block-notice-detail .img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
  font-size: 0;
}

.block-notice-detail .img img {
  max-width: 50%;
  flex: 0 0 50%;
  max-height: 300px;
  margin-bottom: 0;
}

.block-notice-detail .img img:nth-child(odd) {
  padding-right: 15px;
}

.block-notice-detail .img img:nth-child(even) {
  padding-left: 15px;
}

.a2a_label {
  display: none !important;
}

body:not(.path-home) .content_first .container-fluid {
  max-width: 100%;
  padding: unset;
  height: auto;
}

body:not(.path-home) .header {
  padding: 0;
}

body:not(.path-home) .header .container-fluid {
  max-width: 100%;
  padding: unset;
}

body:not(.path-home) .header .block-system-branding-block {
  transform: translate(51px, 3.9px);
}

@media (max-width: 991px) {
  body:not(.path-home) .header .block-system-branding-block {
    transform: translateY(0px);
  }
}

body:not(.path-home) .breadcrumb .container-fluid {
  max-width: 100%;
  padding: unset;
  padding-left: 50px;
}

body:not(.path-home) .top .container-fluid {
  max-width: 100%;
  padding: unset;
}

body:not(.path-home) .footer-top .container-fluid,
body:not(.path-home) .footer-middle-columns .container-fluid,
body:not(.path-home) .footer-columns .container-fluid,
body:not(.path-home) .footer-bottom-columns .container-fluid {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

body:not(.path-home) .footer-top .container-fluid>.row,
body:not(.path-home) .footer-middle-columns .container-fluid>.row,
body:not(.path-home) .footer-columns .container-fluid>.row,
body:not(.path-home) .footer-bottom-columns .container-fluid>.row {
  padding: unset;
}

body:not(.path-home) .footer-top .c-nav-social,
body:not(.path-home) .footer-middle-columns .c-nav-social,
body:not(.path-home) .footer-columns .c-nav-social,
body:not(.path-home) .footer-bottom-columns .c-nav-social {
  padding: unset;
}

body:not(.path-home) #main .col-sm-12 {
  padding: unset;
}

@media (min-width: 992px) {
  body:not(.path-home) .container-fluid {
    max-width: 1100px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  body:not(.path-home) .container-fluid {
    max-width: 1140px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  body:not(.path-home) .container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
  }

  body:not(.path-home) .path-home #main .container-fluid>.row {
    padding: 0 150px;
  }

  body:not(.path-home) .footer-top .container-fluid>.row>div,
  body:not(.path-home) .footer-middle-columns .container-fluid>.row>div,
  body:not(.path-home) .footer-bottom-columns .container-fluid>.row>div,
  body:not(.path-home) .footer-columns .container-fluid>.row>div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1200px) {
  body:not(.path-home) .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  body:not(.path-home) .container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  body:not(.path-home) body.path-our-strength .content_third .container-fluid {
    padding-right: 0;
  }
}

body {
  /* Region list */
}

body.path-region-list .global-network h1 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 0;
}

body.path-region-list .global-network h1:before,
body.path-region-list .global-network h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

body.path-region-list .global-network h1:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

body.path-region-list .global-network h1+ul {
  margin-bottom: 100px;
}

body.path-region-list .global-network h1+ul li {
  border-top: none;
  text-decoration: none;
}

body.path-region-list .global-network h1+ul li>div {
  text-decoration: underline;
}

body.path-region-list .global-network h1+ul li>div:focus,
body.path-region-list .global-network h1+ul li>div:hover {
  text-decoration: none;
}

body.path-region-list .global-network .global-network>*:nth-child(4) li div a {
  text-decoration: underline;
}

body.path-region-list .global-network .global-network>*:nth-child(4) li div a:focus,
body.path-region-list .global-network .global-network>*:nth-child(4) li div a:hover {
  text-decoration: none;
}

body .top .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body.path-our-strength #main .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.path-our-strength .content_top .container-fluid {
  max-width: 100%;
}

body.path-our-strength .content_top .container-fluid .views-row {
  width: 100%;
}

body.path-our-strength .content_second .container-fluid {
  max-width: 100%;
}

body.path-our-strength .content_second .region-content-second {
  padding-left: 100px;
  padding-right: 100px;
}

body.path-our-strength .content_second .summary-bottom-our-strength .manufacturing {
  margin-left: 0;
  margin-right: 0;
}

body.path-our-strength .content_second .view-our-strength {
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 1601px) {
  body.path-our-strength .content_second .container-fluid {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  body.path-our-strength .content_second .region-content-second {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.path-our-strength .content_third .container-fluid {
  max-width: 100%;
}

@media (max-width: 991px) {
  body.path-our-strength .content_third .container-fluid {
    padding-right: 0;
  }
}

body.path-our-strength .content_fourth .container-fluid {
  max-width: 100%;
}

body.path-our-strength .content_fourth .region-content-fourth {
  padding-left: 100px;
  padding-right: 100px;
}

@media (min-width: 1601px) {
  body.path-our-strength .content_fourth .container-fluid {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  body.path-our-strength .content_fourth .region-content-fourth {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.page-node-type-profile #main .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

body.page-node-type-profile #main .container-fluid>.row {
  padding-left: 0;
  padding-right: 0;
}

body.page-node-type-profile #main .container-fluid>.row>div {
  padding-left: 0;
  padding-right: 0;
}

body.page-node-type-profile .content_fourth .container-fluid {
  max-width: 1340px;
}

body.page-node-type-profile .block-interview .views-row {
  width: 50%;
}

body.page-node-type-profile .block-interview .views-field-field-thumb {
  width: 100%;
}

body.page-node-type-profile .block-interview .views-field-field-thumb img {
  width: 100%;
}

@media (min-width: 1200px) {
  body.page-node-type-profile .trust-rather {
    padding-left: 150px;
    padding-right: 150px;
  }

  body.page-node-type-profile .machines-people,
  body.page-node-type-profile article.node--type-profile .aiming-compressor,
  article.node--type-profile body.page-node-type-profile .aiming-compressor {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 1601px) {

  body.page-node-type-profile .feature,
  body.page-node-type-profile .trust-rather,
  body.page-node-type-profile .machines-people,
  body.page-node-type-profile article.node--type-profile .aiming-compressor,
  article.node--type-profile body.page-node-type-profile .aiming-compressor {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  body.page-node-type-profile .content_fourth .container-fluid {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-node-type-profile .content_fourth .container-fluid .region-content-fourth {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  body.page-node-type-profile .trust-rather {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.page-node-type-profile .machines-people,
  body.page-node-type-profile article.node--type-profile .aiming-compressor,
  article.node--type-profile body.page-node-type-profile .aiming-compressor {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.page-node-type-profile .feature {
    padding: 0;
  }

  body.page-node-type-profile .content_fourth .region-content-fourth {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  body.path-home .container-fluid {
    max-width: 100%;
  }

  body.path-home .banner .container-fluid,
  body.path-home .content_third .container-fluid,
  body.path-home .content_fourth .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  body.path-home .content_top {
    padding-right: 0;
  }
}

body.path-company-profile .view-related-information .views-row:hover .views-field-field-image,
body.path-catalog-materials-pdf-download .view-related-information .views-row:hover .views-field-field-image,
body.path-notice .view-related-information .views-row:hover .views-field-field-image,
body.path-catalogs .view-related-information .views-row:hover .views-field-field-image,
body.path-company-profile .view-related-information .views-row:focus .views-field-field-image,
body.path-catalog-materials-pdf-download .view-related-information .views-row:focus .views-field-field-image,
body.path-notice .view-related-information .views-row:focus .views-field-field-image,
body.path-catalogs .view-related-information .views-row:focus .views-field-field-image {
  border: 1px solid #0068B7;
}

@media (max-width: 767px) {
  body.page-node-type-information-download .block-table {
    overflow-x: auto;
  }

  body.page-node-type-information-download .block-table table th,
  body.page-node-type-information-download .block-table table td {
    text-align: left;
    border: unset;
    border-bottom: 1px solid #bac5ce;
  }

  body.page-node-type-information-download .block-table table th img,
  body.page-node-type-information-download .block-table table td img {
    height: auto;
    float: unset !important;
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 1199px) {
  body.path-our-strength #main .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  body.path-our-strength .content_second .region-content-second {
    padding-left: 0px;
    padding-right: 0px;
  }

  body.path-our-strength .content_second .summary-bottom-our-strength .manufacturing {
    margin-left: 0;
    margin-right: 0;
  }

  body.path-our-strength .content_third .container-fluid {
    padding-left: 0;
  }

  body.path-our-strength .content_third .container-fluid .region-content-third {
    padding-right: 0px;
  }

  body.path-our-strength .content_fourth .region-content-fourth {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* --- Main content --- */
@media (min-width: 1280px) {
  #main {
    min-height: 49vh;
  }
}

@media (min-width: 1350px) and (min-height: 768px) {
  #main {
    min-height: 52vh;
  }
}

@media (min-width: 1440px) {
  #main {
    min-height: 49vh;
  }
}

/* ----main----*/
#main .region-content .form-no-label {
  color: #222;
  display: flex;
  flex-wrap: wrap;
}

/* path-notice */
.path-notice #main {
  padding-top: 0;
}

.path-notice .content_first .region-content-first::after,
.path-notice .content_first .region-content-first::before {
  top: 85px;
  transform: translateY(0);
}

/* --- path-our-strength --- */
body.path-our-strength #main {
  padding-top: 0;
}

/* --- path-company-profile --- */
.path-company-profile #main .block article,
.path-catalog-materials-pdf-download #main .block article,
.path-notice #main .block article,
.path-catalogs #main .block article {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {

  .path-company-profile #main .block,
  .path-catalog-materials-pdf-download #main .block,
  .path-notice #main .block,
  .path-catalogs #main .block {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --- path-catalogs --- */
/* --- path-notice --- */
/* --- path-catalog-materials-pdf-download --- */
/* --- .page-our-strength  --- */
.page-our-strength .content_first .region-content-first::after,
.page-our-strength .content_first .region-content-first::before {
  display: none;
}

.page-our-strength #main {
  padding-top: 0;
}

.page-our-strength .content_top .container {
  padding-left: 0;
  padding-right: 0;
}

.page-our-strength .content_third .container {
  padding-left: 0;
  padding-right: 0;
}

.path-contact-us #main {
  padding-top: 0;
}

.path-search .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.path-search .views-exposed-form .form--inline .form-item {
  flex: 1;
}

.path-search .views-exposed-form .form--inline .form-item input {
  width: 100%;
  border-right: none;
}

.path-search .views-exposed-form .form--inline .form-actions {
  flex: 0 0 auto;
}

.path-search .view-empty {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.webform-submission-form .text_error {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.webform-submission-form .text_error p {
  font-size: 16px;
  line-height: 40px;
  color: #B70000;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding-left: 8px;
  margin-bottom: unset;
}

.webform-submission-form .text_error span {
  width: 18px;
  height: 18px;
  background: #B70000;
  border-radius: 50%;
  font-size: 0;
  position: relative;
}

.webform-submission-form .text_error span:before {
  position: relative;
  content: "!";
  color: #fff;
  top: -40%;
  left: 38%;
  font-size: 12px;
}

.webform-submission-form .field_error {
  border: 1px solid #B70000 !important;
  background-color: #FEF5F6 !important;
}

@media (min-width: 991px) {

  /* --- Menu mobile --- */
  .section-mobile-menu {
    display: none;
  }

  .table-specification table td:first-child,
  .table-specification table th:first-child {
    width: 120px;
  }

  .table-specification table td:nth-child(2),
  .table-specification table td:nth-child(3),
  .table-specification table th:nth-child(2),
  .table-specification table th:nth-child(3) {
    width: 100px;
  }

  body:not(.path-home) {
    padding-top: 100px;
  }

  body:not(.path-home) #page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
  }

  body:not(.path-home).toolbar-fixed #page {
    top: 39px;
  }

  body:not(.path-home).toolbar-fixed.toolbar-tray-open #page {
    top: 79px;
  }

  body.path-home {
    padding-top: 117px;
  }

  body.path-home .region-header {
    position: absolute;
    top: -10px;
  }

  body.path-home .region-header:after {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }

  body.path-home .region-header:before {
    position: absolute;
    content: "";
    top: 0;
    right: -3px;
    width: 5px;
    height: 85px;
    background: #fff;
  }

  body.path-home.toolbar-fixed #page {
    top: 39px;
  }

  body.path-home.toolbar-fixed.toolbar-tray-open #page {
    top: 79px;
  }

  body.path-home #page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

@media (min-width: 1250px) and (max-width: 1355px) {
  header .container-fluid .we-mega-menu-ul.nav-tabs>.we-mega-menu-li>a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

@media (min-width: 1250px) and (max-width: 1457px) {
  .path-home .news .view-content::before {
    width: 1150px;
    height: 2388px;
  }

  .products-solutions::before,
  .products-solutions::after {
    width: 1150px;
  }
}

@media (min-width: 992px) and (max-width: 1249px) {
  .path-home header .region-main-menu {
    margin-right: unset;
    width: calc(100% - 245px);
    margin-top: 0px;
  }

  .path-home header .we-mega-menu-ul.nav-tabs>.we-mega-menu-li>a {
    font-size: 12px;
    padding: 0 10px;
  }

  .path-home header .region-header {
    padding: 22px 46px 30px 49px;
  }

  .view-banner {
    margin-top: -20px;
  }
}

@media (min-width: 1151px) and (max-width: 1249px) {

  .products-solutions::before,
  .products-solutions::after {
    width: 1050px;
  }

  .path-home .news .view-content::before {
    width: 1050px;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {

  .products-solutions::before,
  .products-solutions::after {
    width: 880px;
  }

  .path-home .news .view-content::before {
    width: 880px;
  }
}

@media (max-width: 1920px) {
  .path-home #main .container>.row {
    margin-left: 0;
    margin-right: 0;
  }

  .path-home #main #content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1400px) and (min-width: 992px) {
  .path-home .content_third .about>div img {
    object-fit: cover;
    object-position: left;
  }
}

@media (max-width: 1300px) {

  /* --- Banner front --- */
  .block-custom-storiestomember .block-content-left h1 {
    font-size: 80px;
    line-height: 100px;
  }

  .products-solutions::before,
  .products-solutions::after {
    height: 1050px;
  }

  /* --- Home --- */
  .content_second .view-news .views-field-field-image {
    height: auto;
  }
}

@media (max-width: 1290px) and (min-width: 992px) {
  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(1) {
    padding-right: 0;
  }
}

@media (max-width: 1190px) and (min-width: 992px) {
  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(1) {
    padding-right: 0;
    max-width: 5%;
    flex: 0 0 5%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:last-child {
    max-width: 22%;
    flex: 0 0 22%;
  }

  .footer-middle-columns .container-fluid>.row>.col-md-6.right .col-md-6:nth-child(2) {
    max-width: 32%;
    flex: 0 0 32%;
  }
}

@media (max-width: 1199px) {
  .view-introduction-results {
    width: 100%;
  }

  .view-banner h1 {
    font-size: 80px;
  }

  .view-banner .content {
    left: 80px;
    bottom: 20px;
  }

  .view-banner .views-row::after {
    width: 50px;
  }

  .content_second .view .view-content::before {
    max-width: 1350px;
    width: 100%;
  }

  .kobelco-compressor-clinic .block-header h1 {
    font-size: 54px;
  }

  .view-banner {
    padding-left: 30px;
  }

  .view-banner::before {
    bottom: -20px;
  }

  /* --- Banner front --- */
  .block-custom-storiestomember .block-content-left h1 {
    line-height: 90px;
    width: 70%;
  }

  .block.block-page-title-block .page-title,
  .block.block-page-title-block h2.style-heading2,
  .block.block-page-title-block .view-kobelco-product-megamenu h3,
  .view-kobelco-product-megamenu .block.block-page-title-block h3,
  .block.block-page-title-block .notice-sitemap h3,
  .notice-sitemap .block.block-page-title-block h3,
  .block.block-page-title-block .view-catalogs .view-content h3,
  .view-catalogs .view-content .block.block-page-title-block h3 {
    padding-left: 30px;
  }

  .path-home .content_second .view-news .views-field-nothing {
    padding: 70px 40px 30px 30px;
  }

  /* --- notice-home --- */
  .path-home .content_fourth .notice-home .view-header {
    width: 25%;
    margin-right: 20px;
  }

  .path-home .content_fourth .notice-home .view-content {
    max-width: calc(75% - 20px);
  }

  .path-home .content_fourth .notice-home .views-field-title {
    width: 65%;
  }

  .path-home .view-news .view-header {
    width: 27%;
  }

  .products-solutions .views-row .views-field-name span a {
    padding-left: 70px;
  }

  .products-solutions .views-row .views-field-name span a::before {
    left: 20px;
  }

  .kobelco-product-detail .detail-right {
    display: block;
  }

  .kobelco-product-detail .detail-right .views-field-field-catalog-download {
    margin-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .block-kobelink #merit .ul-li-kobelink {
    overflow: auto;
  }

  .block-kobelink #merit .ul-li-kobelink ul.figure {
    width: 1100px;
  }
}

@media (max-width: 991.99px) {
  body .header {
    width: 100%;
    z-index: 10;
  }

  .block-kobelink #merit .details p {
    width: 100%;
    margin-left: unset;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .view-related-information .views-field-field-image .field-content {
    width: 100%;
  }

  .view-related-information .views-field-field-image img {
    width: 100%;
  }

  .kobelco-compressor-clinic .button>div a {
    font-size: 14px;
    line-height: 19.6px;
  }

  .news-detail h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .news-detail .views-field-field-subtitle {
    font-size: 18px;
    line-height: 25.2px;
  }

  .view-other-cases-introduction .views-row a {
    font-size: 16px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .view-other-cases-introduction .views-row a::before {
    top: 34px;
  }

  form#calculation-tool-form .content-button>div>div {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  form#calculation-tool-form p {
    font-size: 14px;
    line-height: 28px;
  }

  form#calculation-tool-form h2.style-heading2 {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  form#calculation-tool-form h3 {
    font-size: 18px;
    line-height: 25.2px;
  }

  form#calculation-tool-form .form-title .button {
    top: -3px;
  }

  form#calculation-tool-form .form-title h2 {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  form#calculation-tool-form .input-group .description {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 80px;
  }

  form#unit-conversion-form h2.style-heading2 {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  form#unit-conversion-form .content-button>div>div {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  article p {
    font-size: 14px;
    line-height: 28px;
  }

  article.node--type-introduction .field--name-field-challenge-background,
  article.node--type-introduction .field--name-field-introduced-equipment,
  article.node--type-introduction .field--name-field-outcome,
  article.node--type-introduction .field--name-field-solution {
    margin-bottom: 60px;
  }

  .top a {
    width: 55px;
    height: 55px;
  }

  .introduced-quipment .images img {
    padding: 20px;
  }

  article.node--type-introduction .field--name-field-challenge-background .field__label,
  article.node--type-introduction .field--name-field-introduced-equipment .field__label,
  article.node--type-introduction .field--name-field-outcome .field__label,
  article.node--type-introduction .field--name-field-point .field__label,
  article.node--type-introduction .field--name-field-solution .field__label {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  article.node--type-introduction .content-row .content-left {
    width: 100%;
    margin-right: 0;
  }

  article.node--type-introduction .content-row .content-right {
    width: 100%;
    margin-left: 0;
  }

  article.node--type-introduction .content-row .content-right img {
    max-height: unset;
    height: auto;
  }

  .view-other-cases-introduction .download-materials .download-left {
    width: 100%;
  }

  .view-other-cases-introduction .download-materials .download-right {
    margin-top: 30px;
  }

  body:not(.path-home) .breadcrumb .container-fluid {
    padding-left: 20px;
  }

  .block-notice-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .view-catalogs .image-header-catalog {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .view-catalogs .image-header-catalog img {
    width: 100%;
  }

  .view-catalogs .views-field-nothing,
  .view-catalogs .body-catalog {
    max-width: 100%;
    width: 100%;
  }

  .webform-submission-form {
    padding-left: 0;
    padding-right: 0;
  }

  .block-notice-detail .views-field-title h2.field-content {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .block-notice-detail p {
    font-size: 14px;
    line-height: 28px;
  }

  .block-notice-detail p:nth-last-child(3) {
    font-size: 12px;
    line-height: 22.4px;
  }

  .block-notice-detail .outside-business h3 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 18px;
  }

  .block-notice-detail .img img {
    object-fit: cover;
  }

  img {
    height: auto;
  }

  .products-solutions::before,
  .products-solutions::after {
    margin-top: -50px;
    height: 650px;
  }

  .products-solutions .views-field-field-image img {
    height: auto !important;
  }

  .content_second .view-news .views-row {
    margin-bottom: 50px;
  }

  /* --- view-news --- */
  .menu-content .we-mega-menu-ul>.we-mega-menu-li a {
    margin: 0;
    width: 100%;
    background: #e8edf1;
    border: 1px solid #e8edf1;
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 25.2px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
    font-weight: 700;
    padding: 9px 0;
  }

  .block-we-megamenu-blockmenu-content {
    margin-left: -50px;
  }

  .block-we-megamenu-blockmenu-content .region-we-mega-menu {
    background-color: transparent;
    padding: 0;
  }

  .block-we-megamenu-blockmenu-content .region-we-mega-menu .container-fluid {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-we-megamenu-blockmenu-content .navbar-toggle {
    display: none;
  }

  .block-we-megamenu-blockmenu-content .navbar-we-mega-menu.navbar {
    position: static;
    display: block;
    width: 100%;
    background-color: transparent;
    margin-left: 0;
  }

  .block-we-megamenu-blockmenu-content .navbar-we-mega-menu.navbar .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .block-we-megamenu-blockmenu-content .navbar-we-mega-menu.navbar .nav-tabs li {
    max-width: calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .block-we-megamenu-blockmenu-content .navbar-we-mega-menu.navbar .nav-tabs a {
    color: #222;
    background: #e8edf1;
    border: 1px solid #e8edf1;
  }

  .block-we-megamenu-blockmenu-content .navbar-we-mega-menu.navbar .nav-tabs>li.active>a {
    background-color: #fff;
    color: #0068b7 !important;
    border: 1px solid #0068b7;
  }

  .view-news .view-content.row {
    margin-left: 0;
    margin-right: 0;
  }

  .view-news .views-field-created,
  .view-news .products .views-field-title,
  .products .view-news .views-field-title,
  .view-news .all-notice .views-field-title,
  .all-notice .view-news .views-field-title,
  .view-news .events .views-field-title,
  .events .view-news .views-field-title,
  .news.view-news .views-field-title {
    padding: 0;
  }

  .view-news .views-field-title {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .all-notice .notice-all,
  .events .notice-all,
  .news.view-news .notice-all,
  .products .notice-all {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .all-notice .notice-all .views-field-title,
  .events .notice-all .views-field-title,
  .news.view-news .notice-all .views-field-title,
  .products .notice-all .views-field-title {
    margin-top: 9px;
  }

  .block-our-strength {
    margin-bottom: 150px;
  }

  .block-custom-storiestomember .block-content-left h1 {
    width: 100%;
  }

  .block-our-strength .views-field-fieldset-1 {
    order: -2;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .block-our-strength .views-field-fieldset-1 .field-content {
    position: relative;
  }

  .block-our-strength h4.views-field-title {
    margin-top: 0;
  }

  .block-our-strength h4.views-field-title .field-content {
    width: 100%;
    max-width: unset;
  }

  .block-our-strength .views-field-fieldset {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .path-home .content_fourth .notice-home .view-header {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .path-home .content_fourth .notice-home .view-header p {
    text-align: end;
    margin-bottom: 0px;
  }

  .path-home .content_fourth .notice-home .view-header a {
    min-width: 150px;
    margin-bottom: 30.5px;
    height: 40px;
    padding: 0;
  }

  .path-home .content_fourth .notice-home .view-content {
    width: 100%;
    max-width: 100%;
  }

  .path-home .content_fourth .notice-home table.views-table .views-field-created,
  .path-home .content_fourth .notice-home table.views-table .products .views-field-title,
  .products .path-home .content_fourth .notice-home table.views-table .views-field-title,
  .path-home .content_fourth .notice-home table.views-table .all-notice .views-field-title,
  .all-notice .path-home .content_fourth .notice-home table.views-table .views-field-title,
  .path-home .content_fourth .notice-home table.views-table .events .views-field-title,
  .events .path-home .content_fourth .notice-home table.views-table .views-field-title,
  .path-home .content_fourth .notice-home table.views-table .news.view-news .views-field-title,
  .news.view-news .path-home .content_fourth .notice-home table.views-table .views-field-title {
    min-width: 100px;
  }

  .content_fourth .notice-home .view-header h2 {
    font-size: 18px;
    line-height: 25.2px;
  }

  body.toggled {
    right: 0;
  }

  body.toggled .btn-close {
    display: none;
  }

  body.toggled header .navbar-toggle {
    background-color: #0068B7;
    border-radius: 0;
  }

  .path-home .view-news .views-field-field-image img {
    height: auto;
  }

  /* --- Headline --- */
  .headline {
    display: none;
  }

  .kobelco-compressor-clinic .block-header {
    padding: 50px 20px 68px;
  }

  .kobelco-compressor-clinic .block-header h1 {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 16px;
    padding-top: 20px;
  }

  .kobelco-compressor-clinic .block-header h4 {
    font-size: 18px;
    line-height: 25.2px;
    max-width: 178px;
    margin-left: auto;
    margin-right: auto;
  }

  .kobelco-compressor-clinic .blcok-footer,
  .kobelco-compressor-clinic .block-footer {
    font-size: 14px;
    line-height: 28px;
  }

  .kobelco-compressor-clinic .blcok-footer p,
  .kobelco-compressor-clinic .block-footer p {
    font-size: 14px;
    line-height: 28px;
  }

  .kobelco-compressor-clinic .button {
    margin: 0;
  }

  .kobelco-compressor-clinic .button>div {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 20px;
  }

  /* --- Mobile menu --- */
  header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  header .block-system-branding-block img {
    height: 18px;
    width: 85px;
  }

  header .region-we-mega-menu {
    margin-bottom: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    display: none;
  }

  header .navbar-toggle {
    position: fixed;
    right: 0;
    height: 55px;
    width: 55px;
    background-color: #0068B7;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    order: 2;
    z-index: 9999;
    padding-top: 0px;
  }

  header .navbar-toggle:hover,
  header .navbar-toggle:focus {
    background-color: #0068B7;
  }

  header .navbar-toggle span {
    width: 20px;
    height: 1px;
    background-color: #fff;
  }

  .path-home header .region-main-menu {
    width: calc(100% - 175px);
  }

  .path-home header .region-header {
    padding: 18px 20px 19px;
  }

  .path-home header .container-fluid {
    padding-right: unset;
    position: relative;
    height: 55px;
  }

  body:not(.path-home) .header {
    padding-left: 20px;
  }

  .region-header {
    padding: 16px 0;
  }

  .view-banner {
    padding-left: 20px;
    margin-top: -35px;
  }

  .view-banner::before {
    bottom: -10px;
    width: 75px;
    height: 145px;
  }

  body:not(.path-home) header .container-fluid {
    padding: 16px 50px;
  }

  /* --- Mobile menu -- */
  .section-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -375px;
    max-width: 375px;
    width: 100%;
    transition: all 0.3s ease-out;
    background-color: #fff;
    z-index: 9999;
    overflow-y: scroll;
    padding-bottom: 100px;
  }

  .section-mobile-menu .region-mobile-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 56px;
  }

  .section-mobile-menu.show-menu {
    right: 0;
    transition: all 0.3s ease-out;
  }

  .section-mobile-menu.show-menu .views-exposed-form {
    right: 0;
    transition: all 0.3s ease-out;
  }

  .section-mobile-menu.show-menu .block-views-blockmobile-logo-block-1 {
    right: 0;
    transition: all 0.3s ease-out;
  }

  .section-mobile-menu.show-menu #block-headlinemobile {
    right: 0;
    transition: all 0.3s ease-out;
  }

  .section-mobile-menu.show-menu #block-globalnetworkpath-2 {
    right: 300px;
    transition: all 0.3s ease-out;
  }

  .section-mobile-menu .navbar-nav {
    margin: 0;
    width: 100%;
  }

  .section-mobile-menu .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mobile-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-mobile-menu ul li {
    display: block;
    width: 100%;
    padding: 0;
  }

  .section-mobile-menu ul li::marker {
    display: none;
  }

  .section-mobile-menu ul p,
  .section-mobile-menu ul a {
    padding: 15.5px 16px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
    font-weight: 700;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
    margin-bottom: 0;
  }

  .section-mobile-menu .menu-icon ul {
    display: flex;
    flex-wrap: wrap;
  }

  .section-mobile-menu .menu-icon ul li {
    border-bottom: 0;
    border-top: none;
    border-right: 1px solid #ddd;
  }

  .section-mobile-menu .menu-icon ul li:last-child {
    border-right: none;
  }

  .section-mobile-menu .menu-icon ul li a {
    background-color: #0068B7;
    color: white;
    position: relative;
    font-size: 8px;
    padding: 27px 0 0 0;
    text-align: center;
  }

  .section-mobile-menu .menu-icon ul li a[href*=region-list] {
    color: #0068B7;
    background: #E8EDF1;
  }

  .section-mobile-menu .menu-icon ul li a[href*=region-list]::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: url(../images/icon-language.svg) no-repeat;
    background-size: cover;
    filter: invert(0.6) sepia(1) saturate(9) hue-rotate(196deg);
  }

  .section-mobile-menu .menu-icon ul li a[href*=catalogs] {
    background: #0E498D;
  }

  .section-mobile-menu .menu-icon ul li a[href*=catalogs]::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%) scale(0.85);
    width: 17px;
    height: 23px;
    background: url("/themes/custom/kobelco-theme/assets/images/file-text.png") no-repeat;
    background-size: cover;
  }

  .section-mobile-menu .menu-icon ul li a[href*=contact-us]::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 11px;
    background: url(../images/kobelco-email.svg) no-repeat;
    background-size: cover;
  }

  .section-mobile-menu #block-mobilemenu {
    width: 100%;
  }

  .section-mobile-menu .views-exposed-form {
    position: fixed;
    bottom: 0;
    right: -375px;
    height: 100px;
    max-width: 375px;
    width: 100%;
    margin-bottom: 0;
    display: block;
    z-index: 9999;
    visibility: visible;
    transition: all 0.3s ease-out;
  }

  .section-mobile-menu .views-exposed-form form .form--inline {
    padding: 20px;
    background: #E8EDF1;
    position: relative;
    padding-right: 64px;
    display: flex;
    flex-wrap: wrap;
  }

  .section-mobile-menu .views-exposed-form form .form--inline .form-item {
    margin: 0;
    display: inline-block;
    width: 100%;
  }

  .section-mobile-menu .views-exposed-form form .form--inline .form-item input {
    border-radius: 0;
    outline: none;
    border: none;
    height: 60px;
    margin: 0;
    width: 100%;
  }

  .section-mobile-menu .views-exposed-form form .form--inline .form-actions {
    margin: 0;
    width: 64px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .section-mobile-menu .views-exposed-form form .form--inline .form-actions input.form-submit {
    font-size: 0;
    width: 64px;
    height: 60px;
    background: #fff url(../images/icon-search-blue.svg) no-repeat !important;
    background-size: 24px !important;
    background-position: center !important;
    border-radius: 0;
    border: none;
    cursor: pointer;
  }

  .section-mobile-menu .views-exposed-form form .form--inline .form-actions input.form-submit:hover,
  .section-mobile-menu .views-exposed-form form .form--inline .form-actions input.form-submit:focus {
    background: #fff url(../images/icon-search-blue.svg) no-repeat !important;
    background-size: 24px !important;
    background-position: center !important;
    outline: none;
    border: none;
  }

  .section-mobile-menu .block-views-blockmobile-logo-block-1 {
    height: 56px;
    background-color: #0068B7;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    right: -375px;
    max-width: 375px;
    width: 100%;
    transition: all 0.3s ease-out;
    z-index: 99;
  }

  .section-mobile-menu .view-mobile-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mobile-menu .view-mobile-logo .view-content.row {
    margin-left: 0;
    margin-right: 0;
  }

  .section-mobile-menu .view-mobile-logo .views-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    width: 100%;
  }

  .section-mobile-menu .view-mobile-logo .views-field-nothing {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .section-mobile-menu .view-mobile-logo .navbar-toggler {
    width: 25px;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .section-mobile-menu .view-mobile-logo .navbar-toggler span {
    width: 1.31px;
    height: 24.15px;
    background-color: #fff;
    display: inline-block;
  }

  .section-mobile-menu .view-mobile-logo .navbar-toggler span:nth-child(1) {
    transform: translate(12px, 0px) rotate(45deg);
  }

  .section-mobile-menu .view-mobile-logo .navbar-toggler span:nth-child(2) {
    transform: translate(11px, 0px) rotate(-45deg);
  }

  .section-mobile-menu .view-mobile-logo .navbar-toggler span:last-child {
    display: none;
  }

  .section-mobile-menu #block-headlinemobile,
  .section-mobile-menu .block-headline-mobile {
    width: auto;
  }

  .section-mobile-menu #block-headlinemobile ul li,
  .section-mobile-menu .block-headline-mobile ul li {
    width: auto;
  }

  .section-mobile-menu #block-headlinemobile ul li a,
  .section-mobile-menu .block-headline-mobile ul li a {
    width: 60px;
    height: 55px;
  }

  .section-mobile-menu .block-kobelco-language {
    width: calc(100% - 192px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
  }

  nav.menu--main {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu li {
    position: relative;
  }

  nav.menu--mobile-menu>ul.menu a {
    position: relative;
  }

  nav.menu--mobile-menu>ul.menu a:before,
  nav.menu--mobile-menu>ul.menu a:after {
    position: absolute;
    content: "";
    background: #0068B7;
    right: 20px;
    display: none;
  }

  nav.menu--mobile-menu>ul.menu a:before {
    width: 15px;
    height: 1px;
    top: 29.5px;
    transition: all 0.3s ease-out;
    display: none;
  }

  nav.menu--mobile-menu>ul.menu a:after {
    width: 1px;
    height: 15px;
    right: 27.5px;
    top: 23px;
    transition: all 0.3s ease-out;
  }

  nav.menu--mobile-menu>ul.menu a+span.mobile-expander {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    display: inline-block;
  }

  nav.menu--mobile-menu>ul.menu a+span.mobile-expander .mobile-expander-icon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: inline-block;
  }

  nav.menu--mobile-menu>ul.menu a+span.mobile-expander .mobile-expander-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    background: url(../images/icon-openmenu.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }

  nav.menu--mobile-menu>ul.menu a+span.mobile-expander .mobile-expander-icon.arrow-down:before {
    background: url(../images/icon-close-menu.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item {
    border-bottom: 1px solid #ddd;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.icon>a:after {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item:not(.menu-item--expanded) a:before,
  nav.menu--mobile-menu>ul.menu>li.menu-item:not(.menu-item--expanded) a:after {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item:first-child a {
    border-top: 1px solid #ddd;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul.open-submenu {
    display: block;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul.open-submenu>li.menu-item:not(.menu-item--expanded):not(.icon)>a:before,
  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul.open-submenu>li.menu-item:not(.menu-item--expanded):not(.icon)>a:after {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul.open-submenu>li.menu-item:not(.icon)>a::after {
    height: 15px;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item:last-child a {
    border-bottom: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item.icon>a:after {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item>a {
    border-bottom: 1px solid #fff;
    background-color: #D8E5F5;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 52px;
    padding-right: 57px;
    font-size: 14px;
    line-height: 28px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item>ul {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item>ul.open-submenu {
    display: block;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item>ul>li.menu-item:last-child a {
    border-bottom: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item>ul>li.menu-item a {
    border-bottom: 1px solid #fff;
    background-color: rgba(219, 229, 241, 0.5);
    padding-left: 78px;
    padding-right: 63px;
    padding-top: 13px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 28px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item>ul>li.menu-item a:before,
  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--expanded>ul>li.menu-item>ul>li.menu-item a:after {
    display: none;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item.menu-item--active-trail a::after {
    height: 0;
    transition: all 0.3s ease-out;
  }

  nav.menu--mobile-menu>ul.menu>li.menu-item>a {
    font-size: 16px;
    line-height: 32px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline-block;
  }

  nav.mobilemenufooter ul.menu {
    display: flex;
    flex-wrap: wrap;
  }

  nav.mobilemenufooter ul.menu li {
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
  }

  nav.mobilemenufooter ul.menu li~li {
    border-left: 1px solid #ddd;
  }

  nav.mobilemenufooter ul.menu li a {
    font-size: 12px;
    line-height: 16.8px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
    padding: 22px 20px;
    text-align: center;
  }

  #block-globalnetworkpath-2 {
    position: fixed;
    top: 55px;
    width: 75px;
    height: 55px;
    right: -375px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    z-index: 99;
  }

  #block-globalnetworkpath-2 div>a {
    font-size: 14px;
    line-height: 24px;
    color: #0068B7;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
  }

  body:not(.user-logged-in) header .navbar-we-mega-menu.navbar {
    top: 55px;
  }

  /* --- Container --- */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #main>div>.row {
    margin-left: 0;
    margin-right: 0;
  }

  #main #content {
    padding-left: 0;
    padding-right: 0;
  }

  .kobelco-product-detail .views-field-fieldset-2 {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin-right: unset;
  }

  .kobelco-product-detail .product-images {
    width: 440px;
    margin: 0 auto;
  }

  .kobelco-product-detail .views-field-fieldset {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kobelco-product-detail .views-field-field-specification #product_specification {
    overflow: auto;
  }

  .kobelco-product-detail .views-field-field-specification .specification-2 {
    overflow: auto;
  }

  .kobelco-product-detail .views-field-field-specification table {
    width: 980px !important;
  }

  div[class*=table-] {
    overflow-x: auto;
  }

  div.table-nested {
    overflow-x: unset;
  }

  div.table-nested>table>tbody>tr>th {
    display: block;
    width: 100%;
    border: none;
  }

  div.table-nested>table>tbody>tr>td {
    display: block;
    width: 100%;
    overflow-x: scroll;
    border: none !important;
    border-bottom: 1px solid #bac5ce !important;
    line-height: 32px;
  }

  div.table-nested>table>tbody>tr>td p {
    line-height: 32px;
  }

  div.table-nested>table>tbody>tr>td table {
    width: 500px;
  }

  .footer-middle-columns .container>.row .col-md-6:nth-child(2),
  .footer-middle-columns .container>.row .col-md-6:nth-child(3) {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* --- Home --- */
  .view-banner .views-field-field-image {
    max-height: 650px;
    margin-bottom: 0;
  }

  .view-banner .views-field-field-image img {
    max-height: 650px;
  }

  .products-solutions {
    margin-bottom: 50px;
  }

  .products-solutions .view-header h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .products-solutions .views-row .views-field-name {
    margin-bottom: 14.7px;
  }

  .products-solutions .views-row .views-field-name span a {
    font-size: 18px;
    line-height: 60px;
    padding-left: 50px;
  }

  .products-solutions .views-row .views-field-name span a::before {
    left: 12px;
  }

  .products-solutions .button>div:first-child {
    padding-right: 40px;
  }

  .products-solutions .button>div:last-child {
    padding-left: 40px;
  }

  .view-banner h1 {
    font-size: 60px;
    line-height: 80px;
    height: 100px;
  }

  .view-banner .content {
    left: 10%;
    bottom: 48px;
  }

  .view-banner .views-field-title {
    max-width: 540px;
    margin-bottom: 60px;
  }

  .block-our-strength .images ul li:last-child {
    left: -20px;
  }

  .block-our-strength .row {
    padding-left: 40px;
  }

  .block-our-strength h4.views-field-title {
    padding-right: 40px;
  }

  .block-our-strength h4.views-field-title .field-content {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .block-our-strength .content a {
    font-size: 14px;
    line-height: 19px;
  }

  .block-our-strength .content .views-field-body {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 23px;
  }

  .content_second .view-news .views-field-nothing .content-title,
  .content_second .view-news .views-field-nothing h2.field-content,
  .content_second .view-news .views-field-nothing h3.style-heading3 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 16px;
  }

  .content_second .view-news .views-row .views-field.views-field-body {
    font-size: 14px;
    line-height: 28px;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
    margin-bottom: 30px;
  }

  .content_second .view-news .views-field-nothing .field-content>a {
    font-size: 14px;
    line-height: 25.2px;
  }

  .footer-top .c-nav-social {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-columns .container-fluid>.row {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.path-home .footer-bottom-columns .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.path-home .footer-bottom-columns .container-fluid>.row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {

  .component-images-left>div,
  .component-images-right>div {
    width: 100%;
    margin-bottom: 20px;
  }

  .component-images-left .right,
  .component-images-right .right {
    margin: 0;
    margin-bottom: 20px;
  }

  .sample-text {
    font-size: 12px;
    line-height: 22.4px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
  }

  .sample-text p {
    font-size: 12px;
    line-height: 22.4px;
    color: #222;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
  }

  .kobelco-search .views-field-field-image {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .kobelco-compressor-clinic .button>div {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .table-nested .table-inner {
    overflow-x: auto;
  }

  .table-nested .table-inner table td {
    min-width: 70px;
  }

  div.table-company-profile {
    overflow-x: unset;
  }

  .technical-history table th {
    display: block;
    width: 100%;
    text-align: left;
  }

  .technical-history table td {
    display: block;
    width: 100%;
    word-wrap: break-word;
  }

  .technical-history table td:empty {
    display: none;
  }

  #block-kobelco-theme-content .table-company-profile th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px 15px;
  }

  #block-kobelco-theme-content .table-company-profile td {
    width: 100%;
    display: block;
    padding: 10px 15px !important;
  }

  #block-kobelco-theme-content .table-company-profile tr td {
    border-bottom: none;
    height: auto !important;
  }

  #block-kobelco-theme-content .table-company-profile tr:last-child td {
    border-bottom: 1px solid #bac5ce;
  }

  .view-introduction-results .views-field-title h3 {
    font-size: 18px;
    line-height: 25.2px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .kobelco-product-detail .right p {
    font-size: 12px;
    line-height: 22.4px;
  }

  .kobelco-product-detail .content-title,
  .kobelco-product-detail h2.field-content,
  .kobelco-product-detail h3.style-heading3 {
    font-size: 18px;
  }

  p.font-small,
  .font-small {
    font-size: 12px;
    line-height: 22.4px;
  }

  article.node--type-introduction .content-row .content-right img+P {
    font-size: 12px;
    line-height: 22.4px;
  }

  form#calculation-tool-form .form-title .button {
    position: static;
  }

  form#unit-conversion-form .form-title .button {
    position: static;
  }

  div.breadcrumb {
    height: 120px;
    padding-top: 10px;
  }

  nav.tabs {
    overflow-x: auto;
    margin-top: 32px;
  }

  nav.tabs ul.tabs {
    width: 640px;
  }

  .view-services .views-field-body .field-content {
    font-size: 14px;
    line-height: 28px;
  }

  .view-services .views-field-view-node a {
    font-size: 14px;
    line-height: 19.6px;
  }

  .view-other-cases-introduction .download-materials {
    padding: 20px;
    padding-right: 40px;
  }

  .view-other-cases-introduction .download-materials .download-left p:first-child {
    font-size: 28px;
    line-height: 44.8px;
    margin-bottom: 0;
    width: calc(100% + 20px);
  }

  .view-other-cases-introduction .download-materials .download-left p:last-child {
    width: calc(100% + 20px);
  }

  .view-other-cases-introduction .download-materials .download-right {
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
  }

  .view-other-cases-introduction .download-materials .download-right:after {
    top: 29px;
  }

  .view-other-cases-introduction .download-materials .download-right:before {
    top: 24px;
  }

  .view-other-cases-introduction .download-materials .download-right>a {
    max-width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    line-height: 19.2px;
  }

  .kobelco-product-detail .detail-right .views-field h2 {
    font-size: 18px;
    line-height: 25.5px;
    color: #0068B7;
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
    font-weight: 700;
  }

  .view-catalogs .body-catalog {
    font-size: 14px;
    line-height: 28px;
  }

  .view-products-solutions .left .views-field-description__value p,
  .view-products-solutions .page-our-strength .content_second .trust-rather .manufacturing .left .views-field-description__value p,
  .page-our-strength .content_second .trust-rather .manufacturing .view-products-solutions .left .views-field-description__value p,
  .view-services .left .views-field-description__value p,
  .view-services .page-our-strength .content_second .trust-rather .manufacturing .left .views-field-description__value p,
  .page-our-strength .content_second .trust-rather .manufacturing .view-services .left .views-field-description__value p {
    font-size: 14px;
    line-height: 28px;
  }

  .path-notice .content_first .region-content-first::after,
  .path-notice .content_first .region-content-first::before {
    top: 60px;
  }

  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0px;
  }

  .webform-submission-form .contact-group-item>.fieldset-wrapper>.form-item.form-type-webform-markup {
    padding-left: 0;
  }

  .block {
    /* Title */
  }

  .block.block-page-title-block {
    height: 120px;
    margin-top: -60px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .block.block-page-title-block .page-title,
  .block.block-page-title-block h2.style-heading2,
  .block.block-page-title-block .view-kobelco-product-megamenu h3,
  .view-kobelco-product-megamenu .block.block-page-title-block h3,
  .block.block-page-title-block .notice-sitemap h3,
  .notice-sitemap .block.block-page-title-block h3,
  .block.block-page-title-block .view-catalogs .view-content h3,
  .view-catalogs .view-content .block.block-page-title-block h3 {
    font-size: 24px;
    line-height: 33.6px;
    margin-left: 30px;
    padding-left: 0;
    padding-bottom: 2px;
  }

  .block>h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .block>h2.visually-hidden {
    display: none !important;
  }

  .block-notice-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .block-notice-detail .img img {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
  }

  .block-notice-detail .img img:nth-child(odd) {
    padding-right: 0;
  }

  .block-notice-detail .img img:nth-child(even) {
    padding-left: 0;
  }

  /* --- view-news --- */
  .block-we-megamenu-blockmenu-content {
    margin-left: 0;
  }

  .block-we-megamenu-blockmenu-content .region-we-mega-menu .container-fluid {
    max-width: 100%;
    padding: 0;
  }

  .block-we-megamenu-blockmenu-content .navbar-we-mega-menu.navbar .nav-tabs li {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .view-news .views-field-created,
  .view-news .products .views-field-title,
  .products .view-news .views-field-title,
  .view-news .all-notice .views-field-title,
  .all-notice .view-news .views-field-title,
  .view-news .events .views-field-title,
  .events .view-news .views-field-title,
  .news.view-news .views-field-title {
    font-size: 14px;
    line-height: 28px;
  }

  .view-news .views-field-field-article-type {
    font-size: 12px;
    line-height: 36px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .view-news .views-field-title {
    font-size: 14px;
    line-height: 28px;
  }

  .products-solutions .views-row {
    width: 100% !important;
    margin-right: unset !important;
    margin-left: unset !important;
  }

  .products-solutions .views-row:nth-child(2) {
    margin-left: unset;
  }

  .products-solutions .view-footer .button>div {
    width: 50%;
  }

  .products-solutions .view-footer .button>div a {
    min-width: unset;
    width: 100%;
  }

  .products-solutions .view-footer .button>div:first-child {
    margin-bottom: 20px;
  }

  .products-solutions .view-header {
    width: 275px;
  }

  .products-solutions .view-header h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .products-solutions .views-field-view-taxonomy-term a {
    width: 40px;
    height: 40px;
  }

  .products-solutions .views-field-view-taxonomy-term a::before {
    right: 10px;
  }

  .products-solutions .views-row .views-field-name span a {
    font-size: 18px;
    padding-left: 50px;
  }

  .products-solutions .views-row .views-field-name span a::before {
    left: 20px;
    width: 20px;
    top: 57%;
  }

  .path-home .news .views-field {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .path-home .news .views-field a {
    width: 100%;
    min-width: unset;
  }

  .path-home .news .views-field-nothing {
    order: unset;
  }

  .container {
    max-width: 100%;
    width: 100%;
  }

  .block.block-page-title-block {
    padding: 0;
  }

  .path-home .notice-home .view-header {
    width: 100%;
  }

  .path-home .notice-home .view-content {
    width: 100%;
  }

  .path-home .notice-home .views-row>.views-field {
    padding: 0;
  }

  .path-home .notice-home .views-row .views-field {
    font-size: 14px;
    line-height: 28px;
  }

  .path-home .notice-home .views-row .views-field.views-field-created,
  .path-home .notice-home .views-row .products .views-field.views-field-title,
  .products .path-home .notice-home .views-row .views-field.views-field-title,
  .path-home .notice-home .views-row .all-notice .views-field.views-field-title,
  .all-notice .path-home .notice-home .views-row .views-field.views-field-title,
  .path-home .notice-home .views-row .events .views-field.views-field-title,
  .events .path-home .notice-home .views-row .views-field.views-field-title,
  .path-home .notice-home .views-row .news.view-news .views-field.views-field-title,
  .news.view-news .path-home .notice-home .views-row .views-field.views-field-title {
    min-width: 80px;
  }

  .path-home .notice-home .views-row .views-field.views-field-title {
    width: 100%;
    max-width: 100%;
    margin-top: 9px;
  }

  .path-home .notice-home .views-row .views-field.views-field-title a {
    line-height: 28px;
  }

  .path-home .notice-home .views-field-field-article-type a {
    font-size: 12px;
    padding: 0 20px;
    width: 100px;
  }

  .path-home .view-news .view-header {
    width: 100%;
  }

  .block-custom-storiestomember .block-content-left {
    bottom: unset;
  }

  .view-banner h1 {
    font-size: 36px;
    line-height: 44.8px;
    height: auto;
    margin-bottom: 13px;
  }

  .view-banner p {
    font-size: 20px;
    line-height: 34px;
  }

  .view-banner img {
    height: 650px;
    object-fit: cover;
  }

  .view-banner .views-field-field-image .field-content {
    height: 650px;
  }

  .kobelco-product-detail span[class*=views-label-field-] {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .kobelco-product-detail span.views-label-field-product-features {
    margin-top: 90px;
  }

  .kobelco-product-detail .product-images {
    max-width: 440px;
    width: 100%;
  }

  .kobelco-product-detail .block-content p {
    font-size: 14px;
    line-height: 28px;
  }

  .kobelco-product-detail .detail-content {
    padding-top: 37.5px;
  }

  .kobelco-product-detail .detail-content .button-action-features a {
    min-width: unset;
  }

  .kobelco-product-detail .detail-content .button-action-specification a {
    min-width: unset;
  }

  .kobelco-product-detail .c-nav-social {
    padding-bottom: 30.5px;
  }

  .kobelco-product-detail .views-field-fieldset-2 {
    margin-bottom: 30px;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field {
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-summary {
    margin-bottom: 25px;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-summary .views-field-field-summary {
    margin-bottom: 0;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-summary p {
    font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-air-volume {
    margin-bottom: 26px;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download {
    width: 100%;
    margin-right: unset;
    height: auto;
    border: 1px solid #e8edf1;
    padding: 0;
    font-size: 0;
    line-height: 1;
    margin-bottom: 10px;
    background: transparent;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download a {
    min-width: unset;
    background: #e8edf1;
    color: #222;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:before {
    right: 20px;
    background-image: url(../images/icon-pdf-blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:hover,
  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:focus {
    color: #0068B7;
    border: 1px solid #e8edf1;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:hover a,
  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-catalog-download:focus a {
    color: #0068b7;
    border: 1px solid #e8edf1;
  }

  .kobelco-product-detail .views-field-fieldset-2 .product-action {
    width: 100%;
  }

  .kobelco-product-detail .views-field-fieldset-2 .product-action a {
    max-width: 100%;
    background: #0068B7;
    border: 1px solid #0068b7;
    color: #fff;
    font-size: 16px;
  }

  .kobelco-product-detail .views-field-fieldset-2 .product-action a:before {
    right: 20px;
  }

  .kobelco-product-detail .features h2 {
    font-size: 18px;
    line-height: 25.2px;
  }

  .kobelco-product-detail .features h2:before {
    top: 9px;
  }

  .kobelco-product-detail .features .block-row {
    font-size: 14px;
    line-height: 28px;
  }

  .kobelco-product-detail .text-table {
    font-size: 12px;
    line-height: 22.4px;
    max-width: 320px;
  }

  .kobelco-product-detail a.button {
    font-size: 14px;
    line-height: 19.6px;
    max-width: 100%;
  }

  .content_first {
    margin-left: 20px;
  }

  .breadcrumb .container-fluid {
    padding-left: 20px;
  }

  header .container-fluid {
    padding-left: 20px;
  }
}

@media (max-width: 650px) {
  .table-nested .table-inner>div {
    width: 400px;
  }
}

@media (max-width: 575px) {
  .block-kobelink .wrapp .txt {
    width: 100%;
  }

  .block-kobelink .wrapp .fig {
    width: 100%;
  }

  .block-kobelink #merit .details {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  article.node--type-information-download table td,
  article.node--type-information-download table th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: auto !important;
    text-align: left;
  }

  article.node--type-information-download table th {
    border-bottom: 1px solid #bac5ce;
  }

  article.node--type-information-download table tr:last-child td {
    border-bottom: 1px solid #bac5ce;
  }

  .kobelco-search .views-row {
    margin-bottom: 40px;
  }

  .kobelco-search .views-field-field-image {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .kobelco-search .search-group-info {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .content_first .region-content-first::after,
  .content_first .region-content-first::before {
    display: none;
  }

  .page-node-type-introduction .content_first {
    margin-left: 0;
  }

  .page-node-type-introduction .view-introduction-results {
    height: auto;
    margin-left: 0;
    padding-left: 0px;
    background: transparent;
  }

  .page-title-introduction .view-content {
    height: 120px;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 104, 183, 0.8)), url(../images/kobelco-first.png);
    position: relative;
    padding-left: 20px;
  }

  .page-title-introduction .view-content::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 120px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    display: inline-block;
  }

  .page-title-introduction .view-content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 70px;
    background: #f5f5f5;
    display: inline-block;
    z-index: 2;
  }

  .page-title-introduction .views-field-name,
  .block.block-page-title-block .page-title,
  .block.block-page-title-block h2.style-heading2,
  .block.block-page-title-block .view-kobelco-product-megamenu h3,
  .view-kobelco-product-megamenu .block.block-page-title-block h3,
  .block.block-page-title-block .notice-sitemap h3,
  .notice-sitemap .block.block-page-title-block h3,
  .block.block-page-title-block .view-catalogs .view-content h3,
  .view-catalogs .view-content .block.block-page-title-block h3 {
    position: relative;
  }

  .page-title-introduction .views-field-name:before,
  .page-title-introduction .views-field-name:after,
  .block.block-page-title-block .page-title:before,
  .block.block-page-title-block h2.style-heading2:before,
  .block.block-page-title-block .view-kobelco-product-megamenu h3:before,
  .view-kobelco-product-megamenu .block.block-page-title-block h3:before,
  .block.block-page-title-block .notice-sitemap h3:before,
  .notice-sitemap .block.block-page-title-block h3:before,
  .block.block-page-title-block .view-catalogs .view-content h3:before,
  .view-catalogs .view-content .block.block-page-title-block h3:before,
  .block.block-page-title-block .page-title:after,
  .block.block-page-title-block h2.style-heading2:after,
  .block.block-page-title-block .view-kobelco-product-megamenu h3:after,
  .view-kobelco-product-megamenu .block.block-page-title-block h3:after,
  .block.block-page-title-block .notice-sitemap h3:after,
  .notice-sitemap .block.block-page-title-block h3:after,
  .block.block-page-title-block .view-catalogs .view-content h3:after,
  .view-catalogs .view-content .block.block-page-title-block h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    height: 1px;
    width: 20px;
    display: inline-block;
  }

  .page-title-introduction .views-field-name:before,
  .block.block-page-title-block .page-title:before,
  .block.block-page-title-block h2.style-heading2:before,
  .block.block-page-title-block .view-kobelco-product-megamenu h3:before,
  .view-kobelco-product-megamenu .block.block-page-title-block h3:before,
  .block.block-page-title-block .notice-sitemap h3:before,
  .notice-sitemap .block.block-page-title-block h3:before,
  .block.block-page-title-block .view-catalogs .view-content h3:before,
  .view-catalogs .view-content .block.block-page-title-block h3:before {
    left: -50px;
    background: #0068B7;
    z-index: 99;
  }

  .page-title-introduction .views-field-name:after,
  .block.block-page-title-block .page-title:after,
  .block.block-page-title-block h2.style-heading2:after,
  .block.block-page-title-block .view-kobelco-product-megamenu h3:after,
  .view-kobelco-product-megamenu .block.block-page-title-block h3:after,
  .block.block-page-title-block .notice-sitemap h3:after,
  .notice-sitemap .block.block-page-title-block h3:after,
  .block.block-page-title-block .view-catalogs .view-content h3:after,
  .view-catalogs .view-content .block.block-page-title-block h3:after {
    left: -30px;
    background: #fff;
  }

  .footer-middle-columns .text-formatted p>a[href*=contact-us] {
    font-size: 14px;
    line-height: 60px;
  }

  .technical-history .component-btn-grays,
  article[about*="/about"] .component-btn-grays {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .technical-history .component-btn-grays>div .button-gray,
  article[about*="/about"] .component-btn-grays>div .button-gray {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .kobelco-product-detail .detail-content .button-action-features {
    margin-right: 5.5px;
    width: calc(50% - 5.5px);
  }

  .kobelco-product-detail .detail-content .button-action-specification {
    margin-left: 5.5px;
    width: calc(50% - 5.5px);
  }

  form#calculation-tool-form .content-button>div>div {
    max-width: calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
  }

  form#calculation-tool-form .button {
    padding-left: 0;
  }

  form#calculation-tool-form .input-group.no-label {
    padding-left: 0;
  }

  form#calculation-tool-form .input-group .form-item {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: -7px;
    margin-right: -7px;
  }

  form#calculation-tool-form .input-group .form-item input {
    margin-left: 7px;
    margin-right: 7px;
  }

  form#calculation-tool-form .input-group .form-item label {
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 0;
  }

  form#calculation-tool-form .input-group p {
    text-align: left;
    margin-bottom: 8px;
    max-width: 100%;
    flex: 0 0 100%;
  }

  form#calculation-tool-form .input-group .description {
    padding-left: 0;
  }

  form#calculation-tool-form .input-group+.button {
    padding-left: 0;
  }

  form#calculation-tool-form .image+.button {
    padding-left: 0;
  }

  form#unit-conversion-form .content-button>div>div {
    max-width: calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
  }

  form#unit-conversion-form .form-item {
    margin-left: -7px;
    margin-right: -7px;
  }

  form#unit-conversion-form .form-item input {
    margin-left: 7px;
    margin-right: 7px;
  }

  form#unit-conversion-form .form-item label {
    padding-left: 0;
    margin-left: 7px;
    margin-right: 7px;
  }

  article[about*="/about"] p>* {
    margin-left: 0;
    margin-right: 0;
  }

  article[about*="/about"] p>* img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1rem;
  }

  .kobelco-product-detail .views-field-fieldset .product-image-main {
    width: 100%;
  }

  .kobelco-product-detail .c-nav-social {
    margin-top: 30px;
  }

  .block-our-strength .view-content {
    margin-top: 0;
  }

  .block-our-strength .views-row {
    margin-top: 0;
  }

  #main {
    padding-top: 0;
  }

  /* --- kobelco-product-detail --- */
  .kobelco-product-detail .views-field-fieldset {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .kobelco-product-detail .views-field-fieldset .product-image-thumbnail .slick-list {
    margin: 0;
  }

  .kobelco-product-detail .views-field-fieldset-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex: 1;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field {
    width: 100%;
    max-width: 100%;
  }

  .kobelco-product-detail .views-field-fieldset-2 .views-field-field-video {
    width: 100%;
    height: 100%;
    max-height: 189px;
  }

  .block-custom-storiestomember .block-content-left h1 {
    font-size: 45px;
  }

  table.views-table {
    width: 540px !important;
  }

  .view-content {
    overflow: auto;
  }

  .products-solutions .views-row .views-field-name {
    margin-bottom: 20px;
  }

  .products-solutions .views-row .views-field-name span a {
    padding-left: 30px;
  }

  .products-solutions .views-row .views-field-name span a::before {
    left: 10px;
  }

  .products-solutions .view-footer .button {
    display: block;
  }

  .products-solutions .view-footer .button>div {
    width: 100%;
    padding: 0;
  }

  .products-solutions .view-footer .button>div a {
    max-width: unset;
  }

  .content_second .view-news .view-content {
    padding-left: 20px;
  }

  .content_second .view-news .views-field-field-image {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
    height: auto;
    margin-bottom: 50px;
  }

  .content_second .view-news .views-field-nothing {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px 40px 30px 30px;
  }

  .content_second .view-news .views-field-nothing .page-title,
  .content_second .view-news .views-field-nothing h2.style-heading2,
  .content_second .view-news .views-field-nothing .view-kobelco-product-megamenu h3,
  .view-kobelco-product-megamenu .content_second .view-news .views-field-nothing h3,
  .content_second .view-news .views-field-nothing .notice-sitemap h3,
  .notice-sitemap .content_second .view-news .views-field-nothing h3,
  .content_second .view-news .views-field-nothing .view-catalogs .view-content h3,
  .view-catalogs .view-content .content_second .view-news .views-field-nothing h3 {
    font-size: 18px;
    line-height: 25.2px;
  }

  div.breadcrumb {
    padding-top: 10px;
    margin-right: 20px;
    height: unset;
    position: relative;
  }

  div.breadcrumb:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    margin-bottom: -75px;
    height: 75px;
    width: 100%;
    background: #f5f5f5;
  }

  nav.breadcrumb ol {
    padding-bottom: 12px;
  }

  nav.breadcrumb ol li {
    line-height: 18px;
  }

  nav.breadcrumb ol li a {
    line-height: 18px;
  }

  nav.breadcrumb ol li:last-child {
    line-height: 18px;
  }

  .block.block-page-title-block {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  form#calculation-tool-form .input-group .form-item {
    margin-left: 0;
    margin-right: 0;
  }

  form#calculation-tool-form .input-group .form-item input {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    max-width: 100%;
    flex: 0 0 100%;
  }

  form#calculation-tool-form .input-group .form-item label {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0.5rem;
  }

  form#unit-conversion-form .form-item input {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    max-width: 100%;
    flex: 0 0 100%;
  }

  form#unit-conversion-form .form-item label {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0.5rem;
  }

  .kobelco-product-detail .slick-slider .slick-arrow {
    display: none !important;
  }

  .block-we-megamenu-blockmenu-content .navbar-we-mega-menu.navbar .nav-tabs li {
    max-width: calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
  }
}

@media (max-width: 460px) {
  .table-nested .table-inner>div {
    width: 300px;
  }
}

.webform-confirmation .webform-confirmation__message {
  text-align: left;
}

.webform-confirmation .webform-confirmation__message .btn-return-home {
  margin-top: 70px;
  text-align: center;
}

.webform-confirmation .webform-confirmation__message a {
  display: inline-block;
  text-align: center;
  padding: 17.5px 20px;
  font-size: 16px;
  border-radius: 0;
  line-height: 21px;
  font-weight: 700;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #222;
}

.webform-confirmation .webform-confirmation__message a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 6px;
  top: 24px;
  left: 20px;
  background-image: url(../images/icon-return-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.webform-confirmation .webform-confirmation__message a:hover {
  background: #fff;
  border: 1px solid #0068b7;
  color: #0068b7;
  transition: all 0.3s ease-in-out;
}

.webform-submission-form .webform-submission-form-detail .webform-submission-form-detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.path-home .view-banner {
  position: relative;
  padding-left: 50px;
  padding-bottom: 50px;
  margin-bottom: 38px;
}

.path-home .view-banner::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 290px;
  background: #0E498D;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
}

.path-home .view-banner .row {
  margin: 0;
}

.path-home .view-banner .views-row {
  width: 100%;
  position: relative;
}

.path-home .view-banner .views-row::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #0068b7;
  top: 63%;
  left: -50px;
  display: inline-block;
}

.path-home .view-banner .views-row::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  background: #fff;
  top: 63%;
  left: 0;
  display: inline-block;
}

.path-home .view-banner .views-row .views-field-field-image {
  position: relative;
}

.path-home .view-banner .views-row .views-field-field-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.path-home .view-banner .views-row .views-field-field-banner-media {
  width: 100%;
}

.path-home .view-banner .views-row .views-field-field-banner-media .field-content {
  width: 100%;
}

.path-home .view-banner .views-row .views-field-field-banner-media .media {
  width: 100%;
}

.path-home .view-banner .views-row .views-field-field-banner-media .media .field--name-field-media-video-file {
  width: 100%;
}

.path-home .view-banner .views-row .views-field-field-banner-media .media .field--name-field-media-image {
  width: 100%;
  position: relative;
}

.path-home .view-banner .views-row .views-field-field-banner-media .media .field--name-field-media-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.path-home .view-banner .views-row .views-field-field-banner-media .media video {
  width: 100%;
  object-fit: cover;
}

.path-home .view-banner img {
  width: 100%;
}

.path-home .view-banner .content {
  position: absolute;
  left: 100px;
  bottom: 104px;
}

.path-home .view-banner h1 {
  font-size: 70px;
  line-height: 120px;
  color: #fff;
  font-family: "Roboto Bold";
  margin-bottom: 22px;
  height: 235px;
}

.path-home .view-banner p {
  margin: 0;
  font-size: 26px;
  line-height: 50px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.path-home .view-banner .views-field-title {
  max-width: 1000px;
}

.path-home .content_top .block-our-strength {
  max-width: 100%;
  max-width: 100%;
  margin-bottom: 206px;
}

.path-home .content_top .block-our-strength .row {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.path-home .content_top .block-our-strength .views-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.path-home .content_top .block-our-strength h4.views-field-title {
  margin-bottom: unset;
}

.path-home .content_top .block-our-strength h4.views-field-title .field-content {
  padding-bottom: 33px;
  position: relative;
  margin-bottom: 43px;
  display: block;
  font-size: 44px;
  line-height: 60px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.path-home .content_top .block-our-strength h4.views-field-title .field-content:before,
.path-home .content_top .block-our-strength h4.views-field-title .field-content:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.path-home .content_top .block-our-strength h4.views-field-title .field-content:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.path-home .content_top .block-our-strength .views-field-fieldset,
.path-home .content_top .block-our-strength .views-field-fieldset-1 {
  width: 50%;
}

.path-home .content_top .block-our-strength .views-field-fieldset {
  display: flex;
  flex-direction: column;
  padding-left: 250px;
  padding-right: 70px;
  margin-top: 86px;
}

.path-home .content_top .block-our-strength .views-field-fieldset a {
  width: 50%;
  background: #E8EDF1;
  border: 1px solid #E8EDF1;
  color: #222;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #E8EDF1;
  border: 1px solid #E8EDF1;
}

.path-home .content_top .block-our-strength .views-field-fieldset a:hover,
.path-home .content_top .block-our-strength .views-field-fieldset a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.path-home .content_top .block-our-strength .views-field-fieldset a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.path-home .content_top .block-our-strength .views-field-fieldset a:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #0068b7;
  width: 40px;
  height: 6px;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.path-home .content_top .block-our-strength .views-field-fieldset .views-field-body {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 60px;
}

.path-home .content_top .block-our-strength .views-field-fieldset .views-field {
  margin-left: 50px;
  width: calc(100% - 50px);
}

.path-home .content_top .block-our-strength .views-field-fieldset-1 ul {
  position: relative;
}

.path-home .content_top .block-our-strength .views-field-fieldset-1 ul li {
  list-style-type: none;
  margin-bottom: 0;
}

.path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:first-child {
  width: 75%;
  float: right;
  min-width: 300px;
}

.path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:first-child img {
  width: 100%;
  max-height: 424px;
}

.path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:last-child {
  position: absolute;
  content: "";
  left: 0px;
  top: 174px;
  margin-left: unset;
  width: 50%;
  min-width: 200px;
}

.path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:last-child img {
  width: 100%;
}

.path-home #main {
  background: #fff;
}

.path-home #main .main-inner {
  width: 100%;
  padding: unset;
  background: #F5F5F5;
}

.path-home #main .main-inner>.row {
  width: 100%;
  position: relative;
  margin: unset;
  z-index: 9;
}

.path-home #main .main-inner>.row::before {
  position: absolute;
  content: "";
  width: 15.6%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  display: inline-block;
}

.path-home #main .main-inner .products-solutions {
  max-width: 1300px;
  margin: 0 auto 150px;
}

.path-home #main .main-inner .products-solutions .products-solution {
  max-width: 100%;
}

.path-home #main .main-inner .products-solutions .products-solution .row {
  padding-top: 0;
}

.path-home #main .main-inner .products-solutions .products-solution .row .views-row {
  z-index: 2;
  background-color: #fff;
}

.path-home #main .products-solutions {
  margin-bottom: 150px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.path-home #main .products-solutions .row {
  margin: 0;
}

.path-home #main .products-solutions .views-row {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.path-home #main .products-solutions .views-row:hover .views-field-view-taxonomy-term a,
.path-home #main .products-solutions .views-row:focus .views-field-view-taxonomy-term a {
  background: #fff;
  border: 1px solid #0068B7;
  transition: all 0.3s ease-in-out;
}

.path-home #main .products-solutions .views-row:hover .views-field-view-taxonomy-term a::after,
.path-home #main .products-solutions .views-row:focus .views-field-view-taxonomy-term a::after {
  background: #0068B7;
}

.path-home #main .products-solutions .views-row:hover .views-field-view-taxonomy-term a::before,
.path-home #main .products-solutions .views-row:focus .views-field-view-taxonomy-term a::before {
  background-image: url(../images/vecter-blue.svg);
}

.path-home #main .products-solutions .views-row:first-child {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.path-home #main .products-solutions .views-row:nth-child(2) {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.path-home #main .products-solutions .views-row:nth-last-child(2) .views-field-field-image img,
.path-home #main .products-solutions .views-row:last-child .views-field-field-image img {
  height: 300px;
}

.path-home #main .products-solutions .views-row .views-field {
  margin-bottom: unset;
}

.path-home #main .products-solutions .views-row .views-field-field-image .field-content a {
  display: block;
  position: relative;
}

.path-home #main .products-solutions .views-row .views-field-field-image .field-content a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  background: url("../images/background-gray-change-design.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.path-home #main .products-solutions .views-row .views-field-field-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.path-home #main .products-solutions .views-row .views-field-name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin-bottom: 30px;
}

.path-home #main .products-solutions .views-row .views-field-name a {
  font-size: 32px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 110px;
  display: block;
}

.path-home #main .products-solutions .views-row .views-field-name a::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 50px;
  width: 40px;
  height: 1px;
  background-color: white;
}

.path-home #main .products-solutions .views-row .views-field-name a:hover,
.path-home #main .products-solutions .views-row .views-field-name a:focus {
  color: #fff;
}

.path-home #main .products-solutions .views-row .views-field-name span {
  font-size: 32px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
}

.path-home #main .products-solutions .views-field-view-taxonomy-term {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

.path-home #main .products-solutions .views-field-view-taxonomy-term a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #E8EDF1;
  border: 1px solid #E8EDF1;
  position: relative;
  font-size: 0;
}

.path-home #main .products-solutions .views-field-view-taxonomy-term a:hover,
.path-home #main .products-solutions .views-field-view-taxonomy-term a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.path-home #main .products-solutions .views-field-view-taxonomy-term a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.path-home #main .products-solutions .views-field-view-taxonomy-term a::before {
  background-image: url(../images/vecter-blue.svg);
}

.path-home #main .products-solutions .views-field-view-taxonomy-term a:after {
  background: #0068B7;
}

.path-home #main .products-solutions .views-field-view-taxonomy-term a:hover {
  border: unset;
}

.path-home #main .products-solutions .button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.path-home #main .products-solutions .button>div {
  width: 50%;
}

.path-home #main .products-solutions .button>div a {
  background: #E8EDF1;
  border: 1px solid #E8EDF1;
  color: #222;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  max-width: 430px;
}

.path-home #main .products-solutions .button>div a:hover,
.path-home #main .products-solutions .button>div a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.path-home #main .products-solutions .button>div a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.path-home #main .products-solutions .button>div a:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #0068b7;
  width: 40px;
  height: 6px;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.path-home #main .products-solutions .button>div:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 50px;
}

.path-home #main .products-solutions .button>div:last-child {
  padding-left: 50px;
}

.path-home #main .products-solutions .view-header {
  max-width: 570px;
}

.path-home #main .products-solutions .view-header h2 {
  color: white;
  padding-bottom: 25px;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 60px;
  z-index: 1;
}

.path-home #main .products-solutions .view-background {
  margin-bottom: 40px;
}

.path-home #main .product-solution-vn-in-en {
  position: relative;
  padding-top: 100px;
}

.path-home #main .product-solution-vn-in-en::before,
.path-home #main .product-solution-vn-in-en::after {
  position: absolute;
  content: "";
  width: 84.4%;
  height: 85.24%;
  margin-top: unset;
  margin-left: 0;
  left: 0;
  top: 0;
  z-index: -1;
  display: inline-block;
}

.path-home #main .product-solution-vn-in-en::before {
  background: #00428E;
  background-repeat: round;
  opacity: 1;
  display: inline-block;
}

.path-home #main .product-solution-vn-in-en::after {
  background-image: url(../images/kobelco-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  display: inline-block;
}

.path-home #main .product-solution-vn-in-en .products-solutions .row .views-row {
  background: #ffffff;
}

.path-home #main .product-solution-jp {
  position: relative;
  padding-top: 100px;
}

.path-home #main .product-solution-jp::before,
.path-home #main .product-solution-jp::after {
  position: absolute;
  content: "";
  width: 84.4%;
  height: 86.5%;
  margin-top: unset;
  margin-left: 0;
  left: 0;
  top: 0;
  z-index: -1;
  display: inline-block;
}

.path-home #main .product-solution-jp::before {
  background: #00428E;
  background-repeat: round;
  opacity: 1;
  display: inline-block;
}

.path-home #main .product-solution-jp::after {
  background-image: url(../images/kobelco-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  display: inline-block;
}

.path-home #main .product-solution-jp .products-solutions .products-solution .row .views-row {
  background: #E8EDF1;
}

.path-home #main .product-solution-jp .products-solutions .products-solution .row .views-row:nth-child(4) {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.path-home #main .product-solution-jp .products-solutions .products-solution .row .views-row:nth-child(5) {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.path-home #main .product-others-region {
  position: relative;
  padding-top: 100px;
}

.path-home #main .product-others-region::before,
.path-home #main .product-others-region::after {
  position: absolute;
  content: "";
  width: 85.24%;
  height: 84.33%;
  margin-top: unset;
  margin-left: 0;
  left: 0;
  top: 0;
  z-index: -1;
  display: inline-block;
}

.path-home #main .product-others-region::before {
  background: #00428E;
  background-repeat: round;
  opacity: 1;
  display: inline-block;
}

.path-home #main .product-others-region::after {
  background-image: url(../images/kobelco-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  display: inline-block;
}

.path-home #main .product-others-region .products-solutions .row .views-row {
  background: #E8EDF1;
}

.path-home #main .product-solution-default {
  position: relative;
  padding-top: 100px;
}

.path-home #main .product-solution-default::before,
.path-home #main .product-solution-default::after {
  position: absolute;
  content: "";
  width: 84.4%;
  height: 74.6%;
  margin-top: unset;
  margin-left: 0;
  left: 0;
  top: 0;
  z-index: -1;
  display: inline-block;
}

.path-home #main .product-solution-default::before {
  background: #00428E;
  background-repeat: round;
  opacity: 1;
  display: inline-block;
  height: 84.33%;
}

.path-home #main .product-solution-default::after {
  background-image: url(../images/kobelco-main.png);
  opacity: 0.1;
  display: inline-block;
}

.path-home #main .product-solution-default .products-solutions .row .views-row {
  background: #E8EDF1;
}

.path-home .content_second {
  background: #F5F5F5;
}

.path-home .content_second .content-second-wrapper {
  padding-left: 50px;
}

.path-home .content_second .content-second-wrapper .view-news .view-content {
  max-width: 100%;
}

.path-home .content_second .view-news {
  max-width: 100%;
  position: relative;
  margin-bottom: 100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.path-home .content_second .view-news::before {
  position: absolute;
  content: "";
  width: 15.6%;
  height: 100%;
  background: #fff;
  top: unset;
  right: 0;
  z-index: 0;
}

.path-home .content_second .view-news .view-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.path-home .content_second .view-news .views-row {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  border: unset;
  background-color: #fff;
  position: relative;
}

.path-home .content_second .view-news .views-row .views-field.views-field-body {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.path-home .content_second .view-news .views-field-fieldset {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.path-home .content_second .view-news .views-field-fieldset .field-content,
.path-home .content_second .view-news .views-field-fieldset .views-field-group {
  width: 100%;
}

.path-home .content_second .view-news .views-field-title {
  margin-bottom: 0;
}

.path-home .content_second .view-news .views-field-title a {
  font-size: 32px;
  line-height: 60px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.path-home .content_second .view-news .views-field-body {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 33px;
}

.path-home .content_second .view-news .views-field-nothing {
  max-width: calc(50% + 5px);
  flex: 0 0 calc(50% + 5px);
  order: -1;
  padding-right: 40px;
  padding-bottom: 100px;
  padding-top: 91px;
}

.path-home .content_second .view-news .views-field-nothing .field-content>a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  margin-top: 30px;
}

.path-home .content_second .view-news .views-field-nothing .field-content>a:hover,
.path-home .content_second .view-news .views-field-nothing .field-content>a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.path-home .content_second .view-news .views-field-nothing .field-content>a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.path-home .content_second .view-news .views-field-nothing .field-content>a:before {
  background-image: url(../images/vecter-blue.svg);
}

.path-home .content_second .view-news .views-field-nothing .views-field {
  width: 100%;
  max-width: 100%;
}

.path-home .content_second .view-news .views-field-nothing .views-field a {
  padding-left: 60px;
  position: relative;
}

.path-home .content_second .view-news .views-field-nothing .views-field a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #0068b7;
}

.path-home .content_second .view-news .views-field-nothing .content-title,
.path-home .content_second .view-news .views-field-nothing h2.field-content,
.path-home .content_second .view-news .views-field-nothing h3.style-heading3 {
  font-size: 32px;
  line-height: 60px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.path-home .content_second .view-news .views-field-nothing .content-title:before,
.path-home .content_second .view-news .views-field-nothing h2.field-content:before,
.path-home .content_second .view-news .views-field-nothing h3.style-heading3:before {
  top: 30px;
}

.path-home .content_second .view-news .views-field-field-image {
  max-width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  margin-bottom: 0;
  transform: translateY(50px);
  width: 770px;
  height: 430px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.path-home .content_second .view-news .views-field-field-image .field-content {
  height: 100%;
  width: 100%;
}

.path-home .content_second .view-news .views-field-field-image img {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .path-home .content_second .view-news .views-row {
    margin-bottom: 100px;
    background-color: #fff;
  }

  .path-home .content_second .view-news .views-row:last-child {
    margin-bottom: 200px;
  }
}

.path-home .content_second .view-news .view-content {
  padding-left: unset;
}

.path-home .content_top .about {
  position: relative;
  max-height: 571px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 50px;
  margin-bottom: 140px;
}

.path-home .content_top .about h2 {
  font-size: 40px;
  line-height: 60px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 31px;
  position: relative;
  margin-bottom: 43px;
}

.path-home .content_top .about h2:before,
.path-home .content_top .about h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.path-home .content_top .about h2:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.path-home .content_top .about p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 11px;
}

.path-home .content_top .about>div {
  height: 571px;
}

.path-home .content_top .about>div img {
  width: 100%;
  height: 100%;
}

.path-home .content_top .about>div:nth-child(2) {
  padding: 80px 100px;
  position: absolute;
  top: 100px;
  bottom: 0px;
  right: 0;
  background-color: #fff;
  width: 53%;
  height: auto;
}

.path-home .content_top .about>div>a {
  background: #E8EDF1;
  border: 1px solid #E8EDF1;
  color: #222;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

.path-home .content_top .about>div>a:hover,
.path-home .content_top .about>div>a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.path-home .content_top .about>div>a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  background-image: url(../images/vecter-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.path-home .content_top .about>div>a:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #0068b7;
  width: 40px;
  height: 6px;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}

.path-home .content_fourth .region-content-fourth {
  padding: 0 150px;
}

@media (max-width: 1599px) {
  .path-home .content_fourth .region-content-fourth {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.path-home .content_fourth .notice-home {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 200px;
  margin-bottom: 93px;
  max-width: 1300px;
}

.path-home .content_fourth .notice-home .view-header {
  width: 220px;
  margin-right: 60px;
}

.path-home .content_fourth .notice-home .view-header a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
  max-width: 220px;
  padding: 11px 0 15px 0;
  height: 50px;
}

.path-home .content_fourth .notice-home .view-header a:hover,
.path-home .content_fourth .notice-home .view-header a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.path-home .content_fourth .notice-home .view-header a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.path-home .content_fourth .notice-home .view-header a::before,
.path-home .content_fourth .notice-home .view-header a::after {
  top: 45%;
  transform: translateY(-45%);
}

.path-home .content_fourth .notice-home .view-header a:before {
  background-image: url(../images/vecter-blue.svg);
}

.path-home .content_fourth .notice-home .view-header h2 {
  font-size: 32px;
  line-height: 30px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 34px;
}

.path-home .content_fourth .notice-home .view-content {
  width: calc(100% - 280px);
}

.path-home .content_fourth .notice-home .views-row {
  margin-bottom: unset;
  width: 100%;
  border: none;
  border-top: 1px solid #DDE2E6;
  font-size: 16px;
  line-height: 80px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-weight: 500;
}

.path-home .content_fourth .notice-home .views-row:last-child {
  border-bottom: 1px solid #DDE2E6;
}

.path-home .content_fourth .notice-home .views-row .views-field-nothing {
  width: 100%;
}

.path-home .content_fourth .notice-home .views-row .field-content {
  width: 100%;
}

.path-home .content_fourth .notice-home .views-field-field-article-type {
  text-align: center;
  border: 1px solid #0068B7;
  color: #0068B7;
  padding: 3px 10px;
  display: inline-block;
  width: 100px;
  line-height: 17px !important;
  justify-content: center;
}

.path-home .content_fourth .notice-home .views-field-title {
  width: auto;
  max-width: 70%;
}

.path-home .content_fourth .notice-home .notice-all {
  width: 100%;
}

.path-home .content_fourth .notice-home .notice-all a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  padding: 27px 0;
}

.path-home .content_fourth .notice-home .notice-all .views-field-field-article-type {
  color: #0068B7;
}

.path-home .content_fourth .notice-home .notice-all .views-field {
  margin-right: 20px;
}

.path-home .content_fourth .notice-home .notice-all .views-field:last-child {
  margin-right: unset;
}

.path-home.user-logged-in #main nav.tabs {
  position: absolute;
  top: -135px;
  width: 100%;
}

.path-home.user-logged-in #main nav.tabs ul {
  max-width: 1300px;
  margin: 0 auto;
}

.content_first .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.content_first h1.page-title::before,
.content_first h1.page-title::after {
  display: none;
}

.breadcrumb .container {
  max-width: 100%;
  padding: 0 50px;
}

.page-our-strength .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.page-our-strength #main .row {
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-our-strength #main .Middle-image-our-strength {
  margin-bottom: 145px;
}

.page-our-strength #main .Middle-image-our-strength .views-row {
  width: 100%;
}

.page-our-strength #main .Middle-image-our-strength .views-field-field-middle-image {
  margin-bottom: 0;
}

.page-our-strength #main .Middle-image-our-strength img {
  max-height: 470px;
  width: 100%;
}

.page-our-strength #main #content {
  padding-left: 0;
  padding-right: 0;
}

.page-our-strength #main .content {
  max-width: 100%;
  padding: 0;
}

.page-our-strength #main article {
  padding: 0;
}

.page-our-strength #main article.node--type-our-strength {
  max-width: 100%;
}

.page-our-strength #main article[about*="/our-strength"] .field--name-field-subtitle {
  width: 780px;
}

.page-our-strength #main article.node--type-our-strength .our-strength-title {
  display: none;
}

.page-our-strength .content_top {
  margin-bottom: 144px;
}

.page-our-strength .content_top .Body-our-strength {
  padding: 0 100px;
}

.page-our-strength .content_top .Body-our-strength .manufacturing {
  padding: 0;
}

.page-our-strength .content_top .history-begin {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.page-our-strength .content_top .history-begin .left,
.page-our-strength .content_top .history-begin .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .content_top .history-begin .left {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.page-our-strength .content_top .history-begin .right {
  width: calc(50% - 40px);
  margin-left: 40px;
  position: absolute;
  right: -20px;
  display: flex;
}

.page-our-strength .content_top .history-begin .right>div:first-child {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.page-our-strength .content_top .history-begin .right>div:first-child img {
  width: 81%;
  height: 424px;
  object-fit: cover;
}

.page-our-strength .content_top .history-begin .right>div:nth-child(2) {
  position: absolute;
  left: -20px;
  bottom: -37px;
  max-width: 400px;
}

.page-our-strength .content_top .history-begin .right>div:nth-child(2) img {
  height: 300px;
}

.page-our-strength .content_first {
  margin-left: 0;
}

.page-our-strength .content_second .summary-bottom-our-strength .row {
  margin: 0;
}

.page-our-strength .content_second .summary-bottom-our-strength .views-row {
  width: 100%;
}

.page-our-strength .content_second .summary-bottom-our-strength .manufacturing {
  margin-bottom: 150px;
  max-width: 100%;
  margin: 0 150px;
}

.page-our-strength .content_second .summary-bottom-our-strength .compressor,
.page-our-strength .content_second .summary-bottom-our-strength article.node--type-our-strength .trust-rather .Beyond,
article.node--type-our-strength .trust-rather .page-our-strength .content_second .summary-bottom-our-strength .Beyond {
  margin-bottom: 140px;
}

.page-our-strength .content_second .trust-rather .manufacturing .right {
  margin-left: 60px;
}

.page-our-strength .content_second .trust-rather .manufacturing .left {
  position: relative;
  margin-right: unset;
  padding-bottom: 50px;
}

.page-our-strength .content_second .trust-rather .manufacturing .content-row {
  max-width: 100%;
  margin: 0 auto;
}

.page-our-strength .content_third .container-fluid {
  padding: 0 20px;
  max-width: 100%;
}

.page-our-strength .content_third .important-our-strength .row {
  margin: 0;
}

.page-our-strength .content_third .important-our-strength .row .views-row {
  width: 100%;
}

.page-our-strength .content_third .important-our-strength .partner-forever {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 140px;
}

.page-our-strength .content_third .important-our-strength .partner-forever .left {
  width: calc(50% - 40px);
  margin-right: 40px;
  min-height: 650px;
}

@media (max-width: 1400px) {
  .page-our-strength .content_third .important-our-strength .partner-forever .left {
    min-height: 500px;
  }
}

@media (max-width: 1200px) {
  .page-our-strength .content_third .important-our-strength .partner-forever .left {
    min-height: 400px;
  }
}

.page-our-strength .content_third .important-our-strength .partner-forever .left img {
  position: absolute;
  left: -20px;
  width: calc(50% - 40px);
  object-fit: cover;
  max-height: 700px;
}

.page-our-strength .content_third .important-our-strength .partner-forever .right {
  width: calc(50% - 20px);
  margin-left: 20px;
  padding-top: 30px;
}

.page-our-strength .content_third .important-our-strength .partner-forever .right h4 {
  font-size: 28px;
  line-height: 28px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.page-our-strength .content_third .important-our-strength .partner-forever .right p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.page-our-strength .content_fourth .Philosophy-our-strength {
  margin-bottom: 90px;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 90px;
}

.page-our-strength .content_fourth .Philosophy-our-strength .row {
  margin: 0;
}

.page-our-strength .content_fourth .Philosophy-our-strength .views-row {
  width: 100%;
}

.page-our-strength .content_fourth .Philosophy-our-strength .views-field {
  margin-bottom: 0;
}

.page-our-strength .content_fourth .Philosophy-our-strength .views-label {
  display: block;
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
}

.page-our-strength .content_fourth .Philosophy-our-strength .views-label:before,
.page-our-strength .content_fourth .Philosophy-our-strength .views-label:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.page-our-strength .content_fourth .Philosophy-our-strength .views-label:before {
  width: 80px;
  background-color: #0068B7;
  z-index: 2;
}

.page-our-strength .content_fourth .Philosophy-our-strength article {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-our-strength .content_fourth .Philosophy-our-strength article .field {
  width: 100%;
}

.page-our-strength .content_fourth .Philosophy-our-strength article iframe {
  width: 100%;
  min-height: 600px;
}

.page-our-strength .content_fourth .view-kobelco-interview .row {
  margin: 0;
}

.page-our-strength .content_fourth .view-kobelco-interview .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-row {
  max-width: calc(50% - 20px);
  flex: calc(50% - 20px);
}

.page-our-strength .content_fourth .view-kobelco-interview .views-row:nth-child(odd) {
  margin-right: 20px;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-row:nth-child(even) {
  margin-left: 20px;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-field-thumb {
  margin-bottom: 20px;
}

.page-our-strength .content_fourth .view-kobelco-interview div[class*=views-field-field-title-],
.page-our-strength .content_fourth .view-kobelco-interview .views-field-title {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-our-strength .content_fourth .view-kobelco-interview div[class*=views-field-field-title-] a,
.page-our-strength .content_fourth .view-kobelco-interview .views-field-title a {
  color: #222;
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.page-our-strength .content_fourth .view-kobelco-interview div[class*=views-field-field-title-] a:before,
.page-our-strength .content_fourth .view-kobelco-interview .views-field-title a:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  height: 1px;
  width: 25px;
  background-color: #0068B7;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-field-subtitle {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node {
  margin-bottom: 0;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 18px;
  line-height: 25.2px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a:hover,
.page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a:before {
  background-image: url(../images/vecter-blue.svg);
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-field-title-second .field-content {
  position: relative;
  padding-left: 40px;
}

.page-our-strength .content_fourth .view-kobelco-interview .views-field-field-title-second .field-content::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #0068b7;
}

.page-our-strength .content_fourth .interview.profile {
  max-width: 1300px;
  margin: 0 auto;
}

.page-our-strength .content_fourth .interview.profile>h2 {
  width: 100%;
  font-size: 28px;
  line-height: 44.8px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 40px;
  padding-left: 0;
}

.page-our-strength .content_fourth .interview.profile>h2:before,
.page-our-strength .content_fourth .interview.profile>h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DDE2E6;
  z-index: 1;
}

.page-our-strength .content_fourth .interview.profile>h2:before {
  width: 80px;
  top: auto;
  background-color: #0068B7;
  z-index: 2;
  transform: translateY(0);
}

.page-our-strength .content_fourth .interview.profile .block-interview img {
  max-width: 100%;
  width: 100%;
}

.page-node-type-profile #main {
  padding-top: unset;
}

.page-node-type-profile .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.page-node-type-profile .row {
  max-width: 100%;
  margin: 0;
}

.page-node-type-profile .col-sm-12 {
  padding: 0;
  margin: 0;
}

.page-node-type-profile .field--name-field-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-node-type-profile .node--type-profile {
  max-width: 100%;
  padding: 0;
}

.page-node-type-profile .node--type-profile .field--name-field-middle-image {
  margin-bottom: 150px;
}

.page-node-type-profile .node--type-profile .field--name-field-middle-image img {
  max-height: 420px;
  object-fit: cover;
  width: 100%;
}

.page-node-type-profile .trust-rather h4 {
  font-size: 28px;
  line-height: 26px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
}

.page-node-type-profile .trust-rather .rather {
  margin-bottom: 132px;
}

.page-node-type-profile .trust-rather .given {
  margin-bottom: 130px;
}

.page-node-type-profile .feelings {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
}

.page-node-type-profile .feelings .left,
.page-node-type-profile .feelings .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feelings .left {
  flex: 1;
  margin-right: 60px;
}

.page-node-type-profile .feelings .right {
  max-width: 630px;
  flex: 0 0 630px;
}

.page-node-type-profile .feature {
  margin-bottom: 130px;
  max-width: 100%;
  padding: 0 150px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-profile .feature h4 {
  font-size: 28px;
  line-height: 28px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.page-node-type-profile .feature .every {
  margin-bottom: 132px;
}

.page-node-type-profile .feature .compromise {
  display: flex;
  flex-wrap: wrap;
}

.page-node-type-profile .feature .compromise .left,
.page-node-type-profile .feature .compromise .page-our-strength .content_second .trust-rather .manufacturing .left,
.page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feature .compromise .left {
  flex: 1;
  padding-right: 60px;
}

.page-node-type-profile .feature .compromise .right {
  max-width: 630px;
  flex: 0 0 630px;
}

.page-node-type-profile .feature .compromise .right img {
  max-height: 630px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .page-node-type-profile .feature .compromise .right {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-node-type-profile .feature .compromise .left,
  .page-node-type-profile .feature .compromise .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feature .compromise .left {
    padding-right: unset;
  }
}

.page-node-type-profile .content_fourth .block-interview .views-field-field-title-second {
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.page-node-type-profile .content_fourth .block-interview .views-field-field-title-second::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: #0068B7;
  top: 50%;
  left: 7px;
}

.page-node-type-profile .content_fourth .block-interview .views-field-field-title-second a {
  color: #222;
}

.page-node-type-profile .content_fourth .block-interview .views-field-field-subtitle {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
}

.page-node-type-profile .content_fourth .block-interview .views-field-view-node a {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  font-size: 16px;
  border-radius: 0px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #222;
  background: #e8edf1;
  border: 1px solid #e8edf1;
}

.page-node-type-profile .content_fourth .block-interview .views-field-view-node a:hover,
.page-node-type-profile .content_fourth .block-interview .views-field-view-node a:focus {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
  transition: all 0.3s ease-in-out;
}

.page-node-type-profile .content_fourth .block-interview .views-field-view-node a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  background-image: url(../images/vecter-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.page-node-type-profile .content_fourth .block-interview .views-field-view-node a:before {
  background-image: url(../images/vecter-blue.svg);
}

.manufacturing {
  margin-bottom: 144px;
  /* partner-forever */
}

.manufacturing h4 {
  font-size: 28px;
  line-height: 28px;
  color: #0E498D;
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Bold", sans-serif;
  font-weight: 700;
  width: 100%;
  margin-bottom: 25px;
}

.manufacturing .Beyond {
  margin-bottom: 150px;
}

.manufacturing .partner-forever {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.manufacturing .partner-forever .left,
.page-our-strength .content_second .trust-rather .manufacturing .partner-forever .left {
  max-width: 760px;
  flex: 0 0 760px;
}

.manufacturing .partner-forever .left img,
.page-our-strength .content_second .trust-rather .manufacturing .partner-forever .left img {
  max-height: 650px;
  width: 100%;
}

.manufacturing .partner-forever .right {
  flex: 1;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .page-our-strength .content_third .important-our-strength {
    padding: 0 100px;
  }

  body.path-our-strength .content_third .container-fluid {
    padding-right: 20px;
  }
}

@media (min-width: 2401px) {
  .path-home #main .main-inner>.row:before {
    min-width: 27%;
  }
}

@media (min-width: 2001px) {
  .path-home #main .main-inner>.row:before {
    min-width: 24%;
  }
}

@media (min-width: 1801px) {
  .path-home #main .main-inner>.row:before {
    min-width: 20%;
  }
}

@media (min-width: 1601px) {
  .path-home .view-banner .views-field-field-image img {
    height: 800px;
    object-fit: cover;
  }

  .path-home .content_top .container-fluid {
    display: flex;
    justify-content: space-between;
    padding-left: 18.75%;
  }

  .path-home .content_top .container-fluid .region-content-top {
    width: 100%;
  }

  .path-home .content_top .block-our-strength .views-row {
    justify-content: space-between;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset {
    padding-left: 0;
    padding-right: 0;
    width: 33.0769230769%;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset .views-field {
    margin-left: 0;
    width: 100%;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 {
    width: 61.5384615385%;
    padding-bottom: 50px;
    position: relative;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 ul {
    position: static;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:first-child {
    display: inline-block;
    width: 75%;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:first-child img {
    max-height: unset;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:nth-child(2) {
    display: block;
    width: 50%;
    right: 50%;
    top: auto;
    bottom: 0;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 ul li:nth-child(2) img {
    max-height: unset;
  }

  .path-home #main {
    padding-top: 0;
    margin-right: 18.4210526316%;
    background-color: #f5f5f5;
  }

  .path-home #main .main-inner::before,
  .path-home #main .main-inner::after {
    width: 100%;
  }

  .path-home #main .main-inner>.row {
    padding: 0;
    margin-right: -21.2121212121%;
    width: unset;
    position: relative;
  }

  .path-home #main .main-inner>.row:before,
  .path-home #main .main-inner>.row::after {
    display: inline-block;
  }

  .path-home #main .main-inner .products-solutions {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .path-home #main .main-inner .products-solutions .products-solution {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }

  .path-home #main .main-inner .products-solutions .products-solution .view-content {
    width: 100%;
  }

  .path-home .content_second .content-second-wrapper {
    padding-left: 0;
    max-width: 100%;
  }

  .path-home .content_second .region-content-second {
    margin-left: 3.125%;
  }

  .path-home .content_second .view-news::before {
    width: 18.3%;
  }

  .path-home .content_second .view-news .views-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .path-home .content_second .view-news .views-field-field-image {
    max-width: 770px;
  }

  .path-home .content_second .view-news .views-field-field-image img {
    width: 100%;
    height: 430px;
  }

  .path-home .content_second .view-news .views-field-nothing {
    flex: 1;
  }

  .path-home .content_top {
    margin-right: 3.125%;
  }

  .path-home .content_top .about {
    padding-right: 0;
    max-height: 100%;
  }

  .path-home .content_top .about>div {
    height: auto;
  }

  .path-home .content_top .about>div:nth-child(2) {
    width: 50.3225806452%;
  }

  .path-home .content_top .about>div img {
    object-fit: cover;
  }

  .path-home .content_fourth .region-content-fourth {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .path-home .footer-top .c-nav-social,
  .path-home .footer-middle-columns .container-fluid>.row,
  .path-home .footer-columns .container-fluid>.row,
  .path-home .footer-bottom-columns .container-fluid>.row {
    padding-left: 0;
    padding-right: 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .path-home .footer-top .c-nav-social>div:first-child,
  .path-home .footer-middle-columns .container-fluid>.row>div:first-child,
  .path-home .footer-columns .container-fluid>.row>div:first-child,
  .path-home .footer-bottom-columns .container-fluid>.row>div:first-child {
    padding-left: 0;
  }

  .path-home .footer-top .c-nav-social>div:last-child,
  .path-home .footer-middle-columns .container-fluid>.row>div:last-child,
  .path-home .footer-columns .container-fluid>.row>div:last-child,
  .path-home .footer-bottom-columns .container-fluid>.row>div:last-child {
    padding-right: 0;
  }

  .banner-our-strength .views-field-field-hero-image img {
    height: 550px;
    width: 100%;
    object-fit: cover;
  }

  .page-our-strength #main .Middle-image-our-strength img {
    height: auto;
    width: 100%;
    max-height: unset;
  }

  body.path-our-strength .content_third .container-fluid .region-content-third {
    padding-right: 0;
  }

  .page-node-type-profile .field--name-field-hero-image img {
    height: auto;
    width: 100%;
  }

  .page-node-type-profile .node--type-profile .field--name-field-middle-image img {
    max-height: unset;
    height: auto;
    width: 100%;
  }

  .page-node-type-profile .feelings .right {
    max-width: 50%;
    flex: 50%;
    padding-left: 2%;
  }

  .page-node-type-profile .feelings .right img {
    max-height: unset;
    height: auto;
    width: 100%;
  }

  article.node--type-profile .machines-people .right,
  article.node--type-profile .aiming-compressor .right {
    max-width: 50%;
    flex: 50%;
    padding-left: 2%;
  }

  article.node--type-profile .machines-people .right img,
  article.node--type-profile .aiming-compressor .right img {
    max-height: unset;
    height: auto;
    width: 100%;
  }

  .view-products-solutions .views-field-field-thumb,
  .view-services .views-field-field-thumb {
    height: auto;
  }

  .view-products-solutions .views-field-field-thumb img,
  .view-services .views-field-field-thumb img {
    width: 100%;
  }

  .kobelco-product-detail .new-wide img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1600px) {
  .path-home .view-banner .views-field-field-image img {
    height: 800px;
  }

  .path-home .banner .container-fluid,
  .path-home .content_top .container-fluid,
  .path-home .content_third .container-fluid,
  .path-home .content_fourth .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .path-home .content_second .container-fluid {
    padding-right: 0;
  }
}

@media (max-width: 1500px) {
  .path-home .view-banner .views-field-field-image img {
    height: auto;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset {
    padding-left: 14%;
    padding-right: 5%;
  }

  .path-home .content_second .view-news .views-field-nothing {
    height: auto;
  }

  .path-home .content_second .view-news .views-field-field-image {
    height: auto;
  }

  .path-home .content_third .about>div:nth-child(2) {
    padding: 80px;
  }
}

@media (max-width: 1366px) {
  .path-home .content_top .block-our-strength .views-field-fieldset {
    padding-left: 12%;
  }

  .path-home #main .products-solutions .views-row:last-child .views-field-field-image img,
  .path-home #main .products-solutions .views-row:nth-last-child(2) .views-field-field-image img {
    height: auto;
    width: 100%;
  }

  .path-home .content_fourth .notice-home {
    padding-left: 7%;
  }

  .path-home .content_second .view-news .views-field-nothing {
    padding-left: 7%;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .path-home .content_third .about>div:nth-child(2) {
    padding: 6.4516129032%;
  }
}

@media (max-width: 1199px) {
  .page-our-strength .content_top .Body-our-strength {
    padding: 0;
  }

  .page-our-strength .content_third .important-our-strength .row .field-content {
    padding: 0;
  }

  .path-home .view-banner h1 {
    font-size: 70px;
    margin-bottom: 0;
  }

  .path-home .view-banner .content {
    left: 12%;
    bottom: 15%;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset {
    padding-left: 5%;
  }

  .path-home #main .main-inner .products-solutions .products-solution {
    padding: 0 20px;
  }

  .path-home #main .main-inner .row {
    margin: unset;
  }

  .path-home .content_second .content-second-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .path-home .content_second .view-news .views-field-field-image {
    width: 100%;
  }

  .path-home .content_second .view-news .views-field-field-image img {
    object-fit: cover;
  }

  .path-home .content_top .about {
    padding-right: 20px;
  }

  .path-home .content_top .about>div:nth-child(2) {
    padding: 25px 60px;
  }

  .path-home .content_fourth .region-content-fourth {
    padding: 0 20px;
  }

  .footer-bottom-columns .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-columns .container-fluid>.row {
    padding: 0;
  }

  .footer-top .c-nav-social {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .page-node-type-profile .feature {
    margin-bottom: 60px;
  }

  .page-node-type-profile .feature .every {
    margin-bottom: 60px;
  }

  .page-node-type-profile .feature h4 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 27px;
  }

  .view-banner .views-field-field-image {
    height: 650px;
  }

  .view-banner .views-field-field-image .field-content {
    height: 100%;
  }

  .view-banner .views-field-field-image img {
    height: 100%;
  }

  .path-home .view-banner {
    padding: 0;
    margin-bottom: 60px;
  }

  .path-home .view-banner .row {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .path-home .view-banner::before {
    width: 75px;
    height: 145px;
  }

  .path-home .view-banner .views-row:before {
    top: auto;
    bottom: 160px;
    width: 30px;
    left: -20px;
  }

  .path-home .view-banner .views-row:after {
    top: auto;
    bottom: 160px;
    width: 20px;
  }

  .path-home .view-banner .views-field-field-image {
    height: 650px;
  }

  .path-home .view-banner .views-field-field-image .field-content {
    height: 100%;
  }

  .path-home .view-banner .views-field-field-image img {
    height: 100%;
  }

  .path-home .view-banner .views-field-field-banner-media .media .field--name-field-media-video-file {
    height: 650px;
  }

  .path-home .view-banner .views-field-field-banner-media .media .field--name-field-media-image {
    height: 650px;
  }

  .path-home .view-banner .views-field-field-banner-media .media .field--name-field-media-image .field__item {
    height: 100%;
  }

  .path-home .view-banner .views-field-field-banner-media .media .field--name-field-media-image img {
    height: 100%;
  }

  .path-home .view-banner h1 {
    font-size: 36px;
    line-height: 44.8px;
    height: 120px;
  }

  .path-home .view-banner .views-field-title {
    margin-bottom: 13px;
  }

  .path-home .view-banner p {
    font-size: 20px;
    line-height: 34px;
  }

  .path-home .view-banner .content {
    left: 43px;
    bottom: 48px;
  }

  .path-home .content_top .block-our-strength {
    margin-bottom: 80px;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 ul {
    margin: 0;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset-1 ul li {
    margin-left: 0;
    margin-bottom: 0;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset {
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 146px;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset .views-field {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset .views-field.views-field-body {
    margin-bottom: 23px;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset .views-field.views-field-body .views-field-body {
    margin-bottom: 0;
  }

  .path-home .content_top .block-our-strength .views-field-fieldset .views-field.views-field-view-node {
    padding-right: 20px;
  }

  .path-home .content_top .block-our-strength h4.views-field-title .field-content {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .path-home #main .main-inner .row:before {
    height: calc(100% - 250px);
    z-index: 1;
  }

  .path-home #main .main-inner .row::after {
    z-index: 1;
  }

  .path-home #main .main-inner .products-solutions {
    margin-bottom: 0;
  }

  .path-home #main .products-solutions .view-background {
    margin-bottom: 30px;
  }

  .path-home #main .products-solutions .view-header {
    max-width: 600px;
  }

  .path-home #main .products-solutions .view-header h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .path-home #main .products-solutions .views-row .views-field-name {
    margin-bottom: 14.7px;
  }

  .path-home #main .products-solutions .views-row .views-field-name span a {
    font-size: 18px;
    line-height: 26px;
    padding-left: 50px;
  }

  .path-home #main .products-solutions .views-row .views-field-name span a::before {
    width: 20px;
    left: 20px;
    top: 12.5px;
  }

  .path-home #main .products-solutions .views-row:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20.3px;
  }

  .path-home #main .products-solutions .views-row:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20.3px;
  }

  .path-home #main .products-solutions .views-row:last-child {
    margin-bottom: 0;
  }

  .path-home #main .products-solutions .views-field-field-image {
    width: 100%;
  }

  .path-home #main .products-solutions .views-field-field-image img {
    width: 100%;
    min-height: 170px;
  }

  .path-home #main .products-solutions .views-field-view-taxonomy-term a {
    width: 40px;
    height: 40px;
  }

  .path-home #main .products-solutions .views-field-view-taxonomy-term a:before {
    right: 10px;
  }

  .path-home .content_second .content-second-wrapper .view-news .view-content {
    max-width: calc(100% + 20px);
    margin-right: -20px;
    padding-right: 20px;
    margin-left: 20px;
  }

  .path-home .content_second .view-news {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .path-home .content_second .view-news:before {
    display: none;
  }

  .path-home .content_second .view-news .views-row {
    padding-top: 50px;
    position: relative;
    margin-bottom: 20px;
  }

  .path-home .content_second .view-news .views-field-field-image {
    max-width: calc(100% + 20px);
    flex: 0 0 calc(100% + 20px);
    order: -1;
    padding-left: 20px;
    width: 100%;
    margin-right: -20px;
    transform: translateY(0);
    position: relative;
  }

  .path-home .content_second .view-news .views-field-nothing {
    max-width: 100%;
    flex: 0 0 100%;
    position: static;
    padding: 30px 20px 50px;
  }

  .path-home .content_second .view-news .views-field-nothing .content-title,
  .path-home .content_second .view-news .views-field-nothing h2.field-content,
  .path-home .content_second .view-news .views-field-nothing h3.style-heading3 {
    font-size: 18px;
    line-height: 25.2px;
    padding-left: 30px;
    margin-bottom: 16px;
    letter-spacing: -0.09rem;
  }

  .path-home .content_second .view-news .views-field-nothing .content-title:before,
  .path-home .content_second .view-news .views-field-nothing h2.field-content:before,
  .path-home .content_second .view-news .views-field-nothing h3.style-heading3:before {
    width: 20px;
    top: 12px;
  }

  .path-home .content_second .view-news .views-row .views-field.views-field-body {
    margin-bottom: 30px;
  }

  .path-home .content_top {
    background: #f5f5f5;
  }

  .path-home .content_top .about {
    padding-right: 0;
    max-height: unset;
    margin-bottom: unset;
  }

  .path-home .content_top .about h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .path-home .content_top .about p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .path-home .content_top .about>div {
    height: auto;
    min-height: 220px;
  }

  .path-home .content_top .about>div img {
    height: 100%;
    min-height: 220px;
  }

  .path-home .content_top .about>div a {
    font-size: 14px;
    line-height: 19px;
  }

  .path-home .content_top .about>div:nth-child(2) {
    position: relative;
    top: 0px;
    bottom: auto;
    width: 100%;
    padding: 55px 34px 90px;
  }

  .path-home .content_fourth .notice-home {
    padding-top: 50px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .path-home .content_fourth .notice-home .view-header {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .path-home .content_fourth .notice-home .view-header h2 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 34.5px;
  }

  .path-home .content_fourth .notice-home .view-header a {
    font-size: 12px;
    line-height: 25.2px;
    max-width: 140px;
    padding: 0;
    height: 40px;
  }

  .path-home .content_fourth .notice-home .view-header a::before {
    right: 10px;
  }

  .path-home .content_fourth .notice-home .view-content {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .path-home .content_fourth .notice-home .views-row:last-child {
    border-bottom: none;
  }

  .path-home .content_fourth .notice-home .notice-all .views-field-created,
  .path-home .content_fourth .notice-home .notice-all .products .views-field-title,
  .products .path-home .content_fourth .notice-home .notice-all .views-field-title,
  .path-home .content_fourth .notice-home .notice-all .all-notice .views-field-title,
  .all-notice .path-home .content_fourth .notice-home .notice-all .views-field-title,
  .path-home .content_fourth .notice-home .notice-all .events .views-field-title,
  .events .path-home .content_fourth .notice-home .notice-all .views-field-title,
  .path-home .content_fourth .notice-home .notice-all .news.view-news .views-field-title,
  .news.view-news .path-home .content_fourth .notice-home .notice-all .views-field-title {
    font-size: 14px;
    line-height: 20px;
  }

  .path-home .content_fourth .notice-home .notice-all .views-field-field-article-type {
    font-size: 12px;
    line-height: 36px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
  }

  .path-home .content_fourth .notice-home .notice-all .views-field-title {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: unset;
  }

  .block#block-kobelcokurufunitsuite {
    margin-bottom: 0;
  }

  .block-our-strength .row {
    padding-left: 20px;
  }

  /* Our Strength */
  .banner-our-strength {
    margin-bottom: 131px;
    margin-top: -67px;
  }

  .banner-our-strength .banner-title {
    min-height: 120px;
    padding-left: 63px;
    max-width: 80%;
  }

  .banner-our-strength .banner-title:before {
    top: 43px;
    transform: translateY(0);
    width: 50px;
    display: none;
  }

  .banner-our-strength .views-field-field-hero-image img {
    height: 500px;
    object-fit: cover;
  }

  .banner-our-strength .views-field-title {
    font-size: 32px;
    line-height: 44.8px;
    top: -18px;
  }

  .banner-our-strength .views-field-field-subtitle {
    font-size: 18px;
    line-height: 34px;
    position: relative;
  }

  .banner-our-strength .views-field-field-subtitle:before {
    position: absolute;
    content: "";
    left: -63px;
    top: 17px;
    width: 50px;
    height: 1px;
    background: #fff;
    transform: translateY(0);
  }

  .manufacturing {
    margin-bottom: 0;
  }

  .manufacturing h4 {
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 25.2px;
  }

  .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .left {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 65px;
  }

  .manufacturing .right {
    max-width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 60px;
    order: -1;
  }

  .manufacturing .right>div:first-child img {
    max-width: 75%;
    width: 100%;
    height: auto;
    max-height: 374px;
  }

  .manufacturing .right>div:nth-child(2) {
    max-width: 50%;
  }

  .manufacturing .right>div:nth-child(2) img {
    height: auto;
    width: 100%;
  }

  .manufacturing .Beyond {
    margin-bottom: 60px;
  }

  .manufacturing .Beyond p {
    font-size: 14px;
    line-height: 28px;
  }

  .manufacturing .history-begin {
    padding-left: 0;
    padding-right: 0;
  }

  .manufacturing .history-begin .left,
  .page-our-strength .content_second .trust-rather .manufacturing .history-begin .left {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .manufacturing .history-begin .right {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .manufacturing .history-begin p {
    font-size: 14px;
    line-height: 28px;
  }

  .page-our-strength #main .Middle-image-our-strength {
    margin-bottom: 60px;
  }

  .page-our-strength #main .Middle-image-our-strength img {
    max-height: unset;
    height: auto;
    width: 100%;
  }

  .page-our-strength .content_second .summary-bottom-our-strength .compressor,
  .page-our-strength .content_second .summary-bottom-our-strength article.node--type-our-strength .trust-rather .Beyond,
  article.node--type-our-strength .trust-rather .page-our-strength .content_second .summary-bottom-our-strength .Beyond {
    margin-bottom: 60px;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever {
    margin-bottom: 70px;
    display: block;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .left {
    width: calc(100% + 40px);
    max-width: unset;
    flex: 0 0 calc(100% + 40px);
    left: unset;
    position: unset;
    margin: 0 -20px;
    margin-bottom: 60px;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .left img {
    max-height: unset;
    height: auto;
    width: 100%;
    position: unset;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .right {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .right h4 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 27px;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .right p {
    font-size: 14px;
    line-height: 28px;
  }

  .page-our-strength .content_fourth .Philosophy-our-strength {
    margin-bottom: 85px;
  }

  .page-our-strength .content_fourth .Philosophy-our-strength .views-label {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .page-our-strength .content_fourth .interview.profile>h2 {
    font-size: 24px;
    line-height: 33.6px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .page-our-strength .content_fourth .view-kobelco-interview div[class*=views-field-field-title-] {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 5px;
  }

  .page-our-strength .content_fourth .view-kobelco-interview div[class*=views-field-field-title-] a {
    font-size: 18px;
    line-height: 25.2px;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-field-field-subtitle {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a {
    font-size: 14px;
    line-height: 19.6px;
  }

  .page-our-strength .content_top .container-fluid {
    padding: 0;
  }

  .page-our-strength .content_top .history-begin .left,
  .page-our-strength .content_top .history-begin .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .content_top .history-begin .left {
    margin: 0;
    width: 100%;
  }

  .page-our-strength .content_top .history-begin .right {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 70px;
    right: 0;
  }

  .page-our-strength .content_top .history-begin .right>div:nth-child(2) {
    left: 20px;
  }

  .page-node-type-profile .field--name-field-hero-image img {
    height: auto;
  }

  .page-node-type-profile .node--type-profile .field--name-field-middle-image {
    margin-bottom: 60px;
  }

  .page-node-type-profile .node--type-profile .field--name-field-middle-image img {
    max-height: unset;
    height: auto;
    width: 100%;
  }

  .page-node-type-profile .trust-rather .rather {
    margin-bottom: 60px;
  }

  .page-node-type-profile .trust-rather .given {
    margin-bottom: 60px;
  }

  .page-node-type-profile .trust-rather h4 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 30px;
  }

  .page-node-type-profile .feelings {
    position: relative;
    padding-top: 55.2px;
    margin-bottom: 0px;
  }

  .page-node-type-profile .feelings .left,
  .page-node-type-profile .feelings .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feelings .left {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }

  .page-node-type-profile .feelings .left h4,
  .page-node-type-profile .feelings .page-our-strength .content_second .trust-rather .manufacturing .left h4,
  .page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feelings .left h4 {
    position: absolute;
    top: 0;
    left: 0px;
    margin-bottom: 30px;
  }

  .page-node-type-profile .feelings .right {
    max-width: 100%;
    flex: 0 0 100%;
    order: -1;
    margin-bottom: 30px;
  }

  .page-node-type-profile .feelings .right img {
    width: 100%;
  }

  .page-node-type-profile .content_fourth .block-interview {
    margin-bottom: 60px;
  }

  .page-node-type-profile .content_fourth .block-interview .views-field-field-title-second {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 5px;
  }

  .page-node-type-profile .content_fourth .block-interview .views-field-field-title-second a {
    color: #222;
  }

  .page-node-type-profile .content_fourth .block-interview .views-field-field-subtitle {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .page-node-type-profile .content_fourth .block-interview .views-field-view-node a {
    font-size: 14px;
    line-height: 19.6px;
  }
}

@media (max-width: 767px) {

  .path-home #main .product-others-region,
  .path-home #main .product-solution-default,
  .path-home #main .product-solution-jp,
  .path-home #main .product-solution-vn-in-en {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .path-home .view-banner h1 {
    font-size: 21px;
    height: 155px;
  }

  .path-home .view-banner .content {
    max-width: 282px;
  }

  .path-home .view-banner .views-row:before {
    top: auto;
    bottom: 195px;
    width: 30px;
    left: -20px;
  }

  .path-home .view-banner .views-row:after {
    top: auto;
    bottom: 195px;
    width: 20px;
  }

  .path-home .content_top .block-our-strength .content a {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }

  .path-home #main .products-solutions .views-field-field-image img {
    object-fit: cover;
  }

  .path-home #main .products-solutions .button>div {
    width: 100%;
  }

  .path-home #main .products-solutions .button>div a {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }

  .path-home #main .products-solutions .button>div:first-child {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
  }

  .path-home #main .products-solutions .button>div:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 20px;
    width: 100%;
  }

  .path-home .content_second .view-news .views-field-nothing .field-content>a {
    max-width: 100%;
    font-size: 14px;
  }

  .path-home .content_top .about>div a {
    max-width: calc(100% - 20px);
    width: 100%;
  }

  .path-home #main .product-solution-vn-in-en::after,
  .path-home #main .product-solution-vn-in-en::before {
    height: 82.24%;
  }

  .path-home #main .product-others-region::before,
  .path-home #main .product-others-region::after {
    height: 79.33%;
  }

  .banner-our-strength {
    margin-bottom: 100px;
    margin-top: 0;
  }

  .banner-our-strength .banner-title {
    position: relative;
    bottom: 0;
    top: 0px;
    margin-top: -89px;
    max-width: 335px;
    padding-right: 20px;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-row {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 61px;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-row:nth-child(odd) {
    margin-right: 0;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-row:nth-child(even) {
    margin-left: 0;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a {
    max-width: 100%;
  }

  .page-our-strength .content_fourth .Philosophy-our-strength article iframe {
    min-height: 400px;
  }

  .page-our-strength .content_top .history-begin .right>div:first-child img {
    height: auto;
    object-fit: cover;
  }

  .page-our-strength .content_top .history-begin .right>div:nth-child(2) {
    right: 0;
  }

  .page-our-strength .content_top .history-begin .right>div:nth-child(2) img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }

  body.page-node-type-profile .block-interview .views-row {
    width: 100%;
  }

  .page-node-type-profile .content_fourth .block-interview .views-field-view-node a {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .path-home .content_top .block-our-strength .images ul li:last-child {
    top: 140px;
  }
}

@media (max-width: 375px) {
  .manufacturing .right>div:first-child img {
    max-width: 280px;
    width: 100%;
    height: 198px;
  }

  .manufacturing .right>div:nth-child(2) {
    max-width: 187px;
    height: 141px;
    width: 100%;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .left img {
    max-height: 321px;
  }

  .page-our-strength .content_fourth .Philosophy-our-strength article iframe {
    min-height: 240px;
  }

  article.node--type-profile .machines-people .right img,
  article.node--type-profile .aiming-compressor .right img {
    max-height: 225px;
    object-fit: cover;
  }

  .page-node-type-profile .feelings .right img {
    max-height: 225px;
    object-fit: cover;
  }
}

.webform-submission-form .contact-group .fieldset-wrapper .fieldset-wrapper .contact-form-item-required {
  min-width: unset;
  height: unset;
  background: none !important;
  align-self: flex-start;
}

.webform-submission-form .contact-group .fieldset-wrapper .fieldset-wrapper .contact-form-item-required p {
  font-size: 0;
}

.webform-submission-form .contact-group .fieldset-wrapper .fieldset-wrapper .contact-form-item-required p:after {
  content: "*";
  font-size: 22px;
  color: red;
}

.webform-submission-form .contact-group .fieldset-wrapper .fieldset-wrapper .contact-form-item-not-required {
  width: 16px;
  min-width: unset;
}

.webform-submission-form .contact-group .fieldset-wrapper .fieldset-wrapper .contact-form-item-not-required p {
  font-size: 0;
}

.webform-submission-form .form-item-markup-02 {
  color: red !important;
  display: block !important;
}

.webform-submission-form .contact-group-item .fieldset-wrapper .contact-form-item-not-required {
  width: 16px;
  min-width: unset !important;
}

.webform-submission-form .contact-group-item .fieldset-wrapper .contact-form-item-not-required p {
  font-size: 0;
}

@media print {
  a[href]:after {
    display: none !important;
  }

  .path-home .view-banner h1 {
    color: white !important;
  }

  .path-home .view-banner p {
    color: white !important;
  }

  .path-home .content_top .block-our-strength .content {
    max-width: 40%;
    display: block;
    width: 100%;
  }

  .path-home .content_top .block-our-strength .content a {
    display: none !important;
  }

  .path-home .content_top .block-our-strength .images {
    max-width: 60%;
    order: 3;
  }

  .path-home #main .products-solutions {
    margin-bottom: 0 !important;
  }

  .path-home #main .products-solutions .views-row .views-field-view-taxonomy-term {
    display: none !important;
  }

  .path-home #main .products-solutions .views-row .views-field-name span {
    color: white !important;
  }

  .path-home #main .products-solutions .views-row:nth-child(1) {
    width: 49%;
    float: left;
    margin-right: 1%;
  }

  .path-home #main .products-solutions .views-row:nth-child(2) {
    width: 49%;
    float: right;
    margin-left: 1%;
  }

  .path-home #main .products-solutions .views-row:nth-child(3) {
    width: 100% !important;
  }

  .path-home #main .products-solutions .views-row:nth-child(4) {
    width: 100% !important;
  }

  .path-home #main .products-solutions .button {
    display: none !important;
  }

  .path-home .content_second .view-news {
    margin-bottom: 50px;
  }

  .path-home .content_second .view-news .views-field-group {
    display: flex;
    flex-wrap: wrap;
  }

  .path-home .content_second .view-news .views-field-field-image {
    flex: 0 0 50%;
    width: 50%;
    order: 3;
    float: left;
    margin-bottom: 2%;
    margin-bottom: 50px;
  }

  .path-home .content_second .view-news .views-field-field-image img {
    max-height: 300px;
  }

  .path-home .content_second .view-news .views-field-nothing {
    flex: 0 0 50%;
    width: 50%;
    float: left;
    padding: 0;
    padding-right: 3%;
  }

  .path-home .content_second .view-news .views-field-nothing .content-title,
  .path-home .content_second .view-news .views-field-nothing h2.field-content,
  .path-home .content_second .view-news .views-field-nothing h3.style-heading3 {
    padding-left: 0;
  }

  .path-home .content_second .view-news .views-field-nothing .field-content>a {
    display: none !important;
  }

  .path-home .content_third .about>div:nth-child(2) {
    position: static;
    position: relative;
    transform: translate(100%, -350px);
    top: 0;
    background: #fff !important;
    width: 50%;
    padding: 4%;
  }

  .path-home .content_third .about>div>a {
    display: none !important;
  }

  .path-home .content_fourth .notice-home .view-header a {
    display: none !important;
  }

  .path-home .content_fourth .notice-home .views-field-field-article-type {
    border: none !important;
    padding: 0 !important;
  }

  .footer-bottom-columns,
  .footer-columns,
  .footer-middle-columns,
  .footer-top,
  .top {
    display: none !important;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-field-view-node a {
    display: none !important;
  }

  .page-our-strength .content_fourth .view-kobelco-interview .views-field-field-title-second .field-content {
    padding-left: 0;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .left {
    flex: 0 0 45%;
  }

  .page-our-strength .content_third .important-our-strength .partner-forever .right {
    flex: 0 0 55%;
    padding-left: 4%;
  }

  .page-node-type-profile .content_fourth .block-interview .views-field-view-node a {
    display: none !important;
  }

  .page-node-type-profile .content_fourth .block-interview .views-field-field-title-second {
    padding-left: 0;
  }

  .page-node-type-profile .feelings .left,
  .page-node-type-profile .feelings .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing .page-node-type-profile .feelings .left {
    flex: 45%;
    padding-right: 2%;
  }

  .page-node-type-profile .feelings .right {
    flex: 55%;
    padding-left: 2%;
    order: 3;
  }

  article.node--type-profile .field--name-field-hero-image+.field--name-field-subtitle {
    color: white !important;
  }

  .content_first,
  .breadcrumb {
    display: none !important;
  }

  .manufacturing .history-begin {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .manufacturing .history-begin .left,
  .page-our-strength .content_second .trust-rather .manufacturing .history-begin .left {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 2%;
    margin: 0;
  }

  .manufacturing .history-begin .right {
    order: 3;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 2%;
    margin: 0;
  }

  .manufacturing .history-begin .right>div:first-child {
    width: 90%;
    margin-left: 15%;
  }

  .banner-our-strength .views-field-title {
    color: white !important;
  }

  .banner-our-strength .views-field-field-subtitle {
    color: white !important;
  }

  article.node--type-profile .machines-people .left,
  article.node--type-profile .aiming-compressor .left,
  article.node--type-profile .machines-people .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .machines-people .left,
  article.node--type-profile .aiming-compressor .page-our-strength .content_second .trust-rather .manufacturing .left,
  .page-our-strength .content_second .trust-rather .manufacturing article.node--type-profile .aiming-compressor .left {
    flex: 0 0 46%;
    padding-right: 2%;
    padding-top: 5%;
  }

  article.node--type-profile .machines-people .right,
  article.node--type-profile .aiming-compressor .right {
    flex: 0 0 54%;
    padding-left: 2%;
    order: 3;
  }

  .view-catalogs .views-field-field-file a,
  .view-catalogs .views-field-field-catalog a,
  .view-other-cases-introduction .download-materials .download-right>a,
  .kobelco-compressor-clinic .button,
  .view-introduction-results .views-field-view-node a,
  .view-services .views-field-view-node a,
  .view-products .views-field-view-node,
  .view-products-solutions .left .views-field-view-taxonomy-term a,
  .view-services .left .views-field-view-taxonomy-term a,
  .view-products-solutions .page-our-strength .content_second .trust-rather .manufacturing .left .views-field-view-taxonomy-term a,
  .page-our-strength .content_second .trust-rather .manufacturing .view-products-solutions .left .views-field-view-taxonomy-term a,
  .view-services .page-our-strength .content_second .trust-rather .manufacturing .left .views-field-view-taxonomy-term a,
  .page-our-strength .content_second .trust-rather .manufacturing .view-services .left .views-field-view-taxonomy-term a {
    display: none !important;
  }

  .view-introduction-results .views-field-title {
    padding-left: 0;
  }

  .view-catalogs .view-header {
    display: flex;
    flex-wrap: wrap;
  }

  .view-catalogs .view-header .image-header-catalog {
    width: 40%;
    flex: 0 0 40%;
    margin: 0;
  }

  .view-catalogs .view-header .body-catalog {
    flex: 0 0 60%;
    padding-left: 4%;
  }

  .user-logged-in #main nav.tabs {
    display: none;
  }

  .block#block-kobelcokurufunitsuite {
    margin-bottom: 100px;
  }
}

/*# sourceMappingURL=style.css.map */