@charset "UTF-8";
|
/*
	for google fonts
*/
@font-face {
	font-family: 'Lato';
	font-weight: 400;
	src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-weight: 700;
	src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-weight: 400;
	src: url('../fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-weight: 700;
	src: url('../fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
}



/* ---------------------------------------------------------------- */
/* .p-top-first_view */
/* - ファーストビュー */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  body:not(.for-toppage) .p-top-first_view__background:before {
    content: "";
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 284px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}



/* ---------------------------------------------------------------- */
/* .p-top-recommend */
/* - Recommend おすすめコンテンツ */
/* ---------------------------------------------------------------- */
/* .for-toppage */
.p-top-recommend {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4f2ff+0,e1f5ff+100 */
  background: linear-gradient(135deg,  #e4f2ff 0%,#e1f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-top-recommend__title-main {
  font-family: 'Zen Kaku Gothic New', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend {
    padding: 90px 0 73px;
  }
  .p-top-recommend__title-main {
    color: #32327F;
    font-size: 3.6rem;
    text-align: center;
  }
  .p-top-recommend__title-sub {
    color: #333;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
  }
  .p-top-recommend__head {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px), print {
  .p-top-recommend__title-main {
    font-size: 2.2rem;
    color: #32327F;
  }
  .p-top-recommend__title-sub {
    margin: 15px 0 0;
    font-size: 1.6rem;
    color: #333;
    font-weight: normal;
  }
}



/* ---------------------------------------------------------------- */
/* .for-toppage .c-slider-01 */
/* ---------------------------------------------------------------- */
.c-slider-01__container.swiper-container {
  overflow: visible;
}
.c-slider-01__navigation {
  position: relative;
  z-index: 2;
}
.c-slider-01__navigation .swiper-pagination-bullet {
  opacity: 0.5;
}
.c-slider-01__navigation .swiper-button-prev,
.c-slider-01__navigation .swiper-button-next {
  top: auto;
  outline: none;
}
.c-slider-01__navigation .swiper-button-prev.swiper-button-disabled,
.c-slider-01__navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.c-slider-01__navigation .swiper-button-prev:after,
.c-slider-01__navigation .swiper-button-next:after {
  opacity: 0;
  font-size: 0;
}

.c-slider-01__navigation .swiper-button-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-slider-01__navigation .swiper-button-next {
  right: 0;
}

.c-slider-01__navigation .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  counter-reset: slideIndex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: auto;
  color: #fff;
  background: none;
  counter-increment: slideIndex;
  outline: none;
}
.c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
  content: counter(slideIndex, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: currentColor;
}
.c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: #329f6f;
}

.c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: inherit;
}

.c-slider-01__list-item.swiper-slide .p-top-recommend__card-body {
  display: none;
}
.p-top-recommend__card::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-top-recommend::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32327f+0,305cbf+100 */
  background: linear-gradient(135deg,  #32327f 0%,#305cbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 250px;
}


@media screen and (min-width: 768px), print {
  .c-slider-01__list.swiper-wrapper {
    margin: 0 0 80px;
  }
  .c-slider-01__list-item.swiper-slide {
    opacity: 1;
    width: 740px;
    margin: 0 40px 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .p-top-recommend__card-thumbnail {
    opacity: 0.35;
  }
  .c-slider-01__list-item.swiper-slide.swiper-slide-active .p-top-recommend__card-thumbnail {
    opacity: 1;
  }
  .c-slider-01__list-item.swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .c-slider-01__navigation {
    width: 880px;
    margin: -40px auto 0;
    padding: 0 86px 0;
  }
  .c-slider-01__navigation .swiper-button-prev,
  .c-slider-01__navigation .swiper-button-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 16px;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_arrow_08_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 46px auto;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .c-slider-01__navigation .swiper-button-prev:hover,
  .c-slider-01__navigation .swiper-button-next:hover {
    opacity: 0.5;
  }
  .c-slider-01__navigation .swiper-pagination {
    margin: 0 -10px 0;
    padding: 0 0 10px;
    border-bottom: none;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
    max-width: 200px;
    width: 100%;
    margin: 0 10px 0;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
    margin: 0 0 15px;
    color: transparent;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
    color: #329f6f;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:hover:before {
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  .c-slider-01__list-item.swiper-slide {
    width: calc(100% - 20px);
    margin: 0 10px 0;
  }
  .c-slider-01__navigation {
    margin: 24px 10px 0;
    padding: 0 46px 0;
    border: none;
  }
  .c-slider-01__navigation .swiper-button-prev,
  .c-slider-01__navigation .swiper-button-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 0;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_arrow_08_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px auto;
  }
  .c-slider-01__navigation .swiper-pagination {
    margin: 0 -5px 0;
    padding: 0;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
    max-width: 100px;
    margin: 0 5px 0;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1;
  }
  .c-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
    margin: 0 0 10px;
    color: transparent;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
  }
  .p-top-recommend::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32327f+0,305cbf+100 */
    background: linear-gradient(135deg,  #32327f 0%,#305cbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 160px;
  }
}






/* ---------------------------------------------------------------- */
/* .p-top-mainimage */
/* - トップページスライダー */
/* ---------------------------------------------------------------- */
.p-top-mainimage__body {
  display: block;
  position: relative;
  z-index: 1;
}
.p-top-mainimage__card {
  display: block;
  position: relative;
}
.p-top-mainimage__card-link {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-mainimage__card-thumbnail {
  display: block;
  overflow: hidden;
}
.p-top-mainimage__card-thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
}
.c-slider-top .swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #32327F;
  margin: 0 7px;
}
.c-slider-top .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #32327F;
}
.c-slider-top .swiper-pagination {
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 100%;
}
.c-slider-top .swiper-button-prev::after,
.c-slider-top .swiper-button-next::after {
  content: "";
  background: center center/contain no-repeat;
  width: 100%;
  height: 100%;
}
.c-slider-top .swiper-button-prev::after {
  background-image: url("../image/top/ic_arrow_mainimage_prev.png");
}
.c-slider-top .swiper-button-next::after {
  background-image: url("../image/top/ic_arrow_mainimage_next.png");
}
.p-top-mainimage__card-thumbnail {
  position: relative;
  border-radius: 8px;
}
.p-top-mainimage__card-thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 4px solid #32327F;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .p-top-mainimage {
    padding: 130px 0 60px;
  }
  .c-slider-top__list-item.swiper-slide {
    opacity: 0.4;
    width: 1160px;
    margin: 0 20px 0;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  .c-slider-top__list-item.swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .c-slider-top .swiper-button-prev,
  .c-slider-top .swiper-button-next {
    width: 72px;
    height: 72px;
  }
  .c-slider-top .swiper-button-prev {
    left: calc( 50% - 36px );
    transform: translateX( -600px );
  }
  .c-slider-top .swiper-button-next {
    right: auto;
    left: calc( 50% - 36px );
    transform: translateX( 600px );
  }
}
@media screen and (max-width: 767px) {
  .p-top-mainimage {
    padding: 15px 15px 45px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}




/* ---------------------------------------------------------------- */
/* .p-top-banking */
/* - 個人/法人向けIB */
/* ---------------------------------------------------------------- */
.p-top-banking {
  background: linear-gradient(135deg,  #e4f2ff 0%,#e1f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-top-banking__list-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.p-top-banking__list-index {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.is-01 .p-top-banking__list-index {
  background-color: #4E9FE5;
}
.is-02 .p-top-banking__list-index {
  background-color: #4B4B98;
}
.p-top-banking__list-title {
  font-weight: bold;
  color: #32327F;
  text-align: center;
  width: 100%;
}
.p-top-banking__list-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEE000 url("../image/common/icon_arrow_02_blue.svg") right 15px center no-repeat;
  color: #32327F;
  font-weight: bold;
}
.account .p-top-banking__list-button-link {
  background-color: #fff;
  border: 2px solid #32327F;
}
.p-top-banking__list-item-in {
  display: flex;
  justify-content: center;
  -webkit-gap: 0 20px;
  gap: 0 20px;
}
.p-top-banking__list-item-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-top-banking__list-buttons {
  display: flex;
  justify-content: center;
}
.p-top-banking__list-sub {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-top-banking__list-sub-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-banking__list-sub-link::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #32327F;
  border-right: 2px solid #32327F;
  transform: rotate(45deg);
  position: relative;
  top: 1px;
  left: 5px;
}
@media screen and (min-width: 768px), print {
  .p-top-banking {
    padding: 25px 0;
  }
  .p-top-banking__list {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .p-top-banking__list-item {
    width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-top-banking__list-index {
    font-size: 2.2rem;
    padding: 12px 0;
  }
  .p-top-banking__list-item-in {
    padding: 15px 20px 20px;
    align-items: flex-end;
  }
  .p-top-banking__list-title {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  .p-top-banking__list-sub {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  .p-top-banking__list-button {
    margin: 0 6px;
  }
  .p-top-banking__list-button-link {
    width: 220px;
    height: 54px;
    border-radius: 27px;
  }
  .account .p-top-banking__list-button-link {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-banking {
    padding: 20px 15px;
  }
  .p-top-banking__list-index {
    padding: 10px 0;
    font-size: 2.0rem;
  }
  .p-top-banking__list-item-in {
    padding: 15px 30px 20px;
  }
  .p-top-banking__list-item-col,
  .p-top-banking__list-buttons {
    flex-wrap: wrap;
  }
  .p-top-banking__list-buttons {
    -webkit-gap: 15px 0;
    gap: 15px 0;
    margin: 10px 0;
    width: 100%;
  }
  .p-top-banking__list-button {
    width: 100%;
  }
  .p-top-banking__list-button-link {
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
}




/* ---------------------------------------------------------------- */
/* .p-top-emergency */
/* - 緊急のお知らせ */
/* ---------------------------------------------------------------- */
.p-top-emergency {
  display: none;
}
.p-top-emergency-in {
  border: 4px solid #D71E19;
}
.p-top-emergency__head {
  color: #D71E19;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-top-emergency__head::before {
  content: "";
  width: 33px;
  height: 29px;
  background: url("../image/top/ic_emergency.svg") center center/contain no-repeat;
}
.p-top-emergency__title {
  font-size: 1.6rem;
  line-height: 1em;
  margin-left: 10px;
  font-weight: bold;
}
.p-top-emergency__body a {
  color: #D71E19;
}
@media screen and (min-width: 768px), print {
  .p-top-emergency {
    padding: 50px 0 40px;
    width: 1280px;
    margin: 0 auto;
  }
  .p-top-emergency-in {
    display: flex;
    padding: 40px 35px;
    justify-content: space-between;
    align-items: center;
  }
  .p-top-emergency__body {
    width: 980px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-emergency {
    padding: 20px 15px;
  }
  .p-top-emergency-in {
    border: 4px solid #D71E19;
    padding: 20px 25px 25px;
  }
  .p-top-emergency__head {
    color: #D71E19;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}





/* ---------------------------------------------------------------- */
/* .p-top-newstips */
/* - ニュース（スクロールチップス） */
/* ---------------------------------------------------------------- */
.p-top-newstips {
  position: relative;
  background-color: #F5F5F5;
}
.p-top-newstips-title {
  display: block;
  color: #32327F;
  font-weight: bold;
}
.p-top-newstips-detail {
  display: block;
  color: #333;
  position: relative;
}
.p-top-newstips-detail a {
  color: inherit;
}
.p-top-newstips-detail .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.p-top-newstips-navigation {
  position: absolute;
}
.p-top-newstips-navigation .swiper-button-autoplay {
  display: none;
}

.p-top-newstips-navigation .swiper-button-prev,
.p-top-newstips-navigation .swiper-button-next {
  display: block;
  overflow: hidden;
  right: 0;
  left: 0;
  margin: auto;
  text-indent: -9999px;
  outline: none;
}

_:-ms-lang(x)::-ms-backdrop,
.p-top-newstips-navigation .swiper-button-prev,
.p-top-newstips-navigation .swiper-button-next {
  width: 22px;
  height: 27px;
}

@media screen and (min-width: 768px), print {
  .p-top-newstips {
  }
  .p-top-newstips-in {
    width: 1280px;
    padding: 20px 0;
    margin: 0 auto;
    background: url("../image/top/ic_newstips.svg") left center no-repeat;
  }
  .p-top-newstips-title {
    font-size: 1.8rem;
    line-height: 1.61111;
    display: inline;
    padding: 0 10px 0 0;
  }
  .p-top-newstips-detailBlock {
    display: inline-block;
  }
  .p-top-newstips-detail {
    font-size: 1.6rem;
    line-height: 1.8125;
    padding-left: 45px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1;
  }
  .p-top-newstips-detail a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-newstips-detail a:hover {
    opacity: 0.5;
  }
  .p-top-newstips-detail .swiper-wrapper {
    height: 29px !important;
  }
  .p-top-newstips-navigation {
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 29px;
    margin: auto;
  }
  .p-top-newstips-navigation .swiper-button-prev,
  .p-top-newstips-navigation .swiper-button-next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-newstips-navigation .swiper-button-prev:hover,
  .p-top-newstips-navigation .swiper-button-next:hover {
    opacity: 0.5;
  }
  .p-top-newstips-navigation .swiper-button-prev,
  .p-top-newstips-navigation .swiper-button-next {
    background-image: url(/assets/image/common/icon_arrow_03.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
  }
  .p-top-newstips-navigation .swiper-button-prev {
    top: 0;
    bottom: 19px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .p-top-newstips-navigation .swiper-button-next {
    top: 20px;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

}
@media screen and (max-width: 767px) {
  .p-top-newstips {
    padding: 20px 15px;
    background: #F5F5F5 url("../image/top/ic_newstips.svg") 15px 15px no-repeat;
  }
  .p-top-newstips-title {
    font-size: 1.6rem;
    line-height: 1.42857;
    letter-spacing: 0.06em;
    padding-left: 45px;
    margin-bottom: 15px;
  }
  .p-top-newstips-title br {
    display: none;
  }
  .p-top-newstips-detail {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-right: 40px;
  }
  .p-top-newstips-detail .swiper-wrapper {
    height: 80px !important;
  }
  .p-top-newstips-navigation {
    top: 3px;
    right: 20px;
    bottom: 0;
  }
  .p-top-newstips-navigation .swiper-button-prev,
  .p-top-newstips-navigation .swiper-button-next {
    width: 30px;
    height: 30px;
    background-image: url(/assets/image/common/icon_arrow_03.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 9px auto;
  }
  .p-top-newstips-navigation .swiper-button-prev {
    top: 0;
    bottom: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .p-top-newstips-navigation .swiper-button-next {
    top: 30px;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}



/* ---------------------------------------------------------------- */
/* .p-top-items */
/* - 商品・サービス */
/* ---------------------------------------------------------------- */
.p-top-items__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 30px;
}
.p-top-items__title::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-items__title-main {
  font-family: 'Zen Kaku Gothic New', Arial, Helvetica, sans-serif;
  color: #32327F;
}
.p-top-items__title-sub {
  color: #333;
  font-weight: normal;
  margin: 15px 0 0 ;
  line-height: 1.6785;
  text-align: center;
}
.p-top-items__main-list {
  display: flex;
  flex-wrap: wrap;
}
.p-top-items__main-button {
  border: 2px solid #32327F;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.p-top-items__main-button:link,
.p-top-items__main-button:visited {
  color: #000;
}

.p-top-items__main-button-caption-in {
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,ffe000+34 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#ffe000 41%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-top-items__main-button-link {
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background: #32327F url("../image/common/icon_arrow_02_negative.svg") right 15px center no-repeat;
}
.p-top-items__sub-list {
  display: flex;
}
.p-top-items__sub-button {
  display: flex;
  border: 2px solid #32327F;
  border-radius: 8px;
  color: #32327F;
  font-weight: bold;
  background: #FFF url("../image/common/icon_arrow_02_blue.svg") right 20px bottom 20px no-repeat;
}
@media screen and (min-width: 768px), print {
  .p-top-items {
    width: 1280px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .p-top-items__title::before {
    background-image: url("../image/common/ic_boy_handsup_ontext.png");
    width: 288px;
    height: 201px;
    right: 135px;
    top: -90px;
  }
  .p-top-items__title-main {
    font-size: 3.6rem;
  }
  .p-top-items__title-sub {
    font-size: 1.8rem;
  }
  .p-top-items__main-list {
    -webkit-gap: 0 40px;
    gap: 0 40px;
  }
  .p-top-items__main-button {
    display: block;
    width: 400px;
    padding: 40px 0 0;
    height: 422px;
    box-shadow: 8px 8px 0 0 rgba(0,0,0,0.16);
}
  .p-top-items__main-button-caption {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .p-top-items__main-button-caption-in  {
    font-size: 2.1rem;
    line-height: 3.0rem;
  }
  li:not(.kiyosma) .p-top-items__main-button-caption-in {
    line-height: 6.0rem;
  }
  .p-top-items__main-button-text {
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 20px 0;
    text-align: center;
  }
  .p-top-items__main-button-image {
    display: block;
    text-align: center;
  }
  .p-top-items__main-button-image img {
    max-width: 250px;
    max-height: 115px;
  }
  .personalloan .p-top-items__main-button-image img {
    max-width: 165px;
  }
  .p-top-items__main-button-link {
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    color: #fff;
    font-size: 1.8rem;
  }
  .p-top-items__sub-list {
    margin: 50px 0 0;
    -webkit-gap: 0 27px;
    gap: 0 27px;
    justify-content: space-between;
  }
  .p-top-items__sub-button {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 236px;
    height: 176px;
    padding: 0 0 40px;
    -webkit-gap: 20px;
    gap: 20px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items {
    padding: 30px 15px;;
  }
  .p-top-items__title::before {
    background-image: url("../image/common/ic_boy_handsup_bottomtext.png");
    width: 72px;
    height: 130px;
    right: -10px;
    top: -40px;
  }
  .p-top-items__title-main {
    font-size: 2.2rem;
  }
  .p-top-items__title-sub {
    font-size: 1.6rem;
  }
  .p-top-items__main-list {
    flex-direction: column;
    -webkit-gap: 20px 0;
    gap: 20px 0;
  }
  .p-top-items__main-button {
    display: block;
    padding: 30px 0 0;
    width: 100%;
    box-shadow: 0 0 10px  0 rgba(0,0,0,0.16);
  }
  .p-top-items__main-button-caption {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .p-top-items__main-button-caption-in  {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .p-top-items__main-button-text {
    display: block;
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: 15px 0;
    text-align: center;
  }
  .p-top-items__main-button-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
  }
  .p-top-items__main-button-image img {
    max-width: 250px;
    max-height: 100px;
  }
  .personalloan .p-top-items__main-button-image img {
    max-width: 200px;
  }
  .p-top-items__main-button-link {
    display: flex;
    width: 100%;
    height: 58px;
    color: #fff;
    font-size: 1.6rem;
    background-position: right 5px center ;
  }
  .p-top-items__sub-list {
    margin: 20px 0 0;
    -webkit-gap: 13px;
    gap: 13px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-top-items__sub-item {
    width: calc( 50% - 7px );
  }
  .p-top-items__sub-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    -webkit-gap: 10px;
    gap: 10px 0;
    font-size: 1.6rem;
    background-image: none;
  }
  .p-top-items__sub-button-ic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
  }
  .p-top-items__sub-button-ic img {
    max-width: 50px;
    max-height: 50px;
  }
}



/* ---------------------------------------------------------------- */
/* .p-top-select */
/* - 目的別 */
/* ---------------------------------------------------------------- */
.p-top-select {
  background: linear-gradient(135deg,  #e4f2ff 0%,#e1f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-top-select__head {
  position: relative;
}
.p-top-select__head::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../image/common/ic_boy_right.png") center center/contain no-repeat;
}
.p-top-select__title {
  text-align: center;
}
.p-top-select__title-main {
  display: block;
  font-family: 'Zen Kaku Gothic New', Arial, Helvetica, sans-serif;
  color: #32327F;
}
.p-top-select__title-sub {
  display: block;
  color: #333;
  font-weight: normal;
  margin: 15px 0 0 ;
  line-height: 1.6785;
}
.p-top-select__item {
  background-color: #fff;
  border: 2px solid #32327F;
  border-radius: 8px;
}
.p-top-select__item-list-button {
  background-color: #fff;
  border: 2px solid #32327F;
  display: flex;
  align-items: center;
}
.p-top-select__item-list-button-in {
  text-align: center;
}
.p-top-select__item-list-button-in small {
  display: block;
  text-align: center;
}
.p-top-select__item-detail-button {
  color: #000 !important;
  background-color: #E4F2FF;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.p-top-select__item-detail-button-more {
  background-color: #fff;
  color: #4E9FE5;
  border-radius: 9999px;
}

@media screen and (min-width: 768px), print {
  .p-top-select {
    padding: 90px 0 70px;
  }
  .p-top-select__head {
    width: 1280px;
    margin: 0 auto;
  }
  .p-top-select__head::before {
    width: 156px;
    height: 211px;
    left: 70px;
    top: -160px;
  }
  .p-top-select__title {
    padding: 0 0 75px;
  }
  .p-top-select__title-main {
    font-size: 3.6rem;
  }
  .p-top-select__title-sub {
    font-size: 1.8rem;
  }
  .p-top-select__body {
    width: 1280px;
    margin: 0 auto;
  }
  .p-top-select__index {
    display: flex;
    justify-content: center;
    padding: 0 55px;
    position: relative;
    bottom: -2px;
    -webkit-gap: 0 5px;
    gap: 0 5px;
  }
  .p-top-select__index-button {
    border: 2px solid #32327F;
    border-radius: 8px 8px 0 0;
    background-color: #F5F5F5;
    width: 230px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .p-top-select__index-button.is-active-pc {
    border-bottom-color: #fff;
    background-color: #FFF;
  }
  .p-top-select__index-button.is-active-pc::before {
    content: "";
    width: 65px;
    height: 72px;
    position: absolute;
    left: calc( 50% - 32px );
    top: -66px;
    background: url("../image/common/ic_boy_armrest.png") right center/contain no-repeat;
  }
  .p-top-select__item {
    display: none;
  }
  .p-top-select__item.is-active-pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 419px;
    padding: 64px 100px 44px;
  }
  .p-top-select__item-title {
    display: none;
  }
  .p-top-select__item::before {
    content: "";
    width: 450px;
    height: 300px;
  }
  .p-top-select__item[data-js-top-select-parent="deposit"]::before { background-image:url("../image/top/im_select_item_deposit.webp") ;}
  .p-top-select__item[data-js-top-select-parent="asset"]::before { background-image:url("../image/top/im_select_item_asset.webp") ;}
  .p-top-select__item[data-js-top-select-parent="loan"]::before { background-image:url("../image/top/im_select_item_loan.webp") ;}
  .p-top-select__item[data-js-top-select-parent="prepare"]::before { background-image:url("../image/top/im_select_item_prepare.webp") ;}
  .p-top-select__item[data-js-top-select-parent="service"]::before { background-image:url("../image/top/im_select_item_service.webp") ;}
  .p-top-select__item-in {
    width: 575px;
  }
  .p-top-select__item-list {
    display: flex;
    flex-wrap: wrap;
    -webkit-gap: 20px 15px;
    gap: 20px 15px;
  }
  .p-top-select__item-list-button {
    width: 280px;
    padding: 0 45px;
    height: 55px;
    border-radius: 28px;
    justify-content: center;
    font-weight: bold;
    background: url("../image/common/icon_arrow_02_blue.svg") right 15px center/31px auto no-repeat;
  }
  .p-top-select__item-list-button-in {
    text-align: center;
  }
  .p-top-select__item-list-button-in small {
    margin: 5px 0 0 ;
    font-size: 1.4rem;
  }
  .p-top-select__item-detail {
    margin-top: 35px;
  }
  .p-top-select__item-detail-button {
    padding: 0 50px;
    border-radius: 9999px;
    background-position: right 20px center;
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-image: url("../image/common/icon_arrow_02_blue.svg");
  }
  .p-top-select__item-detail-button-in {
    width: 100%;;
    height: 91px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-gap: 10px;
    gap: 10px;
  }
  .p-top-select__item-detail-button-more {
    font-size: 1.4rem;
    line-height: 1;
    padding: 4px 32px;
  }
  .p-top-select__item-detail-button-main {
    font-size: 1.8rem;
    line-height: 1;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .p-top-select {
    padding: 30px 0;
  }
  .p-top-select__head::before {
    width: 66px;
    height: 90px;
    left: 15px;
    top: -54px;
  }
  .p-top-select__title {
    padding: 0 0 15px;
  }
  .p-top-select__title-main {
    font-size: 2.2rem;
  }
  .p-top-select__title-sub {
    font-size: 1.6rem;
  }
  .p-top-select__body {
    padding: 0 15px;
  }
  .p-top-select__index {
    display: none;
  }
  .p-top-select__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 10px 0;
  }
  .p-top-select__item-in {
    display: none;
  }
  .is-active-sp .p-top-select__item-in {
    display: block;
  }
  .p-top-select__item-title {
    display: flex;
  }
  .p-top-select__item-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    padding: 0 12px 0 20px;
    color: #32327F;
    font-size: 1.8rem;
    width: 100%;
    font-weight: bold;
  }
  .p-top-select__item-button::after {
    content: "";
    width: 21px;
    height: 21px;
    background: url("../image/common/ic_circle_plus_blue.svg") center/contain no-repeat;
  }
  .is-active-sp .p-top-select__item-button {
    background-color: #32327F;
    color: #fff;
    font-weight: bold;
    padding-left: 75px;
    position: relative;
  }
  .is-active-sp .p-top-select__item-button::before {
    content: "";
    position: absolute;
    width: 52px;
    height: 57px;
    background: url("../image/common/ic_boy_armrest.png") right center/contain no-repeat;
    left: 8px;
    bottom: -4px;
  }
  .is-active-sp .p-top-select__item-button::after {
    background-image: url("../image/common/ic_circle_minus_white.svg");
  }
  .p-top-select__item-in {
    padding: 25px;
  }
  .p-top-select__item-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-gap: 10px 0;
    gap: 10px 0;
  }
  .p-top-select__item-list-button {
    width: 100%;
    padding: 0 45px;
    height: 51px;
    border-radius: 26px;
    justify-content: center;
    font-weight: bold;
    background: url("../image/common/icon_arrow_02_blue.svg") right 12px center/31px auto no-repeat;
  }
  .p-top-select__item-list-button-in small {
    margin: 5px 0 0 ;
    font-size: 1.4rem;
  }
  .p-top-select__item-detail-button {
    margin: 15px 0 0;
    padding: 0 45px;
    background-position: right 12px center;
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-image: url("../image/common/icon_arrow_02_blue.svg");
  }
  .p-top-select__item-detail-button-in {
    width: 100%;;
    height: 77px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-gap: 8px;
    gap: 8px;
  }
  .p-top-select__item-detail-button-more {
    font-size: 1.4rem;
    line-height: 1;
    padding: 3px 25px;
  }
}


/* ---------------------------------------------------------------- */
/* .p-top-buttons */
/* - 手数料/金利/店舗・ATM */
/* ---------------------------------------------------------------- */
.p-top-buttons__index {
  display: flex;
  justify-content: center;
}
.p-top-buttons__index,
.p-top-buttons__index-button {
  display: flex;
}
.p-top-buttons__index-button {
  font-weight: bold;
  color: #32327F;
  border: 2px solid #32327F;
  border-radius: 9999px;
}
.p-top-buttons__index-button::before,
.p-top-buttons__index-button::after {
  content: "";
}
.p-top-buttons__index-button.ic-fee::before {
  background: url("../image/common/ic_fee.svg") center center no-repeat;
}
.p-top-buttons__index-button.ic-rate::before {
  background: url("../image/common/ic_rate.svg") center center no-repeat;
}
.p-top-buttons__index-button.ic-pos::before {
  background: url("../image/common/ic_pos.svg") center center no-repeat;
}
.p-top-buttons__index-button::after {
  width: 31px;
  height: 21px;
  background: url("../image/common/icon_arrow_02_blue.svg") center center/contain no-repeat;
}
@media screen and (min-width: 768px), print {
  .p-top-buttons__index {
    padding: 60px 0;
    display: flex;
    -webkit-gap: 0 20px;
    gap: 0 20px;
  }
  .p-top-buttons__index-button {
    align-items: center;
    justify-content: space-between;
    width: 300px;
    padding: 0 20px;
    height: 89px;
    font-size: 1.8rem;
  }
  .p-top-buttons__index-button::before {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-buttons__index {
    padding: 30px 15px;
    flex-direction: column;
    -webkit-gap: 10px;
    gap: 10px;
  }
  .p-top-buttons__index-button {
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 73px;
    font-size: 1.8rem;
  }
  .p-top-buttons__index-button::before {
    width: 64px;
    height: 48px;
  }
}











/* ---------------------------------------------------------------- */
/* .p-top-news */
/* - News */
/* ---------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body:not(.for-toppage) .p-top-news__body-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 30px 0 0;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}

/* for-toppage */

.for-toppage .p-top-news {
  flex-direction: column;
}
.for-toppage .p-top-news__title {
  text-align: center;
}
.for-toppage .p-top-news__index {
  display: flex;
  justify-content: center;
  z-index: 2;
}
.for-toppage .p-top-news__list-link::before,
.for-toppage .p-top-news__list-label {
  display: none;
}
.for-toppage .p-top-news__title-main {
  font-family: 'Zen Kaku Gothic New', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .p-top-news__head {
    background: none;
  }
  .p-top-news__title {
    padding: 40px 0 0;
    background: none;
  }
  .p-top-news__title-main {
    font-size: 2.2rem;
    color: #32327f;
  }
  .p-top-news__index {
    padding: 0 8px;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    bottom: -2px;
    gap: 0 5px;
  }
  .p-top-news__index-item {
    overflow: hidden;
    flex: 1;
    border: none;
  }
  .p-top-news__index-button {
    border: 2px solid #32327F;
    background-color: #F5F5F5;
    border-radius: 8px 8px 0 0 ;
    background-image: none;
    text-align: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #32327F;
    font-weight: bold;
  }
  .p-top-news__index-button.is-active {
    background-color: #FFF;
    border-bottom-color: #fff;
  }
  .p-top-news__body {
    padding: 20px 10px 30px;
  }
  .p-top-news__body-toggle,
  .p-top-news__body-title {
    display: none;
  }
  .p-top-news__body-item {
    border: 2px solid #32327F;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    z-index: 1;
  }
  .p-top-news__body-item-in::before,
  .p-top-news__body-item-in::after {
    display: none;
  }
  .p-top-news__list {
    margin: 0;
  }
  .p-top-news__list-item {
    margin: 0 0 20px;
  }
  .p-top-news__list-link {
    padding: 0 0 20px;
  }
  .p-top-news__list-date {
    color: #32327F;
  }
  .p-top-news__list-detail {
    height: auto;
    margin: 8px 0 0;
    font-size: 1.6rem;
  }
  .p-top-news__list-item:last-child {
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
  .p-top-news__link {
    margin: 0;
    padding: 0;
  }
  .p-top-news__link-in {
    border: none;
    justify-content: flex-end;
    padding-right: 35px;
    background: url(/assets/image/common/icon_arrow_02_blue.svg) right center/26px auto no-repeat ;
    box-shadow: none;
    font-size: 1.6rem;
  }
  .p-top-news__link-in::before {
    display: none;
  }
  .p-top-news__link.is-topics .p-top-news__link-in {
    padding-right: 35px;
    letter-spacing: -0.05em;
  }
}

@media screen and (min-width: 768px), print {
  .for-toppage .p-top-news__head {
    width: 100%;
    padding: 90px 0 0;
  }
  .for-toppage .p-top-news__title {
    padding: 0;
    text-align: center;
  }
  .for-toppage .p-top-news__title-main {
    color: #32327F;
    font-size: 3.6rem;
  }
  .for-toppage .p-top-news__head::after {
    display: none
  }
  .for-toppage .p-top-news__body {
    width: 1280px;
    min-height: 0;
    margin: 0 auto;
    padding: 40px 0 90px;
  }
  .for-toppage .p-top-news__index {
    margin: 0;
    -webkit-gap: 5px;
    gap: 5px;
    position: relative;
    z-index: 4;
    bottom: -2px;
  }
  .for-toppage .p-top-news__index-item {
    width: 350px;
    margin: 0;
  }
  .for-toppage .p-top-news__index-button {
    color: #32327F;
    font-size: 1.8rem;
    padding: 0;
    width: 100%;
    height: 67px;
    border: 2px solid #32327F;
    background-color: #F5F5F5;
    border-radius: 8px 8px 0 0 ;
    display: flex;
    justify-content: center;
    background-image: none;
  }
  .for-toppage .p-top-news__index-button.is-active {
    background-color: #fff;
    border-bottom-color: #fff;
  }
  .for-toppage .p-top-news__body-item-in {
    margin: 0;
    padding: 50px 110px;
    border: 2px solid #32327F;
    border-radius: 8px;
  }
  .for-toppage .p-top-news__list {
    margin: 0;
    padding: 0;
  }
  .for-toppage .p-top-news__list-item {
    margin: 0 0 20px;
  }
  .for-toppage .p-top-news__list-link {
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
  }
  .for-toppage .p-top-news__list-date {
    color: #32327F;
  }
  .for-toppage .p-top-news__list-detail {
    width: calc( 100% - 130px );
    font-size: 1.6rem;
    line-height: 1.45;
    margin: 0 0 20px;
  }
  .for-toppage .p-top-news__list-link[target="_blank"] .p-top-news__list-detail,
  .for-toppage .p-top-news__list-link.is-pdf .p-top-news__list-detail,
  .for-toppage .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail,
  .for-toppage .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail {
    padding-right: 39px;
  }
  .for-toppage .p-top-news__list-link[target="_blank"] .p-top-news__list-detail:after,
  .for-toppage .p-top-news__list-link.is-pdf .p-top-news__list-detail:after,
  .for-toppage .p-top-news__list-link[href*=".pdf"] .p-top-news__list-detail:after,
  .for-toppage .p-top-news__list-link[href*="get_pdf.php"] .p-top-news__list-detail:after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: auto;
  }
  .for-toppage .p-top-news__link {
    padding: 0;
  }
  .for-toppage .p-top-news__link-in {
    color: #32327F;
    font-size: 1.6rem;
    padding-right: 40px;
    background-image: url(/assets/image/common/icon_arrow_02_blue.svg);
  }
}





















/* ---------------------------------------------------------------- */
/* .p-top-utility */
/* - 汎用リンク */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .for-toppage .p-top-utility__list {
    -webkit-gap: 20px;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .for-toppage .p-top-utility__list-item {
    width: 360px;
    margin: 0;
  }
  .for-toppage .p-top-utility__list-item:before {
    height: 60px;
  }
  .for-toppage .p-top-utility__list-button {
    padding: 0 50px 0 30px;
    border: 2px solid #32327f;
    border-radius: 30px;
    color: #32327F;
    background-color: #fff;
    background-image: url(/assets/image/common/icon_arrow_02_blue.svg);
  }
  _:-ms-lang(x)::-ms-backdrop,
  .for-toppage .p-top-utility__list-button {
    background-size: 31px auto;
  }
  _:-ms-lang(x)::backdrop,
  .for-toppage .p-top-utility__list-button {
    background-size: 31px auto;
  }
}

@media screen and (max-width: 767px) {
  .for-toppage .p-top-utility__list {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .for-toppage .p-top-utility__list-item:before {
    height: 60px;
  }
  .for-toppage .p-top-utility__list-button {
    font-size: 1.6rem;
    color: #32327F;
    padding: 0 55px 0 20px;
    border: 2px solid #32327f;
    border-radius: 30px;
    background-color: #fff;
    background-image: url(/assets/image/common/icon_arrow_02_blue.svg);
  }
}






/* ---------------------------------------------------------------- */
/* .p-top-related */
/* - 関連サイト・リンク */
/* ---------------------------------------------------------------- */
/* .for-toppage  */
.for-toppage .p-top-related__title {
  font-family: 'Zen Kaku Gothic New', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px), print {
  .for-toppage .p-top-related__body {
    width: 1040px;
  }
  .for-toppage .p-top-related__title {
    font-size: 3.2rem;
    font-weight: bold;
  }
  .for-toppage .p-top-related__more-content {
    margin: 0;
    padding: 0;
  }
  .for-toppage .p-top-related__more.is-active .p-top-related__more-content {
    padding-bottom: 150px;
  }
  .for-toppage .p-top-related__list {
    margin: 0;
    -webkit-gap: 40px;
    gap: 40px;
  }
  .for-toppage .p-top-related__list-item {
    width: 320px;
    padding: 0;
  }
  .for-toppage .p-top-related__list-link {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .for-toppage .p-top-related__title {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .for-toppage .p-top-related__list {
    margin: 0;
    -webkit-gap: 15px;
    gap: 15px;
  }
  .for-toppage .p-top-related__list-item {
    max-width: 100%;
    padding: 0;
  }
  .for-toppage .p-top-related__list-item:not(.is-active) {
    display: none;
  }
  .for-toppage .p-top-related__list-link {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}





/* ---------------------------------------------------------------- */
/* .p-top-point__link */
/* - 重要なお知らせ（Newsエリア上に掲載） */
/* ---------------------------------------------------------------- */
.p-top-point__link {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-top-point__link:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-point__link:hover:hover {
    opacity: 0.5;
  }
}