@charset "UTF-8";
/*!------------------------
 * top
 * /contents/
 *------------------------*/
.l_footer_wrap {
  margin-top: 0;
}

/* .p_top_mainvisual */
@media (min-width: 768px) {
  .p_top_mainvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p_top_mainvisual_image {
  position: relative;
}

@media (min-width: 768px) {
  .p_top_mainvisual_image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    overflow: hidden;
  }
}

.p_top_mainvisual_image_text {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: 2;
  width: 53.3333333333vw;
  height: auto;
}

@media (min-width: 768px) {
  .p_top_mainvisual_image_text {
    top: 80px;
    left: 80px;
    width: 300px;
  }
}

@media (min-width: 1281px) {
  .p_top_mainvisual_image_text {
    left: 6.25vw;
    left: auto;
    right: 42.1875vw;
  }
}

@media (min-width: 768px) {
  .p_top_mainvisual_image_picture {
    height: 500px;
  }
  .p_top_mainvisual_image_picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50%;
    left: -50%;
    max-width: none;
    height: 100%;
    margin: auto;
  }
}

@media (min-width: 1350px) {
  .p_top_mainvisual_image_picture img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .p_top_mainvisual_contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0  auto;
            flex: 0 0  auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
  }
}

.p_top_mainvisual_login {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .p_top_mainvisual_login {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(white));
    background: -o-linear-gradient(top, #f6f6f6 0%, white 100%);
    background: linear-gradient(180deg, #f6f6f6 0%, white 100%);
    padding: 1.25rem 1.875rem;
  }
}

@media (max-width: 767px) {
  .p_top_mainvisual_login_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p_top_mainvisual_login_item + .p_top_mainvisual_login_item {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .p_top_mainvisual_login_item img {
    width: 100%;
    max-width: 270px;
    height: auto;
  }
}

.p_top_mainvisual_login_logo {
  display: block;
}

@media (min-width: 768px) {
  .p_top_mainvisual_login_logo {
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
  .p_top_mainvisual_login_item .p_top_mainvisual_login_logo {
    margin: 0 10px 0 0;
  }
}

.p_top_mainvisual_login_btn {
  display: block;
  border-radius: 6px;
  padding: 0.6875rem 0.625rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p_top_mainvisual_login_btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_mainvisual_login_btn:focus, .p_top_mainvisual_login_btn:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none;
  }
}

.p_top_mainvisual_login_item .p_top_mainvisual_login_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p_top_mainvisual_login_btn_caption {
  display: block;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .p_top_mainvisual_login_btn_caption {
    font-size: 0.75rem;
  }
}

.p_top_mainvisual_utility {
  padding: 1.25rem;
  background: #F5F5F5;
}

@media (min-width: 768px) {
  .p_top_mainvisual_utility {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 1.875rem 2.1875rem 2.5rem;
    margin-top: auto;
  }
}

.p_top_mainvisual_utility_btn {
  display: block;
  border: 1px solid #231916;
  border-radius: 4px;
  padding: 1.25em 1em;
  font-weight: 500;
  text-align: center;
  color: #231916;
}

@media (min-width: 768px) {
  .p_top_mainvisual_utility_btn {
    padding: 1em;
    font-size: 1.125rem;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_mainvisual_utility_btn:focus, .p_top_mainvisual_utility_btn:hover {
    color: #004DA1;
    border-color: #004DA1;
    text-decoration: none;
    opacity: .8;
  }
}

.p_top_mainvisual_utility_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_top_mainvisual_utility_btn + .p_top_mainvisual_utility_nav {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .p_top_mainvisual_utility_btn + .p_top_mainvisual_utility_nav {
    margin-top: 1.875rem;
  }
}

.p_top_mainvisual_utility_nav_item {
  width: 33%;
  padding: 5px 0;
  text-align: center;
}

.p_top_mainvisual_utility_nav_item:not(:first-child) {
  border-left: 1px solid #ccc;
}

@media (min-width: 768px) {
  .p_top_mainvisual_utility_nav_item {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_mainvisual_utility_nav_item:focus, .p_top_mainvisual_utility_nav_item:hover {
    color: #004DA1;
    text-decoration: none;
    opacity: .8;
  }
}

.p_top_mainvisual_utility_nav_caption {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p_top_mainvisual_utility_nav_caption {
    font-size: 0.875rem;
  }
}

.p_top_mainvisual_utility_nav a {
  color: #231916;
}

.p_top_mainvisual_utility_nav .u_icon {
  color: #004DA1;
  font-size: 3rem;
}

/* .p_top_contents */
.p_top_contents {
  margin-top: 3.75rem;
}

@media (min-width: 768px) {
  .p_top_contents {
    margin-top: 6.25rem;
  }
}

.p_top_mainvisual + .p_top_contents {
  margin-top: 5rem !important;
}

.p_top_contents_inner {
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .p_top_contents_inner {
    max-width: 1110px;
    padding: 0 2.5rem;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.p_top_contents_inner > *:first-child {
  margin-top: 0 !important;
}

.p_top_contents_inner > *:last-child {
  margin-bottom: 0 !important;
}

.p_top_contents_heading {
  position: relative;
  padding-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 2;
  background: url("/contents/assets/images/common/bg_heading_lv2.svg") 0 0 no-repeat;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p_top_contents_heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
  }
}

.p_top_contents_heading_small {
  display: block;
  margin: .5em 0 0;
  font-size: 0.875rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .p_top_contents_heading_small {
    display: inline;
    margin: 0 0 0 1em;
    font-size: 1rem;
  }
}

.p_top_contents_heading_image {
  position: absolute !important;
  z-index: 1 !important;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .p_top_contents_heading_image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .p_top_contents_heading_image {
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(100% + 20px);
    width: auto;
    max-width: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .p_top_contents_heading_image {
    left: auto;
  }
}

.p_top_contents_heading_image.is_active {
  -webkit-animation: fadeInRight ease-in-out .75s forwards;
          animation: fadeInRight ease-in-out .75s forwards;
}

@media (max-width: 767px) {
  .p_top_contents_online .p_top_contents_heading_image {
    top: -30px;
    left: 170px;
    width: 46.1333333333%;
    max-width: 173px;
  }
  .p_top_contents_life .p_top_contents_heading_image {
    top: -35px;
    left: 170px;
    width: 25.0666666667%;
    max-width: 94px;
  }
  .p_top_contents_useful .p_top_contents_heading_image {
    top: -30px;
    left: 170px;
    width: 33.3333333333%;
    max-width: 125px;
  }
  .p_top_contents_service .p_top_contents_heading_image {
    top: -20px;
    left: 170px;
    width: 44%;
    max-width: 165px;
  }
  .p_top_contents_lifeplan .p_top_contents_heading_image {
    top: -20px;
    left: 170px;
    width: 45.3333333333%;
    max-width: 170px;
  }
}

.p_top_contents_banner_md {
  background: #F6F6F6;
  padding: 1.875rem 0;
}

@media (min-width: 768px) {
  .p_top_contents_banner_md {
    padding: 2.8125rem 0;
  }
}

.p_top_contents_banner_sm {
  background: #EEEEEE;
  padding: 2.5rem 0 5rem;
}

@media (min-width: 768px) {
  .p_top_contents_banner_sm {
    padding: 2.5rem 0;
  }
}

.p_top_contents_useful,
.p_top_contents_online {
  position: relative;
  padding: 3.125rem 0 0;
  margin: 2.5rem 0 0;
}

@media (min-width: 768px) {
  .p_top_contents_useful,
  .p_top_contents_online {
    padding: 5rem 0 0;
    margin: 6.25rem 0 0;
  }
}

.p_top_contents_useful:after,
.p_top_contents_online:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 89.3333333333%;
  height: 300px;
  background: #F6F6F6;
  z-index: 1;
  content: "";
}

@media (min-width: 768px) {
  .p_top_contents_useful:after,
  .p_top_contents_online:after {
    width: 73.9583333333vw;
    height: 430px;
  }
}

.p_top_contents_useful > *,
.p_top_contents_online > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .p_top_contents_useful {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .p_top_contents_useful {
    padding-bottom: 40px;
    margin-top: 150px;
  }
}

.p_top_contents_useful:after {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .p_top_contents_useful:after {
    height: 400px;
  }
}

.p_top_contents_service {
  background: url("/contents/assets/images/top/bg_service_sp.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
}

@media (min-width: 768px) {
  .p_top_contents_service {
    background: url("/contents/assets/images/top/bg_service_pc.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 5rem 0;
  }
}

.p_top_contents_lifeplan {
  background: #FFF9F3;
  padding: 3.125rem 0;
}

@media (min-width: 768px) {
  .p_top_contents_lifeplan {
    padding: 5rem 0 4.375rem;
  }
}

/* .p_top_nav_group */
.p_top_nav_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.25rem 0;
}

.p_top_nav_group_item {
  padding: 10px 0;
  border-right: 1px solid #ccc;
}

.p_top_nav_group_col3 .p_top_nav_group_item {
  width: 33%;
}

.p_top_nav_group_col3 .p_top_nav_group_item:nth-child(3n) {
  border-right: 0;
}

.p_top_nav_group_col3 .p_top_nav_group_item:nth-child(n+4) {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .p_top_nav_group_col4_pc .p_top_nav_group_item {
    width: 25%;
    padding: 1.25rem 1.875rem;
    text-align: left;
  }
  .p_top_nav_group_col4_pc .p_top_nav_group_item:nth-child(4n+1) {
    border-left: 1px solid #ccc;
  }
  .p_top_nav_group_col4_pc .p_top_nav_group_item:nth-child(n+5) {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .p_top_nav_group_col1_sp {
    display: block;
  }
  .p_top_nav_group_col1_sp .p_top_nav_group_item {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
  }
}

/* .p_top_nav */
.p_top_nav {
  display: block;
  color: #231916;
  text-align: center;
}

@media (min-width: 768px) {
  .p_top_nav {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_nav .u_icon {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_nav:hover {
    background: #004DA1;
    color: #fff;
    text-decoration: none;
  }
  .p_top_nav:hover .u_icon {
    color: #fff;
  }
}

.p_top_nav_caption {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .p_top_nav_caption {
    font-size: 1rem;
  }
}

.p_top_nav .u_icon {
  color: #004DA1;
  font-size: 3.125rem;
}

@media (min-width: 768px) {
  .p_top_nav .u_icon {
    font-size: 5rem;
  }
}

.p_top_nav .p_top_nav_caption {
  margin: 0;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .p_top_nav .p_top_nav_caption {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
}

/* .p_top_nav_row */
.p_top_nav_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p_top_nav_row .u_icon {
  margin: 0 1rem 0 0;
  font-size: 2.25rem;
}

.p_top_nav_row .p_top_nav_caption {
  margin: 0;
}

/* .p_top_text */
@media (min-width: 768px) {
  .p_top_text {
    font-size: 1rem;
  }
}

/* .p_top_image_inline */
@media (min-width: 768px) {
  .p_top_image_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.5rem 0;
  }
}

a.p_top_image_item {
  display: block;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  a.p_top_image_item {
    width: 50%;
  }
  a.p_top_image_item img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a.p_top_image_item:hover img {
    opacity: .8;
  }
}

#reco_ranking {
  margin: 1.25rem 0 0;
}

@media (min-width: 768px) {
  #reco_ranking {
    margin: 1.875rem 0 0;
  }
}

.p_top_slider {
  margin: 0 !important;
}

.p_top_slider:not(.slick-initialized) {
  display: none;
  visibility: hidden;
}

.p_top_slider_recomend {
  margin: 2.5rem 0 0 !important;
}

@media (min-width: 768px) {
  .p_top_slider_sm {
    max-width: 1110px;
    padding: 0 52px;
    margin: 0 auto !important;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    overflow: hidden;
  }
}

.p_top_slider_item {
  text-align: center;
}

.p_top_slider_recomend .p_top_slider_item {
  margin: 0 18px;
}

.p_top_slider_sm .p_top_slider_item {
  margin: 0 5px;
}

.p_top_slider_item > a {
  display: inline-block;
  background: #fff;
}

@media (min-width: 768px) {
  .p_top_slider_item > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_slider_item > a:hover {
    opacity: .8;
  }
}

.p_top_slider .slick-dots {
  left: 0;
  bottom: -50px;
}

.p_top_slider .slick-dots li {
  margin: 0;
}

.p_top_slider .slick-dots li.slick-active button:before {
  color: #004DA1;
}

.p_top_slider .slick-next,
.p_top_slider .slick-prev {
  width: 32px;
  height: 32px;
  z-index: 2;
  color: #231916;
}

@media (max-width: 767px) {
  .p_top_slider .slick-next,
  .p_top_slider .slick-prev {
    top: calc(100% +  40px);
  }
}

@media (min-width: 768px) {
  .p_top_slider .slick-next,
  .p_top_slider .slick-prev {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_slider .slick-next:focus, .p_top_slider .slick-next:hover,
  .p_top_slider .slick-prev:focus,
  .p_top_slider .slick-prev:hover {
    color: #004DA1;
  }
}

.p_top_slider .slick-next:before,
.p_top_slider .slick-prev:before {
  font-family: "a_bank_icon" !important;
  color: inherit !important;
  font-size: 30px;
  opacity: 1;
}

.p_top_slider .slick-next {
  right: 1.25rem;
}

@media (min-width: 768px) {
  .p_top_slider .slick-next {
    right: 0;
  }
}

.p_top_slider .slick-next:before {
  content: "\e939";
}

.p_top_slider .slick-prev {
  left: 1.25rem;
}

@media (min-width: 768px) {
  .p_top_slider .slick-prev {
    left: 0;
  }
}

.p_top_slider .slick-prev:before {
  content: "\e93b";
}

.p_top_recommend_tag {
  display: inline-block;
  margin: 10px 0 0;
  background: #F2F2F2;
  border-radius: 3px;
  padding: 5px 1em;
  color: #ccc;
  font-size: 0.75rem;
}

.p_top_recommend_tag[data-category="保険"] {
  background: #FFF4C1;
  color: #EB840C;
}

.p_top_recommend_tag[data-category="住宅ローン"] {
  background: #F7FAD4;
  color: #39B724;
}

.p_top_recommend_tag[data-category="外貨預金"] {
  background: #FAEFFF;
  color: #B060DF;
}

.p_top_recommend .c_panel_heading {
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .p_top_recommend .c_panel_heading {
    height: 50px;
  }
}

.p_top_recommend .dv_recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p_top_recommend .dv_recommend .dv_rc_items {
    width: calc(50% - 7.5px);
    margin: 0 0 0 15px;
  }
  .p_top_recommend .dv_recommend .dv_rc_items:nth-child(2n+1) {
    margin-left: 0;
  }
  .p_top_recommend .dv_recommend .dv_rc_items:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .p_top_recommend .dv_recommend .dv_rc_items {
    width: 23.5%;
    margin: 0 0 0 2%;
  }
  .p_top_recommend .dv_recommend .dv_rc_items:nth-child(3) {
    margin-left: 0;
  }
  .p_top_recommend .dv_recommend .dv_rc_items:nth-child(7) {
    margin-right: 0;
  }
}

.p_top_recommend .dv_rc_img {
  min-height: 75px;
  background: #ccc;
}

@media (min-width: 768px) {
  .p_top_recommend .dv_rc_img {
    min-height: 125px;
    overflow: hidden;
  }
  .p_top_recommend .dv_rc_img img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p_top_recommend .dv_rc_items > a {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  color: #231916;
}

@media (min-width: 768px) {
  .p_top_recommend .dv_rc_items > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_recommend .dv_rc_items > a:hover {
    color: #004DA1;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  }
  .p_top_recommend .dv_rc_items > a:hover .dv_rc_img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p_top_recommend .dv_rc_name {
  display: block;
  padding: 1.25rem;
  font-weight: 500;
}

.p_top_banner {
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .p_top_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p_top_banner_item {
  text-align: center;
}

@media (max-width: 767px) {
  .p_top_banner_item:not(:first-child) {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .p_top_banner_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33% - 30px);
    margin: 0 0 0 30px;
  }
  .p_top_banner_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p_top_banner_item:nth-child(n + 4) {
    margin-top: 30px;
  }
  .p_top_banner_item a {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p_top_banner_item a:hover {
    opacity: .75;
  }
}

.p_top_banner_btn.c_btn {
  width: 200px;
  min-width: auto;
  height: 50px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

.p_top_banner_btn.c_btn:before {
  font-family: "a_bank_icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1 !important;
  content: "\e922";
  margin-right: 10px;
  margin-left: -10px;
  color: #004DA1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .p_top_banner_btn.c_btn:focus, .p_top_banner_btn.c_btn:hover {
    background-color: #fff;
    color: #231916;
    opacity: .75;
  }
}

.p_top_banner_btn.c_btn.is_active {
  background-color: #fff;
  color: #231916;
}

.p_top_banner_btn.c_btn.is_active:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (min-width: 768px) {
  .p_top_news .c_tab_header_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    font-size: 0.875rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .p_top_news .c_tab_header_item {
    max-width: 20%;
  }
}

.p_top_fadein {
  opacity: 0;
}

.p_top_fadein.is_active {
  -webkit-animation: topfadeInUp .75s ease-in-out forwards;
          animation: topfadeInUp .75s ease-in-out forwards;
}

@-webkit-keyframes topfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes topfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
