/*==================================================
  top
==================================================*/
img {
  vertical-align: top; }

.l-header_cat-bgc {
  padding: 1rem 0.2rem 1rem 1rem; }
  .l-header_cat-bgc a {
    color: #fff; }

.l-header_account-bgc {
  background: #afa278;
  text-align: left;
  color: #fff; }

.l-header_biz-bgc {
  background: #003f7f; }

.l-header_sbiz-bgc {
  background: #0067ab; }

.l-header_priv-bgc {
  background: #008cd4; }

.l-header_settingLinkbox {
  right: 15px; }
  @media screen and (max-width: 768px) {
    .l-header_settingLinkbox {
      right: 45px; } }

.l-header_firstloginWrap {
  right: 45px; }
  @media screen and (max-width: 769px) {
    .l-header_firstloginWrap {
      right: 100px; } }
  @media screen and (max-width: 568px) {
    .l-header_firstloginWrap {
      right: 90px; } }

.l-header.info .l-header_searchBox-pc {
  right: 0; }

.l-header_supportWrap {
  right: 0; }

@media screen and (max-width: 769px) {
  .l-header_loginLink_item:first-child {
    margin-bottom: 0; } }

.l-header_login-account {
  position: absolute;
  left: 233px;
  top: 0;
  display: flex;
  height: 32px;
  border-radius: 10px; }
  @media screen and (max-width: 769px) {
    .l-header_login-account {
      display: none; } }

.l-header_account-box {
  display: flex;
  align-items: center;
  background: rgba(175, 162, 120, 0.3);
  border-radius: 10px;
  margin-right: 2rem;
  min-width: 355px; }

.l-header_account-link-list {
  display: flex;
  align-items: center; }
  .l-header_account-link-list a:hover {
    color: #afa278; }
  .l-header_account-link-list li {
    margin-right: 1.6rem; }
    .l-header_account-link-list li:last-child {
      margin-right: 0; }

.l-header_account-label {
  background: #afa278;
  border-radius: 10px;
  padding: 0.2rem 1rem;
  color: #fff; }

.l-header_account-link-box {
  padding: 0 1.6rem; }

.l-header_login-box {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-right: 2rem;
  min-width: 355px; }

.l-header_login-link-list {
  display: flex;
  align-items: center; }
  .l-header_login-link-list a:hover {
    color: #fff; }
  .l-header_login-link-list li {
    margin-right: 1.6rem; }
    .l-header_login-link-list li:last-child {
      margin-right: 0; }

.l-header_login-label {
  background: #000;
  border-radius: 10px;
  padding: 0.2rem 1rem;
  color: #fff; }

.l-header_login-link-box {
  padding: 0 1.6rem; }

@media screen and (max-width: 999px) {
  .p-top_pc-only {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .p-top_sp-only {
    display: none !important; } }

.p-top_main a:not([class*="btn-"]) {
  color: #24272B; }
.p-top_main .p-top_alert .notice {
  color: #ff1744 !important; }

.l-header {
  min-height: 0; }

@media screen and (min-width: 769px) {
  .l-header_drawerContainer {
    display: none; } }

@media screen and (max-width: 768px) {
  .l-header_globalNav {
    display: none; } }

/*--------------------------
  common
--------------------------*/
/*--- heading ---*/
.p-heading_wrap {
  text-align: center; }

.p-heading-01 {
  position: relative;
  margin-bottom: 4rem;
  color: #333;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 568px) {
    .p-heading-01 {
      margin-bottom: calc(100vw / 750 * 40);
      font-size: calc(100vw / 750 * 41); } }
  .p-heading-01 .p-heading-01_sub {
    display: inline-block;
    position: relative;
    font-size: 2rem; }
    @media screen and (max-width: 568px) {
      .p-heading-01 .p-heading-01_sub {
        font-size: calc(100vw / 750 * 26); } }
    .p-heading-01 .p-heading-01_sub::before {
      content: "";
      position: absolute;
      top: 50%;
      right: calc(100% + 1em);
      width: 75px;
      height: 0;
      border-bottom: 1px solid #333; }
    .p-heading-01 .p-heading-01_sub::after {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(100% + 1em);
      width: 75px;
      height: 0;
      border-bottom: 1px solid #333; }

.p-heading-02 {
  margin-bottom: 1.8rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  @media screen and (min-width: 1000px) and (max-width: 1280px) {
    .p-heading-02 {
      margin-bottom: 1rem;
      font-size: 3.2rem; } }
  @media screen and (max-width: 999px) {
    .p-heading-02 {
      margin-bottom: 1rem;
      text-align: center; } }
  @media screen and (max-width: 568px) {
    .p-heading-02 {
      font-size: calc(100vw / 750 * 40); } }

.p-heading-03 {
  margin-bottom: 2.5rem;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  @media screen and (min-width: 1000px) and (max-width: 1280px) {
    .p-heading-03 {
      margin-bottom: 1.2rem; } }
  @media screen and (max-width: 999px) {
    .p-heading-03 {
      margin-bottom: 1.4rem;
      text-align: center; } }
  @media screen and (max-width: 568px) {
    .p-heading-03 {
      margin-bottom: 1rem;
      font-size: calc(100vw / 750 * 30); } }

.p-heading-sub {
  font-size: 1.6rem;
  padding-left: 1.6rem; }

/*---- flex box ----*/
.p-top_two-column-block {
  display: flex;
  flex-wrap: wrap; }
  .p-top_two-column-block .block-item {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 50%; }

.p-top_contents-block {
  background: #f6f6f6; }
  @media screen and (max-width: 999px) {
    .p-top_contents-block {
      width: 100% !important;
      order: 3; } }
  .p-top_contents-block > * {
    width: 50%; }
  @media screen and (max-width: 999px) {
    .p-top_contents-block.even figure {
      order: 2; }
    .p-top_contents-block.even .block-inner {
      order: 1; } }
  .p-top_contents-block figure {
    overflow: hidden;
    height: 100%; }
    @media screen and (max-width: 999px) {
      .p-top_contents-block figure {
        height: auto; } }
    .p-top_contents-block figure img {
      max-width: none;
      width: auto;
      height: 100%; }
      @media screen and (min-width: 2050px) {
        .p-top_contents-block figure img {
          width: 100%;
          height: auto; } }
      @media screen and (min-width: 1000px) and (max-width: 1280px) {
        .p-top_contents-block figure img {
          width: 160%;
          height: auto; } }
      @media screen and (max-width: 999px) {
        .p-top_contents-block figure img {
          max-width: 100%;
          width: auto;
          height: auto; } }
  .p-top_contents-block .block-inner {
    padding: 1.5rem; }
    @media screen and (max-width: 568px) {
      .p-top_contents-block .block-inner {
        padding: 1rem; } }
  .p-top_contents-block .p-top_lead-txt {
    min-height: 3.6em;
    margin-bottom: 1rem;
    color: #4d4d4d;
    font-size: 1.5rem; }
    @media screen and (max-width: 568px) {
      .p-top_contents-block .p-top_lead-txt {
        font-size: calc(100vw / 750 * 20);
        text-align: center;
        line-height: 1.4; } }
  .p-top_contents-block p + .btn-sbys, .p-top_contents-block p + .btn_outer {
    margin-top: 0; }
  .p-top_contents-block .btn_outer {
    width: 150px; }
  .p-top_contents-block .btn-A {
    border-right: 2px solid #005ba3;
    border-left: 2px solid #005ba3;
    color: #fff;
    background: #005ba3; }
    .p-top_contents-block .btn-A:hover {
      color: #fff; }
    .p-top_contents-block .btn-A::before, .p-top_contents-block .btn-A::after {
      background: #005ba3; }
  .p-top_contents-block .btn-A_inner {
    min-height: 33px;
    padding: .7rem 0 .7rem;
    font-size: 1.3rem; }
  .p-top_contents-block body:not(.iOS) .btn-A_inner:hover {
    cursor: pointer;
    color: #005ba3; }
  .p-top_contents-block body:not(.iOS) .btn-A_inner:hover::after {
    left: -10%;
    width: 120%; }

.p-top_heading-block {
  padding: 1rem;
  background: linear-gradient(135deg, #003f7f, #00a8d4); }
  @media screen and (max-width: 999px) {
    .p-top_heading-block {
      order: 2;
      width: 100% !important;
      padding: 4rem 2rem; } }
  @media screen and (max-width: 568px) {
    .p-top_heading-block {
      padding: calc(100vw / 750 * 40) 2rem; } }
  .p-top_heading-block .block-inner {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
  .p-top_heading-block .p-top_lead-txt {
    color: #fff;
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .p-top_heading-block .p-top_lead-txt {
        margin-bottom: 0; } }
    @media screen and (max-width: 568px) {
      .p-top_heading-block .p-top_lead-txt {
        font-size: calc(100vw / 750 * 24); } }
  .p-top_heading-block .btn_outer {
    width: 150px; }
  .p-top_heading-block p + .btn-sbys, .p-top_heading-block p + .btn_outer {
    margin-top: 3rem; }
  .p-top_heading-block .btn-B {
    color: #fff;
    border: 1px solid #fff;
    min-width: 0; }
    .p-top_heading-block .btn-B:hover {
      color: #4a525a; }
    .p-top_heading-block .btn-B .btn-B_inner {
      min-height: 0;
      font-size: 1.3rem; }
      .p-top_heading-block .btn-B .btn-B_inner::after {
        position: absolute;
        z-index: -1;
        bottom: -15%;
        left: -10%;
        width: 0;
        height: 130%;
        content: '';
        transition: all .2s;
        transform: skewX(-25deg);
        background-color: #fff; }

body:not(.iOS) .p-top_heading-block .btn-B_inner:hover {
  cursor: pointer;
  color: #4a525a; }
  body:not(.iOS) .p-top_heading-block .btn-B_inner:hover::after {
    left: -10%;
    width: 120%; }

@media screen and (max-width: 999px) {
  .p-top_figure-block {
    order: 1;
    width: 100% !important; } }
.p-top_figure-block img {
  width: 100%;
  height: auto; }
.p-top_figure-block .block-inner {
  width: 100%; }

/*--------------------------
  head-alert
--------------------------*/
.p-important-alert-head {
  background: #ffdcdc;
  padding: 2.4rem 2rem; }
  @media screen and (max-width: 568px) {
    .p-important-alert-head {
      padding: 2rem 2rem; } }

.p-important-alert-head-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center; }

.p-important-alert-head-item {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 568px) {
    .p-important-alert-head-item {
      justify-content: flex-start; } }
  .p-important-alert-head-item::before {
    content: "";
    display: inline-block;
    background: url("/assets/top/img/head-alert-ico.png") center no-repeat;
    background-size: contain;
    width: 43px;
    height: 36px;
    margin-right: 1rem; }
    @media screen and (max-width: 568px) {
      .p-important-alert-head-item::before {
        width: 25px;
        min-width: 25px;
        height: 30px; } }
  .p-important-alert-head-item:last-child {
    margin-bottom: 0; }
  .p-important-alert-head-item > a {
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #f00 !important; }
    @media screen and (max-width: 568px) {
      .p-important-alert-head-item > a {
        text-align: left;
        font-size: 1.8rem; } }
  .p-important-alert-head-item .link-withArrow::after {
    color: #f00;
    font-weight: normal; }

/*--------------------------
  alert-notice news
--------------------------*/
.p-important-alert-notice {
  max-width: 950px;
  margin: 4.5rem auto 2rem;
  text-align: left;
  padding: 1.5rem 2rem;
  border: 1px solid #7c7c7c; }
  @media screen and (max-width: 568px) {
    .p-important-alert-notice {
      margin: 2.4rem auto 2rem; } }
  .p-important-alert-notice-content dt {
    color: #d00;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center; }
    .p-important-alert-notice-content dt::before {
      content: "";
      display: inline-block;
      background-image: url("/assets/top/img/alert-notice-ico.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 23px;
      height: 23px;
      margin-right: 1rem; }
    @media screen and (max-width: 568px) {
      .p-important-alert-notice-content dt {
        font-size: 1.8rem; } }
  .p-important-alert-notice-content dd {
    padding-left: 2rem;
    font-size: 1.8rem; }
    .p-important-alert-notice-content dd a {
      color: #d00 !important; }
    @media screen and (max-width: 568px) {
      .p-important-alert-notice-content dd {
        font-size: 1.6rem; } }

/*--------------------------
  hero
--------------------------*/
.p-top_hero {
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 999px) {
    .p-top_hero {
      min-width: 0; } }
  .p-top_hero .p-top_hero-slide {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 460px; }
    @media screen and (max-width: 999px) {
      .p-top_hero .p-top_hero-slide {
        height: auto; } }
    .p-top_hero .p-top_hero-slide .p-top_hero-slider {
      opacity: 0;
      position: relative; }
      .p-top_hero .p-top_hero-slide .p-top_hero-slider.slick-initialized {
        opacity: 1;
        transition: all 0.2s; }
      .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item {
        height: 460px;
        background: no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 999px) {
          .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item {
            height: auto; } }
        .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_biz {
          background-image: url("/assets/top/img/main_slider/mv-biz-pc-v3.jpg"); }
        .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_sbiz {
          background-image: url("/assets/top/img/main_slider/mv-sbiz-pc-v2.jpg"); }
        .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_priv {
          background-image: url("/assets/top/img/main_slider/mv-priv-pc-v2.jpg"); }
        .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_pfbank {
          background-image: url("/assets/top/img/main_slider/mv-kantan-pc.jpg"); }
      .p-top_hero .p-top_hero-slide .p-top_hero-slider figure img {
        width: 100%;
        height: auto; }
  .p-top_hero .p-top_hero-slide-main {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff; }
    @media screen and (max-width: 999px) {
      .p-top_hero .p-top_hero-slide-main {
        bottom: calc(100vw / 750 * 86);
        margin: auto; } }
    .p-top_hero .p-top_hero-slide-main .p-top_hero-slide-copy {
      font-size: 2.2rem;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.65); }
      @media screen and (max-width: 999px) {
        .p-top_hero .p-top_hero-slide-main .p-top_hero-slide-copy {
          font-size: 2.6rem;
          text-align: center;
          line-height: 1.6; } }
      @media screen and (max-width: 568px) {
        .p-top_hero .p-top_hero-slide-main .p-top_hero-slide-copy {
          font-size: calc(100vw / 750 * 28); } }
    .p-top_hero .p-top_hero-slide-main .btn_outer {
      width: 204px; }
      @media screen and (max-width: 999px) {
        .p-top_hero .p-top_hero-slide-main .btn_outer {
          width: 240px; } }
    .p-top_hero .p-top_hero-slide-main p + .btn-sbys, .p-top_hero .p-top_hero-slide-main p + .btn_outer {
      margin-top: 3rem; }
      @media screen and (max-width: 999px) {
        .p-top_hero .p-top_hero-slide-main p + .btn-sbys, .p-top_hero .p-top_hero-slide-main p + .btn_outer {
          margin-top: calc(100vw / 750 * 46); } }
    .p-top_hero .p-top_hero-slide-main .btn-B {
      min-width: 0;
      color: #fff;
      border-color: #fff; }
    .p-top_hero .p-top_hero-slide-main *::-ms-backdrop, .p-top_hero .p-top_hero-slide-main .btn-A_inner, .p-top_hero .p-top_hero-slide-main .btn-B_inner, .p-top_hero .p-top_hero-slide-main .btn-E_inner {
      margin: -1px;
      padding: 0.8rem 0; }
  @media screen and (max-width: 999px) {
    .p-top_hero .btn-B_inner {
      min-height: 0; } }
  @media screen and (max-width: 999px) {
    .p-top_hero .p-top_hero-slide_api p + .btn-sbys, .p-top_hero .p-top_hero-slide_api p + .btn_outer {
      margin-top: calc(100vw / 750 * 20); } }
  .p-top_hero .p-top_hero-slide-customeratt {
    margin-top: 1.6rem;
    color: #fff;
    font-size: 1.3rem; }
    .p-top_hero .p-top_hero-slide-customeratt a {
      color: #fff !important; }
  .p-top_hero .p-top_hero-slide-menu {
    position: absolute;
    top: 30px;
    right: 20px;
    min-width: 380px;
    margin-left: 20px;
    padding: 25px;
    opacity: 0;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 1281px) {
      .p-top_hero .p-top_hero-slide-menu {
        bottom: 30px;
        margin: auto; } }
    @media screen and (max-width: 999px) {
      .p-top_hero .p-top_hero-slide-menu {
        display: none; } }
    .p-top_hero .p-top_hero-slide-menu.slide-menu-biz {
      background: rgba(0, 63, 127, 0.8); }
    .p-top_hero .p-top_hero-slide-menu.slide-menu-sbiz {
      background: rgba(0, 103, 171, 0.8); }
    .p-top_hero .p-top_hero-slide-menu.slide-menu-priv {
      background: rgba(0, 140, 212, 0.8); }
    .p-top_hero .p-top_hero-slide-menu.slide-menu-api {
      background: rgba(18, 100, 224, 0.8); }
    .p-top_hero .p-top_hero-slide-menu.slide-menu-pfbank {
      background: rgba(0, 168, 212, 0.8); }
    .p-top_hero .p-top_hero-slide-menu .p-top_hero-slide-menu-item {
      font-size: 2rem; }
      .p-top_hero .p-top_hero-slide-menu .p-top_hero-slide-menu-item:not(:first-child) {
        margin-top: 0.8rem; }
      .p-top_hero .p-top_hero-slide-menu .p-top_hero-slide-menu-item a {
        position: relative;
        color: #fff; }
        .p-top_hero .p-top_hero-slide-menu .p-top_hero-slide-menu-item a:hover {
          opacity: 0.7; }
  .p-top_hero .p-top_hero-slide-heading {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
    line-height: 1.4; }
  .p-top_hero .p-top_hero-slide-indicator ul {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 999px) {
      .p-top_hero .p-top_hero-slide-indicator ul {
        bottom: calc(100vw / 750 * 34); } }
  .p-top_hero .p-top_hero-slide-indicator li {
    overflow: hidden;
    width: 13px;
    height: 13px;
    margin: 0 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0;
    text-indent: 100%;
    cursor: pointer; }
    .p-top_hero .p-top_hero-slide-indicator li.slick-active {
      background: #fff; }
  .p-top_hero .p-top_hero-slide-indicator button {
    overflow: hidden;
    font-size: 0;
    text-indent: 100%; }
  .p-top_hero .p-top_sp-menu {
    display: none; }
    @media screen and (max-width: 768px) {
      .p-top_hero .p-top_sp-menu {
        display: flex;
        flex-wrap: wrap;
        margin: 0.8rem calc(100vw / 750 * 30) 0; }
        .p-top_hero .p-top_sp-menu li {
          flex-basis: 50%;
          text-align: center; }
          .p-top_hero .p-top_sp-menu li a {
            display: block;
            padding: 0.6rem 0.3rem 0.3rem;
            color: #fff;
            font-size: 1.8rem; }
          .p-top_hero .p-top_sp-menu li:nth-child(n+3) a {
            padding: 0.3rem 0.3rem 0.6rem; }
        .p-top_hero .p-top_sp-menu.sp-menu-priv {
          background: rgba(0, 140, 212, 0.8); }
        .p-top_hero .p-top_sp-menu.sp-menu-biz {
          background: rgba(0, 63, 127, 0.8); }
        .p-top_hero .p-top_sp-menu.sp-menu-sbiz {
          background: rgba(0, 103, 171, 0.8); }
        .p-top_hero .p-top_sp-menu.sp-menu-api {
          background: rgba(18, 100, 224, 0.8); }
        .p-top_hero .p-top_sp-menu.sp-menu-pfbank {
          background: rgba(0, 168, 212, 0.8); }
          .p-top_hero .p-top_sp-menu.sp-menu-pfbank li a {
            padding: 0.6rem 0.3rem 0.3rem; }
          .p-top_hero .p-top_sp-menu.sp-menu-pfbank li:last-child {
            flex-basis: 100%; }
            .p-top_hero .p-top_sp-menu.sp-menu-pfbank li:last-child a {
              padding: 0.3rem 0.3rem 0.6rem; } }
    @media screen and (max-width: 568px) {
      .p-top_hero .p-top_sp-menu li a {
        font-size: calc(100vw / 750 * 28); }
      .p-top_hero .p-top_sp-menu.sp-menu-pfbank li {
        position: static; }
        .p-top_hero .p-top_sp-menu.sp-menu-pfbank li:first-child {
          flex-basis: 20%; }
        .p-top_hero .p-top_sp-menu.sp-menu-pfbank li:nth-child(2) {
          flex-basis: 80%; } }
  .p-top_hero .p-top_hero-nav .p-top_hero-nav-item {
    display: flex; }
    @media screen and (max-width: 999px) {
      .p-top_hero .p-top_hero-nav .p-top_hero-nav-item {
        flex-wrap: wrap; } }
    .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li {
      width: 100%;
      background: #000; }
      @media screen and (max-width: 999px) {
        .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li {
          width: 33.333%; } }
      .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li a {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li img, .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_label {
        display: block; }
      .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li img {
        flex-shrink: 0;
        width: 100%;
        opacity: 0.7; }
      .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li.is-active img {
        opacity: 1;
        transition: all 0.5s; }
      @media screen and (max-width: 999px) {
        .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_img {
          display: none; } }
      .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_label {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        position: relative;
        padding: 0.4em 1em;
        color: #fff;
        font-size: 1.8rem;
        text-align: center; }
        @media screen and (max-width: 999px) {
          .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_label {
            font-size: 2.3rem;
            padding: calc(100vw / 750 * 10);
            min-height: 5rem;
            line-height: 1.6; } }
        @media screen and (max-width: 768px) {
          .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_label {
            font-size: calc(100vw / 750 * 23); } }
        .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_label::after {
          content: '\e903';
          font-family: icomoon;
          font-size: 2.8rem;
          line-height: 1;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
          @media screen and (max-width: 999px) {
            .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_label::after {
              font-size: 3.8rem; } }
          @media screen and (max-width: 568px) {
            .p-top_hero .p-top_hero-nav .p-top_hero-nav-item > li .p-top_hero-nav_label::after {
              font-size: calc(100vw / 750 * 38); } }

.p-top_hero-nav_priv .p-top_hero-nav_label {
  background: #008cd4; }
.p-top_hero-nav_biz .p-top_hero-nav_label {
  background: #003f7f; }
.p-top_hero-nav_sbiz .p-top_hero-nav_label {
  background: #0067ab; }
.p-top_hero-nav_api .p-top_hero-nav_label {
  background: #1264e0; }
.p-top_hero-nav_pfbank .p-top_hero-nav_label {
  background: #00a8d4; }

/*--------------------------
  obstacle
--------------------------*/
.p-top_obstacle {
  padding-bottom: 0;
  text-align: center; }
  .p-top_obstacle ul:empty {
    display: none; }
  .p-top_obstacle .info_list {
    display: inline-block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 999px) {
      .p-top_obstacle .info_list {
        width: 100%; } }
    .p-top_obstacle .info_list .info_item {
      display: flex;
      padding: 1.2rem; }
      @media screen and (max-width: 768px) {
        .p-top_obstacle .info_list .info_item:nth-child(n+4) {
          display: none; } }
      .p-top_obstacle .info_list .info_item:first-child {
        margin-top: 2rem; }
      .p-top_obstacle .info_list .info_item > a {
        width: 100%; }
      .p-top_obstacle .info_list .info_item .info_itemContent {
        display: flex;
        padding: 0; }
        @media screen and (max-width: 999px) {
          .p-top_obstacle .info_list .info_item .info_itemContent {
            flex-direction: column; } }
        .p-top_obstacle .info_list .info_item .info_itemContent .info_label_wrap {
          display: flex;
          flex-direction: column;
          flex-shrink: 0;
          width: auto; }
          @media screen and (max-width: 999px) {
            .p-top_obstacle .info_list .info_item .info_itemContent .info_label_wrap {
              flex-direction: row;
              margin-bottom: 0.6rem; } }
        .p-top_obstacle .info_list .info_item .info_itemContent .info_date {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 1rem;
          color: #4d4d4d;
          font-size: 1.5rem;
          line-height: 1; }
          @media screen and (max-width: 999px) {
            .p-top_obstacle .info_list .info_item .info_itemContent .info_date {
              width: auto;
              margin-top: 0; } }
        .p-top_obstacle .info_list .info_item .info_itemContent .info_text {
          display: flex;
          align-items: center;
          width: auto;
          font-size: 1.5rem;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .p-top_obstacle .info_list .info_item .info_itemContent .info_text {
              margin-top: 0; } }
  .p-top_obstacle .p-top_alert + .info_list .info_item:first-child {
    margin-top: 0; }
  .p-top_obstacle .p-top_obstacle-info .info_item:last-child {
    margin-bottom: 4rem; }
  .p-top_obstacle .info_label {
    display: flex;
    align-items: center;
    margin: 0 2.6rem 0 3rem; }
    @media screen and (max-width: 999px) {
      .p-top_obstacle .info_label {
        margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .p-top_obstacle .info_label {
        width: auto; } }
    .p-top_obstacle .info_label .info_label-inner {
      width: 9em;
      padding: 0.6rem;
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      line-height: 1; }
    .p-top_obstacle .info_label.info_label-obstacle .info_label-inner, .p-top_obstacle .info_label.info_label-trouble .info_label-inner, .p-top_obstacle .info_label.info_label-alert .info_label-inner, .p-top_obstacle .info_label.info_label-maintenance .info_label-inner {
      background: #ff1744; }

*::-ms-backdrop, .btn-A_inner {
  padding: 0.5rem; }

/*--------------------------
  needs
--------------------------*/
.p-top_needs {
  padding-top: 6rem;
  background: url(/assets/top/img/needs-bg.jpg) center center no-repeat;
  background-size: cover; }

.p-top_needs-list {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1); }
  .p-top_needs-list + .p-top_needs-list {
    margin-top: 3.4rem; }
  .p-top_needs-list dt {
    color: #fff;
    text-align: center;
    line-height: 3.4rem; }
  .p-top_needs-list dd {
    padding: 1rem 1rem;
    background: #fff; }

.p-top_needs-biz dt {
  background: #003f7f; }

.p-top_needs-sbiz dt {
  background: #0067ab; }

.p-top_needs-list-item {
  display: flex;
  flex-wrap: wrap; }
  .p-top_needs-list-item li {
    flex-basis: 33.3%;
    padding: 0.18rem 1rem;
    padding-left: 1em;
    text-indent: -1em; }
    @media screen and (max-width: 768px) {
      .p-top_needs-list-item li {
        flex-basis: 50%; } }
    @media screen and (max-width: 568px) {
      .p-top_needs-list-item li {
        flex-basis: 100%; } }

/*--------------------------
  important notice
--------------------------*/
.p-top_alert {
  display: flex;
  max-width: 960px;
  margin: 2.4rem auto;
  padding: 2rem;
  background: #ffcccc; }

.p-top_alert_item {
  color: #ff1744;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  text-indent: -1.2rem;
  padding-left: 2rem;
  text-align: left; }
  .p-top_alert_item > a {
    color: #ff1744; }
  .p-top_alert_item:hover {
    color: #ff1744; }
  .p-top_alert_item:last-child {
    margin-bottom: 0; }
  .p-top_alert_item a::before {
    content: "\e90a";
    display: inline-block;
    font-family: icomoon;
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
    margin-top: -0.4rem;
    padding-right: 0.4rem; }
  .p-top_alert_item .p-top_alert_sttl {
    padding: 0.5rem 1rem 0.5rem 2rem;
    color: #fff !important;
    background: #ff1744; }
    .p-top_alert_item .p-top_alert_sttl::before {
      content: "\e90a";
      display: inline-block;
      font-family: icomoon;
      font-size: 2rem;
      line-height: 1;
      vertical-align: middle;
      margin-top: -0.4rem;
      padding-right: 0.4rem; }

.p-top_alert_list {
  text-align: left;
  padding: 0 1rem; }

.p-top_alert_box {
  max-width: 810px;
  margin: 0 auto 3rem; }
  .p-top_alert_box a {
    color: #ff1744;
    padding: 1.2rem 2.6rem;
    background-color: #fff;
    border: 2px solid #ff1744;
    text-align: center; }

@media screen and (max-width: 568px) {
  .p-top_alert_box {
    margin: 0 2rem 1.5rem; }
    .p-top_alert_box a {
      display: block; } }
@media screen and (max-width: 1080px) {
  .p-top_alert {
    padding-right: 1.6rem;
    padding-left: 1.6rem; } }
@media screen and (max-width: 768px) {
  .p-top_alert {
    padding-right: 0;
    padding-left: 0; } }
/*--------------------------
  information
--------------------------*/
.p-top_local_link {
  margin-right: 2rem;
  text-align: right; }
  .p-top_local_link.isHidden {
    display: none; }
  .p-top_local_link a {
    color: #003f7f !important;
    text-decoration: underline; }
    .p-top_local_link a:hover {
      text-decoration: none; }

.p-top_news .tab_menu {
  border-bottom: 2px solid #e6e6e6; }

/*--------------------------
  company
--------------------------*/
.p-top_company {
  padding-bottom: 9rem; }
  @media screen and (max-width: 768px) {
    .p-top_company {
      padding-bottom: 5rem; } }
  .p-top_company .p-top_company-heading {
    background: linear-gradient(135deg, #003f7f, #00a8d4); }

/*--------------------------
  recruit
--------------------------*/
.p-top_recruit {
  padding-bottom: 9rem; }
  @media screen and (max-width: 768px) {
    .p-top_recruit {
      padding-bottom: 5rem; } }
  .p-top_recruit .p-top_figure-block .figure-item {
    width: 25%; }
  .p-top_recruit .p-top_heading-block {
    padding: 4rem 2rem; }
    @media screen and (max-width: 568px) {
      .p-top_recruit .p-top_heading-block {
        padding: 3rem 2rem; } }

/*--------------------------
  special
--------------------------*/
.p-top_special {
  padding: 7rem 0 9.8rem;
  background: url("/assets/top/img/special-bg.png") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .p-top_special {
      padding: 4rem 0 6rem; } }

.p-top_special-slider_container {
  padding: 0 30px; }
  @media screen and (max-width: 999px) {
    .p-top_special-slider_container {
      padding: 0; } }

.p-top_special-slider {
  max-width: 1095px;
  width: 100%;
  margin: auto; }
  .p-top_special-slider .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 1;
    max-width: calc( 38 /1095 * 100%);
    width: 38px;
    padding-top: calc( 38 /1095 * 100%);
    background: center center no-repeat;
    background-size: contain;
    font-size: 0;
    text-indent: 100%;
    cursor: pointer; }
    @media screen and (max-width: 999px) {
      .p-top_special-slider .slick-arrow {
        max-width: none;
        width: calc(100vw / 750 * 52);
        padding-top: calc(100vw / 750 * 52); } }
  .p-top_special-slider .slick-prev {
    left: 0;
    background-image: url("/assets/top/img/slider_prev.svg");
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 999px) {
      .p-top_special-slider .slick-prev {
        transform: translate(50%, -50%); } }
  .p-top_special-slider .slick-next {
    right: 0;
    background-image: url("/assets/top/img/slider_next.svg");
    transform: translate(50%, -50%); }
    @media screen and (max-width: 999px) {
      .p-top_special-slider .slick-next {
        transform: translate(-50%, -50%); } }

/*--------------------------
  security,container
--------------------------*/
.p-top_security, .p-top_container {
  padding: 7rem 2rem 9.8rem; }
  @media screen and (max-width: 768px) {
    .p-top_security, .p-top_container {
      padding: 4rem 2rem 6rem; } }
  .p-top_security .btn_outer, .p-top_container .btn_outer {
    width: 240px; }

@media screen and (max-width: 568px) {
  .p-top_container .btn_outer {
    width: 85%;
    font-size: 1.4rem; } }

/*--------------------------
  special banner
--------------------------*/
.p-top_special-banner {
  margin: auto;
  padding: 3.5rem 0 4rem;
  text-align: center; }
  .p-top_special-banner a:hover {
    opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .p-top_special-banner {
      padding: 2.5rem 2rem 3rem; } }

/*--------------------------
  footer
--------------------------*/
.l-footer {
  border-top: 10px solid #f6f6f6; }
  @media screen and (max-width: 768px) {
    .l-footer {
      border-top: none; } }
  .l-footer.footer-top {
    background: #fff;
    color: #666; }
    .l-footer.footer-top .l-footer_topWrap {
      max-width: 1144px;
      padding: 3.5rem 0 3rem; }
    .l-footer.footer-top .l-footer_grid {
      display: flex; }
    .l-footer.footer-top .l-footer_top-primNav_list {
      margin-bottom: 0.4rem; }
      .l-footer.footer-top .l-footer_top-primNav_list a {
        color: #666;
        text-decoration: underline; }

.l-footer_top-primBlock {
  width: calc(100% / 4); }

.l-footer_top-heading {
  margin-bottom: 0.5rem;
  font-size: 1.6rem; }
  .l-footer_top-heading:not(:first-child) {
    margin-top: 2.4rem; }

/*--------------------------
  print
--------------------------*/
@media print {
  .p-top_utilLink_item,
  .p-top_feature_item {
    margin-bottom: 0; }

  .p-heading-01,
  .p-top_feature_heading,
  .p-heading-02 {
    font-size: 2rem; }

  .p-heading-01 {
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
    .p-heading-01::before {
      width: 80px; }

  .p-top_app_container,
  .p-top_service_container,
  .p-top_company_container,
  .p-top_security_container {
    padding: 3rem 0; }

  .p-top_service_container,
  .p-top_company_container {
    background: #fff; }

  .p-top_service_item {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd; }

  .p-top_app_img > img {
    position: static; }

  .p-top_service_heading,
  .p-top_company_lead {
    font-size: 1.8rem; }

  .p-top_utilLink_btn img,
  .p-top_service_icon {
    width: 50px; }

  .p-top_security_container::before {
    height: 10px; }

  .p-top_app_container {
    padding-bottom: 0; } }
/*--------------------------
  Welcome Movie
--------------------------*/
#movie-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67); }
  #movie-modal .movie-wrap {
    position: relative;
    max-width: calc(1024px + 40px);
    width: 100%;
    padding: 50px 20px 0;
    opacity: 0; }
    @media screen and (max-width: 568px) {
      #movie-modal .movie-wrap {
        padding: 50px 0 0; } }
  #movie-modal .video-wrap {
    position: relative; }
  #movie-modal #welcome-movie {
    max-width: 100%;
    width: 1024px;
    max-height: 100%; }
  #movie-modal .movie-close {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    transition: all 0.2s; }
    #movie-modal .movie-close:hover {
      opacity: 0.75; }
  #movie-modal .btn-play {
    display: none; }
    @media screen and (max-width: 768px) {
      #movie-modal .btn-play {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        cursor: pointer; } }

/*--------------------------
  top-pfbank
--------------------------*/
.p-top_pfbank {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/top/img/pf-kv-bg.jpg) center center no-repeat;
  background-size: cover; }
  .p-top_pfbank .p-pfbank-title-box {
    display: flex; }
  .p-top_pfbank .p-pfbank-title {
    flex-basis: 1000px;
    max-width: 1000px;
    margin: 1rem 2rem 1rem;
    padding: 50px 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 568px) {
      .p-top_pfbank .p-pfbank-title {
        flex-basis: calc(100vw - 3.2rem);
        max-width: calc(100vw - 3.2rem);
        margin: 0;
        padding: 20px 20px; } }
    .p-top_pfbank .p-pfbank-title > p {
      margin-top: 2rem;
      font-size: 2.4rem;
      line-height: 1.6;
      font-weight: bold;
      text-align: center;
      color: #000; }
      @media screen and (max-width: 568px) {
        .p-top_pfbank .p-pfbank-title > p {
          font-size: 1.8rem; } }
  .p-top_pfbank .p-pfbank-link-list {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 568px) {
      .p-top_pfbank .p-pfbank-link-list {
        flex-wrap: wrap; } }
    .p-top_pfbank .p-pfbank-link-list li {
      margin-right: 1rem; }
      @media screen and (max-width: 568px) {
        .p-top_pfbank .p-pfbank-link-list li {
          width: 100%; } }
      .p-top_pfbank .p-pfbank-link-list li:last-child {
        margin-right: 0; }

.p-top_biz-needs-list {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0; }
  @media screen and (max-width: 568px) {
    .p-top_biz-needs-list {
      flex-wrap: wrap;
      padding: 0; } }
  .p-top_biz-needs-list li {
    padding: 1rem 0.2rem;
    border-right: 1px solid #808080;
    width: 20%; }
    @media screen and (max-width: 568px) {
      .p-top_biz-needs-list li {
        width: 50%;
        border-bottom: 1px solid #808080;
        padding: 2rem; } }
    @media screen and (max-width: 568px) {
      .p-top_biz-needs-list li:nth-of-type(even) {
        border-right: none; } }
    .p-top_biz-needs-list li:last-child {
      border-right: none;
                   /*
@include mq(sm, max){
  border-bottom: none;
  width: 100%;
}*/ }
    .p-top_biz-needs-list li .card-A_item_icon {
      justify-content: center;
      display: flex;
      align-items: center;
      margin-bottom: 1rem; }

.p-top_biz-needs-link {
  color: #003f7f;
  font-weight: bold;
  line-height: 1.6; }
  @media screen and (max-width: 568px) {
    .p-top_biz-needs-link {
      text-align: center; } }
  .p-top_biz-needs-link a {
    text-decoration: none;
    color: #003f7f !important; }

/*--------------------------
  WebP
--------------------------*/
.p-top_next-format .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_biz {
  background-image: url("/assets/top/img/main_slider/mv-biz-pc-v3.webp"); }
.p-top_next-format .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_sbiz {
  background-image: url("/assets/top/img/main_slider/mv-sbiz-pc-v2.webp"); }
.p-top_next-format .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_priv {
  background-image: url("/assets/top/img/main_slider/mv-priv-pc-v2.webp"); }
.p-top_next-format .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_pfbank {
  background-image: url("/assets/top/img/main_slider/mv-kantan-pc.webp"); }
.p-top_next-format .p-top_needs {
  background-image: url(/assets/top/img/needs-bg.webp); }

/*--------------------------
  No-WebP
--------------------------*/
.no-webp .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_biz {
  background-image: url("/assets/top/img/main_slider/mv-biz-pc-v3.jpg"); }
.no-webp .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_sbiz {
  background-image: url("/assets/top/img/main_slider/mv-sbiz-pc-v2.jpg"); }
.no-webp .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_priv {
  background-image: url("/assets/top/img/main_slider/mv-priv-pc-v2.jpg"); }
.no-webp .p-top_hero .p-top_hero-slide .p-top_hero-slider .p-top_hero-slide-item.p-top_hero-slide_pfbank {
  background-image: url("/assets/top/img/main_slider/mv-kantan-pc.jpg"); }
.no-webp .p-top_needs {
  background-image: url(/assets/top/img/needs-bg.jpg); }

/*--------------------------
  animation
--------------------------*/
@keyframes white {
  0% {
    transform: translate(-1000px, 40px) scale(0.1); }
  20% {
    transform: translate(-100px, 40px) scale(3) rotate(0); }
  90% {
    transform: translate(-100px, 40px) scale(3) rotate(0); }
  100% {
    transform: translate(0, 0) rotate(-15deg); } }
@keyframes white-pro {
  0% {
    transform: translate(-1000px, 40px) scale(0.1); }
  20% {
    transform: translate(-130px, 40px) scale(3) rotate(0); }
  90% {
    transform: translate(-130px, 40px) scale(3) rotate(0); }
  100% {
    transform: translate(0, 0) rotate(-15deg); } }
@keyframes white-ipad {
  0% {
    transform: translate(-40px, -400px) scale(0.1); }
  20% {
    transform: translate(-40px, -400px) scale(2) rotate(0); }
  90% {
    transform: translate(-40px, -400px) scale(2) rotate(0); }
  100% {
    transform: translate(-50px, -120px) rotate(-15deg); } }
@keyframes black {
  0% {
    transform: translate(-1200px, 10px) scale(0.1); }
  20% {
    transform: translate(-590px, 10px) scale(3) rotate(0); }
  90% {
    transform: translate(-590px, 10px) scale(3) rotate(0); }
  100% {
    transform: translate(0, 0) rotate(-15deg); } }
@keyframes black-pro {
  0% {
    transform: translate(-1200px, 10px) scale(0.1); }
  20% {
    transform: translate(-560px, 10px) scale(3) rotate(0); }
  90% {
    transform: translate(-560px, 10px) scale(3) rotate(0); }
  100% {
    transform: translate(0, 0) rotate(-15deg); } }
@keyframes black-ipad {
  0% {
    transform: translate(-360px, -430px) scale(0.1); }
  20% {
    transform: translate(-360px, -430px) scale(2) rotate(0); }
  90% {
    transform: translate(-360px, -430px) scale(2) rotate(0); }
  100% {
    transform: translate(-100px, -150px) rotate(-15deg); } }
@keyframes white-sp {
  0% {
    transform: translate(150px, -50px) scale(0.1); }
  10% {
    transform: translate(0, 50px) scale(1.2); }
  80% {
    transform: translate(0, 50px) scale(1.2); }
  100% {
    transform: translate(0, 100px) scale(1);
    display: none; } }
@keyframes black-sp {
  0% {
    transform: translate(-150px, 0) scale(0.1); }
  10% {
    transform: translate(0, 40px) scale(1.2); }
  80% {
    transform: translate(0, 40px) scale(1.2); }
  100% {
    transform: translate(0, 100px) scale(1);
    display: none; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInOut {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none; } }
/*--------------------------
  footer banner
--------------------------*/
@media screen and (max-width: 768px) {
  .l-footer_info_bnr .gmoBannerBox {
    text-align: center; } }
.l-footer_info_bnr .gmoBannerBox .gmoBannerItem img {
  width: auto;
  height: 60px; }

.l-footer_note {
  flex-grow: 0 !important; }

.l-footer_snsIcon {
  justify-content: flex-start;
  width: 40%; }
  @media screen and (max-width: 768px) {
    .l-footer_snsIcon {
      justify-content: center;
      width: 100%; } }

.l-footer_info_bnr-fx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.8rem auto 0; }
  @media screen and (max-width: 768px) {
    .l-footer_info_bnr-fx {
      display: block;
      margin: 1.8rem auto; } }
  .l-footer_info_bnr-fx li:first-child {
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .l-footer_info_bnr-fx li {
      margin-left: 0; } }

.l-footer_info_bnr.bnr-kigyo a img {
  width: auto;
  height: auto; }

/*# sourceMappingURL=top-202604.css.map */
