<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
.nav_select {
  position: relative;
  width: calc(6em + 40px);
  padding: 20px 36px 20px 20px;
  background-color: #f5f5f5;
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
}
.nav_select::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(/assets/images/common/icon_arrow_bottom_blue.svg) no-repeat 50%/contain;
}
.nav_select ul {
  position: absolute;
  top: calc(1em + 40px);
  left: 0;
  width: 100%;
  height: 300px;
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  z-index: 5;
  transition: 0.7s;
}
.nav_select ul li + li {
  border-top: 1px dashed #cccccc;
}
.nav_select ul li a {
  display: block;
  padding: 20px;
}
.nav_select:hover ul {
  visibility: visible;
  opacity: 1;
}
@media (width &lt; 768px) {
  .nav_select {
    width: 100%;
  }
}

.s_info_mv--slide {
  position: relative;
  padding-top: 100px;
  padding-bottom: 220px;
}
#products-list .s_frame_main {
  position: relative;
  margin-top: -120px;
  z-index: 2;
}
#products-list .s_info_mv--slide {
  background: url(/assets/images/service/products-list/bg_slider.webp) no-repeat 50%/cover;
}
.s_info_mv--slide .swiper-slide {
  position: relative;
  width: 60vw;
  height: auto;
}
.s_info_mv--slide .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  z-index: -1;
}
.s_info_mv--slide a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  color: #4e5359;
  gap: 40px;
  opacity: 0.5;
}
.s_info_mv--slide a img {
  width: 40%;
  border: 1px solid #eeeeee;
}
.s_info_mv--slide .swiper-slide.swiper-slide-active a {
  opacity: 1;
}
.s_info_mv--slide dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s_info_mv--slide dt {
  font-size: 20px;
  line-height: 1.2em;
}
.s_info_mv--slide dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.s_info_mv--slide dd li {
  padding: 8px 10px;
  background-color: #dce1e5;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1em;
}
.s_info_mv--slide .button-prev,
.s_info_mv--slide .button-next {
  position: absolute;
  top: calc((100% - 120px) / 2);
  width: 60px;
  height: 60px;
  background-color: #cccccc;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.s_info_mv--slide .button-prev {
  left: 5vw;
  background: url(/assets/images/common/icon_btn_prev.svg) no-repeat 50%/contain;
}
.s_info_mv--slide .button-next {
  right: 5vw;
  background: url(/assets/images/common/icon_btn_next.svg) no-repeat 50%/contain;
}
@media (width &lt; 992px) {
  .s_info_mv--slide .swiper-slide {
    width: 80vw;
  }
}
@media (width &lt; 768px) {
  .s_info_mv--slide a {
    flex-direction: column;
  }
  .s_info_mv--slide a img {
    width: 100%;
  }
}


.s_links_local .catalog-pamphlet::before {
  background-image: url(/assets/images/common/icon_book_blue.svg);
}
.s_links_local .product-order-and-repair-request::before {
  background-image: url(/assets/images/common/icon_support_blue.svg);
}
.s_links_local .manual-software::before {
  background-image: url(/assets/images/common/icon_doc_blue.svg);
}
.s_links_local .warranty-terms-and-conditions::before {
  background-image: url(/assets/images/common/icon_download_blue.svg);
}
.s_links_local .discontinued-production::before {
  background-image: url(/assets/images/common/icon_info_blue.svg);
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ
/services/
---------------------------------------------------------------------------- */
#services #nav_local {
  margin-top: 0;
  background: url(/assets/images/service/bg_nav_local.webp) no-repeat 50%/cover;
}
#services #nav_local a {
  display: block;
  color: #ffffff;
}
#services #nav_local dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#services #nav_local dt {
  line-height: 1.2em;
  text-align: center;
}
#services #nav_local dd {
  line-height: 1em;
}
#services #nav_local dd:nth-of-type(2) {
  font-weight: 700;
  line-height: 1.4em;
}
@media (992px &lt;= width) {
  #services #nav_local {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #services #nav_local a {
    flex: 1;
  }
  #services #nav_local dl {
    display: block;
  }
  #services #nav_local dt {
    min-height: calc(2.4em + 10px);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }
  #services #nav_local dd:nth-of-type(2) {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
}
@media (width &lt; 992px) {
  #services #nav_local {
    padding: 5.3333333333vw;
  }
  #services #nav_local li + li {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: 1px solid #ffffff;
  }
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 險域ｸｬ繧ｷ繧ｹ繝�Β陬ｽ蜩�
/services/products-list/
---------------------------------------------------------------------------- */
#nav_purpose {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px 20px;
}
#nav_purpose dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#nav_purpose dd:nth-of-type(1) {
  order: -1;
}
#nav_purpose dt {
  position: relative;
  margin-top: 5px;
  padding-right: 36px;
  color: #225ca5;
  line-height: 1.2em;
}
#nav_purpose dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(/assets/images/common/icon_arrow_right_blue.svg) no-repeat;
}
@media (768px &lt;= width) {
  #nav_purpose {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (992px &lt;= width) {
  #nav_purpose {
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
  }
  #nav_purpose dt {
    font-size: 20px;
  }
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 險域ｸｬ繧ｷ繧ｹ繝�Β陬ｽ蜩� &gt; 蜿匁桶隱ｬ譏取嶌繝ｻ繧ｽ繝輔ヨ繧ｦ繧ｧ繧｢
/services/products-list/manual-software/
---------------------------------------------------------------------------- */
#manual-software table a {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 700;
  color: #225ca5;
  text-decoration: underline;
}
#manual-software table a::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 2;
}
#manual-software table a[href$=".pdf"]::before {
  background-image: url(/assets/images/common/icon_pdf_blue.svg);
}
#manual-software table a[href$=".zip"]::before {
  background-image: url(/assets/images/common/icon_folder_blue.svg);
}
#manual-software table a:hover,
#manual-software table a:active,
#manual-software table a:focus {
  text-decoration: none;
}

#manual-software table tbody th {
  white-space: nowrap;
}
#manual-software table tbody tr td:last-child {
  width: 150px;
  text-align: center;
}




/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 險域ｸｬ繧ｷ繧ｹ繝�Β陬ｽ蜩� &gt; 邱丞粋繧ｫ繧ｿ繝ｭ繧ｰ繝ｻ陬ｽ蜩∬ｳ�侭
/services/products-list/catalog-pamphlet/
---------------------------------------------------------------------------- */
/*
#catalog-pamphlet #pamphlet li {
  height: 100%;
  padding: 30px;
  background-color: #f2f4f5;
}
*/





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 險域ｸｬ繧ｷ繧ｹ繝�Β陬ｽ蜩� &gt; 陬ｽ蜩√�縺疲ｳｨ譁��菫ｮ逅��縺比ｾ晞�ｼ
/services/products-list/product-order-and-repair-request/
---------------------------------------------------------------------------- */
#product-order-and-repair-request .box_btn + .box_btn {
  margin-top: 0;
  border-top: none;
}
#product-order-and-repair-request .box_btn .box_btn-txt {
  width: 30%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#product-order-and-repair-request .box_btn .box_body {
  width: 100%;
  text-align: left;
}
#product-order-and-repair-request .box_btn th {
  text-align: right;
}
@media (width &lt; 992px) {
  #product-order-and-repair-request .box_btn .box_btn-txt {
    width: 100%;
  }
  #product-order-and-repair-request .box_btn th,
  #product-order-and-repair-request .box_btn td {
    text-align: center;
  }
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 諠��ｱ繧ｵ繝ｼ繝薙せ陬ｽ蜩�
/services/information-service/
---------------------------------------------------------------------------- */
#information-service .s_info_mv--slide {
  background: url(/assets/images/service/information-service/bg_slider.webp) no-repeat 50%/cover;
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 繧ｵ繝ｼ繝薙せ&amp;繧ｽ繝ｪ繝･繝ｼ繧ｷ繝ｧ繝ｳ &gt; detail
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 諠��ｱ繧ｵ繝ｼ繝薙せ陬ｽ蜩� &gt; detail
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 險域ｸｬ繧ｷ繧ｹ繝�Β陬ｽ蜩� &gt; detail
---------------------------------------------------------------------------- */
.detail #mainvisual {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-image: url(/assets/images/service/bg_mainvisual.svg);
  color: #ffffff;
}
.solution.detail #mainvisual .block_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5.3333333333vw;
}
.information-service.detail #mainvisual,
.products-list.detail #mainvisual {
  display: flex;
  flex-direction: column-reverse;
  padding: 5.3333333333vw;
  gap: 40px;
}
.information-service.detail #mainvisual &gt; img,
.products-list.detail #mainvisual &gt; img {
  width: 100%;
  height: 100%;
}
.solution.detail #mainvisual .catch {
  max-width: 895px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}
.information-service.detail #mainvisual .catch,
.products-list.detail #mainvisual .catch {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
}
.information-service.detail #mainvisual .lead p a,
.products-list.detail #mainvisual .lead p a {
  color: #ffffff;
  text-decoration: underline;
}
.information-service.detail #mainvisual .lead p a:hover,
.information-service.detail #mainvisual .lead p a:active,
.information-service.detail #mainvisual .lead p a:focus {
  text-decoration: none;
}
.products-list.detail #mainvisual .lead p a:hover,
.products-list.detail #mainvisual .lead p a:active,
.products-list.detail #mainvisual .lead p a:focus {
  text-decoration: none;
}
.block_tag,
.detail .block_topic_path {
  display: flex;
  align-items: center;
  gap: 20px;
}
.detail #mainvisual .block_tag {
  margin-top: 40px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.solution.detail .block_tag {
  margin-top: 20px;
}
.detail .block_tag dt,
.detail .block_topic_path dt {
  line-height: 1em;
  white-space: nowrap;
}
.block_tag ul,
.detail .block_topic_path ul {
  display: flex;
  flex-wrap: wrap;
}
.detail .block_topic_path ul + ul {
  margin-top: 0;
}
.block_tag ul {
  gap: 15px;
}
.block_tag a {
  display: inline-block;
  padding: 6px 10px;
  background-color: #dce1e5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}
.detail .block_topic_path li {
  line-height: 2em;
}
.detail .block_topic_path li + li {
  position: relative;
  margin-left: 6px;
  padding-left: 24px;
}
.detail .block_topic_path li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #4e5359;
  border-right: 1px solid #4e5359;
  transform: rotate(45deg) translateY(-50%);
}
.detail .block_topic_path a {
  border-bottom: 1px solid #4e5359;
}
.detail .block_topic_path a:hover,
.detail .block_topic_path a:active,
.detail .block_topic_path a:focus {
  border-bottom: 1px solid #ffffff;
}

.detail .nav_page_services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 5.3333333333vw;
  background-color: #225ca5;
}
.detail .nav_page_services a {
  display: inline-block;
  position: relative;
  padding-right: 26px;
  color: #ffffff;
}
.detail .nav_page_services a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  content: '';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(/assets/images/common/icon_arrow_bottom_white.svg);
  transform: translateY(-50%);
}
.detail .download {
  padding: 20px 5.3333333333vw;
  background-color: #f0f6fe;
}
.detail .download dt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
  color: #225ca5;
}
.detail .download ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.detail .download a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  padding-bottom: 2px;
  transition: .5s;
}
.detail .download a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  background: url(/assets/images/common/icon_arrow_right_blue.svg) no-repeat 50%/contain;
  transform: translateY(-50%);
}
.detail .download a[target*="blank"]::before {
  background-image: url(/assets/images/common/icon_external_blue.svg);
}
.detail .download a[href$=".pdf"]::before {
  background-image: url(/assets/images/common/icon_pdf_blue.svg);
}
.detail .download a[href$=".txt"]::before {
  background-image: url(/assets/images/common/icon_txt_blue.svg);
}
.detail .download a[href*="ebook"]::before {
  background-image: url(/assets/images/common/icon_book_blue.svg);
}
.detail * + .block_extra {
  margin-top: 40px;
}
.detail .block_extra {
  padding: 40px;
  background-color: #f0f6fe;
}
.detail .block_extra .extra_01 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  color: #225ca5;
}
.detail .block_extra .extra_02 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.detail .block_extra &gt; .extra_02 {
  margin-top: 30px;
}
.detail .block_extra a {
  border-bottom: 1px solid #4e5359;
}
.detail .block_extra a:hover,
.detail .block_extra a:active,
.detail .block_extra a:focus {
  border-bottom: 1px solid #f0f6fe;
}

.detail .s_frame * + section {
  margin-top: 20px;
}
/*
.detail .s_page--body figure img {
  border: 1px solid #cccccc;
}
*/
.detail .s_page--footer a {
  display: inline-block;
  height: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.detail .s_page--footer dl {
  display: flex;
  flex-direction: column;
}
.detail .s_page--footer dt {
  position: relative;
  padding: 20px 70px 20px 10px;
  font-size: 16px;
  color: #225ca5;
  line-height: 1.2em;
}
.detail .s_page--footer dt::before {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  content: '';
  border-radius: 10px;
  background-color: #225ca5;
  z-index: 2;
}
.detail .s_page--footer dt::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/assets/images/common/icon_arrow_right_white.svg) no-repeat 50%/contain;
  z-index: 3;
}
.detail .s_page--footer .txt {
  padding: 0 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}
.detail .s_page--footer .photo {
  order: -1;
}

@media (768px &lt;= width) {
  .solution.detail #mainvisual .block_txt {
    position: absolute;
    top: 0;
    left: 0;
  }
  .solution.detail #mainvisual .catch {
    padding: 20px;
    background: rgba(34,92,165,.8);
  }
}
@media (992px &lt;= width) {
  .solution.detail #mainvisual .block_txt,
  .information-service.detail #mainvisual,
  .products-list.detail #mainvisual {
    padding: 60px;
  }
  .information-service.detail #mainvisual,
  .products-list.detail #mainvisual {
    flex-direction: row-reverse;
  }
  .information-service.detail #mainvisual &gt; img,
  .products-list.detail #mainvisual &gt; img {
    width: 40%;
  }
  .information-service.detail #mainvisual .block_txt,
  .products-list.detail #mainvisual .block_txt {
    display: flex;
    flex-direction: column;
    width: calc(60% - 40px);
  }
  .information-service.detail #mainvisual .lead,
  .products-list.detail #mainvisual .lead {
    flex-grow: 100;
  }
  .solution.detail #mainvisual .catch {
    padding: 30px 40px;
    font-size: 24px;
  }
  .detail .nav_page_services {
    padding: 20px 60px;
    gap: 10px 40px;
  }
  .detail .download {
    padding: 40px 60px;
  }
  .detail .download dt {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .detail .s_frame * + section {
    margin-top: 60px;
  }
  .detail .s_page--footer dt {
    padding: 20px 80px 20px 20px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .detail .s_page--footer dt::before {
    right: 20px;
    top: 12px;
  }
  .detail .s_page--footer dt::after {
    top: 22px;
    right: 30px;
  }
  .detail .s_page--footer .txt {
    padding: 0 20px 20px;
  }
}
@media (width &lt; 992px) {
  .detail .s_page--footer .txt {
    display: none;
  }
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 繧ｵ繝ｼ繝薙せ&amp;繧ｽ繝ｪ繝･繝ｼ繧ｷ繝ｧ繝ｳ &gt; list
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 諠��ｱ繧ｵ繝ｼ繝薙せ陬ｽ蜩� &gt; list
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 險域ｸｬ繧ｷ繧ｹ繝�Β陬ｽ蜩� &gt; list
---------------------------------------------------------------------------- */
.list #mainvisual {
  display: flex;
}
.list #mainvisual img,
.list #mainvisual .block_txt {
  width: 50%;
}
.list #mainvisual .block_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.2vw;
}
.list #mainvisual .catch {
  font-size: 30px;
  font-weight: 700;
  color: #2a3432;
  line-height: 1.6em;
}
@media (width &lt; 992px) {
  .list #mainvisual {
    position: relative;
  }
  .list #mainvisual img,
  .list #mainvisual .block_txt {
    width: 100%;
  }
  .list #mainvisual .block_txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5.3333333333vw;
    background: rgba(255,255,255,0.7);
    transform: translate(-50%, -50%);
  }
  .list #mainvisual .catch {
    font-size: 18px;
    line-height: 1.6em;
  }
}

.list dl {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 40px 40px 340px;
  min-height: 240px;
  border: 1px solid #e0e0e0;
  gap: 20px;
}
.list dl + dl {
  border-top: none;
}
.list dl .photo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 260px;
  height: 160px;
}
.list dl .photo img {
  height: 100%;
  object-fit: cover;
}
.list dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}
.list dl dt a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.list dl dt a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/assets/images/common/icon_arrow_right_blue.svg) no-repeat 50%/contain;
  transform: translateY(-50%);
}
.list dl .text {
  flex-grow: 10;
  line-height: 1.4em;
}
@media (width &lt; 992px) {
  .list dl {
    padding: 20px;
  }
  .list dl .photo {
    order: -1;
    position: static;
    width: 100%;
    height: auto;
  }
  .list dl dt {
    font-size: 18px;
    line-height: 1.4em;
  }
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 繧ｵ繝ｼ繝薙せ&amp;繧ｽ繝ｪ繝･繝ｼ繧ｷ繝ｧ繝ｳ &gt; 繧ｻ繧ｰ繝｡繝ｳ繝� &gt; index
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 諠��ｱ繧ｵ繝ｼ繝薙せ陬ｽ蜩� &gt; index
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 險域ｸｬ繧ｷ繧ｹ繝�Β陬ｽ蜩� &gt; index
---------------------------------------------------------------------------- */
.index .catch {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  color: #2a3432;
  line-height: 1.4em;
}
.index .box_body {
  margin-top: 40px;
  margin-bottom: 60px;
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 繧ｵ繝ｼ繝薙せ&amp;繧ｽ繝ｪ繝･繝ｼ繧ｷ繝ｧ繝ｳ &gt; index
---------------------------------------------------------------------------- */
#solution.index .s_page--body &gt; .s_frame {
  padding-top: 0;
}

#solution.index #disaster-prevention-and-infrastructure.block_cat {
  background-image: url(/assets/images/service/solution2/bg_disaster-prevention-and-infrastructure.webp);
}
#solution.index #environment-and-energy.block_cat {
  background-image: url(/assets/images/service/solution2/bg_environment-and-energy.webp);
}
#solution.index #international.block_cat {
  background-image: url(/assets/images/service/solution2/bg_international.webp);
}

#solution.index .block_cat {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
#solution.index .block_cat .s_frame {
  padding-top: 60px;
  padding-bottom: 60px;
}
#solution.index .block_cat h2 {
  margin-bottom: 40px;
}
#solution.index .block_cat h2 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}
#solution.index .block_cat h2 a::before {
  background-color: #ffffff;
}
#solution.index .block_cat h2 a::after {
  background-image: url(/assets/images/common/icon_arrow_right_blue.svg);
}
#solution.index .block_cat .nav_field {
  margin-top: 40px;
}

#solution.index .nav_field a {
  background: rgba(0, 0, 0, 0.1);
}
#solution.index .nav_field a span {
  color: #ffffff;
}
#solution.index .nav_field a::after {
  background-image: url(/assets/images/common/icon_arrow_right_white.svg);
}

@media (992px &lt;= width) {
  #solution.index .block_cat .s_frame {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #solution.index .block_cat h2 a {
    font-size: 30px;
  }
}





/* ----------------------------------------------------------------------------
陬ｽ蜩√�繧ｵ繝ｼ繝薙せ &gt; 諠��ｱ繧ｵ繝ｼ繝薙せ陬ｽ蜩� &gt; detail
---------------------------------------------------------------------------- */
.information-service.detail #price .box_grid + .box_grid {
  margin-top: 20px;
}
.information-service.detail #price * + .s_news {
  margin-top: 0;
}
.information-service.detail #price * + table {
  margin-top: 30px;
}
.information-service.detail .box_grid &gt; .s_news {
  margin-top: 0;
}




/* ----------------------------------------------------------------------------
Services &amp; Solutions &gt; index
---------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------
Services &amp; Solutions &gt; Measurement System Products &gt; index
---------------------------------------------------------------------------- */
#products-list.en .box_grid a {
  display: block;
  height: 100%;
  border: 1px solid #dddddd;
  transition: 0.5s;
  background-color: #f9f9f9;
}
#products-list.en .box_grid a span {
  text-decoration: none;
}
#products-list.en .box_grid img {
  transition: 0.5s;
}
#products-list.en .box_grid dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#products-list.en .box_grid .photo {
  order: -1;
  background-color: #ffffff;
  overflow: hidden;
}
#products-list.en .box_grid dt {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
#products-list.en .box_grid .model {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#products-list.en .box_grid .model span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #777777;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
}
#products-list.en .box_grid .purpose {
  flex-grow: 10;
  padding: 10px 20px 20px;
}
#products-list.en .box_grid a:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
#products-list.en .box_grid a:hover img {
  transform: scale(1.1);
}





/* ----------------------------------------------------------------------------
Services &amp; Solutions &gt; Measurement System Products &gt; International Distributors
---------------------------------------------------------------------------- */
#international-distributors .s_frame {
  position: relative;
}





/* ----------------------------------------------------------------------------
Services &amp; Solutions &gt; Information Service Products &gt; index
---------------------------------------------------------------------------- */
#information-service.en .box_grid a {
  display: block;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  transition: 0.5s;
}
#information-service.en .box_grid a span {
  text-decoration: none;
}
#information-service.en .box_grid dl {
  display: flex;
  flex-direction: column-reverse;
}
#information-service.en .box_grid dt {
  font-size: 18px;
}
#information-service.en .box_grid .photo {
  overflow: hidden;
}
#information-service.en .box_grid img {
  transition: 0.5s;
}
#information-service.en .box_grid a:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
#information-service.en .box_grid a:hover img {
  transform: scale(1.1);
}





</pre></body></html>