@charset "UTF-8";
/*----------------------------------------------------------------------------*\
 * CONTENTS
 * --------------------------------------------------------------------------- */
/* FOUNDATION
 * TOOLS (dev only)
 * BASE
 * COMPONENTS
 * TRUMPS
 */
/*----------------------------------------------------------------------------*\
 * FOUNDATION
 *---------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.2;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #0045b6;
  opacity: 1;
}

.global-nav__inner, .global-sub-nav__inner, .site-header__inner, .site-main__inner, .site-footer__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .global-nav__inner, .global-sub-nav__inner, .site-header__inner, .site-main__inner, .site-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 1040px;
  }
}

.site-footer__logo img {
  display: block;
  width: 100%;
}

/*----------------------------------------------------------------------------*\
 * BASE
 *---------------------------------------------------------------------------- */
html, body {
  --primary-color: #0045b6;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

b, strong {
  font-weight: bold;
}

/*----------------------------------------------------------------------------*\
 * COMPONENTS
 *---------------------------------------------------------------------------- */
.global-nav {
  position: relative;
  background: var(--primary-color);
  border-top: 1px solid #013488;
  border-bottom: 1px solid #013488;
}
.global-nav__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -1px 0;
  border-left: 1px solid #00296c;
}
.global-nav__item {
  border-right: 1px solid #00296c;
  width: 20%;
}
.global-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  background: var(--primary-color);
  border-top: 1px solid #013488;
  border-bottom: 1px solid #013488;
  height: 50px;
}
.global-nav__link.active {
  border-top-color: #013488;
  border-bottom-color: #013488;
  background: #013488;
}
.global-nav__title {
  font-weight: bold;
  font-size: 15px;
  color: white;
  text-align: center;
}
.global-nav__title small {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}
.global-nav__sub-nav {
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.global-nav__sub-nav.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .global-nav {
    height: 51px;
  }
}

.global-sub-nav {
  background: #013488;
  font-size: 13px;
  color: white;
}
.global-sub-nav a:hover {
  text-decoration: underline;
}
.global-sub-nav__inner {
  display: flex;
  gap: 20px;
  padding: 20px 30px;
}
.global-sub-nav__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.global-sub-nav__item {
  width: 20%;
}
.global-sub-nav__item::before {
  content: "-";
  margin-right: 6px;
}
.global-sub-nav__button {
  position: relative;
  flex-shrink: 0;
  border: 1px solid white;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.global-sub-nav__button::before, .global-sub-nav__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: white;
  width: 1px;
  height: 17px;
}
.global-sub-nav__button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.global-sub-nav__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo img {
  display: block;
  width: 100%;
}
.site-header__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-header__button a {
  display: flex;
  gap: 15px;
  padding: 10px 30px 10px 12px;
  border-radius: 5px;
  background: var(--primary-color);
  font-weight: bold;
  font-size: 14px;
  color: white;
}
.site-header__button svg {
  width: 18px;
}
.site-header__button path {
  fill: white;
}
.site-header__hamburger-menu, .site-header__nav {
  display: none;
}
.site-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-color);
}
.site-header__link:hover {
  opacity: 0.7;
}
.site-header__link::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .site-header {
    height: 50px;
  }
  .site-header__logo {
    margin-left: 10px;
    width: 247px;
  }
  .site-header__button span {
    flex-grow: 1;
    text-align: center;
  }
  .site-header__button--icon a {
    padding: 0;
    background: none;
  }
  .site-header__button--icon svg {
    width: 21px;
  }
  .site-header__button--icon path {
    fill: #0045b6;
  }
  .site-header__hamburger-menu {
    background: #0045b6;
    width: 50px;
    height: 50px;
  }
  .site-header__hamburger-menu.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .site-header__hamburger-menu svg {
    width: 20px;
  }
  .site-header__nav.active {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    padding: 0 15px;
    background: white;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    height: calc(100vh - 50px);
  }
  .site-header__link {
    display: none;
  }
  .site-header__corporate-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
    font-weight: bold;
    font-size: 14px;
    color: var(--primary-color);
  }
  .site-header__corporate-link:hover {
    opacity: 0.7;
  }
  .site-header__corporate-link::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--primary-color);
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 15px 30px;
  }
  .site-header__logo {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .site-header__logo img {
    width: 307px;
  }
  .site-header__hamburger-menu, .site-header__hamburger-menu.active, .site-header__nav, .site-header__nav.active {
    display: none;
  }
  .site-header__corporate-link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .site-main {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .site-main {
    padding: 25px 0 60px;
  }
}

.site-footer__inner {
  padding-bottom: 30px;
}
.site-footer__logo {
  width: 245px;
}
.site-footer__company {
  border-top: 1px solid #cdcdcd;
}
.site-footer__standard {
  color: #043885;
}
.site-footer__address dt {
  font-weight: bold;
  font-size: 14px;
}
.site-footer__address dd {
  margin-top: 4px;
  font-size: 13px;
}
.site-footer__copyright {
  font-size: 10px;
  color: #4e4e4e;
}
@media screen and (max-width: 767px) {
  .site-footer__company {
    padding: 40px 15px 0;
  }
  .site-footer__standard {
    margin-top: 5px;
    font-size: 9px;
  }
  .site-footer__addresses {
    margin-top: 25px;
    padding: 0 15px;
  }
  .site-footer__address {
    margin-top: 20px;
  }
  .site-footer__copyright {
    padding: 0 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer__company {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px 10px 0;
  }
  .site-footer__standard {
    font-size: 11px;
  }
  .site-footer__addresses {
    display: flex;
    margin-top: 20px;
    padding: 0 10px;
  }
  .site-footer__address {
    width: calc(100% / 3);
  }
  .site-footer__copyright {
    padding: 8px 20px;
    background: #f3f3f3;
    text-align: center;
  }
}

.mobile-global-nav {
  margin-bottom: 20px;
}
.mobile-global-nav__item {
  border-bottom: 1px solid #d9d9d9;
}
.mobile-global-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  height: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.mobile-global-nav__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #013488;
  border-right: 1px solid #013488;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-sub-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-top: 1px solid #013488;
  background: var(--primary-color);
  width: 100%;
}
.mobile-sub-nav__item {
  border-bottom: 1px solid #013488;
  border-right: 1px solid #013488;
}
.mobile-sub-nav__item:nth-of-type(3n) {
  border-left: none;
}
.mobile-sub-nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: var(--primary-color);
  height: 100%;
  min-height: calc(3em + 8px);
  font-size: 13px;
  color: white;
  text-align: center;
  line-height: 1.5;
}
.mobile-sub-nav__item a.active {
  background: #013488;
}
.mobile-sub-nav__item--row-first {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .mobile-sub-nav {
    display: none;
  }
}

.news-div p {
  display: inline;
}
.news-div a {
  color: -webkit-link;
  text-decoration: underline;
}
.news-div__title {
  border-bottom: 1px solid #023891;
  color: #023891;
}
@media screen and (max-width: 767px) {
  .news-div a {
    color: #023891;
    text-decoration: none;
  }
  .news-div__title {
    padding-bottom: 10px;
    border-bottom-width: 2px;
    font-weight: bold;
    font-size: 24px;
  }
  .news-div__title small {
    display: none;
  }
  .news-div dt {
    padding-top: 15px;
    font-size: 13px;
    color: #646464;
  }
  .news-div dd {
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
  }
  .news-div dd::before {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #023891;
  }
}
@media screen and (min-width: 768px) {
  .news-div {
    padding: 15px;
    border: 1px solid #999;
    height: 100%;
  }
  .news-div__title {
    margin-bottom: 10px;
    padding-left: 2px;
    border-bottom: 1px solid #052d8b;
    font-size: 20px;
    color: #052d8b;
  }
  .news-div__title small {
    margin-left: 12px;
    font-size: 11px;
  }
  .news-div h3 {
    margin-bottom: 10px;
  }
  .news-div dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.7;
    margin-top: 5px;
  }
  .news-div dt, .news-div dd {
    font-size: 12px;
  }
  .news-div dt {
    flex-shrink: 0;
    width: 96px;
  }
  .news-div dd {
    margin-bottom: 5px;
    width: calc(100% - 96px);
  }
}

.main-top-img {
  margin-bottom: 30px;
}

.home-section .left-box a:hover img, .home-section .right-box a:hover img {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .home-section .left-box, .home-section .right-box {
    width: 490px;
  }
}
@media screen and (max-width: 767px) {
  .home-section .left-box {
    margin: 50px 15px 0;
  }
}
.home-section .right-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-section .right-box {
    margin: 20px 15px 0;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .home-section .right-box {
    gap: 4px;
  }
}
@media screen and (min-width: 768px) {
  .home-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .home-section--main {
    flex-direction: row-reverse;
  }
  .home-section--banners {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .page-title {
    margin-bottom: 20px;
  }
}

#products-box, #technic-box, #news-box, .page-box {
  padding: 15px;
}
#products-box h3, #technic-box h3, #news-box h3,  .page-box h3 {
  line-height: 168%;
  color: #023891;
  text-align: left;
  margin-bottom: 25px;
  font-weight: bold;
}
.product-section__head {
  margin-top: 18px;
  padding-top: 8px;
  border-top: 1px solid #012271;
  font-weight: bold;
}
.product-section__head:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #products-box h3, #technic-box h3, #news-box h3, .page-box h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #023891;
    font-size: 24px;
  }
  #products-box #catch-copy, #technic-box #catch-copy, #news-box #catch-copy {
    font-size: 14px;
  }
  #products-box .item-info-box, #technic-box .item-info-box, #news-box .item-info-box {
    flex-direction: column-reverse;
  }
  .product-section {
    flex-direction: column;
    gap: 16px;
  }
  .page-box--quality .product-section {
    flex-direction: column-reverse;
  }
  #products-box .item-info-box .left-box p,
  #technic-box .item-info-box .left-box p,
  #news-box .item-info-box .left-box p,
  .product-section__text {
    line-height: 2;
  }
  #products-box .item-info-box .left-box strong,
  #technic-box .item-info-box .left-box strong,
  #news-box .item-info-box .left-box strong {
    display: block;
    margin: 20px 0;
  }
  .product-section__head,
  .product-section__head:first-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #products-box, #technic-box, #news-box, .page-box {
    border: 1px solid #CCC;
  }
  #products-box h3, #technic-box h3, #news-box h3, .page-box h3 {
    border-bottom: 1px solid #023891;
    font-size: 18px;
  }
  #products-box #catch-copy, #technic-box #catch-copy, #news-box #catch-copy {
    font-size: 18px;
  }
  #products-box .item-info-box,
  #technic-box .item-info-box,
  #news-box .item-info-box,
  .product-section {
    align-items: flex-start;
    justify-content: space-between;
  }
  #products-box .item-info-box .left-box p,
  #technic-box .item-info-box .left-box p,
  #news-box .item-info-box .left-box p,
  .product-section__text {
    line-height: 168%;
  }
}
#products-box #catch-copy, #technic-box #catch-copy, #news-box #catch-copy {
  margin-bottom: 15px;
  border: 3px double #09F;
  padding: 10px;
  text-align: left;
  line-height: 168%;
  background-color: #EEFBFF;
  color: #C00;
}
#products-box .item-info-box,
#technic-box .item-info-box,
#news-box .item-info-box,
.product-section {
  display: flex;
}
#products-box .item-info-box .left-box,
#technic-box .item-info-box .left-box,
#news-box .item-info-box .left-box,
.product-section__body {
  text-align: left;
}
#products-box .item-info-box .left-box p,
#technic-box .item-info-box .left-box p,
#news-box .item-info-box .left-box p,
.product-section__text {
  margin-bottom: 10px;
  font-size: 14px;
  white-space: pre-wrap;
}
#products-box .item-info-box .left-box strong,
#technic-box .item-info-box .left-box strong,
#news-box .item-info-box .left-box strong,
.product-section__head {
  margin-bottom: 10px;
  font-size: 18px;
  color: #006;
  line-height: 168%;
}
#products-box .item-info-box hr,
#technic-box .item-info-box hr,
#news-box .item-info-box hr {
  margin: 0.5em 0;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #012271;
  border-left-color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
#products-box .item-info-box .pdf-box, #technic-box .item-info-box .pdf-box, #news-box .item-info-box .pdf-box {
  padding-top: 25px;
  padding-bottom: 25px;
}
#products-box .item-info-box .pdf-box p, #technic-box .item-info-box .pdf-box p, #news-box .item-info-box .pdf-box p {
  margin-bottom: 15px;
}
#products-box .item-info-box .pdf-box a:hover img, #technic-box .item-info-box .pdf-box a:hover img, #news-box .item-info-box .pdf-box a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
#products-box .item-info-box .catalog-div ul,
#technic-box .item-info-box .catalog-div ul,
#news-box .item-info-box .catalog-div ul,
.catalog-div ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#products-box .item-info-box .catalog-div ul li,
#technic-box .item-info-box .catalog-div ul li,
#news-box .item-info-box .catalog-div ul li,
.catalog-div li {
  float: left;
  padding-right: 1px;
  padding-left: 2px;
  display: block;
  width: 122px;
  font-size: 12px;
  line-height: 148%;
}
#products-box .item-info-box .catalog-div a,
#technic-box .item-info-box .catalog-div a,
#news-box .item-info-box .catalog-div a,
.catalog-div a {
  text-decoration: none;
}
#products-box .item-info-box .catalog-div a:hover,
#technic-box .item-info-box .catalog-div a:hover,
#news-box .item-info-box .catalog-div a:hover,
.catalog-div a:hover {
  color: #F00;
}
#products-box .item-info-box .catalog-div a:hover img,
#technic-box .item-info-box .catalog-div a:hover img,
#news-box .item-info-box .catalog-div a:hover img,
.catalog-div a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
#products-box .item-info-box table,
#technic-box .item-info-box table,
#news-box .item-info-box table,
.product-section table {
  width: 100%;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-left-color: #999;
  font-size: 12px;
}
#products-box .item-info-box td,
#technic-box .item-info-box td,
#news-box .item-info-box td,
.product-section td {
  padding: 5px;
  text-align: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #999;
  border-bottom-color: #999;
}
#products-box .item-lain, #technic-box .item-lain, #news-box .item-lain {
  clear: both;
  padding-top: 25px;
  padding-bottom: 25px;
}
#products-box .item-lain hr, #technic-box .item-lain hr, #news-box .item-lain hr {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: double;
  border-left-style: none;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #023891;
  border-left-color: #FFF;
}

@media screen and (min-width: 768px) {
  #products-box .item-info-box {
    flex-direction: row-reverse;
  }
  #products-box .item-info-box .left-box,
  .product-section__body {
    width: 500px;
  }
}

#technic-box .item-info-box li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #technic-box .left-box {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #technic-box .left-box, #technic-box .right-box,
  .product-section__image {
    width: 450px;
  }
  #technic-box .page-list__link {
    min-height: 150px;
  }
}

#news-box * + * {
  margin-top: 1.5em;
}
#news-box .news-box__date {
  font-size: 14px;
  color: #023891;
}
#news-box .news-box__date + h3 {
  margin-top: 6px;
}
#news-box ul {
  list-style-type: square;
}
#news-box ul, #news-box ol {
  margin-left: 1.5em;
  padding: 0;
}
#news-box ol {
  list-style: decimal;
}
#news-box ol ol {
  list-style: upper-alpha;
}
#news-box ol ol ol {
  list-style: lower-roman;
}
#news-box ol ol ol ol {
  list-style: lower-alpha;
}
#news-box ul ul, #news-box ol ol, #news-box ul ol, #news-box ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
#news-box li + li {
  margin-top: 0;
}
#news-box blockquote {
  font-style: italic;
  padding: 0 3em;
}
#news-box blockquote cite, #news-box blockquote em, #news-box blockquote i {
  font-style: normal;
}
#news-box a {
  text-decoration: underline;
}
#news-box a:link {
  color: #06c;
}
#news-box a:visited {
  color: #743399;
}
#news-box a:active, #news-box a a:hover {
  color: #ff4b33;
}
#news-box table {
  border: 1px solid #e7e7e7 !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-right: -1px;
  text-align: left;
  width: 100%;
}
#news-box table tr th, #news-box table thead th {
  border: none !important;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
#news-box table tr td {
  border: none !important;
  border-top: 1px solid #e7e7e7 !important;
  padding: 6px 24px;
}
#news-box img {
  margin: 0;
}
#news-box img.size-auto, #news-box img.size-large, #news-box img.size-full, #news-box img.size-medium {
  max-width: 100%;
  height: auto;
}
#news-box img.alignleft, #news-box img.alignright, #news-box img.aligncenter {
  margin-bottom: 12px;
}
#news-box .alignleft, #news-box img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
#news-box .alignright, #news-box img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
#news-box .aligncenter, #news-box img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-list__item {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.page-list__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: white url(../img/products/icon_01.png) no-repeat right bottom;
  text-decoration: none;
  height: 100%;
  padding: 5px 5px 20px;
  color: black;
}
.page-list__link:hover {
  background-color: #ECECFF;
}
.page-list__link--large {
  flex-direction: column-reverse;
  padding-bottom: 30px;
}
.page-list__image {
  flex: 0 0 auto;
  padding: 5px 10px 0;
  width: 120px;
}
.page-list__image--large {
  width: auto;
  max-width: 100%;
}
.page-list__info {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
.page-list__info--large {
  padding: 0 10px;
}
.page-list__title {
  font-size: 16px;
  font-weight: bold;
  color: #023891;
  line-height: 168%;
}
.page-list__text {
  font-size: 12px;
  line-height: 168%;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .page-list__item + .page-list__item {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px 15px;
  }
  .page-list--quality {
    align-items: flex-start;
  }
  .page-list__item {
    width: 300px;
  }
}

#cp-box {
  padding: 15px;
}
#cp-box h3 {
  font-size: 18px;
  line-height: 168%;
  color: #023891;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #023891;
  margin-bottom: 25px;
  font-weight: bold;
}
#cp-box table,
.page-box table {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCC;
  margin-bottom: 50px;
}
#cp-box td,
.page-box td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  font-size: 12px;
  line-height: 168%;
}
#cp-box .td-01,
.page-box .td-01 {
  background-color: #eeeeee;
  text-align: center;
}
#cp-box .td-02,
.page-box .td-02 {
  text-align: left;
  background-color: #FFF;
  white-space: pre-wrap;
}
#cp-box dl {
  text-align: left;
  margin: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
#cp-box dt {
  font-size: 18px;
  line-height: 168%;
  font-weight: bold;
}
#cp-box dd {
  font-size: 14px;
  line-height: 168%;
  padding: 0px;
  margin-bottom: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
#cp-box .dd-txt {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  #cp-box .td-01,
  .page-box .td-01 {
    width: 100px;
  }
  #cp-box .td-02,
  .page-box .td-02 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  #cp-box {
    border: 1px solid #CCC;
  }
  #cp-box .td-01,
  .page-box .td-01 {
    width: 125px;
  }
  #cp-box .td-02,
  .page-box .td-02 {
    padding-left: 50px;
  }
}

#access-map-box {
  padding: 15px;
}
#access-map-box h3 {
  font-size: 18px;
  line-height: 168%;
  color: #023891;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #023891;
  margin-bottom: 25px;
  font-weight: bold;
}
#access-map-box p {
  font-size: 14px;
  line-height: 168%;
  text-align: left;
  margin-bottom: 15px;
}
#access-map-box iframe {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #access-map-box iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  #access-map-box {
    border: 1px solid #CCC;
  }
}

#inquiry-box {
  padding: 15px;
}
#inquiry-box input, #inquiry-box textarea, #inquiry-box select {
  border: 1px solid #666;
  font-size: 14px;
}
#inquiry-box h3 {
  font-size: 18px;
  line-height: 168%;
  color: #023891;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #023891;
  margin-bottom: 25px;
  font-weight: bold;
}
#inquiry-box .txt-01 {
  text-align: left;
  font-size: 14px;
  line-height: 168%;
}
#inquiry-box .txt-02 {
  text-align: left;
  font-size: 14px;
  line-height: 168%;
  padding-left: 10%;
}
#inquiry-box table {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCC;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#inquiry-box td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  line-height: 168%;
}
#inquiry-box .td-01 {
  background-color: #eeeeee;
  width: 100%;
}
#inquiry-box .td-02 {
  text-align: left;
  background-color: #FFF;
  white-space: normal;
}
#inquiry-box input {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
#inquiry-box input[type="submit"] {
  cursor: pointer;
}
#inquiry-box .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 767px) {
  #inquiry-box table {
    margin-top: 16px;
  }
  #inquiry-box table, #inquiry-box thead, #inquiry-box tbody, #inquiry-box tr, #inquiry-box th, #inquiry-box td {
    display: block;
  }
  #inquiry-box td {
    font-size: 14px;
  }
  #inquiry-box input, #inquiry-box textarea, #inquiry-box select {
    padding: 0 12px;
    border-radius: 4px;
    max-width: 100%;
    height: 2.6em;
  }
  #inquiry-box input[type="submit"], #inquiry-box input[type="button"] {
    padding: 4px 10px;
    background: #eee;
    width: 200px;
  }
  #inquiry-box input.full {
    width: 100%;
  }
  #inquiry-box textarea {
    height: 250px;
  }
  #inquiry-box .td-01 {
    padding: 12px 15px;
    font-weight: bold;
    font-size: 16px;
  }
  #inquiry-box .red-txt {
    color: #c00;
  }
}
@media screen and (min-width: 768px) {
  #inquiry-box {
    border: 1px solid #ccc;
  }
  #inquiry-box input, #inquiry-box textarea, #inquiry-box select {
    padding: 0 2px;
    border: 1px solid #666;
    border-radius: 3px;
    font-size: 14px;
  }
  #inquiry-box input[type="submit"], #inquiry-box input[type="button"] {
    padding: 4px 10px;
    background: #eee;
  }
  #inquiry-box select {
    height: 2em;
  }
  #inquiry-box td {
    font-size: 12px;
  }
  #inquiry-box .td-01 {
    text-align: center;
    width: 125px;
  }
  #inquiry-box .td-02 {
    padding-left: 25px;
  }
  #inquiry-box .input-200 {
    width: 200px;
  }
  #inquiry-box .input-500 input {
    width: 99%;
  }
  #inquiry-box .input-500-100 {
    width: 99%;
    height: 100px;
  }
  #inquiry-box .red-txt {
    color: #F00;
  }
}

.back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-color);
}
.back-link:hover {
  opacity: 0.7;
}
.back-link::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid var(--primary-color);
}

/* WP Blocks Override */
.wp-block-image .aligncenter {
  display: flex;
  justify-content: center;
}
.wp-block-heading {
  margin-top: 1em;
}

/* Lazy Blocks */
.wp-block-lazyblock-sd-product + .wp-block-lazyblock-sd-product {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px double #023891;
}

/*----------------------------------------------------------------------------*\
 * TRUMPS
 *---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

._mt-4 { margin-top: 16px; }
