@charset "utf-8";
/*---------------------ベース--------------------------------------*/

.disp_pc{display:block !important;}
.disp_sp{display:none !important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
img{ max-width:100%; vertical-align: bottom;}
html {font-size: 62.5%;}
body { font-size: 1.6em; width: 100%; overflow-x: hidden;}
.none{ display:none;}
.bold{ font-weight:900;}
.center{text-align:center;}

@media screen and (max-width: 767px) {
.disp_pc{display:none !important;}
.disp_sp{display:block !important;}
.disp_in_pc{display:none;}
.disp_in_sp{display:inline-block;}
}



/*
header
*/
.head {
  padding: 15px 10px;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 5px 5px 5px rgba(234, 234, 234, 0.7);
}
.head_inner {
  max-width: 1140px;
  margin:  0 auto;
  display: flex;
  align-items: center;
}
.head_inner ul{
  display: flex;
}
.head_inner li{
  margin-left: 50px;
}
.head_inner li a{
  font-size: 14px;
  color: #000000;
}
.arrow01 {
  position: relative;
  padding: 0 0 0 16px;
}
.arrow01::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #000;
}
.head_inner li:last-child .arrow01::before{
  border-left: 8px solid #d60b17;
}

@media screen and (max-width: 767px) {
  .head {
    padding: 2.5vw 4vw;
  }
  .head_inner {
    max-width: 100%;
  }
  .head_inner div{
    width: 24.63%;
  }
  .head_inner li{
    margin-left: 5vw;
  }
  .head_inner li a{
    font-size: 2.9vw;
  }
  .arrow01 {
    padding: 0 0 0 3vw;
  }
  .arrow01::before{
    border: 1.2vw solid transparent;
    border-left: 2vw solid #000;
  }
  .head_inner li:last-child .arrow01::before{
    border-left: 2vw solid #d60b17;
  }
}

/*
パンくずリスト
*/
.breadcrumb {
  margin: 15px auto 0;
  max-width: 1160px;
  box-sizing: border-box;
  padding: 0 10px;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
}
.breadcrumb ol li{
  font-size: 11px;
  color: #777777;
  margin-right: 28px;
}
.breadcrumb ol li:last-child{
  margin-right: 0;
}
.breadcrumb ol li a{
  font-size: 11px;
  color: #777777;
  position: relative;
}
.breadcrumb ol li a::after{
  content: '';
  width: 3px;
  height: 3px;
  margin-top: -1px;
  border-top: solid 1px #777777;
  border-right: solid 1px #777777;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -14px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 1.5vw 4vw 0;
    max-width: 100%;
    padding: 0;
  }
  .breadcrumb ol li{
    font-size: 2.4vw;
    margin-right: 5vw;
  }
  .breadcrumb ol li a{
    font-size: 2.4vw;
  }
  .breadcrumb ol li a::after{
    content: '';
    width: 1vw;
    height: 1vw;
    margin-top: -0.59vw;
    border-top: solid 1px #777777;
    border-right: solid 1px #777777;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -2.5vw;
  }
}


/*
  mv
*/
.mv {
  margin: 35px auto 0;
  padding: 0 10px 0;
  max-width: 1300px;
  background: #fdebed;
  border-radius: 25px;
  position: relative;
}
.mv_days {
  
  font-size: 14px;
  font-weight: 500;
  right: 4%;
  position: absolute;
  top: 4%;
}
.mv_inner {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
}
.mv_item01 {
  width: 44.73%;
}
.mv_item01 h1{
  text-align: center;
  margin-top: 15%;
}
.mv_item01 p{
  text-align: center;
  margin-top: 4%;
  font-size: 18px;
  font-weight: 500;
}
.mv_item01 p span{
  background: linear-gradient(transparent 50%, #ffe400 50%);
}
.mv_item02 {
  width: 49.65%;
}
.mv_item02 img{
  position: relative;
  top:40px;
}

@media screen and (max-width: 767px) {
  .mv {
    margin: 3vw auto 0;
    padding: 0;
    max-width: 92%;
    border-radius: 20px;
  }
  .mv_days {
    font-size: 2.933vw;
    right: 4%;
    top: 2%;
  }
  .mv_inner {
    margin: 0 auto;
    max-width: 79.71%;
    display: block;
  }
  .mv_item01 {
    width: 100%;
  }
  .mv_item01 h1{
    margin-top: 0;
    padding-top: 17%;
  }
  .mv_item01 p{
    margin-top: 4%;
    font-size: 3.2vw;
  }
  .mv_item02 {
    width: 100%;
  }
  .mv_item02 img{
    position: relative;
    top:6vw;
  }
}


/*
バナー・アンカーリンク
*/
.bnr_area {
  margin: 100px auto 0;
  max-width: 1300px;
}
.anc_area {
  margin: 70px auto 0;
  max-width: 1090px;
  padding-top: 90px;
  background: url("/save/teiki/images/bg_icon.png") no-repeat scroll center top;
}
.anc_list {
  display: flex;
  justify-content: space-between;
}
.anc_list li{
  width: 24.2%;
}
.anc_list li a{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 20px 5px 40px 5px;
  background: #e8747e;
  border-radius: 15px;
  display: block;
  position: relative;
  border:2px solid #e8747e;
}
.anc_list li a::before{
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  border: 6px solid transparent;
  border-top: 7px solid #fff;
}
.anc_list li a:hover{
  color: #e8747e;
  background: #fff;
}
.anc_list li a:hover:before{
  border-top: 7px solid #e8747e;
}

@media screen and (max-width: 767px) {
  .bnr_area {
    margin: 10vw auto 0;
    max-width: 92%;
  }
  .anc_area {
    margin: 12vw auto 0;
    max-width: 92%;
    padding-top: 12vw;
    background: url("/save/teiki/images/bg_icon_sp.png") no-repeat scroll center top;
    background-size: 100%;
  }
  .anc_list {
    flex-wrap: wrap;
  }
  .anc_list li{
    width: 49%;
    margin-bottom: 4vw;
  }
  .anc_list li a{
    font-size: 3.466vw;
    padding: 3vw 1vw 7vw 1vw;
  }
  .anc_list li a::before{
    content: "";
    position: absolute;
    bottom: 2vw;
    left: 50%;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
  }
  .anc_list li a:hover:before{
    border-top: 5px solid #e8747e;
  }
}

/*
定期預金の4つの魅力
*/

.cont01 {
  margin-top: 80px;
  padding: 0 10px;
}
.cont_inner {
  max-width: 1300px;
  margin: 0 auto;
}
.bg_p {
  background: #fef7f8;
  padding: 90px 6% 70px;
}
.cont_ttl{
  text-align: center;
}
.charm_box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.charm_item {
  position: relative;
  width: 22%;
  border-radius: 15px;
  border: 2px solid #e8747e;
  padding: 25px 5px 30px 5px;
  background: #fff;
}
.charm_num {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  border-radius: 50%;
  background: #e8747e;
  position: absolute;
  top:-15px;
  left: -20px;
  padding: 2px 10px;
}
.charm_txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #e8747e;
  line-height: 120%;
}
.charm_txt span{
  padding: 0.5em 0;
  display: inline-block;
}
.charm_img {
  text-align: center;
  max-width: 100px;
  margin: 22px auto 0;
}
.charm_txt02 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
.cont_subttl {
  text-align: center;
  margin-top: 80px;
  font-size: 35px;
  font-weight: bold;
  color: #e8747e;
}
.line_mark {
  background: radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #ffe400 10px, transparent 10px) ,
              radial-gradient(circle at 10px calc(100% - 10px), #ffe400 10px, transparent 10px) ,
              linear-gradient(to bottom, #fef7f8 calc(100% - 20px), transparent calc(100% - 20px)) ,
              linear-gradient(to right, transparent 10px, #ffe400 10px, #ffe400 calc(100% - 10px), transparent calc(100% - 10px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 15px;
}
.cont_subttl .fs{
  font-size: 50px;
}
.cont01_txt01 {
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  color: #333333;
  font-weight: 500;
}
.cont01_txt01 span {
  font-size: 32px;
  font-weight: bold;
  color: #e8747e;
}
.cont01_txt02 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.img_box {
  text-align: center;
  margin: 20px auto 0;
  max-width: 800px;
}
.img_box p{
  margin-top: 10px;
  margin-left: 4%;
  font-size: 14px;
}
.line_mark02{
  background: radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #ffe400 10px, transparent 10px) ,
              radial-gradient(circle at 10px calc(100% - 10px), #ffe400 10px, transparent 10px) ,
              linear-gradient(to bottom, #fef7f8 calc(100% - 20px), transparent calc(100% - 20px)) ,
              linear-gradient(to right, transparent 10px, #ffe400 10px, #ffe400 calc(100% - 10px), transparent calc(100% - 10px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.acMenu {
  margin-top: 70px;
}
.acMenu dt {
  cursor: pointer;
  position: relative;
  font-size: 19px;
  max-width: 190px;
  margin: 0 auto;
  color: #333333;
  font-weight: 700;
}
.acMenu dt::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  border: 4px solid transparent;
  border-top: 5px solid #333;
}
.acMenu dt.active::before {
  top: 12px;
  right: 10px;
  border: 4px solid transparent;
  border-top: 0;
  border-bottom: 5px solid #333;
}
.acMenu dd {
  display: none;
}
.acMenu dd ul {
  margin-top: 10px;
}
.acMenu dd ul li{
  font-size: 14px;
  color: #333;
  padding-left:1em;
  text-indent:-1em;
  font-weight: 700;
}
.acMenu dd ul li a{
  font-size: 14px;
  color: #0000ff;
  text-decoration: underline;
}
.link_btn {
  margin: 70px auto 0;
  max-width: 650px;
}
.link_btn a{
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #333;
  padding: 20px 10px;
  background: #ffe400;
  border-bottom: 9px solid #e8747e;
  border-radius: 40px;
}
.link_btn a::before{
  content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-left: 8px solid #e8747e;
    z-index: 2;
}
.link_btn a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid #FFF;
  border-radius: 17px;
  background: #FFF;
  z-index: 1;

}   


@media screen and (max-width: 767px) {
  .cont01 {
    margin-top: 10vw;
    padding: 0;
  }
  .cont_inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .bg_p {
    padding: 8vw 4% 8vw;
  }
  .sp_wid01 {
    max-width: 77.61%;
    margin: 0 auto;
  }
  .charm_box {
    margin-top: 8vw;
    flex-wrap: wrap
  }
  .charm_item {
    width: 48%;
    padding: 4vw 1vw 5vw 1vw;
    border-radius: 10px;
    margin-bottom: 6vw;
  }
  .charm_num {
    font-size: 4vw;
    top: -3vw;
    left: -3vw;
    padding: 0.5vw 1.8vw;
  }
  .charm_txt {
    font-size: 4.8vw;
  }
  .charm_img {
    text-align: center;
    max-width: 45%;
    margin: 3vw auto 0;
  }
  .charm_txt02 {
    font-size: 3.466vw;
    margin-top: 2vw;
  }
  .cont_subttl {
    margin-top: 10vw;
    font-size: 4.666vw;
  }
  .line_mark {
    background: radial-gradient(circle at calc(100% - 1.6vw) calc(100% - 1.6vw), #ffe400 1.6vw, transparent 1.6vw) ,
                radial-gradient(circle at 1.6vw calc(100% - 1.6vw), #ffe400 1.6vw, transparent 1.6vw) ,
                linear-gradient(to bottom, #fef7f8 calc(100% - 3.2vw), transparent calc(100% - 3.2vw)) ,
                linear-gradient(to right, transparent 1.6vw, #ffe400 1.6vw, #ffe400 calc(100% - 1.6vw), transparent calc(100% - 1.6vw));
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 15px;
  }
  .cont_subttl .fs{
    font-size:6.666vw;
  }
  .cont01_txt01 {
    margin-top: 4vw;
    font-size: 3.599vw;
  }
  .cont01_txt01 span {
    font-size: 4.666vw;
  }
  .cont01_txt02 {
    margin-top: 1vw;
    font-size: 2.800vw;
  }
  .img_box {
    margin: 4vw auto 0;
    max-width: 100%;
  }
  .img_box p{
    margin-top: 1vw;
    margin-left: 4%;
    font-size: 2.800vw
  }
  .line_mark02{
    background: radial-gradient(circle at calc(100% - 1.6vw) calc(100% - 1.6vw), #ffe400 1.6vw, transparent 1.6vw) ,
                radial-gradient(circle at 1.6vw calc(100% - 1.6vw), #ffe400 1.6vw, transparent 1.6vw) ,
                linear-gradient(to bottom, #fef7f8 calc(100% - 3.2vw), transparent calc(100% - 3.2vw)) ,
                linear-gradient(to right, transparent 1.6vw, #ffe400 1.6vw, #ffe400 calc(100% - 1.6vw), transparent calc(100% - 1.6vw));
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .acMenu {
    margin-top: 10vw;
  }
  .acMenu dt {
    font-size: 3.2vw;
    text-align: center;
    max-width: 50%;
  }
  .acMenu dt::before {
    top: 2vw;
    right: 10px;
    border: 4px solid transparent;
    border-top: 5px solid #333;
  }
  .acMenu dt.active::before {
    top: 2vw;
    right: 10px;
    border: 4px solid transparent;
    border-top: 0;
    border-bottom: 5px solid #333;
  }
  .acMenu dd ul {
    margin-top: 2vw;
  }
  .acMenu dd ul li{
    font-size: 2.800vw;
  }
  .acMenu dd ul li a{
    font-size: 2.800vw;
  }
  .link_btn {
    margin: 10vw auto 0;
    max-width: 90%;
  }
  .link_btn a{
    font-weight: 500;
    font-size: 4.666vw;
    padding: 3.5vw 2vw;
    border-bottom: 8px solid #e8747e;
    border-radius: 40px;
    line-height: 130%;
  }
  
}

/*
目的別ラインナップ
*/

.cont02 {
  margin-top: 0;
  padding: 90px 10px 0;
}
.cont_inner {
  max-width: 1300px;
  margin: 0 auto;
}
.bg_w {
  background: #fff;
}
.cont_ttl02{
  text-align: center;
  margin: 0 auto;
  max-width: 470px;
}
.ui-content {
  display: none; 
  padding: 30px 5% 50px;
  border: 2px solid #e8747e;
}
.ui-title {
  cursor: pointer;
  padding: 0px 3px 15px;
  background-color: #9fa198;
  border: 2px solid #9fa198;
  border-bottom: none;
  text-align:center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.ui-title span {
  color:#9fa198 ;
  font-size: 13px;
  display: block;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  border: 1px solid #9fa198;
  padding: 5px;
  border-radius: 20px;
  position: relative;
  top: -15px;
  background: #fff;
  z-index: 2;
}
.is-active .ui-title{
  background-color: #e8747e;
  border: 2px solid #e8747e;
  border-bottom: none;
  color: #e8747e;
  background: #fff;
}
.is-active .ui-title span{
  background: #e8747e;
  border: 1px solid #e8747e;
  color: #fff;
}
.switchable-ui {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.ui-item {
  width: 100%; 
}
.ui-title {
  border-radius: 10px 10px 0 0;
  width: 30%;
}
.ui-title.tab01 {
  position: relative;
  top: 0;
  left: 0;
}
.ui-title.tab02 {
  position: absolute;
  top: 0;
  left: 31%;
}
.ui-title.tab03 {
  position: absolute;
  top: 0;
  left: 62%;
}
.ui-content {
  width: 100%; 
  border-radius: 0 0 10px 10px;
  margin-top: -2px;
}
.ui-item.is-active .ui-content {
  display: block;
}
.ui-content:not(.is-active-content) {
  display: none;
}
.ui-txt {
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
.ui-txt span{
  text-align: center;
  font-size: 16px;
  display: block;
}
.item_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_box li{
  width: 48%;
  border-radius: 10px;
  border: 1px solid #e8747e;
  overflow: hidden;
  margin-top: 30px;
}
.item_box li a{
  display: block;
}
.ui-item_box {
}
.ui-item_ttl {
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  background: #e8747e;
}
.ui-item_ttl span{
  font-size: 20px;
  font-weight: bold;
}
.ui-item_txt {
  padding: 24px 10px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  position: relative;
  color: #333;
}
.ui-item_txt span{
  padding: 3px 15px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #ffe400;
  border-radius: 30px;
  margin-right: 3%;
}
.ui-item_txt::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 8px solid #ffffff;
  z-index: 2;
}
.ui-item_txt::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #e8747e;
  border-radius: 20px;
  background: #e8747e;
  z-index: 1;
}
.ui-item_box_inner {
  margin: 0 5%;
}
.ui_inner_txt01 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 3px 5px;
  background: #9fa198;
  color: #fff;
}
.ui_inner_txt02 {
  font-size: 19px;
  text-align: center;
  padding: 12px 0;
  color: #333;
  line-height: 120%;
  font-weight: 700;
}
.ui_inner_txt02 sup{
  font-size: 12px;
  vertical-align: super;
}
.ui_inner_txt02 span {
  font-size: 15px;
}
.ui_inner_flex {
  display: flex;
  justify-content: space-between;
}
.ui_inner_flexitem {
  width: 49%;
}
.ui-note {
  margin-top: 10px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.ui_btn {
  max-width: 60%;
  margin: 10px auto 25px;
  display: block;
  text-align: center;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  padding: 18px 10px;
  border-radius: 40px;
  position: relative;
  border: 1px solid #333;
  background:linear-gradient(#e0e1de, #fff);
}
.ui_btn::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #333; 
}
.ui_btn.pcmt {
  margin: 37px auto 25px;
}
.cont_subttl02 {
  margin-top: 70px;
  text-align: center;
  font-size: 35px;
  color: #e8747e;
  font-weight: bold;
  background: url(/save/teiki/images/cont02_bg.png) no-repeat scroll center 50%;
  line-height: 240%;
}
.line_mark03 {
  background: radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #ffe400 10px, transparent 10px) ,
              radial-gradient(circle at 10px calc(100% - 10px), #ffe400 10px, transparent 10px) ,
              linear-gradient(to bottom, #fff calc(100% - 20px), transparent calc(100% - 20px)) ,
              linear-gradient(to right, transparent 10px, #ffe400 10px, #ffe400 calc(100% - 10px), transparent calc(100% - 10px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 15px;
}
.flex_link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.flex_link li{
  margin: 0 1%;
}

@media screen and (max-width: 1050px) {
  .ui-title {
    width: 33%;
  }
  .ui-title.tab02 {
    left: 33.5%;
  }
  .ui-title.tab03 {
    left: 67%;
  }
  .ui-title {
    font-size: 16px;
  }
  .ui-content {
    padding: 30px 1%;
  }
  .ui-item_txt::before{
    right: 13px;
    border: 4px solid transparent;
    border-left: 6px solid #ffffff;
  }
  .ui-item_txt::after{
    right: 10px;
    width: 20px;
    height: 20px;
  }
  
}

@media screen and (max-width: 767px) {
  .cont02 {
    margin-top: 0;
    padding: 10vw 5% 0;
  }
  .cont_inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .bg_w {
    background: #fff;
  }
  .cont_ttl02{
    text-align: center;
    margin: 0 auto;
    max-width: 80.6%;
  }
  .ui-title.tab01 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .ui-title.tab02 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .ui-title.tab03 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .ui-item {
    margin-bottom: 10vw;
  }
  .ui-title {
    border-radius: 5px;
  }
  /* SPではクリックでコンテンツの表示・非表示を切り替える */
  .ui-item.is-active .ui-content {
    display: block;
    padding: 1vw 3vw 8vw;
  }
  .ui-content {
    border-radius: 0 0 5px 5px;
  }
  .is-active .ui-title {
    border-radius:5px 5px 0 0;
  }
  .ui-title {
    padding: 0px 1vw 3vw;
    background-color: #e8747e;
    border: 2px solid #e8747e;
    color: #fff;
    font-size: 4vw;
    position: relative;
  }
  .ui-title span {
    color: #e8747e;
    font-size: 3.333vw;;
    display: block;
    text-align: center;
    width: 25vw;
    margin: 0 auto;
    border: 1px solid #e8747e;
    padding: 1vw 1vw;
    border-radius: 20px;
    position: relative;
    top: -4vw;
    background: #fff;
    z-index: 2;
  }
  .is-active .ui-title{
    background-color: #e8747e;
    border: 2px solid #e8747e;
    border-bottom: none;
    color: #e8747e;
    background: #fff;
  }
  .is-active .ui-title span{
    background: #fff;
    border: 1px solid #e8747e;
    color: #e8747e;
  }
  .ui-title::before, .ui-title::after {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
  }
  .ui-title::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  .is-active .ui-title::after {
    transform: rotate(0);
    transition: 0.5s;
    background: #e8747e;
  }
  .ui-txt {
    font-size: 4vw;
    padding-top: 7vw;
    background: url("/save/teiki/images/bg_icon_sp.png") no-repeat scroll center top;
    background-size: 100%;
  }
  .ui-txt span{
    font-size: 2.800vw;
  }
  .item_box {
    display: block;
  }
  .item_box li{
    width: 100%;
    border-radius: 10px;
    margin-top: 6vw;
  }
  .ui-item_ttl {
    font-size: 3.2vw;
    padding: 2vw 0;
  }
  .ui-item_ttl span{
    font-size: 4vw;
  }
  .ui-item_txt {
    padding: 4.5vw 2vw;
    font-size: 4vw;
  }
  .ui-item_txt span{
    padding: 1vw 2vw;
    font-size: 2.800vw;
    margin-right: 3%;
    vertical-align: 0.4vw;
  }
  .ui-item_txt::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 7px solid #ffffff;
    z-index: 2;
  }
  .ui-item_txt::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #e8747e;
    border-radius: 20px;
    background: #e8747e;
    z-index: 1;
  }
  .ui-item_box_inner {
    margin: 0 5%;
  }
  .ui_inner_txt01 {
    font-size: 3.2vw;
    padding: 0.5vw 5px;
  }
  .ui_inner_txt02 {
    font-size: 3.599vw;
    padding: 3vw 0;
  }
  .ui_inner_txt02 sup{
    font-size: 2.800vw;
  }
  .ui_inner_txt02 span {
    font-size: 2.800vw;
  }
  .ui_inner_flex {
    display: flex;
    justify-content: flex-start;
  }
  .ui_inner_flexitem {
    width: 55%;
  }
  .ui-note {
    font-size: 2.800vw;
  }
  .ui_btn {
    max-width: 75%;
    margin: 2vw auto 6vw;
    font-size: 3.2vw;
    padding: 3.5vw 2vw;
  }
  .ui_btn.pcmt {
    margin: 2vw auto 6vw;
  }
  .ui_inner_flex .ui_inner_flexitem:first-child {
    width: 45%;
  }
  .ui_inner_flex .ui_inner_flexitem:first-child .ui_inner_txt02 {
    border-right: 1px solid #9fa198;
  }
  .switchable-ui {
    margin-top: 40px;
    margin-bottom: 5vw;
  }
  .cont_subttl02 {
    margin-top: 0;
    font-size: 4.666vw;
    background: url(/save/teiki/images/cont02_bg.png) no-repeat scroll center 50%;
    line-height: 240%;
    background-size: 40vw auto;
  }
  .line_mark03 {
    background: radial-gradient(circle at calc(100% - 1.6vw) calc(100% - 1.6vw), #ffe400 1.6vw, transparent 1.6vw) ,
                radial-gradient(circle at 1.6vw calc(100% - 1.6vw), #ffe400 1.6vw, transparent 1.6vw) ,
                linear-gradient(to bottom, #fff calc(100% - 3.2vw), transparent calc(100% - 3.2vw)) ,
                linear-gradient(to right, transparent 1.6vw, #ffe400 1.6vw, #ffe400 calc(100% - 1.6vw), transparent calc(100% - 1.6vw));
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 15px;
  }
  .flex_link {
    margin: 8vw auto 0;
    max-width: 95%;
  }
}


/*
スマホ一つで完結 北陸銀行ポータルアプリ
*/
.cont03 {
  margin-top: 80px;
  padding: 0 10px;
}
.app_flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.app_flex_item {
  width: 75.89%;
}
.app_flex_img {
  width: 23.0%;
  text-align: left;
}
.cont03_txt {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
.app_box {
  margin: 30px auto 0;
  max-width: 450px;
}
.app_box dt {
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  background: #e8747e;
  padding: 5px 5px;
  border-radius: 13px;
}
.app_box dd {
  padding: 30px 0 0 10%;
  display: flex;
  flex-wrap: wrap;
}
.app_box dd p {
  width: 50%;
  font-size: 21px;
  font-weight: 500;
  color: #333;
  margin-bottom: 3px;
}
.app_box dd p span{
  color: #e8747e;
}
.cont03_txt02 {
  margin-left: 3%;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 700;
}
.cont03_txt02 a{
  color: #3333ff;
  text-decoration: underline;
}
.app_dl {
  margin-top: 30px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.app_dl_ttl {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  background: #e8747e;
}
.app_dl_box {
  padding: 40px 9%;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.dl_item {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.dl_ch {
  width: 61%;
}
.dl_ch02 {
  width: 27%;
  margin-right: 2%;
}
.dl_ch p{
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
}
.dl_note {
  margin-top: 10px;
}
.dl_note li{
  font-size: 14px;
  color: #000;
  text-indent: -1em;
  padding-left: 1em; 
}
@media screen and (max-width: 1050px) {
  .app_dl_box {
    padding: 40px 3%;
  }
}

@media screen and (max-width: 767px) {
  .cont03 {
    margin-top: 10vw;
    padding: 0;
  }
  .sp_wid02 {
    max-width: 80.66%;
    margin: 0 auto;
  }
  .app_flex {
    display: block;
    margin-top: 0;
  }
  .app_flex_item {
    width: 100%;
    margin: 2vw auto 0;
  }
  .app_flex_img {
    width: 35.6%;
    text-align: center;
    margin: 4vw auto 0;
  }
  .cont03_txt {
    font-size: 3.599vw;
  }
  .app_box {
    margin: 7vw auto 0;
    max-width: 73.3%;
  }
  .app_box dt {
    font-size: 3.599vw;
    padding: 2vw 2vw;
  }
  .app_box dd {
    padding: 5vw 0 0 0;
    display: block;
    max-width: 45%;
    margin: 0 auto;
  }
  .app_box dd p {
    width: 100%;
    font-size: 3.599vw;
    text-align: left;
    margin-bottom: 3px;
  }
  .cont03_txt02 {
    margin-left: 0;
    font-size: 2.800vw;
    margin-top: 5vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  
  .app_dl {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin: 7vw auto 0;
    max-width: 73.3%;
  }
  .app_dl_ttl {
    font-size: 3.599vw;
    padding: 2vw 0;
  }
  .app_dl_box {
    padding: 1vw 1vw 6vw;
    display: block;
    border-radius: 0 0 8px 8px;
  }
  .dl_item {
    max-width: 56%;
    display: block;
    margin: 5vw auto 0;
  }
  .dl_ch {
    width: 100%;
  }
  .dl_ch p{
    text-align: center;
    margin-bottom: 1vw;
    font-size: 3.599vw;
  }
  .dl_note {
    margin-top: 1.4vw;
  }
  .dl_note li{
    font-size: 2.800vw;
  }
}

/*
よくある質問
*/
.cont04 {
  padding: 90px 10px 60px;
}
.cont_inner02 {
  max-width: 1140px;
  margin: 0 auto;
}
.cont_ttl03 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #e8747e;
  margin-bottom: 35px;
}
.acMenu02 {
  border: 1px solid #e8747e;
  border-radius: 12px;
  padding: 25px 40px;
  margin-bottom: 25px;
}
.acMenu02 dt {
  cursor: pointer;
  position: relative;
  font-size: 21px;
  font-weight: 500;
  color: #e8747e;
}
.acMenu02 dt::before, .acMenu02 dt::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #e8747e;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}
.acMenu02 dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.acMenu02 dt.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
        
.acMenu02 dd {
  display: none;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 19px;
  color: #333;
  border-top: 1px solid #e8747e;
}
.acMenu02 dd span{
  font-size: 16px;
  display: block;
}
.acMenu02 dd sup {
  font-size: 12px;
  vertical-align: super;
}
.acMenu02 a {
  color: #0000ff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cont04 {
    margin-top: 10vw;
    padding: 0 5%;
  }
  .cont_inner02 {
    max-width: 100%;
    margin: 0 auto;
  }
  .cont_ttl03 {
    font-size: 6.666vw;
    margin-bottom: 7vw;
  }
  .acMenu02 {
    border-radius: 10px;
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
  .acMenu02 dt {
    font-size: 3.599vw;
  }
  .acMenu02 dt::before, .acMenu02 dt::after {
    width: 15px;
    height: 2px;
    right: 0;
  }
  .acMenu02 dd {
    margin-top: 4vw;
    padding-top: 4vw;
    font-size:3.2vw;
  }
  .acMenu02 dd span{
    font-size: 2.800vw;
  }
  .acMenu02 dd sup {
    font-size: 2.800vw;
  }
}

/*
関連コラム
*/
.cont05{
  margin-top: 0;
  padding: 0 10px;
}
.bg_g {
  background: #fbf9f6;
  padding: 70px 6% 70px;
}
.cont_ttl04 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.column_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_box li{
  width: 48.5%;
  margin-top: 35px;
}
.column_box a {
  display: flex;
  padding: 15px 0;
  background: #fff;
  align-items: center;
  position: relative;
}
.column_box a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%); 
  border: 7px solid transparent;
  border-left: 10px solid #e8747e; 
}
.column_box a div {
  width: 29.45%;
  margin-right: 5%;
}
.column_box a p {
  width: 65%;
  padding-right: 20px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1150px) {
  .wid_no {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cont05{
    margin-top: 10vw;
    padding: 0;
  }
  .bg_g {
    background: #fbf9f6;
    padding: 9vw 5% 9vw;
  }
  .cont_ttl04 {
    font-size: 6.666vw;
  }
  .column_box {
    display: block;
  }
  .column_box li{
    width: 100%;
    margin-top: 4.5vw;
  }
  .column_box a {
    padding: 3vw 0;
  }
  .column_box a::before{
    right: 4%;
    border: 5px solid transparent;
    border-left: 7px solid #e8747e; 
  }
  .column_box a div {
    width: 29.45%;
    margin-right: 5%;
  }
  .column_box a p {
    width: 65%;
    padding-right: 5%;
    font-size: 3.599vw;
    line-height: 130%;
  }
}


/*
footer
*/
.foot {
  margin-top: 70px;
  padding-bottom: 108px;
}
.foot p{
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #9fa198;
}

@media screen and (max-width: 767px) {
  .foot {
    margin-top: 10vw;
    padding-bottom: 22vw;
  }
  .foot p{
    padding: 1.5vw 0;
    font-size: 2.4vw;
  }
}

/*
追従
*/
.fixarea {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  background: #fbf9f6;
  bottom: 0;
  z-index: 5;
}
.fixarea_inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fixarea_inner a {
  display: block;
  width: 48%;
  border-radius: 15px;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  background: #ffe400;
  padding: 16px 5px;
  border-bottom: 9px solid #e8747e;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .fixarea {
    padding: 3vw 0;
  }
  .fixarea_inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .fixarea_inner a {
    width: 49%;
    border-radius: 15px;
    font-size: 3.2vw;
    padding: 3vw 2vw;
    border-bottom: 2vw solid #e8747e;
  }
}

/*
共通コンタクト部分
*/

.c-contact {
  margin-top: 50px;
}
.c-contact__container {
  max-width: 1240px;
  margin-inline: auto;
  padding: 0 20px 40px;
}
.c-contact__box {
  background-color: #fff;
  padding: 36px 3.3333333333% 40px;
  border-radius: 6px 6px 10px 10px;
  overflow: hidden;
  position: relative;
  filter: drop-shadow(0px 6px 13px #faddde);
  will-change: filter;
}
.c-contact__box:before {
    width: 100%;
    height: 6px;
    background-color: #b40914;;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.c-contact__heading {
    font-weight: 700;
    font-size: 2.6rem;
    text-align: center;
    color: #b40914;
}
.c-contact__wrap {
    display: flex;
    margin-top: 32px;
}
.c-contact__block {
    width: 50%;
    padding-right: 27px;
}
.c-contact__block + .c-contact__block {
    border-top: 0;
    border-left: 1px solid #e0e0e0;
    margin: 0;
    padding: 0 0 0 3.5714285714%;
}
.c-contact__block-heading {
    text-align: left;
    font-size: 1.8rem;
}
.c-contact__btns {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 13px;
    margin-top: 25px;
    justify-content: space-between;
}
.c-contact__btn {
    grid-template-columns: 48px 1fr auto;
    
    padding: 16px 16px 16px 8px;
    transition-duration: 0.4s;
    transition-property: background-color, border-color;
  max-width: 260px;
  flex: 0 0 260px;
  --c-icon: #b40914;;
  --c-text: #333;;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  text-align: left;
  border: 1px solid #e8b1b5;
  border-radius: 5px;
  color: #333;
}
.c-contact__text {
    font-size: 1.4rem;
    line-height: 2;
  margin-top: 11px;
}
.c-contact__tel {
    margin: 0;
    justify-content: flex-start;
    display: flex;
    gap: 9px;
    align-items: center;
}
.c-contact__tel-icon {
  width: 31px;
}
.c-contact__tel a {
    font-family: Thasadith, sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #b40914;
  font-size: 4.4rem;
        line-height: 1;
        
        margin-block: 18px;
}
.c-contact__tel-text {
  font-size: 1.4rem;
  line-height: 1.6153846154;
}
.c-contact__reception-btn-wrapper {
    margin-top: 24px;
    text-align: left;
}
.c-contact__reception-btn {
    --c-icon: #b40914;
    --c-text: #333;
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 10px 30px 11px;
    text-align: left;
    border: 1px solid #e8b1b5;
    border-radius: 5px;
  color: #333;
}
.c-contact__btn-icon {
  display: flex;
  place-items: center;
  justify-self: center;
  height: 0;
  color: #b40914;
  overflow: visible;
  transition: color 0.4s;
  width: 36px;
}
.c-contact__btn-text {
    padding-bottom: 1px;
    font-size: 1.6rem;
    line-height: 1.5;
    transition: color 0.4s;
  font-weight: 500;
    color: #333;
}
.c-contact__btn-arrow {
    display: flex;
    width: 16px;
    color: #b40914;
}
svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .c-contact__box {
    padding: 30px 20px 40px;
    filter: drop-shadow(0px 3px 6px #faddde);
  }
  .c-contact__heading {
    font-size: 2.2rem;
  }
  .c-contact__wrap {
    margin-top: 20px;
    display: block;
  }
  .c-contact__block-heading {
    font-size: 1.7rem;
    text-align: center;
  }
  .c-contact__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }
  .c-contact__btn {
    grid-template-columns: 56px 1fr auto;
    padding: 13px 12px 13px 10px;
    flex: 0;
    max-width: 100%;
  }
  .c-contact__btn-text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
  .c-contact__block + .c-contact__block {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #e0e0e0;
    border-left: none;
  }
  .c-contact__block-heading {
    font-size: 1.7rem;
    text-align: center;
  }
  .c-contact__text {
    margin-top: 11px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
  .c-contact__tel {
    margin-top: 10px;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
  }
  .c-contact__tel-icon {
    width: 25px;
    flex-shrink: 0;
  }
  .c-contact__tel a {
    font-size: 3.7rem;
    line-height: 1.5135135135;
  }
  .c-contact__tel-text {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    margin-top: 5px;
  }
  .c-contact__reception-btn-wrapper {
    margin-top: 18px;
    text-align: center;
}
  .c-contact__block {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
}

