@charset "utf-8";

.c-ground-01.wrap-foreign_deposit-c-noticeBlock-01{
  border: 4px solid #eb7000;
}
.c-ground-01.wrap-foreign_deposit-c-glossary-01{
  border: 4px solid #de9d02;
}
.c-noticeBlock-01.column-01.foreign_deposit-bg-none,
.c-noticeBlock-01.column-02.foreign_deposit-bg-none{
  padding-top: 0;
  -webkit-box-shadow:none;
  box-shadow: none;
}
.c-noticeBlock-01.column-01.foreign_deposit-c-noticeBlock-01,
.c-noticeBlock-01.column-02.foreign_deposit-c-noticeBlock-01{
  background: none;
}

@media only screen and (max-width: 640px){
  .c-noticeBlock-01>.col .heading {
      font-size: 112.5%;
  }
  .c-noticeBlock-01>.col .text {
      font-size: 100%;
  }
}
.wrap-foreign_deposit-c-glossary-01 .c-noticeBlock-01 .glossary-color{
  color: #de9d02;
}

/* ========== readmore ========== */
.readmore-wrap {
  position: relative;
  padding-bottom: 40px;
}
.readmore-wrap + .readmore-wrap {
  margin-top: 40px;
}
.readmore-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 20px;
  background: #eb7000;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.readmore-trigger::after {
  content: "続きを読む";
  padding-left: 18px;
}
.readmore-trigger .fa {
  margin-right: .5em;
}
.readmore-item {
  position: relative;
  overflow: hidden;
}
.readmore-item.is-hide {
  height: 200px;
}
.readmore-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

.readmore-trigger.is-show {
  /*bottom: -40px;*/
  bottom: 0;
}
.readmore-trigger.is-show::after {
  content: "閉じる";
}
.readmore-trigger.is-show + .readmore-item::before {
  display: none;
}

.readmore-trigger .readmore-ico {
  position: relative;
}
.readmore-trigger .readmore-ico::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/marker_07_@2x.png);
  background-size: auto 12px;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 0;
}
.readmore-trigger.is-show .readmore-ico::before {
  background-position: 12px 0;
}
*:not(.c-btn-account) > span.label {
  font-size: 12px;
  font-weight: bold;
  color: #535252;
  border: 1px solid #d4d5d5;
  margin-left: 10px;
  padding: 5px 5px;
  max-height: 26px;
}