/*@media (hover: hover) {
    .pg-article a {
        transition: opacity var(--time) var(--easing)
    }

    .pg-article a:hover {
        opacity: var(--opacity)
    }
}*/

[data-lexical-layout-container="true"] {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    margin: 10px 0
}

.pg-products__instruction img {
    display: inline !important
}

.pg-article__inner {
    background-color: #fff;
    padding: 1.25rem
}

@media not screen and (min-width: 769px) {
    .pg-article__inner {
        padding: 3.90117vw
    }
}

.pg-article__inner img {
    display: inline-block;
}

.pg-article__date {
    font-size: clamp(.875rem, 2.3407vw, 1.125rem);
    font-weight: bold;
    margin-bottom: .3125rem;
    color: #fff
}

@media not screen and (min-width: 769px) {
    .pg-article__date {
        margin-bottom: 1.30039vw
    }
}

.pg-article__h2 {
    font-size: clamp(1.4375rem, 5.20156vw, 2.5rem);
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.25rem
}

@media not screen and (min-width: 769px) {
    .pg-article__h2 {
        margin-bottom: 5.20156vw
    }
}

.pg-article__h3 {
    font-size: clamp(1.25rem, 4.42133vw, 2.125rem);
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    background-color: #003464;
    padding: 0 0.3em
}

.pg-article__h4 {
    font-size: clamp(1.0625rem, 3.64109vw, 1.75rem);
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 0.2em;
    border-bottom: 3px dotted #003464
}

@media not screen and (min-width: 769px) {
    .pg-article__h4 {
        border-bottom: 2px dotted #003464
    }
}

.pg-article__h5 {
    font-size: clamp(1.125rem, 3.12094vw, 1.5rem);
    font-weight: bold;
    line-height: 1.3;
    padding-left: 0.5em;
    border-left: 7px solid #003464
}

@media not screen and (min-width: 769px) {
    .pg-article__h5 {
        border-left: 5px solid #003464
    }
}

.pg-article__h6 {
    position: relative;
    font-size: clamp(1rem, 2.3407vw, 1.125rem);
    font-weight: bold;
    line-height: 1.3;
    padding-left: 1em
}

.pg-article__h6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.5em;
    height: 5px;
    background-color: #003464
}

.pg-article__catWrap {
    margin-bottom: 3.125rem
}

@media not screen and (min-width: 769px) {
    .pg-article__catWrap {
        margin-bottom: 5.20156vw
    }
}

.pg-article__catWrap02 {
    margin-bottom: 1.25rem
}

@media not screen and (min-width: 769px) {
    .pg-article__catWrap02 {
        margin-bottom: 1.30039vw
    }
}

.pg-article__cat {
    display: inline-block;
    background-color: #858585;
    color: #fff;
    font-weight: bold;
    font-size: clamp(.75rem, 2.08062vw, 1rem);
    padding: 0 0.3em;
    margin-right: 0.7em
}

.pg-article__cat.-blue {
    background-color: #004c93
}

.pg-article__cat.-red {
    background-color: #dd001f
}

.pg-article__cat.-orange {
    background-color: #d95200
}

.pg-article__cat.-purple {
    background-color: #6800aa
}

.pg-article__cat.-white {
    background-color: #fff;
    color: #000
}

.pg-article__cat.-brand {
    background-color: #b40088
}

.pg-article__cat.-series {
    background-color: #0067e7
}

.pg-article__cat.-new {
    background-color: #ed1f32
}

.pg-article__cat.-topics {
    background-color: #16ae6c
}

.pg-article__cat.-event {
    background-color: #00abd6
}

.pg-article__cat.-online {
    background-color: #f98105
}

.pg-article__cat.-onlineEvent {
    background-color: #b40088
}

.pg-article__cat.-offline {
    background-color: #0067e7
}

.pg-article__cat.-notice {
    background-color: #2782d5
}

.pg-article__cat.-noticeimportant {
    background-color: #ff0054
}

.pg-article__txt {
    font-size: clamp(1rem, 2.3407vw, 1.125rem);
    line-height: 1.5;
    color: #000;
    font-weight: normal
}

.pg-article__txt.-indent {
    text-indent: 1em
}

.pg-article__txt.-indent-row {
    padding-left: 1em;
    text-indent: -1em
}

.-center {
    text-align: center
}

.-left {
    text-align: left
}

.-right {
    text-align: right
}

.pg-article__fontSmall {
    font-size: clamp(.75rem, 1.82055vw, .875rem)
}

.pg-article__fontLarge {
    font-size: clamp(1.5rem, 3.64109vw, 1.75rem)
}

.pg-article__fontNormal {
    font-size: clamp(1rem, 2.3407vw, 1.125rem)
}

.pg-article__bold {
    font-weight: bold
}

.pg-article__oblique {
    font-style: oblique
}

.pg-article__outline {
    text-decoration: line-through
}

.pg-article__underline {
    text-decoration: underline
}

.pg-article__txtLink {
    color: #0060b8;
    text-decoration: underline
}

.pg-article__colorRed {
    color: #ff0000
}

.pg-article__colorPink {
    color: #ff1da7
}

.pg-article__colorBlue {
    color: #00a0e9
}

.pg-article__colorGray {
    color: #777
}

.pg-article__colorLine {
    color: #fff;
    background-color: #003464
}

.pg-article__line {
    display: block;
    border-bottom: 1px solid #00213f;
    width: 100%
}

.pg-article__list {
    font-size: clamp(1rem, 2.3407vw, 1.125rem);
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.3em
}

.pg-article__lists.-style {
    list-style-type: disc
}

.pg-article__orderedLists.-style {
    list-style-type: decimal
}

.-style .pg-article__list {
    font-size: clamp(1rem, 2.3407vw, 1.125rem);
    margin-bottom: 0.3em;
    margin-left: 1.5em;
    padding-left: 0;
    text-indent: 0
}

.pg-article__frame {
    border: 1px solid #777;
    padding: 0.8em
}

.pg-article__frame.-bg {
    background-color: #e4e4e4
}

.pg-article__frame.-red {
    border: 3px solid #ff0000
}

.pg-article__btn {
    position: relative;
    background-color: #fff;
    border: 1px solid #003464;
    border-radius: 100vh;
    box-shadow: 5px 5px 0px 0px #001120;
    padding: 0.5em 2.5em 0.5em 2em;
    transition: 0.3s !important;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: clamp(1rem, 2.3407vw, 1.125rem);
    text-align: center
}

.pg-article__btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico_arrow_r.png);
    background-size: contain;
    background-repeat: no-repeat
}

.pg-article__btn.-exlink:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico_exlink.png) !important;
    background-size: contain;
    background-repeat: no-repeat
}

@media not screen and (min-width: 769px) {
    .pg-article__btn {
        box-shadow: 3px 3px 0px 0px #001120;
        width: 80%
    }
}

@media (hover: hover) {
    .pg-article__btn {
        transition: 0.3s !important
    }

    .pg-article__btn:hover {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        box-shadow: none;
        opacity: 1 !important
    }
}

.pg-article__btnEx {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #003464;
    border-radius: 100vh;
    box-shadow: 5px 5px 0px 0px #001120;
    padding: 0.5em 2em 0.5em 1.5em;
    transition: 0.3s !important;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: clamp(1rem, 2.3407vw, 1.125rem);
    text-align: center
}

.pg-article__btnEx:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/common/ico_exlink.png) !important;
    background-size: contain;
    background-repeat: no-repeat
}

@media not screen and (min-width: 769px) {
    .pg-article__btnEx {
        box-shadow: 3px 3px 0px 0px #001120;
        width: 80%
    }
}

@media (hover: hover) {
    .pg-article__btnEx {
        transition: 0.3s !important
    }

    .pg-article__btnEx:hover {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        box-shadow: none;
        opacity: 1 !important
    }
}

.pg-article__youtube {
    width: 100%;
    aspect-ratio: 16 / 9
}

.pg-article__youtube.-youtubeSmall {
    width: 70%;
    margin-right: auto;
    margin-left: auto
}

@media not screen and (min-width: 769px) {
    .pg-article__youtube.-youtubeSmall {
        width: 100%
    }
}

.pg-article__youtube iframe {
    width: 100%;
    height: 100%
}

.pg-article__img img {
    display: inline-block;
    width: auto;
    max-width: 100%
}

.pg-article__note {
    font-size: clamp(.75rem, 1.82055vw, .875rem);
    margin-top: 0.5em
}

.pg-article__2Col {
    display: flex;
    gap: 1.25rem
}

@media not screen and (min-width: 769px) {
    .pg-article__2Col {
        display: block
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__2ColItem {
        margin-bottom: 2.60078vw
    }
}

.pg-article__2ColSp {
    display: flex;
    gap: 1.25rem
}

@media not screen and (min-width: 769px) {
    .pg-article__2ColSp {
        gap: 2.60078vw
    }
}

.pg-article__3Col {
    display: grid;
    gap: 1.25rem;
    grid-template-columns:1fr 1fr 1fr
}

@media not screen and (min-width: 769px) {
    .pg-article__3Col {
        display: block
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__3ColItem {
        margin-bottom: 2.60078vw
    }
}

.pg-article__3ColSp2Col {
    display: grid;
    gap: 1.25rem;
    grid-template-columns:1fr 1fr 1fr
}

@media not screen and (min-width: 769px) {
    .pg-article__3ColSp2Col {
        display: grid;
        gap: 1.25rem;
        grid-template-columns:1fr 1fr
    }
}

.pg-article__4Col {
    display: grid;
    gap: 1.25rem;
    grid-template-columns:1fr 1fr 1fr 1fr
}

@media not screen and (min-width: 769px) {
    .pg-article__4Col {
        display: block
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__4ColItem {
        margin-bottom: 2.60078vw
    }
}

.pg-article__4ColSp2Col {
    display: grid;
    gap: 1.25rem;
    grid-template-columns:1fr 1fr 1fr 1fr
}

@media not screen and (min-width: 769px) {
    .pg-article__4ColSp2Col {
        display: grid;
        gap: 1.25rem;
        grid-template-columns:1fr 1fr
    }
}

.pg-article__2ColTxt {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between
}

@media not screen and (min-width: 769px) {
    .pg-article__2ColTxt {
        display: block
    }
}

.pg-article__2ColText {
    width: 70%
}

@media not screen and (min-width: 769px) {
    .pg-article__2ColText {
        width: 100%
    }
}

.pg-article__2ColImg {
    width: 25%
}

@media not screen and (min-width: 769px) {
    .pg-article__2ColImg {
        width: 100%;
        margin-top: 1em
    }

    .pg-article__2ColImg.-row {
        margin-bottom: 1em
    }
}

.-ColCenter {
    align-items: center
}

.pg-article__table {
    width: 100%;
    border: 3px solid #00213f;
    font-size: clamp(1rem, 2.3407vw, 1.125rem)
}

.pg-article__tableTr:nth-of-type(2n) .pg-article__tableTd {
    background-color: #e5eff8
}

.pg-article__tableTh {
    color: #fff;
    background-color: #005fb7;
    border-right: 3px solid #00213f;
    border-bottom: 3px solid #00213f;
    padding: 0.5em
}

.pg-article__tableTh.-col2 {
    width: 30%
}

.pg-article__tableTd {
    border-left: 1px solid #00213f;
    border-bottom: 3px solid #00213f;
    padding: 0.5em
}

.pg-article__tableRow {
    width: 100%;
    border: 3px solid #00213f;
    font-size: clamp(1rem, 2.3407vw, 1.125rem)
}

.pg-article__tableRowTr:nth-of-type(2n-1) .pg-article__tableRowTd {
    background-color: #e5eff8
}

@media not screen and (min-width: 769px) {
    .pg-article__tableRowTrTit {
        display: none
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__tableRowTrSub:before {
        content: attr(data-label) "";
        background: #005fb7;
        border-bottom: 3px solid #00213f;
        box-sizing: border-box;
        color: #fff;
        font-weight: bold;
        height: 2.8125rem;
        padding: 0.3em 0.5em;
        position: relative;
        display: block;
        width: 100%
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__tableRowTrSub:last-of-type td:last-of-type {
        margin-bottom: 0
    }
}

.pg-article__tableRowTh {
    color: #fff;
    background-color: #005fb7;
    border-left: 3px solid #00213f;
    border-bottom: 3px solid #00213f;
    padding: 0.5em
}

.pg-article__tableRowTd {
    border-left: 3px solid #00213f;
    border-bottom: 1px solid #00213f;
    padding: 0.5em
}

@media not screen and (min-width: 769px) {
    .pg-article__tableTh.-spView {
        border-top: 3px solid #00213f;
        border-right: 1px;
        display: block;
        width: 100%;
        border-bottom: 3px solid #00213f
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__tableTd.-spView {
        display: block;
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #00213f;
        background-color: #fff !important
    }

    .pg-article__tableTd.-spView:last-of-type {
        border-bottom: 0
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__table.-spView {
        border-top: 0
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__tableRowTr.-spView {
        border-top: 3px solid #00213f
    }

    .pg-article__tableRowTr.-spView:first-of-type {
        border-top: 0
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__tableRowTh.-spView {
        border-top: 3px solid #00213f;
        display: block;
        width: 100%;
        border-left: 0;
        border-bottom: 0
    }

    .pg-article__tableRowTh.-spView:first-of-type {
        border-top: 0
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__tableRowTd.-spView {
        background-color: #fff !important;
        display: block;
        width: 100%;
        border-bottom: 1px solid #00213f;
        border-left: 0
    }

    .pg-article__tableRowTd.-spView:last-of-type {
        border-bottom: 0
    }
}

.pg-article__form {
    margin-top: 3.125rem
}

@media (max-width: 1000px) {
    .pg-article__form {
        width: 97%;
        max-width: 540px;
        margin: 0 auto
    }
}

@media not screen and (min-width: 769px) {
    .pg-article__form {
        margin-top: 5.20156vw
    }
}
