<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "Arial", "verdana", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
}

br {
  letter-spacing: normal;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.menu {
  color: black;
}

a {
  color: #000;
  text-decoration: none;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 1em;
  margin: 0 0 1em;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "»";
  margin: 0 0.6em;
  color: #333;
}

.hl1 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.hl2 {
  clear: both;
  margin: 10px 0;
  padding: 1px 10px;
  line-height: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #fff url("file://///2f-fileserver3/03_広報/01.Webサイト/01.アップロードバックアップ/13.57期/20240726/02.WEB制作/img/bg_h2.gif") 100% 100% repeat-x;
}

.hl3 {
  margin: 50px auto 10px auto;
  line-height: 2;
  font-size: 24px;
  font-weight: bold;
  color: #134D99;
  border-bottom: 3px solid #F9570C;
}

.hl4 {
  clear: both;
  margin: 10px 0;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  border-left: 15px solid #F9570C;
  background: #dddddd;
}

.feature {
  padding: 10px 25px 10px 25px;
}

.qa {
  padding: 10px 25px 50px 25px;
}

.productindex {
  margin: 30px auto;
}

.hl5 {
  font-size: 18px;
  margin: 5px;
}

#main p {
  margin: 20px 0;
}
#main p img {
  display: block;
  margin: 20px auto;
}
#main p img.inline {
  display: inline-block;
  margin: 20px 50px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.leftfloat {
  float: left;
}

#contents {
  width: 100%;
  margin: 0 auto;
  clear: both;
  background: #fff;
}

.navi {
  clear: both;
}

#main {
  position: relative;
  max-width: 1024px;
  padding: 0 12px;
  margin: 20px auto 50px;
}

.section {
  position: relative;
  clear: both;
  max-width: 1024px;
  padding: 0 12px;
  margin: 20px auto 50px;
}

table {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 5px;
  border-collapse: collapse;
  border: 1px;
  border-spacing: 0;
  line-height: 1.8;
  table-layout: fixed;
}

#main table th {
  padding: 5px;
  border: 0px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  text-align: left;
  background-color: #bfbfbf;
}
#main table th.center {
  padding: 5px;
  border: 0px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  text-align: center;
  background-color: #bfbfbf;
}

tr:nth-child(odd) {
  background-color: #efebef;
}

#main a {
  color: #134D99;
}
#main a:hover {
  color: #134D99;
  text-decoration: underline;
}
#main table td {
  padding: 5px;
  border: 0px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
#main table td.left {
  padding: 5px;
  border: 0px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
}
#main .tabbox input {
  display: none;
}

.tab_category {
  display: inline-block;
  width: 220px;
  height: 30px;
  margin: 10px 10px;
  padding: 10px 43px;
  border-width: 1px;
  border-radius: 30px;
  border-style: solid;
  border-color: #aaa;
  text-align: center;
  color: #333;
  font-size: 12pt;
  font-weight: bold;
  background-color: #eee;
}

.tab-hl {
  font-size: 24;
}

#main .tab:hover {
  background: #fff;
  border-top: 7px solid #F9570C;
  color: #134D99;
  cursor: pointer;
}

.tab_category:hover {
  background: #fff;
  color: #F9570C;
  cursor: pointer;
}

#main input:checked + .tab {
  color: #134D99;
  background-color: #ffffff;
  border-top: 7px solid #F9570C;
  border-right: 3px solid #F9570C;
  border-left: 3px solid #F9570C;
  position: relative;
  z-index: 10;
}
#main input:checked + .tab_category {
  background: #fff;
  color: #F9570C;
  cursor: pointer;
}
#main .tabcontent {
  display: none;
  border-top: 3px solid #F9570C;
  margin-top: -3px;
  padding: 20px 0px;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
#main .tab_spcontent {
  display: none;
  margin-top: 30px;
  padding: 20px 0px;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

#tabcheck1:checked ~ #tabcontent1, #tabcheck2:checked ~ #tabcontent2, #tabcheck3:checked ~ #tabcontent3, #tabcheck4:checked ~ #tabcontent4, #tabcheck5:checked ~ #tabcontent5, #tabcheck6:checked ~ #tabcontent6, #tabcheck7:checked ~ #tabcontent7, #tabcheck8:checked ~ #tabcontent8, #tabcheck9:checked ~ #tabcontent9, #tab_sp1:checked ~ #tab_spcontent1, #tab_sp2:checked ~ #tab_spcontent2, #tab_sp3:checked ~ #tab_spcontent3, #tab_sp4:checked ~ #tab_spcontent4, #tab_sp5:checked ~ #tab_spcontent5, #tab_sp6:checked ~ #tab_spcontent6, #tab_sp7:checked ~ #tab_spcontent7, #tab_sp8:checked ~ #tab_spcontent8 {
  display: block;
}

.tabbox button {
  display: block;
  height: 63px;
  border-radius: 0px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#brandpr {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

.img_wrap {
  display: block;
  border: 1px solid #f9570c;
  float: left;
  margin: 10px 0px 10px 0px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.img_wrap img {
  display: block;
}
.img_wrap:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn {
  position: relative;
  background-color: #f9570c;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 3px;
  cursor: pointer;
  border: solid 1px #f9570c;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.bigbtn {
  background-color: #f9570c;
  color: white;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: bold;
  margin: 5px 3px;
  cursor: pointer;
  border: solid 1px #f9570c;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

button:hover {
  background-color: white;
  color: #f9570c;
}
button:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.ac-box {
  width: auto;
  margin: 30px auto 5px;
}
.ac-box label {
  max-width: 500px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f9570c;
  margin: auto;
  line-height: 50px;
  position: relative;
  display: block;
  height: 50px;
  border: solid 1px #f9570c;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ac-box label:hover {
  background: #fff;
  color: #f9570c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac-box input {
  display: none;
}
.ac-box label:after {
  background: #fff;
  border: solid 1px #f9570c;
  border-radius: 50%;
  color: #f9570c;
  font-size: 14px;
  margin: 0px 2px;
  padding: 3px;
  font-family: "FontAwesome";
  content: " \f078";
}
.ac-box input:checked ~ label::after {
  color: #f9570c;
  font-family: "FontAwesome";
  content: " \f077";
}
.ac-box div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ac-box input:checked ~ div {
  height: auto;
  padding: 15px 0px;
  background: #fff;
  opacity: 1;
}

.ac-small p {
  margin-bottom: 0px;
}

.newscolumn {
  display: inline;
  width: 385px;
  float: left;
  margin-left: 5px;
  padding: 0 0 50px 0;
}

.campaign {
  display: inline;
  width: 220px;
  float: left;
}

#main dl.information {
  margin: 0;
}
#main dl.information dt {
  float: left;
  padding: 5px 10px 5px 5px;
}
#main dl.information dd {
  margin: 0 0 5px 0;
  padding: 5px 5px 5px 95px;
  background: url("file://///2f-fileserver3/03_広報/01.Webサイト/01.アップロードバックアップ/13.57期/20240726/02.WEB制作/img/bg_dotline.gif") 0 100% repeat-x;
}

dl.history {
  margin: 0;
}
dl.history dt {
  float: left;
  text-align: right;
  width: 100px;
  padding: 5px 0px;
  position: relative;
}
dl.history dt::after {
  content: "●";
  position: absolute;
  left: 110px;
  top: -13px;
  font-size: 35px;
  color: #f9570c;
}
dl.history dd {
  margin: 0 0 0 120px;
  padding: 5px 20px 20px 30px;
  border-left: 2px solid #ccc;
}

#main div.x_data_area {
  width: 550px;
  overflow: hidden;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
#main div.lock_box {
  float: left;
  width: 300px;
}
#main div.x_scroll_box {
  float: left;
  width: 599px;
  border-left: 1px solid #CCC;
  overflow-y: hidden;
  overflow-x: scroll;
}
#main table.width300 {
  width: 300px;
}
#main table.width2500 {
  width: 2500px;
}
#main table.data {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
#main table.data th, #main table.data td {
  padding: 2px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
#main table.data th.r_none, #main table.data td.r_none {
  border-right: none;
}
#main table.data th {
  border-top: 1px solid #CCC;
  background: #EEF1F4;
  overflow: hidden;
  white-space: nowrap;
}
#main table.data td {
  overflow: hidden;
  white-space: nowrap;
}
#main table.data td p {
  margin: 0;
}

.snsb {
  display: inline-block;
  padding: 0px 5px 0px 0px;
  vertical-align: top;
}

.grid-prodctd-seach {
  display: grid;
  gap: 3px;
  overflow-x: scroll;
}

.product-thead {
  grid-column: span 11;
  display: grid;
  grid-template-columns: 100px 80px 70px 140px 120px 185px 100px 100px 80px 80px 200px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.table-thead-fix {
  position: sticky;
  top: 0;
  z-index: 99;
}

.head_th:first-of-type {
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 4;
  border-right: 2px solid #bdc7ce;
  border-left: 1px solid #bdc7ce;
  background: #FFFFFF;
}

.head_td:first-of-type {
  position: sticky;
  top: 1px;
  left: 0;
  z-index: 3;
  border-right: 2px solid #bdc7ce;
  border-left: 1px solid #bdc7ce;
  background: #FFFFFF;
}

.head_th {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 2.6;
}
.head_th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: solid 1px #bdc7ce;
  background: #868683;
  z-index: -1;
}

.row-white {
  background: #fafafa;
}

.head_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 4px;
  border-right: solid 1px #bdc7ce;
  border-bottom: solid 1px #bdc7ce;
  background: inherit;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #030303;
}
.head_td:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: grap;
  z-index: -1;
}

.product-seach_scroll-box {
  max-width: 1080px;
  height: 400px;
  overflow-x: auto;
  overflow-y: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  -wbekit-overflow-scrolling: touth;
}

.grid-product-seach_scroll-box::-wbekitscrollar {
  width: 4px;
  height: 4px;
}
.grid-product-seach_scroll-box::-wbekit-scrollbar-track {
  background: #eee;
}
.grid-product-seach_scroll-box::-wbekit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.grid-product-seach_scroll-box::-wbekit-scrollbar-thumb:hover {
  background: #999;
}

.dropdown {
  display: inline-block;
  position: relative;
}

button {
  border: none;
  border-radius: 2px;
  padding: 5px 4px;
  font-size: 15px;
  cursor: pointer;
}
button:hover {
  background-color: #ddd;
}

.dropdown-options {
  display: none;
  position: absolute;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.dropdown:hover .dropdown-options {
  display: block;
}

.dropdown-options a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  padding: 6px 54px;
}
.dropdown-options a:hover {
  color: #0a0a23;
  background-color: #ddd;
  border-radius: 3px;
  z-index: -1;
}

.contact-button {
  position: relative;
  right: auto;
}

@media screen and (max-width: 1023px) {
  #menu li a.seemore {
    color: #134D99;
    font-size: 12pt;
    background: #fff;
    text-align: right;
  }
  .seemore {
    color: #134D99;
    font-size: 10pt;
    text-align: right;
  }
  .product-menu {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
    text-decoration-line: underline;
    color: #5A5A5A;
  }
  #menu a.dropdown-menu-list {
    color: #434343;
    font-size: 14px;
    padding: 1px 45px 0px;
    font-weight: bold;
    position: relative;
    display: block;
    padding-left: 13px;
    margin: 0px -9px 4px 8px;
    float: none;
    text-decoration: none;
  }
  #menu a.dropdown-menu-list:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #FF0004;
    border-right: solid 1px #FF0004;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #menu a.dropdown-menu-list:after {
    contunt: "";
    display: block;
    clean: both;
    grid-template-columns: auto;
  }
  #menu a.dropdown-menu-list:hover {
    text-decoration-line: underline;
    color: #F9570C;
  }
  .dropdown_lists {
    display: none;
  }
  .nav-item_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 0;
    padding: 0 10px;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .nav-item_sub.open {
    max-height: 5000px;
  }
  .nav-item_sub .menunavi {
    width: 100%;
  }
  .menunavi, .topNavi {
    padding: 10px 0;
  }
  .threecolumn {
    padding: 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.twocolumn {
  display: block;
}
@media (max-width: 767.98px) {
  .twocolumn {
    width: calc(100% - 30px);
    margin: 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .twocolumn {
    float: left;
    width: calc(50% - 30px);
    margin: 15px;
  }
}

.threecolumn {
  display: block;
}
.threecolumn img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .threecolumn {
    width: 100%;
    margin: 20px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .threecolumn {
    float: left;
    width: 50%;
    margin: 20px 0;
  }
  .threecolumn:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .threecolumn {
    float: left;
    width: 33.3333%;
    margin: 20px 0;
  }
  .threecolumn:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .threecolumn {
    float: left;
    width: 300px;
    margin: 20px 16px;
  }
}

.fourcolumn img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .fourcolumn {
    width: calc(100% - 30px);
    margin: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .fourcolumn {
    float: left;
    width: calc(50% - 30px);
    margin: 15px;
  }
  .fourcolumn:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .fourcolumn {
    float: left;
    width: calc(33.3333% - 30px);
    margin: 15px;
  }
  .fourcolumn:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .fourcolumn {
    float: left;
    width: calc(25% - 30px);
    margin: 15px;
  }
  .fourcolumn:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (max-width: 767.98px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  table thead, table tbody, table tr {
    white-space: nowrap;
    width: 100%;
  }
  table th {
    white-space: nowrap;
    width: auto;
  }
  table td {
    white-space: nowrap;
    width: 100%;
  }
}

.scrollhint-wrapper {
  position: relative;
  overflow-x: auto;
  margin: 1em 0;
  padding-bottom: 1em;
}
.scrollhint-wrapper::-webkit-scrollbar {
  height: 6px;
}
.scrollhint-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.scrollhint-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 50vh;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
  z-index: 10;
}

.scrollhint-icon {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  pointer-events: auto;
}
.scrollhint-icon::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scrollhint-icon::after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scrollhint-text {
  display: block;
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

#top {
  width: 100%;
  margin: 0 auto;
  clear: both;
  background: #f9570c;
  background-image: url("file://///2f-fileserver3/03_広報/01.Webサイト/01.アップロードバックアップ/13.57期/20240726/02.WEB制作/img/line.png");
  /*--ライン画像を指定--*/
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  #top {
    height: 130px;
  }
}

#header {
  width: 100%;
  max-width: 1024px;
  padding: 0 12px 10px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .logo {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 1024px) {
  #header {
    height: 125px;
  }
}

@media (max-width: 1023.98px) {
  #hamburger {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 14px;
  }
  #hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #hamburger span:nth-of-type(1) {
    top: 0;
  }
  #hamburger span:nth-of-type(2) {
    top: 15px;
  }
  #hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  #header.active #hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  #header.active #hamburger span:nth-of-type(2) {
    opacity: 0;
  }
  #header.active #hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
}

#search dt {
  float: left;
  margin: 2px 0 0 0;
  padding: 0;
}
#search dd {
  float: left;
  margin: 1px 0 0 10px;
  padding: 0;
}
@media (max-width: 1023.98px) {
  #search {
    display: none;
  }
  #header.active #search {
    display: block;
  }
}
@media (min-width: 1024px) {
  #search {
    position: absolute;
    top: 0;
    right: 12px;
  }
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
#gnavi li {
  font-size: 11px;
}
#gnavi li a {
  display: block;
  padding-left: 10px;
}
#gnavi li + li {
  margin-left: 15px;
}
@media (max-width: 1023.98px) {
  #gnavi {
    display: none;
    float: right;
    margin-bottom: 10px;
  }
  #header.active #gnavi {
    display: inline-block;
  }
  #gnavi li a {
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  #gnavi {
    position: absolute;
    top: 33px;
    right: 12px;
  }
  #gnavi ul {
    margin-top: 1em;
  }
}

#menu {
  clear: both;
  background: #f9570c;
}
#menu ul {
  padding: 0 0 10px;
  margin: 10px auto 0;
  list-style: none;
  z-index: 999;
  position: relative;
}
#menu li {
  border: 1px solid #fff;
}
#menu .menu-hl {
  font-size: 16px;
  font-weight: normal;
}
#menu a {
  display: block;
  color: #fff;
}
#menu .nav-item_sub {
  background: #FFFFFF;
}
#menu .dropdown_lists {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#menu a.dropdown-menu-list {
  color: #434343;
  font-size: 14px;
  padding: 1px 45px 0px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 13px;
  margin: 0px -9px 4px 8px;
  float: none;
  text-decoration: none;
}
#menu a.dropdown-menu-list:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FF0004;
  border-right: solid 1px #FF0004;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#menu a.dropdown-menu-list:after {
  contunt: "";
  display: block;
  clean: both;
  grid-template-columns: auto;
}
#menu a.dropdown-menu-list:hover {
  text-decoration-line: underline;
  color: #F9570C;
}
@media (max-width: 575.98px) {
  #menu .nav-item_sub .threecolumn {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  #menu ul {
    display: none;
    margin: 0;
  }
  #header.active #menu ul {
    display: block;
  }
  #menu li {
    background-color: white;
    margin: 5px 0 0;
  }
  #menu li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  #menu li a:hover {
    color: #f9570c;
    text-decoration: none;
    background: #fff;
    font-weight: bold;
  }
  #menu li.active a {
    color: #f9570c;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  #menu a {
    display: block;
  }
  #menu .menu-hl {
    font-size: 16px;
    font-weight: normal;
  }
  #menu .menu-hl &gt; a {
    background-color: #f9570c;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu .nav-item .menu-hl &gt; a {
    pointer-events: none;
  }
  #menu .menubtn.active .menu-hl &gt; a {
    background-color: white;
    color: #f9570c;
  }
  #menu ul.dropdown_lists {
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  #menu {
    margin-top: 15px;
  }
  #menu li {
    overflow: hidden;
    float: left;
    margin-right: 5px;
    padding: 0;
  }
  #menu li:last-child {
    margin-right: 0;
  }
  #menu li a:hover {
    color: #f9570c;
    text-decoration: none;
    background: #fff;
    font-weight: bold;
  }
  #menu li.active a {
    color: #f9570c;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  #menu .menubtn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    outline: none;
  }
  #menu .nav-item_sub {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 40px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    visibility: hidden;
    width: 1000px;
    z-index: 9998;
    outline: 1px solid #f9570c;
    text-decoration: none;
  }
  #menu .nav-item:hover .nav-item_sub, #menu .active:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
  #menu #menu li a.seemore {
    color: #134D99;
    font-size: 12pt;
    background: #fff;
    text-align: right;
  }
  #menu .seemore {
    color: #134D99;
    font-size: 10pt;
    text-align: right;
  }
}

ul.drop-down-menu ul {
  border: #ccc 1px solid;
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
}
ul.drop-down-menu ul li {
  border-bottom: #ccc 1px solid;
}
ul.drop-down-menu ul li:last-child {
  border-bottom: none;
}

.products-title {
  display: block;
  margin: 0 0 10px;
  padding: 6px 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #F9570C;
  border-left: 5px solid #F9570C;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  position: relative;
  margin-left: 0em;
  background: #f4f4f4;
}
.products-title::before {
  opacity: 0;
  content: "";
  position: absolute;
  botton: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #F9570C transparent;
}

.product-menu {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  text-align: left;
  text-decoration-line: underline;
  color: #5A5A5A;
}

#footMenu {
  margin: 0 auto;
  max-width: 1000px;
}
#footMenu ul {
  padding: 40px 0 0 0;
  text-align: center;
}
#footMenu li {
  display: inline;
  margin: 0px 20px;
  list-style: none;
}

#footer {
  width: 100%;
  margin: 0 auto;
  clear: both;
  background: #f9570c;
  background-image: url("file://///2f-fileserver3/03_広報/01.Webサイト/01.アップロードバックアップ/13.57期/20240726/02.WEB制作/img/line.png");
  /*--ライン画像を指定--*/
  background-position: left top;
  background-repeat: repeat-x;
  -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5);
}

.copyright {
  font-size: 14px;
  color: #fff;
  line-height: 3;
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#pagetop a {
  display: block;
  padding: 16px 20px;
  color: #fff;
  text-decoration: none;
  background: #ccc;
  border-radius: 30px;
}
#pagetop a img {
  vertical-align: middle;
}
#pagetop a:hover {
  background: #ddd;
}

#icatch {
  clear: both;
  width: 100%;
}
#icatch img {
  width: 100%;
}
#icatch .swiper-pagination {
  position: static;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#icatch .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
}

#productsearch {
  position: relative;
  max-width: 1024px;
  padding: 0 12px;
  margin: 0 auto;
  overflow: hidden;
}
#productsearch ul {
  padding: 0;
}
#productsearch li {
  list-style: none;
  overflow: hidden;
}
#productsearch li a {
  display: block;
  border: 1px solid #f9570c;
  margin: 10px 0px 10px 0px;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#productsearch li a:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (max-width: 1023.98px) {
  #productsearch ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #productsearch li {
    padding: 0 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 575.98px) {
  #productsearch li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #productsearch li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #productsearch li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    min-width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  #productsearch li {
    float: left;
    margin: 15px;
  }
}
#productsearch .tabbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#productsearch .tabbox input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  margin: 0 8px 0 15px;
}
#productsearch .tabbox label {
  font-weight: bold;
  margin: 0 14px 0 0;
}
@media (max-width: 575.98px) {
  #productsearch .tabbox label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #productsearch .tabbox label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 50px);
    flex: 0 0 calc(50% - 50px);
  }
}
@media (min-width: 768px) {
  #productsearch .tabbox label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 50px);
    flex: 0 0 calc(33.33% - 50px);
  }
}
#productsearch .tabcontent {
  display: none;
  margin-top: 10px;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
#productsearch .tabcontent select {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: solid 2px #ccc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 575.98px) {
  #productsearch .tabcontent select {
    width: calc(100% - 30px);
    margin: 15px 10px 15px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #productsearch .tabcontent select {
    width: calc(50% - 30px);
    margin: 15px 10px 15px 15px;
  }
}
@media (min-width: 768px) {
  #productsearch .tabcontent select {
    width: calc(33.33% - 30px);
    margin: 15px 10px 15px 15px;
  }
}

.noinv, .nocnt, .nopv, .nobat, .nocha {
  display: none;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  margin: 250px auto;
  text-align: center;
}

form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form li {
  list-style: none;
  margin: 10px;
}

.brand_title {
  margin: 20px 5px;
  font-size: 18px;
  line-height: 1.3;
}

/*--製品ページ写真アルバム--*/
#album {
  max-width: 1024px;
  padding: 0 12px;
  margin: 20px auto 100px;
}
#album img {
  display: block;
  margin: 0 auto;
}
#album ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0 50px auto;
}
#album li {
  list-style: none;
  disply: block;
  margin: 10px 5px;
  padding: 5px;
  border: 1px solid #f9570c;
}
#album li img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: auto;
}
#album li:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 575.98px) {
  #album li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.tabbox .tab {
  display: inline-block;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0.71em 1.38em;
  color: black;
  background-color: #b3b3b3;
  font-size: 150%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabbox .tab h2 {
  font-size: 100%;
}
@media (max-width: 767.98px) {
  .tabbox .tab {
    font-size: 3vw;
    padding: 0.71em 0.94em;
  }
}

#option {
  position: relative;
  margin: 0 auto;
  padding: 50px 12px;
  clear: both;
  max-width: 1024px;
}
#option .hl3 {
  margin-left: 15px;
  margin-right: 15px;
}
#option::after {
  content: "";
  display: table;
  clear: both;
}

iframe[title*=YouTube] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.con {
  position: relative;
  max-width: 1000px;
}

.con-pv {
  position: absolute;
  top: 9%;
  left: 1%;
  width: 14%;
}
.con-pv:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.con-cnt {
  position: absolute;
  top: 9%;
  left: 22%;
  width: 14%;
}
.con-cnt:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.con-cha {
  position: absolute;
  top: 68%;
  left: 22%;
  width: 14%;
}
.con-cha:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.con-bat {
  position: absolute;
  top: 40%;
  left: 43%;
  width: 14%;
}
.con-bat:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.con-inv {
  position: absolute;
  top: 40%;
  left: 64%;
  width: 14%;
}
.con-inv:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}</pre></body></html>