/* ------------------------------------

 main PC 20240520

------------------------------------ */

body.top{
  position: relative;
  background: #fff;
}
header,main,footer{
  display: block;
  position: relative;
}

a{
  text-decoration: none;
}
.top main .wrap{
  max-width: 94%;
  width: 100%;
  margin: 40px auto;
  padding: 0 20px;
}
.top img{
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*---------- ページ共通 ----------*/

/* スライダー */
.top-campaign,
.top-torikumi{
  position: relative;
}
.slider {
    width: 100%;
    margin: 0 auto 80px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.cls-slider,
.cls-slider-ban {
    width: 100%;
}
.cls-slider .slick-slide,
.cls-slider-ban .slick-slide {
    margin: 10px;
}
.cls-slider {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .cls-slider-ban .slick-slide {
    max-width: 250px;
  }
  .slick-list { /* 影が消えるので対策_20221129 */
    padding: 10px 0 !important;
  }

}

/*
.cls-slider .slick-slide:not(.slick-center),
.cls-slider-ban .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}
*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slider li img{
  margin:0 auto;
  width: 100%;
}

/* ボタン */
.btn-style01,
.btn-style02{
  max-width: 300px;
  width: 80%;
  margin: 50px auto;
  padding: 12px 10px;
  color: #4668e6;
  background: #fff;
  text-align: center;
  border: 1px solid #4668e6;
  border-radius: 5px;
  position: relative;
  display: block;
  text-decoration: none;
}
.btn-style02{
  color: #fff;
  background: #4668e6;
  text-align: center;
  border: 1px solid #4668e6;
}
.btn-style01::after,
.btn-style02::after{
  content: "\ff1e";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* リンクリストボタン */
.top .link-list{
  margin: 20px 0;
}
.top .link-list li{
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 1px #cdcdcd;
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top .link-list li a{
  width: 100%;
  min-height: 72px;
  padding: 10px 12px;
  font-weight: bold;
  color: #000487;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top .link-list li a > span{
  width: 13%;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.top .link-list li p{
  width: 85%;
}
.top .link-list li p span{
  display: block;
  font-size: 1.4rem;
}


/* -------- TOP -------- */


/* MV */
.top_fv_main_link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dfd9d9;
}

.top_fv_main_link img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.top-mv{
  width: 100%;
  max-height: 500px;
  margin-top: 54px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-mv .mv-link{
  z-index: 1;
  max-width: 365px;
  width: 30%;
  height: 500px;
  padding: 45px 80px 0 35px;
  background: rgba(236,243,255, 0.92);
}
.top-mv .mv-link em{
  font-size: 2rem;
  color: #000487;
  font-weight: bold;
}

/* 重要なお知らせ */
section.top-impnews > div{
  margin: 20px auto !important;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section.top-impnews .corona{
  margin: 0 auto 40px!important;
}
.top-impnews h3{
  width: 15%;
  color: #fff;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
}
.top-impnews .emergency h3{
  font-weight: bold;
}
.top-impnews .emergency h3,
.top-impnews .emergency ul{
  border: 2px solid #ff172c;
}
.top-impnews .emergency ul{
  border-left: 0;
}
.top-impnews .emergency h3{ background: #fff; color: #ff172c; }
.top-impnews .important h3{ background: #cc0012; }
.top-impnews .corona h3{ background: #002762; }

.top-impnews h3 span{
  width: 100%;
  display: block;
  text-align: center;
}
.top-impnews ul{
  width: 85%;
  padding: 20px 20px 20px 45px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #cccccc;
}
.top-impnews ul li{
  width: 100%;
  line-height: 1.6;
  margin-bottom: 5px;
}
.top-impnews ul li a,
.top-impnews ul li a:visited{
  text-decoration: underline;
  color: #002762;
}
.top-impnews ul li a:hover{
  color: #cc0012;
}

/* dotted-list  loan.cssより
――――――――――――――――――――――――――――――――――――――――――――――*/
.dotted-list-li {
  line-height: 150%;
  position: relative;
}
.dotted-list-li:not(.nostyle)::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 15px;
  border-radius: 6px;
  background: #F0B500;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.5em;
}

/* dotted-list  loan.cssより ここまで
――――――――――――――――――――――――――――――――――――――――――――――*/


.top-impnews .linkbtn{
  width: 6%;
  padding: 5px;
  text-align: center;
  background: #545454;
  color: #fff;
  display: block;
  border-radius: 10px;
  position: absolute;
  bottom: 5%;
  right: 3%;
  transform: translateY(-50%);
}

/* キャンペーン */
section.top-campaign a{
  display: block;
  color: #003488;
}
.top-campaign .slick-slide p {
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  text-align: center;
}
.top-campaign .slick-slide p.pdflink {
  text-decoration: none !important;
}
.top-campaign .slick-slide a{
  box-shadow: 0px 3px 8px #ccc;
}
/* 1行で高さが違うブロックに指定 */
.top-campaign .slick-slide p.one-line{
  padding: 37px 0 !important;
}
.top-campaign .slick-slide p.other::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  background-image: url(/common/images/icon_other.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* 商品・サービスを探す */

section.top-service{
  width: 100%;
  padding: 30px 0;
  background: linear-gradient(90deg, #88b8ff 0%, #88b8ff 30%, #ecf3ff 30%, #ecf3ff 100%);
}
.top-service .search{
  position: absolute;
  top: 54%;
  left: 6%;
  width: 390px;
}
.top-service .btn-style02 {
  margin: 0;
  position: absolute;
  left: 9%;
  top: 68%;
}
.top-service .wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-service .tit-wrap{
  width: 45%;
  max-width: 550px;
  height: 400px;
  padding: 45px;
  background: #fff;
  text-align: center;
}
.top-service h3{
  margin: 20px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
}
.top-service h3::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  background: #f0b500;
}
.top-service .link-list{
  width: 70%;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-service .link-list li {
  width: 49%;
}
.top-service .link-list li a{
  position: relative;
}
.top-service .link-list li a::after{
  content: "\ff1e";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.top-service .link-list li p{
  width: 83%;
}
.top-service .link-list li p.pdf::after{
  content: '';
  display: inline-block;
  width: 13px;
  height: 17px;
  margin-left: 7px;
  background-image: url(/common/images/icon_pdf_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* お知らせ・ニュースリリース */

section.top-news{
  margin: 50px auto !important;
}
.top-news .tab-wrap{
  width: 630px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.top-news .tab-wrap li{
  width: 50%;
  text-align: center;

}
.tab{
  padding: 12px 0;
  flex-grow: 1;
  list-style:none;
  text-align:center;
  cursor:pointer;
  background: #e9e9e9;
  border-bottom: 2px solid #4668e6;
  border-radius: 5px 5px 0 0;
  font-size: 1.8rem;
}
.panel{
  display:none;
}
.tab.is-active{
  background: #4668e6;
  color: #fff;
  padding: 12px 0;
  transition: all 0.2s ease-out;
  border-bottom: 3px solid #4668e6;
  border-radius: 5px 5px 0 0;
}
.panel.is-show{
  display:block;
}
.panel ul{
  margin-top: 20px;
}
.panel ul li{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  line-height: 1.6;
}
.panel ul li .day{
  width: 12%;
  display: block;
}
.panel ul li mark{
  width: 14%;
  display: inline;
  text-align: center;
  border-radius: 5px;
  color: #242424;
  font-size: 1.4rem;
  line-height: 2;
}

/* カテゴリ変更のため削除 20221021
mark.important{ background: #ffc9c9; }
mark.atm{ background: #ffe99b; }
mark.osusume{ background: #d6e9c3; }
mark.attention{ background: #bff2ff; }
*/
.panel ul li p{
  width: 70%;
  display: block;
}
.panel ul li p a{
  text-decoration: underline;
  color: #002762;
}
.panel ul li p span::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 21px;
  background-image: url(../images/pdf_ico01.png);
  background-size: contain;
  vertical-align: middle;
}
.panel ul li p span{
  font-size: 1.5rem;
  color: #707070;
}

/* ライフイベントから探す */

section.top-event{
  width: 100%;
  margin-bottom: 100px;
  padding: 40px 0;
  background-color: #ecf3ff;
  background-image: url("../images/top_event_parts01.png");
  background-position: left 20% top 0;
  background-repeat: no-repeat;
}
.top-event .wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top-event .tit-wrap{
  width: 45%;
  max-width: 550px;
  height: 365px;
  padding: 45px;
  background: #fff;
  text-align: center;
  order: 2;
}
.top-event h3{
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  order: 1;
}
.top-event h3::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  background: #f0b500;
}
.top-event .btn-style02{
  margin: 30px auto;
}
.top-event ul{
  width: 70%;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-event ul li{
  width: 48.5%;
  margin-bottom: 15px;
}
.top-event ul li:nth-child(5),
.top-event ul li:nth-child(6){
  margin-bottom: 0;
}
.top-event ul li a{
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 1px #cdcdcd;
  color: #002663;
  font-weight: bold;
}
.top-event ul li a::after{
  content: "\ff1e";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.top-event ul li a > span{
  width: 29%;
}
.top-event ul li a p{
  width: 66%;
}
.top-event .search{
  position: absolute;
  top: 53%;
  right: 6%;
  width: 390px;
}
.top-event .btn-style02 {
  margin: 0;
  position: absolute;
  right: 8%;
  top: 69%;
}

/* 取り組み */

section.top-torikumi h3{
  margin-bottom: 45px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.top-torikumi h3::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  background: #f0b500;
}
.top-torikumi .slick-slide a{
  display: block;
  width: 100%;
  color: #242424;
  text-align: center;
}
.top-torikumi .slick-slide a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.top-torikumi .slick-slide a p{
  font-weight: bold;
  font-size: 1.5rem;
  padding: 10px 0;
}
.top-torikumi .slick-slide a p::after{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  background-image: url(/torikumi/images/torikumi_top_ico01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.top-torikumi .slick-slide a img{
  width: 100%;
}


@media screen and (max-width: 750px) {

  /* ------------------------------------

   main SP

  ------------------------------------ */

 /* ページ共通 */


  body.top{
    min-width: 100%;
    width: 100%;
    font-size: 1.5rem;
  }
  .top #gnavi .wrap{
    padding: 0;
  }
  .top main .wrap{
    min-width: 100%;
  }
  .top .link-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .link-list li{
    width: 48%;
    margin-bottom: 10px;
  }
  .top .link-list li a{
    padding: 8px;
  }
  .top .link-list li p span {
    font-size: 1.2rem;
  }


  /* -------- TOP -------- */

  /* MV */
  .top_fv_main_link {
    height: auto;
    position: relative;
  }

  .top_fv_main_link img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .top-mv {
    width: 100%;
    max-height: 100%;
    margin-top: 0;
    background: none;
  }

  .top-mv .mv-link {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .top-mv .mv-link em {
    font-size: 1.8rem;
    color: #242424;
  }

  /* 重要なお知らせ */
  section.top-impnews{
    margin: 30px auto !important;
    padding: 0 20px;
    border: 5px;
    display: block;
  }
  .top-impnews h3{
    width: 100%;
    font-size: 1.6rem;
    border-radius: 5px 5px 0 0;
  }
  .top-impnews .emergency ul{
    border-top: 0;
    border-left: 2px solid #ff172c;
  }
  .top-impnews.corona h3 br{
    display: none;
  }
  .top-impnews h3 span{
    width: 80%;
    padding-left: 20px;
    display: block;
    text-align: left;
  }
  .top-impnews ul{
    width: 100%;
    padding: 15px 15px 15px 40px;
    border-radius: 0 0 5px 5px;
  }
  .top-impnews ul li{
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .top-impnews ul li:before{
    content: "・";
  }
  .top-impnews .linkbtn{
    width: 20%;
    padding: 5px;
    text-align: center;
    border-radius: 0 5px 0 0;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
  }


  /* 商品・サービスを探す */

  section.top-service{
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(180deg, #88b8ff 0%, #88b8ff 30%, #ecf3ff 30%, #ecf3ff 100%);
    position: relative;
  }
  .top-service .wrap{
    padding: 0 20px;
    display: block;
  }
  .top-service .tit-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 25px 45px;
    background: #fff;
    text-align: center;
  }
  .top-service .tit-wrap img{
    width: 52px;
  }
  .top-service .tit-wrap h3{
    font-size: 2rem;
  }
  .top-service .link-list {
    width: 100%;
    margin: 45px 0 0;
    padding-left: 0;
  }
  .top-service .link-list li a{
    font-size: 1.5rem;
  }
  .top-service .link-list li a::after{
    right: 8px;
  }
  .top-service .search{
    width: 80%;
    margin: 20px auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .top-service .btn-style02 {
    width: 75%;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
  }

  /* お知らせ・ニュースリリース */
  .top-news .tab-wrap{
    width: 100%;
  }
  .panel ul{
    padding: 0;
  }
  .panel ul li{
    padding: 10px 0;
    display: block;
  }
  .panel ul li .day{
    width: 45%;
    padding-right: 15px;
    float: left;
  }
  .panel ul li mark{
    max-width: 130px;
    width: 55%;
    float: left;
  }
  .panel ul li p{
    width: 100%;
    padding: 5px 0 0;
    clear: both;
  }
  .panel ul li p span {
    text-align: right;
    margin-top: 5px;
    display: block;
  }
  .top-news .btn-style01{
    margin: 30px auto;
  }

  /* ライフイベントから探す */

  section.top-event{
    margin-bottom: 50px;
    padding: 40px 0;
  }
  .top-event ul{
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-event .wrap {
    display: block;
  }
  .top-event .tit-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 25px 45px;
  }
  .top-event h3{
    font-size: 2rem;
    margin-bottom: 0;
  }
  .top-event .tit-wrap img {
    width: 52px;
  }
  .top-event .search{
    width: 80%;
    margin: 20px auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .top-event .btn-style02 {
    width: 60%;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
  }

  /* 取り組み */

  section.top-torikumi h3{
    font-size: 2.4rem;
  }

}

@media screen and (max-width: 400px) {

  .top-impnews.corona h3 br {
    display: block;
  }

  .top-impnews.corona .linkbtn {
    padding: 20px 5px;
  }


  .top_fv_main_link {
    height: auto;
  }

  .top_fv_main_link img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

}

@media screen and (min-width: 751px) and (max-width: 1920px){

  .top_fv_main_link img {
    object-fit: none;
    position: relative;
    object-position: left;
  }

}



