
@charset "utf-8";
body{
  margin:0
}
section:after, div:after, ul:after, ol:after, dl:after, .clearfix:after{
  display:none
}
.sp-only{
display:none
}
.box {
        margin-bottom: 0;
    }
/*TOPページ*/
div#card-page.top header {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 84vh;
    display: grid;
    grid-template-columns: 60% 40%;
    color: #fff;
}
div#card-page.top header::after{
  display:none
}
div#card-page.top header > div{
  display:flex;
  justify-content:center;
  align-items: flex-end;
}
div#card-page.top header > div.clubq-card {
  background: #172e7a;
}
div#card-page.top header > div.point-card {
  background: #a32026;
  position: relative;
  overflow: hidden;
}
  div#card-page.top header > div a{
    height:100%;
    width: 100%;
  }
div#card-page.top header > div figure{
  margin: 0 auto 15vh;
  width:80%;
  height: calc((100% - 15vh) - 30px);
}
div#card-page.top header > div.point-card a{
display:flex;
  align-items:flex-end
}
div#card-page.top header > div figure img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom;
}
div#card-page.top header > div.point-card span {
  width: 150px;
  height: 150px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background: #591316;
  font-weight: 600;
  text-align: center;
  font-size: 17px;
  transform: rotate(-5deg) translateX(20px);
  right: 0;
  top: 52%;
}
div#card-page.top main > section {
  padding: 100px 50px;
  border-top-right-radius: 15vh;
}
div#card-page.top main > section > span{
  max-width:1000px;
  margin: 0 auto 0 7%;
  display: block;
}
h4.infottl {
    font-size: 17px;
}
h4.infottl span{
    margin-right:10px;
    font-size:30px;
}
div#card-page.top main > section.information {
    margin: -15vh 0 0;
    padding: 100px 50px 250px;
    background: #e1e1e1;
    z-index: 0;
    position: relative;
}
ul.infolist li{
   margin:15px 0;
   border-bottom: 1px dashed #949494;
}
ul.infolist li a{
   padding: 15px 7px;
   display:block;
  font-size:14px
}
ul.infolist li a span{
   display:inline-block;
  margin-right:10px;
  font-size:12px;
}
ul.infolist li:first-of-type{
   border-top: 1px dashed #949494;
}
div#card-page.top main > section .section-header{
  margin: 0 auto 50px;
  max-width:100%
}
section#contact {
  background: #000;
  color: #fff;
}
div#card-page section#contact ul.ank-link-wrap li a{
  color: #fff;
}
.clubq-bt {
  background: #000;
  max-width: 400px;
  margin: 50px 0 0;
  position:relative
}
.point-block .clubq-bt{
  margin: 50px auto 0;
}
section#contact .clubq-bt{
  background: #fff;
  color: #000;
}
.clubq-bt::before{
  content:"";
  display:block;
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 5px 0 5px 20px;
  border-color: transparent transparent transparent #FFFFFF;
}
.clubq-bt a{
  color:#fff
}
section#contact .clubq-bt a{
  color: #000;
}
section#contact .clubq-bt::before{
  border-color: transparent transparent transparent #000;
}
.flex-wrap.pointup-wrap {
    margin: 50px 0 0;
}
.flex-wrap.pointup-wrap .image {
    width: 46%;
}
.flex-wrap.pointup-wrap .text-area {
    padding: 10px;
    width: calc((100% - 46%) - 45px);
    font-size: 17px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-wrap.pointup-wrap .text-area .clubq-bt{
  margin:15px auto 0;
  width:80%
}
.flex-wrap.pointup-wrap .text-area h5 {
    font-size: 25px;
}
.flex-wrap.pointup-wrap .text-area p.date {
  margin: 3px 0 15px;
}
.flex-wrap.pointup-wrap .text-area p{
  margin:0;
  line-height:1.8
}
div#card-page.top main > section.information + section {
  margin: -15vh 0 0;
  position: relative;
  background: #fff;
}
div#card-page ul.ank-link-wrap {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    font-weight: 600;
    gap: 20px;
}
div#card-page ul.ank-link-wrap li,.clubq-bt {
    border: 2px solid;
    border-radius: 100vh;
}
div#card-page ul.ank-link-wrap li a,.clubq-bt a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-sizing: border-box;
    padding: 15px 10px;
}
@media screen and (max-width:768px){
  div#card-page.top header {
    max-width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 15vh;
}
div#card-page.top header > div.clubq-card {
  height:40vh;
}
  div#card-page.top header > div.point-card{
  margin: 0 0 -15vh;
  height: 43vh;
}
div#card-page.top header > div figure{
  margin: 32px auto 0;
  width:90%;
  height:85%;
}
  div#card-page.top header > div.point-card a{
    align-items:flex-start;
  }
div#card-page.top header > div.point-card figure{
  width:80%;
  margin: 0 auto;
  padding: 30px 0 0;
  height: calc(100% - 19vh);
}
    div#card-page.top header > div figure img{
  object-position: top;
}
div#card-page.top header > div.point-card span {
  width: 120px;
  height: 120px;
  font-size: 17px;
  transform: rotate(-5deg) translateX(10px);
  right: 0;
  top: 35%;
}
div#card-page.top main > section {
  padding: 40px 26px;
}
  section#contact {
    margin: 60px 0 0;
}
div#card-page.top main > section > span{
  max-width:1000px;
  margin: 0 auto 0 7%;
  display: block;
}
h4.infottl {
    font-size: 17px;
}
h4.infottl span{
    margin-right:10px;
    font-size:30px;
}
div#card-page.top main > section.information {
    margin: -15vh 0 0;
    padding: 60px 44px 180px 20px;
    background: #e1e1e1;
    z-index: 0;
    position: relative;
}
ul.infolist li{
   margin:15px 0;
   border-bottom: 1px dashed #949494;
}
ul.infolist li a{
   padding: 15px 7px;
   display:block;
  font-size:14px
}
ul.infolist li a span{
   display:inline-block;
  margin-right:10px;
  font-size:12px;
}
ul.infolist li:first-of-type{
   border-top: 1px dashed #949494;
}
div#card-page.top main > section .section-header{
  margin: 0 auto 29px;
  padding: 0;
  max-width:100%
}
section#contact {
  background: #000;
  color: #fff;
}
div#card-page section#contact ul.ank-link-wrap li a{
  color: #fff;
}
.clubq-bt {
  background: #000;
  max-width: 400px;
  margin: 50px 0 0;
  position:relative
}
.point-block .clubq-bt{
  margin: 50px auto 0;
}
section#contact .clubq-bt{
  background: #fff;
  color: #000;
}
.clubq-bt::before{
  content:"";
  display:block;
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 5px 0 5px 20px;
  border-color: transparent transparent transparent #FFFFFF;
}
.clubq-bt a{
  color:#fff
}
section#contact .clubq-bt a{
  color: #000;
}
section#contact .clubq-bt::before{
  border-color: transparent transparent transparent #000;
}
.flex-wrap.pointup-wrap {
    margin: 29px 0 0;
    flex-direction: column;
    gap: 15px;
}
.flex-wrap.pointup-wrap .image {
    width: 100%;
}
.flex-wrap.pointup-wrap .text-area {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.flex-wrap.pointup-wrap .text-area h5 {
    font-size: 22px;
}
.flex-wrap.pointup-wrap .text-area p.date {
  margin: 3px 0 15px;
}
.flex-wrap.pointup-wrap .text-area p{
  margin:0;
  line-height:1.8
}
div#card-page.top main > section.information + section {
  margin: -15vh 0 0;
  position: relative;
  background: #fff;
}
  div#card-page ul.ank-link-wrap {
    margin: 30px 0 0;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
div#card-page ul.ank-link-wrap li,.clubq-bt {
    border: 2px solid;
    border-radius: 100vh;
}
div#card-page ul.ank-link-wrap li a,.clubq-bt a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-sizing: border-box;
    padding: 15px 10px;
}
}
@media screen and (max-width:1000px){
  div#card-page.top main > section > span{
  margin: 0 auto;
  }
}
/*各ページヘッダー部分*/
div#card-page header {
    margin: 0 auto 60px;
    padding: 0 25px;
    max-width: 900px;
}
div#card-page header h1.heading,.main-section-title{
    font-size: 26px;
    letter-spacing: 0.1em;
}
div#card-page header h1.heading span,.main-section-title span {
    margin: 0 10px 0 0;
    font-size: 73px;
    letter-spacing: 0;
    line-height: 1.2;
}
div#card-page ul.ank-link-wrap li,.clubq-bt {
    border: 2px solid;
    border-radius: 100vh;
}
div#card-page ul.ank-link-wrap li a,.clubq-bt a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-sizing: border-box;
    padding: 15px 10px;
}
div#card-page {
    padding: 0;
}
@media screen and (max-width:768px){
  div#card-page header {
    margin: 0 auto 40px;
    padding: 0 15px;
  }
  div#card-page header h1.heading,.main-section-title{
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  div#card-page header h1.heading span,.main-section-title span {
    margin: 0 10px 0 0;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.2;
  display:block
  }
div#card-page {
    padding: 50px 0 0;
}
}
/*メイン　セクション部分*/
div#card-page main {
    padding: 0;
    display: block;
}
section.point-block {
    margin: 80px auto;
}
.section-header {
    margin: 0 auto 50px;
    max-width: 900px;
    padding: 0 20px;
}
section.point-block picture {
    margin: 0 auto;
    max-width: 900px;
    display:block;
    padding: 0 20px;
}
section.point-block .section-header {
  margin: 0 auto 50px;
  max-width: 900px;
  padding: 0 20px;
}
section.point-block .section-header .heading_sub {
    margin: 0 0 20px;
    padding: 0 0 3px;
    border-bottom: 2px solid;
    font-size: 30px;
    letter-spacing: 0.1em;
}
section.point-block .section-header .heading_sub span{
    margin: 0 10px 2px 0;
    padding: 5px 10px 5px 15px;
    background:#000;
  color:#fff;
    font-size: 20px;
    letter-spacing: 0.1em;
  border-radius:5px
}
section.point-block figure{
    margin:20px auto 0;
  width:100%;
}
.section-header p.leadtxt {
    font-size: 20px;
}
section.point-block .section-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}
.block {
        margin: 50px auto;
        max-width: 900px;
        padding: 0 20px;
}
.block.none {
  padding: 37px 30px;
  background: #eeeeee;
  box-sizing: border-box;
}
section.point-block  dl {
    margin: 50px auto;
    font-size: 17px;
}
section.point-block .block.none dl{
  margin:0
}
section.point-block  dl dt {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    letter-spacing: 0.05em;
}
section.point-block  dl dt::before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  border:1px solid;
  border-radius:50%;
  margin: 0 5px -3px 0;
}
section.point-block  dl  dd {
    margin: 0 0 60px;
   line-height:1.8
}
section.point-block  dl  dd:last-of-type {
    margin: 0;
}
section.point-block  dl  dd p{
    margin: 0;
}
section.point-block  dl  dd p:nth-of-type(n+2){
  margin:10px 0 0
}
section.point-block dl dd .no-tel p {
    font-weight: 600;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 0 7px;
}
section.point-block dl dd .flex-wrap {
  margin:20px 0;
  align-items:center;
  justify-content: left;
}
section.point-block dl dd .flex-wrap .mini-title, section.point-block dl dd h5, section.point-block dl dd .flex-wrap.navidial p {
    font-weight: 600;
    border: 2px solid;
    padding: 7px 20px;
    display: block;
    text-align: center;
    width: 150px;
    line-height: 1.0;
    box-sizing: border-box;
    font-size: 14px;
}
section.point-block dl dd .flex-wrap.navidial p {
    font-size: 18px;
    width: 170px;
}
section.point-block dl dd .flex-wrap .mini-title span,section.point-block dl dd h5 span {
    font-size: 25px;
}
section.point-block dl dd .flex-wrap p {
    width: calc((100% - 150px) - 45px);
    font-weight: 600;
    margin: 0;
}
span.txt_supplement {
    font-size: 13px;
    line-height: 0.2;
}
section.point-block dl dd h5{
  margin: 0 0 10px;
  font-size:17px;
  width:auto;
  display: inline-block;
}
section.point-block dl dd h5.midashi {
  border: none;
  border-bottom: 2px solid;
  padding: 0 5px 5px;
  margin: 41px 0 10px;
}
@media screen and (max-width:768px){
  div#card-page main {
    padding: 0;
    display: block;
}
section.point-block {
    margin: 80px auto;
}
.section-header {
    margin: 0 auto 50px;
    max-width: 900px;
    padding: 0 20px;
}
section.point-block picture {
    margin: 0 auto;
    width: 95%;
    box-sizing: border-box;
}
section.point-block .section-header {
  margin: 0 auto 50px;
  max-width: 900px;
  padding: 0 20px;
}
section.point-block .section-header .heading_sub {
    margin: 0 0 20px;
    padding: 0 0 3px;
    border-bottom: 2px solid;
    font-size: 25px;
    letter-spacing: 0.1em;
}
section.point-block .section-header .heading_sub span{
    margin: 0 10px 2px 0;
    padding: 5px 10px 5px 15px;
    background:#000;
  color:#fff;
    font-size: 20px;
    letter-spacing: 0.1em;
  border-radius:5px
}
.section-header p.leadtxt {
    font-size: 20px;
}
section.point-block .section-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}
.block {
        margin: 50px auto;
        max-width: 900px;
        padding: 0 20px;
}
.block.none {
  padding: 37px 30px;
  background: #eeeeee;
  box-sizing: border-box;
}
section.point-block  dl {
    margin: 50px auto;
    font-size: 17px;
}
section.point-block .block.none dl{
  margin:0
}
section.point-block  dl dt {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    letter-spacing: 0.05em;
}
section.point-block  dl dt::before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  border:1px solid;
  border-radius:50%;
  margin: 0 5px -3px 0;
}
section.point-block  dl  dd {
    margin: 0 0 60px;
   line-height:1.8
}
section.point-block  dl  dd:last-of-type {
    margin: 0;
}
section.point-block  dl  dd p{
    margin: 0;
}
section.point-block  dl  dd p:nth-of-type(n+2){
  margin:10px 0 0
}
section.point-block dl dd .flex-wrap {
  margin:20px 0;
  align-items:center;
  justify-content: left;
}
section.point-block dl dd .flex-wrap .mini-title,section.point-block dl dd h5 {
    padding: 7px 11px;
    width: 110px;
    border-radius: 100vh;
    font-size: 14px;
}
section.point-block dl dd .flex-wrap .mini-title span,section.point-block dl dd h5 span {
    font-size: 16px;
}
  section.point-block dl dd .flex-wrap > div:first-of-type .mini-title{
    background: #c31717;
    color:#fff;
  }
  section.point-block dl dd .flex-wrap .mini-title:last-of-type{
    background: #152d9b;
     color:#fff;
  }
  #card-page section.point-block dl dd .no-tel .flex-wrap .mini-title,section.point-block dl dd .no-tel .flex-wrap .mini-title:last-of-type{
    background:#fff;
    border:2px solid;
    color:#000
  }
  
section.point-block dl dd .flex-wrap p {
    width: calc((100% - 110px) - 15px);
}
span.txt_supplement {
    font-size: 11px;
    line-height: 0;
}
section.point-block dl dd h5{
  margin: 0 0 10px;
  font-size:17px;
  width:auto;
  display: inline-block;
}
section.point-block dl dd h5.midashi {
  border: none;
  border-bottom: 2px solid;
  padding: 0 5px 5px;
  margin: 41px 0 10px;
}
}

/*ポイントのため方*/
#point-newsystem,#desital-card{
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  color: #000;
  overflow: hidden
}
#point-newsystem .kome,#desital-card .kome{
  margin: 0 auto;
  font-size: 11px;
  max-width: 600px;
}
#point-newsystem ul,#point-newsystem ol{
  padding: 0;
  list-style:none;
}
div#card-page img, #desital-card img{
  width:100%;
  height:auto;
  vertical-align:bottom;
}
#point-newsystem h3{
  margin: 0 0 0;
  padding-top: 39px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 29px;
  position: relative;
}
#point-newsystem section.point-flow h3 {
    padding: 40px 0 0;
    font-size: 36px;
}
#point-newsystem h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 76px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#point-newsystem .point-schedule h3::before {
  background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/point-schedule.png) no-repeat center / contain;
}
#point-newsystem .point-flow h3::before {
  background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/point-icon.png) no-repeat center / contain;
}
.flex-wrap{
  display: flex;
  justify-content: center;
  gap: 43px;
}
#point-newsystem > .lead-block{
  margin: 0 0 58px;
  padding: 0 20px;
  /* background: #dfdfdf; */
}
#point-newsystem .lead-block h2{
  margin: 0;
  text-align: center;
  font-size: 42px;
  position: relative;
}
@media screen and (min-width:768px){
  #point-newsystem .lead-block h2 span br{
    display:none
  }
}
    #point-newsystem .lead-block h2 > span{
    background: linear-gradient(transparent 50%, #fdff62 0%);
    letter-spacing: 0.1em;
  }
  #point-newsystem .lead-block h2 span span{
    margin: 0 3px;
    font-size: 37px;
  }
#point-newsystem .lead-block h2::before{
  content: "";
  display: block;
  position: absolute;
  bottom: -25%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 154.5px 0 154.5px;
  border-color: #00000038 transparent transparent transparent;
  transform: translate(-50%, 102%);
}
#point-newsystem .lead-block::before{
  content: "";
  display: none;
  width: 100%;
  aspect-ratio:4/6;
  background: url(https://www.tokyu-dept.co.jp/clubq/images/title_pc.jp) no-repeat center/contain;
}
#point-newsystem .lead-block .lead-text{
  margin: 0 auto 20px;
  max-width: 900px;
  line-height: 0.7;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
}
#point-newsystem .lead-block .lead-text > .flex-wrap{
  margin: 0 0 -4px;
  display: inline;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#point-newsystem .lead-block .lead-text > .flex-wrap > span{
  margin: 0;
  padding: 0px 0 0px 34px;
  width:auto;
  /* border-bottom: 8px solid #c92b28; */
  position: relative;
}
#point-newsystem .lead-block .lead-text > .flex-wrap > span:last-of-type{
  /* border-bottom: 8px solid #172a88; */
}
#point-newsystem .lead-block .lead-text > .flex-wrap > span::before{
  content: "1";
  width: 29px;
  height: 29px;
  background: #c92b28;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.5;
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  transform: translateY(10%);
  bottom: 6px;
}
#point-newsystem .lead-block .lead-text > .flex-wrap > span:last-of-type::before{
  content: "2";
  background: #172a88;
}
#point-newsystem .lead-block .lead-text > .flex-wrap > span .color{
  color: #c92b28;
}
#point-newsystem .lead-block .lead-text > .flex-wrap > span:last-of-type .color{
  color: #172a88
}
#point-newsystem .lead-block .lead-text .ex{
  margin: 0 2px;
  font-size: 28px;
  line-height: 1.0;
}
#point-newsystem .lead-block .lead-text .q-small{
  font-size: 20px;
}
#point-newsystem ul.merit.flex-wrap {
  margin: 33px auto 18px;
  max-width: 740px;
  gap: 20px;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
ul.merit.flex-wrap li {
  padding: 20px;
  width: calc((100% - 20px) / 3);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  background: #fff657;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
}
ul.merit.flex-wrap li span.num {
    line-height: 1.3;
    border-bottom: 2px dashed;
    font-size: 22px;
}
ul.merit.flex-wrap li span span{padding-bottom: 2px;border-bottom: 2px solid #000000;}
ul.merit.flex-wrap li sup{
  font-size:11px;
}
#point-newsystem .point-changeimg{
  max-width: 708px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#point-newsystem .point-changeimg img{
  width: 100%;
  margin: 0 auto;
  display:block
}

#point-newsystem .lead-block .kome{
  max-width: 1000px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width:768px){
  #point-newsystem{
  margin-top: 48px;
}
  .flex-wrap{
  gap: 15px;
}
.sp-only{
display:block
}
  ul.ank-wrap li.ank a {
  font-size: 15px;
}
  #point-newsystem .lead-block h2{
    margin: 0 0 99px;
    font-size: 36px;
  }
  #point-newsystem .lead-block h2::before{
  transform:translate(-50%,50%);
}
  #point-newsystem .lead-block h2 span span{
    margin-left: 3px;
    font-size: 31px;
  }
  #point-newsystem .kome,#desital-card .kome{
  margin: 0 auto;
  font-size: 11px;
  line-height:1.3;
  max-width: 500px;
}
  #point-newsystem h3{
  padding-top: 24px;
  font-size: 29px;
  line-height: 1.0;
}
  #point-newsystem .flex-wrap{
    flex-direction: column;
    gap: 0;
}
  ul.merit.flex-wrap li {
  padding: 19px 15px;
  width: 100%;
  font-size: 15px;
  aspect-ratio: unset;
  border-radius: 10px;
  gap: 10px;
  height: 119px;
}
  #point-newsystem .lead-block .lead-text{
  margin: 0 auto 32px;
  padding: 0;
  font-size: 19px;
  text-align: left;
  max-width: 315px;
  }
  #point-newsystem .lead-block .lead-text > .flex-wrap > span .color {
    margin-right: 3px;
    font-size: 23px;
}
  #point-newsystem .lead-block .lead-text .ex{
  margin: 0 2px;
  font-size: 27px;
  line-height: 1.3;
}
#point-newsystem .lead-block .lead-text .q-small{
  font-size: 16px;
}
  #point-newsystem .lead-block .lead-text > .flex-wrap{
  margin: 0 0 9px;
  flex-direction:column;
  gap: 11px;
  align-items: flex-start;
  display: flex;
}
  #point-newsystem .lead-block .lead-text > .flex-wrap > span::before{
  width: 28px;
  height: 28px;
  font-size: 14px;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
  #point-newsystem .lead-block .lead-text > .flex-wrap > span{
  margin: 0;
  font-size: 22px;
  padding: 0px 0 0 34px;
  line-height: 1.0;
}
  #point-newsystem h3::before {
  width: 50px;
  height: 53px;
}
  #point-newsystem ul.merit.flex-wrap{
    margin: 12px auto 18px;
    align-items:stretch;
    gap: 9px;
    flex-direction: column;
  }
  #point-newsystem > .lead-block{
  margin: 0 0 70px;
}
}
#point-newsystem .flex-wrap.two-point {
    margin: 0 auto 30px;
    align-items: stretch;
    max-width: 900px;
}
#point-newsystem .point-block{
  position: relative;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
}
#point-newsystem .point-block::before{
  content:"1";
  width: 60px;
  height: 60px;
  background: #c92b28;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.0;
  font-size: 24px;
  color: #fff;
  border:3px solid #fff;
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#point-newsystem .point-block#credit::before{
  content:"2";
  background: #172a88
}
#point-newsystem .point-block#kakutoku{
  margin: 0;
  background: #c92b28;
}
#point-newsystem .point-block#credit{
  margin: 0;
  background: #172a88
}
#point-newsystem .point-block .lead-text{
  text-align: center;
  line-height: 2.0;
  font-size: 15px;
  max-width: 780px;
  margin: 0 auto;
}
.credit-point{
  margin:30px auto 0;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:30px;
  align-items: flex-end;
}
.credit-point li span{
  height: 50px;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  text-align: center;
}
.credit-point li:nth-of-type(3) span{
  display:none
}
.credit-point li::before{
  content: "";
  display: block;
  width:100%;
  height: 100px;
  margin:0 0 10px;
  background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/creditpoint-jmb.png) no-repeat center bottom/contain;
}
.credit-point li:nth-of-type(1)::before{
  margin: 0 0 10px -15px;
}
.credit-point li:nth-of-type(2)::before{
  height: 79px;
  background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/creditpoint-clubq.png) no-repeat center bottom/contain;
}
.credit-point li:last-of-type {
    align-self: center;
}
.credit-point li:last-of-type::before{
  background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/creditpoint-none.png) no-repeat center/contain;
}
@media screen and (min-width:769px){
  .simulation-block h5 span.viewmore::after{
    display:none
  }
}
@media screen and (max-width:768px){
#point-newsystem .point-block{
  padding: 27px 20px 47px;
}
  #point-newsystem .point-block:nth-of-type(1){
  padding: 27px 20px 55px;
}
#point-newsystem .point-block::before{
  width:50px;
  height: 50px;
  font-size: 15px;
}
.credit-point{
  margin: 13px auto 0;
  max-width: 700px;
  gap: 10px;
}
.credit-point li span{
  height: 1px;
  font-size: 13px;
}
.credit-point li::before{
  content: "";
  display: block;
  width:100%;
  height: 139px;
  margin:0 0 10px;
}
.credit-point li:nth-of-type(1)::before{
  margin: 0 0 10px -9px;
}
.credit-point li:nth-of-type(2)::before{
  height: 90px;
}
  .credit-point li:nth-of-type(3)::before{
  height: 80px;
}
.jmbcard-link{
  margin: 78px auto 0;
  max-width: 700px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  box-shadow: 0px 4px 0 #d42e2c;
  border: 2px solid #d42e2c;
}
  #point-newsystem .jmbcard-link a.flex-wrap{
    margin: 0;
    gap: 18px;
  }
.jmbcard-link a{
  padding: 25px 9px 30px;
  flex-direction: column;
}
.jmbcard-link figure{
  width: 40%;
  margin: 0;
}
.jmbcard-link p{
  width: auto;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}
  .hukidashi-next {
    position: absolute;
    right: 0%;
    top: 76%;
    width: 71px;
    padding: 15px;
    font-size: 11px;
}
.jmbcard-link p::before, .jmbcard-link p::after,.jmbcard-link p span span::before{
  bottom: 6px;
  right: 79px;
}
.jmbcard-link p::after{
  right: 60px;
}
.jmbcard-link p span span::before{
  right: 99px;
}
  #point-newsystem .faq-block .faq dl dd .flex-wrap {
    gap: 5px;
    align-items: flex-start;
}
  #point-newsystem .faq-block .faq dt span:last-of-type,#point-newsystem .faq-block .faq dd span:last-of-type{
  width: calc((100% - 37px) - 5px);
}
}
section.point-schedule {
    margin: 80px auto 137px;
}
.point-schedule .schedule-flow,#desital-card .point-schedule .schedule-flow{
  margin: 22px auto 63px;
  max-width: 700px;
  border-radius: 20vh;
  background: #172a88;
  color: #fff;
  border: 2px solid #000;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 36px;
  text-align: center;
  overflow: hidden;
  padding: 0;
}
.point-schedule .schedule-flow li{
  padding: 30px 0;
  position: relative;
  font-size: 18px;
  background: #c92b28;
}
.point-schedule .schedule-flow li:nth-of-type(2){
  background: #172a88;
  padding: 30px 0 39px;
}
.point-schedule .schedule-flow li::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 140.5px 0 140.5px;
    border-color: #c92b28 transparent transparent transparent;
    transform: translate(-50%,100%);
}
.point-schedule .schedule-flow li:last-of-type::before{
  display: none;
}
.point-schedule .schedule-flow li figure{
  margin:20px auto;
  max-width:550px;
}
.point-schedule .schedule-flow h4{
  margin: 0 0 7px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point-schedule .schedule-flow h4 .step{
  margin-bottom: 9px;
  font-size: 15px;
  border-bottom: 1px solid;
}
.point-schedule .schedule-flow p{
  margin:0
}
.point-schedule .schedule-flow .q-ex{
  font-size: 28px;
  font-weight: 600;
}
.kasan-point {
  margin: 23px auto 0;
  padding: 20px;
  background: #fff;
  color: #000;
  width: 70%;
  border-radius: 30px;
}
.kasan-point p {
  margin: 0;
  color: #000000;
  font-weight: 600;
  font-size: 21px;
}
.kasan-point p span {
  margin: 0 8px 0 0;
  letter-spacing: -0.05em;
  color: #e60000;
}
.kasan-point p span.credit-percent span {
  font-size: 31px;
  margin: 0;
  letter-spacing: -0.03em;
}
.kasan-point p span.credit-percent span.or {
  margin: 0 3px;
  font-size: 16px;
}
.kasan-point p span.creditpoint {
  margin: -3px 0 6px;
  color: #000;
  display: block;
}
.kasan-point p span.creditpoint span {
  margin: 0 0 0 12px;
  padding: 2px 15px;
  color: #172a88;
  letter-spacing: 0.07em;
  border: 2px solid;
}
.example-wrap {
  margin: 0 auto;
  padding: 0 20px 32px;
  /* border-bottom: 3px solid; */
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
}
.example-wrap h4 {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  transform: translateY(-50%);
  background: #fff;
}
.example-wrap h4 span {
  margin-right: 9px;
  background: #000;
  aspect-ratio: 1/1;
  color: #fff;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
}
.example-wrap ol {
  margin: 44px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  text-align: center;
  position: relative;
  list-style: none;
}
.example-wrap ol::before{
  content: "";
  display: block;
  width: 68%;
  height: 3px;
  background:#000;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%)
}
.example-wrap ol li {
  position: relative;
}
.example-wrap ol li::before {
    content: "";
    display: block;
    width: 34px;
    height: 30px;
    background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/schedule-icon.png) no-repeat center / contain;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.example-wrap ol p.date {
  margin: 0;
  font-weight: 600;
  position: relative;
}
.example-wrap ol p.date::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 50%);
}
.example-wrap ol p.date span {
    margin: 0;
    color: #dc0003;
    transform: translateY(-20px);
    line-height: 1.0;
}
.example-wrap ol p.date span span {
    font-size: 22px;
}
.example-wrap ol li:nth-of-type(3) p.date::before{
  background: #DC0003
}
.example-wrap ol p.date::after {
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    border-left: 3px dashed;
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%, 129%);
}
section.point-block dl dd .example-wrap ol li h5 {
  margin: 0;
  font-size: 15px;
  margin-top: 82px;
}
.example-wrap ol li h5 span.date-title{
  margin-bottom: 10px;
  padding:3px 10px;
  font-size: 13px;
  background: #000;
  border-radius: 100vh;
  color: #fff;
  display: block;
}
.example-wrap ol li:nth-of-type(1) .color{
  color: #c92b28
}
.example-wrap ol li:nth-of-type(3) .color{
  color: #172a88;
}
@media screen and (max-width:768px){
  section.point-schedule {
    margin: 0 auto 50px;
  }
  section.point-schedule h3 {
        padding-top: 30px;
        font-size: 23px;
    }
  .example-wrap {
  padding: 0 0 32px;
}
  .example-wrap h4 {
  font-size: 15px;
}
  .example-wrap ol {
  margin: 44px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  width: calc(100% + 20px);
}
  .example-wrap ol li h5 {
  margin: 0;
  font-size: 15px;
  margin-top: 70px;
  line-height: 1.3;
  }
  .example-wrap ol p.date::before {
  bottom: -5px;
}
.example-wrap ol p.date::after {
    bottom: 0px;
}
  .example-wrap ol::before{
  width: 68%;
  height: 3px;
  background:#000;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%)
}
    section.point-block dl dd .example-wrap ol li h5{
    margin:40px 0 0;
    border-radius:10px
  }
  .example-wrap ol li h5 span.date-title{
  margin-bottom: 8px;
  padding:3px 10px;
  font-size: 11px;
}
.point-schedule .schedule-flow,#desital-card .point-schedule .schedule-flow{
  margin: 20px auto 60px;
  border-radius: 4vh;
  gap: 47px;
  box-sizing: border-box;
}
.point-schedule .schedule-flow li,.point-schedule .schedule-flow li:nth-of-type(2){
  position: relative;
  font-size: 18px;
  padding: 30px 13px;
}
  .point-schedule .schedule-flow li figure{
    max-width: 500px;
    margin: 10px auto 0;
  }
.point-schedule .schedule-flow li::before{
  bottom: 1%;
  left: 50%;
}
.point-schedule .schedule-flow li:last-of-type::before{
  display: none;
}
.point-schedule .schedule-flow h4{
  margin: 0 0 7px;
  font-size: 20px;
}
.point-schedule .schedule-flow h4 .step{
  margin-bottom: 2px;
  font-size: 13px;
  border-bottom: 1px solid;
}
.point-schedule .schedule-flow p{
  margin:0;
  font-size: 13px;
}
.point-schedule .schedule-flow .q-ex{
  font-size: 16px;
  font-weight: 600;
}
  .kasan-point {
    padding: 20px 10px;
    width: 90%;
    border-radius: 30px;
    box-sizing: border-box;
}
  .kasan-point p {
    font-size: 20px;
}
  .kasan-point p > span{
    display:block;
    font-size: 17px;
  }
  .kasan-point p span.credit-percent span {
  font-size: 25px;
  line-height:1.0;
}
  .kasan-point p span.creditpoint {
  margin: 6px 0 6px;
}
}



#point-newsystem .lead-block .lead-text {
  border: 6px solid;
  padding: 20px 15px 18px;
  position: relative;
  text-align: center;
  max-width: 766px;
  font-size: 20px;
  z-index: 10;
}
section#point-newsystem .lead-block .lead-text::before {
  content:"";
  display:block;
  width: 25px;
  height: 25px;
  border-top: 6px solid;
  border-left: 6px solid;
  transform: rotatez(-135deg) translate(-27%,-74%);
  position:absolute;
  bottom: 3px;
  left: 48%;
  background:#fff;
  z-index: -1;
}
.point-flow{
  padding: 0 20px 100px;
  /* background: #eeeeee; */
}
.point-flow h4.heading_sub{
  margin-bottom:20px;
  text-align:center;
  font-size:40px;
}
#point-newsystem .point-flow .kome{
  margin:15px 0 0
}
.point-flow h3{
  font-size: 22px;
  text-align: center;
}
.point-flow h3 span{
  font-size: 15px;
  display: block;
}
.point-flow .example-block{
  margin: 40px auto 0;
  padding: 0 20px;
  max-width: 1000px;
}
.point-flow .example-block:last-of-type{
  margin-top: 150px;
}
.point-flow .example{
  margin-bottom: 62px;
  /* border-top: 2px solid; */
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.point-flow .example h4{
  margin: 0;
  /* transform: translateY(-50%); */
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  /* background:#eeeeee; */
  letter-spacing: 0.1em;
  display: flex;
}
.point-flow .example h4 span{
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  aspect-ratio: 1/1;
}
.example-block .point-card {
    margin: 0;
    height: 100px;
}
div#card-page .point-card img {
    height: 100%;
    object-fit: contain;
}
.example-block > .flex-wrap {
    margin: 0 0 41px;
    padding: 20px;
    background: #d52a6f;
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
}
.example-block > .flex-wrap p.jmbcard-text {
    margin: 0;
    letter-spacing: 0.1em;
}
.point-flow .example figure.example-illust {
    margin: 0;
    height: 152px;
    max-width: 670px;
    width: auto;
}
div#card-page .point-flow .example figure.example-illust img{
height:100%;
  object-fit:contain
}
section#credit .clubq-bt {
  margin: 20px auto 0;
  width: 90%;
  border: none;
  background: #fff;
}
section#credit .clubq-bt a {
  padding: 9px 17px;
  font-size: 14px;
  color: #000;
}
section#credit .clubq-bt::before {
  border-color: transparent transparent transparent #000000;
}
@media screen and (max-width:768px){
  .point-flow{
    padding:0;
  }
  .point-flow .example-block{
    margin: 3px 0;
    padding: 0;
    }
  .point-flow .example-block .example h4{
    font-size: 15px;
    gap: 11px;
  }
  .point-flow .example-block .example h4 span{
    margin-right: 0;
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .point-flow .example-block .example figure.example-illust {
      height: 100px;
  }
  .point-flow .example-block .example{
    margin-bottom: 5px;
  }
.point-flow h3{
  font-size: 22px;
  text-align: center;
}
.point-flow h3 span{
  font-size: 15px;
  display: block;
}
.point-flow .example-block{
  margin: 17px auto 0;
  padding: 0 20px;
  max-width: 1000px;
}
.point-flow .example-block:last-of-type{
  margin-top: 60px;
}
.point-flow .example{
  margin-bottom: 62px;
  /* border-top: 2px solid; */
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
section.point-flow.bornas .example {
    flex-direction: column;
    gap: 0;
}
.point-flow .example h4{
  font-size: 17px;
  gap:20px;
}
.point-flow .example h4 span{
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  aspect-ratio: 1/1;
}
.example-block .point-card {
    margin: 0;
    height: 100px;
}
div#card-page .point-card img {
    height: 100%;
    object-fit: contain;
}
.example-block > .flex-wrap {
    margin: 0 0 41px;
    padding: 20px;
    background: #d52a6f;
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
}
.example-block > .flex-wrap p.jmbcard-text {
    margin: 0;
    letter-spacing: 0.1em;
}
.point-flow .example figure.example-illust {
    height: 110px;
}
div#card-page .point-flow .example figure.example-illust img{
height:100%;
  object-fit:contain
}
section#credit .clubq-bt {
  margin: 20px auto 0;
  width: 90%;
  border: none;
  background: #fff;
}
section#credit .clubq-bt a {
  padding: 9px 17px;
  font-size: 14px;
  color: #000;
}
section#credit .clubq-bt::before {
  border-color: transparent transparent transparent #000000;
}
}
@media screen and (max-width:400px){
  .point-flow .example-block{
  padding: 0 10px;
  }
}


#point-newsystem .point-flow .example-block .example figure.example-illust img {
    height: 100%;
    object-fit: contain;
}
.bornas-simulation .new-block{
  box-sizing: border-box;
}
.new-block{
  position: relative;
}
.new-block .simulation {
  margin: 0 auto 72px;
  display: flex;
  gap: 60px;
  position: relative;
  max-width: 1000px;
}
.new-block .simulation::before{
  top: 55%!important;
}
.new-block .simulation .point-box{
  position: relative;
  width: calc((100% - 60px) / 2);
}
.new-block .simulation .bornas.box::before, .new-block .credit-pay > .credit-point-total::before, .new-block .calcuration .credit-pay > .bornas-point::before,.new-block .simulation::before{
  content: "+";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-70%);
  color: #000;
  font-weight: 600;
  font-size: 47px;
  line-height: 1.0;
}
.new-block .credit-pay > .credit-point-total::before, .new-block .calcuration .credit-pay > .bornas-point::before{
  top: 52%;
  left: -3px;
  transform: translate(-100%, -50%);
}
.new-block .simulation .bornas.box::before{
  top: -22%;
  left: 50%;
  transform: translate(-100%, -100%);
}
.new-block .simulation .box h6{
  margin: 0;
  padding: 9px 22px 3px;
  display: inline-block;
  background: #6b6b6b;
  color: #fff;
  font-size: 17px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  letter-spacing: 0.1em;
}
.new-block .simulation .box h6 > span{
  margin:0 0 0 5px;
  padding: 11px 8px 3px;
  font-size:14px;
  background:#fff;
  color:#c92b28;
  border-radius:5px;
}
.new-block .simulation .point-box.credit .box h6 > span{
  color:#1f35a1;
}
.new-block .simulation .box h6 span span{
  margin:0 2px 0 0;
  font-size: 27px;
  letter-spacing:-0.05em
}
.new-block .simulation .box .color-box{
  margin: 0;
  padding: 21px 26px 20px 23px;
  background: #6b6b6b;
  border-radius: 30px;
  border-top-left-radius: 0;
}
.new-block .simulation .box .color-box figure{
  margin:0
}
.new-block .simulation .box .color-box .total, .simulation .box .color-box .total span{
  color:#fff;
}
.bornas-simulation .simulation .box figure .total{
  text-align:left;
}
.new-block .total{
  margin: 23px auto 0;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 432px;
  position: relative;
  height: 58px;
}
.new-block .total p{
  font-size: 11px;
  margin:0;
  width: 130px;
  font-weight: 600;
}
.new-block .total p.total-point{
  margin: 0;
  font-weight:600;
  width: calc(100% - 140px - 15px);
  line-height: 1.3;
  text-align: right;
}
.new-block .total p.total-point span{
  margin: 0 2px;
  font-size:25px;
  letter-spacing: -0.06em;
}
section.point-flow.bornas .flex-wrap.jmb-wrap , .flex-wrap.jmb-wrap {
  width: 292px;
  margin: 0;
  font-size: 15px;
}
section.point-flow.bornas .flex-wrap.jmb-wrap::after{
display:none
}
section.point-flow.bornas .new-block .total.jmb {
  margin: 60px auto 19px;
  max-width: 600px;
}
section.point-flow.bornas .new-block .total.jmb p.total-point {
  width: calc(100% - 292px - 15px);
}
.new-block .total p.otokuhukidashi {
    font-weight: 600;
    background: #ffffff;
    color: #1f35a1;
    padding: 3px 6px 6px 12px;
    text-align: center;
    border-radius: 3px;
    position:relative;
    transform: rotate(2deg) translateY(-100%);
    position: absolute;
    right: -53px;
    top: -7px;
    line-height: 1.0;
    box-shadow: 2px 2px 0 #1f35a1;
    border: 2px solid;
    width: auto;
}
p.otokuhukidashi span.num {
    margin: 0 1px 0 2px;
    font-size: 27px;
    transform: translateY(2px);
}
p.otokuhukidashi span.otoku{
    font-size: 18px;
}
.new-block .new-block .total p.total-point.credit-pay-total {
    color: #df0000;
    text-align: right;
    font-size: 15px;
    width: 224px;
}
.new-block .total p.total-point.credit-pay-total span{
    font-size: 33px;
}
.new-block .calcuration .total .pay-way{
  margin: 0;
  width: 139px;
  line-height: 2.3;
  font-size: 12px;
}
.new-block .total .pay-way span{
  margin: 0 3px 0 15px;
  padding: 7px 9px 8px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1.0;
  font-size: 11px;
  border-radius: 100vh;
  font-weight: 600;
}
.new-block .total .pay-way span,.bornas-simulation .new-block .simulation .credit .total p:first-of-type span{
  background: #000000;
  color: #ffffff;
  margin: 3px 2px 0 0;
}
.new-block .total p.total-point > span{
  background:transparent;
  color:#000;
  font-size: 33px;
}
.new-block .simulation .kakutoku .box h6, .new-block .simulation .kakutoku .box .color-box {
    background: #c92b28;
}
.new-block .simulation .credit .box h6, .new-block .simulation .credit .box .color-box, .new-block .calcuration .credit-pay p.credit-point-total span.pointname {
    background: #1f35a1;
}
.example-block.bornas-simulation .new-block .simulation .credit .box figure{
  padding: 0 26px 35px 23px;
}
.new-block .simulation .bornas.box h6, .new-block .simulation .bornas.box .simulation-card, .new-block .simulation .bornas.total p:first-of-type span, .new-block .calcuration .credit-pay > .bornas-point .pointname {
  background: #f6ef3c;
  color: #000;
}
section.point-flow.bornas  .box.bornas.renew {
  width: calc((100% - 60px) / 2);
}
section.point-flow.bornas .new-block .simulation .box.bornas .color-box .total,section.point-flow.bornas .new-block .simulation .box.bornas .color-box .total span{
  color:#000
}
.new-block .calcuration .credit-pay {
  margin: 34px auto 0;
  padding-bottom: 8px;
  gap: 5px 43px;
  border-bottom: 3px solid;
  max-width: 500px;
}
.new-block .calcuration .credit-pay p{
  position:relative;
  font-size: 12px;
  margin: 0;
  width: calc((100% - 60px) / 2);
  text-align: center;
}
#point-newsystem .bornas-simulation .calcuration .credit-pay{
  gap:10px;
  width: calc(100% + 50px);
  transform: translateX(-25px);
}
@media screen and (max-width:768px){
  #point-newsystem .bornas-simulation .calcuration .credit-pay{
    width: 95%;
    transform: translateX(0);
  }
  section.point-flow.bornas  .box.bornas.renew {
  width:100%;
}
  .new-block .simulation .bornas.box::before{
    display:none
  }
  .simulation .bornas.box .simulation-card{
    gap: 10px!important;
  }
  .new-block .total p.otokuhukidashi{
    margin:0;
    position: absolute;
    top: 5px;
    right:0;
  }
  section.point-flow.bornas .flex-wrap.jmb-wrap, .flex-wrap.jmb-wrap{
    width: calc((100% - 151px) - 10px);
    padding:7px 13px 7px 16px;
  }
  .new-block .simulation .box .color-box{
  padding: 21px 16px 20px 13px;
  }
}
@media screen and (max-width:1100px) and (min-width:768px){
  #point-newsystem .bornas-simulation .calcuration .credit-pay{
    width: 95%;
    transform: translateX(0);
  }
}
.new-block .calcuration .credit-pay p span.pointname {
    margin-right: 3px;
    padding: 12px 13px 13px;
    display: inline-block;
    background: #c92b28;
    color: #fff;
    line-height: 1.0;
    font-size: 14px;
    border-radius: 100vh;
    display: block;
    text-align: center;
    letter-spacing: 0.06em;
}
.new-block .calcuration .credit-pay p .point-num {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
}
.new-block .simulation .point-box.credit {
    position: relative;
}
.new-block .simulation .point-box .credit-p{
  margin: 0;
  padding: 0 6px;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  position: absolute;
  font-size: 18px;
  color: #1f35a1;
  top: -15%;
  left: -40px;
  background: #fff;
  border: 3px solid;
  transform: rotate(3deg) translateX(49%);
  border-radius: 6px;
  box-shadow: 2px 2px 0 #17287a;
  z-index: 10;
}
.new-block .simulation .point-box.kakutoku .credit-p{
  color: #c92b28;
  box-shadow: 2px 2px 0 #c92b28;
}
.new-block .simulation .point-box .box{
  margin:0
}
.bornas-simulation .new-block .simulation .point-box .credit-p{top: auto;bottom: 79px;}
.simulation .point-box.credit .credit-p::before{
  content:"";
  display:block;
  
}
.new-block .simulation .point-box .credit-p span{
  font-size: 23px;
}
.new-block .total p.total-point:first-of-type span{
  background: transparent;
  font-size: 27px;
}
.calcuration {
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    border: 3px solid;
    border-radius: 30px;
    position: relative;
    max-width: 1000px;
}
.calcuration::before, section.point-flow.pointup .new-block.click-box:last-of-type::before{
  content:"";
  display: block;
  position:absolute;
  top: -12px;
  left:50%;
  transform: translate(-50%,-100%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 51px 17px 0 17px;
  border-color: #000000 transparent transparent transparent;
}
section.point-block dl dd .flex-wrap.jmb-wrap, .flex-wrap.jmb-wrap{
  margin: 0 auto 0;
  padding: 10px 22px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  background: #ffffff;
  color: #d42e2c;
  position: relative;
  gap: 10px;
  box-sizing: border-box;
  border-radius: 100vh;
  box-shadow: 2px 4px 0 #d42e2c;
  border: 3px solid;
  max-width: 338px;
}
.flex-wrap.jmb-wrap::after{
 content: "";
 display: block;
 width: 15px;
 height: 15px;
 background: #ffffff;
 box-shadow: 4px 2px 0 #d42e2c;
 border-bottom: 3px solid;
 border-right: 3px solid;
 transform: translateX(50%) rotate(45deg);
 position: absolute;
 bottom: -10px;
 right: 50%;
 border-bottom-right-radius: 4px;
 display:block;
 visibility:visible
}
.flex-wrap.jmb-wrap p.jmbcard-text {
  margin: 0;
  width: 73%;
  font-size: 15px;
}
.flex-wrap.jmb-wrap figure.point-card {
  width: calc((100% - 73%) - 10px);
  height: 43px;
  position: relative;
  z-index: 10;
  margin: 0;
}
.new-block .total p.total-point.credit-pay-total span {
  color: #df0000;
  padding: 0;
  margin: 0 4px 0 3px;
  font-size: 50px;
}
@media screen and (max-width: 768px){
  .simulation-block{
    display:flex;
    flex-direction:column;
    gap:120px;
  }
  .new-block::before{
    width: 2px;
    height: 80px;
    top: 31%;
    left: 50%;
    transform: translateX(-48%);
  }
  .new-block::after{
    border-width: 6.5px 0 6.5px 30px;
    top: 37%;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .new-block .simulation .point-box{
  position: relative;
  width:100%;
}
  .new-block .simulation::before {
    top: 52% !important;
}
  .new-block > li.new-block, .new-block .now-block {
    padding: 10px 15px 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .bornas-simulation .new-block .now-block, .bornas-simulation .new-block .new-block {
    width:100%
  }
  .now-block::before.now-block::after{
    display:none
  }
  .new-block::last-of-type::before{
  content: "";
  display: block;
  width: 8px;
  height: 70px;
  background: #000;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}
  .new-block li:last-of-type::after{
    content: "";
    display: block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 31px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
    #point-newsystem .flex-wrap.credit-pay{
     margin: 25px auto 0;
     gap: 15px;
     max-width: 400px;
  }
  .new-block h5 {
    margin: 0;
    font-size: 14px;
    height: auto;
    cursor: pointer;
  }
  .new-block h5 span {
    font-size: 15px;
  }
  .click-box h5 span.viewmore{
    margin-top: 6px;
    padding: 0 8px 0 0;
    font-size: 12px;
    display: block;
    position: relative;
    opacity: 0.8;
    border-top: 1px dashed;
  }
  .new-block .simulation{
  flex-direction: column;
  gap: 0;
  }
  .new-block .simulation .point-box .credit-p span{
  font-size: 18px;
}
  .bornas .new-block .simulation{
    gap:30px
  }
  .click-box h5 span.viewmore::before{
    content:"もっと見る";
    display:block;
    width:auto;
    height:auto;
  }
  .new-block .click-box.slidedown h5 span.viewmore::before{
    content:"閉じる";
  }
  .new-block .click-box h5 span.viewmore::after{
    width: 5px;
    height: 5px;
    bottom: 7px;
    left: 65%;
    color: #000;
  }
  .new-block .simulation .box h6{
    padding: 9px 22px 3px;
    font-size: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .new-block .simulation .box figure{
    border-radius: 20px;
    border-top-left-radius: 0;
  }
  .new-block .total{
    margin: 13px auto 0;
    gap: 20px 10px;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
  }
  .new-block .calcuration .total{
      margin-top: 49px;
  }
  .new-block .total p.total-point span{
    font-size: 27px;
  }
  .new-block .total p:first-of-type,.new-block .total p.total-point{
    font-size: 12px;
    width: 135px;
  }
  .new-block .total p.pay-way{
    width: calc((100% - 13px - 139px));
    white-space: nowrap;
    font-size: 11px;
  }
  .new-block .total p:first-of-type span{
    margin-right: 3px;
    padding: 6px 13px;
    font-size: 12px;
    border-radius: 100vh;
  }
  .simulation .point-box.credit {
    margin-top: 50px;
    padding: 0;
    border-radius: 30px;
  }
  .simulation .point-box.credit .credit-p,.bornas-simulation .simulation .point-box.credit .credit-p{
    margin: 0 0 7px;
    padding: 0 3px;
    font-size: 12px;
    top: 19%;
    right: 0;
    left: auto;
    transform: rotate(3deg) translateX(0);
  }
  .new-block .calcuration .credit-pay p .point-num {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
}
  .new-block .calcuration .credit-pay p span.pointname {
    margin-right: 3px;
    padding: 12px 13px 13px;
    display: inline-block;
    background: #c92b28;
    color: #fff;
    line-height: 1.0;
    font-size: 11px;
}
  .simulation .point-box.credit .credit-p span{
    font-size: 15px;
  }
  .new-block .total p.total-point:first-of-type span{
    font-size: 30px;
    padding: 0;
  }
  .new-block .total p.total-point.credit-pay-total,.new-block .total p.total-point {
    font-size: 12px;
    width: 139px;
    text-align: right;
  }
  .new-block .total p.total-point > span{
    font-size: 30px;
  }
  .new-block .total p.total-point.credit-pay-total,section.point-flow.bornas .new-block .total.jmb p.total-point{
     width: calc((100% - 139px) - 10px);
  }
  .total p:first-of-type{
    width: calc((100% - 151px) - 15px);
    font-size: 12px;
    line-height: 2.3;
    margin: 0;
  }
  #point-newsystem .flex-wrap.jmb-wrap {
    margin: 20px auto 0;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    gap: 10px;
    width: 100%;
  }
  #point-newsystem .flex-wrap.jmb-wrap::after{
    width: 13px;
    height: 13px;
    border-bottom-right-radius: 6px;
    bottom: -11px;
  }
  .flex-wrap.jmb-wrap p.jmbcard-text {
    width: auto;
    margin: 0;
    line-height: 1.2;
  }
  .flex-wrap.jmb-wrap figure.point-card {
    width: 100px;
    height: 46px;
  }
  .new-block .total p.total-point.credit-pay-total span {
    margin:0 2px;
    font-size: 27px;
  }
  p.otokuhukidashi{
    right: -17px;
    font-size: 13px;
  }
  p.otokuhukidashi span.num {
    font-size: 20px;
  }
  p.otokuhukidashi span.otoku{
    font-size: 16px;
  }
  .calcuration {
    padding: 20px 11px;
  }
}
.simulation .bornas.box span.kakutoku-point,.simulation .bornas.box span.percent{
      margin: 0;
      padding: 7px 9px 8px;
      display: inline-block;
      background: #c92b28;
      color: #fff;
      line-height: 1.0;
      font-size: 13px!important;
      border-radius: 100vh;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -80%);
      width: 133px;
}
.simulation .bornas.box span.percent{
      background: #000000;
}
.simulation .bornas.box span.percent::before{
    content: "";
    display: block;
    width: 221px;
    height: 100px;
    position: absolute;
    right: 0;
    top: -55%;
    background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/bornaspointpersent.webp) no-repeat center / contain;
    transform: translateX(63%) translateY(-72%);
}
.simulation .bornas.box .simulation-card{
  margin: 0;
  padding: 53px 14px 17px 7px;
  border-radius: 20px;
  border-top-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 21px;
}
.simulation .bornas.box .simulation-card .total {
    text-align: right;
    margin: 0;
}
.simulation .bornas.box .simulation-card p{
  margin: 0;
  text-align: center;
  font-weight: 600;
  width: auto;
  position: relative;
  font-size: 12px;
}
.simulation .bornas.box .simulation-card p:nth-of-type(2){
  margin: 0 0 22px;
  font-size: 40px;
}
.simulation .bornas.box .simulation-card p:nth-of-type(4){
  margin: 0;
  font-size: 39px;
  writing-mode: vertical-lr;
}
.simulation .bornas.box .simulation-card p{
  margin: 0;
  text-align: center;
  font-weight: 600;
  width: auto;
  position: relative;
  font-size: 22px;
}
.simulation-block.premium .simulation .bornas.box .simulation-card p:nth-of-type(2){
  margin: 0 7px 0 7px;
}
.simulation-block.premium .simulation .bornas.box .simulation-card p:nth-of-type(4){
  margin: 0 5px 0 5px;
}
.now-block .bornas.box .total p.total-point{
  width: auto;
}
.simulation .bornas.box .simulation-card p span{
  font-size: 43px;
}
#desital-card .glay-block{
  padding: 0 20px 82px;
  /* background: #eeeeee; */
}
#desital-card .glay-block .lead-block{
  max-width: 1000px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#desital-card .glay-block h2{
  margin: 0;
  font-size: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}
#desital-card .glay-block h2 span{
  margin-top: 10px;
  font-size: 45px;
  border-bottom: 9px solid #ffcf00;
  display: inline-block;
  line-height: 1.0;
}
#desital-card .glay-block h2 span.startday{
  margin-bottom:10px;
  padding:5px 15px;
  font-size:18px;
 border:1px solid;
}
#desital-card .glay-block .desital-card-wrap{
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  max-width: 800px;
  position: relative;
  width: 77%;
}
#desital-card .glay-block .desital-card-wrap .sphone-card::before{
  content: "";
  display: block;
  width: 51%;
  height: auto;
  aspect-ratio: 60/61;
  position: absolute;
  right: 0;
  top: 0%;
  background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/pointuse-hukidashi01.webp) no-repeat center/contain;
  transform: translateX(83%);
}
#desital-card .glay-block .desital-card-wrap .sphone-card{
  padding: 28px 15px 39px;
  text-align: center;
  border-radius: 30px;
  background: #172a88;
  color: #fff;
  font-weight: 600;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
#desital-card .glay-block .desital-card-wrap .sphone-card h3{
  margin: 34px 0 0;
  font-size: 30px;
  line-height: 1.3;
}
#desital-card .glay-block .desital-card-wrap .sphone-card p{
  margin: 0;
  line-height: 1.3;
  font-size: 20px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
figure.point-changeimg {
    margin: 13px auto 0;
    display: flex;
    justify-content: center;
    vertical-align: bottom;
    width: 80%;
}
#desital-card .glay-block .desitalcard-text-wrap{
  margin: 53px auto 0;
  padding: 0;
  max-width: 792px;
  width: 100%;
  position: relative;
}
#desital-card .glay-block p.desitalcard-text {
  margin: 0 0 36px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
}
.desitalcard-text-wrap::before{
    content: "";
    display: block;
    width: 33%;
    height: auto;
    aspect-ratio: 754/721;
    position: absolute;
    right: 10%;
    top: 11%;
    background: url(https://www.tokyu-dept.co.jp/clubq/images/2025newsystem/pointuse-hukidashi.webp) no-repeat center/contain;
    transform: translateX(46%);
}
#desital-card .glay-block p.desitalcard-text span.line {
    margin: 0 4px 0 0;
    padding: 5px 10px 5px 11px;
    color: #fff;
    background: #34b338;
    font-weight: 600;
    border-radius: 5px;
    font-size: 22px;
    transform: translateY(-8px);
}
#desital-card .glay-block p.desitalcard-text span.clubq {
    margin: 0 0 11px;
    padding: 0 0 1px 16px;
    border-bottom: 2px solid;
    display: inline-block;
}
#desital-card .glay-block p.desitalcard-text span.ex-p {
    margin-left: 6px;
    font-size: 37px;
    font-weight: 700;
}
#desital-card .glay-block .clubq-bt{
  margin:50px auto 0
}
#desital-card .glay-block .clubq-bt.line{
  background:#35b338;
    width: 100%;
    box-shadow: 0 6px 0 #18531d;
    position: relative;
    transition: 0.1s;
}
#desital-card .glay-block .clubq-bt.line:hover{
  box-shadow:none;
  transform:translateY(3px)
}
@media screen and (max-width:768px){
  #desital-card .glay-block{
  padding: 0 0 0;
}
#desital-card .glay-block h2{
  font-size: 15px;
}
#desital-card .glay-block h2 span{
  margin-top: 10px;
  font-size: 36px;
  border-bottom: 5px solid #ffcf00;
}
#desital-card .glay-block .desital-card-wrap{
  padding-left: 10px;
  margin: 30px auto 0;
  gap:10px;
  width: 85%;
}
#desital-card .glay-block .desital-card-wrap::before{
  width: 39%;
  height: 57%;
  right: 5%;
  top: 13%;
}
#desital-card .glay-block .desital-card-wrap .sphone-card{
  padding: 28px 8px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0;
}
#desital-card .glay-block .desital-card-wrap .sphone-card h3{
  margin: 20px 0 0;
  font-size: 14px;
}
#desital-card .glay-block .desital-card-wrap .sphone-card p{
  margin: 0;
  line-height: 1.3;
  font-size: 13px;
  height: 30px;
}
  #desital-card .glay-block .desitalcard-text-wrap{
  margin: 60px auto 0;
  padding:0;
  max-width: 900px;
  width: 91%;
}
  .desitalcard-text-wrap::before{
    content: "";
    display: block;
    width: 45%;
    position: absolute;
    right: 13.5%;
    top: 13%;
    z-index: 10;
}
  #desital-card .glay-block p.desitalcard-text {
  margin: 0 0 68px;
  font-size: 16px;
  text-align: left;
}
#desital-card .glay-block p.desitalcard-text span.line {
    margin: 0 4px 0 0;
    padding: 5px 10px 5px 11px;
    font-size: 16px;
}
#desital-card .glay-block p.desitalcard-text span.clubq {
    margin: 0 0 11px;
    padding: 0 0 1px 11px;
}
#desital-card .glay-block p.desitalcard-text span.ex-p {
    margin-left: 0;
    font-size: 26px;
    display: block;
}
}
#desital-card .point-schedule{
  margin: 87px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#desital-card .point-schedule h3{
  margin: 0 0 20px;
  font-size: 34px;
  text-align: center;
  letter-spacing:0.1em;
  position: relative;
  display: inline-block;
}
#desital-card .point-schedule h3::before {
    content: "＼カンタン／";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    transform: translateY(-50%) rotate(10deg);
    color: #172a88;
}
#desital-card .point-schedule h3 span{
  margin: 0 3px;
  font-size:50px
}
#desital-card .point-schedule ol{
  margin: 0 auto 0;
  list-style: none;
  position: relative;
  width: 100%;
}
ol.schedule-flow .finish {
    padding: 3px 0 0 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,110%);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    background: #ffffff;
    color: #172a88;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid;
}
#desital-card .point-schedule .anounce{
  margin: 91px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width:768px){
  #desital-card .point-schedule{
  margin: 87px 0 0;
}
  #desital-card .point-schedule .schedule-flow{
    margin:0 auto 0;
    width: 89%;
  }
#desital-card .point-schedule h3{
  margin: 0 0 20px;
  font-size: 30px;
}
#desital-card .point-schedule h3::before {
    font-size: 14px;
    transform: translateY(1%) rotate(10deg);
}
#desital-card .point-schedule h3 span{
  font-size: 48px;
}
#desital-card .point-schedule ol{
  margin: 0 auto 0;
  width: 100%;
  padding: 0;
}
ol.schedule-flow .finish {
    padding: 3px 0 0 3px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    font-size: 21px;
    width: 82px;
}
#desital-card .point-schedule .anounce{
  margin: 89px 0 0;
  font-size: 13px;
}
}

/*
年間お買上げ額に応じたサービス
TOGGLE
-----------------------------------*/
section.point-flow.pointup .example-block:last-of-type {
  margin: 31px auto 0;
}
section.point-flow.pointup h3 {
  font-size: 33px;
}
section.point-flow.pointup {
  padding: 70px 20px 80px;
}
section.point-flow.pointup .new-block.click-box:last-of-type{
    margin-top: 80px;
}
section.point-flow.pointup .new-block.click-box:last-of-type::before {
    border-color: #fff21f transparent transparent transparent;
    border-width: 30px 143px 0 143px;
    top: -29px;
}
section.point-flow.pointup h4.heading_sub {
  text-align: center;
  font-size: 35px;
  margin: 0 0 50px;
}
section.point-flow.pointup .new-block.click-box:nth-of-type(2) .calcuration::before {
  border-width: 30px 7px 0 7px;
  top: -9px;
}
section.point-flow.pointup .new-block.click-box:nth-of-type(2) .simulation {
  margin: 0 auto 40px;
}
section.point-flow.pointup .new-block.click-box:nth-of-type(2) .calcuration .credit-pay p span.pointname {
  margin-right: 3px;
  padding:7px 13px 7px;
}
section.point-flow.pointup .new-block.click-box:nth-of-type(2) .total{
  margin:15px auto 0;
}
section.point-flow.pointup .new-block.click-box:nth-of-type(2) .total p.total-point.credit-pay-total span {
font-size: 40px;
}
section.point-block dl dd .flex-wrap.pasport{
  justify-content:left;
  gap: 0;
}
section.point-block dl dd .flex-wrap.pasport .mini-title {
    margin: 0 30px 0 0;
    width: 223px;
    position: relative;
    border-right: none;
    padding: 10px 9px;
    box-sizing: border-box;
}
section.point-block dl dd .flex-wrap.pasport:nth-of-type(2) .mini-title {
    width: 208px;
}
section.point-block dl dd .flex-wrap.pasport .mini-title::before {
    content:"";
    display:block;
    width: 26px;
    height: 26px;
    border-top:2px solid;
    border-right:2px solid;
    position:absolute;
    top:0;
    right:0;
    transform: rotate(45deg) translate(45%,-26%);
}
section.point-block dl dd .flex-wrap.pasport p {
    width: 300px;
    padding: 5px 15px;
    background: #104b9f;
    color: #fff;
    box-sizing: border-box;
}
section.point-block dl dd .flex-wrap.pasport p {
    width: calc((100% - 253px - 5px) / 2);
}
section.point-block dl dd .flex-wrap.pasport p:nth-of-type(1) {
   margin:0 5px 0 0
}
section.point-block dl dd .flex-wrap.pasport:nth-of-type(2) p {
    background: #ec6941;
}
section.point-block dl dd a.tel, section.point-block dl dd .flex-wrap.navidial a.tel {
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 25px;
  font-weight: 600;
}
section.point-block dl dd .flex-wrap.navidial a.tel{
  font-size: 35px;
}
section.point-block dl dd a.tel::before{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-image: url(/images/common/sprite_icon.png);
  background-size: 500px auto;
  vertical-align: -2px;
  content: " ";
  background-position: -300px -100px;
  position: absolute;
  left: 0;
  top:50%;
  transform:translateY(-50%)
}
@media screen and (max-width:768px){
    section.point-flow.pointup {
  padding: 0px 20px 0px;
 }
  section.point-flow.pointup h3 {
  font-size: 22px;
}
  section.point-flow.pointup h4.heading_sub {
  text-align: center;
  font-size: 22px;
  margin: 0 0 50px;
  }
  section.point-block dl dd .flex-wrap.pasport{
    margin: 20px 0 30px;
    flex-wrap:wrap;
    gap: 20px 10px;
    justify-content: center;
  }
  section.point-block dl dd .flex-wrap.pasport .mini-title,section.point-block dl dd .flex-wrap.pasport:nth-of-type(2) .mini-title{
    width: 82%;
    margin: 0;
    background: transparent;
    color: #000;
    border: 2px solid;
  }
  section.point-block dl dd .flex-wrap.pasport .mini-title::before{
    transform:rotate(135deg) translateX(50%);
    left:50%;
    bottom: -2px;
    top: auto;
    background:#fff;
    width:10px;
    height:10px;
  }
  section.point-block dl dd .flex-wrap.pasport p,section.point-block dl dd .flex-wrap.pasport p:nth-of-type(1){
    width:calc((100% - 10px) / 2);
    margin: 0;
  }
  section.point-block dl dd .flex-wrap.navidial{
    flex-direction:column
  }
  section.point-block dl dd .flex-wrap.navidial a.tel{
  font-size: 30px;
}
}
.list_passport {
    margin: 0 20px;
}
.list_passport li { margin-bottom: 1px; }
.toggle {
    position: relative;
    display: block;
    padding: 15px;
    background: #e6e6e6;
    font-size: 15px;
    font-weight: 500;
}
.toggle:hover { text-decoration: none; }
.toggle:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 120px;
    margin-top: -14px;
    padding: 5px 20px 4px 0;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    content: "詳細を見る";
    transition: 0.1s linear;
}
.toggle.opened:before { content: "詳細を閉じる"; }
.toggle:hover:before {
    background: #333;
    color: #fff;
}
.toggle:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 13px;
    height: 8px;
    margin-top: -4px;
    background: url(/images/common/sprite_arrow.png) no-repeat -100px -100px;
    background-size: 200px auto;
    content: " ";
}
.toggle:hover:after { background-position: -100px -150px; }
.toggle.opened:after { background-position: 0 -100px; }
.toggle.opened:hover:after { background-position: 0 -150px; }
.toggle_panel {
    display: none;
    padding: 0 20px;
}
.toggle_panel p {
    margin: 10px 0;
}
.list_passport {
     margin: 0!important;
}
.red{color:#d01818;}
table.parking,
table.ticket{
	width:90%;
    margin:10px 0 10px 10px;
}
table.parking td,
table.ticket td{
	padding:7px;
	font-size:15px;
}
table.col3 td{width:calc(100% /3);} 
table.parking td:nth-child(1){width:11em;} 
/* 表組デザイン */
table.parking,
table.ticket{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
    margin-bottom: 15px;
}
table.parking td,
table.ticket td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.parking td strong,
table.ticket td strong{
	color:#d01818;
	font-size:16px;
}
table td.blue{
	background:#104b9f;
	color:#fff;
}
table td.orange{
	background:#ec6941;
	color:#fff;
}
/* ボックス型リンク */
.box_link a { 
    border-color: #e1e1e1;
    background: #e1e1e1;
    font-weight: 500;
}
.box_link .button {
    border-color: #d01818;
    background: #d01818;
    color: #fff;
}
.box_link a:hover .button {
    background: #fff;
    color: #d01818;
}
.card-point-wrap {
  max-width: 800px;
  margin: 0 auto;
}
section.point-block dl dd .flex-wrap.point-get-wrap {
  gap: 50px;
  position: relative;
}

section.point-block dl dd .flex-wrap.point-get-wrap > div {
  width: calc((100% - 50px) / 2);
}
section.point-block dl dd .flex-wrap.point-get-wrap .flex-wrap p{
  font-size: 19px;
}
section.point-block dl dd .flex-wrap.point-get-wrap::before{
  content:"→";
  display:block;
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
}


@media screen and (max-width:768px){
  section.point-block dl dd .flex-wrap.point-get-wrap {flex-direction:column;gap: 16px;}
section.point-block dl dd .flex-wrap.point-get-wrap > div {
  width: 100%;
  margin: 0;
}
  section.point-block dl dd .flex-wrap.point-get-wrap::before{
  content:"↓";
  display:block;
  position: absolute;
  left: 46%;
  top: 3px;
  transform: translateX(-50%) translateY(100%);
}

}



