@charset "UTF-8";

.l-ps-main-contents {
    position: relative;
    padding: 60px 0 80px;
    background-color: #eee
}

@media screen and (max-width:768px) {
    .l-ps-main-contents {
        padding: 20px 10px
    }
}

.l-ps-detail {
    padding: 54px 0 53px;
    background-color: #eef4fb
}

@media screen and (max-width:768px) {
    .l-ps-detail {
        padding: 60px 10px
    }
}

@media screen and (max-width:768px) {
    .l-ps-detail .l-ps-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:768.02px) {
    .l-ps-detail .l-ps-inner:after {
        content: "";
        display: block;
        clear: both
    }
}

.l-ps-detail__image {
    float: right;
    width: 397px
}

@media screen and (max-width:768px) {
    .l-ps-detail__image {
        float: none;
        width: 100%;
        margin-top: 25px;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

.l-ps-detail__lead {
    width: 580px;
    margin: 0;
    padding-top: 26px;
    color: #186eb4;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4642857143
}

@media screen and (max-width:768px) {
    .l-ps-detail__lead {
        width: auto;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 20px;
        line-height: 1.4;
        text-align: center
    }

    .l-ps-detail__lead span {
        display: inline-block;
        white-space: nowrap
    }
}

.l-ps-detail__description {
    width: 560px;
    margin: 9px 0 0;
    font-size: 16px;
    line-height: 1.6875
}

@media screen and (max-width:768px) {
    .l-ps-detail__description {
        width: auto;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.4285714286
    }
}

.l-ps-detail__button {
    position: relative;
    display: block;
    width: 517px;
    margin-top: 21px;
    padding: 21px 10px 22px;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    background: #186eb4;
    text-align: center
}

@media screen and (max-width:768px) {
    .l-ps-detail__button {
        width: 202px;
        margin: 20px auto 0;
        padding: 8px 5px 9px;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        font-size: 9px
    }
}

.l-ps-detail__button i {
    position: relative;
    top: 2px;
    margin-right: 5px
}

@media screen and (max-width:768px) {
    .l-ps-detail__button i {
        top: 0
    }
}

.l-ps-detail__button:after {
    position: absolute;
    top: 50%;
    right: 33px;
    display: block;
    content: "";
    width: 9px;
    height: 13.5px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_button-arrow.svg) no-repeat 0 0/contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:768px) {
    .l-ps-detail__button:after {
        width: 4px;
        height: 6px;
        right: 13px
    }
}

.l-ps-footer {
    min-width: 1280px;
    padding: 40px 0 26px;
    background-color: #6f6f6f;
    text-align: center
}

@media screen and (max-width:768px) {
    .l-ps-footer {
        min-width: 320px
    }
}

.l-ps-footer__nav {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5
}

.l-ps-footer__link:after {
    position: relative;
    top: 7px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_link-arrow.svg) no-repeat 0 0/contain;
    vertical-align: top
}

.l-ps-footer__logo {
    width: 220px;
    margin: 16px auto 0
}

.l-ps-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.is-fixed-menu .l-ps-header {
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 10000;
    -webkit-animation: nav-under-fixed 400ms ease 600ms both;
    animation: nav-under-fixed 400ms ease 600ms both;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .is-fixed-menu .l-ps-header {
        position: absolute;
        -webkit-animation: none;
        animation: none;
        background: transparent;
        height: 66px
    }
}

.l-ps-header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    height: 90px;
    margin: 0 auto;
    padding: 0 30px
}

@media screen and (max-width:768px) {
    .l-ps-header__inner {
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        height: 66px;
        padding: 10px 20px;
        background-color: #fff;
        z-index: 100
    }
}

.is-fixed-menu .l-ps-header__inner {
    height: 70px
}

@media screen and (max-width:768px) {
    .is-fixed-menu .l-ps-header__inner {
        height: 66px
    }
}

@-webkit-keyframes nav-under-fixed {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes nav-under-fixed {
    0% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.l-ps-hero {
    position: relative;
    box-sizing: border-box;
    min-width: 1280px;
    width: 100%;
    height: 620px;
    padding-top: 90px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/bg_hero.png) 50% 50% no-repeat;
    background-size: cover
}

@media screen and (max-width:768px) {
    .l-ps-hero {
        min-width: 320px;
        height: auto;
        padding-top: 66px;
        background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/bg_hero_sp.png)
    }
}

.l-ps-inner {
    max-width: 980px;
    margin: 0 auto
}

.l-ps-main-visual {
    position: relative;
    box-sizing: border-box;
    width: 1280px;
    height: 530px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 0
}

@media screen and (max-width:768px) {
    .l-ps-main-visual {
        width: auto;
        height: auto;
        padding: 0 10px 40px
    }
}

.l-ps-main-visual__main {
    width: 614px;
    margin-left: 20px;
    padding-top: 93px;
    text-align: center
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__main {
        width: auto;
        margin: 0;
        padding-top: 25px
    }
}

.l-ps-main-visual__title {
    color: #4e4e4e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__title {
        font-size: 12px
    }
}

.l-ps-main-visual__logo {
    width: 384px;
    margin: 15px auto 0
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__logo {
        width: 238px;
        margin-top: 10px
    }
}

.l-ps-main-visual__description {
    margin: 12px 0 0;
    font-family: "游明朝体", Yu Mincho, YuMincho, Noto Serif JP, serif;
    font-size: 28px;
    line-height: 1.75
}

.l-ps-main-visual__description span {
    display: inline-block;
    white-space: nowrap
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__description {
        font-size: 18px;
        line-height: 1.6666666667
    }
}

.l-ps-main-visual__button {
    position: relative;
    display: block;
    width: 326px;
    margin: 11px auto 0;
    padding: 10px 29px 12px 5px;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    background: #186eb4;
    text-align: center
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__button {
        width: 202px;
        margin: 17px auto 0;
        padding: 8px 5px 9px;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        font-size: 9px
    }
}

.l-ps-main-visual__button i {
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 20px
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__button i {
        top: 0;
        font-size: 9px
    }
}

.l-ps-main-visual__button:after {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    content: "";
    width: 6px;
    height: 9px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_button-arrow.svg) no-repeat 0 0/contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__button:after {
        width: 4px;
        height: 6px;
        right: 13px
    }
}

.l-ps-main-visual__footnote {
    margin: 9px 0 0
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__footnote {
        font-size: 11px;
        line-height: 1.3636363636
    }
}

.l-ps-main-visual__sub {
    position: absolute;
    top: 0;
    right: 63px;
    width: 553px;
    z-index: -1
}

@media screen and (max-width:768px) {
    .l-ps-main-visual__sub {
        position: static;
        width: 308px;
        margin: 6px auto 0
    }
}

.l-ps-main {
    min-width: 1280px;
    background-color: #eee
}

@media screen and (max-width:768px) {
    .l-ps-main {
        min-width: 320px
    }
}

.l-ps-nav-area {
    padding: 60px 0 57px;
    background-color: #fff
}

@media screen and (max-width:768px) {
    .l-ps-nav-area {
        padding: 60px 10px 75px
    }
}

.l-ps-nav-area__lead {
    margin: 0;
    color: #af1980;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width:768px) {
    .l-ps-nav-area__lead {
        font-size: 20px;
        line-height: 1.4
    }
}

.c-ps-header-logo {
    position: relative;
    z-index: 2
}

@media screen and (max-width:768px) {
    .c-ps-header-logo {
        display: inline-block
    }
}

.c-ps-header-logo__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .c-ps-header-logo__link {
        display: inline-block
    }
}

.c-ps-header-logo__image {
    width: 150px;
    height: 39px
}

@media screen and (max-width:768px) {
    .c-ps-header-logo__image {
        width: 100px;
        height: auto;
        margin: 0 auto
    }
}

.c-ps-header-logo__text {
    margin: 6px 0 0;
    padding-bottom: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1
}

@media screen and (max-width:768px) {
    .c-ps-header-logo__text {
        font-size: 10px
    }
}

.c-ps-internal-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-ps-internal-link__item {
    margin-top: 13px;
    width: 25%;
    text-align: center;
    font-size: 16px;
    line-height: 1.6875
}

@media screen and (max-width:768px) {
    .c-ps-internal-link__item {
        width: auto;
        margin: 8px 5px;
        font-size: 11px;
        line-height: 1
    }
}

.c-ps-internal-link__item:nth-child(5) {
    width: 24%
}

@media screen and (max-width:768px) {
    .c-ps-internal-link__item:nth-child(5) {
        width: auto
    }
}

.c-ps-internal-link__item:nth-child(6) {
    position: relative;
    width: 26%;
    z-index: 1
}

@media screen and (max-width:768px) {
    .c-ps-internal-link__item:nth-child(6) {
        width: auto
    }
}

.c-ps-internal-link__link {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .c-ps-internal-link__link {
        white-space: normal
    }
}

.c-ps-internal-link__link:after {
    position: relative;
    top: 5px;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 3px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_internal-link.svg) no-repeat 0 0/contain;
    vertical-align: top
}

@media screen and (max-width:768px) {
    .c-ps-internal-link__link:after {
        top: 0;
        width: 10px;
        height: 10px;
        margin-left: 5px
    }
}

.p-ps-detail-aside {
    position: fixed;
    right: 0;
    bottom: 110px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
    opacity: 1;
    transition: all .7s
}

@media screen and (max-width:768px) {
    .p-ps-detail-aside {
        display: none
    }
}

.p-ps-detail-aside button {
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #186eb4;
    width: 18px;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    transition: width .5s, opacity .3s
}

.p-ps-detail-aside button span {
    display: block;
    text-indent: -9999px
}

.p-ps-detail-aside button:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-ps-detail-aside button:hover {
    opacity: .9
}

.p-ps-detail-aside.is-ps-close button {
    width: 30px
}

.p-ps-detail-aside.is-ps-close button:before {
    left: 3px;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1)
}

.p-ps-detail-aside__wrapper {
    padding: 5px 5px 5px 0;
    background-color: #186eb4
}

.p-ps-detail-aside__inner {
    width: 279px;
    padding: 16px;
    background: #e2f2ff
}

.p-ps-detail-aside__image {
    width: 247px
}

.p-ps-detail-aside__lead {
    margin: 10px 0 0;
    color: #186eb4;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

.p-ps-detail-aside__description {
    margin: 9px 0 0;
    font-size: 14px;
    line-height: 1.8571428571
}

.p-ps-detail-aside__button {
    position: relative;
    display: block;
    width: 247px;
    margin-top: 8px;
    padding: 8px 10px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    background-color: #186eb4
}

.p-ps-detail-aside__button:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    content: "";
    width: 6px;
    height: 9px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_button-arrow.svg) no-repeat 0 0/contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-ps-detail-aside.is-ps-fixed {
    position: fixed
}

.p-ps-detail-aside.is-ps-snap-bottom {
    position: absolute;
    bottom: 0
}

.p-ps-detail-aside.is-ps-expand {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.p-ps-detail-aside.is-ps-close {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.p-ps-detail-aside.is-ps-hide {
    -webkit-transform: translateX(120%);
    transform: translateX(120%)
}

.p-ps-detail-aside.is-ps-show {
    opacity: 1
}

@media screen and (max-width:768px) {
    .p-ps-gnav {
        padding: 10px 10px 42px
    }
}

.p-ps-gnav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:768px) {
    .p-ps-gnav__list {
        display: block;
        text-align: center
    }
}

.p-ps-gnav__item:nth-last-child(2) {
    margin-left: 5px
}

@media screen and (max-width:768px) {
    .p-ps-gnav__item:nth-last-child(2) {
        margin-left: 0
    }
}

.p-ps-gnav__link {
    display: block;
    padding: 5px 21px 7px;
    font-size: 14px;
    line-height: 2
}

@media screen and (max-width:768px) {
    .p-ps-gnav__link {
        font-weight: 700;
        padding: 13px 0;
        line-height: 1
    }
}

.is-ps-current .p-ps-gnav__link {
    font-weight: 700
}

.p-ps-gnav__button {
    position: relative;
    display: block;
    width: 170px;
    margin-left: 16px;
    padding: 5px 0 7px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    background-color: #186eb4;
    text-align: center
}

@media screen and (max-width:768px) {
    .p-ps-gnav__button {
        margin: 10px auto 0
    }
}

.p-ps-gnav__button:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: "";
    width: 6px;
    height: 9px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_button-arrow.svg) no-repeat 0 0/contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-ps-issue-list__item {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.75
}

@media screen and (max-width:768px) {
    .p-ps-issue-list__item {
        font-size: 14px;
        line-height: 1.4285714286
    }
}

.p-ps-issue-list__item:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issu-list.svg) 0 0 no-repeat
}

@media screen and (max-width:768px) {
    .p-ps-issue-list__item:before {
        top: 0
    }
}

.p-ps-issue-list__item+.p-ps-issue-list__item {
    margin-top: 12px
}

.p-ps-issue__item:before {
    display: block;
    content: "";
    width: 100%;
    height: 39px;
    margin-top: -39px
}

@media screen and (max-width:768px) {
    .p-ps-issue__item:before {
        margin-top: -10px;
        height: 10px
    }
}

.p-ps-issue__item+.p-ps-issue__item {
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .p-ps-issue__item+.p-ps-issue__item {
        margin-top: 20px
    }
}

.p-ps-issue__inner {
    padding: 28px 30px 30px;
    border-bottom: #af1980 solid 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(153, 153, 153, .16)
}

@media screen and (max-width:768px) {
    .p-ps-issue__inner {
        padding: 40px 10px 38px
    }
}

.p-ps-issue__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .p-ps-issue__header {
        display: block
    }
}

.p-ps-issue__heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 340px;
    margin-right: 30px;
    font-family: Noto Serif JP, serif;
    font-size: 26px;
    line-height: 1.4230769231;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:768px) {
    .p-ps-issue__heading {
        width: 100%;
        font-size: 20px;
        line-height: 1.5
    }
}

.p-ps-issue__heading:before {
    display: block;
    content: "";
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:768px) {
    .p-ps-issue__heading:before {
        min-width: 30px;
        height: 30px
    }
}

.p-ps-issue__heading--01:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue01.png)
}

.p-ps-issue__heading--02:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue02.png)
}

.p-ps-issue__heading--03:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue03.png)
}

.p-ps-issue__heading--04:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue04.png)
}

.p-ps-issue__heading--05:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue05.png)
}

.p-ps-issue__heading--06:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue06.png)
}

.p-ps-issue__heading--07:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue07.png)
}

.p-ps-issue__heading--08:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue08.png)
}

.p-ps-issue__heading--09:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue09.png)
}

.p-ps-issue__heading--10:before {
    background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_issue10.png)
}

.p-ps-issue__list {
    box-sizing: border-box;
    width: 550px
}

@media screen and (max-width:768px) {
    .p-ps-issue__list {
        width: auto;
        margin: 23px 3px 0
    }
}

.p-ps-issue__body {
    overflow: hidden;
    height: 0
}

.is-ps-open .p-ps-issue__body {
    height: auto
}

.p-ps-issue__body-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 40px 30px;
    background-color: #f9f9f9
}

@media screen and (max-width:768px) {
    .p-ps-issue__body-inner {
        display: block;
        padding: 24px 10px 20px
    }
}

.p-ps-issue__text {
    width: 320px
}

@media screen and (max-width:768px) {
    .p-ps-issue__text {
        width: auto
    }
}

.p-ps-issue__description {
    margin: -3px 0 0 !important;
    color: #af1980;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75
}

@media screen and (max-width:768px) {
    .p-ps-issue__description {
        margin: 0 0 -4px !important;
        line-height: 1.5
    }
}

.p-ps-issue__footnote {
    margin: 11px 0 0 !important;
    font-size: 14px;
    line-height: 1.7142857143
}

@media screen and (max-width:768px) {
    .p-ps-issue__footnote {
        margin: 12px 0 -3px !important;
        font-size: 12px;
        line-height: 1.5
    }
}

.p-ps-issue__object {
    box-sizing: border-box;
    width: 512px
}

@media screen and (max-width:768px) {
    .p-ps-issue__object {
        width: 100%;
        margin-top: 24px
    }
}

.p-ps-issue__object a {
    display: block;
    border: #707070 solid 1px
}

.p-ps-issue__object img {
    vertical-align: top
}

.p-ps-issue__object video {
    width: 100%;
    height: auto;
    vertical-align: top
}

.p-ps-issue__video-link {
    position: relative
}

.p-ps-issue__video-link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 72px;
    height: 72px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_play.png) no-repeat 0 0/contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-ps-issue__button {
    position: relative;
    display: block;
    max-width: 317px;
    width: 100%;
    margin: 28px auto 0;
    padding: 8px 10px 10px;
    border: solid 1px #af1980;
    background-color: #fff;
    color: #af1980;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    transition-duration: .1s
}

@media screen and (max-width:768px) {
    .p-ps-issue__button {
        margin-top: 25px
    }
}

.p-ps-issue__button:hover {
    opacity: .7
}

.is-ps-open .p-ps-issue__button {
    margin-top: 10px;
    margin-bottom: -20px;
    padding-left: 24px;
    color: #333;
    border-color: transparent
}

.p-ps-issue__button:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_solution-button.svg) no-repeat 0 0/contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top
}

.is-ps-open .p-ps-issue__button:after {
    position: relative;
    top: 7px;
    right: 0;
    margin-left: 4px;
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/bugyo-v/ge/ps/ico_solution-button-close.svg) no-repeat 0 0/contain;
    -webkit-transform: none;
    transform: none
}

@media screen and (max-width:768px) {
    .p-ps-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1
    }
}

.p-ps-menu__button {
    display: none
}

@media screen and (max-width:768px) {
    .p-ps-menu__button {
        position: absolute;
        top: 16px;
        right: 9px;
        display: block;
        width: 40px;
        height: 33px;
        background: none;
        z-index: 1
    }

    .p-ps-menu__button-line {
        position: absolute;
        top: 16px;
        left: 10px;
        display: block;
        width: 20px;
        height: 1px;
        background-color: #333;
        transition-duration: .2s
    }

    .p-ps-menu__button-line:before,
    .p-ps-menu__button-line:after {
        position: absolute;
        display: block;
        content: "";
        width: 20px;
        height: 1px;
        background-color: #333;
        transition-duration: .2s
    }

    .p-ps-menu__button-line:before {
        top: -6px
    }

    .p-ps-menu__button-line:after {
        top: 6px
    }

    .is-ps-menu-open .p-ps-menu__button-line {
        background-color: transparent
    }

    .is-ps-menu-open .p-ps-menu__button-line:before {
        top: 0;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    .is-ps-menu-open .p-ps-menu__button-line:after {
        top: 0;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }
}

@media screen and (max-width:768px) {
    .p-ps-menu__gnav {
        overflow: hidden;
        position: relative;
        height: 0;
        margin-top: 66px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }

    .is-ps-menu-open .p-ps-menu__gnav {
        visibility: visible;
        opacity: 1;
        height: auto
    }
}

@media screen and (max-width:768px) {
    .u-ps-fbr {
        display: inline-block;
        white-space: nowrap
    }
}

.l-ps-hero a,
.l-ps-main a {
    transition: opacity .3s
}

.l-ps-hero a:hover,
.l-ps-main a:hover {
    opacity: .7
}

button {
    font-family: sawarabi, Noto Sans, Noto Sans CJK JP, Noto Sans CJK JP Subset, Noto Sans JP, sans-serif
}