@charset "UTF-8";
/* ---------------------------------------------------------------

	/html/upload/user_data/feature/jrebank/img/2507/
	/html/upload/user_data/feature/jrebank/css/
	/feature/17/JREBANK.html

	01.リセット
	02.基本・汎用クラス
	03.コンテンツ

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

	リセット

--------------------------------------------------------------- */
.ec-layoutRole {
  overflow: clip;
}

.ec-blockTopBtn {
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__contents {
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    padding-right: 0;
    padding-left: 0;
  }
}
/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けアンカー非表示 */
.ec-featureItems.buttons {
  display: none;
}

.ec-layoutRole .ec-layoutRole__contentTop {
  position: relative;
  z-index: 3;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
}

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

	基本・汎用クラス

--------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .hp_spOnly {
    display: none;
  }
}
.hp_exspOnly {
  display: none;
}

@media only screen and (max-width: 430px) {
  .hp_exspOnly {
    display: block;
  }
}
.hp_mt10 {
  margin-top: min(10px, 1.3vw) !important;
}

.hp_mt20 {
  margin-top: min(20px, 2.6vw) !important;
}

.hp_mt30 {
  margin-top: min(30px, 3.91vw) !important;
}

.hp_mt40 {
  margin-top: min(40px, 5.21vw) !important;
}

.hp_mt50 {
  margin-top: min(50px, 6.51vw) !important;
}

.hp_mt60 {
  margin-top: min(60px, 7.82vw) !important;
}

.hp_fontSize-s {
  font-size: 0.8em !important;
}

.hp_fontSize-l {
  font-size: 1.2em !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75em;
  line-height: 1.8;
}

/* 背景色　薄水色 */
/*.contents_background-bgrn {
  position: relative;
}
.contents_background-bgrn::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #edf8f8;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.contents_background-bgrn > * {
  position: relative;
  z-index: 2;
}*/
/* 背景色　ベージュ */
.contents_background-beige {
  position: relative;
}

.contents_background-beige::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fcfbec;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.contents_background-beige > * {
  position: relative;
  z-index: 2;
}

.ec-breadcrumbRole {
  position: relative;
  z-index: 2;
}

.jrebank {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.jrebank:before {
  position: absolute;
  content: "";
  background: #d8edcd;
  width: 100vw;
  height: calc(100% + 200px);
  left: 50%;
  top: -200px;
  transform: translateX(-50%);
  z-index: -2;
}
.jrebank:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 27vw;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("/html/upload/user_data/feature/jrebank/img/2507/bg-coin-pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .jrebank:after {
    height: 70vw;
    background-image: url("/html/upload/user_data/feature/jrebank/img/2507/bg-coin-sp.svg");
  }
}
.jrebank.bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}
.jrebank.bottom:before {
  position: absolute;
  content: "";
  background: #d8edcd;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -2;
}
.jrebank.bottom:after {
  display: none;
}

/* 背景色　白 */
/*.contents_background-white {
  position: relative;
}
.contents_background-white::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.contents_background-white > * {
  position: relative;
  z-index: 2;
}*/
/* 背景　柄 */
/* ---------------------------------------------------------------

	コンテンツ

--------------------------------------------------------------- */
.jrebank {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(1.4rem, 1.2rem + 0.52vw, 1.6rem);
  /*font-weight: 500;*/
  line-height: 2;
  font-feature-settings: "palt";
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 min(40px, 5.21vw);*/
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media print, screen and (max-width: 768px) {
  .jrebank {
    font-size: clamp(1.4rem, 1.1rem + 0.39vw, 1.6rem);
    /*font-weight: 600;*/
    padding: 0 0 40px;
  }
}
.jrebank:where(h1, h2, h3, h4, h5, h6, p, a,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption) {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.jrebank:where(ol, ul, menu, summary) {
  list-style: none;
}
.jrebank:where(img) {
  max-inline-size: 100%;
}
.jrebank:where(table) {
  border-collapse: collapse;
}
.jrebank:where(figure, picture) {
  display: block;
}
.jrebank:where(figure, picture) img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.jrebank .bl_anchorlink {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #00833e;
  border-radius: 0 0 8px 8px;
  padding: 20px 0 !important;
  margin-bottom: 110px !important;
}
@media only screen and (max-width: 767px) {
  .jrebank .bl_anchorlink {
    grid-template-columns: 1fr 1fr;
    padding: 5px 0 !important;
    margin-bottom: 70px !important;
  }
}
.jrebank .bl_anchorlink__item .arrow_btm {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: initial;
  border-right: 1px solid #5cb531;
  padding: 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  .jrebank .bl_anchorlink__item .arrow_btm {
    font-size: 1.4rem;
    padding: 10px 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .jrebank .bl_anchorlink__item .arrow_btm:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 120%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.3s;
    background-color: #00773d;
    border-radius: 20px;
    opacity: 0;
    z-index: -1;
  }
}
.jrebank .bl_anchorlink__item .arrow_btm:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #5cb531;
  border-bottom: 2px solid #5cb531;
  transform: translateX(-50%) rotate(45deg);
  bottom: 0;
  left: 50%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .jrebank .bl_anchorlink__item .arrow_btm:after {
    bottom: 10px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .jrebank .bl_anchorlink__item .arrow_btm:hover:before {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .jrebank .bl_anchorlink__item .arrow_btm:hover:after {
    bottom: 2px;
  }
}
.jrebank .bl_anchorlink__item .arrow_btm .icon {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .jrebank .bl_anchorlink__item .arrow_btm .icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .jrebank .bl_anchorlink__item:nth-child(1) .arrow_btm {
    border-bottom: 1px solid #5cb531;
  }
  .jrebank .bl_anchorlink__item:nth-child(2) .arrow_btm {
    border-bottom: 1px solid #5cb531;
    border-right: none;
  }
}
.jrebank .bl_anchorlink__item:last-child .arrow_btm {
  border-right: none;
}
.jrebank .section {
  border-radius: 10px;
  padding: 60px 120px;
  margin-top: 80px;
}
.jrebank .section + .section {
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .jrebank .section {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .jrebank .section {
    padding: 40px 15px;
    margin-top: 40px;
  }
}
.jrebank .section.bg-white {
  background: #fff;
}
.jrebank .section__headttl-1 {
  font-size: 3.7rem;
  color: #fff;
  background-color: #5cb531;
  border-bottom: 5px solid #01833e;
  padding: 10px;
  line-height: initial;
  text-align: center;
  border-radius: 50vh;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 40px;
  max-width: 658px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__headttl-1 {
    font-size: 2.4rem;
    padding: 5px 10px;
    margin-top: -60px;
    margin-bottom: 30px;
    width: 80%;
  }
}
.jrebank .section__headttl-2 {
  font-size: 2.2rem;
  color: #fff;
  background-color: #5cb531;
  padding: 10px;
  line-height: initial;
  text-align: center;
  border-radius: 50vh;
  margin: auto;
  margin-top: -80px;
  margin-bottom: 40px;
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__headttl-2 {
    font-size: 1.8rem;
    margin-top: -45px;
    margin-bottom: 20px;
  }
}
.jrebank .section__headttl-3 {
  font-size: 3.4rem;
  color: #006224;
  font-weight: 600;
  line-height: initial;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__headttl-3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
.jrebank .section__headttl-3 span {
  font-size: 0.7em;
  display: block;
}
.jrebank .section__lead {
  font-size: 2.2rem;
  text-align: center;
  line-height: 3.5rem;
  font-weight: 600;
  color: #006224;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__lead {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
  }
}
.jrebank .section__lead strong {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 5rem;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__lead strong {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.jrebank .section__border-lead {
  font-size: 1.8rem;
  text-align: center;
  line-height: 3.5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.2rem;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.jrebank .section__border-green {
  border: 4px solid #d8edcd;
  border-radius: 20px;
  padding: 20px 60px;
  overflow: hidden;
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 1200px) {
  .jrebank .section__border-green {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-green {
    padding: 20px;
    margin-bottom: 60px !important;
  }
}
.jrebank .section__headimg {
  margin-bottom: 50px !important;
}
.jrebank .section__border-gray {
  border: 4px solid #e6e6e6;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 1200px) {
  .jrebank .section__border-gray {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-gray {
    padding: 20px;
    margin-bottom: 40px !important;
  }
}
.jrebank .section__border-gray.last {
  margin-bottom: 0 !important;
}
.jrebank .section__line-gray {
  border-top: 4px solid #e6e6e6;
  padding: 50px 0 0;
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__line-gray {
    margin-bottom: 0px !important;
  }
  .jrebank .section__line-gray .section__headttl-2 {
    margin-top: -75px;
  }
}
.jrebank .section__border-3col {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-3col {
    padding: 0;
  }
}
.jrebank .section__border-3col > * {
  width: calc(33.3333333333% - 7px);
}
.jrebank .section__border-bankplus {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-bankplus {
    flex-direction: column;
    gap: 20px;
  }
}
.jrebank .section__border-bankplus img {
  width: 170px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-bankplus img {
    margin: auto;
    width: 40%;
  }
}
.jrebank .section__border-bankplus-lead {
  font-size: 1.8rem;
  text-align: left;
  line-height: 3.5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
  display: contents;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-bankplus-lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.jrebank .section__border-bankdebit-img {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-bankdebit-img {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.jrebank .section__border-bankdebit-img > * {
  width: calc(33.3333333333% - 7px);
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-bankdebit-img > * {
    width: calc(50% - 7px);
  }
}
@media only screen and (max-width: 767px) {
  .jrebank .section__border-bankdebit-img > *:last-child {
    width: 100%;
    padding: 0 20%;
    margin-top: 10px;
  }
}
.jrebank .section .anotation {
  font-size: 1.4rem;
  line-height: 2rem;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .anotation {
    font-size: 1.2rem;
  }
}
.jrebank .section .ranklinglist {
  padding-left: 0;
}
.jrebank .section .ranklinglist__item {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist__item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.jrebank .section .ranklinglist__item:last-child {
  margin-bottom: 0;
}
.jrebank .section .ranklinglist .ranking-badge {
  width: 80px;
  height: auto;
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .ranking-badge {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.jrebank .section .ranklinglist .ranking-badge img {
  margin: auto;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .ranking-badge img {
    width: 50px !important;
  }
}
.jrebank .section .ranklinglist .ranking-badge.first img {
  width: inherit;
}
.jrebank .section .ranklinglist .ranking-badge.second img {
  width: 64px;
}
.jrebank .section .ranklinglist .ranking-badge.third img {
  width: 56px;
}
.jrebank .section .ranklinglist .coin {
  width: 56px;
  height: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .coin {
    margin-right: 0;
    display: none;
  }
}
.jrebank .section .ranklinglist .closs {
  width: 30px;
  height: 30px;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .closs {
    width: 22px;
    height: 22px;
    margin: 0 8px;
  }
}
.jrebank .section .ranklinglist .point {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .point {
    line-height: 1;
    font-size: 2rem !important;
  }
}
.jrebank .section .ranklinglist .point span {
  margin-right: 10px;
  margin-top: -1rem;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .point span {
    margin-right: 0;
    font-size: 3.6rem !important;
  }
}
.jrebank .section .ranklinglist .point.first {
  color: #c3a82a;
  font-size: 4rem;
}
.jrebank .section .ranklinglist .point.first span {
  font-size: 5.6rem;
}
.jrebank .section .ranklinglist .point.second {
  color: #666666;
  font-size: 3.6rem;
}
.jrebank .section .ranklinglist .point.second span {
  font-size: 4.8rem;
}
.jrebank .section .ranklinglist .point.third {
  color: #006224;
  font-size: 3rem;
}
.jrebank .section .ranklinglist .point.third span {
  font-size: 4rem;
}
.jrebank .section .ranklinglist .dear {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .dear {
    line-height: 1;
    font-size: 2rem !important;
  }
}
.jrebank .section .ranklinglist .dear span {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .ranklinglist .dear span {
    font-size: 3rem !important;
  }
}
.jrebank .section .ranklinglist .dear.first {
  color: #c3a82a;
}
.jrebank .section .ranklinglist .dear.second {
  color: #666666;
}
.jrebank .section .ranklinglist .dear.third {
  color: #006224;
}
.jrebank .section .numberlist {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.jrebank .section .numberlist > li {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
  margin-bottom: 40px;
}
.jrebank .section .numberlist > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .numberlist > li {
    margin-bottom: 20px;
  }
}
.jrebank .section .numberlist > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #5cb531;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  color: #fff;
  font-size: 115%;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.jrebank .section .numberlist .top {
  font-size: 2.2rem;
  font-weight: 600;
  color: #006224;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .numberlist .top {
    font-size: 1.5rem;
  }
}
.jrebank .section .numberlist .bottom {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .numberlist .bottom {
    font-size: 1.4rem;
  }
}
.jrebank .section .numberlist .bottom a {
  font-size: 1.8rem;
  color: #006224;
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .numberlist .bottom a {
    font-size: 1.4rem;
  }
}
.jrebank .section .numberlist .bottom a[target=_blank] {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.jrebank .section .numberlist .bottom a[target=_blank]:after {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/jrebank/img/2507/altwindow_icon.svg");
  width: 15px;
  height: 15px;
  right: 3px;
  top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .numberlist .bottom a[target=_blank]:after {
    width: 12px;
    height: 12px;
  }
}
.jrebank .section .numberlist .bottom ul li {
  margin-bottom: 5px;
}
.jrebank .section .numberlist .bottom ul li:last-child {
  margin-bottom: 0;
}
.jrebank .section .precautionslist__item {
  font-size: 1.6rem;
  text-indent: -1.6rem;
  margin-left: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .precautionslist__item {
    font-size: 1.4rem;
    text-indent: -1.4rem;
    margin-left: 1.4rem;
    line-height: 2rem;
  }
}
.jrebank .section .precautionslist__item > ul {
  padding-left: 1.6rem !important;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .precautionslist__item > ul {
    padding-left: 1.4rem !important;
  }
}
.jrebank .section .precautionslist__item > ul li {
  list-style-type: disc;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .precautionslist__item > ul li {
    padding-left: 1.4rem;
    padding-left: 0;
    text-indent: 0;
  }
}
.jrebank .section .btnlist {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .btnlist {
    flex-direction: column;
  }
}
.jrebank .section .btnlist__item {
  width: 100%;
  max-width: 658px;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .btnlist__item {
    width: 100%;
  }
}
.jrebank .section .btnlist__item a {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 10px;
  font-size: 1.8rem;
  color: #000000;
  border: 1px solid #00833e;
  border-radius: 50vh;
  box-shadow: 0px 4px 0px #00833e;
  transition: 0.3s;
}
.jrebank .section .btnlist__item a:hover {
  box-shadow: 0px 0px 0px #00833e;
  top: 4px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .btnlist__item a {
    font-size: 1.6rem;
    padding: 14px 10px;
  }
}
.jrebank .section .btnlist__item a[target=_blank] span {
  position: relative;
  font-size: inherit;
  padding-right: 20px;
  font-weight: 600;
}
.jrebank .section .btnlist__item a[target=_blank] span:after {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/jrebank/img/2507/altwindow_icon.svg");
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jrebank .section .btnlist__item a:not([target=_blank]) span {
  position: relative;
  font-size: inherit;
  font-weight: 600;
}
.jrebank .section .btnlist__item a:not([target=_blank]) span:after {
  display: none;
}
.jrebank .section .entry {
  text-align: center;
  margin-top: 50px;
}
.jrebank .section .entry__btn {
  position: relative;
  top: 0;
  display: block;
  font-size: 3.7rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff4848;
  box-shadow: 0px 4px 0px #c1272d;
  text-align: center;
  padding: 10px;
  border-radius: 50vh;
  max-width: 658px;
  width: 100%;
  margin: auto;
  position: relative;
  transition: 0.3s;
}
.jrebank .section .entry__btn:hover {
  top: 4px;
  box-shadow: 0px 0px 0px #c1272d;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .entry__btn {
    font-size: 2.4rem;
  }
}
.jrebank .section .entry__btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 40px;
}
.jrebank .section .campaign-period {
  background-color: #01833e;
  color: #fff;
  margin: 20px -60px -20px;
  padding: 30px 15px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .campaign-period {
    padding: 15px;
  }
}
.jrebank .section .campaign-period h3 {
  font-size: 2.2rem;
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .campaign-period h3 {
    font-size: 1.8rem;
  }
}
.jrebank .section .campaign-period h3:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 110%;
  background-color: #fff;
  left: 0;
  transform: translateX(-50%) rotate(-35deg);
}
.jrebank .section .campaign-period h3:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 110%;
  background-color: #fff;
  right: 0;
  transform: translateX(-50%) rotate(35deg);
}
.jrebank .section .campaign-period p {
  letter-spacing: 0.3rem;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .campaign-period p {
    font-size: 1.8rem;
  }
}
.jrebank .section .campaign-period p span {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .jrebank .section .campaign-period p span {
    font-size: 2.5rem;
  }
}
.jrebank .marker {
  padding: 0 5px 5px;
  background: linear-gradient(transparent 50%, #fff287 50%);
}
.jrebank #campaign_overview {
  position: relative;
}
.jrebank #campaign_overview:before {
  position: absolute;
  content: "";
  width: 179px;
  height: 101px;
  right: -40px;
  top: -30px;
  background-image: url("/html/upload/user_data/feature/jrebank/img/2507/floating_coin01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .jrebank #campaign_overview:before {
    display: none;
  }
}
.jrebank #campaign_overview:after {
  position: absolute;
  content: "";
  width: 164px;
  height: 101px;
  left: -40px;
  bottom: -30px;
  background-image: url("/html/upload/user_data/feature/jrebank/img/2507/floating_coin02.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .jrebank #campaign_overview:after {
    display: none;
  }
}
.jrebank #precautions {
  margin-top: 0;
}

/*
商品枠見出し
*/
.giftItemsHeadImg {
  margin-bottom: 20px !important;
}

.giftItemsHeadImg h3 {
  border-bottom: 4px solid #006224 !important;
  color: #006224 !important;
  padding-top: 10px;
  position: relative;
}
.giftItemsHeadImg h3:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 4px;
  background: #5cb531;
  bottom: -4px;
  right: 0;
}

.ec-layoutRole {
  background: #fff !important;
}

.ec-featureRole__content .ec-giftArea {
  background: #fff;
  padding: 15px 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .ec-featureRole__content .ec-giftArea {
    padding: 0px 20px;
  }
}
.ec-featureRole__content .ec-giftArea:last-child {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .ec-featureRole__content .ec-giftArea:last-child {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slideContentArea.slideLayout_1 .swiper-wrapper {
    overflow: hidden;
  }
}/*# sourceMappingURL=style2507.css.map */