@charset "UTF-8";

/* sass */
@keyframes fade-in { 0% { opacity: 0;
    display: none; }
  1% { opacity: 0;
    display: block; }
  100% { opacity: 1;
    display: block; } }

@keyframes fade-out { 0% { opacity: 1;
    display: block;
    visibility: visible; }
  99% { opacity: 0;
    display: block; }
  100% { opacity: 0;
    visibility: hidden; } }

.header-shadow { display: none; }

.header .l-head-inner { position: relative; padding-top: 40px; }

.header .bg-layer { display: none; }

.header .wrap-fixed { position: absolute; left: 0; top: 0; width: 100%; z-index: 30; }

.menu-open .header .wrap-fixed { overflow: hidden; visibility: visible; }

.header .wrap-site-start { background-color: #FFF; position: relative; height: 40px; display: flex; }

.header .wrap-fadein { background: #F4F4F4; opacity: 0; transition: opacity 0.5s ease, visibility 0.5s ease; transition-behavior: allow-discrete; display: none; position: relative; z-index: 2; }

.menu-open .header .wrap-fadein { display: block; opacity: 1; display: block; }

@starting-style { .menu-open .header .wrap-fadein { opacity: 0; } }

.menu-open .header .wrap-fadein .lst-gnav-1st { visibility: visible; }

.header .wrap-scroll { height: calc(100svh - 40px); overflow-x: hidden; overscroll-behavior-y: contain; }

.header .wrap-global-nav { position: relative; transform: translateX(0); transition: transform 0.5s ease; }

.header .wrap-global-nav.js-drilled { transform: translateX(-100%); }

.header .btn-drill-return { width: 82px; font-size: 1.2rem; text-align: center; color: #000; padding: 6px 18px 9px 28px; border-radius: 5px; background: #fff; border: 1px solid #707070; cursor: pointer; position: relative; margin-left: 13px; }

.header .btn-drill-return::before { position: absolute; content: ""; display: inline-block; width: 5px; height: 8px; background-color: #000; margin: auto 0; top: 0; bottom: 0; left: 19px; -webkit-clip-path: polygon(0 50%, 88.92% 0, 100% 9.8%, 28% 50%, 100% 90.2%, 88.92% 100%); clip-path: polygon(0 50%, 88.92% 0, 100% 9.8%, 28% 50%, 100% 90.2%, 88.92% 100%); }

.header .site-logo { margin-left: 17px; padding-top: 13px; width: 90px; font-size: 1.2rem; }

.header .site-logo img { width: 100%; height: auto; vertical-align: top; }

.header .box-function-pc { display: none; visibility: hidden; }

.header .box-search-area { margin-left: auto; }

.header .box-search-area .wrap-btn-search { transition: opacity 0.5s ease; opacity: 1; }

.menu-open .header .box-search-area .wrap-btn-search { animation: fade-out 0.5s; animation-fill-mode: forwards; opacity: 0; }

.header .box-search-area .box-search-form { display: none; position: absolute; left: 0; width: 100%; background-color: #F4F4F4; padding: 13px 14px 15px 14px; z-index: 1; }

.header .box-search-area .box-search-form.accordionActive { display: block; }

.header .box-search-area .box-search-form .searchBoxMars { background-color: #fffdfd; border: 1px solid #026eb9; border-radius: 28px; }

.header .box-search-area .box-search-form .btn-close-siteserch { display: none; }

.header .wrap-spmenu { position: relative; width: 44px; height: 40px; overflow-x: clip; }

.header .wrap-spmenu .btn-spmenu { top: 0; width: 100%; height: 40px; cursor: pointer; white-space: nowrap; overflow: hidden; }

.header .wrap-spmenu .btn-spmenu .txt-spmenu { position: absolute; display: block; height: 2px; background: black; left: 50%; margin: -2% 0 0 -20%; top: 50%; transition: background 0.3s ease-in-out; width: 40.9%; text-indent: 50px; }

.header .wrap-spmenu .btn-spmenu .txt-spmenu::before, .header .wrap-spmenu .btn-spmenu .txt-spmenu::after { background: #000; content: ""; display: block; height: 100%; left: 50%; margin-left: -50%; position: absolute; top: 50%; transform: rotate(0); transition: all 0.3s ease-in-out; width: 100%; }

.header .wrap-spmenu .btn-spmenu .txt-spmenu::before { margin-top: -37%; }

.header .wrap-spmenu .btn-spmenu .txt-spmenu::after { margin-top: 34%; }

.menu-open .header .wrap-spmenu .btn-spmenu .txt-spmenu { background: rgba(0, 0, 0, 0); width: 44%; }

.menu-open .header .wrap-spmenu .btn-spmenu .txt-spmenu::before, .menu-open .header .wrap-spmenu .btn-spmenu .txt-spmenu::after { margin: -8% 0 0 -56%; background-color: #000; }

.menu-open .header .wrap-spmenu .btn-spmenu .txt-spmenu::before { transform: rotate(-45deg); }

.menu-open .header .wrap-spmenu .btn-spmenu .txt-spmenu::after { transform: rotate(45deg); }

.header .lst-gnav-1st { visibility: hidden; }

.header .lst-gnav-1st > li > a, .header .lst-gnav-1st > li > .btn-to-1st { display: block; width: 100%; font-size: 1.4rem; line-height: 1.5; text-align: left; color: #000; padding: 21px 29px 21px 23px; position: relative; }

.header .lst-gnav-1st > li > a::before, .header .lst-gnav-1st > li > .btn-to-1st::before { position: absolute; content: ""; display: inline-block; width: auto; height: 1px; left: 13px; right: 15px; bottom: 0; background: #fff; }

.header .lst-gnav-1st > li > a { text-decoration: none; }

.header .lst-gnav-1st > li > .btn-to-1st { cursor: pointer; }

.header .lst-gnav-1st > li > .btn-to-1st.active { background-color: #e5e5e5; }

.header .lst-gnav-1st > li > .btn-to-1st::after { position: absolute; content: ""; display: inline-block; width: 9px; height: 14px; margin: auto 0; top: 0; bottom: 0; right: 19px; background-color: #000; -webkit-clip-path: polygon(0 5.2%, 6.12% 0, 100% 50%, 6.12% 100%, 0% 94.8%, 84.18% 50%, 0 5.2%); clip-path: polygon(0 5.2%, 6.12% 0, 100% 50%, 6.12% 100%, 0% 94.8%, 84.18% 50%, 0 5.2%); }

.header .lst-gnav-1st > li:last-child .btn-to-1st::before { display: none; }

.header .lst-gnav-1st > li:last-child::after { content: ""; display: block; height: 1px; margin-left: 13px; margin-right: 15px; background-color: #FFF; }

.medical .header .lst-gnav-1st > li.medical .btn-to-1st { color: #026eb9; }

.public .header .lst-gnav-1st > li.public .btn-to-1st { color: #026eb9; }

.aed .header .lst-gnav-1st > li.aed .btn-to-1st { color: #026eb9; }

.company .header .lst-gnav-1st > li.company .btn-to-1st { color: #026eb9; }

.sustainability .header .lst-gnav-1st > li.sustainability .btn-to-1st { color: #026eb9; }

.ir .header .lst-gnav-1st > li.ir .btn-to-1st { color: #026eb9; }

.recruit .header .lst-gnav-1st > li.recruit a { color: #026eb9; }

.header .wrap-lst-layer2 { display: none; position: absolute; top: 0; left: 0; width: 100%; transform: translateX(100%); transition: transform 0.5s ease; }

.header .wrap-lst-layer2 .inner-lst-layer2 { padding-top: 14px; padding-bottom: 60px; }

.header .btn-close-megamenu { display: none; visibility: hidden; }

.header .btn-to-1st.active + .wrap-lst-layer2 { display: block; }

.header .lst-gnav-2nd > .category-sub::after { content: ""; display: block; height: 1px; margin: 0 15px 0 13px; background-color: #FFF; }

.header .lst-gnav-2nd > .category-top { margin-top: 20px; font-weight: 500; font-size: 1.6rem; letter-spacing: 0.04em; line-height: 1.5; color: #FFF; padding: 0 15px 10px 13px; position: relative; }

.header .lst-gnav-2nd > .category-top > a { position: relative; display: block; border-radius: 5px; background: #026eb9; padding: 8px 24px 7px 12px; }

.header .lst-gnav-2nd > .category-top > a:link, .header .lst-gnav-2nd > .category-top > a:visited, .header .lst-gnav-2nd > .category-top > a:hover, .header .lst-gnav-2nd > .category-top > a:active { color: #FFF; text-decoration: none; }

.header .lst-gnav-2nd.sub > li:first-child::before { content: ""; display: block; height: 1px; background-color: #fff; margin-left: 13px; margin-right: 15px; }

.header .lst-gnav-2nd.sub > li a { min-height: 62px; }

.header .lst-gnav-2nd > .category-sub > .btn-to-2nd, .header .lst-gnav-2nd > .category-sub > a { display: flex; width: 100%; align-items: center; padding: 3px 15px 3px 13px; font-size: 1.4rem; line-height: 1.5; text-align: left; position: relative; }

.header .lst-gnav-2nd > .category-sub > .btn-to-2nd .wrap-image, .header .lst-gnav-2nd > .category-sub > a .wrap-image { width: 93px; margin-right: 12px; }

.header .lst-gnav-2nd > .category-sub > .btn-to-2nd .wrap-image img, .header .lst-gnav-2nd > .category-sub > a .wrap-image img { border-radius: 5px; width: 100%; height: 56px; object-fit: cover; }

.header .lst-gnav-2nd > .category-sub > .btn-to-2nd .text, .header .lst-gnav-2nd > .category-sub > a .text { width: calc(100% - 105px); }

.header .lst-gnav-2nd > .category-sub > a:link, .header .lst-gnav-2nd > .category-sub > a:visited, .header .lst-gnav-2nd > .category-sub > a:hover, .header .lst-gnav-2nd > .category-sub > a:active { color: #000; text-decoration: none; }

.header .lst-gnav-2nd > .category-sub > a.blank { background: transparent url(/common/images/ico-blank-b.svg) right 22px center no-repeat; background-size: 11px 12px; }

.header .lst-gnav-2nd > .category-sub > .btn-to-2nd { cursor: pointer; color: #000; }

.header .lst-gnav-2nd > .category-sub > .btn-to-2nd::after { position: absolute; content: ""; display: inline-block; width: 9px; height: 14px; margin: auto 0; top: 0; bottom: 0; right: 20px; background-color: #000; -webkit-clip-path: polygon(0 5.2%, 6.12% 0, 100% 50%, 6.12% 100%, 0% 94.8%, 84.18% 50%, 0 5.2%); clip-path: polygon(0 5.2%, 6.12% 0, 100% 50%, 6.12% 100%, 0% 94.8%, 84.18% 50%, 0 5.2%); }

.header .wrap-lst-gnav-3rd { visibility: hidden; margin-top: 20px; display: none; position: absolute; top: 0; left: 0; width: 100%; padding-bottom: 60px; transform: translateX(100%); transition: transform 0.5s ease; }

.header .wrap-lst-gnav-3rd .inner-lst-gnav-3rd { padding-top: 14px; }

.header .btn-to-2nd.active + .wrap-lst-gnav-3rd { display: block; visibility: visible; }

.header .lst-gnav-3rd { margin-top: 20px; }

.header .lst-gnav-3rd > .category-sub { font-size: 1.4rem; line-height: 1.5; }

.header .lst-gnav-3rd > .category-sub:first-child::before { content: ""; display: block; height: 1px; margin: 0 15px 0 13px; background-color: #FFF; }

.header .lst-gnav-3rd > .category-sub::after { content: ""; display: block; height: 1px; margin: 0 15px 0 13px; background-color: #FFF; }

.header .lst-gnav-3rd > .category-sub > a { display: flex; width: 100%; align-items: center; padding: 3px 15px 3px 13px; text-align: left; position: relative; }

.header .lst-gnav-3rd > .category-sub > a:link, .header .lst-gnav-3rd > .category-sub > a:visited, .header .lst-gnav-3rd > .category-sub > a:hover, .header .lst-gnav-3rd > .category-sub > a:active { color: #000; text-decoration: none; }

.header .lst-gnav-3rd > .category-sub > a::after { position: absolute; content: ""; display: inline-block; width: 9px; height: 14px; margin: auto 0; top: 0; bottom: 0; right: 19px; background-color: #000; -webkit-clip-path: polygon(0 5.2%, 6.12% 0, 100% 50%, 6.12% 100%, 0% 94.8%, 84.18% 50%, 0 5.2%); clip-path: polygon(0 5.2%, 6.12% 0, 100% 50%, 6.12% 100%, 0% 94.8%, 84.18% 50%, 0 5.2%); }

.header .lst-gnav-3rd > .category-sub > a .wrap-image { width: 93px; margin-right: 12px; }

.header .lst-gnav-3rd > .category-sub > a .wrap-image img { border-radius: 5px; width: 100%; height: 56px; object-fit: cover; }

.header .lst-gnav-3rd > .category-sub > a .text { width: calc(100% - 105px); }

.header .lst-function { margin-top: 21px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }

.header .lst-function > li { font-size: 1.4rem; }

.header .lst-function .news a, .header .lst-function .locations a, .header .lst-function .inquiry a { padding-left: 23px; }

.header .lst-function .news a:link, .header .lst-function .news a:visited, .header .lst-function .news a:hover, .header .lst-function .news a:active, .header .lst-function .locations a:link, .header .lst-function .locations a:visited, .header .lst-function .locations a:hover, .header .lst-function .locations a:active, .header .lst-function .inquiry a:link, .header .lst-function .inquiry a:visited, .header .lst-function .inquiry a:hover, .header .lst-function .inquiry a:active { color: #000; text-decoration: none; }

.header .lst-function .locations { width: 100%; margin-top: 20px; }

.header .lst-function .inquiry { margin-top: 20px; }

.header .lst-function .lst-sns { margin-top: 20px; }

.header .lst-language { display: flex; }

.header .lst-language a, .header .lst-language .no-link { display: block; padding-top: 5px; padding-bottom: 8px; font-size: 1.5rem; }

.header .lst-language .jpg { border-radius: 15px; background: #026eb9; position: relative; z-index: 1; color: #fff; }

.header .lst-language .jpg a { width: 54px; }

.header .lst-language .jpg a:link, .header .lst-language .jpg a:visited, .header .lst-language .jpg a:hover, .header .lst-language .jpg a:active { color: #fff; text-decoration: none; }

.header .lst-language .jpg .no-link { width: 54px; text-align: center; }

.header .lst-language .jpg .no-link:link, .header .lst-language .jpg .no-link:visited, .header .lst-language .jpg .no-link:hover, .header .lst-language .jpg .no-link:active { color: #fff; text-decoration: none; }

.header .lst-language .eng { border-radius: 0 15px 15px 0; background: #fff; position: relative; z-index: 0; left: -14px; }

.header .lst-language .eng a { width: 52px; border: 1px solid #026eb9; border-radius: 0 15px 15px 0; padding-left: 18px; }

.header .lst-language .eng a:link, .header .lst-language .eng a:visited, .header .lst-language .eng a:hover, .header .lst-language .eng a:active { color: #026eb9; text-decoration: none; }

.header .box-related-banner { margin: 14px 15px 0 13px; }

.header .js-drilled.js-drilled-w.drill-transitionend .box-related-banner { display: none; visibility: hidden; }

.header .lst-related-banner { display: flex; flex-wrap: wrap; justify-content: space-between; }

.header .lst-related-banner > li { margin-top: 14px; text-align: center; width: 100%; }

.header .lst-related-banner > li.size-s { width: calc(50% - 8px); }

.header .lst-related-banner > li img { max-width: 100%; height: auto; }

.header .lst-related-banner > li + li { margin-top: 14px; }

.header .header-sns { display: flex; align-items: center; margin-right: 24px; }

.header .header-sns .sns-item { margin-left: 15px; }

.header .header-sns a { display: block; }

.header .header-sns a img { width: 100%; height: auto; }

.header .header-sns .icon-x { width: 27px; }

.header .header-sns .icon-youtube { width: 39px; }

.header .wrap-btn-return { display: flex; align-items: center; }

.header .wrap-btn-return .site-logo { padding-top: 0; }

.header .wrap-btn-return .lst-btn-return { flex: 1 1 auto; }

.header .lst-btn-return { margin-left: 20px; display: flex; }

.header .return-medical-top { font-size: 1rem; color: #026eb9; }

.header .return-medical-top > a { display: block; border-radius: 5px; background-color: #f0fafd; border: 1px solid #2c91d8; padding: 0 8px 1px; line-height: 1.5; text-align: center; }

.header .return-medical-top > a:link, .header .return-medical-top > a:visited, .header .return-medical-top > a:hover, .header .return-medical-top > a:active { color: #026eb9; text-decoration: none; }

.header .return-site-top { display: none; font-size: 1.2rem; color: #fff; margin-left: 11px; min-width: 134px; }

.header .return-site-top > a { display: block; border-radius: 5px; background-color: #026eb9; position: relative; padding-left: 27px; padding: 5px 11px 7px 27px; line-height: 1.5; text-align: center; }

.header .return-site-top > a::before { position: absolute; content: ""; display: inline-block; width: 15px; height: 15px; background: transparent url(/common/images/arw-rwb-bw.svg) 0 0 no-repeat; margin: auto 0; top: 0; bottom: 0; left: 8px; }

.header .return-site-top > a:link, .header .return-site-top > a:visited, .header .return-site-top > a:hover, .header .return-site-top > a:active { color: #fff; text-decoration: none; }

.header.layer-primary .wrap-global-nav.js-drilled-w { transform: translateX(-200%); }

.header.layer-medical .wrap-global-nav.js-drilled-w { transform: translateX(-100%); }

.header.layer-medical .lst-gnav-2nd.top { display: none; }

.header.layer-medical .lst-gnav-2nd > li .btn-to-2nd.def-focus, .header.layer-medical .lst-gnav-2nd > li .btn-to-2nd.active { background-color: #e5e5e5; }

.medical .header.layer-medical .lst-gnav-2nd > li.medical .btn-to-2nd { background-color: #e5e5e5; }

.inhome_medical .header.layer-medical .lst-gnav-2nd > li.inhome_medical .btn-to-2nd { background-color: #e5e5e5; }

.solutions .header.layer-medical .lst-gnav-2nd > li.solutions .btn-to-2nd { background-color: #e5e5e5; }

.maintenance .header.layer-medical .lst-gnav-2nd > li.maintenance .btn-to-2nd { background-color: #e5e5e5; }

.course .header.layer-medical .lst-gnav-2nd > li.course a { background-color: #e5e5e5; }

.gakkai .header.layer-medical .lst-gnav-2nd > li.gakkai a { background-color: #e5e5e5; }

.practice .header.layer-medical .lst-gnav-2nd > li.practice a { background-color: #e5e5e5; }

.header .header-shadow { display: none; }

.header.header-simple .wrap-spmenu { margin-left: auto; }

.footer { background-color: #F4F4F4; }

.footer .l-foot-main { padding-bottom: 80px; }

.footer .lst-footer-1st .blank .text::after { content: ""; display: inline-block; width: 11px; height: 12px; background: transparent url(/common/images/ico-blank-b.svg) 0 0 no-repeat; background-size: 11px 12px; margin-left: 14px; }

.footer .lst-footer-1st > li { font-size: 1.4rem; line-height: 1.5; text-align: left; color: #000; }

.footer .lst-footer-1st > li .txt-link { min-height: 62px; display: flex; width: 100%; }

.footer .lst-footer-1st > li .txt-link > a { display: flex; width: 100%; align-items: center; padding: 5px 50px 5px 23px; position: relative; }

.footer .lst-footer-1st > li .txt-link > a:link, .footer .lst-footer-1st > li .txt-link > a:visited, .footer .lst-footer-1st > li .txt-link > a:hover, .footer .lst-footer-1st > li .txt-link > a:active { color: #000; text-decoration: none; }

.footer .lst-footer-1st > li.wrap-accordion .btn-pc { display: none; }

.footer .lst-footer-1st > li.wrap-accordion .btn-sp { background: transparent url(/common/images/bg-white.svg) right 15px center no-repeat; background-size: 31px 31px; }

.footer .lst-footer-1st > li.wrap-accordion .btn-sp::after { content: ""; display: block; margin-left: 13px; margin-right: 15px; height: 1px; background-color: #FFF; }

.footer .lst-footer-1st > li.wrap-accordion .btn-acord { position: relative; cursor: pointer; display: block; width: 100%; min-height: 62px; padding: 5px 50px 5px 23px; text-align: left; color: #000; font-size: 1.4rem; }

.footer .lst-footer-1st > li.wrap-accordion .btn-acord::before, .footer .lst-footer-1st > li.wrap-accordion .btn-acord::after { background-color: #000; }

.footer .lst-footer-1st > li.wrap-accordion .btn-acord::before { position: absolute; content: ""; display: inline-block; width: 15px; height: 2px; margin: auto 0; top: 0; bottom: 0; right: 23px; }

.footer .lst-footer-1st > li.wrap-accordion .btn-acord::after { position: absolute; content: ""; display: inline-block; width: 2px; height: 15px; margin: auto 0; top: 0; bottom: 0; right: 30px; }

.footer .lst-footer-1st > li.wrap-accordion .btn-acord.accordionActive::after { display: none; }

.footer .lst-footer-1st > li.no-accordion::after { content: ""; display: block; margin-left: 13px; margin-right: 15px; height: 1px; background-color: #FFF; }

.footer .lst-footer-2nd { display: none; }

.footer .lst-footer-2nd > li { font-size: 1.2rem; line-height: 1.5; color: #000; display: flex; width: 100%; min-height: 38px; }

.footer .lst-footer-2nd > li > a { display: flex; align-items: center; width: 100%; padding: 4px 15px 6px 37px; position: relative; }

.footer .lst-footer-2nd > li > a:link, .footer .lst-footer-2nd > li > a:visited, .footer .lst-footer-2nd > li > a:hover, .footer .lst-footer-2nd > li > a:active { color: #000; text-decoration: none; }

.footer .lst-footer-2nd > li > a::after { position: absolute; content: ""; display: inline-block; width: auto; height: 1px; left: 37px; right: 15px; bottom: 0; background-color: #FFF; }

.footer .lst-footer-2nd.accordionActive { display: block; }

.footer .wrap-pagetop { width: 40px; margin-left: auto; position: relative; }

.footer .wrap-pagetop .lnk-pagetop { position: absolute; top: -40px; display: block; width: 40px; height: 40px; overflow: hidden; text-indent: 100%; white-space: nowrap; background-color: #026eb9; border-radius: 5px 5px 0px 0px; }

.footer .wrap-pagetop .lnk-pagetop::before { position: absolute; content: ""; display: inline-block; width: 15px; height: 11px; background-color: #FFF; -webkit-clip-path: polygon(0 95.09%, 50% 0, 100% 95.09%, 94.98% 100%, 50% 14.4%, 5.14% 100%, 0 95.09%); clip-path: polygon(0 95.09%, 50% 0, 100% 95.09%, 94.98% 100%, 50% 14.4%, 5.14% 100%, 0 95.09%); margin: auto; left: 0; top: 0; right: 0; bottom: 0; }

.footer .l-foot-sub { position: relative; border-top: 2px solid #026eb9; background-color: #FFF; padding: 0 15px 19px 16px; }

.footer .lst-foot-func > li { font-size: 1.4rem; line-height: 1.5; color: #080808; }

.footer .lst-foot-func > li + li { margin-top: 20px; }

.footer .lst-foot-func > li > a:link, .footer .lst-foot-func > li > a:visited, .footer .lst-foot-func > li > a:hover, .footer .lst-foot-func > li > a:active { color: #080808; text-decoration: none; }

.footer .footer-sns { display: flex; }

.footer .footer-sns .sns-item { margin-left: 15px; }

.footer .footer-sns a { display: block; }

.footer .footer-sns a img { width: 100%; height: auto; }

.footer .footer-sns .icon-x { width: 27px; }

.footer .footer-sns .icon-youtube { width: 39px; }

.footer .txt-copyright { font-size: 1.2rem; line-height: 1.5; color: #080808; }

.footer .l-foot-sub-inner { padding-top: 20px; }

.footer .l-foot-sub-inner::after { content: ""; display: block; clear: both; }

.footer .l-foot-sub-inner .lst-foot-func { float: left; }

.footer .l-foot-sub-inner .footer-sns { float: right; }

.footer .l-foot-sub-inner .txt-copyright { padding-top: 44px; clear: both; float: none; }

@media print, all and (min-width: 768px) {
  html:has(.compact) { scroll-padding-top: 60px; } .header-shadow { display: block; position: absolute; left: 5px; right: 5px; top: 0; height: 261px; background: linear-gradient(#f0f6f8 0%, #fff 100%); } .header { min-width: 1200px; position: -webkit-sticky; position: static; top: 0; z-index: 30; }
  .header .site-logo { padding-top: 20px; margin-left: 0; width: 170px; }
  .header .l-head-inner { min-width: 1120px; padding-top: 0; }
  .header .bg-layer { position: absolute; left: 0; top: 112px; width: 100%; height: calc(100vh - 112px); background-color: rgba(0, 0, 0, 0.5); z-index: -1; opacity: 0; }
  .header .wrap-fixed { padding: 0; width: auto; margin-left: 0; margin-right: 0; overflow: visible; background-color: #FFF; height: 112px; position: relative; }
  .header .wrap-site-start { width: 1120px; height: auto; padding: 0 10px; margin: 0 auto; }
  .header .box-function-sp { display: none; visibility: hidden; }
  .header .box-function-pc { display: block; visibility: visible; }
  .header .lst-function { margin-top: 0; flex-wrap: nowrap; justify-content: space-between; }
  .header .lst-function .news, .header .lst-function .locations, .header .lst-function .inquiry { font-size: 1.2rem; flex: 0 0 auto; }
  .header .lst-function .news a, .header .lst-function .locations a, .header .lst-function .inquiry a { padding-left: 0; }
  .header .lst-function .news a:hover, .header .lst-function .news a:active, .header .lst-function .news a:focus, .header .lst-function .locations a:hover, .header .lst-function .locations a:active, .header .lst-function .locations a:focus, .header .lst-function .inquiry a:hover, .header .lst-function .inquiry a:active, .header .lst-function .inquiry a:focus { color: #026eb9; }
  .header .lst-function .locations { width: auto; margin-top: 0; margin-left: 40px; }
  .header .lst-function .inquiry { margin-top: 0; margin-left: 40px; }
  .header .lst-function .chg-lang { margin-left: 34px; }
  .header .lst-function .lst-sns { display: none; visibility: hidden; margin-top: 0; }
  .header .lst-language { display: flex; }
  .header .lst-language a, .header .lst-language .no-link { padding-top: 4px; padding-bottom: 6px; font-size: 1.2rem; }
  .header .lst-language .jpg { border-radius: 11px; background: #026eb9; position: relative; z-index: 1; color: #fff; }
  .header .lst-language .jpg a { width: 39px; }
  .header .lst-language .jpg a:link, .header .lst-language .jpg a:visited, .header .lst-language .jpg a:hover, .header .lst-language .jpg a:active { color: #fff; text-decoration: none; }
  .header .lst-language .jpg .no-link { width: 39px; text-align: center; }
  .header .lst-language .jpg .no-link:link, .header .lst-language .jpg .no-link:visited, .header .lst-language .jpg .no-link:hover, .header .lst-language .jpg .no-link:active { color: #fff; text-decoration: none; }
  .header .lst-language .eng { border-radius: 0 11px 11px 0; left: -8px; }
  .header .lst-language .eng a { width: 38px; border-radius: 0 11px 11px 0; padding-left: 13px; }
  .header .box-search-area { margin-top: 35px; }
  .header .box-search-area .btn-search-for { width: 22px; height: 22px; }
  .header .box-search-area .box-search-form { padding: 0 10px; background-color: transparent; top: 112px; }
  .header .box-search-area .box-search-form .searchBoxMars { display: flex; align-items: center; border-style: none; border-radius: 0px 0px 10px 10px; background-color: #026eb9; padding: 11px 20px 12px 12px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .header .box-search-area .box-search-form .btn-close-siteserch { display: block; visibility: visible; margin-left: 20px; width: 18px; height: 18px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: transparent url(/common/images/ico-close-w.svg) 0 0 no-repeat; background-size: 18px 18px; cursor: pointer; }
  .header .box-search-area .box-search-form .searchBoxMarsInnter { width: calc(100% - 38px); }
  .header .wrap-spmenu { display: none; visibility: hidden; }
  .header .wrap-fadein { display: block; visibility: visible; transition: none; opacity: 1; position: static; }
  .header .wrap-scroll { height: auto; overflow: visible; }
  .header .wrap-global-nav { width: 1120px; padding: 0 10px; position: absolute; margin: 0 auto; left: 0; right: 0; top: auto; transition: none; }
  .header .wrap-global-nav.js-drilled { transform: translateX(0); }
  .header .wrap-global-nav.js-drilled.js-drilled-w { transform: translateX(0); }
  .header .global-nav { height: auto; }
  .header .lst-gnav-1st { visibility: visible; display: flex; margin-top: 20px; }
  .header .lst-gnav-1st > li > a, .header .lst-gnav-1st > li > .btn-to-1st { padding: 0 0 13px; position: relative; }
  .header .lst-gnav-1st > li > a::after, .header .lst-gnav-1st > li > .btn-to-1st::after { display: none; }
  .header .lst-gnav-1st > li > a::before, .header .lst-gnav-1st > li > .btn-to-1st::before { position: absolute; content: ""; display: inline-block; width: 100%; height: 0px; left: 0; bottom: 0; background-color: #026eb9; }
  .header .lst-gnav-1st > li > a.active, .header .lst-gnav-1st > li > a:hover, .header .lst-gnav-1st > li > .btn-to-1st.active, .header .lst-gnav-1st > li > .btn-to-1st:hover { color: #026eb9; }
  .header .lst-gnav-1st > li > a.active::before, .header .lst-gnav-1st > li > a:hover::before, .header .lst-gnav-1st > li > .btn-to-1st.active::before, .header .lst-gnav-1st > li > .btn-to-1st:hover::before { transition: height 0.1s ease; height: 4px; }
  .header .lst-gnav-1st > li + li { margin-left: 73px; }
  .header .lst-gnav-1st > li .btn-to-1st.active { background-color: transparent; }
  .header .lst-gnav-1st > li:last-child::after { display: none; }
  .medical .header .lst-gnav-1st > li.medical .btn-to-1st::before { transition: height 0.1s ease; height: 4px; }
  .public .header .lst-gnav-1st > li.public .btn-to-1st::before { transition: height 0.1s ease; height: 4px; }
  .aed .header .lst-gnav-1st > li.aed .btn-to-1st::before { transition: height 0.1s ease; height: 4px; }
  .company .header .lst-gnav-1st > li.company .btn-to-1st::before { transition: height 0.1s ease; height: 4px; }
  .sustainability .header .lst-gnav-1st > li.sustainability .btn-to-1st::before { transition: height 0.1s ease; height: 4px; }
  .ir .header .lst-gnav-1st > li.ir .btn-to-1st::before { transition: height 0.1s ease; height: 4px; }
  .recruit .header .lst-gnav-1st > li.recruit a::before { transition: height 0.1s ease; height: 4px; }
  .header .wrap-lst-layer2 { width: 1100px; margin: 0 auto; display: none; position: absolute; left: 0; right: 0; top: auto; transition: none; transform: translateX(0); background-color: #026eb9; border-radius: 0 0 10px 10px; }
  .header .wrap-lst-layer2::before { position: absolute; content: ""; display: inline-block; width: auto; height: auto; z-index: -1; left: 8px; right: 8px; top: 8px; bottom: 8px; background-color: #FFF; border-radius: 0 0 10px 10px; }
  .header .wrap-lst-layer2 .inner-lst-layer2 { padding: 24px 24px 8px 35px; }
  .header .btn-close-megamenu { position: absolute; top: 22px; right: 24px; display: block; visibility: visible; width: 18px; height: 18px; overflow: hidden; text-indent: 100%; white-space: nowrap; background: transparent url(/common/images/icon_close_b.svg) 0 0 no-repeat; background-size: 18px 18px; cursor: pointer; }
  .header .btn-to-1st.active + .wrap-lst-layer2 { display: block; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .header .wrap-lst-gnav-2nd:not(:has(+ .box-related-banner)) { width: 100%; }
  .header .btn-drill-return { display: none; }
  .header .lst-gnav-2nd { padding-right: 28px; }
  .header .lst-gnav-2nd > .category-top { margin-top: 0; padding: 0 0 15px; }
  .header .lst-gnav-2nd > .category-top > a { display: inline-block; padding: 7px 32px 8px 12px; width: auto; }
  .header .lst-gnav-2nd > .category-top > a::after { right: 10px; }
  .header .lst-gnav-2nd > .category-top > a:hover { background: linear-gradient(100.2726deg, #80c946 0%, #026eb9 100%); }
  .header .lst-gnav-2nd.sub { scrollbar-gutter: stable; border-right: 1px solid #e5e5e5; }
  .header .lst-gnav-2nd.sub:not(:has(.wrap-lst-gnav-3rd)) { width: 100%; border-right-style: none; }
  .header .lst-gnav-2nd.sub > li:first-child::before { background-color: #e5e5e5; margin: 0; }
  .header .lst-gnav-2nd > .category-sub::after { background-color: #e5e5e5; margin: 0; }
  .header .lst-gnav-2nd > .category-sub > a, .header .lst-gnav-2nd > .category-sub > .btn-to-2nd { padding-left: 0; padding-right: 0; position: relative; transition: background-color 0.3s ease; }
  .header .lst-gnav-2nd > .category-sub > a:hover, .header .lst-gnav-2nd > .category-sub > .btn-to-2nd:hover { background-color: #e5e5e5; }
  .header .lst-gnav-2nd > .category-sub > .btn-to-2nd { padding-left: 0; padding-right: 0; }
  .header .lst-gnav-2nd > .category-sub > .btn-to-2nd::after { width: 15px; height: 15px; right: 14px; background: transparent url(/common/images/arw-rwb-b.svg) 0 0 no-repeat; background-size: 15px 15px; -webkit-clip-path: none; clip-path: none; }
  .header .wrap-lst-gnav-3rd { overflow-y: auto; margin-top: 0; top: 78px; padding-bottom: 0; }
  .header .lst-gnav-3rd { margin-top: 0; padding-bottom: 26px; }
  .header .lst-gnav-3rd > .category-sub:first-child::before, .header .lst-gnav-3rd > .category-sub::after { background-color: #e5e5e5; margin: 0; }
  .header .lst-gnav-3rd > .category-sub > a { padding-left: 3px; padding-right: 0; transition: background-color 0.3s ease; }
  .header .lst-gnav-3rd > .category-sub > a::after { display: none; }
  .header .lst-gnav-3rd > .category-sub > a:hover { background-color: #e5e5e5; }
  .header .box-related-banner { width: 217px; position: absolute; right: 24px; margin: 0; padding-left: 19px; border-left: 1px solid #e5e5e5; height: 440px; overflow-x: hidden; }
  .header .lst-related-banner { width: 100%; }
  .header .lst-related-banner > li:first-child { margin-top: 0; }
  .header .lst-related-banner > li.size-s:nth-child(2) { margin-top: 0; }
  .header .js-drilled.js-drilled-w.drill-transitionend .box-related-banner { display: block; visibility: visible; }
  .header .wrap-btn-return { display: flex; align-items: stretch; }
  .header .wrap-btn-return .site-logo { padding-top: 20px; }
  .header .wrap-btn-return .lst-btn-return { padding-top: 20px; width: calc(100% - 190px); min-width: 272px; flex: 1 0 272px; }
  .header .return-medical-top { min-width: 133px; font-size: 1.2rem; }
  .header .return-medical-top a { padding-top: 4px; padding-bottom: 5px; }
  .header .return-site-top { display: block; }
  .header .return-site-top a:hover { background: linear-gradient(135deg, #80c946 0%, #026eb9 100%); }
  .header .btn-pt-b { background-color: transparent; transition: background-color 0.3s ease; justify-content: flex-start; }
  .header .btn-pt-b:before { right: 10px; }
  .header .btn-pt-b:hover { background-color: #ebf6fd; }
  .header .btn-pt-b.request, .header .btn-pt-b.inquery { padding-left: 11px; padding-right: 26px; }
  .header .btn-pt-b.request .icon, .header .btn-pt-b.inquery .icon { padding-left: 24px; }
  .header .header-shadow { display: block; top: 0; left: 0; width: 100%; position: absolute; height: 261px; background: linear-gradient(#f0f6f8 0%, #fff 100%); }
  .header.compact { padding-top: 51px; top: -51px; }
  .header.compact .wrap-fixed { height: 61px; }
  .header.compact .site-logo { width: 114px; }
  .header.compact .box-function-pc { display: none; }
  .header.compact .wrap-site-start { height: 100%; }
  .header.compact .wrap-fadein { position: absolute; width: 1120px; margin-left: auto; margin-right: auto; top: 0; left: 0; right: 0; }
  .header.compact .wrap-scroll { position: relative; }
  .header.compact .wrap-global-nav { position: absolute; width: auto; padding: 0; left: 168px; right: 20px; top: 0; bottom: 0; left: 0; right: 0; }
  .header.compact .box-search-area { margin-top: 19px; }
  .header.compact .box-search-area .box-search-form { top: 61px; }
  .header.compact .global-nav { margin-left: 168px; margin-right: 30px; }
  .header.compact .lst-gnav-1st { margin-top: 17px; }
  .header.compact .lst-gnav-1st > li + li { margin-left: 40px; }
  .header.compact .lst-gnav-1st > li > .btn-to-1st { padding-bottom: 23px; }
  .header.compact .bg-layer { top: 61px; height: calc(100vh - 61px); }
  .header.compact .lst-btn-return { display: none; }
  .header.layer-primary .box-function-pc { margin-left: 542px; margin-top: 34px; }
  .header.layer-primary .box-related-banner { top: 78px; }
  .header.layer-primary .wrap-lst-gnav-2nd { width: 825px; }
  .header.layer-primary .wrap-lst-gnav-2nd:not(:has(+ .box-related-banner)) { width: 100%; }
  .header.layer-primary .lst-gnav-2nd { width: 372px; }
  .header.layer-primary .lst-gnav-2nd.sub { height: 440px; overflow-y: auto; padding-bottom: 26px; padding-right: 0; }
  .header.layer-primary .lst-gnav-2nd > .category-sub > .btn-to-2nd, .header.layer-primary .lst-gnav-2nd > .category-sub > a { padding-left: 3px; padding-right: 0; }
  .header.layer-primary .lst-gnav-2nd > .category-sub > .btn-to-2nd.blank, .header.layer-primary .lst-gnav-2nd > .category-sub > a.blank { background-position: right 13px center; background-size: 19px 18px; }
  .header.layer-primary .lst-gnav-2nd > .category-sub > .btn-to-2nd.active { background-color: #e5e5e5; }
  .header.layer-primary .lst-gnav-2nd > .category-sub > .btn-to-2nd::after { width: 15px; height: 15px; right: 14px; background: transparent url(/common/images/arw-rwb-b.svg) 0 0 no-repeat; background-size: 15px 15px; -webkit-clip-path: none; clip-path: none; }
  .header.layer-primary .wrap-lst-gnav-3rd { width: 446px; height: 440px; transform: translateX(413px); scrollbar-gutter: stable; }
  .header.layer-primary .wrap-lst-gnav-3rd .inner-lst-gnav-3rd { padding-top: 0; padding-bottom: 30px; padding-left: 29px; }
  .header.layer-primary .lst-gnav-3rd > .category-sub > a { padding-left: 3px; }
  .header.layer-medical .box-function-pc { margin-left: 244px; margin-top: 34px; }
  .header.layer-medical .box-related-banner { display: none; top: 132px; }
  .header.layer-medical .global-nav:has(.btn-to-2nd.active) .box-related-banner { display: block; }
  .header.layer-medical .wrap-lst-gnav-2nd { width: auto; }
  .header.layer-medical .lst-gnav-2nd { width: auto; }
  .header.layer-medical .lst-gnav-2nd.top { display: block; width: 372px; }
  .header.layer-medical .lst-gnav-2nd > .category-top > a { min-height: initial; }
  .header.layer-medical .lst-gnav-2nd.sub { height: auto; visibility: visible; display: flex; margin-top: 20px; overflow-y: visible; padding-bottom: 0; padding-right: 0; border-right-style: none; width: auto; }
  .header.layer-medical .lst-gnav-2nd.sub > li:first-child::before { display: none; }
  .header.layer-medical .lst-gnav-2nd.sub > li + li { margin-left: 70px; }
  .header.layer-medical .lst-gnav-2nd.sub > li > a { min-height: initial; }
  .header.layer-medical .lst-gnav-2nd > .category-sub::after { display: none; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd, .header.layer-medical .lst-gnav-2nd > .category-sub > a { display: block; padding: 0 0 13px; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd.blank, .header.layer-medical .lst-gnav-2nd > .category-sub > a.blank { padding-right: 19px; background-position: right 0 top 0.35em; background-size: 11px 12px; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd::before, .header.layer-medical .lst-gnav-2nd > .category-sub > a::before { position: absolute; content: ""; display: inline-block; width: 100%; height: 0px; left: 0; bottom: 0; background-color: #026eb9; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd:hover, .header.layer-medical .lst-gnav-2nd > .category-sub > a:hover { color: #026eb9; background-color: transparent; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd:hover::before, .header.layer-medical .lst-gnav-2nd > .category-sub > a:hover::before { transition: height 0.1s ease; height: 4px; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd::after, .header.layer-medical .lst-gnav-2nd > .category-sub > a::after { display: none; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd .wrap-image, .header.layer-medical .lst-gnav-2nd > .category-sub > a .wrap-image { display: none; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd.active { color: #026eb9; background-color: transparent; }
  .header.layer-medical .lst-gnav-2nd > .category-sub > .btn-to-2nd.active::before { transition: height 0.1s ease; height: 4px; }
  .medical .header.layer-medical .lst-gnav-2nd > li.medical .btn-to-2nd { color: #026eb9; background-color: transparent; }
  .medical .header.layer-medical .lst-gnav-2nd > li.medical .btn-to-2nd::before { transition: height 0.1s ease; height: 4px; }
  .inhome_medical .header.layer-medical .lst-gnav-2nd > li.inhome_medical .btn-to-2nd { color: #026eb9; background-color: transparent; }
  .inhome_medical .header.layer-medical .lst-gnav-2nd > li.inhome_medical .btn-to-2nd::before { transition: height 0.1s ease; height: 4px; }
  .course .header.layer-medical .lst-gnav-2nd > li.course a { color: #026eb9; background-color: transparent; }
  .course .header.layer-medical .lst-gnav-2nd > li.course a::before { transition: height 0.1s ease; height: 4px; }
  .gakkai .header.layer-medical .lst-gnav-2nd > li.gakkai a { color: #026eb9; background-color: transparent; }
  .gakkai .header.layer-medical .lst-gnav-2nd > li.gakkai a::before { transition: height 0.1s ease; height: 4px; }
  .solutions .header.layer-medical .lst-gnav-2nd > li.solutions .btn-to-2nd { color: #026eb9; background-color: transparent; }
  .solutions .header.layer-medical .lst-gnav-2nd > li.solutions .btn-to-2nd::before { transition: height 0.1s ease; height: 4px; }
  .practice .header.layer-medical .lst-gnav-2nd > li.practice a { color: #026eb9; background-color: transparent; }
  .practice .header.layer-medical .lst-gnav-2nd > li.practice a::before { transition: height 0.1s ease; height: 4px; }
  .maintenance .header.layer-medical .lst-gnav-2nd > li.maintenance .btn-to-2nd { color: #026eb9; background-color: transparent; }
  .maintenance .header.layer-medical .lst-gnav-2nd > li.maintenance .btn-to-2nd::before { transition: height 0.1s ease; height: 4px; }
  .header.layer-medical .wrap-lst-gnav-3rd { width: 1100px; height: auto; margin: 0 auto; position: absolute; left: 0; right: 0; top: auto; transition: none; transform: translateX(0); background-color: #026eb9; border-radius: 0 0 10px 10px; border-style: none; scrollbar-gutter: auto; }
  .header.layer-medical .wrap-lst-gnav-3rd .inner-lst-gnav-3rd { padding: 24px 24px 8px 35px; }
  .header.layer-medical .wrap-lst-gnav-3rd::before { position: absolute; content: ""; display: inline-block; width: auto; height: auto; z-index: -1; left: 8px; right: 8px; top: 8px; bottom: 8px; background-color: #FFF; border-radius: 0 0 10px 10px; }
  .header.layer-medical .wrap-lst-gnav-3rd .box-related-banner { width: 217px; position: absolute; right: 24px; top: 78px; margin: 0; padding-left: 19px; border-left: 1px solid #DDDDDD; height: 440px; overflow-y: auto; }
  .header.layer-medical .lst-gnav-3rd { height: 440px; width: 825px; overflow-y: auto; scrollbar-gutter: stable; padding-bottom: 26px; }
  .header.layer-medical .lst-gnav-3rd:not(:has(+ .box-related-banner)) { width: 100%; }
  .header.layer-medical.compact .lst-gnav-2nd > .category-sub > .btn-to-2nd, .header.layer-medical.compact .lst-gnav-2nd > .category-sub > a { padding-bottom: 23px; }
  .header.layer-medical.compact .lst-gnav-2nd.sub { margin-top: 17px; }
  .header.layer-medical.compact .lst-gnav-2nd.sub > li + li { margin-left: 40px; }
  .header.header-simple { height: 58px; }
  .header.header-simple .wrap-fixed { height: 58px; }
  .header.header-simple .wrap-fixed .box-function-pc { margin-top: 19px; margin-left: auto; }
  .header.header-simple.compact .site-logo { width: 170px; }
  .header.header-simple.compact .box-function-pc { display: block; } .footer { position: relative; min-width: 1120px; }
  .footer .l-foot-main { width: 1100px; margin: 0 auto; padding-top: 50px; padding-bottom: 54px; }
  .footer .lst-footer-1st { column-count: 4; column-gap: 0; }
  .footer .lst-footer-1st > li { width: 250px; break-inside: avoid; }
  .footer .lst-footer-1st > li.aed { margin-left: -15px; }
  .footer .lst-footer-1st > li.company, .footer .lst-footer-1st > li.sustainability { margin-left: -38px; }
  .footer .lst-footer-1st > li.ir, .footer .lst-footer-1st > li.recruit, .footer .lst-footer-1st > li.topics { margin-left: -46px; }
  .footer .lst-footer-1st > li.public { margin-top: 50px; }
  .footer .lst-footer-1st > li.sustainability { margin-top: 12px; }
  .footer .lst-footer-1st > li.recruit { margin-top: 88px; }
  .footer .lst-footer-1st > li.wrap-accordion .btn-pc { display: block; }
  .footer .lst-footer-1st > li.wrap-accordion .btn-sp { display: none; }
  .footer .lst-footer-1st > li.no-accordion::after { display: none; }
  .footer .lst-footer-1st > li > .btn-pc, .footer .lst-footer-1st > li > .txt-link { display: block; padding-left: 22px; position: relative; }
  .footer .lst-footer-1st > li > .btn-pc a, .footer .lst-footer-1st > li > .txt-link a { padding: 0; }
  .footer .lst-footer-1st > li > .btn-pc a:link, .footer .lst-footer-1st > li > .txt-link a:link { color: #000; text-decoration: none; }
  .footer .lst-footer-1st > li > .btn-pc a:visited, .footer .lst-footer-1st > li > .txt-link a:visited { color: #000; }
  .footer .lst-footer-1st > li > .btn-pc a:hover, .footer .lst-footer-1st > li > .txt-link a:hover { color: #026eb9; text-decoration: none; }
  .footer .lst-footer-1st > li > .btn-pc a:active, .footer .lst-footer-1st > li > .btn-pc a:focus, .footer .lst-footer-1st > li > .txt-link a:active, .footer .lst-footer-1st > li > .txt-link a:focus { color: #026eb9; }
  .footer .lst-footer-1st > li > .btn-pc::before, .footer .lst-footer-1st > li > .txt-link::before { position: absolute; content: ""; display: inline-block; width: 15px; height: 15px; left: 0; top: -6px; margin-top: 0.75em; background: transparent url(/common/images/arw-rwb-bl.svg) 0 0 no-repeat; background-size: 15px 15px; }
  .footer .lst-footer-1st .blank .text::after { filter: invert(51%); }
  .footer .lst-footer-2nd { display: block; margin-top: 14px; }
  .footer .lst-footer-2nd > li { display: block; }
  .footer .lst-footer-2nd > li.category-top { display: none; }
  .footer .lst-footer-2nd > li > a { display: inline; padding: 0; }
  .footer .lst-footer-2nd > li > a:link { color: #7c7c7c; text-decoration: none; }
  .footer .lst-footer-2nd > li > a:visited { color: #7c7c7c; }
  .footer .lst-footer-2nd > li > a:hover { color: #026eb9; text-decoration: none; }
  .footer .lst-footer-2nd > li > a:active, .footer .lst-footer-2nd > li > a:focus { color: #026eb9; }
  .footer .lst-footer-2nd > li > a::after { display: none; }
  .footer .wrap-pagetop { width: 1100px; margin: 0 auto; }
  .footer .wrap-pagetop .lnk-pagetop { right: 0; }
  .footer .l-foot-sub { padding: 0 0 37px; min-width: 1100px; }
  .footer .l-foot-sub-inner { width: 1100px; margin: 0 auto; padding-top: 31px; }
  .footer .l-foot-sub-inner::after { content: ""; display: block; clear: both; }
  .footer .l-foot-sub-inner .lst-foot-func { display: flex; }
  .footer .l-foot-sub-inner .lst-foot-func > li { line-height: 1.2; }
  .footer .l-foot-sub-inner .lst-foot-func > li a:hover, .footer .l-foot-sub-inner .lst-foot-func > li a:active, .footer .l-foot-sub-inner .lst-foot-func > li a:focus { color: #026eb9; }
  .footer .l-foot-sub-inner .lst-foot-func > li + li { margin-top: 0; margin-left: 20px; padding-left: 20px; border-left: 1px solid #080808; }
  .footer .l-foot-sub-inner .txt-copyright { float: left; margin-top: 18px; padding-top: 0; } .main { position: relative; } }
