.page-title {
  padding-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .page-title {
    padding-bottom: 30px;
  }
}

article {
  position: relative;
  width: 100%;
  margin: 0 auto 90px;
  padding-bottom: 135px;
}
@media screen and (max-width: 800px) {
  article {
    padding-bottom: 65px;
    margin-bottom: 50px;
  }
}
article::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 100vw;
  height: 1px;
  background-color: #D3D0D0;
  content: "";
  pointer-events: none;
}
article.wrapper {
  position: relative;
  display: flex;
  max-width: 1200px;
  gap: 0 50px;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  article.wrapper {
    display: block;
    padding-top: 0;
  }
}
article .title-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 290px;
}
@media screen and (max-width: 800px) {
  article .title-box {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
}
article .sidebar {
  position: sticky;
  left: 0;
  top: 130px;
  width: 245px;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  article .sidebar {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 40px);
    margin: 0 auto 70px;
  }
}
article .sidebar::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #F0F0F0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  article .sidebar::before {
    width: 100%;
  }
}
article .sidebar .term-wrapper.current-term h2 a {
  background-image: none;
}
article .sidebar .term-wrapper.current-term h2 a::before {
  opacity: 1;
}
article .sidebar .term-wrapper.current-term h3 {
  display: block;
}
article .sidebar .term-wrapper.current-term h3 a::after {
  opacity: 0;
}
article .sidebar .term-wrapper.current-term h3.close a::after {
  opacity: 1;
}
article .sidebar .term-wrapper.current-term .open-cat {
  display: block;
  padding: 15px 0;
}
article .sidebar h2 {
  margin-bottom: 1px;
}
article .sidebar h2::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #004EA2;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  article .sidebar h2::after {
    width: 100%;
  }
}
article .sidebar h2 a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #004EA2;
  background-image: url("../img/bg_sidebar.svg");
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  article .sidebar h2 a {
    padding-left: 25px;
  }
}
article .sidebar h2 a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 13px;
  height: 2px;
  content: "";
  background-color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
}
article .sidebar h3 {
  display: none;
  margin-bottom: 1px;
}
article .sidebar h3::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #868686;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  article .sidebar h3::after {
    width: 100%;
  }
}
article .sidebar h3 a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #868686;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  article .sidebar h3 a {
    padding-left: 25px;
  }
}
article .sidebar h3 a::before, article .sidebar h3 a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  width: 13px;
  height: 2px;
  content: "";
  background-color: #FFFFFF;
  pointer-events: none;
}
article .sidebar h3 a::after {
  rotate: 90deg;
  transition: opacity 0.3s ease-out;
}
article .sidebar .open-cat {
  display: none;
}
article .sidebar .open-cat.current-term {
  display: block;
  padding: 15px 0;
}
article .sidebar .open-cat label {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  padding-left: 20px;
}
article .sidebar .open-cat label:not(:last-of-type) {
  margin-bottom: 1px;
}
@media screen and (max-width: 800px) {
  article .sidebar .open-cat label {
    padding-left: 25px;
  }
}
article .sidebar .open-cat label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid #bcbcbc;
  cursor: pointer;
}
article .sidebar .open-cat label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 13px;
  height: 7px;
  border-bottom: 2px solid #004EA2;
  border-left: 2px solid #004EA2;
  transform: rotate(-45deg);
}

.products-list {
  width: calc(100% - 253px);
}
@media screen and (max-width: 800px) {
  .products-list {
    width: 100%;
  }
}
.products-list .cbox {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .products-list .cbox {
    margin: 0 auto;
  }
}
.products-list h3 {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  color: #FFFFFF;
  background-color: #004EA2;
  padding: 5px 0 5px 32px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .products-list h3 {
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.products-list h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 4px;
  content: "";
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .products-list h3::before {
    width: 18px;
  }
}
.products-list .term-description {
  margin-bottom: 75px;
}
@media screen and (max-width: 800px) {
  .products-list .term-description {
    margin-bottom: 40px;
  }
}
.products-list .term-description p {
  font-size: 15px;
  line-height: 1.73;
  margin: 0;
}

.makerlist {
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .makerlist {
    margin-bottom: 40px;
  }
}
.makerlist h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 22px;
}
@media screen and (max-width: 800px) {
  .makerlist h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.makerlist h4::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .makerlist h4::before {
    top: 6px;
  }
}

.products-head {
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .products-head {
    margin-bottom: 25px;
  }
}
.products-head h2 {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  color: #FFFFFF;
  font-size: 18px;
  background-color: #004EA2;
  padding: 10px 25px;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .products-head h2 {
    min-height: 44px;
    font-size: 16px;
    padding: 10px 18px;
    margin-bottom: 6px;
  }
}
.products-head .products-cat {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 800px) {
  .products-head .products-cat {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
  }
}
.products-head .products-cat .products-l-cat {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  min-width: 230px;
  min-height: 38px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .products-head .products-cat .products-l-cat {
    min-width: 168px;
    min-height: 28px;
    font-size: 14px;
    padding: 5px 20px;
  }
}
.products-head .products-cat .products-l-cat::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 4px;
  background-color: #FFFFFF;
  content: "";
}
.products-head .products-cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.products-head .products-cat ul li {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .products-head .products-cat ul li {
    font-size: 13px;
  }
}

.products-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 800px) {
  .products-detail {
    flex-wrap: wrap;
    gap: 25px 0;
    margin-bottom: 65px;
  }
}
.products-detail .products-img-top {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .products-detail .products-img-top {
    width: 100%;
  }
}
.products-detail .products-img-top img {
  width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #D3D0D0;
}
@media screen and (max-width: 800px) {
  .products-detail .products-img-top img {
    width: 100%;
  }
}
.products-detail .r-detail {
  width: 46.2%;
}
@media screen and (max-width: 800px) {
  .products-detail .r-detail {
    width: 100%;
  }
}
.products-detail .r-detail h3 {
  color: #004EA2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 2px solid #004EA2;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .products-detail .r-detail h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.products-detail .r-detail table {
  margin: 0;
}
.products-detail .r-detail table th,
.products-detail .r-detail table td {
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 0;
  border-bottom: 1px solid #D3D0D0;
}
@media screen and (max-width: 800px) {
  .products-detail .r-detail table th,
  .products-detail .r-detail table td {
    font-size: 13px;
  }
}
.products-detail .r-detail table th {
  width: 135px;
  font-weight: 500;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .products-detail .r-detail table th {
    width: 120px;
  }
}
.products-detail .r-detail table td {
  width: calc(100% - 145px);
}
@media screen and (max-width: 800px) {
  .products-detail .r-detail table td {
    width: calc(100% - 130px);
  }
}

.maker {
  border: 1px dashed #004EA2;
  padding: 40px 77px 95px;
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .maker {
    padding: 30px;
    margin-bottom: 65px;
  }
}
.maker .maker-title {
  position: relative;
  color: #004EA2;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .maker .maker-title {
    margin-bottom: 20px;
  }
}
.maker .maker-title::before {
  position: absolute;
  left: -77px;
  top: 4px;
  width: 52px;
  height: 10px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .maker .maker-title::before {
    top: 8px;
    left: -30px;
    width: 24px;
    height: 10px;
  }
}
.maker .maker-name {
  color: #004EA2;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .maker .maker-name {
    font-size: 18px;
  }
}
.maker .maker-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .maker .maker-detail {
    flex-wrap: wrap;
    gap: 25px 0;
    margin-bottom: 40px;
  }
}
.maker .maker-detail .mlogo-img {
  width: 34.4%;
}
@media screen and (max-width: 800px) {
  .maker .maker-detail .mlogo-img {
    width: 100%;
  }
}
.maker .maker-detail .mtext {
  width: 60.7%;
  font-size: 15px;
  line-height: 1.73;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .maker .maker-detail .mtext {
    width: 100%;
  }
}
.maker .mimg {
  width: 100%;
  margin: 0 auto;
}
.maker .mimg img {
  width: 100%;
}
.maker .btn-bluelink {
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  .maker .btn-bluelink {
    margin-top: 30px;
  }
}

.related {
  width: 100%;
  margin: 100px 0;
}
@media screen and (max-width: 800px) {
  .related {
    margin: 70px 0;
  }
}
.related .related-title {
  color: #004EA2;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .related .related-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.products-item {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 1.5%;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .products-item {
    flex-wrap: wrap;
    gap: 25px 0;
  }
}
.products-item a {
  display: block;
  width: 32.3%;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .products-item a {
    width: 100%;
  }
}
.products-item a .products-img-s {
  width: 100%;
  margin-bottom: 10px;
}
.products-item a .products-img-s img {
  width: 278px;
  height: 167px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #D3D0D0;
}
@media screen and (max-width: 800px) {
  .products-item a .products-img-s img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.products-item a .products-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.products-item a .products-maker-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.products-item a .products-cat-name {
  color: #004EA2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}

.hidden-item {
  display: none !important;
}/*# sourceMappingURL=products-entry.css.map */