@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15
}
body {
    margin: 0
}
main {
    display: block
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
[hidden], template {
    display: none
}
/*! end of normalize.css v8.0.1 */
:root {
    --header-height: var(--header-height-base);
    --header-area-height: var(--header-height-base)
}
@media print, screen and (min-width:768px) {
   :root {
        --col-2col: 58.2rem;
        --col-3col: 37.6rem;
        --col-4col: 27.3rem;
        --col-5col: 21.12rem;
        --col-6col: 17rem;
        --color-badge-high: var(--color-base-main);
        --color-badge-low: var(--color-base-sub);
        --color-badge-middle: var(--color-base-white);
        --color-base-accent: #ff0;
        --color-base-black: #333;
        --color-base-main: #1099cc;
        --color-base-main2: #06e;
        --color-base-sub: #ddf5ff;
        --color-base-white: #fff;
        --color-bg-base: var(--color-base-white);
        --color-bg-sub: var(--color-sub-4);
        --color-border-1: #666;
        --color-border-2: #ddd;
        --color-font-hover: var(--color-font-TX1);
        --color-font-link: var(--color-font-TX1);
        --color-font-noLink: var(--color-font-TX1);
        --color-font-red: #c00;
        --color-font-TX1: #333;
        --color-font-TX2: #666;
        --color-icon-blank: #666;
        --color-icon-hover: var(--color-base-sub);
        --color-icon-link: var(--color-base-main2);
        --color-icon-noLink: var(--color-font-noLink);
        --color-icon-other: #666;
        --color-news-category--1: var(--color-base-main);
        --color-news-category--2: var(--color-base-white);
        --color-sub-1: #ad2d00;
        --color-sub-2: #eee;
        --color-sub-3: var(--color-base-sub);
        --color-sub-4: #f7f7f7;
        --color-sub-5: #fdd;
        --color-sub-6: var(--color-font-red);
        --color-sub-7: #ffc;
        --font-font-family: "Yu Gothic";
        --font-font-size--L: 1.8rem;
        --font-font-size--M: 1.6rem;
        --font-font-size--S: 1.4rem;
        --font-font-size--XL: 2rem;
        --font-font-size--XS: 1.2rem;
        --format-content-W: 120rem;
        --format-viewport-W: 192rem;
        --gap-col-gap: 3.6rem;
        --gap-link-gap: 1rem;
        --radius-BT: 20rem;
        --radius-L: 2rem;
        --radius-M: 1rem
    }
}
@media only screen and (max-width:767.98px) {
    :root {
        --col-2col: 16.5rem;
        --col-3col: 10.5rem;
        --col-4col: 7.5rem;
        --col-5col: 5.7rem;
        --col-6col: 4.5rem;
        --color-badge-high: var(--color-base-main);
        --color-badge-low: var(--color-base-sub);
        --color-badge-middle: var(--color-base-white);
        --color-base-accent: #ff0;
        --color-base-black: #333;
        --color-base-main: #1099cc;
        --color-base-main2: #06e;
        --color-base-sub: #ddf5ff;
        --color-base-white: #fff;
        --color-bg-base: var(--color-base-white);
        --color-bg-sub: var(--color-sub-4);
        --color-border-1: #666;
        --color-border-2: #ddd;
        --color-font-hover: var(--color-font-TX1);
        --color-font-link: var(--color-font-TX1);
        --color-font-noLink: var(--color-font-TX1);
        --color-font-red: #c00;
        --color-font-TX1: #333;
        --color-font-TX2: #666;
        --color-icon-blank: #666;
        --color-icon-hover: var(--color-base-sub);
        --color-icon-link: var(--color-base-main2);
        --color-icon-noLink: var(--color-font-noLink);
        --color-icon-other: #666;
        --color-news-category--1: var(--color-base-main);
        --color-news-category--2: var(--color-base-white);
        --color-sub-1: #ad2d00;
        --color-sub-2: #eee;
        --color-sub-3: var(--color-base-sub);
        --color-sub-4: #f7f7f7;
        --color-sub-5: #fdd;
        --color-sub-6: var(--color-font-red);
        --color-sub-7: #ffc;
        --font-font-family: "Hiragino Kaku Gothic ProN";
        --font-font-size--L: 1.5rem;
        --font-font-size--M: 1.4rem;
        --font-font-size--S: 1.2rem;
        --font-font-size--XL: 1.6rem;
        --font-font-size--XS: 1rem;
        --format-content-W: 34.5rem;
        --format-viewport-W: 37.5rem;
        --gap-col-gap: 1.5rem;
        --gap-link-gap: 0.8rem;
        --radius-BT: 20rem;
        --radius-L: 2rem;
        --radius-M: 1rem
    }
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: -webkit-fill-available;
    font-size: 62.5%
}
body {
    word-wrap: break-word;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-color: var(--color-bg-base);
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    word-break: break-word
}
body *, body :after, body :before {
    box-sizing: border-box
}
figure {
    margin: 0
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}
a {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
}
a:link, a:visited {
    color: var(--color-font-link);
    text-decoration: none
}
a:hover {
    color: var(--color-font-hover)
}
a:active, a:hover {
    text-decoration: none
}
a:active {
    color: var(--color-font-link)
}
button, input, pre, select, textarea {
    border-radius: 0;
    box-shadow: none;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--text-field)
}
input[type=text], textarea {
    -webkit-appearance: none;
    appearance: none
}
button:not([disabled]), input[type=submit] {
    cursor: pointer
}
::-webkit-input-placeholder {
    color: var(--color-font-TX2) !important
}
:-moz-placeholder, ::-moz-placeholder {
    color: var(--color-font-TX2) !important
}
::-moz-placeholder {
    opacity: 1
}
:-ms-input-placeholder {
    color: var(--color-font-TX2) !important
}
:placeholder-shown {
    color: var(--color-font-TX2) !important
}
.util-visually-hidden {
    clip: rect(0, 0, 0, 0) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important
}
.util-sub, .util-sup {
    position: relative;
    font-size: 60%;
    line-height: 1
}
.util-sup {
    top: -.6em
}
.util-sub {
    bottom: -.1em
}
.util-italic {
    font-style: italic !important
}
.util-underline {
    text-decoration: underline !important
}
.util-color--main {
    color: var(--color-base-main) !important
}
.util-color--sub {
    color: var(--color-base-sub) !important
}
.util-color--accent {
    color: var(--color-base-accent) !important
}
.util-color--white {
    color: var(--color-base-white) !important
}
.util-color--black {
    color: var(--color-base-black) !important
}
.util-color--base {
    color: var(--color-font-TX1) !important
}
.util-color--base2 {
    color: var(--color-font-TX2) !important
}
.util-color--disable {
    color: var(--color-font-noLink) !important
}
.util-color--placeholder {
    color: var(--color-font-TX2) !important
}
.util-color--bright {
    color: var(--color-base-white) !important
}
.util-color--red {
    color: var(--color-font-red) !important
}
.util-highlight--main {
    color: var(--color-base-main) !important
}
.util-highlight--sub {
    color: var(--color-base-sub) !important
}
.util-highlight--accent {
    color: var(--color-base-accent) !important
}
.util-highlight--white {
    color: var(--color-base-white) !important
}
.util-highlight--black {
    color: var(--color-base-black) !important
}
.util-highlight--base {
    color: var(--color-font-TX1) !important
}
.util-highlight--base2 {
    color: var(--color-font-TX2) !important
}
.util-highlight--disable {
    color: var(--color-font-noLink) !important
}
.util-highlight--placeholder {
    color: var(--color-font-TX2) !important
}
.util-highlight--bright {
    color: var(--color-base-white) !important
}
.util-highlight--red {
    color: var(--color-font-red) !important
}
.util-link, .util-link--blank, .util-link--excel, .util-link--modal, .util-link--pdf, .util-link--powerpoint, .util-link--rss, .util-link--video, .util-link--word, .util-link--zip {
    display: inline
}
.util-link, .util-link--blank, .util-link--blank:active, .util-link--blank:focus, .util-link--blank:hover, .util-link--blank:link, .util-link--blank:visited, .util-link--excel, .util-link--excel:active, .util-link--excel:focus, .util-link--excel:hover, .util-link--excel:link, .util-link--excel:visited, .util-link--modal, .util-link--modal:active, .util-link--modal:focus, .util-link--modal:hover, .util-link--modal:link, .util-link--modal:visited, .util-link--pdf, .util-link--pdf:active, .util-link--pdf:focus, .util-link--pdf:hover, .util-link--pdf:link, .util-link--pdf:visited, .util-link--powerpoint, .util-link--powerpoint:active, .util-link--powerpoint:focus, .util-link--powerpoint:hover, .util-link--powerpoint:link, .util-link--powerpoint:visited, .util-link--rss, .util-link--rss:active, .util-link--rss:focus, .util-link--rss:hover, .util-link--rss:link, .util-link--rss:visited, .util-link--video, .util-link--video:active, .util-link--video:focus, .util-link--video:hover, .util-link--video:link, .util-link--video:visited, .util-link--word, .util-link--word:active, .util-link--word:focus, .util-link--word:hover, .util-link--word:link, .util-link--word:visited, .util-link--zip, .util-link--zip:active, .util-link--zip:focus, .util-link--zip:hover, .util-link--zip:link, .util-link--zip:visited, .util-link:active, .util-link:focus, .util-link:hover, .util-link:link, .util-link:visited {
    color: var(--color-font-link);
    text-decoration: underline
}
.util-link__filesize {
    font-style: normal
}
.util-link--blank:after, .util-link--excel:after, .util-link--modal:after, .util-link--pdf:after, .util-link--powerpoint:after, .util-link--rss:after, .util-link--video:after, .util-link--word:after, .util-link--zip:after {
    position: relative;
    top: -2px;
    margin: 0 .5em
}
.util-badge, .util-badge--high, .util-badge--low, .util-badge--middle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    font-size: var(--font-font-size--XS);
    font-style: normal;
    text-align: center;
    vertical-align: middle
}
.util-badge {
    border-color: var(--color-border-1);
    background-color: var(--color-bg-base)
}
.util-badge--high {
    border-color: var(--color-badge-high);
    background-color: var(--color-badge-high);
    color: var(--color-base-white)
}
.util-badge--middle {
    border-color: var(--color-base-black);
    background-color: var(--color-badge-middle);
    color: var(--color-font-TX1)
}
.util-badge--low {
    border-color: var(--color-badge-low);
    background-color: var(--color-badge-low);
    color: var(--color-font-TX1)
}
.util-motion--slide {
    overflow: hidden
}
.anchor-navi__link:before, .button-v2 .button-v2__type .button-v2__label:after, .card .card__type--scaleup .card__title:after, .card .card__type .card__title:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .description-list__type:after, .header-gnav__type--anc:after, .header-gnav__type--toggle:after, .header-gnav__type:after, .header-link-list > li > [class*=__type]:before, .header-megamenu__title__type:after, .heading2--center__link .heading2--center__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2__link .heading2__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3__link .heading3__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4__link .heading4__title:after, .heading5--center__link .heading5--center__title:after, .heading5__link .heading5__title:after, .heading6--center__link .heading6--center__title:after, .heading6__link .heading6__title:after, .link-list > li > [class*=__type]:before, .pager-navi .pager-navi__link--next:after, .pager-navi .pager-navi__link--prev:after {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat 50%/contain;
    background-image: url(/solafil/app-files/img/sprite/icon.svg#arrow-usage);
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background-image
}
.button-v2 .button-v2__type .button-v2__label:after, .card .card__type--scaleup .card__title:after, .card .card__type .card__title:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .description-list__type:after, .header-gnav__type:after, .header-link-list > li > [class*=__type]:before, .header-megamenu__title__type:after, .heading2--center__link .heading2--center__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2__link .heading2__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3__link .heading3__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4__link .heading4__title:after, .heading5--center__link .heading5--center__title:after, .heading5__link .heading5__title:after, .heading6--center__link .heading6--center__title:after, .heading6__link .heading6__title:after, .link-list > li > [class*=__type]:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.anchor-navi__link:before, .header-gnav__type--anc:after, .header-gnav__type--toggle:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.button-v3 .button-v3__type .button-v3__label:after, .button .button__type .button__label:after {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat 50%/contain;
    background-image: url(/solafil/app-files/img/sprite/icon.svg#arrow2-usage);
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background-image;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.card .card__type--scaleup .card__title:after, .card .card__type .card__title:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .description-list__type:after, .header-gnav__type--anc:after, .header-gnav__type--toggle:after, .header-megamenu__title__type:after, .heading2--center__link .heading2--center__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2__link .heading2__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3__link .heading3__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4__link .heading4__title:after, .heading5--center__link .heading5--center__title:after, .heading5__link .heading5__title:after, .heading6--center__link .heading6--center__title:after, .heading6__link .heading6__title:after {
    margin-left: var(--gap-link-gap)
}
.button-v2 .button-v2__type .button-v2__label:after, .button-v3 .button-v3__type .button-v3__label:after, .button .button__type .button__label:after, .header-gnav__type:after {
    position: absolute;
    top: 50%
}
.button-v2 .button-v2__type--blank .button-v2__label:after, .button-v2 .button-v2__type--excel .button-v2__label:after, .button-v2 .button-v2__type--modal .button-v2__label:after, .button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v2 .button-v2__type--rss .button-v2__label:after, .button-v2 .button-v2__type--video .button-v2__label:after, .button-v2 .button-v2__type--word .button-v2__label:after, .button-v2 .button-v2__type--zip .button-v2__label:after, .button-v3 .button-v3__type--blank .button-v3__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button-v3 .button-v3__type--modal .button-v3__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button-v3 .button-v3__type--zip .button-v3__label:after, .button .button__type--blank .button__label:after, .button .button__type--excel .button__label:after, .button .button__type--modal .button__label:after, .button .button__type--pdf .button__label:after, .button .button__type--powerpoint .button__label:after, .button .button__type--rss .button__label:after, .button .button__type--video .button__label:after, .button .button__type--word .button__label:after, .button .button__type--zip .button__label:after, .card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .description-list-v2__type--blank:after, .description-list-v2__type--pdf:after, .description-list-v3__type--blank:after, .description-list-v3__type--pdf:after, .description-list-v4__type--blank:after, .description-list-v4__type--pdf:after, .description-list__type--blank:after, .description-list__type--pdf:after, .footer-subnav__link-list__type--blank:after, .footer-subnav__link-list__type--pdf:after, .header-link-list__type--blank:after, .header-link-list__type--pdf:after, .header-megamenu__title__type--blank:after, .header-megamenu__title__type--pdf:after, .heading2--center__link--blank .heading2--center__title:after, .heading2--center__link--pdf .heading2--center__title:after, .heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after, .heading2-v2__link--blank .heading2-v2__title:after, .heading2-v2__link--pdf .heading2-v2__title:after, .heading2__link--blank .heading2__title:after, .heading2__link--pdf .heading2__title:after, .heading3--center__link--blank .heading3--center__title:after, .heading3--center__link--pdf .heading3--center__title:after, .heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after, .heading3-v2__link--blank .heading3-v2__title:after, .heading3-v2__link--pdf .heading3-v2__title:after, .heading3__link--blank .heading3__title:after, .heading3__link--pdf .heading3__title:after, .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after, .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after, .heading6--center__link--blank .heading6--center__title:after, .heading6--center__link--pdf .heading6--center__title:after, .heading6__link--blank .heading6__title:after, .heading6__link--pdf .heading6__title:after, .link-list__type--blank:after, .link-list__type--excel:after, .link-list__type--modal:after, .link-list__type--pdf:after, .link-list__type--powerpoint:after, .link-list__type--rss:after, .link-list__type--video:after, .link-list__type--word:after, .link-list__type--zip:after, .pulldown-navi__link--rss:before, .util-link--blank:after, .util-link--excel:after, .util-link--modal:after, .util-link--pdf:after, .util-link--powerpoint:after, .util-link--rss:after, .util-link--video:after, .util-link--word:after, .util-link--zip:after {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat 50%/contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background
}
.button-v2 .button-v2__type--blank .button-v2__label:after, .card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .description-list-v2__type--blank:after, .description-list-v3__type--blank:after, .description-list-v4__type--blank:after, .description-list__type--blank:after, .footer-subnav__link-list__type--blank:after, .header-link-list__type--blank:after, .header-megamenu__title__type--blank:after, .heading2--center__link--blank .heading2--center__title:after, .heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2__link--blank .heading2-v2__title:after, .heading2__link--blank .heading2__title:after, .heading3--center__link--blank .heading3--center__title:after, .heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2__link--blank .heading3-v2__title:after, .heading3__link--blank .heading3__title:after, .heading4--center__link--blank .heading4--center__title:after, .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2__link--blank .heading4-v2__title:after, .heading4__link--blank .heading4__title:after, .heading5--center__link--blank .heading5--center__title:after, .heading5__link--blank .heading5__title:after, .heading6--center__link--blank .heading6--center__title:after, .heading6__link--blank .heading6__title:after, .link-list__type--blank:after, .util-link--blank:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#blank-usage)
}
.button-v3 .button-v3__type--blank .button-v3__label:after, .button .button__type--blank .button__label:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#blank2-usage)
}
.button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button .button__type--pdf .button__label:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .description-list-v2__type--pdf:after, .description-list-v3__type--pdf:after, .description-list-v4__type--pdf:after, .description-list__type--pdf:after, .footer-subnav__link-list__type--pdf:after, .header-link-list__type--pdf:after, .header-megamenu__title__type--pdf:after, .heading2--center__link--pdf .heading2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after, .heading2-v2__link--pdf .heading2-v2__title:after, .heading2__link--pdf .heading2__title:after, .heading3--center__link--pdf .heading3--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after, .heading3-v2__link--pdf .heading3-v2__title:after, .heading3__link--pdf .heading3__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4__link--pdf .heading4__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5__link--pdf .heading5__title:after, .heading6--center__link--pdf .heading6--center__title:after, .heading6__link--pdf .heading6__title:after, .link-list__type--pdf:after, .util-link--pdf:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#pdf-usage)
}
.button-v2 .button-v2__type--excel .button-v2__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button .button__type--excel .button__label:after, .link-list__type--excel:after, .util-link--excel:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#excel-usage)
}
.button-v2 .button-v2__type--word .button-v2__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button .button__type--word .button__label:after,  .link-list__type--word:after, .util-link--word:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#word-usage)
}
.button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button .button__type--powerpoint .button__label:after, .link-list__type--powerpoint:after, .util-link--powerpoint:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#powerpoint-usage)
}
.button-v2 .button-v2__type--zip .button-v2__label:after, .link-list__type--zip:after, .util-link--zip:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#zip-usage)
}
.button-v3 .button-v3__type--zip .button-v3__label:after, .button .button__type--zip .button__label:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#zip2-usage)
}
.button-v2 .button-v2__type--video .button-v2__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button .button__type--video .button__label:after, .link-list__type--video:after, .util-link--video:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#video-usage)
}
.button-v2 .button-v2__type--modal .button-v2__label:after, .link-list__type--modal:after, .util-link--modal:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#modal-usage)
}
.button-v3 .button-v3__type--modal .button-v3__label:after, .button .button__type--modal .button__label:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#modal2-usage)
}
.button-v2 .button-v2__type--rss .button-v2__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button .button__type--rss .button__label:after, .link-list__type--rss:after, .pulldown-navi__link--rss:before, .util-link--rss:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#rss-usage)
}
.card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .description-list-v2__type--blank:after, .description-list-v2__type--pdf:after, .description-list-v3__type--blank:after, .description-list-v3__type--pdf:after, .description-list-v4__type--blank:after, .description-list-v4__type--pdf:after, .description-list__type--blank:after, .description-list__type--pdf:after, .footer-subnav__link-list__type--blank:after, .footer-subnav__link-list__type--pdf:after, .header-link-list__type--blank:after, .header-link-list__type--pdf:after, .header-megamenu__title__type--blank:after, .header-megamenu__title__type--pdf:after, .heading2--center__link--blank .heading2--center__title:after, .heading2--center__link--pdf .heading2--center__title:after, .heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after, .heading2-v2__link--blank .heading2-v2__title:after, .heading2-v2__link--pdf .heading2-v2__title:after, .heading2__link--blank .heading2__title:after, .heading2__link--pdf .heading2__title:after, .heading3--center__link--blank .heading3--center__title:after, .heading3--center__link--pdf .heading3--center__title:after, .heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after, .heading3-v2__link--blank .heading3-v2__title:after, .heading3-v2__link--pdf .heading3-v2__title:after, .heading3__link--blank .heading3__title:after, .heading3__link--pdf .heading3__title:after, .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after, .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after, .heading6--center__link--blank .heading6--center__title:after, .heading6--center__link--pdf .heading6--center__title:after, .heading6__link--blank .heading6__title:after, .heading6__link--pdf .heading6__title:after, .link-list__type--blank:after, .link-list__type--excel:after, .link-list__type--modal:after, .link-list__type--pdf:after, .link-list__type--powerpoint:after, .link-list__type--rss:after, .link-list__type--video:after, .link-list__type--word:after, .link-list__type--zip:after, .pulldown-navi__link--rss:before {
    margin-left: var(--gap-link-gap)
}
.button-v2 .button-v2__type--blank .button-v2__label:after, .button-v2 .button-v2__type--excel .button-v2__label:after, .button-v2 .button-v2__type--modal .button-v2__label:after, .button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v2 .button-v2__type--rss .button-v2__label:after, .button-v2 .button-v2__type--video .button-v2__label:after, .button-v2 .button-v2__type--word .button-v2__label:after, .button-v2 .button-v2__type--zip .button-v2__label:after, .button-v3 .button-v3__type--blank .button-v3__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button-v3 .button-v3__type--modal .button-v3__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button-v3 .button-v3__type--zip .button-v3__label:after, .button .button__type--blank .button__label:after, .button .button__type--excel .button__label:after, .button .button__type--modal .button__label:after, .button .button__type--pdf .button__label:after, .button .button__type--powerpoint .button__label:after, .button .button__type--rss .button__label:after, .button .button__type--video .button__label:after, .button .button__type--word .button__label:after, .button .button__type--zip .button__label:after {
    position: absolute;
    top: 50%
}
.table__cell--left-top, .table__cell--lv1--left-top, .table__cell--lv2--left-top {
    text-align: left !important;
    vertical-align: top !important
}
.table__cell--left-middle, .table__cell--lv1--left-middle, .table__cell--lv2--left-middle {
    text-align: left !important;
    vertical-align: middle !important
}
.table__cell--left-bottom, .table__cell--lv1--left-bottom, .table__cell--lv2--left-bottom {
    text-align: left !important;
    vertical-align: bottom !important
}
.table__cell--center-top, .table__cell--lv1--center-top, .table__cell--lv2--center-top {
    text-align: center !important;
    vertical-align: top !important
}
.table__cell--center-middle, .table__cell--lv1--center-middle, .table__cell--lv2--center-middle {
    text-align: center !important;
    vertical-align: middle !important
}
.table__cell--center-bottom, .table__cell--lv1--center-bottom, .table__cell--lv2--center-bottom {
    text-align: center !important;
    vertical-align: bottom !important
}
.table__cell--lv1--right-top, .table__cell--lv2--right-top, .table__cell--right-top {
    text-align: right !important;
    vertical-align: top !important
}
.table__cell--lv1--right-middle, .table__cell--lv2--right-middle, .table__cell--right-middle {
    text-align: right !important;
    vertical-align: middle !important
}
.table__cell--lv1--right-bottom, .table__cell--lv2--right-bottom, .table__cell--right-bottom {
    text-align: right !important;
    vertical-align: bottom !important
}
.link-list, .note-list, .note-list-v2, .note-order-list, .note-order-list-v2, .order-list, .order-list-v2, .unorder-list, .unorder-list-v2 {
    margin: 1em 0 0;
    padding: 0;
    list-style: none
}
.link-list > :first-child, .link-list > [class^=list-wrap] > :first-child, .link-list > section:first-child > :first-child, .note-list-v2 > :first-child, .note-list-v2 > [class^=list-wrap] > :first-child, .note-list-v2 > section:first-child > :first-child, .note-list > :first-child, .note-list > [class^=list-wrap] > :first-child, .note-list > section:first-child > :first-child, .note-order-list-v2 > :first-child, .note-order-list-v2 > [class^=list-wrap] > :first-child, .note-order-list-v2 > section:first-child > :first-child, .note-order-list > :first-child, .note-order-list > [class^=list-wrap] > :first-child, .note-order-list > section:first-child > :first-child, .order-list-v2 > :first-child, .order-list-v2 > [class^=list-wrap] > :first-child, .order-list-v2 > section:first-child > :first-child, .order-list > :first-child, .order-list > [class^=list-wrap] > :first-child, .order-list > section:first-child > :first-child, .unorder-list-v2 > :first-child, .unorder-list-v2 > [class^=list-wrap] > :first-child, .unorder-list-v2 > section:first-child > :first-child, .unorder-list > :first-child, .unorder-list > [class^=list-wrap] > :first-child, .unorder-list > section:first-child > :first-child {
    margin-top: 0 !important
}
.link-list__nest, .note-list-v2__nest, .note-list__nest, .note-order-list-v2__nest, .note-order-list__nest, .order-list-v2__nest, .order-list__nest, .unorder-list-v2__nest, .unorder-list__nest {
    color: var(--color-font-TX1)
}
.link-list__nest > :first-child, .link-list__nest > [class^=list-wrap] > :first-child, .link-list__nest > section:first-child > :first-child, .note-list-v2__nest > :first-child, .note-list-v2__nest > [class^=list-wrap] > :first-child, .note-list-v2__nest > section:first-child > :first-child, .note-list__nest > :first-child, .note-list__nest > [class^=list-wrap] > :first-child, .note-list__nest > section:first-child > :first-child, .note-order-list-v2__nest > :first-child, .note-order-list-v2__nest > [class^=list-wrap] > :first-child, .note-order-list-v2__nest > section:first-child > :first-child, .note-order-list__nest > :first-child, .note-order-list__nest > [class^=list-wrap] > :first-child, .note-order-list__nest > section:first-child > :first-child, .order-list-v2__nest > :first-child, .order-list-v2__nest > [class^=list-wrap] > :first-child, .order-list-v2__nest > section:first-child > :first-child, .order-list__nest > :first-child, .order-list__nest > [class^=list-wrap] > :first-child, .order-list__nest > section:first-child > :first-child, .unorder-list-v2__nest > :first-child, .unorder-list-v2__nest > [class^=list-wrap] > :first-child, .unorder-list-v2__nest > section:first-child > :first-child, .unorder-list__nest > :first-child, .unorder-list__nest > [class^=list-wrap] > :first-child, .unorder-list__nest > section:first-child > :first-child {
    margin-top: 0 !important
}
.Header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--color-border-2);
    background: var(--color-bg-base);
    transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.Header > :first-child, .Header > [class^=list-wrap] > :first-child, .Header > section:first-child > :first-child {
    margin-top: 0 !important
}
.Header.is-not-fixed {
    position: absolute;
    left: 0 !important
}
.Header__inner {
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}
.header-logo > :first-child, .header-logo > [class^=list-wrap] > :first-child, .header-logo > section:first-child > :first-child, .Header__head > :first-child, .Header__head > [class^=list-wrap] > :first-child, .Header__head > section:first-child > :first-child, .Header__inner > :first-child, .Header__inner > [class^=list-wrap] > :first-child, .Header__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-logo > [class*=__type] {
    display: flex;
    align-items: center
}
.header-logo__image > img {
    width: 100%;
    height: auto
}
.Header__body {
    flex-grow: 1;
    height: 100%
}
.Header__body > :first-child, .Header__body > [class^=list-wrap] > :first-child, .Header__body > section:first-child > :first-child {
    margin-top: 0 !important
}
.Header__body__inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%
}
.header-gnav > :first-child, .header-gnav > [class^=list-wrap] > :first-child, .header-gnav > section:first-child > :first-child, .Header__body__inner > :first-child, .Header__body__inner > [class^=list-wrap] > :first-child, .Header__body__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-gnav__list {
    margin: 0;
    padding: 0;
    list-style: none
}
.header-gnav__list > :first-child, .header-gnav__list > [class^=list-wrap] > :first-child, .header-gnav__list > li > :first-child, .header-gnav__list > li > [class^=list-wrap] > :first-child, .header-gnav__list > li > section:first-child > :first-child, .header-gnav__list > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-gnav__item {
    position: relative
}
.header-gnav__item > :first-child, .header-gnav__item > [class^=list-wrap] > :first-child, .header-gnav__item > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-gnav__item > [class*=__type] {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.header-gnav__item > [class*=__type], .header-gnav__item > [class*=__type]:active, .header-gnav__item > [class*=__type]:focus, .header-gnav__item > [class*=__type]:hover, .header-gnav__item > [class*=__type]:link, .header-gnav__item > [class*=__type]:visited {
    color: var(--color-font-TX1)
}
.header-gnav__item > [class*=__type] > :first-child, .header-gnav__item > [class*=__type] > [class^=list-wrap] > :first-child, .header-gnav__item > [class*=__type] > section:first-child > :first-child, .header-gnav__type--toggle > :first-child, .header-gnav__type--toggle > [class^=list-wrap] > :first-child, .header-gnav__type--toggle > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-megamenu {
    display: none;
    width: 100%;
    background: var(--color-bg-sub)
}
.header-megamenu > :first-child, .header-megamenu > [class^=list-wrap] > :first-child, .header-megamenu > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-megamenu__inner {
    margin: 0 auto
}
.header-megamenu__head > :first-child, .header-megamenu__head > [class^=list-wrap] > :first-child, .header-megamenu__head > section:first-child > :first-child, .header-megamenu__inner > :first-child, .header-megamenu__inner > [class^=list-wrap] > :first-child, .header-megamenu__inner > section:first-child > :first-child, .header-megamenu__title > :first-child, .header-megamenu__title > [class^=list-wrap] > :first-child, .header-megamenu__title > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-megamenu__title > [class*=__type] {
    display: inline-block;
    position: relative
}
.header-megamenu__title > [class*=__type], .header-megamenu__title > [class*=__type]:active, .header-megamenu__title > [class*=__type]:focus, .header-megamenu__title > [class*=__type]:hover, .header-megamenu__title > [class*=__type]:link, .header-megamenu__title > [class*=__type]:visited {
    color: var(--color-font-TX1)
}
.header-megamenu__body > :first-child, .header-megamenu__body > [class^=list-wrap] > :first-child, .header-megamenu__body > section:first-child > :first-child, .header-megamenu__title > [class*=__type] > :first-child, .header-megamenu__title > [class*=__type] > [class^=list-wrap] > :first-child, .header-megamenu__title > [class*=__type] > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-megamenu__close {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none
}
.header-megamenu__close > :first-child, .header-megamenu__close > [class^=list-wrap] > :first-child, .header-megamenu__close > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-link-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.header-link-list > :first-child, .header-link-list > [class^=list-wrap] > :first-child, .header-link-list > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-link-list > li {
    position: relative;
    font-size: var(--font-font-size--M);
    list-style: none
}
.header-link-list > li > [class*=__type] {
    display: inline-block;
    position: relative
}
.header-link-list > li > [class*=__type], .header-link-list > li > [class*=__type]:active, .header-link-list > li > [class*=__type]:focus, .header-link-list > li > [class*=__type]:hover, .header-link-list > li > [class*=__type]:link, .header-link-list > li > [class*=__type]:visited {
    color: var(--color-font-TX1)
}
.header-link-list > li > [class*=__type]:before {
    position: absolute
}
.header-link-list__type--nolink {
    color: var(--color-font-noLink) !important
}
.header-link-list__type--nolink:before {
    display: none !important
}
.header-link-list__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4
}
.header-utility > :first-child, .header-utility > [class^=list-wrap] > :first-child, .header-utility > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-utility__link {
    display: flex;
    position: relative;
    align-items: center
}
.header-utility__link > :first-child, .header-utility__link > [class^=list-wrap] > :first-child, .header-utility__link > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-utility__link > [class*=__type] {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: var(--font-font-size--XS);
    text-align: center
}
.header-utility__link > [class*=__type], .header-utility__link > [class*=__type]:active, .header-utility__link > [class*=__type]:focus, .header-utility__link > [class*=__type]:hover, .header-utility__link > [class*=__type]:link, .header-utility__link > [class*=__type]:visited {
    color: var(--color-font-TX1)
}
.header-utility__link > [class*=__type] > :first-child, .header-utility__link > [class*=__type] > [class^=list-wrap] > :first-child, .header-utility__link > [class*=__type] > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-utility__link__type--menu:after, .header-utility__link__type--menu:before {
    translate: -50% 0;
    display: block;
    position: absolute;
    left: 50%;
    background: var(--color-base-main2);
    content: "";
    transition: top .25s cubic-bezier(.4, 0, .2, 1) 0s, translate .25s cubic-bezier(.4, 0, .2, 1) 0s, rotate .25s cubic-bezier(.4, 0, .2, 1) 0s, box-shadow .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.header-utility__link.is-active .header-utility__link__type--menu:after, .header-utility__link.is-active .header-utility__link__type--menu:before {
    translate: -50% -50%;
    top: 50%;
    box-shadow: 0 0 0 0 transparent
}
.header-utility__link.is-active .header-utility__link__type--menu:before {
    rotate: 45deg
}
.header-utility__link.is-active .header-utility__link__type--menu:after {
    rotate: -45deg
}
.header-utility__link__close, .header-utility__link__label {
    display: none
}
.Header__foot {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%
}
.Header__foot > :first-child, .Header__foot > [class^=list-wrap] > :first-child, .Header__foot > section:first-child > :first-child {
    margin-top: 0 !important
}
.header-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    background: var(--color-bg-base)
}
.header-menu > :first-child, .header-menu > [class^=list-wrap] > :first-child, .header-menu > section:first-child > :first-child {
    margin-top: 0 !important
}
.Main {
    overflow: hidden
}
.Header--simple~.Main, .Header~.Main {
    padding-top: var(--header-area-height)
}
.Main__guide {
    display: block;
    width: 100%
}
.main-breadcrumb {
    width: 100%;
    border-top: 1px solid var(--color-border-2);
    background: var(--color-bg-base)
}
.main-breadcrumb > :first-child, .main-breadcrumb > [class^=list-wrap] > :first-child, .main-breadcrumb > section:first-child > :first-child {
    margin-top: 0 !important
}
.main-breadcrumb__list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none
}
.main-breadcrumb__list > :first-child, .main-breadcrumb__list > [class^=list-wrap] > :first-child, .main-breadcrumb__list > section:first-child > :first-child {
    margin-top: 0 !important
}
.main-breadcrumb__list > li {
    font-size: var(--font-font-size--S);
    line-height: 1.6
}
.main-breadcrumb__list > li > :first-child, .main-breadcrumb__list > li > [class^=list-wrap] > :first-child, .main-breadcrumb__list > li > section:first-child > :first-child {
    margin-top: 0 !important
}
.main-breadcrumb__list > li:not(:first-child) {
    position: relative
}
.main-breadcrumb__list > li:not(:first-child):before {
    position: absolute;
    left: 0;
    color: var(--color-font-TX2);
    line-height: 1;
    content: ">"
}
.main-breadcrumb__list > li:last-child > [class*=__type], .main-breadcrumb__list > li:last-child > [class*=__type]:active, .main-breadcrumb__list > li:last-child > [class*=__type]:focus, .main-breadcrumb__list > li:last-child > [class*=__type]:hover, .main-breadcrumb__list > li:last-child > [class*=__type]:link, .main-breadcrumb__list > li:last-child > [class*=__type]:visited {
    color: var(--color-font-TX2)
}
.main-breadcrumb__list > li > [class*=__type]:not([class*="--nolink"]), .main-breadcrumb__list > li > [class*=__type]:not([class*="--nolink"]):active, .main-breadcrumb__list > li > [class*=__type]:not([class*="--nolink"]):focus, .main-breadcrumb__list > li > [class*=__type]:not([class*="--nolink"]):hover, .main-breadcrumb__list > li > [class*=__type]:not([class*="--nolink"]):link, .main-breadcrumb__list > li > [class*=__type]:not([class*="--nolink"]):visited {
    color: var(--color-font-TX1)
}
.main-breadcrumb__list > li > [class*=__type] > :first-child, .main-breadcrumb__list > li > [class*=__type] > [class^=list-wrap] > :first-child, .main-breadcrumb__list > li > [class*=__type] > section:first-child > :first-child {
    margin-top: 0 !important
}
.main-breadcrumb__type--nolink {
    color: var(--color-font-TX2)
}
.Main__head {
    overflow: hidden
}
.Main__head > :first-child, .Main__head > [class^=list-wrap] > :first-child, .Main__head > section:first-child > :first-child {
    margin-top: 0 !important
}
.Main__content {
    width: 100%;
    margin: 0 auto
}
.Main__assist > :first-child, .Main__assist > [class^=list-wrap] > :first-child, .Main__assist > section:first-child > :first-child, .Main__content > :first-child, .Main__content > [class^=list-wrap] > :first-child, .Main__content > section:first-child > :first-child, .Main__foot > :first-child, .Main__foot > [class^=list-wrap] > :first-child, .Main__foot > section:first-child > :first-child {
    margin-top: 0 !important
}
.main-overlay {
    display: block;
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear 0s
}
body:is(.is-active-menu, .is-active-gnav) .main-overlay {
    opacity: 1;
    pointer-events: auto
}
.Footer {
    display: block;
    position: relative;
    width: 100%;
    background: var(--color-bg-sub)
}
.Footer > :first-child, .Footer > [class^=list-wrap] > :first-child, .Footer > section:first-child > :first-child {
    margin-top: 0 !important
}
.Footer__inner {
    margin: 0 auto
}
.Footer__guide > :first-child, .Footer__guide > [class^=list-wrap] > :first-child, .Footer__guide > section:first-child > :first-child, .Footer__inner > :first-child, .Footer__inner > [class^=list-wrap] > :first-child, .Footer__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.footer-pagetop {
    --pagetop-fixed-right: 60px;
    --pagetop-fixed-bottom: 30px;
    aspect-ratio: 1/1;
    z-index: 997;
    right: var(--pagetop-fixed-right);
    width: 50px
}
.footer-pagetop > :first-child, .footer-pagetop > [class^=list-wrap] > :first-child, .footer-pagetop > section:first-child > :first-child {
    margin-top: 0 !important
}
.footer-pagetop.is-fixed {
    position: fixed;
    bottom: var(--pagetop-fixed-bottom)
}
.footer-pagetop.is-absolute {
    position: absolute
}
.footer-pagetop > a {
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .2));
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 50%;
    backface-visibility: hidden;
    text-indent: -100vw;
    white-space: nowrap;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .2));
    will-change: filter
}
.footer-pagetop > a > :first-child, .footer-pagetop > a > [class^=list-wrap] > :first-child, .footer-pagetop > a > section:first-child > :first-child {
    margin-top: 0 !important
}
.footer-pagetop > a:after, .footer-pagetop > a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.footer-pagetop > a:before {
    z-index: 1;
    background: url(/solafil/app-files/img/cmn_ic01.svg) no-repeat 50%/contain;
    opacity: 1
}
.footer-pagetop > a:after {
    z-index: 2;
    background: url(/solafil/app-files/img/cmn_ic01_on.svg) no-repeat 50%/contain;
    opacity: 0
}
.footer-subnav > :first-child, .footer-subnav > [class^=list-wrap] > :first-child, .footer-subnav > section:first-child > :first-child, .Footer__foot > :first-child, .Footer__foot > [class^=list-wrap] > :first-child, .Footer__foot > section:first-child > :first-child, .Footer__foot__inner > :first-child, .Footer__foot__inner > [class^=list-wrap] > :first-child, .Footer__foot__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.footer-subnav__link-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.footer-subnav__link-list > :first-child, .footer-subnav__link-list > [class^=list-wrap] > :first-child, .footer-subnav__link-list > section:first-child > :first-child {
    margin-top: 0 !important
}
.footer-subnav__link-list > li {
    position: relative
}
.footer-subnav__link-list > li > :first-child, .footer-subnav__link-list > li > [class^=list-wrap] > :first-child, .footer-subnav__link-list > li > section:first-child > :first-child {
    margin-top: 0 !important
}
.footer-subnav__link-list > li > [class*=__type] {
    display: inline-block;
    position: relative
}
.footer-subnav__link-list > li > [class*=__type], .footer-subnav__link-list > li > [class*=__type]:active, .footer-subnav__link-list > li > [class*=__type]:focus, .footer-subnav__link-list > li > [class*=__type]:hover, .footer-subnav__link-list > li > [class*=__type]:link, .footer-subnav__link-list > li > [class*=__type]:visited {
    color: var(--color-font-TX1)
}
.footer-subnav__link-list > li > [class*=__type] > :first-child, .footer-subnav__link-list > li > [class*=__type] > [class^=list-wrap] > :first-child, .footer-subnav__link-list > li > [class*=__type] > section:first-child > :first-child {
    margin-top: 0 !important
}
.footer-subnav__logo__type {
    display: inline-block
}
.footer-subnav__logo__type > img {
    width: 100%;
    height: auto
}
.footer-copyright {
    color: var(--color-font-TX1)
}
.footer-copyright > :last-child {
    margin-bottom: 0 !important
}
.footer-copyright__label {
    font-size: inherit
}
.footer-copyright__label > :last-child {
    margin-bottom: 0 !important
}
.heading1 {
    position: relative;
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2))
}
.heading1__title {
    margin: 0;
    line-height: 1.4
}
.heading1__subtitle {
    margin: 0 0 .6rem;
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading1--center {
    text-align: center
}
.heading1--center__title {
    margin: 0;
    line-height: 1.4
}
.heading1--center__subtitle {
    margin: 0 0 .6rem;
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-bg-base);
    content: ""
}
.heading1__subtitle, .heading1__title {
    color: var(--color-base-white)
}
.heading1--center {
    position: relative;
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2))
}
.heading1--center:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-bg-base);
    content: ""
}
.heading1--center__subtitle, .heading1--center__title {
    color: var(--color-base-white)
}
.heading1-v2__title {
    margin: 0;
    line-height: 1.4
}
.heading1-v2__subtitle {
    margin: 0 0 .6rem;
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading1-v2--center {
    text-align: center
}
.heading1-v2--center__title {
    margin: 0;
    line-height: 1.4
}
.heading1-v2--center__subtitle {
    margin: 0 0 .6rem;
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading1-v2__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading1-v2__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading1-v2--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading1-v2--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading1-v2--center .heading1-v2__subtitle {
    margin-inline: auto
}
.heading2__inner > [class*=__link] {
    display: inline-block
}
.heading2__link--blank .heading2__title:after, .heading2__link--pdf .heading2__title:after {
    top: -3px
}
.heading2__title {
    margin: 0;
    line-height: 1.4
}
.heading2__subtitle {
    color: var(--color-base-sub)
}
.heading2__filesize, .heading2__subtitle {
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading2__filesize {
    margin-left: var(--gap-link-gap);
    font-style: normal;
    vertical-align: middle
}
.heading2--center {
    text-align: center
}
.heading2--center__inner > [class*=__link] {
    display: inline-block
}
.heading2--center__link--blank .heading2--center__title:after, .heading2--center__link--pdf .heading2--center__title:after {
    top: -3px
}
.heading2--center__title {
    margin: 0;
    line-height: 1.4
}
.heading2--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading2--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading2__inner {
    position: relative
}
.heading2__inner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    border-radius: 200px;
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
    content: ""
}
.heading2__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading2__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading2__filesize {
    display: inline-block
}
.heading2--center__inner {
    position: relative
}
.heading2--center__inner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    border-radius: 200px;
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
    content: ""
}
.heading2--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading2--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading2--center__filesize {
    display: inline-block
}
.heading2--center .heading2__inner:before {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%)
}
.heading2--center .heading2__subtitle {
    margin-inline: auto
}
.heading2-v2__inner > [class*=__link] {
    display: inline-block
}
.heading2-v2__link--blank .heading2-v2__title:after, .heading2-v2__link--pdf .heading2-v2__title:after {
    top: -3px
}
.heading2-v2__title {
    margin: 0;
    line-height: 1.4
}
.heading2-v2__subtitle {
    color: var(--color-base-sub)
}
.heading2-v2__filesize, .heading2-v2__subtitle {
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading2-v2__filesize {
    margin-left: var(--gap-link-gap);
    font-style: normal;
    vertical-align: middle
}
.heading2-v2--center {
    text-align: center
}
.heading2-v2--center__inner > [class*=__link] {
    display: inline-block
}
.heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after {
    top: -3px
}
.heading2-v2--center__title {
    margin: 0;
    line-height: 1.4
}
.heading2-v2--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading2-v2--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading2-v2__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading2-v2__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading2-v2__filesize {
    display: inline-block
}
.heading2-v2--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading2-v2--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading2-v2--center__filesize {
    display: inline-block
}
.heading2-v2--center .heading2-v2__subtitle {
    margin-inline: auto
}
.heading3__inner > [class*=__link] {
    display: inline-block
}
.heading3__link--blank .heading3__title:after, .heading3__link--pdf .heading3__title:after {
    top: -2px
}
.heading3__title {
    margin: 0;
    line-height: 1.4
}
.heading3__subtitle {
    color: var(--color-base-sub)
}
.heading3__filesize, .heading3__subtitle {
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading3__filesize {
    margin-left: var(--gap-link-gap);
    font-style: normal;
    vertical-align: middle
}
.heading3--center {
    text-align: center
}
.heading3--center__inner > [class*=__link] {
    display: inline-block
}
.heading3--center__link--blank .heading3--center__title:after, .heading3--center__link--pdf .heading3--center__title:after {
    top: -2px
}
.heading3--center__title {
    margin: 0;
    line-height: 1.4
}
.heading3--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading3--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading3__inner {
    border-bottom: 1px solid var(--color-border-2)
}
.heading3__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading3__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading3__filesize {
    display: inline-block
}
.heading3--center__inner {
    border-bottom: 1px solid var(--color-border-2)
}
.heading3--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading3--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading3--center__filesize {
    display: inline-block
}
.heading3--center .heading3__subtitle {
    margin-inline: auto
}
.heading3-v2__inner > [class*=__link] {
    display: inline-block
}
.heading3-v2__link--blank .heading3-v2__title:after, .heading3-v2__link--pdf .heading3-v2__title:after {
    top: -2px
}
.heading3-v2__title {
    margin: 0;
    line-height: 1.4
}
.heading3-v2__subtitle {
    color: var(--color-base-sub)
}
.heading3-v2__filesize, .heading3-v2__subtitle {
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading3-v2__filesize {
    margin-left: var(--gap-link-gap);
    font-style: normal;
    vertical-align: middle
}
.heading3-v2--center {
    text-align: center
}
.heading3-v2--center__inner > [class*=__link] {
    display: inline-block
}
.heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after {
    top: -2px
}
.heading3-v2--center__title {
    margin: 0;
    line-height: 1.4
}
.heading3-v2--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading3-v2--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading3-v2__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading3-v2__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading3-v2__filesize {
    display: inline-block
}
.heading3-v2--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading3-v2--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading3-v2--center__filesize {
    display: inline-block
}
.heading3-v2--center .heading3-v2__subtitle {
    margin-inline: auto
}
.heading4__inner > [class*=__link] {
    display: inline-block
}
.heading4__title {
    margin: 0;
    font-size: var(--font-font-size--XL);
    line-height: 1.4
}
.heading4__subtitle {
    color: var(--color-base-sub)
}
.heading4__filesize, .heading4__subtitle {
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading4__filesize {
    margin-left: var(--gap-link-gap);
    font-style: normal;
    vertical-align: middle
}
.heading4--center {
    text-align: center
}
.heading4--center__inner > [class*=__link] {
    display: inline-block
}
.heading4--center__title {
    margin: 0;
    font-size: var(--font-font-size--XL);
    line-height: 1.4
}
.heading4--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading4--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading4__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading4__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading4__filesize {
    display: inline-block
}
.heading4--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading4--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading4--center__filesize {
    display: inline-block
}
.heading4--center .heading4__subtitle {
    margin-inline: auto
}
.heading4-v2__inner > [class*=__link] {
    display: inline-block
}
.heading4-v2__title {
    margin: 0;
    font-size: var(--font-font-size--XL);
    line-height: 1.4
}
.heading4-v2__subtitle {
    color: var(--color-base-sub)
}
.heading4-v2__filesize, .heading4-v2__subtitle {
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading4-v2__filesize {
    margin-left: var(--gap-link-gap);
    font-style: normal;
    vertical-align: middle
}
.heading4-v2--center {
    text-align: center
}
.heading4-v2--center__inner > [class*=__link] {
    display: inline-block
}
.heading4-v2--center__title {
    margin: 0;
    font-size: var(--font-font-size--XL);
    line-height: 1.4
}
.heading4-v2--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading4-v2--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading4-v2__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading4-v2__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading4-v2__filesize {
    display: inline-block
}
.heading4-v2--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading4-v2--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading4-v2--center__filesize {
    display: inline-block
}
.heading4-v2--center .heading4-v2__subtitle {
    margin-inline: auto
}
.heading5__inner > [class*=__link] {
    display: inline-block
}
.heading5__title {
    margin: 0;
    font-size: var(--font-font-size--L);
    line-height: 1.4
}
.heading5__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--S);
    line-height: 1.4
}
.heading5__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading5--center {
    text-align: center
}
.heading5--center__inner > [class*=__link] {
    display: inline-block
}
.heading5--center__title {
    margin: 0;
    font-size: var(--font-font-size--L);
    line-height: 1.4
}
.heading5--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--S);
    line-height: 1.4
}
.heading5--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading5__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading5__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading5__filesize {
    display: inline-block
}
.heading5--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading5--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading5--center__filesize {
    display: inline-block
}
.heading5--center .heading5__subtitle {
    margin-inline: auto
}
.heading6__inner > [class*=__link] {
    display: inline-block
}
.heading6__link--blank .heading6__title:after, .heading6__link--pdf .heading6__title:after {
    top: -2px
}
.heading6__title {
    margin: 0;
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading6__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--S);
    line-height: 1.4
}
.heading6__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading6--center {
    text-align: center
}
.heading6--center__inner > [class*=__link] {
    display: inline-block
}
.heading6--center__link--blank .heading6--center__title:after, .heading6--center__link--pdf .heading6--center__title:after {
    top: -2px
}
.heading6--center__title {
    margin: 0;
    font-size: var(--font-font-size--M);
    line-height: 1.4
}
.heading6--center__subtitle {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--S);
    line-height: 1.4
}
.heading6--center__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.heading6__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading6__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading6__filesize {
    display: inline-block
}
.heading6--center__subtitle {
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .heading6--center__subtitle {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.heading6--center__filesize {
    display: inline-block
}
.heading6--center .heading6__subtitle {
    margin-inline: auto
}
.text, .text--center {
    margin: 1em 0 0;
    font-size: var(--font-font-size--M)
}
.text--center {
    text-align: center
}
.text--right {
    margin: 1em 0 0;
    font-size: var(--font-font-size--M);
    text-align: right
}
.lead {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 1.75em 0 0;
    color: var(--color-base-main);
    font-size: var(--font-font-size--XL)
}
.lead--center {
    margin: 1.75em 0 0;
    text-align: center
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .lead {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.lead--center {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--color-base-main);
    font-size: var(--font-font-size--XL)
}
@supports (((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text)) and (-webkit-text-fill-color:transparent) {
    .lead--center {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        background-clip: text;
        color: transparent
    }
}
.lead-v2 {
    margin: 1.75em 0 0;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M)
}
.lead-v2--center {
    margin: 1.75em 0 0;
    text-align: center;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M)
}
.note-list > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.note-list__mark {
    position: absolute;
    top: 0;
    left: 0
}
.note-list-v2 > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.note-list-v2__mark {
    position: absolute;
    top: 0;
    left: 0
}
.note-list-v2 > li {
    color: var(--color-font-TX2)
}
.note-order-list > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.note-order-list__mark {
    position: absolute;
    top: 0;
    left: 0
}
.note-order-list-v2 > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.note-order-list-v2__mark {
    position: absolute;
    top: 0;
    left: 0
}
.note-order-list-v2 > li {
    color: var(--color-font-TX2)
}
.unorder-list > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.unorder-list > li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: var(--color-base-main);
    content: ""
}
.unorder-list-v2 > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none;
    color: var(--color-font-TX2)
}
.unorder-list-v2 > li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    border: 2px solid var(--color-base-main);
    border-radius: 50%;
    content: ""
}
.order-list > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.order-list__mark {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.4
}
.order-list__mark:after {
    content: "."
}
.order-list .box {
    margin: 0.5em 0;
}
.order-list-v2 > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.order-list-v2__mark {
    position: absolute;
    top: 0;
    left: 0
}
.order-list-v2 > li {
    color: var(--color-font-TX2)
}
.order-list-v2__mark:before {
    content: "\FF08"
}
.order-list-v2__mark:after {
    content: "\FF09"
}
.description-list {
    width: 100%;
    margin: 1em 0 0;
    padding: 0
}
.description-list > dt {
    margin: 0
}
.description-list__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.description-list > dd {
    margin: 0
}
.description-list > dd > :first-child, .description-list > dd > [class^=list-wrap] > :first-child, .description-list > dd > section:first-child > :first-child {
    margin-top: 0 !important
}
.description-list__type, .description-list__type--blank, .description-list__type--pdf {
    display: inline-block
}
.description-list-v2 {
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    border-bottom: 1px solid var(--color-border-2)
}
.description-list-v2 > dt {
    margin: 0
}
.description-list-v2__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.description-list-v2 > dd {
    margin: 0
}
.description-list-v2 > dd > :first-child, .description-list-v2 > dd > [class^=list-wrap] > :first-child, .description-list-v2 > dd > section:first-child > :first-child {
    margin-top: 0 !important
}
.description-list-v2__type, .description-list-v2__type--blank, .description-list-v2__type--pdf {
    display: inline-block
}
.description-list-v3 {
    width: 100%;
    margin: 1em 0 0;
    padding: 0
}
.description-list-v3 > dt {
    margin: 0
}
.description-list-v3__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.description-list-v3 > dd {
    margin: 0
}
.description-list-v3 > dd > :first-child, .description-list-v3 > dd > [class^=list-wrap] > :first-child, .description-list-v3 > dd > section:first-child > :first-child {
    margin-top: 0 !important
}
.description-list-v3__type, .description-list-v3__type--blank, .description-list-v3__type--pdf {
    display: inline-block
}
.description-list-v4 {
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    border-bottom: 1px solid var(--color-border-2)
}
.description-list-v4 > dt {
    margin: 0
}
.description-list-v4__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.description-list-v4 > dd {
    margin: 0
}
.description-list-v4 > dd > :first-child, .description-list-v4 > dd > [class^=list-wrap] > :first-child, .description-list-v4 > dd > section:first-child > :first-child {
    margin-top: 0 !important
}
.description-list-v4__type, .description-list-v4__type--blank, .description-list-v4__type--pdf {
    display: inline-block
}
.list-wrap {
    margin: 1em 0 0
}
.list-wrap > :first-child, .list-wrap > [class^=list-wrap] > :first-child, .list-wrap > section:first-child > :first-child {
    margin-top: 0 !important
}
.list-wrap--center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 1em 0 0
}
.list-wrap--center > :first-child, .list-wrap--center > [class^=list-wrap] > :first-child, .list-wrap--center > section:first-child > :first-child {
    margin-top: 0 !important
}
.list-wrap--center > * {
    flex: 0 1 auto;
    min-width: 1px
}
.list-wrap--right {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 1em 0 0
}
.list-wrap--right > :first-child, .list-wrap--right > [class^=list-wrap] > :first-child, .list-wrap--right > section:first-child > :first-child {
    margin-top: 0 !important
}
.list-wrap--right > * {
    flex: 0 1 auto;
    min-width: 1px
}
.link-list > li {
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    list-style: none
}
.link-list > li > [class*=__type] {
    display: inline-block;
    position: relative
}
.link-list > li > [class*=__type], .link-list > li > [class*=__type]:active, .link-list > li > [class*=__type]:focus, .link-list > li > [class*=__type]:hover, .link-list > li > [class*=__type]:link, .link-list > li > [class*=__type]:visited {
    color: var(--color-font-TX1)
}
.link-list__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.link-list > li > [class*=__type]:before {
    position: absolute
}
.link-list__type--nolink {
    color: var(--color-font-noLink) !important
}
.link-list__type--nolink:before {
    display: none !important
}
.button .button__type, .button .button__type--blank, .button .button__type--excel, .button .button__type--modal, .button .button__type--pdf, .button .button__type--powerpoint, .button .button__type--rss, .button .button__type--video, .button .button__type--word, .button .button__type--zip {
    border-radius: var(--radius-BT);
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    color: var(--color-base-white)
}
.button .button__type--blank:before, .button .button__type--excel:before, .button .button__type--modal:before, .button .button__type--pdf:before, .button .button__type--powerpoint:before, .button .button__type--rss:before, .button .button__type--video:before, .button .button__type--word:before, .button .button__type--zip:before, .button .button__type:before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: calc(var(--radius-BT) - .1rem);
    background-color: var(--color-base-white);
    content: "";
    opacity: 0;
    pointer-events: none
}
.button {
    display: flex
}
.button__label {
    display: block;
    position: relative;
    width: 100%
}
.button__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.button .button__type--blank .button__label:after, .button .button__type--excel .button__label:after, .button .button__type--modal .button__label:after, .button .button__type--pdf .button__label:after, .button .button__type--powerpoint .button__label:after, .button .button__type--rss .button__label:after, .button .button__type--video .button__label:after, .button .button__type--word .button__label:after, .button .button__type--zip .button__label:after, .button .button__type .button__label:after {
    right: 0
}
.button__label {
    z-index: 1
}
.button-v2 .button-v2__type, .button-v2 .button-v2__type--blank, .button-v2 .button-v2__type--excel, .button-v2 .button-v2__type--modal, .button-v2 .button-v2__type--pdf, .button-v2 .button-v2__type--powerpoint, .button-v2 .button-v2__type--rss, .button-v2 .button-v2__type--video, .button-v2 .button-v2__type--word, .button-v2 .button-v2__type--zip {
    border: 1px solid var(--color-border-2);
    border-radius: var(--radius-BT);
    background-color: var(--color-base-white);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    color: var(--color-font-TX1)
}
.button-v2 .button-v2__type--blank:after, .button-v2 .button-v2__type--blank:before, .button-v2 .button-v2__type--excel:after, .button-v2 .button-v2__type--excel:before, .button-v2 .button-v2__type--modal:after, .button-v2 .button-v2__type--modal:before, .button-v2 .button-v2__type--pdf:after, .button-v2 .button-v2__type--pdf:before, .button-v2 .button-v2__type--powerpoint:after, .button-v2 .button-v2__type--powerpoint:before, .button-v2 .button-v2__type--rss:after, .button-v2 .button-v2__type--rss:before, .button-v2 .button-v2__type--video:after, .button-v2 .button-v2__type--video:before, .button-v2 .button-v2__type--word:after, .button-v2 .button-v2__type--word:before, .button-v2 .button-v2__type--zip:after, .button-v2 .button-v2__type--zip:before, .button-v2 .button-v2__type:after, .button-v2 .button-v2__type:before {
    position: absolute;
    content: ""
}
.button-v2 .button-v2__type--blank:before, .button-v2 .button-v2__type--excel:before, .button-v2 .button-v2__type--modal:before, .button-v2 .button-v2__type--pdf:before, .button-v2 .button-v2__type--powerpoint:before, .button-v2 .button-v2__type--rss:before, .button-v2 .button-v2__type--video:before, .button-v2 .button-v2__type--word:before, .button-v2 .button-v2__type--zip:before, .button-v2 .button-v2__type:before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
    opacity: 0;
    pointer-events: none
}
.button-v2 .button-v2__type--blank:after, .button-v2 .button-v2__type--excel:after, .button-v2 .button-v2__type--modal:after, .button-v2 .button-v2__type--pdf:after, .button-v2 .button-v2__type--powerpoint:after, .button-v2 .button-v2__type--rss:after, .button-v2 .button-v2__type--video:after, .button-v2 .button-v2__type--word:after, .button-v2 .button-v2__type--zip:after, .button-v2 .button-v2__type:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(var(--radius-BT) - .1rem);
    background-color: var(--color-base-white)
}
.button-v2 {
    display: flex
}
.button-v2__label {
    display: block;
    position: relative;
    width: 100%
}
.button-v2__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.button-v2 .button-v2__type--blank .button-v2__label:after, .button-v2 .button-v2__type--excel .button-v2__label:after, .button-v2 .button-v2__type--modal .button-v2__label:after, .button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v2 .button-v2__type--rss .button-v2__label:after, .button-v2 .button-v2__type--video .button-v2__label:after, .button-v2 .button-v2__type--word .button-v2__label:after, .button-v2 .button-v2__type--zip .button-v2__label:after, .button-v2 .button-v2__type .button-v2__label:after {
    right: 0
}
.button-v2__label {
    z-index: 1
}
.button-v2 .button-v2__type--blank, .button-v2 .button-v2__type--excel, .button-v2 .button-v2__type--modal, .button-v2 .button-v2__type--pdf, .button-v2 .button-v2__type--powerpoint, .button-v2 .button-v2__type--rss, .button-v2 .button-v2__type--video, .button-v2 .button-v2__type--word, .button-v2 .button-v2__type--zip, .button-v2__type, .button-v3 .button-v3__type--blank, .button-v3 .button-v3__type--excel, .button-v3 .button-v3__type--modal, .button-v3 .button-v3__type--pdf, .button-v3 .button-v3__type--powerpoint, .button-v3 .button-v3__type--rss, .button-v3 .button-v3__type--video, .button-v3 .button-v3__type--word, .button-v3 .button-v3__type--zip, .button-v3__type, .button .button__type--blank, .button .button__type--excel, .button .button__type--modal, .button .button__type--pdf, .button .button__type--powerpoint, .button .button__type--rss, .button .button__type--video, .button .button__type--word, .button .button__type--zip, .button__type {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: var(--font-font-size--M);
    line-height: 1.4;
    text-align: center
}
.button-v3 .button-v3__type, .button-v3 .button-v3__type--blank, .button-v3 .button-v3__type--excel, .button-v3 .button-v3__type--modal, .button-v3 .button-v3__type--pdf, .button-v3 .button-v3__type--powerpoint, .button-v3 .button-v3__type--rss, .button-v3 .button-v3__type--video, .button-v3 .button-v3__type--word, .button-v3 .button-v3__type--zip {
    border-radius: var(--radius-BT);
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    color: var(--color-base-white);
    font-size: var(--font-font-size--XL)
}
.button-v3 .button-v3__type--blank:before, .button-v3 .button-v3__type--excel:before, .button-v3 .button-v3__type--modal:before, .button-v3 .button-v3__type--pdf:before, .button-v3 .button-v3__type--powerpoint:before, .button-v3 .button-v3__type--rss:before, .button-v3 .button-v3__type--video:before, .button-v3 .button-v3__type--word:before, .button-v3 .button-v3__type--zip:before, .button-v3 .button-v3__type:before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: calc(var(--radius-BT) - .1rem);
    background-color: var(--color-base-white);
    content: "";
    opacity: 0;
    pointer-events: none
}
.button-wrap, .button-wrap--center {
    display: flex;
    flex-flow: row wrap
}
.button-wrap--center {
    align-items: center
}
.button-wrap--center > * {
    justify-content: center

}
.button-wrap--right {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end
}
.button-wrap--right > * {
    justify-content: flex-end
}
.button-wrap--centering {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}
.button-v3 {
    display: flex
}
.button-v3__label {
    display: block;
    position: relative;
    width: 100%
}
.button-v3__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.button-v3 .button-v3__type--blank .button-v3__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button-v3 .button-v3__type--modal .button-v3__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button-v3 .button-v3__type--zip .button-v3__label:after, .button-v3 .button-v3__type .button-v3__label:after {
    right: 0
}
.button-v3__label {
    z-index: 1
}
.figure__frame, .figure a.figure__frame, .figure a.figure__frame--modal, .figure a.figure__frame--scaleup {
    display: inline-block
}
.figure__caption, .figure__caption--center, .figure__caption--right {
    margin: 0;
    font-size: var(--font-font-size--S);
    text-align: left
}
.figure-wrap, .figure-wrap--center {
    display: flex;
    margin: 2em 0 0
}
.figure-wrap--center {
    justify-content: center
}
.figure-wrap--right {
    display: flex;
    justify-content: flex-end;
    margin: 2em 0 0
}
.figure-wrap--center > * {
    text-align: center
}
.figure {
    margin: 0
}
.figure__title {
    margin: 0;
    color: var(--color-font-TX1);
    line-height: 1.4;
    text-align: left
}
.figure a.figure__frame, .figure a.figure__frame--modal, .figure a.figure__frame--scaleup {
    position: relative
}
.figure a.figure__frame--modal img, .figure a.figure__frame--scaleup img, .figure a.figure__frame img {
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.figure a.figure__frame--modal:before {
    z-index: 2;
    position: absolute;
    border-radius: var(--radius-BT);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    content: ""
}
.figure a.figure__frame--modal:after {
    z-index: 3;
    position: absolute;
    width: 40px;
    height: 40px;
    content: ""
}
.figure a.figure__frame--scaleup {
    overflow: hidden
}
.figure__caption--center {
    text-align: center
}
.figure__caption--right {
    text-align: right
}
.video {
    display: block;
    width: 100%
}
.video > :first-child, .video > [class^=list-wrap] > :first-child, .video > section:first-child > :first-child {
    margin-top: 0 !important
}
.video > :last-child {
    margin-bottom: 0 !important
}
.video-wrap__caption, .video-wrap__caption--center, .video-wrap__caption--right {
    font-size: var(--font-font-size--S)
}
.video-wrap__caption--center > :first-child, .video-wrap__caption--center > [class^=list-wrap] > :first-child, .video-wrap__caption--center > section:first-child > :first-child, .video-wrap__caption--right > :first-child, .video-wrap__caption--right > [class^=list-wrap] > :first-child, .video-wrap__caption--right > section:first-child > :first-child, .video-wrap__caption > :first-child, .video-wrap__caption > [class^=list-wrap] > :first-child, .video-wrap__caption > section:first-child > :first-child {
    margin-top: 0 !important
}
.video-wrap {
    display: flex;
    margin: 2em 0 0
}
.video-wrap > :first-child, .video-wrap > [class^=list-wrap] > :first-child, .video-wrap > section:first-child > :first-child {
    margin-top: 0 !important
}
.video-wrap > :last-child {
    margin-bottom: 0 !important
}
.video-wrap__inner {
    width: 100%
}
.video-wrap__inner > :first-child, .video-wrap__inner > [class^=list-wrap] > :first-child, .video-wrap__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.video-wrap__inner > :last-child {
    margin-bottom: 0 !important
}
.video-wrap--center {
    display: flex;
    justify-content: center;
    margin: 2em 0 0
}
.video-wrap--center > :first-child, .video-wrap--center > [class^=list-wrap] > :first-child, .video-wrap--center > section:first-child > :first-child {
    margin-top: 0 !important
}
.video-wrap--center > :last-child {
    margin-bottom: 0 !important
}
.video-wrap--center__inner {
    width: 100%
}
.video-wrap--center__inner > :first-child, .video-wrap--center__inner > [class^=list-wrap] > :first-child, .video-wrap--center__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.video-wrap--center__inner > :last-child {
    margin-bottom: 0 !important
}
.video-wrap--right {
    display: flex;
    justify-content: flex-end;
    margin: 2em 0 0
}
.video-wrap--right > :first-child, .video-wrap--right > [class^=list-wrap] > :first-child, .video-wrap--right > section:first-child > :first-child {
    margin-top: 0 !important
}
.video-wrap--right > :last-child {
    margin-bottom: 0 !important
}
.video-wrap--right__inner {
    width: 100%
}
.video-wrap--right__inner > :first-child, .video-wrap--right__inner > [class^=list-wrap] > :first-child, .video-wrap--right__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.video-wrap--right__inner > :last-child {
    margin-bottom: 0 !important
}
.video-wrap__caption {
    text-align: left
}
.video-wrap__caption--center {
    text-align: center
}
.video-wrap__caption--right {
    text-align: right
}
.iframe-video {
    aspect-ratio: 16/9;
    position: relative;
    width: 100%
}
.iframe-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}
.table__caption, .table__caption--center, .table__caption--right {
    font-size: var(--font-font-size--S)
}
.table [class*=__cell] {
    border-right: 1px solid var(--color-border-2);
    border-bottom: 1px solid var(--color-border-2);
    background-color: var(--color-bg-base);
    text-align: left;
    vertical-align: top
}
.table {
    margin: 2em 0 0
}
.table__w--1per {
    width: 1% !important
}
.table__w--2per {
    width: 2% !important
}
.table__w--3per {
    width: 3% !important
}
.table__w--4per {
    width: 4% !important
}
.table__w--5per {
    width: 5% !important
}
.table__w--6per {
    width: 6% !important
}
.table__w--7per {
    width: 7% !important
}
.table__w--8per {
    width: 8% !important
}
.table__w--9per {
    width: 9% !important
}
.table__w--10per {
    width: 10% !important
}
.table__w--11per {
    width: 11% !important
}
.table__w--12per {
    width: 12% !important
}
.table__w--13per {
    width: 13% !important
}
.table__w--14per {
    width: 14% !important
}
.table__w--15per {
    width: 15% !important
}
.table__w--16per {
    width: 16% !important
}
.table__w--17per {
    width: 17% !important
}
.table__w--18per {
    width: 18% !important
}
.table__w--19per {
    width: 19% !important
}
.table__w--20per {
    width: 20% !important
}
.table__w--21per {
    width: 21% !important
}
.table__w--22per {
    width: 22% !important
}
.table__w--23per {
    width: 23% !important
}
.table__w--24per {
    width: 24% !important
}
.table__w--25per {
    width: 25% !important
}
.table__w--26per {
    width: 26% !important
}
.table__w--27per {
    width: 27% !important
}
.table__w--28per {
    width: 28% !important
}
.table__w--29per {
    width: 29% !important
}
.table__w--30per {
    width: 30% !important
}
.table__w--31per {
    width: 31% !important
}
.table__w--32per {
    width: 32% !important
}
.table__w--33per {
    width: 33% !important
}
.table__w--34per {
    width: 34% !important
}
.table__w--35per {
    width: 35% !important
}
.table__w--36per {
    width: 36% !important
}
.table__w--37per {
    width: 37% !important
}
.table__w--38per {
    width: 38% !important
}
.table__w--39per {
    width: 39% !important
}
.table__w--40per {
    width: 40% !important
}
.table__w--41per {
    width: 41% !important
}
.table__w--42per {
    width: 42% !important
}
.table__w--43per {
    width: 43% !important
}
.table__w--44per {
    width: 44% !important
}
.table__w--45per {
    width: 45% !important
}
.table__w--46per {
    width: 46% !important
}
.table__w--47per {
    width: 47% !important
}
.table__w--48per {
    width: 48% !important
}
.table__w--49per {
    width: 49% !important
}
.table__w--50per {
    width: 50% !important
}
.table__w--51per {
    width: 51% !important
}
.table__w--52per {
    width: 52% !important
}
.table__w--53per {
    width: 53% !important
}
.table__w--54per {
    width: 54% !important
}
.table__w--55per {
    width: 55% !important
}
.table__w--56per {
    width: 56% !important
}
.table__w--57per {
    width: 57% !important
}
.table__w--58per {
    width: 58% !important
}
.table__w--59per {
    width: 59% !important
}
.table__w--60per {
    width: 60% !important
}
.table__w--61per {
    width: 61% !important
}
.table__w--62per {
    width: 62% !important
}
.table__w--63per {
    width: 63% !important
}
.table__w--64per {
    width: 64% !important
}
.table__w--65per {
    width: 65% !important
}
.table__w--66per {
    width: 66% !important
}
.table__w--67per {
    width: 67% !important
}
.table__w--68per {
    width: 68% !important
}
.table__w--69per {
    width: 69% !important
}
.table__w--70per {
    width: 70% !important
}
.table__w--71per {
    width: 71% !important
}
.table__w--72per {
    width: 72% !important
}
.table__w--73per {
    width: 73% !important
}
.table__w--74per {
    width: 74% !important
}
.table__w--75per {
    width: 75% !important
}
.table__w--76per {
    width: 76% !important
}
.table__w--77per {
    width: 77% !important
}
.table__w--78per {
    width: 78% !important
}
.table__w--79per {
    width: 79% !important
}
.table__w--80per {
    width: 80% !important
}
.table__w--81per {
    width: 81% !important
}
.table__w--82per {
    width: 82% !important
}
.table__w--83per {
    width: 83% !important
}
.table__w--84per {
    width: 84% !important
}
.table__w--85per {
    width: 85% !important
}
.table__w--86per {
    width: 86% !important
}
.table__w--87per {
    width: 87% !important
}
.table__w--88per {
    width: 88% !important
}
.table__w--89per {
    width: 89% !important
}
.table__w--90per {
    width: 90% !important
}
.table__w--91per {
    width: 91% !important
}
.table__w--92per {
    width: 92% !important
}
.table__w--93per {
    width: 93% !important
}
.table__w--94per {
    width: 94% !important
}
.table__w--95per {
    width: 95% !important
}
.table__w--96per {
    width: 96% !important
}
.table__w--97per {
    width: 97% !important
}
.table__w--98per {
    width: 98% !important
}
.table__w--99per {
    width: 99% !important
}
.table__w--100per {
    width: 100% !important
}
.table__head > :first-child, .table__head > [class^=list-wrap] > :first-child, .table__head > section:first-child > :first-child {
    margin-top: 0 !important
}
.table__head > :last-child {
    margin-bottom: 0 !important
}
.table__body > :first-child, .table__body > [class^=list-wrap] > :first-child, .table__body > section:first-child > :first-child {
    margin-top: 0 !important
}
.table__body > :last-child {
    margin-bottom: 0 !important
}
.table__foot > :first-child, .table__foot > [class^=list-wrap] > :first-child, .table__foot > section:first-child > :first-child {
    margin-top: 0 !important
}
.table__foot > :last-child {
    margin-bottom: 0 !important
}
.table__title {
    font-size: var(--font-font-size--XL);
    line-height: 1.4
}
.table__caption--center {
    text-align: center
}
.table__caption--right {
    text-align: right
}
.table__note {
    font-size: var(--font-font-size--S)
}
.table__matrix {
    width: 100%;
    border-top: 1px solid var(--color-border-2);
    border-left: 1px solid var(--color-border-2);
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}
.table [class*=__cell] > :first-child, .table [class*=__cell] > [class^=list-wrap] > :first-child, .table [class*=__cell] > section:first-child > :first-child {
    margin-top: 0 !important
}
.table [class*=__cell] > :last-child {
    margin-bottom: 0 !important
}
.table [class*=__cell--lv1] {
    background-color: var(--color-base-main);
    color: var(--color-base-white)
}
.table [class*=__cell--lv2] {
    background-color: var(--color-base-sub)
}
.box {
    border: 1px solid var(--color-border-1);
    background-color: var(--color-bg-base)
}
.box__body {
    margin: .8em 0 0
}
.box__title {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--XL)
}
.box > :first-child, .box > [class^=list-wrap] > :first-child, .box > section:first-child > :first-child, .box__body > :first-child, .box__body > [class^=list-wrap] > :first-child, .box__body > section:first-child > :first-child, .box__head > :first-child, .box__head > [class^=list-wrap] > :first-child, .box__head > section:first-child > :first-child {
    margin-top: 0 !important
}
.box__title {
    color: var(--color-font-TX1)
}
.box-v2 {
    border-top: 1px solid var(--color-border-1)
}
.box-v2__body {
    margin: .8em 0 0
}
.box-v2__title {
    color: var(--color-base-sub);
    font-size: var(--font-font-size--XL)
}
.box-v2 > :first-child, .box-v2 > [class^=list-wrap] > :first-child, .box-v2 > section:first-child > :first-child, .box-v2__body > :first-child, .box-v2__body > [class^=list-wrap] > :first-child, .box-v2__body > section:first-child > :first-child, .box-v2__head > :first-child, .box-v2__head > [class^=list-wrap] > :first-child, .box-v2__head > section:first-child > :first-child {
    margin-top: 0 !important
}
.box-v2__title {
    color: var(--color-font-TX1)
}
.media {
    margin: 2em 0 0
}
.media[data-media-wraparound=true]:after {
    display: block;
    clear: both;
    content: ""
}
.media__head {
    flex-shrink: 0
}
.media__head > :first-child, .media__head > [class^=list-wrap] > :first-child, .media__head > section:first-child > :first-child {
    margin-top: 0 !important
}
.media__body {
    flex-grow: 1
}
.media__body > :first-child, .media__body > [class^=list-wrap] > :first-child, .media__body > section:first-child > :first-child {
    margin-top: 0 !important
}
.media__image {
    margin: 0
}
.media__image img {
    border-radius: var(--radius-L)
}
.media__caption, .media__caption--center, .media__caption--right {
    font-size: var(--font-font-size--S)
}
.media__caption--center {
    text-align: center
}
.media__caption--right {
    text-align: right
}
.column {
    margin: 2em 0 0
}
.column__item > :first-child, .column__item > [class^=list-wrap] > :first-child, .column__item > section:first-child > :first-child {
    margin-top: 0 !important
}
.heading-column {
    margin: 0
}
body [class^=heading] + .heading-column {
    margin-top: 0
}
.heading-column__item > :last-child {
    margin-bottom: 0 !important
}
.anchor-navi {
    margin: 2em 0 0
}
.anchor-navi > :first-child, .anchor-navi > [class^=list-wrap] > :first-child, .anchor-navi > section:first-child > :first-child {
    margin-top: 0 !important
}
.anchor-navi__list {
    margin: 0;
    padding: 0;
    list-style: none
}
.anchor-navi__list > :first-child, .anchor-navi__list > [class^=list-wrap] > :first-child, .anchor-navi__list > li > :first-child, .anchor-navi__list > li > [class^=list-wrap] > :first-child, .anchor-navi__list > li > section:first-child > :first-child, .anchor-navi__list > section:first-child > :first-child {
    margin-top: 0 !important
}
.anchor-navi__link {
    display: inline-block;
    position: relative
}
.anchor-navi__link, .anchor-navi__link:active, .anchor-navi__link:focus, .anchor-navi__link:hover, .anchor-navi__link:link, .anchor-navi__link:visited {
    color: var(--color-font-TX1)
}
.anchor-navi__link:before {
    position: absolute
}
.pager-navi {
    display: flex;
    justify-content: center;
    margin: 2em 0 0
}
.pager-navi > :first-child, .pager-navi > [class^=list-wrap] > :first-child, .pager-navi > section:first-child > :first-child {
    margin-top: 0 !important
}
.pager-navi__inner {
    display: inline-flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center
}
.pager-navi__inner > :first-child, .pager-navi__inner > [class^=list-wrap] > :first-child, .pager-navi__inner > section:first-child > :first-child {
    margin-top: 0 !important
}
.pager-navi__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none
}
.pager-navi__list > :first-child, .pager-navi__list > [class^=list-wrap] > :first-child, .pager-navi__list > section:first-child > :first-child {
    margin-top: 0 !important
}
.pager-navi__list > li {
    display: flex;
    position: relative
}
.pager-navi__list > li:has(.pager-navi__link) {
    border: 1px solid var(--color-border-2);
    border-radius: 50%;
    background-color: var(--color-base-white)
}
.pager-navi__list > li:has(.pager-navi__link):after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 50%;
    background-color: var(--color-base-white);
    content: ""
}
.pager-navi__list > li:has(.pager-navi__link.is-current) {
    border-color: var(--color-base-main);
    background-color: var(--color-base-main)
}
.pager-navi__list > li:has(.pager-navi__link.is-current):after, .pager-navi__list > li:has(.pager-navi__link.is-current):before {
    display: none
}
.pager-navi__control {
    display: flex;
    position: relative;
    flex-shrink: 0
}
.pager-navi__control:has(.pager-navi__link--prev, .pager-navi__link--next) {
    border: 1px solid var(--color-border-2);
    border-radius: 50%;
    background-color: var(--color-base-white)
}
.pager-navi__control:has(.pager-navi__link--prev, .pager-navi__link--next):after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 50%;
    background-color: var(--color-base-white);
    content: ""
}
.pager-navi .pager-navi__link {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    font-size: var(--font-font-size--M)
}
.pager-navi .pager-navi__link, .pager-navi .pager-navi__link:active, .pager-navi .pager-navi__link:focus, .pager-navi .pager-navi__link:hover, .pager-navi .pager-navi__link:link, .pager-navi .pager-navi__link:visited {
    color: var(--color-font-TX1)
}
.pager-navi .pager-navi__link.is-current {
    box-shadow: none;
    color: var(--color-base-white);
    pointer-events: none
}
.pager-navi .pager-navi__link--next, .pager-navi .pager-navi__link--prev {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    line-height: 1;
    text-indent: -100vw;
    white-space: nowrap
}
.pager-navi .pager-navi__link--next:after, .pager-navi .pager-navi__link--prev:after {
    position: absolute;
    top: 50%
}
.pager-navi .pager-navi__link--next:after > :first-child, .pager-navi .pager-navi__link--next:after > [class^=list-wrap] > :first-child, .pager-navi .pager-navi__link--next:after > section:first-child > :first-child, .pager-navi .pager-navi__link--prev:after > :first-child, .pager-navi .pager-navi__link--prev:after > [class^=list-wrap] > :first-child, .pager-navi .pager-navi__link--prev:after > section:first-child > :first-child {
    margin-top: 0 !important
}
.pager-navi .pager-navi__link--prev:after {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1)
}
.pager-navi .pager-navi__link--next:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}
.pulldown-navi {
    margin: 2em 0 0
}
.pulldown-navi__inner {
    position: relative;
    border-radius: 6px;
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}
.pulldown-navi__inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-border-2);
    border-radius: 5px;
    background-color: var(--color-base-white);
    content: ""
}
.pulldown-navi__inner:after {
    z-index: 0;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2.5px;
    border-style: solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: var(--color-icon-link);
    content: ""
}
.pulldown-navi__select {
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    cursor: pointer
}
.pulldown-navi__select::-ms-expand {
    display: none
}
.pulldown-navi__crawling {
    display: none
}
.pulldown-navi__list {
    margin: 0;
    padding: 0
}
.pulldown-navi__list > li {
    list-style: none
}
.card-wrap, .card-wrap--center {
    display: flex;
    flex-flow: row wrap;
    margin: 2em 0 0
}
.card-wrap--center > * {
    justify-content: center
}
.card-wrap--right {
    display: flex;
    flex-flow: row wrap;
    margin: 2em 0 0
}
.card-wrap--right > * {
    justify-content: flex-end
}
.card-wrap--centering {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 2em 0 0
}
.card-wrap--centering > :first-child, .card-wrap--centering > [class^=list-wrap] > :first-child, .card-wrap--centering > section:first-child > :first-child {
    margin-top: 0 !important
}
.card-wrap--scrolling {
    display: flex;
    flex-flow: row wrap;
    margin: 2em 0 0
}
.card {
    display: flex
}
.card > [class*=__type] {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--color-font-TX1);
    text-align: left;
    text-decoration: none
}
.card .card__type--blank--scaleup .card__image, .card .card__type--blank--scaleup .card__image--aspect-fixed, .card .card__type--pdf--scaleup .card__image, .card .card__type--pdf--scaleup .card__image--aspect-fixed, .card .card__type--scaleup .card__image, .card .card__type--scaleup .card__image--aspect-fixed {
    overflow: hidden
}
.card__body {
    width: 100%
}
.card__image--aspect-fixed img, .card__image img {
    width: 100%;
    height: auto;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.card__image--aspect-fixed > :first-child, .card__image--aspect-fixed > [class^=list-wrap] > :first-child, .card__image--aspect-fixed > section:first-child > :first-child, .card__image > :first-child, .card__image > [class^=list-wrap] > :first-child, .card__image > section:first-child > :first-child {
    margin-top: 0 !important
}
.card__title {
    color: var(--color-font-link);
    font-size: var(--font-font-size--XL);
    line-height: 1.4
}
.card__title > :first-child, .card__title > [class^=list-wrap] > :first-child, .card__title > section:first-child > :first-child {
    margin-top: 0 !important
}
.card__filesize {
    margin-left: var(--gap-link-gap);
    font-size: var(--font-font-size--M);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
.card__body > :first-child, .card__body > [class^=list-wrap] > :first-child, .card__body > section:first-child > :first-child, .card__description > :first-child, .card__description > [class^=list-wrap] > :first-child, .card__description > section:first-child > :first-child, .card__head > :first-child, .card__head > [class^=list-wrap] > :first-child, .card__head > section:first-child > :first-child {
    margin-top: 0 !important
}
.card__image, .card__image--aspect-fixed, .card__image--aspect-fixed img, .card__image img {
    overflow: hidden;
    border-radius: var(--radius-L)
}
.accordion {
    margin: 2em 0 0
}
.accordion__head {
    display: block;
    width: 100%;
    border: 1px solid var(--color-border-2);
    border-radius: var(--radius-M);
    background-color: var(--color-base-white);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    text-align: left;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.accordion__title {
    display: block;
    position: relative;
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--L);
    line-height: 1.4
}
.accordion__title:after, .accordion__title:before {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 18px;
    height: 2px;
    margin: -2px 0 0;
    background: var(--color-icon-link);
    content: "";
    transition: -webkit-transform .25s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) 0s;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) 0s, -webkit-transform .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.accordion__title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.accordion__head.is-active .accordion__title:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.accordion__body {
    position: relative
}
.accordion__body > :first-child, .accordion__body > [class^=list-wrap] > :first-child, .accordion__body > section:first-child > :first-child {
    margin-top: 0 !important
}
.tab {
    margin: 2em 0 0
}
.tab__head {
    width: 100%
}
.tab__list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}
.tab__button {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background: none;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
}
.tab__button > :first-child, .tab__button > [class^=list-wrap] > :first-child, .tab__button > section:first-child > :first-child {
    margin-top: 0 !important
}
.tab__body {
    width: 100%
}
.tab > :first-child, .tab > [class^=list-wrap] > :first-child, .tab > section:first-child > :first-child, .tab__head > :first-child, .tab__head > [class^=list-wrap] > :first-child, .tab__head > section:first-child > :first-child, .tab__list > :first-child, .tab__list > [class^=list-wrap] > :first-child, .tab__list > section:first-child > :first-child {
    margin-top: 0 !important
}
.tab__list > li {
    position: relative;
    width: 100%
}
.tab__list > li.is-current .tab__button {
    pointer-events: none
}
.tab__list > li.is-current .tab__button:after, .tab__list > li.is-current .tab__button:before {
    display: none
}
.tab__button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--color-base-white);
    color: var(--color-font-TX1);
    font-size: var(--font-font-size--M);
    line-height: 1.4;
    text-align: center
}
.tab__body > :first-child, .tab__body > [class^=list-wrap] > :first-child, .tab__body > section:first-child > :first-child, .tab__detail > :first-child, .tab__detail > [class^=list-wrap] > :first-child, .tab__detail > section:first-child > :first-child {
    margin-top: 0 !important
}
.tab__label {
    z-index: 1;
    position: relative
}
a[class*="--modal"].is-blur {
    outline: none !important
}
[class*=modal--iframe].modaal-wrapper .modaal-container {
    overflow: visible !important
}
.modaal-overlay {

    z-index: 1001 !important
}
[class*=modal--].modaal-wrapper .modaal-container {
    position: relative;
    box-shadow: none
}
[class*=modal--].modaal-wrapper .modaal-content {
    z-index: 1;
    position: relative
}
[class*=modal--].modaal-wrapper .modaal-content > :first-child, [class*=modal--].modaal-wrapper .modaal-content > [class^=list-wrap] > :first-child, [class*=modal--].modaal-wrapper .modaal-content > section:first-child > :first-child {
    margin-top: 0 !important
}
[class*=modal--].modaal-wrapper .modaal-content-container {
    padding: 0
}
[class*=modal--].modaal-wrapper .modaal-content-container > :first-child, [class*=modal--].modaal-wrapper .modaal-content-container > [class^=list-wrap] > :first-child, [class*=modal--].modaal-wrapper .modaal-content-container > section:first-child > :first-child {
    margin-top: 0 !important
}
[class*=modal--].modaal-wrapper .modaal-close {
    z-index: 2;
    position: absolute;
    border: 1px solid var(--color-border-2);
    border-radius: var(--radius-BT);
    background-color: var(--color-base-white);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}
[class*=modal--].modaal-wrapper .modaal-close:after, [class*=modal--].modaal-wrapper .modaal-close:before {
    position: absolute;
    content: ""
}
[class*=modal--].modaal-wrapper .modaal-close:before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
    opacity: 0;
    pointer-events: none
}
[class*=modal--].modaal-wrapper .modaal-close:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(var(--radius-BT) - .1rem);
    background-color: var(--color-base-white)
}
[class*=modal--].modaal-wrapper .modaal-close > span {
    clip: auto;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    text-indent: -100vw;
    white-space: nowrap
}
[class*=modal--].modaal-wrapper .modaal-close > span:after, [class*=modal--].modaal-wrapper .modaal-close > span:before {
    -webkit-transform-origin: center;
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    background: var(--color-base-main2);
    content: ""
}
[class*=modal--].modaal-wrapper .modaal-close > span:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
[class*=modal--].modaal-wrapper .modaal-close > span:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.modaal-overlay {
    opacity: .7 !important
}
[class^=modal--] {
    display: none
}
.modal--image.modaal-wrapper .modaal-container {
    border-radius: 0
}
.tooltip {
    display: inline;
    position: relative
}
.tooltip.is-active .tooltip__link {
    -webkit-text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-style: dotted
}
.tooltip.is-active .tooltip__balloon {
    visibility: visible
}
.tooltip__link {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: var(--font-font-size--M)
}
.tooltip__link, .tooltip__link:active, .tooltip__link:focus, .tooltip__link:hover, .tooltip__link:link, .tooltip__link:visited {
    text-decoration: underline
}
.tooltip__link:link {
    position: relative
}
.tooltip__balloon {
    display: none;
    visibility: hidden;
    position: absolute;
    left: 50%;
    padding: 0 0 8px;
    color: var(--color-font-TX1);
    cursor: default
}
.tooltip__balloon__inner {
    display: block;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    font-size: var(--font-font-size--S)
}
.tooltip__balloon__inner:before {
    -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
    display: inline-block;
    z-index: 1;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}
.tooltip__balloon__inner:after, .tooltip__balloon__inner:before {
    position: absolute;
    background-color: var(--color-bg-base);
    content: ""
}
.tooltip__balloon__inner:after {
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px
}
.tooltip__balloon__text {
    z-index: 3;
    position: relative
}
.gmap {
    margin: 2em 0 0
}
.gmap + * {
    margin-top: 1em
}
.gmap__body {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}
.gmap__body > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}
.news__type, .news__type--blank, .news__type--nolink, .news__type--pdf {
    display: flex;
    position: relative;
    align-items: flex-start
}
.news__type--blank .news__title:after, .news__type--pdf .news__title:after {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat 50%/contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background
}
.news__type--blank .news__title:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#blank-usage)
}
.news__type--pdf .news__title:after {
    background-image: url(/solafil/app-files/img/sprite/icon.svg#pdf-usage)
}
.news__type--blank .news__title:after, .news__type--pdf .news__title:after, .news__type .news__title:after {
    margin-left: var(--gap-link-gap)
}
.news__type--blank > :first-child, .news__type--blank > [class^=list-wrap] > :first-child, .news__type--blank > section:first-child > :first-child, .news__type--nolink > :first-child, .news__type--nolink > [class^=list-wrap] > :first-child, .news__type--nolink > section:first-child > :first-child, .news__type--pdf > :first-child, .news__type--pdf > [class^=list-wrap] > :first-child, .news__type--pdf > section:first-child > :first-child, .news__type > :first-child, .news__type > [class^=list-wrap] > :first-child, .news__type > section:first-child > :first-child {
    margin-top: 0 !important
}
.news-badge, .news-badge--01, .news-badge--02 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-font-size--XS);
    font-style: normal;
    text-align: center;
    vertical-align: middle
}
.news {
    margin: 2em 0 0;
    border-top: 1px solid var(--color-border-2)
}
.news__article {
    border-bottom: 1px solid var(--color-border-2)
}
.news__article > :first-child, .news__article > [class^=list-wrap] > :first-child, .news__article > section:first-child > :first-child {
    margin-top: 0 !important
}
.news__article > [class*=__type], .news__article > [class*=__type]:active, .news__article > [class*=__type]:focus, .news__article > [class*=__type]:hover, .news__article > [class*=__type]:link, .news__article > [class*=__type]:visited {
    color: var(--color-font-TX1)
}
.news__article > [class*=__type] > :first-child, .news__article > [class*=__type] > [class^=list-wrap] > :first-child, .news__article > [class*=__type] > section:first-child > :first-child {
    margin-top: 0 !important
}
.news__head {
    flex-shrink: 0;
    order: 2
}
.news__head > :first-child, .news__head > [class^=list-wrap] > :first-child, .news__head > section:first-child > :first-child, .news__image > :first-child, .news__image > [class^=list-wrap] > :first-child, .news__image > section:first-child > :first-child {
    margin-top: 0 !important
}
.news__body {
    flex-grow: 1;
    order: 1
}
.news__body > :first-child, .news__body > [class^=list-wrap] > :first-child, .news__body > section:first-child > :first-child {
    margin-top: 0 !important
}
.news__property {
    display: flex;
    align-items: baseline
}
.news__date {
    flex-shrink: 0;
    min-width: 7.5em;
    font-size: var(--font-font-size--S);
    white-space: nowrap
}
.news__category {
    display: inline-flex;
    flex-flow: row wrap
}
.news__category > :first-child, .news__category > [class^=list-wrap] > :first-child, .news__category > section:first-child > :first-child {
    margin-top: 0 !important
}
.news-badge {
    border: 1px solid var(--color-base-black);
    background-color: var(--color-badge-middle)
}
.news-badge--01 {
    border: 1px solid var(--color-news-category--1);
    background-color: var(--color-news-category--1);
    color: var(--color-base-white)
}
.news-badge--02 {
    border: 1px solid var(--color-base-black);
    background-color: var(--color-news-category--2);
    color: var(--color-font-TX1)
}
.news__caption {
    flex-grow: 1
}
.news__title {
    margin: 0
}
.news__type .news__title:after {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat 50%/contain;
    background-image: url(/solafil/app-files/img/sprite/icon.svg#arrow-usage);
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background-image
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.news__filesize, .news__title {
    font-size: var(--font-font-size--M)
}
.news__filesize {
    margin-left: var(--gap-link-gap);
    font-style: normal;
    line-height: 1.4;
    vertical-align: middle
}
@media print, screen and (min-width:768px) {
    .anchor-navi__link:before, .button-v2 .button-v2__type .button-v2__label:after, .button-v3 .button-v3__type .button-v3__label:after, .button .button__type .button__label:after, .card .card__type--scaleup .card__title:after, .card .card__type .card__title:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .description-list__type:after, .header-gnav__type--anc:after, .header-gnav__type--toggle:after, .header-gnav__type:after, .header-link-list > li > [class*=__type]:before, .header-megamenu__title__type:after, .heading2--center__link .heading2--center__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2__link .heading2__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3__link .heading3__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4__link .heading4__title:after, .heading5--center__link .heading5--center__title:after, .heading5__link .heading5__title:after, .heading6--center__link .heading6--center__title:after, .heading6__link .heading6__title:after, .link-list > li > [class*=__type]:before, .pager-navi .pager-navi__link--next:after, .pager-navi .pager-navi__link--prev:after {
        width: 8px;
        height: 14px
    }
    .card .card__type--scaleup .card__title:after, .card .card__type .card__title:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .description-list__type:after, .header-gnav__type--anc:after, .header-gnav__type--toggle:after, .header-megamenu__title__type:after, .heading2--center__link .heading2--center__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2__link .heading2__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3__link .heading3__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4__link .heading4__title:after, .heading5--center__link .heading5--center__title:after, .heading5__link .heading5__title:after, .heading6--center__link .heading6--center__title:after, .heading6__link .heading6__title:after {
        top: -2px
    }
    .button-v2 .button-v2__type .button-v2__label:after, .button-v3 .button-v3__type .button-v3__label:after, .button .button__type .button__label:after, .header-gnav__type:after {
        margin-top: -7px
    }
    .button-v2 .button-v2__type--blank .button-v2__label:after, .button-v2 .button-v2__type--excel .button-v2__label:after, .button-v2 .button-v2__type--modal .button-v2__label:after, .button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v2 .button-v2__type--rss .button-v2__label:after, .button-v2 .button-v2__type--video .button-v2__label:after, .button-v2 .button-v2__type--word .button-v2__label:after, .button-v2 .button-v2__type--zip .button-v2__label:after, .button-v3 .button-v3__type--blank .button-v3__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button-v3 .button-v3__type--modal .button-v3__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button-v3 .button-v3__type--zip .button-v3__label:after, .button .button__type--blank .button__label:after, .button .button__type--excel .button__label:after, .button .button__type--modal .button__label:after, .button .button__type--pdf .button__label:after, .button .button__type--powerpoint .button__label:after, .button .button__type--rss .button__label:after, .button .button__type--video .button__label:after, .button .button__type--word .button__label:after, .button .button__type--zip .button__label:after, .card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .description-list-v2__type--blank:after, .description-list-v2__type--pdf:after, .description-list-v3__type--blank:after, .description-list-v3__type--pdf:after, .description-list-v4__type--blank:after, .description-list-v4__type--pdf:after, .description-list__type--blank:after, .description-list__type--pdf:after, .footer-subnav__link-list__type--blank:after, .footer-subnav__link-list__type--pdf:after, .header-link-list__type--blank:after, .header-link-list__type--pdf:after, .header-megamenu__title__type--blank:after, .header-megamenu__title__type--pdf:after, .heading2--center__link--blank .heading2--center__title:after, .heading2--center__link--pdf .heading2--center__title:after, .heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after, .heading2-v2__link--blank .heading2-v2__title:after, .heading2-v2__link--pdf .heading2-v2__title:after, .heading2__link--blank .heading2__title:after, .heading2__link--pdf .heading2__title:after, .heading3--center__link--blank .heading3--center__title:after, .heading3--center__link--pdf .heading3--center__title:after, .heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after, .heading3-v2__link--blank .heading3-v2__title:after, .heading3-v2__link--pdf .heading3-v2__title:after, .heading3__link--blank .heading3__title:after, .heading3__link--pdf .heading3__title:after, .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after, .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after, .heading6--center__link--blank .heading6--center__title:after, .heading6--center__link--pdf .heading6--center__title:after, .heading6__link--blank .heading6__title:after, .heading6__link--pdf .heading6__title:after, .link-list__type--blank:after, .link-list__type--excel:after, .link-list__type--modal:after, .link-list__type--pdf:after, .link-list__type--powerpoint:after, .link-list__type--rss:after, .link-list__type--video:after, .link-list__type--word:after, .link-list__type--zip:after, .pulldown-navi__link--rss:before, .util-link--blank:after, .util-link--excel:after, .util-link--modal:after, .util-link--pdf:after, .util-link--powerpoint:after, .util-link--rss:after, .util-link--video:after, .util-link--word:after, .util-link--zip:after {
        width: 14px;
        height: 14px
    }
    .card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .description-list-v2__type--blank:after, .description-list-v2__type--pdf:after, .description-list-v3__type--blank:after, .description-list-v3__type--pdf:after, .description-list-v4__type--blank:after, .description-list-v4__type--pdf:after, .description-list__type--blank:after, .description-list__type--pdf:after, .footer-subnav__link-list__type--blank:after, .footer-subnav__link-list__type--pdf:after, .header-link-list__type--blank:after, .header-link-list__type--pdf:after, .header-megamenu__title__type--blank:after, .header-megamenu__title__type--pdf:after, .heading2--center__link--blank .heading2--center__title:after, .heading2--center__link--pdf .heading2--center__title:after, .heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after, .heading2-v2__link--blank .heading2-v2__title:after, .heading2-v2__link--pdf .heading2-v2__title:after, .heading2__link--blank .heading2__title:after, .heading2__link--pdf .heading2__title:after, .heading3--center__link--blank .heading3--center__title:after, .heading3--center__link--pdf .heading3--center__title:after, .heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after, .heading3-v2__link--blank .heading3-v2__title:after, .heading3-v2__link--pdf .heading3-v2__title:after, .heading3__link--blank .heading3__title:after, .heading3__link--pdf .heading3__title:after, .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after, .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after, .heading6--center__link--blank .heading6--center__title:after, .heading6--center__link--pdf .heading6--center__title:after, .heading6__link--blank .heading6__title:after, .heading6__link--pdf .heading6__title:after, .link-list__type--blank:after, .link-list__type--excel:after, .link-list__type--modal:after, .link-list__type--pdf:after, .link-list__type--powerpoint:after, .link-list__type--rss:after, .link-list__type--video:after, .link-list__type--word:after, .link-list__type--zip:after, .pulldown-navi__link--rss:before {
        top: -2px
    }
    .button-v2 .button-v2__type--blank .button-v2__label:after, .button-v2 .button-v2__type--excel .button-v2__label:after, .button-v2 .button-v2__type--modal .button-v2__label:after, .button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v2 .button-v2__type--rss .button-v2__label:after, .button-v2 .button-v2__type--video .button-v2__label:after, .button-v2 .button-v2__type--word .button-v2__label:after, .button-v2 .button-v2__type--zip .button-v2__label:after, .button-v3 .button-v3__type--blank .button-v3__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button-v3 .button-v3__type--modal .button-v3__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button-v3 .button-v3__type--zip .button-v3__label:after, .button .button__type--blank .button__label:after, .button .button__type--excel .button__label:after, .button .button__type--modal .button__label:after, .button .button__type--pdf .button__label:after, .button .button__type--powerpoint .button__label:after, .button .button__type--rss .button__label:after, .button .button__type--video .button__label:after, .button .button__type--word .button__label:after, .button .button__type--zip .button__label:after {
        margin-top: -7px
    }
    .link-list[data-col-pc], .note-list-v2[data-col-pc], .note-list[data-col-pc], .note-order-list-v2[data-col-pc], .note-order-list[data-col-pc], .order-list-v2[data-col-pc], .order-list[data-col-pc], .unorder-list-v2[data-col-pc], .unorder-list[data-col-pc] {
        row-gap: 1rem
    }
    .link-list__nest, .note-list-v2__nest, .note-list__nest, .note-order-list-v2__nest, .note-order-list__nest, .order-list-v2__nest, .order-list__nest, .unorder-list-v2__nest, .unorder-list__nest {
        margin: 1rem 0 0
    }
    body {
        min-width: 1260px;
        max-width: 1920px;
        margin: 0 auto;
        font-family: var(--font-font-family), Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
        font-weight: 500;
        line-height: 1.6
    }
    a[href^="tel:"] {
        display: inline-block !important;
        outline: none;
        color: var(--color-font-TX1);
        text-decoration: none;
        cursor: default;
        pointer-events: none
    }
    button, input, pre, select, textarea {
        font-family: var(--font-font-family), Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
        line-height: 1.6
    }
    .util-pc-hidden {
        display: none !important
    }
    .util-bold, .util-highlight--accent, .util-highlight--base, .util-highlight--base2, .util-highlight--black, .util-highlight--bright, .util-highlight--disable, .util-highlight--main, .util-highlight--placeholder, .util-highlight--red, .util-highlight--sub, .util-highlight--white {
        font-weight: 700 !important
    }
    .util-link--blank:hover, .util-link--excel:hover, .util-link--modal:hover, .util-link--pdf:hover, .util-link--powerpoint:hover, .util-link--rss:hover, .util-link--video:hover, .util-link--word:hover, .util-link--zip:hover, .util-link:hover {
        -webkit-text-decoration-style: dotted;
        text-decoration-thickness: 1px;
        color: var(--color-font-hover);
        text-decoration-style: dotted
    }
    .util-badge, .util-badge--high, .util-badge--low, .util-badge--middle {
        min-width: 104px;
        height: 25px;
        padding: 2px 9px 0;
        font-weight: 700
    }
    [data-col-pc] {
        gap: 2rem 36px
    }
    [data-col-pc][data-col-pc="1"] {
        display: grid;
        grid-template-columns: auto
    }
    [data-col-pc]:not([data-col-pc="1"]) {
        display: flex;
        flex-flow: row wrap;
        width: 100%
    }
    [data-col-pc="1"] > * {
        width: 100%
    }
    [data-col-pc="2"] > * {
        width: calc((100% - 36px)/2)
    }
    [data-col-pc="3"] > * {
        width: calc((100% - 72px)/3)
    }
    [data-col-pc="4"] > * {
        width: calc((100% - 108px)/4)
    }
    [data-col-pc="5"] > * {
        width: calc((100% - 144px)/5)
    }
    [data-col-pc="6"] > * {
        width: calc((100% - 180px)/6)
    }
    [data-size-pc="1col"], [data-size-pc="1col"] > * {
        width: 100%
    }
    [data-size-pc="2col"] {
        width: calc((100% - 36px)/2)
    }
    [data-size-pc="1/2col"] {
        width: calc(100% - (100% - 36px)/2 - 36px) !important
    }
    [data-size-pc="2col"] > * {
        width: 100%
    }
    [data-size-pc="3col"] {
        width: calc((100% - 72px)/3)
    }
    [data-size-pc="2/3col"] {
        width: calc(100% - (100% - 72px)/3 - 36px) !important
    }
    [data-size-pc="3col"] > * {
        width: 100%
    }
    [data-size-pc="4col"] {
        width: calc((100% - 108px)/4)
    }
    [data-size-pc="3/4col"] {
        width: calc(100% - (100% - 108px)/4 - 36px) !important
    }
    [data-size-pc="4col"] > * {
        width: 100%
    }
    [data-size-pc="5col"] {
        width: calc((100% - 144px)/5)
    }
    [data-size-pc="4/5col"] {
        width: calc(100% - (100% - 144px)/5 - 36px) !important
    }
    [data-size-pc="5col"] > * {
        width: 100%
    }
    [data-size-pc="6col"] {
        width: calc((100% - 180px)/6)
    }
    [data-size-pc="5/6col"] {
        width: calc(100% - (100% - 180px)/6 - 36px) !important
    }
    [data-size-pc="6col"] > * {
        width: 100%
    }
    [data-size-pc="1per"] {
        width: 1% !important
    }
    [data-size-pc="1per"] > * {
        width: 100%
    }
    [data-size-pc="2per"] {
        width: 2% !important
    }
    [data-size-pc="2per"] > * {
        width: 100%
    }
    [data-size-pc="3per"] {
        width: 3% !important
    }
    [data-size-pc="3per"] > * {
        width: 100%
    }
    [data-size-pc="4per"] {
        width: 4% !important
    }
    [data-size-pc="4per"] > * {
        width: 100%
    }
    [data-size-pc="5per"] {
        width: 5% !important
    }
    [data-size-pc="5per"] > * {
        width: 100%
    }
    [data-size-pc="6per"] {
        width: 6% !important
    }
    [data-size-pc="6per"] > * {
        width: 100%
    }
    [data-size-pc="7per"] {
        width: 7% !important
    }
    [data-size-pc="7per"] > * {
        width: 100%
    }
    [data-size-pc="8per"] {
        width: 8% !important
    }
    [data-size-pc="8per"] > * {
        width: 100%
    }
    [data-size-pc="9per"] {
        width: 9% !important
    }
    [data-size-pc="9per"] > * {
        width: 100%
    }
    [data-size-pc="10per"] {
        width: 10% !important
    }
    [data-size-pc="10per"] > * {
        width: 100%
    }
    [data-size-pc="11per"] {
        width: 11% !important
    }
    [data-size-pc="11per"] > * {
        width: 100%
    }
    [data-size-pc="12per"] {
        width: 12% !important
    }
    [data-size-pc="12per"] > * {
        width: 100%
    }
    [data-size-pc="13per"] {
        width: 13% !important
    }
    [data-size-pc="13per"] > * {
        width: 100%
    }
    [data-size-pc="14per"] {
        width: 14% !important
    }
    [data-size-pc="14per"] > * {
        width: 100%
    }
    [data-size-pc="15per"] {
        width: 15% !important
    }
    [data-size-pc="15per"] > * {
        width: 100%
    }
    [data-size-pc="16per"] {
        width: 16% !important
    }
    [data-size-pc="16per"] > * {
        width: 100%
    }
    [data-size-pc="17per"] {
        width: 17% !important
    }
    [data-size-pc="17per"] > * {
        width: 100%
    }
    [data-size-pc="18per"] {
        width: 18% !important
    }
    [data-size-pc="18per"] > * {
        width: 100%
    }
    [data-size-pc="19per"] {
        width: 19% !important
    }
    [data-size-pc="19per"] > * {
        width: 100%
    }
    [data-size-pc="20per"] {
        width: 20% !important
    }
    [data-size-pc="20per"] > * {
        width: 100%
    }
    [data-size-pc="21per"] {
        width: 21% !important
    }
    [data-size-pc="21per"] > * {
        width: 100%
    }
    [data-size-pc="22per"] {
        width: 22% !important
    }
    [data-size-pc="22per"] > * {
        width: 100%
    }
    [data-size-pc="23per"] {
        width: 23% !important
    }
    [data-size-pc="23per"] > * {
        width: 100%
    }
    [data-size-pc="24per"] {
        width: 24% !important
    }
    [data-size-pc="24per"] > * {
        width: 100%
    }
    [data-size-pc="25per"] {
        width: 25% !important
    }
    [data-size-pc="25per"] > * {
        width: 100%
    }
    [data-size-pc="26per"] {
        width: 26% !important
    }
    [data-size-pc="26per"] > * {
        width: 100%
    }
    [data-size-pc="27per"] {
        width: 27% !important
    }
    [data-size-pc="27per"] > * {
        width: 100%
    }
    [data-size-pc="28per"] {
        width: 28% !important
    }
    [data-size-pc="28per"] > * {
        width: 100%
    }
    [data-size-pc="29per"] {
        width: 29% !important
    }
    [data-size-pc="29per"] > * {
        width: 100%
    }
    [data-size-pc="30per"] {
        width: 30% !important
    }
    [data-size-pc="30per"] > * {
        width: 100%
    }
    [data-size-pc="31per"] {
        width: 31% !important
    }
    [data-size-pc="31per"] > * {
        width: 100%
    }
    [data-size-pc="32per"] {
        width: 32% !important
    }
    [data-size-pc="32per"] > * {
        width: 100%
    }
    [data-size-pc="33per"] {
        width: 33% !important
    }
    [data-size-pc="33per"] > * {
        width: 100%
    }
    [data-size-pc="34per"] {
        width: 34% !important
    }
    [data-size-pc="34per"] > * {
        width: 100%
    }
    [data-size-pc="35per"] {
        width: 35% !important
    }
    [data-size-pc="35per"] > * {
        width: 100%
    }
    [data-size-pc="36per"] {
        width: 36% !important
    }
    [data-size-pc="36per"] > * {
        width: 100%
    }
    [data-size-pc="37per"] {
        width: 37% !important
    }
    [data-size-pc="37per"] > * {
        width: 100%
    }
    [data-size-pc="38per"] {
        width: 38% !important
    }
    [data-size-pc="38per"] > * {
        width: 100%
    }
    [data-size-pc="39per"] {
        width: 39% !important
    }
    [data-size-pc="39per"] > * {
        width: 100%
    }
    [data-size-pc="40per"] {
        width: 40% !important
    }
    [data-size-pc="40per"] > * {
        width: 100%
    }
    [data-size-pc="41per"] {
        width: 41% !important
    }
    [data-size-pc="41per"] > * {
        width: 100%
    }
    [data-size-pc="42per"] {
        width: 42% !important
    }
    [data-size-pc="42per"] > * {
        width: 100%
    }
    [data-size-pc="43per"] {
        width: 43% !important
    }
    [data-size-pc="43per"] > * {
        width: 100%
    }
    [data-size-pc="44per"] {
        width: 44% !important
    }
    [data-size-pc="44per"] > * {
        width: 100%
    }
    [data-size-pc="45per"] {
        width: 45% !important
    }
    [data-size-pc="45per"] > * {
        width: 100%
    }
    [data-size-pc="46per"] {
        width: 46% !important
    }
    [data-size-pc="46per"] > * {
        width: 100%
    }
    [data-size-pc="47per"] {
        width: 47% !important
    }
    [data-size-pc="47per"] > * {
        width: 100%
    }
    [data-size-pc="48per"] {
        width: 48% !important
    }
    [data-size-pc="48per"] > * {
        width: 100%
    }
    [data-size-pc="49per"] {
        width: 49% !important
    }
    [data-size-pc="49per"] > * {
        width: 100%
    }
    [data-size-pc="50per"] {
        width: 50% !important
    }
    [data-size-pc="50per"] > * {
        width: 100%
    }
    [data-size-pc="51per"] {
        width: 51% !important
    }
    [data-size-pc="51per"] > * {
        width: 100%
    }
    [data-size-pc="52per"] {
        width: 52% !important
    }
    [data-size-pc="52per"] > * {
        width: 100%
    }
    [data-size-pc="53per"] {
        width: 53% !important
    }
    [data-size-pc="53per"] > * {
        width: 100%
    }
    [data-size-pc="54per"] {
        width: 54% !important
    }
    [data-size-pc="54per"] > * {
        width: 100%
    }
    [data-size-pc="55per"] {
        width: 55% !important
    }
    [data-size-pc="55per"] > * {
        width: 100%
    }
    [data-size-pc="56per"] {
        width: 56% !important
    }
    [data-size-pc="56per"] > * {
        width: 100%
    }
    [data-size-pc="57per"] {
        width: 57% !important
    }
    [data-size-pc="57per"] > * {
        width: 100%
    }
    [data-size-pc="58per"] {
        width: 58% !important
    }
    [data-size-pc="58per"] > * {
        width: 100%
    }
    [data-size-pc="59per"] {
        width: 59% !important
    }
    [data-size-pc="59per"] > * {
        width: 100%
    }
    [data-size-pc="60per"] {
        width: 60% !important
    }
    [data-size-pc="60per"] > * {
        width: 100%
    }
    [data-size-pc="61per"] {
        width: 61% !important
    }
    [data-size-pc="61per"] > * {
        width: 100%
    }
    [data-size-pc="62per"] {
        width: 62% !important
    }
    [data-size-pc="62per"] > * {
        width: 100%
    }
    [data-size-pc="63per"] {
        width: 63% !important
    }
    [data-size-pc="63per"] > * {
        width: 100%
    }
    [data-size-pc="64per"] {
        width: 64% !important
    }
    [data-size-pc="64per"] > * {
        width: 100%
    }
    [data-size-pc="65per"] {
        width: 65% !important
    }
    [data-size-pc="65per"] > * {
        width: 100%
    }
    [data-size-pc="66per"] {
        width: 66% !important
    }
    [data-size-pc="66per"] > * {
        width: 100%
    }
    [data-size-pc="67per"] {
        width: 67% !important
    }
    [data-size-pc="67per"] > * {
        width: 100%
    }
    [data-size-pc="68per"] {
        width: 68% !important
    }
    [data-size-pc="68per"] > * {
        width: 100%
    }
    [data-size-pc="69per"] {
        width: 69% !important
    }
    [data-size-pc="69per"] > * {
        width: 100%
    }
    [data-size-pc="70per"] {
        width: 70% !important
    }
    [data-size-pc="70per"] > * {
        width: 100%
    }
    [data-size-pc="71per"] {
        width: 71% !important
    }
    [data-size-pc="71per"] > * {
        width: 100%
    }
    [data-size-pc="72per"] {
        width: 72% !important
    }
    [data-size-pc="72per"] > * {
        width: 100%
    }
    [data-size-pc="73per"] {
        width: 73% !important
    }
    [data-size-pc="73per"] > * {
        width: 100%
    }
    [data-size-pc="74per"] {
        width: 74% !important
    }
    [data-size-pc="74per"] > * {
        width: 100%
    }
    [data-size-pc="75per"] {
        width: 75% !important
    }
    [data-size-pc="75per"] > * {
        width: 100%
    }
    [data-size-pc="76per"] {
        width: 76% !important
    }
    [data-size-pc="76per"] > * {
        width: 100%
    }
    [data-size-pc="77per"] {
        width: 77% !important
    }
    [data-size-pc="77per"] > * {
        width: 100%
    }
    [data-size-pc="78per"] {
        width: 78% !important
    }
    [data-size-pc="78per"] > * {
        width: 100%
    }
    [data-size-pc="79per"] {
        width: 79% !important
    }
    [data-size-pc="79per"] > * {
        width: 100%
    }
    [data-size-pc="80per"] {
        width: 80% !important
    }
    [data-size-pc="80per"] > * {
        width: 100%
    }
    [data-size-pc="81per"] {
        width: 81% !important
    }
    [data-size-pc="81per"] > * {
        width: 100%
    }
    [data-size-pc="82per"] {
        width: 82% !important
    }
    [data-size-pc="82per"] > * {
        width: 100%
    }
    [data-size-pc="83per"] {
        width: 83% !important
    }
    [data-size-pc="83per"] > * {
        width: 100%
    }
    [data-size-pc="84per"] {
        width: 84% !important
    }
    [data-size-pc="84per"] > * {
        width: 100%
    }
    [data-size-pc="85per"] {
        width: 85% !important
    }
    [data-size-pc="85per"] > * {
        width: 100%
    }
    [data-size-pc="86per"] {
        width: 86% !important
    }
    [data-size-pc="86per"] > * {
        width: 100%
    }
    [data-size-pc="87per"] {
        width: 87% !important
    }
    [data-size-pc="87per"] > * {
        width: 100%
    }
    [data-size-pc="88per"] {
        width: 88% !important
    }
    [data-size-pc="88per"] > * {
        width: 100%
    }
    [data-size-pc="89per"] {
        width: 89% !important
    }
    [data-size-pc="89per"] > * {
        width: 100%
    }
    [data-size-pc="90per"] {
        width: 90% !important
    }
    [data-size-pc="90per"] > * {
        width: 100%
    }
    [data-size-pc="91per"] {
        width: 91% !important
    }
    [data-size-pc="91per"] > * {
        width: 100%
    }
    [data-size-pc="92per"] {
        width: 92% !important
    }
    [data-size-pc="92per"] > * {
        width: 100%
    }
    [data-size-pc="93per"] {
        width: 93% !important
    }
    [data-size-pc="93per"] > * {
        width: 100%
    }
    [data-size-pc="94per"] {
        width: 94% !important
    }
    [data-size-pc="94per"] > * {
        width: 100%
    }
    [data-size-pc="95per"] {
        width: 95% !important
    }
    [data-size-pc="95per"] > * {
        width: 100%
    }
    [data-size-pc="96per"] {
        width: 96% !important
    }
    [data-size-pc="96per"] > * {
        width: 100%
    }
    [data-size-pc="97per"] {
        width: 97% !important
    }
    [data-size-pc="97per"] > * {
        width: 100%
    }
    [data-size-pc="98per"] {
        width: 98% !important
    }
    [data-size-pc="98per"] > * {
        width: 100%
    }
    [data-size-pc="99per"] {
        width: 99% !important
    }
    [data-size-pc="99per"] > * {
        width: 100%
    }
    [data-size-pc="100per"] {
        width: 100% !important
    }
    [data-size-pc="100per"] > * {
        width: 100%
    }
    :root {
        --header-height-base: 80px
    }
    .Header {
        width: max(100%, 1260px);
        height: var(--header-height-base)
    }
    .Header__inner {
        gap: 0 36px;
        padding-inline: 30px;
        max-width: 1860px
    }
    .header-logo > [class*=__type] {
        gap: 0 3rem
    }
    .header-logo__image {
        width: 124px
    }
    .header-logo__text {
        font-size: var(--font-font-size--L);
        font-weight: 700
    }
    .Header__body__inner {
        justify-content: flex-end
    }
    .header-gnav__list {
        gap: 0 32px;
        display: flex;
        height: 100%
    }
    .header-gnav__list > li.is-active .header-gnav__item:after, .header-gnav__list > li.is-current .header-gnav__item:after {
        opacity: 1
    }
    .header-gnav__item {
        display: flex;
        align-items: center;
        height: 100%
    }
    .header-gnav__item:after {
        translate: -50% 0;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        height: 4px;
        background: var(--color-base-main2);
        content: "";
        opacity: 0;
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .header-gnav__item > [class*=__type] {
        font-size: var(--font-font-size--M);
        font-weight: 700;
        line-height: 1.6
    }
    .header-gnav__item > [class*=__type]:hover {
        text-decoration: underline
    }
    .header-gnav__type:after {
        display: none
    }
    .header-gnav__type--anc:after, .header-gnav__type--toggle:after {
        inset: 0 3px auto auto;
        margin-left: 1.6rem
    }
    .header-megamenu {
        padding-block: 3.5rem;
        padding-inline: 30px;
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        overflow: auto
    }
    .header-megamenu__inner {
        position: relative;
        width: 1200px
    }
    .header-megamenu__head {
        padding-inline: 0 71px
    }
    .header-megamenu__title > [class*=__type] {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.4
    }
    .header-megamenu__title > [class*=__type]:not([class*="--nolink"]):hover {
        text-decoration: underline
    }
    .header-megamenu__body {
        margin: 2.6rem 0 0
    }
    .header-megamenu__close {
        position: absolute;
        top: 0;
        right: -7px;
        width: 35px;
        height: 35px;
        overflow: hidden;
        text-indent: -200vw;
        white-space: nowrap;
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .header-megamenu__close:hover {
        opacity: .5
    }
    .header-megamenu__close:after, .header-megamenu__close:before {
        translate: -50% -50%;
        -webkit-transform-origin: center;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        transform-origin: center;
        background: var(--color-base-main2);
        content: ""
    }
    .header-megamenu__close:before {
        rotate: 45deg
    }
    .header-megamenu__close:after {
        rotate: -45deg
    }
    .header-link-list {
        margin-top: 3.4rem
    }
    .header-link-list[data-col-pc="1"] {
        row-gap: 1.35rem
    }
    .header-link-list > li {
        padding-left: calc(8px + var(--gap-link-gap))
    }
    .header-link-list > li > [class*=__type]:not([class*="--nolink"]):hover {
        text-decoration: underline
    }
    .header-link-list > li > [class*=__type]:before {
        top: .3em;
        left: calc((8px + var(--gap-link-gap))*-1)
    }
    .header-link-list__filesize {
        font-weight: 500
    }
    .header-utility {
        display: none
    }
    body.is-liquid {
        min-width: auto !important
    }
    body.is-liquid .Main__content {
        max-width: 100% !important
    }
    .main-breadcrumb {
        padding-inline: 30px
    }
    .main-breadcrumb__list {
        gap: 1.6rem;
        padding-block: 2.2rem;
        max-width: 1200px
    }
    .main-breadcrumb__list > li:not(:first-child) {
        padding-left: 2.6rem
    }
    .main-breadcrumb__list > li:not(:first-child):before {
        top: .2rem;
        font-size: 1.5rem
    }
    .main-breadcrumb__list > li:last-child > [class*=__type] {
        font-weight: 700
    }
    .main-breadcrumb__list > li > [class*=__type]:not([class*="--nolink"]):hover {
        text-decoration: underline
    }
    .Main__content {
        max-width: 1260px;
        padding: 5.1rem 30px 6rem
    }
    .Main__head:has(.heading1, .heading1--center) + .Main__body > .Main__content {
        -webkit-padding-before: 0;
        padding-block-start: 0
    }
    .Footer__inner {
        padding-block: 3rem;
        padding-inline: 30px;
        max-width: 1860px
    }
    .footer-pagetop > a:focus:after, .footer-pagetop > a:hover:after {
        opacity: 1
    }
    .Footer__foot__inner {
        gap: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .footer-subnav {
        gap: 0 3.5rem;
        display: flex;
        align-items: center
    }
    .footer-subnav__link-list {
        gap: 1rem 3.2rem;
        display: flex;
        flex-flow: row wrap
    }
    .footer-subnav__link-list > li {
        font-size: var(--font-font-size--S)
    }
    .footer-subnav__link-list > li > [class*=__type]:not([class*="--nolink"]):hover {
        text-decoration: underline
    }
    .footer-subnav__logo__type {
        width: 100px
    }
    .footer-copyright {
        font-size: var(--font-font-size--XS)
    }
    body .heading1 + * {
        margin-top: 3.5rem
    }
    .heading1__title {
        font-size: 3rem
    }
    .heading1__subtitle {
        font-weight: 700
    }
    body .heading1--center + * {
        margin-top: 3.5rem
    }
    .heading1--center__title {
        font-size: 3rem
    }
    .heading1--center__subtitle {
        font-weight: 700
    }
    .heading1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 3.5rem 0 calc(4.2rem + 51px)
    }
    .Main__content .heading1 {
        width: 100vw;
        margin-left: calc(50% - 50vw)
    }
    .heading1:after {
        height: 51px;
        border-radius: 50px 50px 0 0
    }
    .heading1__inner {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px
    }
    .heading1__title {
        font-weight: 700
    }
    .heading1--center {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 3.5rem 0 calc(4.2rem + 51px)
    }
    .Main__content .heading1--center {
        width: 100vw;
        margin-left: calc(50% - 50vw)
    }
    .heading1--center:after {
        height: 51px;
        border-radius: 50px 50px 0 0
    }
    .heading1--center__inner {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px
    }
    .heading1--center__title {
        font-weight: 700
    }
    body .heading1-v2 + * {
        margin-top: 3.5rem
    }
    .heading1-v2__title {
        font-size: 3rem;
        font-weight: 700
    }
    .heading1-v2__subtitle {
        font-weight: 700
    }
    body .heading1-v2--center + * {
        margin-top: 3.5rem
    }
    .heading1-v2--center__title {
        font-size: 3rem;
        font-weight: 700
    }
    .heading1-v2--center__subtitle {
        font-weight: 700
    }
    .heading1-v2 {
        margin: 3.5rem 0 0
    }
    .heading1-v2__title {
        font-weight: 500
    }
    .heading1-v2--center {
        margin: 3.5rem 0 0
    }
    .heading1-v2--center__title {
        font-weight: 500
    }
    .heading2 {
        margin: 5.4rem 0 0
    }
    body .heading2 + * {
        margin-top: 2.6rem
    }
    .heading2__inner > [class*=__link]:hover .heading2__subtitle {
        text-decoration: none
    }
    .heading2__inner > [class*=__link]:hover .heading2__title {
        text-decoration: underline
    }
    .heading2__link .heading2__title:after {
        top: -3px
    }
    .heading2__title {
        font-size: 2.6rem;
        font-weight: 700
    }
    .heading2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2__filesize {
        font-weight: 500
    }
    .heading2--center {
        margin: 5.4rem 0 0
    }
    body .heading2--center + * {
        margin-top: 2.6rem
    }
    .heading2--center__inner > [class*=__link]:hover .heading2--center__subtitle {
        text-decoration: none
    }
    .heading2--center__inner > [class*=__link]:hover .heading2--center__title {
        text-decoration: underline
    }
    .heading2--center__link .heading2--center__title:after {
        top: -3px
    }
    .heading2--center__title {
        font-size: 2.6rem;
        font-weight: 700
    }
    .heading2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2--center__filesize {
        font-weight: 500
    }
    .heading2--center__inner, .heading2__inner {
        -webkit-padding-after: calc(1.9rem + 4px);
        padding-block-end: calc(1.9rem + 4px)
    }
    .heading2-v2 {
        margin: 5.4rem 0 0
    }
    body .heading2-v2 + * {
        margin-top: 2.6rem
    }
    .heading2-v2__inner > [class*=__link]:hover .heading2-v2__subtitle {
        text-decoration: none
    }
    .heading2-v2__inner > [class*=__link]:hover .heading2-v2__title {
        text-decoration: underline
    }
    .heading2-v2__link .heading2-v2__title:after {
        top: -3px
    }
    .heading2-v2__title {
        font-size: 2.6rem;
        font-weight: 700
    }
    .heading2-v2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2-v2__filesize {
        font-weight: 500
    }
    .heading2-v2--center {
        margin: 5.4rem 0 0
    }
    body .heading2-v2--center + * {
        margin-top: 2.6rem
    }
    .heading2-v2--center__inner > [class*=__link]:hover .heading2-v2--center__subtitle {
        text-decoration: none
    }
    .heading2-v2--center__inner > [class*=__link]:hover .heading2-v2--center__title {
        text-decoration: underline
    }
    .heading2-v2--center__link .heading2-v2--center__title:after {
        top: -3px
    }
    .heading2-v2--center__title {
        font-size: 2.6rem;
        font-weight: 700
    }
    .heading2-v2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2-v2--center__filesize, .heading2-v2--center__title, .heading2-v2__title {
        font-weight: 500
    }
    .heading3 {
        margin: 4.5rem 0 0
    }
    body .heading3 + * {
        margin-top: 2.6rem
    }
    .heading3__inner > [class*=__link]:hover .heading3__subtitle {
        text-decoration: none
    }
    .heading3__inner > [class*=__link]:hover .heading3__title {
        text-decoration: underline
    }
    .heading3__link .heading3__title:after {
        top: -3px
    }
    .heading3__title {
        font-size: 2.2rem;
        font-weight: 700
    }
    .heading3__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3__filesize {
        font-weight: 500
    }
    .heading3--center {
        margin: 4.5rem 0 0
    }
    body .heading3--center + * {
        margin-top: 2.6rem
    }
    .heading3--center__inner > [class*=__link]:hover .heading3--center__subtitle {
        text-decoration: none
    }
    .heading3--center__inner > [class*=__link]:hover .heading3--center__title {
        text-decoration: underline
    }
    .heading3--center__link .heading3--center__title:after {
        top: -3px
    }
    .heading3--center__title {
        font-size: 2.2rem;
        font-weight: 700
    }
    .heading3--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3--center__filesize {
        font-weight: 500
    }
    .heading3--center__inner, .heading3__inner {
        padding-bottom: 1.3rem
    }
    .heading3-v2 {
        margin: 4.5rem 0 0
    }
    body .heading3-v2 + * {
        margin-top: 2.6rem
    }
    .heading3-v2__inner > [class*=__link]:hover .heading3-v2__subtitle {
        text-decoration: none
    }
    .heading3-v2__inner > [class*=__link]:hover .heading3-v2__title {
        text-decoration: underline
    }
    .heading3-v2__link .heading3-v2__title:after {
        top: -3px
    }
    .heading3-v2__title {
        font-size: 2.2rem;
        font-weight: 700
    }
    .heading3-v2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3-v2__filesize {
        font-weight: 500
    }
    .heading3-v2--center {
        margin: 4.5rem 0 0
    }
    body .heading3-v2--center + * {
        margin-top: 2.6rem
    }
    .heading3-v2--center__inner > [class*=__link]:hover .heading3-v2--center__subtitle {
        text-decoration: none
    }
    .heading3-v2--center__inner > [class*=__link]:hover .heading3-v2--center__title {
        text-decoration: underline
    }
    .heading3-v2--center__link .heading3-v2--center__title:after {
        top: -3px
    }
    .heading3-v2--center__title {
        font-size: 2.2rem;
        font-weight: 700
    }
    .heading3-v2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3-v2--center__filesize, .heading3-v2--center__title, .heading3-v2__title {
        font-weight: 500
    }
    .heading4 {
        margin: 3.5rem 0 0
    }
    body .heading4 + * {
        margin-top: 1.9rem
    }
    .heading4__inner > [class*=__link]:hover .heading4__subtitle {
        text-decoration: none
    }
    .heading4__inner > [class*=__link]:hover .heading4__title {
        text-decoration: underline
    }
    .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after, .heading4__link .heading4__title:after {
        top: -2px
    }
    .heading4__title {
        font-weight: 700
    }
    .heading4__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4__filesize {
        font-weight: 500
    }
    .heading4--center {
        margin: 3.5rem 0 0
    }
    body .heading4--center + * {
        margin-top: 1.9rem
    }
    .heading4--center__inner > [class*=__link]:hover .heading4--center__subtitle {
        text-decoration: none
    }
    .heading4--center__inner > [class*=__link]:hover .heading4--center__title {
        text-decoration: underline
    }
    .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4--center__link .heading4--center__title:after {
        top: -2px
    }
    .heading4--center__title {
        font-weight: 700
    }
    .heading4--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4--center__filesize {
        font-weight: 500
    }
    .heading4-v2 {
        margin: 3.5rem 0 0
    }
    body .heading4-v2 + * {
        margin-top: 1.9rem
    }
    .heading4-v2__inner > [class*=__link]:hover .heading4-v2__subtitle {
        text-decoration: none
    }
    .heading4-v2__inner > [class*=__link]:hover .heading4-v2__title {
        text-decoration: underline
    }
    .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4-v2__link .heading4-v2__title:after {
        top: -2px
    }
    .heading4-v2__title {
        font-weight: 700
    }
    .heading4-v2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4-v2__filesize {
        font-weight: 500
    }
    .heading4-v2--center {
        margin: 3.5rem 0 0
    }
    body .heading4-v2--center + * {
        margin-top: 1.9rem
    }
    .heading4-v2--center__inner > [class*=__link]:hover .heading4-v2--center__subtitle {
        text-decoration: none
    }
    .heading4-v2--center__inner > [class*=__link]:hover .heading4-v2--center__title {
        text-decoration: underline
    }
    .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after {
        top: -2px
    }
    .heading4-v2--center__title {
        font-weight: 700
    }
    .heading4-v2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4-v2--center__filesize, .heading4-v2--center__title, .heading4-v2__title {
        font-weight: 500
    }
    .heading5 {
        margin: 3.5rem 0 0
    }
    body .heading5 + * {
        margin-top: 1.9rem
    }
    .heading5__inner > [class*=__link]:hover .heading5__subtitle {
        text-decoration: none
    }
    .heading5__inner > [class*=__link]:hover .heading5__title {
        text-decoration: underline
    }
    .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after, .heading5__link .heading5__title:after {
        top: -2px
    }
    .heading5__title {
        font-weight: 700
    }
    .heading5__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading5__filesize {
        font-weight: 500
    }
    .heading5--center {
        margin: 3.5rem 0 0
    }
    body .heading5--center + * {
        margin-top: 1.9rem
    }
    .heading5--center__inner > [class*=__link]:hover .heading5--center__subtitle {
        text-decoration: none
    }
    .heading5--center__inner > [class*=__link]:hover .heading5--center__title {
        text-decoration: underline
    }
    .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5--center__link .heading5--center__title:after {
        top: -2px
    }
    .heading5--center__title {
        font-weight: 700
    }
    .heading5--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading5--center__filesize {
        font-weight: 500
    }
    .heading6 {
        margin: 3.5rem 0 0
    }
    body .heading6 + * {
        margin-top: 1.9rem
    }
    .heading6__inner > [class*=__link]:hover .heading6__subtitle {
        text-decoration: none
    }
    .heading6__inner > [class*=__link]:hover .heading6__title {
        text-decoration: underline
    }
    .heading6__link .heading6__title:after {
        top: -2px
    }
    .heading6__title {
        font-weight: 700
    }
    .heading6__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading6__filesize {
        font-weight: 500
    }
    .heading6--center {
        margin: 3.5rem 0 0
    }
    body .heading6--center + * {
        margin-top: 1.9rem
    }
    .heading6--center__inner > [class*=__link]:hover .heading6--center__subtitle {
        text-decoration: none
    }
    .heading6--center__inner > [class*=__link]:hover .heading6--center__title {
        text-decoration: underline
    }
    .heading6--center__link .heading6--center__title:after {
        top: -2px
    }
    .heading6--center__title {
        font-weight: 700
    }
    .heading6--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading6--center__filesize {
        font-weight: 500
    }
    .lead, .lead--center {
        font-weight: 700
    }
    .lead {
        -webkit-margin-before: 3.5rem;
        margin-block-start: 3.5rem
    }
    body .lead + * {
        margin-top: 1.9rem
    }
    .lead--center {
        -webkit-margin-before: 3.5rem;
        margin-block-start: 3.5rem
    }
    body .lead--center + * {
        margin-top: 1.9rem
    }
    .lead-v2, .lead-v2--center {
        font-weight: 700
    }
    .lead-v2 {
        margin: 3.5rem 0 0
    }
    body .lead-v2 + * {
        margin-top: 1.9rem
    }
    .lead-v2--center {
        margin: 3.5rem 0 0
    }
    body .lead-v2--center + * {
        margin-top: 1.9rem
    }
    .note-list-v2 > li, .note-list > li {
        padding-left: calc(1em + 10px)
    }
    .note-list-v2 > li {
        font-size: var(--font-font-size--S)
    }
    .note-order-list-v2 > li, .note-order-list > li {
        padding-left: calc(2.2em + 10px)
    }
    .note-order-list-v2 > li {
        font-size: var(--font-font-size--S)
    }
    .unorder-list > li {
        padding-left: 20px
    }
    .unorder-list > li:before {
        top: .45em;
        width: 10px;
        height: 10px
    }
    .unorder-list-v2 > li {
        padding-left: 18px;
        font-size: var(--font-font-size--S)
    }
    .unorder-list-v2 > li:before {
        top: .5em;
        width: 8px;
        height: 8px
    }
    .order-list > li {
        padding-left: calc(1.4em + 10px)
    }
    .order-list__mark {
        font-weight: 700
    }
    .order-list-v2 > li {
        padding-left: calc(3.14em + 10px);
        font-size: var(--font-font-size--S)
    }
    .description-list__filesize {
        font-weight: 500
    }
    .description-list + .description-list {
        margin-top: 1.8em
    }
    .description-list > dt {
        margin: 0 0 .6em;
        font-weight: 700
    }
    .description-list__type:hover {
        text-decoration: underline
    }
    .description-list__type:after {
        top: -1px
    }
    .description-list__type--blank:hover, .description-list__type--pdf:hover {
        text-decoration: underline
    }
    .description-list-v2__filesize {
        font-weight: 500
    }
    .description-list-v2 {
        gap: 0 36px;
        display: flex;
        flex-flow: row nowrap;
        padding-bottom: .8em
    }
    .description-list-v2 + .description-list-v2 {
        margin-top: .8em
    }
    .description-list-v2 > dt {
        flex-shrink: 0;
        width: calc((100% - 72px)/3);
        font-weight: 700
    }
    .description-list-v2__type:hover {
        text-decoration: underline
    }
    .description-list-v2__type:after {
        top: -1px
    }
    .description-list-v2__type--blank:hover, .description-list-v2__type--pdf:hover {
        text-decoration: underline
    }
    .description-list-v2 > dd {
        width: 100%
    }
    .description-list-v3__filesize {
        font-weight: 500
    }
    .description-list-v3 + .description-list-v3 {
        margin-top: 1.8em
    }
    .description-list-v3 > dt {
        margin: 0 0 .6em;
        font-weight: 500
    }
    .description-list-v3__type:hover {
        text-decoration: underline
    }
    .description-list-v3__type:after {
        top: -1px
    }
    .description-list-v3__type--blank:hover, .description-list-v3__type--pdf:hover {
        text-decoration: underline
    }
    .description-list-v3 > dd {
        font-weight: 700
    }
    .description-list-v4__filesize {
        font-weight: 500
    }
    .description-list-v4 {
        gap: 0 36px;
        display: flex;
        flex-flow: row nowrap;
        padding-bottom: .8em
    }
    .description-list-v4 + .description-list-v4 {
        margin-top: .8em
    }
    .description-list-v4 > dt {
        flex-shrink: 0;
        width: calc((100% - 72px)/3);
        font-weight: 500
    }
    .description-list-v4__type:hover {
        text-decoration: underline
    }
    .description-list-v4__type:after {
        top: -1px
    }
    .description-list-v4__type--blank:hover, .description-list-v4__type--pdf:hover {
        text-decoration: underline
    }
    .description-list-v4 > dd {
        width: 100%;
        font-weight: 700
    }
    .link-list > li > [class*=__type]:not([class*="--nolink"]):hover {
        color: var(--color-font-hover);
        text-decoration: underline
    }
    .link-list__filesize {
        font-weight: 500
    }
    .link-list > li {
        padding-left: calc(8px + var(--gap-link-gap))
    }
    .link-list > li > [class*=__type]:before {
        top: .3em;
        left: calc((8px + var(--gap-link-gap))*-1)
    }
    .button .button__type, .button .button__type--blank, .button .button__type--excel, .button .button__type--modal, .button .button__type--pdf, .button .button__type--powerpoint, .button .button__type--rss, .button .button__type--video, .button .button__type--word, .button .button__type--zip {
        padding: 1.4rem 2.3rem
    }
    .button .button__type--blank:hover, .button .button__type--excel:hover, .button .button__type--modal:hover, .button .button__type--pdf:hover, .button .button__type--powerpoint:hover, .button .button__type--rss:hover, .button .button__type--video:hover, .button .button__type--word:hover, .button .button__type--zip:hover, .button .button__type:hover {
        color: var(--color-base-main)
    }
    .button .button__type--blank:hover:before, .button .button__type--excel:hover:before, .button .button__type--modal:hover:before, .button .button__type--pdf:hover:before, .button .button__type--powerpoint:hover:before, .button .button__type--rss:hover:before, .button .button__type--video:hover:before, .button .button__type--word:hover:before, .button .button__type--zip:hover:before, .button .button__type:hover:before {
        opacity: 1
    }
    .button .button__type--blank:before, .button .button__type--excel:before, .button .button__type--modal:before, .button .button__type--pdf:before, .button .button__type--powerpoint:before, .button .button__type--rss:before, .button .button__type--video:before, .button .button__type--word:before, .button .button__type--zip:before, .button .button__type:before {
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .button__type .button__label {
        padding-inline: 0 calc(8px + var(--gap-link-gap))
    }
    .button .button__type--blank .button__label, .button .button__type--excel .button__label, .button .button__type--modal .button__label, .button .button__type--pdf .button__label, .button .button__type--powerpoint .button__label, .button .button__type--rss .button__label, .button .button__type--video .button__label, .button .button__type--word .button__label, .button .button__type--zip .button__label {
        padding-inline: 0 calc(14px + var(--gap-link-gap))
    }
    .button__filesize {
        font-weight: 500
    }
    [class*=button-wrap][data-col-pc]:not([data-col-pc="1"]) > .button > [class*=__type] {
        width: 100%
    }
    .button .button__type:hover .button__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#arrow-usage)
    }
    .button__type--blank:hover .button__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#blank-usage)
    }
    .button__type--modal:hover .button__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#modal-usage)
    }
    .button__type--zip:hover .button__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#zip-usage)
    }
    .button-v2 .button-v2__type, .button-v2 .button-v2__type--blank, .button-v2 .button-v2__type--excel, .button-v2 .button-v2__type--modal, .button-v2 .button-v2__type--pdf, .button-v2 .button-v2__type--powerpoint, .button-v2 .button-v2__type--rss, .button-v2 .button-v2__type--video, .button-v2 .button-v2__type--word, .button-v2 .button-v2__type--zip {
        padding: 1.3rem 2.2rem
    }
    .button-v2 .button-v2__type--blank:hover, .button-v2 .button-v2__type--excel:hover, .button-v2 .button-v2__type--modal:hover, .button-v2 .button-v2__type--pdf:hover, .button-v2 .button-v2__type--powerpoint:hover, .button-v2 .button-v2__type--rss:hover, .button-v2 .button-v2__type--video:hover, .button-v2 .button-v2__type--word:hover, .button-v2 .button-v2__type--zip:hover, .button-v2 .button-v2__type:hover {
        border-color: transparent;
        color: var(--color-base-main)
    }
    .button-v2 .button-v2__type--blank:hover:before, .button-v2 .button-v2__type--excel:hover:before, .button-v2 .button-v2__type--modal:hover:before, .button-v2 .button-v2__type--pdf:hover:before, .button-v2 .button-v2__type--powerpoint:hover:before, .button-v2 .button-v2__type--rss:hover:before, .button-v2 .button-v2__type--video:hover:before, .button-v2 .button-v2__type--word:hover:before, .button-v2 .button-v2__type--zip:hover:before, .button-v2 .button-v2__type:hover:before {
        opacity: 1
    }
    .button-v2 .button-v2__type--blank:before, .button-v2 .button-v2__type--excel:before, .button-v2 .button-v2__type--modal:before, .button-v2 .button-v2__type--pdf:before, .button-v2 .button-v2__type--powerpoint:before, .button-v2 .button-v2__type--rss:before, .button-v2 .button-v2__type--video:before, .button-v2 .button-v2__type--word:before, .button-v2 .button-v2__type--zip:before, .button-v2 .button-v2__type:before {
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .button-v2__type .button-v2__label {
        padding-inline: 0 calc(8px + var(--gap-link-gap))
    }
    .button-v2 .button-v2__type--blank .button-v2__label, .button-v2 .button-v2__type--excel .button-v2__label, .button-v2 .button-v2__type--modal .button-v2__label, .button-v2 .button-v2__type--pdf .button-v2__label, .button-v2 .button-v2__type--powerpoint .button-v2__label, .button-v2 .button-v2__type--rss .button-v2__label, .button-v2 .button-v2__type--video .button-v2__label, .button-v2 .button-v2__type--word .button-v2__label, .button-v2 .button-v2__type--zip .button-v2__label {
        padding-inline: 0 calc(14px + var(--gap-link-gap))
    }
    .button-v2__filesize {
        font-weight: 500
    }
    [class*=button-wrap][data-col-pc]:not([data-col-pc="1"]) > .button-v2 > [class*=__type] {
        width: 100%
    }
    .button-v2 .button-v2__type--blank, .button-v2 .button-v2__type--excel, .button-v2 .button-v2__type--modal, .button-v2 .button-v2__type--pdf, .button-v2 .button-v2__type--powerpoint, .button-v2 .button-v2__type--rss, .button-v2 .button-v2__type--video, .button-v2 .button-v2__type--word, .button-v2 .button-v2__type--zip, .button-v2__type, .button-v3 .button-v3__type--blank, .button-v3 .button-v3__type--excel, .button-v3 .button-v3__type--modal, .button-v3 .button-v3__type--pdf, .button-v3 .button-v3__type--powerpoint, .button-v3 .button-v3__type--rss, .button-v3 .button-v3__type--video, .button-v3 .button-v3__type--word, .button-v3 .button-v3__type--zip, .button-v3__type, .button .button__type--blank, .button .button__type--excel, .button .button__type--modal, .button .button__type--pdf, .button .button__type--powerpoint, .button .button__type--rss, .button .button__type--video, .button .button__type--word, .button .button__type--zip, .button__type  {
        font-weight: 700
    }
    .button-v3 .button-v3__type, .button-v3 .button-v3__type--blank, .button-v3 .button-v3__type--excel, .button-v3 .button-v3__type--modal, .button-v3 .button-v3__type--pdf, .button-v3 .button-v3__type--powerpoint, .button-v3 .button-v3__type--rss, .button-v3 .button-v3__type--video, .button-v3 .button-v3__type--word, .button-v3 .button-v3__type--zip {
        padding: 1.6rem 2.2rem
    }
    .button-v3 .button-v3__type--blank:hover, .button-v3 .button-v3__type--excel:hover, .button-v3 .button-v3__type--modal:hover, .button-v3 .button-v3__type--pdf:hover, .button-v3 .button-v3__type--powerpoint:hover, .button-v3 .button-v3__type--rss:hover, .button-v3 .button-v3__type--video:hover, .button-v3 .button-v3__type--word:hover, .button-v3 .button-v3__type--zip:hover, .button-v3 .button-v3__type:hover {
        color: var(--color-base-main)
    }
    .button-v3 .button-v3__type--blank:hover:before, .button-v3 .button-v3__type--excel:hover:before, .button-v3 .button-v3__type--modal:hover:before, .button-v3 .button-v3__type--pdf:hover:before, .button-v3 .button-v3__type--powerpoint:hover:before, .button-v3 .button-v3__type--rss:hover:before, .button-v3 .button-v3__type--video:hover:before, .button-v3 .button-v3__type--word:hover:before, .button-v3 .button-v3__type--zip:hover:before, .button-v3 .button-v3__type:hover:before {
        opacity: 1
    }
    .button-v3 .button-v3__type--blank:before, .button-v3 .button-v3__type--excel:before, .button-v3 .button-v3__type--modal:before, .button-v3 .button-v3__type--pdf:before, .button-v3 .button-v3__type--powerpoint:before, .button-v3 .button-v3__type--rss:before, .button-v3 .button-v3__type--video:before, .button-v3 .button-v3__type--word:before, .button-v3 .button-v3__type--zip:before, .button-v3 .button-v3__type:before {
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .button-wrap {
        margin: 1.8em 0 0
    }
    .button-wrap[data-col-pc] {
        row-gap: 1.8em
    }
    .button-wrap--center {
        margin: 1.8em 0 0
    }
    .button-wrap--center[data-col-pc] {
        row-gap: 1.8em
    }
    .button-wrap--right {
        margin: 1.8em 0 0
    }
    .button-wrap--right[data-col-pc] {
        row-gap: 1.8em
    }
    .button-wrap--centering {
        margin: 1.8em 0 0
    }
    .button-wrap--centering[data-col-pc] {
        row-gap: 1.8em
    }
    .button-wrap--centering {
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        flex-flow: row nowrap;
        column-gap: 36px
    }
    .button-v3__type .button-v3__label {
        padding-inline: 0 calc(8px + var(--gap-link-gap))
    }
    .button-v3 .button-v3__type--blank .button-v3__label, .button-v3 .button-v3__type--excel .button-v3__label, .button-v3 .button-v3__type--modal .button-v3__label, .button-v3 .button-v3__type--pdf .button-v3__label, .button-v3 .button-v3__type--powerpoint .button-v3__label, .button-v3 .button-v3__type--rss .button-v3__label, .button-v3 .button-v3__type--video .button-v3__label, .button-v3 .button-v3__type--word .button-v3__label, .button-v3 .button-v3__type--zip .button-v3__label {
        padding-inline: 0 calc(14px + var(--gap-link-gap))
    }
    .button-v3__filesize {
        font-weight: 500
    }
    [class*=button-wrap][data-col-pc]:not([data-col-pc="1"]) > .button-v3 > [class*=__type] {
        width: 100%
    }
    .button-v3 .button-v3__type:hover .button-v3__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#arrow-usage)
    }
    .button-v3__type--blank:hover .button-v3__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#blank-usage)
    }
    .button-v3__type--modal:hover .button-v3__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#modal-usage)
    }
    .button-v3__type--zip:hover .button-v3__label:after {
        background-image: url(/solafil/app-files/img/sprite/icon.svg#zip-usage)
    }
    .figure__caption, .figure__caption--center, .figure__caption--right {
        margin-top: 1rem
    }
    .figure__title {
        margin-bottom: .8em;
        font-weight: 700
    }
    .figure a.figure__frame--modal:hover img, .figure a.figure__frame--scaleup:hover img, .figure a.figure__frame:hover img {
        opacity: .7
    }
    .figure a.figure__frame--modal:hover:before {
        right: 1rem;
        bottom: 1rem;
        width: 40px;
        height: 40px
    }
    .figure a.figure__frame--modal:hover:after {
        right: 1.1rem;
        bottom: 1.1rem;
        width: 38px;
        height: 38px;
        border-color: transparent
    }
    .figure a.figure__frame--modal:before {
        right: 1.1rem;
        bottom: 1.1rem;
        width: 38px;
        height: 38px;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2))
    }
    .figure a.figure__frame--modal:after {
        right: 1rem;
        bottom: 1rem;
        border: 1px solid var(--color-border-2);
        border-radius: calc(var(--radius-BT) - .1rem);
        background: var(--color-base-white) url(/solafil/app-files/img/sprite/icon.svg#modal3-usage) no-repeat 50%;
        background-size: 20px auto
    }
    .figure a.figure__frame--scaleup:hover {
        opacity: 1
    }
    .figure a.figure__frame--scaleup:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    .video-wrap__caption, .video-wrap__caption--center, .video-wrap__caption--right {
        margin: 1rem 0 0
    }
    .table__caption, .table__caption--center, .table__caption--right {
        margin: 1.3rem 0 0
    }
    .table [class*=__cell] {
        padding: 1rem 1.3rem
    }
    .table__head {
        margin: 0 0 .8em
    }
    .table__foot {
        margin: .8em 0 0
    }
    .table__title {
        margin: 0 0 .6em
    }
    .table [class*=__cell--lv1], .table [class*=__cell--lv2], .table__title {
        font-weight: 700
    }
    .box {
        margin: 2.4em 0 0
    }
    .box__title {
        font-weight: 700;
        line-height: 1.6
    }
    .box {
        padding-block: 2.6rem;
        padding-inline: 2.9rem
    }
    .box-v2 {
        margin: 2.4em 0 0
    }
    .box-v2__title {
        font-weight: 700;
        line-height: 1.6
    }
    .box-v2 {
        padding-block: 2.6rem 0
    }
    .media[data-media-wraparound=false] {
        display: flex;
        flex-wrap: nowrap
    }
    .media[data-media-wraparound=false][data-media-pc=image-left] {
        flex-direction: row
    }
    .media[data-media-wraparound=false][data-media-pc=image-right] {
        flex-direction: row-reverse
    }
    .media[data-media-wraparound=true] .media__head {
        margin-bottom: 1em
    }
    .media__caption, .media__caption--center, .media__caption--right {
        margin: 1.3rem 0 0
    }
    .media[data-media-pc=image-left] .media__head {
        margin-right: 36px
    }
    .media[data-media-pc=image-left][data-media-wraparound=true] .media__head {
        float: left
    }
    .media[data-media-pc=image-right] .media__head {
        margin-left: 36px
    }
    .media[data-media-pc=image-right][data-media-wraparound=true] .media__head {
        float: right
    }
    .heading-column[data-col-pc] {
        row-gap: 0
    }
    .anchor-navi__list[data-col-pc] {
        row-gap: 1.2em
    }
    .anchor-navi__link {
        padding-left: calc(14px + var(--gap-link-gap))
    }
    .anchor-navi__link:hover {
        color: var(--color-font-hover);
        text-decoration: underline
    }
    .anchor-navi__link:before {
        top: .35em;
        left: 3px
    }
    .pager-navi__inner {
        gap: 22px
    }
    .pager-navi__list {
        gap: 10px
    }
    .pager-navi__list > li:has(.pager-navi__link) {
        transition: border-color .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .pager-navi__list > li:has(.pager-navi__link):before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        content: "";
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .pager-navi__list > li {
        width: 40px;
        height: 40px
    }
    .pager-navi__list > li:has(.pager-navi__link:hover) {
        border-color: transparent
    }
    .pager-navi__list > li:has(.pager-navi__link:hover):before {
        opacity: 1
    }
    .pager-navi__control:has(.pager-navi__link--prev, .pager-navi__link--next) {
        transition: border-color .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .pager-navi__control:has(.pager-navi__link--prev, .pager-navi__link--next):before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        content: "";
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .pager-navi__control {
        width: 40px;
        height: 40px
    }
    .pager-navi__control:has(.pager-navi__link--prev:hover, .pager-navi__link--next:hover) {
        border-color: transparent
    }
    .pager-navi__control:has(.pager-navi__link--prev:hover, .pager-navi__link--next:hover):before {
        opacity: 1
    }
    .pager-navi .pager-navi__link {
        line-height: 40px
    }
    .pager-navi .pager-navi__link:not(.is-current):hover {
        color: var(--color-base-main);
        font-weight: 700
    }
    .pager-navi .pager-navi__link.is-current {
        font-weight: 700
    }
    .pager-navi .pager-navi__link--next, .pager-navi .pager-navi__link--prev {
        line-height: 40px
    }
    .pager-navi .pager-navi__link--prev:after {
        left: calc(50% - 1px)
    }
    .pager-navi .pager-navi__link--next:after {
        left: calc(50% + 1px)
    }
    .pulldown-navi {
        display: flex;
        flex-flow: row wrap;
        align-items: center
    }
    .pulldown-navi__inner {
        display: inline-block;
        min-width: 273px
    }
    .pulldown-navi__inner:hover:before {
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border-color: transparent
    }
    .pulldown-navi__inner:hover > .pulldown-navi__select {
        color: var(--color-base-main)
    }
    .pulldown-navi__inner:focus-visible, .pulldown-navi__inner:focus-within {
        outline: 2px solid #000;
        outline-offset: -2px
    }
    .pulldown-navi__inner:after {
        right: 21px;
        border-width: 5px 5px 0
    }
    .pulldown-navi__select {
        padding-block: 1.3rem;
        padding-inline: 2.1rem calc(4.3rem + 10px);
        font-weight: 700;
        transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .pulldown-navi__select option {
        color: var(--color-font-TX1);
        font-weight: 500
    }
    .pulldown-navi__assist {
        margin-left: 2.2em
    }
    .pulldown-navi__link--rss:hover .pulldown-navi__label {
        text-decoration: underline
    }
    .pulldown-navi__link--rss:before {
        margin: 0 var(--gap-link-gap) 0 0
    }
    .card-wrap--centering {
        flex-flow: row nowrap
    }
    .card-wrap, .card-wrap--centering {
        row-gap: 4.5rem;
        margin: 4.5rem 0 0
    }
    .card-wrap--centering {
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px
    }
    .card-wrap--scrolling {
        row-gap: 4.5rem;
        margin: 4.5rem 0 0
    }
    .card > [class*=__type]:not([class*="--nolink"]):hover .card__title {
        text-decoration: underline
    }
    .card > [class*=__type]:not([class*="--nolink"]):hover .card__image, .card > [class*=__type]:not([class*="--nolink"]):hover .card__image--aspect-fixed {
        opacity: .7
    }
    .card .card__type--blank--scaleup:hover .card__image--aspect-fixed img, .card .card__type--blank--scaleup:hover .card__image img, .card .card__type--pdf--scaleup:hover .card__image--aspect-fixed img, .card .card__type--pdf--scaleup:hover .card__image img, .card .card__type--scaleup:hover .card__image--aspect-fixed img, .card .card__type--scaleup:hover .card__image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    .card__image, .card__image--aspect-fixed {
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    [data-card-pc=col] .card__image--aspect-fixed img {
        -o-object-fit: scale-down;
        -o-object-position: center center;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        object-position: center center
    }
    .card__title {
        font-weight: 700
    }
    .card__filesize {
        font-weight: 500
    }
    .card__description {
        margin: 1rem 0 0
    }
    .card[data-card-pc=row] > [class*=__type] {
        gap: 0 2.2rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start
    }
    [data-card-pc=row] .card__head {
        display: flex;
        flex-shrink: 0;
        width: calc(50% - 2.2rem)
    }
    [data-card-pc=col] .card__head {
        display: block;
        width: 100%;
        margin-bottom: 2.2rem
    }
    [data-card-pc=col] .card__image--aspect-fixed {
        aspect-ratio: 16/9
    }
    .card__description {
        margin-top: 1.3rem
    }
    [class^=card-wrap]:has(.card):has([data-card-pc=row])[data-col-pc="1"] > .card:not(:first-child) > [class*=__type] {
        border-top: none
    }
    [class^=card-wrap]:has(.card):has([data-card-pc=row])[data-col-pc="2"] > .card:not(:nth-child(-n+2)) > [class*=__type] {
        border-top: none
    }
    [class^=card-wrap]:has(.card):has([data-card-pc=row])[data-col-pc="3"] > .card:not(:nth-child(-n+3)) > [class*=__type] {
        border-top: none
    }
    [class^=card-wrap]:has(.card):has([data-card-pc=row])[data-col-pc="4"] > .card:not(:nth-child(-n+4)) > [class*=__type] {
        border-top: none
    }
    .accordion + .accordion {
        margin-top: 1.2em
    }
    .accordion__head {
        padding: 2.2rem 2.6rem;
        cursor: pointer
    }
    .accordion__head:hover .accordion__title {
        text-decoration: underline
    }
    .accordion__head:focus-visible, .accordion__head:focus-within {
        outline: 2px solid #000;
        outline-offset: -2px
    }
    .accordion__title {
        padding-right: calc(2.6rem + 20px);
        font-weight: 700
    }
    .accordion__body {
        padding: 2.2rem 2.6rem
    }
    .tab__list {
        display: flex;
        justify-content: space-between;
        border-bottom: 3px solid var(--color-base-main)
    }
    .tab__list > li:first-child .tab__button {
        border-left-width: 1px;
        border-radius: var(--radius-M) 0 0 0
    }
    .tab__list > li:first-child .tab__button:after {
        border-radius: calc(var(--radius-M) - .1rem) 0 0 0
    }
    .tab__list > li:last-child .tab__button {
        border-radius: 0 var(--radius-M) 0 0
    }
    .tab__list > li:last-child .tab__button:after {
        border-radius: 0 calc(var(--radius-M) - .1rem) 0 0
    }
    .tab__list > li.is-current .tab__button {
        border-color: var(--color-base-main);
        background-color: var(--color-base-main);
        color: var(--color-base-white);
        font-weight: 700
    }
    .tab__button {
        min-height: calc(var(--font-font-size--M)*1.4*2 + 2.6rem + 1px);
        padding: 1.3rem 2.2rem;
        border-color: var(--color-border-2);
        border-style: solid;
        border-width: 1px 1px 0 0;
        font-weight: 700
    }
    .tab__button:hover {
        border-color: transparent;
        color: var(--color-base-main)
    }
    .tab__button:hover:before {
        opacity: 1
    }
    .tab__button:after, .tab__button:before {
        position: absolute;
        content: ""
    }
    .tab__button:before {
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: inherit;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .tab__button:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-base-white)
    }
    .tab__body {
        padding: 2.6rem 0 0
    }
    a[class*="--modal"]:focus-within:focus-visible, a[class*="--modal"]:focus-within:focus-within {
        outline: 2px solid #000
    }
    [class*=modal--].modaal-wrapper .modaal-container {
        margin-block: 45px;
        width: 876px;
        padding: 61px
    }
    [class*=modal--].modaal-wrapper .modaal-close {
        top: -58px;
        right: 0;
        width: 48px;
        height: 48px
    }
    [class*=modal--].modaal-wrapper .modaal-close:hover {
        border-color: transparent
    }
    [class*=modal--].modaal-wrapper .modaal-close:hover:before {
        opacity: 1
    }
    [class*=modal--].modaal-wrapper .modaal-close:focus-visible, [class*=modal--].modaal-wrapper .modaal-close:focus-within {
        outline: 2px solid #000;
        outline-offset: -2px
    }
    [class*=modal--].modaal-wrapper .modaal-close:before {
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    [class*=modal--].modaal-wrapper .modaal-close > span:after, [class*=modal--].modaal-wrapper .modaal-close > span:before {
        width: 32px;
        height: 2px
    }
    .tooltip:not(.is-active) .tooltip__link:hover {
        -webkit-text-decoration-style: dotted;
        text-decoration-thickness: 1px;
        text-decoration-style: dotted
    }
    .tooltip:not(.is-active) .tooltip__link:focus-visible, .tooltip:not(.is-active) .tooltip__link:focus-within {
        outline: 2px solid #000
    }
    .tooltip.is-active .tooltip__link {
        outline: none
    }
    .tooltip__link {
        font-weight: 500
    }
    .tooltip__balloon {
        bottom: calc(100% + 8px);
        width: 200px;
        margin: 0 0 0 -96px
    }
    .tooltip__balloon__inner {
        padding: 1.9rem 2.2rem
    }
    .news__type, .news__type--blank, .news__type--nolink, .news__type--pdf {
        padding: 1.9rem 0
    }
    .news__type .news__title:after {
        width: 8px;
        height: 14px
    }
    .news__type--blank .news__title:after, .news__type--pdf .news__title:after {
        width: 14px;
        height: 14px
    }
    .news__type--blank .news__title:after, .news__type--pdf .news__title:after, .news__type .news__title:after {
        top: -2px
    }
    .news-badge, .news-badge--01, .news-badge--02 {
        min-width: 105px;
        height: 25px;
        padding: 2px 9px 0;
        font-weight: 700
    }
    .news {
        margin: 1.9rem 0 0
    }
    .news__article > [class*=__type]:not([class*="--nolink"]):hover .news__title {
        text-decoration: underline
    }
    .news__article > [class*=__type]:not([class*="--nolink"]):hover .news__image {
        opacity: .7
    }
    .news__head {
        width: 80px;
        margin-left: 2.6rem
    }
    .news__image {
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    [data-news-pc=row] .news__body {
        display: flex;
        flex-flow: row nowrap;
        align-items: center
    }
    [data-news-pc=col] .news__property + .news__caption {
        margin-top: 1.9rem
    }
    .news__date {
        margin-right: 2.6rem
    }
    .news__category {
        gap: 1rem
    }
    [data-news-pc=row] .news__category {
        flex-direction: column;
        flex-shrink: 0;
        margin-right: 1.6em
    }
    .news__filesize, .news__title {
        font-weight: 500
    }
}
@media only screen and (max-width:767.98px) {
    .anchor-navi__link:before, .button-v2 .button-v2__type .button-v2__label:after, .button-v3 .button-v3__type .button-v3__label:after, .button .button__type .button__label:after, .card .card__type--scaleup .card__title:after, .card .card__type .card__title:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .description-list__type:after, .header-gnav__type--anc:after, .header-gnav__type--toggle:after, .header-gnav__type:after, .header-link-list > li > [class*=__type]:before, .header-megamenu__title__type:after, .heading2--center__link .heading2--center__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2__link .heading2__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3__link .heading3__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4__link .heading4__title:after, .heading5--center__link .heading5--center__title:after, .heading5__link .heading5__title:after, .heading6--center__link .heading6--center__title:after, .heading6__link .heading6__title:after, .link-list > li > [class*=__type]:before, .pager-navi .pager-navi__link--next:after, .pager-navi .pager-navi__link--prev:after {
        width: 8px;
        height: 14px
    }
    .card .card__type--scaleup .card__title:after, .card .card__type .card__title:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .description-list__type:after, .header-gnav__type--anc:after, .header-gnav__type--toggle:after, .header-megamenu__title__type:after, .heading2--center__link .heading2--center__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2__link .heading2__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3__link .heading3__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4__link .heading4__title:after, .heading5--center__link .heading5--center__title:after, .heading5__link .heading5__title:after, .heading6--center__link .heading6--center__title:after, .heading6__link .heading6__title:after {
        top: -2px
    }
    .button-v2 .button-v2__type .button-v2__label:after, .button-v3 .button-v3__type .button-v3__label:after, .button .button__type .button__label:after, .header-gnav__type:after {
        margin-top: -7px
    }
    .button-v2 .button-v2__type--blank .button-v2__label:after, .button-v2 .button-v2__type--excel .button-v2__label:after, .button-v2 .button-v2__type--modal .button-v2__label:after, .button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v2 .button-v2__type--rss .button-v2__label:after, .button-v2 .button-v2__type--video .button-v2__label:after, .button-v2 .button-v2__type--word .button-v2__label:after, .button-v2 .button-v2__type--zip .button-v2__label:after, .button-v3 .button-v3__type--blank .button-v3__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button-v3 .button-v3__type--modal .button-v3__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button-v3 .button-v3__type--zip .button-v3__label:after, .button .button__type--blank .button__label:after, .button .button__type--excel .button__label:after, .button .button__type--modal .button__label:after, .button .button__type--pdf .button__label:after, .button .button__type--powerpoint .button__label:after, .button .button__type--rss .button__label:after, .button .button__type--video .button__label:after, .button .button__type--word .button__label:after, .button .button__type--zip .button__label:after, .card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .description-list-v2__type--blank:after, .description-list-v2__type--pdf:after, .description-list-v3__type--blank:after, .description-list-v3__type--pdf:after, .description-list-v4__type--blank:after, .description-list-v4__type--pdf:after, .description-list__type--blank:after, .description-list__type--pdf:after, .footer-subnav__link-list__type--blank:after, .footer-subnav__link-list__type--pdf:after, .header-link-list__type--blank:after, .header-link-list__type--pdf:after, .header-megamenu__title__type--blank:after, .header-megamenu__title__type--pdf:after, .heading2--center__link--blank .heading2--center__title:after, .heading2--center__link--pdf .heading2--center__title:after, .heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after, .heading2-v2__link--blank .heading2-v2__title:after, .heading2-v2__link--pdf .heading2-v2__title:after, .heading2__link--blank .heading2__title:after, .heading2__link--pdf .heading2__title:after, .heading3--center__link--blank .heading3--center__title:after, .heading3--center__link--pdf .heading3--center__title:after, .heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after, .heading3-v2__link--blank .heading3-v2__title:after, .heading3-v2__link--pdf .heading3-v2__title:after, .heading3__link--blank .heading3__title:after, .heading3__link--pdf .heading3__title:after, .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after, .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after, .heading6--center__link--blank .heading6--center__title:after, .heading6--center__link--pdf .heading6--center__title:after, .heading6__link--blank .heading6__title:after, .heading6__link--pdf .heading6__title:after, .link-list__type--blank:after, .link-list__type--excel:after, .link-list__type--modal:after, .link-list__type--pdf:after, .link-list__type--powerpoint:after, .link-list__type--rss:after, .link-list__type--video:after, .link-list__type--word:after, .link-list__type--zip:after, .pulldown-navi__link--rss:before, .util-link--blank:after, .util-link--excel:after, .util-link--modal:after, .util-link--pdf:after, .util-link--powerpoint:after, .util-link--rss:after, .util-link--video:after, .util-link--word:after, .util-link--zip:after {
        width: 14px;
        height: 14px
    }
    .card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .description-list-v2__type--blank:after, .description-list-v2__type--pdf:after, .description-list-v3__type--blank:after, .description-list-v3__type--pdf:after, .description-list-v4__type--blank:after, .description-list-v4__type--pdf:after, .description-list__type--blank:after, .description-list__type--pdf:after, .footer-subnav__link-list__type--blank:after, .footer-subnav__link-list__type--pdf:after, .header-link-list__type--blank:after, .header-link-list__type--pdf:after, .header-megamenu__title__type--blank:after, .header-megamenu__title__type--pdf:after, .heading2--center__link--blank .heading2--center__title:after, .heading2--center__link--pdf .heading2--center__title:after, .heading2-v2--center__link--blank .heading2-v2--center__title:after, .heading2-v2--center__link--pdf .heading2-v2--center__title:after, .heading2-v2__link--blank .heading2-v2__title:after, .heading2-v2__link--pdf .heading2-v2__title:after, .heading2__link--blank .heading2__title:after, .heading2__link--pdf .heading2__title:after, .heading3--center__link--blank .heading3--center__title:after, .heading3--center__link--pdf .heading3--center__title:after, .heading3-v2--center__link--blank .heading3-v2--center__title:after, .heading3-v2--center__link--pdf .heading3-v2--center__title:after, .heading3-v2__link--blank .heading3-v2__title:after, .heading3-v2__link--pdf .heading3-v2__title:after, .heading3__link--blank .heading3__title:after, .heading3__link--pdf .heading3__title:after, .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after, .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after, .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after, .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after, .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after, .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after, .heading6--center__link--blank .heading6--center__title:after, .heading6--center__link--pdf .heading6--center__title:after, .heading6__link--blank .heading6__title:after, .heading6__link--pdf .heading6__title:after, .link-list__type--blank:after, .link-list__type--excel:after, .link-list__type--modal:after, .link-list__type--pdf:after, .link-list__type--powerpoint:after, .link-list__type--rss:after, .link-list__type--video:after, .link-list__type--word:after, .link-list__type--zip:after, .pulldown-navi__link--rss:before {
        top: -2px
    }
    .button-v2 .button-v2__type--blank .button-v2__label:after, .button-v2 .button-v2__type--excel .button-v2__label:after, .button-v2 .button-v2__type--modal .button-v2__label:after, .button-v2 .button-v2__type--pdf .button-v2__label:after, .button-v2 .button-v2__type--powerpoint .button-v2__label:after, .button-v2 .button-v2__type--rss .button-v2__label:after, .button-v2 .button-v2__type--video .button-v2__label:after, .button-v2 .button-v2__type--word .button-v2__label:after, .button-v2 .button-v2__type--zip .button-v2__label:after, .button-v3 .button-v3__type--blank .button-v3__label:after, .button-v3 .button-v3__type--excel .button-v3__label:after, .button-v3 .button-v3__type--modal .button-v3__label:after, .button-v3 .button-v3__type--pdf .button-v3__label:after, .button-v3 .button-v3__type--powerpoint .button-v3__label:after, .button-v3 .button-v3__type--rss .button-v3__label:after, .button-v3 .button-v3__type--video .button-v3__label:after, .button-v3 .button-v3__type--word .button-v3__label:after, .button-v3 .button-v3__type--zip .button-v3__label:after, .button .button__type--blank .button__label:after, .button .button__type--excel .button__label:after, .button .button__type--modal .button__label:after, .button .button__type--pdf .button__label:after, .button .button__type--powerpoint .button__label:after, .button .button__type--rss .button__label:after, .button .button__type--video .button__label:after, .button .button__type--word .button__label:after, .button .button__type--zip .button__label:after {
        margin-top: -7px
    }
    .link-list[data-col-sp], .note-list-v2[data-col-sp], .note-list[data-col-sp], .note-order-list-v2[data-col-sp], .note-order-list[data-col-sp], .order-list-v2[data-col-sp], .order-list[data-col-sp], .unorder-list-v2[data-col-sp], .unorder-list[data-col-sp] {
        row-gap: .8rem
    }
    .link-list__nest, .note-list-v2__nest, .note-list__nest, .note-order-list-v2__nest, .note-order-list__nest, .order-list-v2__nest, .order-list__nest, .unorder-list-v2__nest, .unorder-list__nest {
        margin: .8rem 0 0
    }
    body {
        font-weight: 400
    }
    body, button, input, pre, select, textarea {
        font-family: var(--font-font-family), Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
        line-height: 1.6
    }
    .util-sp-hidden {
        display: none !important
    }
    .util-bold, .util-highlight--accent, .util-highlight--base, .util-highlight--base2, .util-highlight--black, .util-highlight--bright, .util-highlight--disable, .util-highlight--main, .util-highlight--placeholder, .util-highlight--red, .util-highlight--sub, .util-highlight--white {
        font-weight: 700 !important
    }
    .util-badge, .util-badge--high, .util-badge--low, .util-badge--middle {
        min-width: 104px;
        height: 22px;
        padding: 2px 10px;
        font-weight: 700
    }
    [data-col-sp] {
        gap: 2rem 15px
    }
    [data-col-sp][data-col-sp="1"] {
        display: grid;
        grid-template-columns: auto
    }
    [data-col-sp]:not([data-col-sp="1"]) {
        display: flex;
        flex-flow: row wrap;
        width: 100%
    }
    [data-col-sp="1"] > * {
        width: 100%
    }
    [data-col-sp="2"] > * {
        width: calc((100% - 15px)/2)
    }
    [data-col-sp="3"] > * {
        width: calc((100% - 30px)/3)
    }
    [data-size-sp="1col"], [data-size-sp="1col"] > * {
        width: 100%
    }
    [data-size-sp="2col"] {
        width: calc((100% - 15px)/2)
    }
    [data-size-sp="1/2col"] {
        width: calc(100% - (100% - 15px)/2 - 15px) !important
    }
    [data-size-sp="2col"] > * {
        width: 100%
    }
    [data-size-sp="3col"] {
        width: calc((100% - 30px)/3)
    }
    [data-size-sp="2/3col"] {
        width: calc(100% - (100% - 30px)/3 - 15px) !important
    }
    [data-size-sp="3col"] > * {
        width: 100%
    }
    [data-size-sp="1per"] {
        width: 1% !important
    }
    [data-size-sp="1per"] > * {
        width: 100%
    }
    [data-size-sp="2per"] {
        width: 2% !important
    }
    [data-size-sp="2per"] > * {
        width: 100%
    }
    [data-size-sp="3per"] {
        width: 3% !important
    }
    [data-size-sp="3per"] > * {
        width: 100%
    }
    [data-size-sp="4per"] {
        width: 4% !important
    }
    [data-size-sp="4per"] > * {
        width: 100%
    }
    [data-size-sp="5per"] {
        width: 5% !important
    }
    [data-size-sp="5per"] > * {
        width: 100%
    }
    [data-size-sp="6per"] {
        width: 6% !important
    }
    [data-size-sp="6per"] > * {
        width: 100%
    }
    [data-size-sp="7per"] {
        width: 7% !important
    }
    [data-size-sp="7per"] > * {
        width: 100%
    }
    [data-size-sp="8per"] {
        width: 8% !important
    }
    [data-size-sp="8per"] > * {
        width: 100%
    }
    [data-size-sp="9per"] {
        width: 9% !important
    }
    [data-size-sp="9per"] > * {
        width: 100%
    }
    [data-size-sp="10per"] {
        width: 10% !important
    }
    [data-size-sp="10per"] > * {
        width: 100%
    }
    [data-size-sp="11per"] {
        width: 11% !important
    }
    [data-size-sp="11per"] > * {
        width: 100%
    }
    [data-size-sp="12per"] {
        width: 12% !important
    }
    [data-size-sp="12per"] > * {
        width: 100%
    }
    [data-size-sp="13per"] {
        width: 13% !important
    }
    [data-size-sp="13per"] > * {
        width: 100%
    }
    [data-size-sp="14per"] {
        width: 14% !important
    }
    [data-size-sp="14per"] > * {
        width: 100%
    }
    [data-size-sp="15per"] {
        width: 15% !important
    }
    [data-size-sp="15per"] > * {
        width: 100%
    }
    [data-size-sp="16per"] {
        width: 16% !important
    }
    [data-size-sp="16per"] > * {
        width: 100%
    }
    [data-size-sp="17per"] {
        width: 17% !important
    }
    [data-size-sp="17per"] > * {
        width: 100%
    }
    [data-size-sp="18per"] {
        width: 18% !important
    }
    [data-size-sp="18per"] > * {
        width: 100%
    }
    [data-size-sp="19per"] {
        width: 19% !important
    }
    [data-size-sp="19per"] > * {
        width: 100%
    }
    [data-size-sp="20per"] {
        width: 20% !important
    }
    [data-size-sp="20per"] > * {
        width: 100%
    }
    [data-size-sp="21per"] {
        width: 21% !important
    }
    [data-size-sp="21per"] > * {
        width: 100%
    }
    [data-size-sp="22per"] {
        width: 22% !important
    }
    [data-size-sp="22per"] > * {
        width: 100%
    }
    [data-size-sp="23per"] {
        width: 23% !important
    }
    [data-size-sp="23per"] > * {
        width: 100%
    }
    [data-size-sp="24per"] {
        width: 24% !important
    }
    [data-size-sp="24per"] > * {
        width: 100%
    }
    [data-size-sp="25per"] {
        width: 25% !important
    }
    [data-size-sp="25per"] > * {
        width: 100%
    }
    [data-size-sp="26per"] {
        width: 26% !important
    }
    [data-size-sp="26per"] > * {
        width: 100%
    }
    [data-size-sp="27per"] {
        width: 27% !important
    }
    [data-size-sp="27per"] > * {
        width: 100%
    }
    [data-size-sp="28per"] {
        width: 28% !important
    }
    [data-size-sp="28per"] > * {
        width: 100%
    }
    [data-size-sp="29per"] {
        width: 29% !important
    }
    [data-size-sp="29per"] > * {
        width: 100%
    }
    [data-size-sp="30per"] {
        width: 30% !important
    }
    [data-size-sp="30per"] > * {
        width: 100%
    }
    [data-size-sp="31per"] {
        width: 31% !important
    }
    [data-size-sp="31per"] > * {
        width: 100%
    }
    [data-size-sp="32per"] {
        width: 32% !important
    }
    [data-size-sp="32per"] > * {
        width: 100%
    }
    [data-size-sp="33per"] {
        width: 33% !important
    }
    [data-size-sp="33per"] > * {
        width: 100%
    }
    [data-size-sp="34per"] {
        width: 34% !important
    }
    [data-size-sp="34per"] > * {
        width: 100%
    }
    [data-size-sp="35per"] {
        width: 35% !important
    }
    [data-size-sp="35per"] > * {
        width: 100%
    }
    [data-size-sp="36per"] {
        width: 36% !important
    }
    [data-size-sp="36per"] > * {
        width: 100%
    }
    [data-size-sp="37per"] {
        width: 37% !important
    }
    [data-size-sp="37per"] > * {
        width: 100%
    }
    [data-size-sp="38per"] {
        width: 38% !important
    }
    [data-size-sp="38per"] > * {
        width: 100%
    }
    [data-size-sp="39per"] {
        width: 39% !important
    }
    [data-size-sp="39per"] > * {
        width: 100%
    }
    [data-size-sp="40per"] {
        width: 40% !important
    }
    [data-size-sp="40per"] > * {
        width: 100%
    }
    [data-size-sp="41per"] {
        width: 41% !important
    }
    [data-size-sp="41per"] > * {
        width: 100%
    }
    [data-size-sp="42per"] {
        width: 42% !important
    }
    [data-size-sp="42per"] > * {
        width: 100%
    }
    [data-size-sp="43per"] {
        width: 43% !important
    }
    [data-size-sp="43per"] > * {
        width: 100%
    }
    [data-size-sp="44per"] {
        width: 44% !important
    }
    [data-size-sp="44per"] > * {
        width: 100%
    }
    [data-size-sp="45per"] {
        width: 45% !important
    }
    [data-size-sp="45per"] > * {
        width: 100%
    }
    [data-size-sp="46per"] {
        width: 46% !important
    }
    [data-size-sp="46per"] > * {
        width: 100%
    }
    [data-size-sp="47per"] {
        width: 47% !important
    }
    [data-size-sp="47per"] > * {
        width: 100%
    }
    [data-size-sp="48per"] {
        width: 48% !important
    }
    [data-size-sp="48per"] > * {
        width: 100%
    }
    [data-size-sp="49per"] {
        width: 49% !important
    }
    [data-size-sp="49per"] > * {
        width: 100%
    }
    [data-size-sp="50per"] {
        width: 50% !important
    }
    [data-size-sp="50per"] > * {
        width: 100%
    }
    [data-size-sp="51per"] {
        width: 51% !important
    }
    [data-size-sp="51per"] > * {
        width: 100%
    }
    [data-size-sp="52per"] {
        width: 52% !important
    }
    [data-size-sp="52per"] > * {
        width: 100%
    }
    [data-size-sp="53per"] {
        width: 53% !important
    }
    [data-size-sp="53per"] > * {
        width: 100%
    }
    [data-size-sp="54per"] {
        width: 54% !important
    }
    [data-size-sp="54per"] > * {
        width: 100%
    }
    [data-size-sp="55per"] {
        width: 55% !important
    }
    [data-size-sp="55per"] > * {
        width: 100%
    }
    [data-size-sp="56per"] {
        width: 56% !important
    }
    [data-size-sp="56per"] > * {
        width: 100%
    }
    [data-size-sp="57per"] {
        width: 57% !important
    }
    [data-size-sp="57per"] > * {
        width: 100%
    }
    [data-size-sp="58per"] {
        width: 58% !important
    }
    [data-size-sp="58per"] > * {
        width: 100%
    }
    [data-size-sp="59per"] {
        width: 59% !important
    }
    [data-size-sp="59per"] > * {
        width: 100%
    }
    [data-size-sp="60per"] {
        width: 60% !important
    }
    [data-size-sp="60per"] > * {
        width: 100%
    }
    [data-size-sp="61per"] {
        width: 61% !important
    }
    [data-size-sp="61per"] > * {
        width: 100%
    }
    [data-size-sp="62per"] {
        width: 62% !important
    }
    [data-size-sp="62per"] > * {
        width: 100%
    }
    [data-size-sp="63per"] {
        width: 63% !important
    }
    [data-size-sp="63per"] > * {
        width: 100%
    }
    [data-size-sp="64per"] {
        width: 64% !important
    }
    [data-size-sp="64per"] > * {
        width: 100%
    }
    [data-size-sp="65per"] {
        width: 65% !important
    }
    [data-size-sp="65per"] > * {
        width: 100%
    }
    [data-size-sp="66per"] {
        width: 66% !important
    }
    [data-size-sp="66per"] > * {
        width: 100%
    }
    [data-size-sp="67per"] {
        width: 67% !important
    }
    [data-size-sp="67per"] > * {
        width: 100%
    }
    [data-size-sp="68per"] {
        width: 68% !important
    }
    [data-size-sp="68per"] > * {
        width: 100%
    }
    [data-size-sp="69per"] {
        width: 69% !important
    }
    [data-size-sp="69per"] > * {
        width: 100%
    }
    [data-size-sp="70per"] {
        width: 70% !important
    }
    [data-size-sp="70per"] > * {
        width: 100%
    }
    [data-size-sp="71per"] {
        width: 71% !important
    }
    [data-size-sp="71per"] > * {
        width: 100%
    }
    [data-size-sp="72per"] {
        width: 72% !important
    }
    [data-size-sp="72per"] > * {
        width: 100%
    }
    [data-size-sp="73per"] {
        width: 73% !important
    }
    [data-size-sp="73per"] > * {
        width: 100%
    }
    [data-size-sp="74per"] {
        width: 74% !important
    }
    [data-size-sp="74per"] > * {
        width: 100%
    }
    [data-size-sp="75per"] {
        width: 75% !important
    }
    [data-size-sp="75per"] > * {
        width: 100%
    }
    [data-size-sp="76per"] {
        width: 76% !important
    }
    [data-size-sp="76per"] > * {
        width: 100%
    }
    [data-size-sp="77per"] {
        width: 77% !important
    }
    [data-size-sp="77per"] > * {
        width: 100%
    }
    [data-size-sp="78per"] {
        width: 78% !important
    }
    [data-size-sp="78per"] > * {
        width: 100%
    }
    [data-size-sp="79per"] {
        width: 79% !important
    }
    [data-size-sp="79per"] > * {
        width: 100%
    }
    [data-size-sp="80per"] {
        width: 80% !important
    }
    [data-size-sp="80per"] > * {
        width: 100%
    }
    [data-size-sp="81per"] {
        width: 81% !important
    }
    [data-size-sp="81per"] > * {
        width: 100%
    }
    [data-size-sp="82per"] {
        width: 82% !important
    }
    [data-size-sp="82per"] > * {
        width: 100%
    }
    [data-size-sp="83per"] {
        width: 83% !important
    }
    [data-size-sp="83per"] > * {
        width: 100%
    }
    [data-size-sp="84per"] {
        width: 84% !important
    }
    [data-size-sp="84per"] > * {
        width: 100%
    }
    [data-size-sp="85per"] {
        width: 85% !important
    }
    [data-size-sp="85per"] > * {
        width: 100%
    }
    [data-size-sp="86per"] {
        width: 86% !important
    }
    [data-size-sp="86per"] > * {
        width: 100%
    }
    [data-size-sp="87per"] {
        width: 87% !important
    }
    [data-size-sp="87per"] > * {
        width: 100%
    }
    [data-size-sp="88per"] {
        width: 88% !important
    }
    [data-size-sp="88per"] > * {
        width: 100%
    }
    [data-size-sp="89per"] {
        width: 89% !important
    }
    [data-size-sp="89per"] > * {
        width: 100%
    }
    [data-size-sp="90per"] {
        width: 90% !important
    }
    [data-size-sp="90per"] > * {
        width: 100%
    }
    [data-size-sp="91per"] {
        width: 91% !important
    }
    [data-size-sp="91per"] > * {
        width: 100%
    }
    [data-size-sp="92per"] {
        width: 92% !important
    }
    [data-size-sp="92per"] > * {
        width: 100%
    }
    [data-size-sp="93per"] {
        width: 93% !important
    }
    [data-size-sp="93per"] > * {
        width: 100%
    }
    [data-size-sp="94per"] {
        width: 94% !important
    }
    [data-size-sp="94per"] > * {
        width: 100%
    }
    [data-size-sp="95per"] {
        width: 95% !important
    }
    [data-size-sp="95per"] > * {
        width: 100%
    }
    [data-size-sp="96per"] {
        width: 96% !important
    }
    [data-size-sp="96per"] > * {
        width: 100%
    }
    [data-size-sp="97per"] {
        width: 97% !important
    }
    [data-size-sp="97per"] > * {
        width: 100%
    }
    [data-size-sp="98per"] {
        width: 98% !important
    }
    [data-size-sp="98per"] > * {
        width: 100%
    }
    [data-size-sp="99per"] {
        width: 99% !important
    }
    [data-size-sp="99per"] > * {
        width: 100%
    }
    [data-size-sp="100per"] {
        width: 100% !important
    }
    [data-size-sp="100per"] > * {
        width: 100%
    }
    :root {
        --header-height-base: 49px
    }
    .Header {
        width: 100%;
        height: var(--header-height-base)
    }
    .Header__inner {
        gap: 0 15px;
        padding-inline: 15px
    }
    .header-logo > [class*=__type] {
        gap: 0 1rem
    }
    .header-logo__image {
        width: min(68px, 18.13333vw)
    }
    .header-logo__text {
        font-size: var(--font-font-size--S);
        font-weight: 700
    }
    .Header__body__inner {
        justify-content: flex-end
    }
    .Header__body .header-gnav {
        display: none
    }
    .header-gnav__list > li.is-active .header-gnav__item > [class*=__type--toggle]:before {
        rotate: 0deg
    }
    .header-gnav__item {
        border-bottom: 1px solid var(--color-border-2)
    }
    .header-gnav__item > [class*=__type] {
        padding-block: 1.1rem;
        padding-inline: 15px calc(var(--gap-link-gap) + 29px);
        display: block;
        width: 100%;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.6;
        text-align: left
    }
    .header-gnav__type:after {
        inset: 50% 21px auto auto;
        translate: 0 -50%;
        position: absolute;
        margin: 0
    }
    .header-gnav__type--anc:after {
        inset: 50% 18px auto auto;
        translate: 0 -50%;
        position: absolute;
        margin: 0
    }
    .header-gnav__type--toggle:after, .header-gnav__type--toggle:before {
        translate: 0 -50%;
        display: block;
        position: absolute;
        top: 50%;
        right: 16px;
        width: 18px;
        height: 2px;
        background: var(--color-base-main2);
        content: "";
        transition: rotate .25s cubic-bezier(.4, 0, .2, 1) 0s
    }
    .header-gnav__type--toggle:before {
        rotate: 90deg
    }
    .header-gnav__type--toggle:after {
        -webkit-transform: rotate(0deg);
        margin: 0;
        transform: rotate(0deg);
        rotate: 0deg
    }
    .header-megamenu {
        padding-inline: 15px
    }
    .header-megamenu__inner {
        width: 100%
    }
    .header-megamenu__head {
        padding-block: 1.1rem;
        border-bottom: 1px solid var(--color-border-2)
    }
    .header-megamenu__title > [class*=__type] {
        font-size: var(--font-font-size--M);
        font-weight: 700;
        line-height: 1.6
    }
    .header-megamenu__body {
        padding-block: 1.4rem
    }
    .header-megamenu__close {
        display: none
    }
    .header-link-list {
        margin-top: 2.8rem
    }
    .header-link-list[data-col-sp="1"] {
        row-gap: 1.37rem
    }
    .header-link-list > li {
        padding-left: calc(8px + var(--gap-link-gap))
    }
    .header-link-list > li > [class*=__type]:before {
        top: .3em;
        left: calc((8px + var(--gap-link-gap))*-1)
    }
    .header-link-list__filesize {
        font-weight: 400
    }
    .header-utility {
        display: flex;
        justify-content: flex-end
    }
    .header-utility__link > [class*=__type] {
        width: 3rem;
        height: 3rem
    }
    .header-utility__link__type--menu:after, .header-utility__link__type--menu:before {
        width: 30px;
        height: 2px
    }
    .header-utility__link__type--menu:before {
        top: 5px;
        box-shadow: 0 9px 0 0 var(--color-base-main2)
    }
    .header-utility__link__type--menu:after {
        top: 23px
    }
    body.is-active-gnav, body.is-active-menu {
        position: fixed;
        width: 100%
    }
    .main-breadcrumb {
        padding-inline: 15px
    }
    .main-breadcrumb__list {
        gap: 1.1rem;
        padding-block: 1.7rem
    }
    .main-breadcrumb__list > li:not(:first-child) {
        padding-left: 1.9rem
    }
    .main-breadcrumb__list > li:not(:first-child):before {
        top: .1rem;
        font-size: 1.5rem
    }
    .main-breadcrumb__list > li:last-child > [class*=__type] {
        font-weight: 700
    }
    .Main__content {
        padding: 2.2rem 15px 6rem
    }
    .Main__head:has(.heading1, .heading1--center) + .Main__body > .Main__content {
        -webkit-padding-before: 0;
        padding-block-start: 0
    }
    .Footer__inner {
        padding-block: 2.8rem;
        padding-inline: 15px;
        width: 100%
    }
    .footer-pagetop {
        --pagetop-fixed-right: 15px;
        --pagetop-fixed-bottom: 15px
    }
    .footer-pagetop > a:focus:after {
        opacity: 1
    }
    .footer-subnav__link-list {
        display: block
    }
    .footer-subnav__link-list > li {
        margin-top: 2rem;
        font-size: var(--font-font-size--M)
    }
    .footer-subnav__logo {
        margin-top: 1.8rem
    }
    .footer-subnav__logo__type {
        width: 100px
    }
    .footer-copyright {
        margin-top: 3rem;
        font-size: var(--font-font-size--S)
    }
    body .heading1 + * {
        margin-top: 2.2rem
    }
    .heading1__title {
        font-size: 2.1rem
    }
    .heading1__subtitle {
        font-weight: 700
    }
    body .heading1--center + * {
        margin-top: 2.2rem
    }
    .heading1--center__title {
        font-size: 2.1rem
    }
    .heading1--center__subtitle {
        font-weight: 700
    }
    .heading1 {
        padding: 2.2rem 0 calc(2.2rem + 22px)
    }
    .Main__content .heading1 {
        margin-inline: -15px
    }
    .heading1:after {
        height: 22px;
        border-radius: 25px 25px 0 0
    }
    .heading1__inner {
        padding: 0 15px
    }
    .heading1__title {
        font-weight: 700
    }
    .heading1--center {
        padding: 2.2rem 0 calc(2.2rem + 22px)
    }
    .Main__content .heading1--center {
        margin-inline: -15px
    }
    .heading1--center:after {
        height: 22px;
        border-radius: 25px 25px 0 0
    }
    .heading1--center__inner {
        padding: 0 15px
    }
    .heading1--center__title {
        font-weight: 700
    }
    body .heading1-v2 + * {
        margin-top: 2.2rem
    }
    .heading1-v2__title {
        font-size: 2.1rem;
        font-weight: 700
    }
    .heading1-v2__subtitle {
        font-weight: 700
    }
    body .heading1-v2--center + * {
        margin-top: 2.2rem
    }
    .heading1-v2--center__title {
        font-size: 2.1rem;
        font-weight: 700
    }
    .heading1-v2--center__subtitle {
        font-weight: 700
    }
    .heading1-v2 {
        margin: 2.2rem 0 0
    }
    .heading1-v2__title {
        font-weight: 400
    }
    .heading1-v2--center {
        margin: 2.2rem 0 0
    }
    .heading1-v2--center__title {
        font-weight: 400
    }
    .heading2 {
        margin: 3.6rem 0 0
    }
    body .heading2 + * {
        margin-top: 2rem
    }
    .heading2__link .heading2__title:after {
        top: -2px
    }
    .heading2__title {
        font-size: 2rem;
        font-weight: 700
    }
    .heading2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2__filesize {
        font-weight: 400
    }
    .heading2--center {
        margin: 3.6rem 0 0
    }
    body .heading2--center + * {
        margin-top: 2rem
    }
    .heading2--center__link .heading2--center__title:after {
        top: -2px
    }
    .heading2--center__title {
        font-size: 2rem;
        font-weight: 700
    }
    .heading2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2--center__filesize {
        font-weight: 400
    }
    .heading2--center__inner, .heading2__inner {
        -webkit-padding-after: calc(1.7rem + 4px);
        padding-block-end: calc(1.7rem + 4px)
    }
    .heading2-v2 {
        margin: 3.6rem 0 0
    }
    body .heading2-v2 + * {
        margin-top: 2rem
    }
    .heading2-v2__link .heading2-v2__title:after {
        top: -2px
    }
    .heading2-v2__title {
        font-size: 2rem;
        font-weight: 700
    }
    .heading2-v2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2-v2__filesize {
        font-weight: 400
    }
    .heading2-v2--center {
        margin: 3.6rem 0 0
    }
    body .heading2-v2--center + * {
        margin-top: 2rem
    }
    .heading2-v2--center__link .heading2-v2--center__title:after {
        top: -2px
    }
    .heading2-v2--center__title {
        font-size: 2rem;
        font-weight: 700
    }
    .heading2-v2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading2-v2--center__filesize, .heading2-v2--center__title, .heading2-v2__title {
        font-weight: 400
    }
    .heading3 {
        margin: 3.1rem 0 0
    }
    body .heading3 + * {
        margin-top: 2rem
    }
    .heading3__title {
        font-size: 1.8rem;
        font-weight: 700
    }
    .heading3__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3__filesize {
        font-weight: 400
    }
    .heading3--center {
        margin: 3.1rem 0 0
    }
    body .heading3--center + * {
        margin-top: 2rem
    }
    .heading3--center__title {
        font-size: 1.8rem;
        font-weight: 700
    }
    .heading3--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3--center__filesize {
        font-weight: 400
    }
    .heading3--center__inner, .heading3__inner {
        padding-bottom: 1.1rem
    }
    .heading3-v2 {
        margin: 3.1rem 0 0
    }
    body .heading3-v2 + * {
        margin-top: 2rem
    }
    .heading3-v2__title {
        font-size: 1.8rem;
        font-weight: 700
    }
    .heading3-v2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3-v2__filesize {
        font-weight: 400
    }
    .heading3-v2--center {
        margin: 3.1rem 0 0
    }
    body .heading3-v2--center + * {
        margin-top: 2rem
    }
    .heading3-v2--center__title {
        font-size: 1.8rem;
        font-weight: 700
    }
    .heading3-v2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading3-v2--center__filesize, .heading3-v2--center__title, .heading3-v2__title {
        font-weight: 400
    }
    .heading4 {
        margin: 2.2rem 0 0
    }
    body .heading4 + * {
        margin-top: 1.4rem
    }
    .heading4__link--blank .heading4__title:after, .heading4__link--pdf .heading4__title:after {
        top: -1px
    }
    .heading4__title {
        font-weight: 700
    }
    .heading4__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4__filesize {
        font-weight: 400
    }
    .heading4--center {
        margin: 2.2rem 0 0
    }
    body .heading4--center + * {
        margin-top: 1.4rem
    }
    .heading4--center__link--blank .heading4--center__title:after, .heading4--center__link--pdf .heading4--center__title:after {
        top: -1px
    }
    .heading4--center__title {
        font-weight: 700
    }
    .heading4--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4--center__filesize {
        font-weight: 400
    }
    .heading4-v2 {
        margin: 2.2rem 0 0
    }
    body .heading4-v2 + * {
        margin-top: 1.4rem
    }
    .heading4-v2__link--blank .heading4-v2__title:after, .heading4-v2__link--pdf .heading4-v2__title:after {
        top: -1px
    }
    .heading4-v2__title {
        font-weight: 700
    }
    .heading4-v2__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4-v2__filesize {
        font-weight: 400
    }
    .heading4-v2--center {
        margin: 2.2rem 0 0
    }
    body .heading4-v2--center + * {
        margin-top: 1.4rem
    }
    .heading4-v2--center__link--blank .heading4-v2--center__title:after, .heading4-v2--center__link--pdf .heading4-v2--center__title:after {
        top: -1px
    }
    .heading4-v2--center__title {
        font-weight: 700
    }
    .heading4-v2--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading4-v2--center__filesize, .heading4-v2--center__title, .heading4-v2__title {
        font-weight: 400
    }
    .heading5 {
        margin: 2.2rem 0 0
    }
    body .heading5 + * {
        margin-top: 1.4rem
    }
    .heading5__link--blank .heading5__title:after, .heading5__link--pdf .heading5__title:after {
        top: -1px
    }
    .heading5__title {
        font-weight: 700
    }
    .heading5__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading5__filesize {
        font-weight: 400
    }
    .heading5--center {
        margin: 2.2rem 0 0
    }
    body .heading5--center + * {
        margin-top: 1.4rem
    }
    .heading5--center__link--blank .heading5--center__title:after, .heading5--center__link--pdf .heading5--center__title:after {
        top: -1px
    }
    .heading5--center__title {
        font-weight: 700
    }
    .heading5--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading5--center__filesize {
        font-weight: 400
    }
    .heading6 {
        margin: 2.2rem 0 0
    }
    body .heading6 + * {
        margin-top: 1.4rem
    }
    .heading6__title {
        font-weight: 700
    }
    .heading6__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading6__filesize {
        font-weight: 400
    }
    .heading6--center {
        margin: 2.2rem 0 0
    }
    body .heading6--center + * {
        margin-top: 1.4rem
    }
    .heading6--center__title {
        font-weight: 700
    }
    .heading6--center__subtitle {
        margin: 0 0 .6rem;
        font-weight: 700
    }
    .heading6--center__filesize {
        font-weight: 400
    }
    .lead, .lead--center {
        font-weight: 700
    }
    .lead {
        -webkit-margin-before: 2.2rem;
        margin-block-start: 2.2rem
    }
    body .lead + * {
        margin-top: 1.4rem
    }
    .lead--center {
        -webkit-margin-before: 2.2rem;
        margin-block-start: 2.2rem
    }
    body .lead--center + * {
        margin-top: 1.4rem
    }
    .lead-v2, .lead-v2--center {
        font-weight: 700
    }
    .lead-v2 {
        margin: 2.2rem 0 0
    }
    body .lead-v2 + * {
        margin-top: 1.4rem
    }
    .lead-v2--center {
        margin: 2.2rem 0 0
    }
    body .lead-v2--center + * {
        margin-top: 1.4rem
    }
    .note-list-v2 > li, .note-list > li {
        padding-left: calc(1em + 8px)
    }
    .note-list-v2 > li {
        font-size: var(--font-font-size--S)
    }
    .note-order-list-v2 > li, .note-order-list > li {
        padding-left: calc(2.5em + 8.5px)
    }
    .note-order-list-v2 > li {
        font-size: var(--font-font-size--S)
    }
    .unorder-list > li {
        padding-left: 18px
    }
    .unorder-list > li:before {
        top: .4em;
        width: 10px;
        height: 10px
    }
    .unorder-list-v2 > li {
        padding-left: 16px;
        font-size: var(--font-font-size--S)
    }
    .unorder-list-v2 > li:before {
        top: .45em;
        width: 8px;
        height: 8px
    }
    .order-list > li {
        padding-left: calc(1.6em + 8px)
    }
    .order-list__mark {
        font-weight: 700
    }
    .order-list-v2 > li {
        padding-left: calc(3.3em + 8px);
        font-size: var(--font-font-size--S)
    }
    .description-list__filesize {
        font-weight: 400
    }
    .description-list + .description-list {
        margin-top: 1.4em
    }
    .description-list > dt {
        margin: 0 0 .8em;
        font-weight: 700
    }
    .description-list-v2__filesize {
        font-weight: 400
    }
    .description-list-v2 {
        padding-bottom: 1em
    }
    .description-list-v2 + .description-list-v2 {
        margin-top: 1em
    }
    .description-list-v2 > dt {
        margin: 0 0 .8em;
        font-weight: 700
    }
    .description-list-v3__filesize {
        font-weight: 400
    }
    .description-list-v3 + .description-list-v3 {
        margin-top: 1.4em
    }
    .description-list-v3 > dt {
        margin: 0 0 .8em;
        font-weight: 400
    }
    .description-list-v3 > dd {
        font-weight: 700
    }
    .description-list-v4__filesize {
        font-weight: 400
    }
    .description-list-v4 {
        padding-bottom: 1em
    }
    .description-list-v4 + .description-list-v4 {
        margin-top: 1em
    }
    .description-list-v4 > dt {
        margin: 0 0 .8em;
        font-weight: 400
    }
    .description-list-v4 > dd {
        font-weight: 700
    }
    .link-list__filesize {
        font-weight: 400
    }
    .link-list > li {
        padding-left: calc(8px + var(--gap-link-gap))
    }
    .link-list > li > [class*=__type]:before {
        top: .2em;
        left: calc((8px + var(--gap-link-gap))*-1)
    }
    .button .button__type, .button .button__type--blank, .button .button__type--excel, .button .button__type--modal, .button .button__type--pdf, .button .button__type--powerpoint, .button .button__type--rss, .button .button__type--video, .button .button__type--word, .button .button__type--zip {
        padding: 1.2rem 2.1rem
    }
    .button__type .button__label {
        padding-inline: 0 calc(8px + var(--gap-link-gap))
    }
    .button .button__type--blank .button__label, .button .button__type--excel .button__label, .button .button__type--modal .button__label, .button .button__type--pdf .button__label, .button .button__type--powerpoint .button__label, .button .button__type--rss .button__label, .button .button__type--video .button__label, .button .button__type--word .button__label, .button .button__type--zip .button__label {
        padding-inline: 0 calc(14px + var(--gap-link-gap))
    }
    .button__filesize {
        font-weight: 400
    }
    [class*=button-wrap][data-col-sp]:not([data-col-sp="1"]) > .button > [class*=__type] {
        width: 100%
    }
    .button-v2 .button-v2__type, .button-v2 .button-v2__type--blank, .button-v2 .button-v2__type--excel, .button-v2 .button-v2__type--modal, .button-v2 .button-v2__type--pdf, .button-v2 .button-v2__type--powerpoint, .button-v2 .button-v2__type--rss, .button-v2 .button-v2__type--video, .button-v2 .button-v2__type--word, .button-v2 .button-v2__type--zip {
        padding: 1.1rem 2rem
    }
    .button-v2__type .button-v2__label {
        padding-inline: 0 calc(8px + var(--gap-link-gap))
    }
    .button-v2 .button-v2__type--blank .button-v2__label, .button-v2 .button-v2__type--excel .button-v2__label, .button-v2 .button-v2__type--modal .button-v2__label, .button-v2 .button-v2__type--pdf .button-v2__label, .button-v2 .button-v2__type--powerpoint .button-v2__label, .button-v2 .button-v2__type--rss .button-v2__label, .button-v2 .button-v2__type--video .button-v2__label, .button-v2 .button-v2__type--word .button-v2__label, .button-v2 .button-v2__type--zip .button-v2__label {
        padding-inline: 0 calc(14px + var(--gap-link-gap))
    }
    .button-v2__filesize {
        font-weight: 400
    }
    [class*=button-wrap][data-col-sp]:not([data-col-sp="1"]) > .button-v2 > [class*=__type] {
        width: 100%
    }
    .button-v2 .button-v2__type--blank, .button-v2 .button-v2__type--excel, .button-v2 .button-v2__type--modal, .button-v2 .button-v2__type--pdf, .button-v2 .button-v2__type--powerpoint, .button-v2 .button-v2__type--rss, .button-v2 .button-v2__type--video, .button-v2 .button-v2__type--word, .button-v2 .button-v2__type--zip, .button-v2__type, .button-v3 .button-v3__type--blank, .button-v3 .button-v3__type--excel, .button-v3 .button-v3__type--modal, .button-v3 .button-v3__type--pdf, .button-v3 .button-v3__type--powerpoint, .button-v3 .button-v3__type--rss, .button-v3 .button-v3__type--video, .button-v3 .button-v3__type--word, .button-v3 .button-v3__type--zip, .button-v3__type, .button .button__type--blank, .button .button__type--excel, .button .button__type--modal, .button .button__type--pdf, .button .button__type--powerpoint, .button .button__type--rss, .button .button__type--video, .button .button__type--word, .button .button__type--zip, .button__type {
        font-weight: 700
    }
    .button-v3 .button-v3__type, .button-v3 .button-v3__type--blank, .button-v3 .button-v3__type--excel, .button-v3 .button-v3__type--modal, .button-v3 .button-v3__type--pdf, .button-v3 .button-v3__type--powerpoint, .button-v3 .button-v3__type--rss, .button-v3 .button-v3__type--video, .button-v3 .button-v3__type--word, .button-v3 .button-v3__type--zip {
        padding: 1.4rem 2rem
    }
    .button-wrap {
        margin: 1em 0 0
    }
    .button-wrap[data-col-sp] {
        row-gap: 1em
    }
    .button-wrap--center {
        margin: 1em 0 0
    }
    .button-wrap--center[data-col-sp] {
        row-gap: 1em
    }
    .button-wrap--right {
        margin: 1em 0 0
    }
    .button-wrap--right[data-col-sp] {
        row-gap: 1em
    }
    .button-wrap--centering {
        margin: 1em 0 0
    }
    .button-wrap--centering[data-col-sp] {
        row-gap: 1em
    }
    .button-wrap--centering {
        row-gap: 1em;
        flex-direction: column;
        align-items: center
    }
    .button-v3__type .button-v3__label {
        padding-inline: 0 calc(8px + var(--gap-link-gap))
    }
    .button-v3 .button-v3__type--blank .button-v3__label, .button-v3 .button-v3__type--excel .button-v3__label, .button-v3 .button-v3__type--modal .button-v3__label, .button-v3 .button-v3__type--pdf .button-v3__label, .button-v3 .button-v3__type--powerpoint .button-v3__label, .button-v3 .button-v3__type--rss .button-v3__label, .button-v3 .button-v3__type--video .button-v3__label, .button-v3 .button-v3__type--word .button-v3__label, .button-v3 .button-v3__type--zip .button-v3__label {
        padding-inline: 0 calc(14px + var(--gap-link-gap))
    }
    .button-v3__filesize {
        font-weight: 400
    }
    [class*=button-wrap][data-col-sp]:not([data-col-sp="1"]) > .button-v3 > [class*=__type] {
        width: 100%
    }
    .figure__caption, .figure__caption--center, .figure__caption--right {
        margin-top: .8rem
    }
    .figure__title {
        margin-bottom: .8em;
        font-weight: 700
    }
    .figure a.figure__frame--modal:before {
        right: .8rem;
        bottom: .8rem;
        width: 40px;
        height: 40px;
        border: 1px solid var(--color-border-2);
        background-color: var(--color-base-white)
    }
    .figure a.figure__frame--modal:after {
        right: .8rem;
        bottom: .8rem;
        border-radius: var(--radius-BT);
        background: url(/solafil/app-files/img/sprite/icon.svg#modal3-usage) no-repeat 50%;
        background-size: 20px auto
    }
    .video {
        height: auto;
        border: 1px solid var(--color-border-1)
    }
    .video-wrap__caption, .video-wrap__caption--center, .video-wrap__caption--right {
        margin: .8rem 0 0
    }
    .table__caption, .table__caption--center, .table__caption--right {
        margin: 1.4rem 0 0
    }
    .table [class*=__cell] {
        padding: .8rem 1.1rem
    }
    .table__head {
        margin: 0 0 .6em
    }
    .table__foot {
        margin: .6em 0 0
    }
    .table__title {
        margin: 0 0 1em
    }
    .table [class*=__cell--lv1], .table [class*=__cell--lv2], .table__title {
        font-weight: 700
    }
    .table[data-table-sp=scroll] .table__body {
        padding-bottom: 10px;
        overflow-x: auto
    }
    .table[data-table-sp=scroll] .table__body::-webkit-scrollbar {
        height: 9px
    }
    .table[data-table-sp=scroll] .table__body::-webkit-scrollbar-track {
        border-radius: 9px;
        background-color: #dfdfdf
    }
    .table[data-table-sp=scroll] .table__body::-webkit-scrollbar-thumb {
        border-radius: 9px;
        background-color: #666
    }
    .table[data-table-sp=scroll] .table__matrix {
        width: 812px !important
    }
    .table[data-table-sp=vertical] col, .table[data-table-sp=vertical] tbody, .table[data-table-sp=vertical] td, .table[data-table-sp=vertical] th, .table[data-table-sp=vertical] tr {
        display: block;
        width: 100% !important
    }
    .box {
        margin: 1.4em 0 0
    }
    .box__title {
        font-weight: 700;
        line-height: 1.6
    }
    .box {
        padding-block: 1.7rem;
        padding-inline: 2rem
    }
    .box-v2 {
        margin: 1.4em 0 0
    }
    .box-v2__title {
        font-weight: 700;
        line-height: 1.6
    }
    .box-v2 {
        padding-block: 1.7rem 0
    }
    .media[data-media-sp=row][data-media-wraparound=false] {
        display: flex;
        flex-wrap: nowrap
    }
    .media[data-media-sp=row][data-media-wraparound=false][data-media-pc=image-left] {
        flex-direction: row
    }
    .media[data-media-sp=row][data-media-wraparound=false][data-media-pc=image-right] {
        flex-direction: row-reverse
    }
    .media[data-media-sp=col] {
        display: flex;
        flex-direction: column !important
    }
    .media[data-media-sp=col-reverse] {
        display: flex;
        flex-direction: column-reverse !important
    }
    .media[data-media-wraparound=true][data-media-sp=row] .media__head {
        margin-bottom: .8em
    }
    .media__caption, .media__caption--center, .media__caption--right {
        margin: .8rem 0 0
    }
    .media[data-media-sp=row] .media__head {
        max-width: calc((100% - 15px)/2)
    }
    .media[data-media-sp=row][data-media-pc=image-left] .media__head {
        margin-right: 15px
    }
    .media[data-media-sp=row][data-media-pc=image-left][data-media-wraparound=true] .media__head {
        float: left
    }
    .media[data-media-sp=row][data-media-pc=image-right] .media__head {
        margin-left: 15px
    }
    .media[data-media-sp=row][data-media-pc=image-right][data-media-wraparound=true] .media__head {
        float: right
    }
    .media[data-media-sp=col-reverse] .media__head, .media[data-media-sp=col] .media__body {
        margin-top: .8em
    }
    .media[data-media-sp=col-reverse] .media__head, .media[data-media-sp=col] .media__head {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .media[data-media-sp=col-reverse] .media__frame, .media[data-media-sp=col] .media__frame {
        text-align: center
    }
    .heading-column[data-col-sp] {
        row-gap: 0
    }
    .anchor-navi__list[data-col-sp] {
        row-gap: 1.2em
    }
    .anchor-navi__link {
        padding-left: calc(14px + var(--gap-link-gap))
    }
    .anchor-navi__link:before {
        top: .33em;
        left: 3px
    }
    .pager-navi__inner {
        gap: 17px
    }
    .pager-navi__list {
        gap: 8px
    }
    .pager-navi__control, .pager-navi__list > li {
        width: 30px;
        height: 30px
    }
    .pager-navi .pager-navi__link {
        line-height: 30px
    }
    .pager-navi .pager-navi__link.is-current {
        font-weight: 700
    }
    .pager-navi .pager-navi__link--next, .pager-navi .pager-navi__link--prev {
        line-height: 30px
    }
    .pager-navi .pager-navi__link--next:after, .pager-navi .pager-navi__link--prev:after {
        width: 6px
    }
    .pager-navi .pager-navi__link--prev:after {
        left: calc(50% - 1px)
    }
    .pager-navi .pager-navi__link--next:after {
        left: calc(50% + 1px)
    }
    .pulldown-navi {
        display: flex;
        flex-flow: column
    }
    .pulldown-navi__inner {
        display: block;
        order: 2;
        width: 100%
    }
    .pulldown-navi__inner + .pulldown-navi__assist {
        margin-bottom: 1em
    }
    .pulldown-navi__inner:after {
        right: 20px;
        border-width: 5px 5px 0
    }
    .pulldown-navi__select {
        padding-block: 1.1rem;
        padding-inline: 1.9rem 5rem;
        font-weight: 700
    }
    .pulldown-navi__select option {
        font-weight: 400
    }
    .pulldown-navi__assist {
        order: 1;
        text-align: right
    }
    .pulldown-navi__link--rss:before {
        margin: 0 1rem 0 0
    }
    .card-wrap--centering {
        flex-direction: column;
        align-items: center
    }
    .card-wrap--scrolling {
        display: flex !important;
        flex-flow: row nowrap;
        overflow-x: auto
    }
    .card-wrap, .card-wrap--centering {
        row-gap: 2.8rem;
        margin: 2.8rem 0 0
    }
    .card-wrap--centering {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
    .card-wrap--scrolling {
        row-gap: 2.8rem;
        margin: 2.8rem 0 0;
        row-gap: 0;
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        margin-inline: -15px;
        padding-bottom: 10px;
        column-gap: 17px
    }
    .card-wrap--scrolling::-webkit-scrollbar {
        height: 9px
    }
    .card-wrap--scrolling::-webkit-scrollbar-track {
        border-radius: 9px;
        background-color: #dfdfdf
    }
    .card-wrap--scrolling::-webkit-scrollbar-thumb {
        border-radius: 9px;
        background-color: #666
    }
    .card .card__type--blank--scaleup .card__title:after, .card .card__type--blank .card__title:after, .card .card__type--pdf--scaleup .card__title:after, .card .card__type--pdf .card__title:after, .card .card__type--scaleup .card__title:after, .card .card__type .card__title:after {
        top: -2px
    }
    [data-card-sp=col] .card__image--aspect-fixed img {
        -o-object-fit: scale-down;
        -o-object-position: center center;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        object-position: center center
    }
    .card__title {
        font-weight: 700
    }
    .card__filesize {
        font-weight: 400
    }
    .card__description {
        margin: .8rem 0 0
    }
    .card[data-card-sp=row] > [class*=__type] {
        gap: 0 1.4rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start
    }
    .card[data-card-sp=col] > [class*=__type] {
        display: block
    }
    [data-card-sp=row] .card__head {
        display: flex;
        flex-shrink: 0;
        width: 36.23188%
    }
    [data-card-sp=col] .card__head {
        display: block;
        width: 100%;
        margin-bottom: 1.1rem
    }
    [data-card-sp=row] .card__body {
        width: 100%;
        padding: 0
    }
    [data-card-sp=col] .card__body {
        padding-inline: 1.1rem
    }
    [data-card-sp=col] .card__image--aspect-fixed {
        aspect-ratio: 16/9
    }
    .card-wrap--scrolling > .card:first-child {
        padding-left: 15px
    }
    .card-wrap--scrolling > .card:last-child {
        padding-right: 15px
    }
    .card-wrap--scrolling > .card[data-card-sp=row] > [class*=__type] {
        width: 270px !important
    }
    .card-wrap--scrolling > .card[data-card-sp=row] .card__head {
        width: 46.2963%
    }
    .card-wrap--scrolling > .card[data-card-sp=col] > [class*=__type] {
        width: 255px !important
    }
    [class^=card-wrap]:has(.card):not([class*="--scrolling"]):has([data-card-sp=row])[data-col-sp="1"] > .card:not(:first-child) > [class*=__type] {
        border-top: none
    }
    [class^=card-wrap]:has(.card):not([class*="--scrolling"]):has([data-card-sp=row])[data-col-sp="2"] > .card:not(:nth-child(-n+2)) > [class*=__type] {
        border-top: none
    }
    [class^=card-wrap]:has(.card):not([class*="--scrolling"]):has([data-card-sp=row]):not([data-col-sp]) > .card:not(:first-child) > [class*=__type] {
        border-top: none
    }
    .accordion + .accordion {
        margin-top: .6em
    }
    .accordion__head {
        padding: 1.1rem 1.4rem
    }
    .accordion__title {
        padding-right: calc(1.4rem + 20px);
        font-weight: 700
    }
    .accordion__body {
        padding: .8rem 1.4rem
    }
    [data-tab-sp=wrap] .tab__head {
        position: relative
    }
    [data-tab-sp=wrap] .tab__head:before {
        display: block;
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid var(--color-border-2);
        border-radius: var(--radius-M);
        background: var(--color-bg-base);
        content: ""
    }
    [data-tab-sp=nowrap] .tab__list {
        display: flex;
        justify-content: space-between;
        border-bottom: 3px solid var(--color-base-main)
    }
    [data-tab-sp=nowrap] .tab__list > li:first-child .tab__button {
        border-left-width: 1px;
        border-radius: var(--radius-M) 0 0 0
    }
    [data-tab-sp=nowrap] .tab__list > li:first-child .tab__button:after {
        border-radius: calc(var(--radius-M) - .1rem) 0 0 0
    }
    [data-tab-sp=nowrap] .tab__list > li:last-child .tab__button {
        border-radius: 0 var(--radius-M) 0 0
    }
    [data-tab-sp=nowrap] .tab__list > li:last-child .tab__button:after {
        border-radius: 0 calc(var(--radius-M) - .1rem) 0 0
    }
    [data-tab-sp=wrap] .tab__list {
        display: flex;
        z-index: 1;
        position: relative;
        flex-flow: row wrap;
        overflow: hidden;
        border-radius: var(--radius-M)
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp] {
        gap: 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="1"] > li {
        width: 100%
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="1"] > li:not(:first-child) {
        border-top: 1px solid var(--color-border-2)
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="2"] > li {
        width: 50%;
        border: solid var(--color-border-2);
        border-width: 0 1px 1px 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="2"] > li:nth-of-type(2n) {
        border-right: 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="2"] > li:last-of-type:nth-of-type(2n - 0), [data-tab-sp=wrap] .tab__list[data-col-sp="2"] > li:last-of-type:nth-of-type(2n - 1), [data-tab-sp=wrap] .tab__list[data-col-sp="2"] > li:nth-last-of-type(2):nth-of-type(2n - 1) {
        border-bottom: 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li {
        width: 33.33333%;
        border: solid var(--color-border-2);
        border-width: 0 1px 1px 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li:nth-of-type(3n) {
        border-right: 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li:last-of-type:nth-of-type(3n - 0), [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li:last-of-type:nth-of-type(3n - 1), [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li:last-of-type:nth-of-type(3n - 2), [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li:nth-last-of-type(2):nth-of-type(3n - 1), [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li:nth-last-of-type(2):nth-of-type(3n - 2), [data-tab-sp=wrap] .tab__list[data-col-sp="3"] > li:nth-last-of-type(3):nth-of-type(3n - 2) {
        border-bottom: 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp=auto] > li {
        width: 100%;
        margin: 0
    }
    [data-tab-sp=wrap] .tab__list[data-col-sp=auto] > li:not(:first-child) {
        border-top: 1px solid var(--color-border-2)
    }
    [data-tab-sp=wrap] .tab__list > li {
        z-index: 0
    }
    [data-tab-sp=wrap] .tab__list > li.is-current {
        z-index: 1
    }
    [data-tab-sp=wrap] .tab__list > li.is-current:after {
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border: 1px solid var(--color-base-main);
        background: transparent;
        content: "";
        pointer-events: none
    }
    .tab__list > li.is-current .tab__button {
        border-color: var(--color-base-main);
        background-color: var(--color-base-main);
        color: var(--color-base-white);
        font-weight: 700
    }
    .tab__button {
        padding: .8rem;
        font-weight: 700
    }
    [data-tab-sp=nowrap] .tab__button {
        min-height: calc(var(--font-font-size--M)*1.4*2 + 1.6rem + 1px);
        border-color: var(--color-border-2);
        border-style: solid;
        border-width: 1px 1px 0 0
    }
    [data-tab-sp=wrap] .tab__button {
        min-height: calc(var(--font-font-size--M)*1.4*2 + 1.6rem);
        background: transparent
    }
    [data-tab-sp=nowrap] .tab__button:after, [data-tab-sp=nowrap] .tab__button:before {
        position: absolute;
        content: ""
    }
    [data-tab-sp=nowrap] .tab__button:before {
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: inherit;
        background: linear-gradient(90deg, var(--color-base-main), var(--color-base-main2));
        opacity: 0;
        pointer-events: none
    }
    [data-tab-sp=nowrap] .tab__button:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-base-white)
    }
    .tab__body {
        padding: 2.2rem 0 0
    }
    [class*=modal--].modaal-wrapper .modaal-container {
        margin-block: 56px;
        padding: 20px
    }
    [class*=modal--].modaal-wrapper .modaal-inner-wrapper {
        padding-inline: 15px
    }
    [class*=modal--].modaal-wrapper .modaal-close {
        top: -56px;
        right: 0;
        width: 48px;
        height: 48px
    }
    [class*=modal--].modaal-wrapper .modaal-close > span:after, [class*=modal--].modaal-wrapper .modaal-close > span:before {
        width: 32px;
        height: 2px
    }
    .tooltip__link {
        font-weight: 400
    }
    .tooltip__balloon {
        bottom: 100%;
        width: 180px;
        margin: 0 0 0 -108px
    }
    .tooltip__balloon__inner {
        padding: 1.1rem 1.4rem
    }
    .news__type, .news__type--blank, .news__type--nolink, .news__type--pdf {
        padding: 2rem 0
    }
    .news__type .news__title:after {
        width: 8px;
        height: 14px
    }
    .news__type--blank .news__title:after, .news__type--pdf .news__title:after {
        width: 14px;
        height: 14px
    }
    .news__type--blank .news__title:after, .news__type--pdf .news__title:after, .news__type .news__title:after {
        top: -2px
    }
    .news-badge, .news-badge--01, .news-badge--02 {
        min-width: 120px;
        height: 20px;
        padding: 2px 5px;
        font-weight: 700
    }
    .news {
        margin: 1.4em 0 0
    }
    .news__head {
        width: min(80px, 21.4vw);
        margin-left: 1em
    }
    .news__property + .news__caption {
        margin-top: 1.1rem
    }
    .news__date {
        min-height: 20px;
        margin-right: 1.4rem
    }
    .news__category {
        gap: .8rem
    }
    .news__filesize, .news__title {
        font-weight: 400
    }
}
@media print, screen and (min-width:1260px) {
    body.is-liquid {
        min-width: auto !important
    }
    body.is-liquid .Main__content {
        max-width: 100% !important
    }
}
@media print {
    body {
        page: print-width;
        width: 1260px !important;
        margin: 0 auto !important
    }
    body[data-browser^=ie] {
        zoom: 1.9 !important;
        -webkit-transform: scale(.45) !important;
        -webkit-transform-origin: 0 0 !important;
        transform: scale(.45) !important;
        transform-origin: 0 0 !important
    }
    body[data-browser=chrome] {
        zoom: .85
    }
    .Header {
        position: absolute;
        left: 0 !important
    }
    .heading1, .heading1--center {
        margin-inline: 0 !important;
        width: 100% !important
    }
}
@media only screen and (min-width:768px) and (max-width:1439.98px) {
    .footer-pagetop {
        --pagetop-fixed-right: 30px
    }
}
@media only screen and (min-width:768px) and (max-width:1259.98px) {
    .Main__content .heading1, .Main__content .heading1--center {
        margin-inline: -30px;
        width: calc(100% + 60px)
    }
}