@charset "UTF-8";
.product-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.product-wrap .small {
  zoom: 0.8;
  color: #ccc;
}
.product-wrap .title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 34px;
  text-align: left;
  color: #172d74;
}
.product-wrap .title span {
  font-size: 22px;
  display: block;
}
.product-wrap .product-contents {
  display: flex;
}
.product-wrap .product-contents .img {
  width: 50%;
  padding-right: 10px;
}
.product-wrap .product-contents .img ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.product-wrap .product-contents .img ul li {
  width: 15%;
  padding: 10px;
}
.product-wrap .product-contents .img ul li:first-child {
  width: 100%;
}
.product-wrap .product-contents .img ul li img {
  width: 100%;
  height: auto;
}
.product-wrap .product-contents .contents {
  margin-left: 5px;
}
.product-wrap .product-contents .contents .maker {
  display: flex;
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #182D74;
}
.product-wrap .product-contents .contents .maker dt {
  color: #182D74;
  margin-right: 0px;
  font-size: 18px;
  font-weight: bold;
}
.product-wrap .product-contents .contents .maker dd {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #535353;
}
.product-wrap .product-contents .contents .tag {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.product-wrap .product-contents .contents .tag li {
  margin: 0 10px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #001040;
  margin: 0 5px;
  padding: 5px 10px;
  display: inline-block;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #001040;
}
.product-wrap .product-contents .contents .contact-btn a {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
}
.product-wrap .product-contents .contents .kubun dl {
  display: flex;
}
.product-wrap .product-contents .contents .kubun dl dt {
  width: 150px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #182D74;
}
.product-wrap .product-contents .contents .kubun dl dd p {
  margin-top: 0;
}
.product-wrap .product-contents .contents .kubun dl dd .custom-tag {
  margin-right: 20px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  color: #535353;
}
.product-wrap .product-spec .tab_wrap input {
  display: none;
}
.product-wrap .product-spec .tab_wrap .tab_area {
  display: none;
}
.product-wrap .product-spec .panel_area .tab_panel {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border: 1px solid;
}
.product-wrap .product-spec .panel_area .tab_panel .tabtit {
  margin-top: 0;
  background: #172d75;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.product-wrap .product-spec .panel_area .tab_panel .subtit {
  margin: 0;
  padding: 5px 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  color: #172d74;
}
.product-wrap .product-spec .panel_area .tab_panel .edit {
  padding: 20px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #111;
}
.product-wrap .product-spec .panel_area .tab_panel .edit a {
  font-family: "Noto Sans JP";
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  color: #111;
}
.product-wrap .product-spec .panel_area .tab_panel .reference-buttons {
  display: flex;
  justify-content: center;
}
.product-wrap .product-spec .panel_area .tab_panel .reference-buttons a {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  max-width: 748px;
  width: 100%;
  border-radius: 25px;
  background: #172d75;
  border: 2px solid #172d75;
}
.product-wrap .product-spec .panel_area .tab_panel table {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  border-collapse: collapse;
}
.product-wrap .product-spec .panel_area .tab_panel table tr th {
  width: 100%;
  background: #535353;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.product-wrap .product-spec .panel_area .tab_panel table tr td {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #111;
  border-bottom: 1px solid #e4e4e4;
}
.product-wrap .product-spec .panel_area .tab_panel table tr th,
.product-wrap .product-spec .panel_area .tab_panel table tr td {
  padding: 20px;
}
.product-wrap .product-spec .panel_area .tab_panel table tr th.left,
.product-wrap .product-spec .panel_area .tab_panel table tr td.left {
  text-align: left;
}

.products-content-img-child img {
  max-width: 70px;
}

.tab-panel-content.edit p {
  margin-bottom: 30px;
}
.tab-panel-content.edit .standard-btn,
.tab-panel-content.edit .license-btn {
  display: flex !important;
}
.tab-panel-content.edit h2 {
  margin-bottom: 20px;
}
.tab-panel-content.edit h3 {
  margin-bottom: 20px;
}
.tab-panel-content.edit h4 {
  padding: 0.25em 0.5em 0.25em 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  border-left: #172d74 solid 10px;
  font-size: 1.2em;
}
.tab-panel-content.edit h5 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 0.5em 0;
}
.tab-panel-content.edit h5::before {
  content: "■";
  color: #172d74;
  padding-right: 0.5em;
}
.tab-panel-content.edit h6 {
  border-bottom: #172d74 double;
  padding-bottom: 3px;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.tab-panel-content.edit img {
  width: auto;
}
.tab-panel-content.edit ul {
  list-style-type: disc;
  padding: 0.5em 1em 1em 2.5em;
}
.tab-panel-content.edit ul li {
  padding: 0.3em 0.3em 0.3em 0;
  line-height: 1.5;
}
.tab-panel-content.edit ul li::marker {
  color: var(--main-color);
  font-size: 1.1em;
}
.tab-panel-content.edit ol {
  padding: 0.5em 1em 1em 0em;
  list-style-type: none;
  counter-reset: li;
}
.tab-panel-content.edit ol li {
  display: flex;
  align-items: center;
  padding: 0.3em;
  line-height: 1.5;
}
.tab-panel-content.edit ol li::before {
  display: inline-block;
  min-width: 1.7em;
  margin-right: 5px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.7em;
  text-align: center;
  content: counter(li);
  counter-increment: li;
}
.tab-panel-content.edit .gallery-item img {
  width: 100% !important;
  border: none !important;
  padding: 0 5px !important;
}
.tab-panel-content.edit table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #E4E4E4;
}
.tab-panel-content.edit table th {
  font-weight: bold;
  background-color: var(--sub-color);
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}
.tab-panel-content.edit table td {
  padding: 15px 10px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #E4E4E4;
}

main .inner--sub .product-page .tab-content .tab-panel .tab-panel-content.edit img {
  width: auto;
  margin: auto;
  display: inline-block;
  padding: 0;
}

main .inner--sub .product-page .tab-content .tab-panel .tab-panel-content.edit a {
  display: inline;
}

main .inner--sub .products .products-wrap .products-content .popup img {
  width: auto;
}

.step-content p {
  margin-bottom: 0;
}

main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin {
  position: relative;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin .anshin-inner {
  display: none;
  position: absolute;
  bottom: 16px;
  right: -12px;
  width: 250px;
  padding: 10px 5px 15px;
  line-height: normal;
  border-radius: 5px;
  background-color: #EDF6FB;
  font-size: 10px;
  border: 1px solid #172D75;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin .anshin-inner a {
  text-decoration: underline;
  color: #172D75;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin .anshin-inner a:hover {
  text-decoration: none;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin:hover .anshin-inner {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}

@media (max-width: 768px) {
  iframe {
    width: 100%;
    height: 50vw;
  }
  video {
    width: 100%;
    height: 50vw;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-image-wrap {
  padding: 10px;
}

#mainImage {
  height: auto;
}
@media (max-width: 768px) {
  #mainImage {
    height: auto;
  }
}

@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box ul li .box .img img {
    width: 100%;
    height: auto;
  }
}
.products-content-img-child .thumb {
  -o-object-fit: cover;
     object-fit: cover;
}

.content-btn-wrap .grad-btn {
  max-width: 420px;
  margin: 0 0 10px;
}

.grad-btn.license-btn {
  max-width: 430px;
  margin: 0 auto;
}

#details .standard-btn {
  margin: 0 auto;
}

.text-red {
  color: #f80616;
}

.step04 {
  height: 230px !important;
}
@media (max-width: 768px) {
  .step04 {
    height: 350px !important;
  }
  .step04.step-icon {
    height: 50px !important;
  }
}

.test-contents {
  padding: 30px 0;
}
.test-contents .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.products-wrap-title p {
  padding-top: 0.5em;
}

main .inner--sub .product-page .tab-menu.col2 .tab-item {
  width: calc((100% - 4px) / 2);
}

.test-search ul li {
  list-style-type: circle;
  padding: 10px;
}

.post-password-form {
  max-width: 1280px;
  background: #E7E7e7;
  padding: 25px;
  margin: 15px;
}
.post-password-form p {
  margin-bottom: 10px;
}

.main-news-new .inner .contents .img img {
  max-width: 80px;
  height: auto;
}

.section-top-newproducts .box .text dl {
  display: flex;
  flex-flow: column;
}

.main-news-new .inner .contents .text dl {
  flex-flow: column;
  align-items: flex-start !important;
}/*# sourceMappingURL=prev.css.map */
  align-items: flex-start !important;
}

main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list .img .shadow {
  background: none !important;
}

main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list .img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list .img img {
  width: 100%;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper {
  align-items: flex-start !important;
}

main .section-top-news .inner .box .card03 {
  height: 310px;
}/*# sourceMappingURL=prev.css.map */