.font-en { font-family: "Roboto", serif; }

@media screen and (max-width: 750px) { .productsdetail .pagetop { bottom: 16%; } }

.products-footer-nav { display: none; }
@media screen and (max-width: 750px) { .products-footer-nav { display: block; position: sticky; bottom: -1px; left: 0; z-index: 900; width: 100%; }
  .products-footer-nav .nav-in { position: relative; z-index: 1; border-top: 3px solid #282E89; background-color: #fff; }
  .products-footer-nav .nav-in ul { display: flex; justify-content: space-between; padding: 2.6666666667% 0; }
  .products-footer-nav .nav-in ul li { position: relative; width: 20%; border-right: 2px solid #CED4E3; }
  .products-footer-nav .nav-in ul li:last-child { border-right: none; }
  .products-footer-nav .nav-in ul li a { display: block; text-align: center; text-decoration: none; }
  .products-footer-nav .nav-in ul li a .ico { width: 2em; height: 2em; }
  .products-footer-nav .nav-in ul li a span { display: block; margin-top: 15px; font-size: 0.96rem; line-height: 1.6; } }

._idx .products-pagettl { z-index: 1; position: relative; padding: 50px 0 80px; background-color: #F2F5F8; }
@media screen and (max-width: 750px) { ._idx .products-pagettl { padding: 8.6666666667% 0; } }
._idx .products-pagettl .products-pagettl-h { font-size: 3.2rem; color: #6B7387; text-align: center; font-weight: 700; }
@media screen and (max-width: 750px) { ._idx .products-pagettl .products-pagettl-h { font-size: 2.3466666667rem; } }
._idx .search-nav { z-index: 9; position: relative; margin-top: -40px; padding: 0; }
@media screen and (max-width: 750px) { ._idx .search-nav { padding: 3.6231884058% 0 0; margin-top: 0; } }
._idx .search-nav li a { color: #6B7387; }
._idx .products-main { padding: 90px 0; }
@media screen and (max-width: 750px) { ._idx .products-main { padding: 8.6956521739% 0 20.2898550725%; } }
._idx .products-main .products-heading { margin-bottom: 45px; font-size: 2.6rem; font-weight: 700; text-align: center; color: #282E89; }
@media screen and (max-width: 750px) { ._idx .products-main .products-heading { font-size: 2.1546666667rem; } }
._idx .products-main .products-list { width: 100%; max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 35px 2.9166666667%; }
@media screen and (max-width: 750px) { ._idx .products-main .products-list { padding: 0 2.1739130435%; gap: 30px 5.7971014493%; } }
._idx .products-main .products-list li { width: 31%; }
@media screen and (max-width: 750px) { ._idx .products-main .products-list li { width: 46.9696969697%; } }
._idx .products-main .products-list li a { display: block; text-decoration: none; }
._idx .products-main .products-list li dl { margin-top: 10px; padding-left: 20px; border-left: 1px solid #282E89; }
@media screen and (max-width: 750px) { ._idx .products-main .products-list li dl { padding-left: 0; border-left: none; } }
._idx .products-main .products-list li dl dt { padding: 10px 0; font-size: 1.8rem; font-weight: 700; }
@media screen and (max-width: 750px) { ._idx .products-main .products-list li dl dt { padding: 0 0 0 20px; background: url("../img/common/ico_arrow02.svg") no-repeat left top 0.3em; background-size: 7px auto; background-position: left top 0.4em; font-size: 1.6rem; font-weight: 400; } }
._idx .products-main .products-list li dl dd { font-size: 1.4rem; color: #282E89; }
@media screen and (max-width: 750px) { ._idx .products-main .products-list li dl dd { display: none; } }

._search .products-pagettl { padding: 50px 0; background-color: #F2F5F8; }
@media screen and (max-width: 750px) { ._search .products-pagettl { padding: 8.6666666667% 0; } }
._search .products-pagettl .products-pagettl-h { font-size: 3.2rem; font-weight: 700; }
@media screen and (max-width: 750px) { ._search .products-pagettl .products-pagettl-h { font-size: 2.3466666667rem; } }
._search .products-search { padding: 30px 0; }
._search .products-search .search-main { background-color: #F2F5F8; }
._search .products-search .search-main .search-main-con { padding: 20px 35px 0; background-color: #F2F5F8; }
._search .products-search .search-main .search-main-con .search-main-ttl { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #CED4E3; font-size: 1.8rem; font-weight: 700; color: #282E89; }
._search .products-search .search-main .search-main-con dl { display: flex; justify-content: space-between; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #CED4E3; }
@media screen and (max-width: 750px) { ._search .products-search .search-main .search-main-con dl { display: block; } }
._search .products-search .search-main .search-main-con dl dt { display: flex; align-items: center; justify-content: center; width: 185px; margin-right: 40px; padding: 20px; background-color: #282E89; font-size: 1.8rem; font-weight: 700; text-align: center; color: #fff; }
@media screen and (max-width: 750px) { ._search .products-search .search-main .search-main-con dl dt { width: 100%; margin-right: 0; margin-bottom: 30px; font-size: 1.6rem; } }
._search .products-search .search-main .search-main-con dl dd { flex: 1; }
._search .products-search .search-main .search-main-con dl dd ul { display: flex; flex-wrap: wrap; }
._search .products-search .search-main .search-main-con dl dd ul li { width: calc(100% / 4); margin-bottom: 15px; font-weight: 700; color: #282E89; }
@media screen and (max-width: 750px) { ._search .products-search .search-main .search-main-con dl dd ul li { width: 50%; font-size: 1.2rem; } }
._search .products-search .search-main .search-main-con dl dd input[type="radio"], ._search .products-search .search-main .search-main-con dl dd input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 22px; height: 22px; margin: auto 8px auto 0; padding: 0; border: none; border-radius: 0; background: none; outline: none; line-height: 1; vertical-align: middle; }
._search .products-search .search-main .search-main-con dl dd input[type="radio"]:checked::after, ._search .products-search .search-main .search-main-con dl dd input[type="checkbox"]:checked::after { content: ""; position: absolute; top: 50%; left: 0; -moz-box-sizing: border-box; box-sizing: border-box; display: block; }
._search .products-search .search-main .search-main-con dl dd input[type="radio"] { border: 1px solid #282E89; border-radius: 30px; background: #fff; }
._search .products-search .search-main .search-main-con dl dd input[type="radio"]:checked::after { width: 16px; height: 16px; margin: -8px 0 0 2px; background: #282E89; border-radius: 30px; }
._search .products-search .search-main .search-main-con dl dd input[type="checkbox"] { border: 1px solid #282E89; border-radius: 5px; background: #fff; }
._search .products-search .search-main .search-main-con dl dd input[type="checkbox"]:checked { background-color: #282E89; }
._search .products-search .search-main .search-main-con dl dd input[type="checkbox"]:checked::after { width: 13px; height: 10px; margin: -8px 0 0 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
._search .products-search .search-main .search-btn button { width: 100%; padding: 15px; background-color: #282E89; font-size: 1.8rem; text-align: center; color: #fff; font-weight: 700; }
._search .products-result { padding: 30px 0 60px; }
._search .products-result .result-txt { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #CED4E3; font-weight: 700; }
._search .products-result .result-txt span { font-size: 2.9rem; }
._search .products-result .result-list { display: flex; flex-wrap: wrap; gap: 70px 2.25%; }
@media screen and (max-width: 750px) { ._search .products-result .result-list { gap: 70px 4%; } }
._search .products-result .result-list li { width: 18.1666666667%; }
@media screen and (max-width: 750px) { ._search .products-result .result-list li { width: 48%; } }
._search .products-result .result-list li a { display: block; text-decoration: none; }
._search .products-result .result-list li figure { margin-bottom: 15px; }
._search .products-result .result-list li .result-list-ttl { margin-bottom: 10px; font-weight: 700; }
._search .products-result .result-list li .result-list-model { margin-bottom: 10px; font-size: 1.4rem; font-weight: 700; color: #6B7387; }
._search .products-result .result-list li .result-list-field { margin-top: 20px; padding-top: 10px; border-top: 1px solid #CED4E3; font-size: 1.4rem; color: #6B7387; }

._category ._detail01 .products-top { background: #6B7387 url("../img/products/category/detail/01/main.jpg") no-repeat right bottom; background-size: contain; }
@media screen and (max-width: 750px) { ._category ._detail01 .products-top { background-size: 77.3333333333% auto; } }
._category ._detail02 .products-top { background: #6B7387 url("../img/products/category/detail/02/main.jpg") no-repeat right bottom; background-size: contain; }
@media screen and (max-width: 750px) { ._category ._detail02 .products-top { background-size: 77.3333333333% auto; } }
._category .products-top { color: #fff; }
._category .products-top .products-top-in { width: 80.5825242718%; padding: 60px 20px 90px 100px; line-height: 1.6; }
@media screen and (max-width: 980px) { ._category .products-top .products-top-in { width: 100%; padding: 60px 20px 90px; } }
@media screen and (max-width: 750px) { ._category .products-top .products-top-in { padding: 6.6666666667% 4% 66.6666666667%; } }
._category .products-top .products-top-box { width: 46.3855421687%; }
@media screen and (max-width: 750px) { ._category .products-top .products-top-box { width: 100%; } }
._category .products-top .products-top-item { margin-bottom: 10px; font-size: 1.5rem; }
@media screen and (max-width: 750px) { ._category .products-top .products-top-item { font-size: 1.28rem; } }
._category .products-top .products-top-ttl { position: relative; margin-bottom: 50px; font-size: 3.0rem; font-weight: 700; }
@media screen and (max-width: 750px) { ._category .products-top .products-top-ttl { font-size: 2.56rem; } }
._category .products-top .products-top-ttl::before { content: ''; position: absolute; bottom: 0; left: 0; width: 80px; height: 2px; margin-bottom: -25px; background-color: #fff; }
._category .products-top .products-top-lead { line-height: 2; }
@media screen and (max-width: 750px) { ._category .products-top .products-top-lead { font-size: 1.4933333333rem; } }
._category .products-main { position: relative; border-bottom: 1px solid #CED4E3; }
._category .products-main .search-nav { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); margin-bottom: 80px; width: 100%; padding: 0; }
@media screen and (max-width: 980px) { ._category .products-main .search-nav { display: none !important; } }
._category .products-main .products-main-flex { display: flex; }
@media screen and (max-width: 980px) { ._category .products-main .products-main-flex { display: block; } }
._category .products-main .content { flex: 1; }
._category .products-main .content .content-in { width: 80.5825242718%; padding: 40px 20px 240px 100px; line-height: 1.6; }
@media screen and (max-width: 980px) { ._category .products-main .content .content-in { width: 100%; padding: 40px 20px 100px; } }
@media screen and (max-width: 750px) { ._category .products-main .content .content-in { padding: 40px 4% 20%; } }
._category .products-main .content .lnav02 li a { padding: 25px 5px; }
@media screen and (max-width: 750px) { ._category .products-main .content .lnav02 li a { padding: 3.6231884058% 10.8695652174%; } }
._category .products-main .sidebar { width: 26.4285714286%; background-color: #F2F5F8; }
@media screen and (max-width: 980px) { ._category .products-main .sidebar { width: 100%; margin: 0 auto; background-color: #6B7387; } }
@media screen and (max-width: 980px) { ._category .products-main .sidebar._lg .sidebar-ttl { background: #CED4E3 url("../img/common/ico_toggle_bk_o.svg") no-repeat right 4% center; background-size: 4% auto; color: #1F1F1F; }
  ._category .products-main .sidebar._lg .sidebar-ttl.active { background-image: url("../img/common/ico_toggle_bk_c.svg"); } }
._category .products-main .sidebar .sidebar-ttl { padding: 35px 30px 20px; border-bottom: 2px solid #fff; font-size: 1.8rem; font-weight: 700; color: #282E89; }
@media screen and (max-width: 980px) { ._category .products-main .sidebar .sidebar-ttl { padding: 5.3333333333% 4%; border-bottom: none; background: #6B7387 url("../img/common/ico_toggle_w_o.svg") no-repeat right 4% center; background-size: 4% auto; font-size: 2.0rem; color: #fff; }
  ._category .products-main .sidebar .sidebar-ttl.active { background-image: url("../img/common/ico_toggle_w_c.svg"); } }
@media screen and (max-width: 750px) { ._category .products-main .sidebar .sidebar-ttl { font-size: 1.6rem; } }
@media screen and (max-width: 980px) { ._category .products-main .sidebar .sidebar-ttl .sidebar-ttl-pc { display: none; } }
._category .products-main .sidebar .sidebar-ttl .sidebar-ttl-tab { display: none; }
@media screen and (max-width: 980px) { ._category .products-main .sidebar .sidebar-ttl .sidebar-ttl-tab { display: block; } }
@media screen and (max-width: 980px) { ._category .products-main .sidebar .sidebar-in { display: none; padding: 0 20px 40px; } }
@media screen and (max-width: 750px) { ._category .products-main .sidebar .sidebar-in { padding: 0 4% 5.3333333333%; } }
@media screen and (max-width: 980px) { ._category .products-main .sidebar .sidebar-con { background-color: #fff; padding-bottom: 40px; } }
._category .products-main .sidebar dl { border-bottom: 1px solid #CED4E3; }
._category .products-main .sidebar dl dt { display: flex; align-items: center; padding: 10px 20px; background: url("../img/common/ico_toggle_o.svg") no-repeat right 20px center; background-size: 16px auto; cursor: pointer; }
._category .products-main .sidebar dl dt.active { background: #282E89 url("../img/common/ico_toggle_w_c.svg") no-repeat right 20px center; background-size: 16px auto; }
._category .products-main .sidebar dl dt.active p { color: #fff; }
@media screen and (max-width: 980px) { ._category .products-main .sidebar dl dt { padding: 30px; font-size: 2.0rem; } }
@media screen and (max-width: 750px) { ._category .products-main .sidebar dl dt { padding: 4.347826087%; font-size: 1.6rem; } }
._category .products-main .sidebar dl dt figure { width: 52px; margin-right: 10px; }
._category .products-main .sidebar dl dt p { flex: 1; font-size: 1.6rem; font-weight: 700; }
._category .products-main .sidebar dl dd { display: none; padding-bottom: 20px; }
._category .products-main .sidebar dl dd p { padding: 15px 20px 15px 80px; font-size: 1.4rem; font-weight: 700; color: #282E89; }
@media screen and (max-width: 750px) { ._category .products-main .sidebar dl dd p { padding: 2.8985507246% 2.8985507246% 2.8985507246% 10.1449275362%; font-size: 1.3866666667rem; } }
._category .products-main .sidebar dl dd ul li { font-size: 1.4rem; }
@media screen and (max-width: 980px) { ._category .products-main .sidebar dl dd ul li { font-size: 1.6rem; } }
@media screen and (max-width: 750px) { ._category .products-main .sidebar dl dd ul li { font-size: 1.3866666667rem; } }
._category .products-main .sidebar dl dd ul li a { display: block; text-decoration: none; padding: 8px 20px 8px 110px; background: url("../img/common/ico_arrow.svg") no-repeat left 80px top 0.9em; background-size: 11px auto; }
._category .products-main .sidebar dl dd ul li a:hover { background: #5358A1 url("../img/common/ico_arrow_w.svg") no-repeat left 80px top 0.9em; background-size: 11px auto; color: #fff; }
._category .products-main .sidebar .sidebar-close { display: none; align-items: center; justify-content: center; width: 364px; margin: 40px auto 0; padding: 20px 10px; background-color: #6B7387; font-size: 2.0rem; text-align: center; color: #fff; border-radius: 2em; }
@media screen and (max-width: 980px) { ._category .products-main .sidebar .sidebar-close { display: flex; } }
@media screen and (max-width: 750px) { ._category .products-main .sidebar .sidebar-close { width: 52.7536231884%; margin: 5.7971014493% auto 0; font-size: 1.5466666667rem; } }
._category .products-main .sidebar .sidebar-close .ico { margin-left: 10px; }
._category .category-heading { padding-bottom: 20px; border-bottom: 2px solid #CED4E3; font-size: 3.0rem; font-weight: 700; color: #6B7387; }
@media screen and (max-width: 750px) { ._category .category-heading { font-size: 2.56rem; } }
._category .category-list { display: flex; flex-wrap: wrap; gap: 0 7.2289156627%; }
@media screen and (max-width: 750px) { ._category .category-list { display: block; } }
._category .category-list li { width: 46.3855421687%; background: url("../img/common/ico_arrow_link.svg") no-repeat right bottom; }
@media screen and (max-width: 750px) { ._category .category-list li { width: 100%; } }
._category .category-list li a { display: block; text-decoration: none; padding: 30px 0 45px; }
@media screen and (max-width: 750px) { ._category .category-list li a { padding: 8.6956521739% 0 13.0434782609%; } }
._category .category-list li figure { width: 49.3506493506%; margin: 0 auto 10px; }
._category .category-list li dl dt { margin-bottom: 10px; font-size: 1.7rem; text-align: center; font-weight: 700; }
._category .category-list li dl dd { font-size: 1.5rem; }

._detail .products-top { padding: 20px 0; background-color: #F2F5F8; }
@media screen and (max-width: 750px) { ._detail .products-top { padding: 8% 0 4%; } }
._detail .products-top .products-top-con { display: flex; align-items: center; justify-content: space-between; }
@media screen and (max-width: 750px) { ._detail .products-top .products-top-con { display: block; } }
._detail .products-top .products-top-box { flex: 1; padding-left: 60px; border-left: 1px solid #000; }
@media screen and (max-width: 750px) { ._detail .products-top .products-top-box { margin-bottom: 1.4492753623%; padding-left: 4.347826087%; } }
._detail .products-top .products-top-box .products-name { margin-bottom: 20px; font-size: 3.6rem; font-weight: 700; }
@media screen and (max-width: 750px) { ._detail .products-top .products-top-box .products-name { font-size: 2.4rem; } }
._detail .products-top .products-top-box .type { margin-bottom: 20px; }
._detail .products-top .products-top-box .type span { background-color: #fff; font-size: 1.6rem; }
@media screen and (max-width: 750px) { ._detail .products-top .products-top-box .type span { font-size: 1.0666666667rem; } }
@media screen and (max-width: 750px) { ._detail .products-top .products-top-box .txt { font-size: 1.2266666667rem; } }
._detail .products-top figure { width: 35.8333333333%; margin-left: 8.3333333333%; }
@media screen and (max-width: 750px) { ._detail .products-top figure { width: 100%; margin: 0 auto; text-align: center; } }

/*# sourceMappingURL=products.css.map */
