a:hover {
  opacity: .8;
}
.text-red {
  color: #eb2f4c;
}
.general-p {
  margin: 0 0 1rem;
}
/*main_vs*/
main {
  background: linear-gradient(90deg, #1885c9, #1eaedc, #1885c9);
}
main.v2 {
  padding-bottom: 3rem;
}
.main_visu_area {
  padding: 4rem 1rem 4rem;
}
.main_visu_area.v2 {
  padding: 4rem 1rem 1rem;
}
.arrow_icon {
  text-align: center;
}
/*END===main_vs*/
/*特典*/
.ac_title {
  cursor: pointer;
}
.ac_title h3 {
  margin-bottom: 3rem;
  position: relative;
}
.ac_title h3::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 3rem;
  width: 40px;
  height: 40px;
  background-color: #0c467f;
  border-radius: 50px;
  margin-top: -9px;
}
.ac_title h3::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 4.3rem;
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
  transition: .2s;
}
.ac_title.active h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transition: .2s;
}
.ac_title.active p {
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  border-bottom: dotted 2px #0c467f;
}
.ac_bottom {
  display: none;
}
.ac_bottom .btn a {
  display: block;
  background-color: #0c467f;
  color: #fff;
  text-align: center;
  max-width: 60%;
  margin: 3rem auto 0;
  padding: 1rem;
  font-size: 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: .5rem .5rem 0 #083b6f;
}
.ac_bottom .btn a::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 1.3rem;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
/*END===特典*/
.inner.general {
  line-height: 1.6;
  padding: 0 2rem;
}
.inner {
  width: 984px;
  max-width: 100%;
  margin: 0 auto;
  zoom: 1;
}
.contents {
  position: relative;
}
.contents_wrapper .contents .detail {
  font-weight: normal;
  font-size: 1.4rem;
}
.bottom {
  padding-bottom: 7rem;
}
.li-detail > ul > li {
  display: table;
  line-height: 1.5;
  table-layout: auto;
  margin-bottom: .5rem;
}
.li-detail > ul > li .pre {
  display: table-cell;
  padding: 0rem;
  white-space: nowrap;
  width: 1%;
}
.inner.general .link a {
  background: rgba(0, 0, 0, 0) url("/common/images/icon/ic_arrow-r-rd02.png") no-repeat scroll 100% 50% / auto 0.6em;
  color: #282828;
  margin-right: .2em;
  padding-right: 0.8em;
  text-decoration: underline;
}
main .text-small {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  main .pcOnly {
    display: inline-block;
  }
}
@media screen and (max-width: 659px) {
  .contents_wrapper .contents .detail {
    font-size: 1.2rem;
  }
  .li-detail > ul > li {
    font-size: 1.2rem;
  }
  .inner.general {
    max-width: 100%;
    padding: 0;
  }
  .main_visu_area {
    padding: 1.5rem 1rem 4.5rem;
  }
  .button a {
    margin: 0 auto 0;
    font-size: 1.8rem;
    padding: 1.3rem 1rem;
  }
  main .text-small {
    font-size: 1.2rem;
  }
  .contents_wrapper h2 {
    margin: 0 auto 1.5rem;
  }
  .contents_wrapper .contents {
    padding: 1.3rem;
  }
  .contents_wrapper .inner.general:nth-of-type(2) {
    margin-top: 4rem;
  }
  .contents_wrapper .inner.general:nth-of-type(2) .contents > h3 {
    padding-bottom: 2.5rem;
  }
  .general-table.scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .general-table.scroll .taStyle02 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 70rem;
    display: block;
  }
  .table00 .v_m_logo {
    margin-top: 0rem;
  }
  .general-table.scroll img {
    max-width: 70rem;
    display: block;
    text-align: center;
    margin: 1rem auto 0rem;
  }
  .pointchart_table.taStyle02 .wh20 .v_m_logo img {
    width: 55%;
  }
  .phone_flow ol li p {
    font-size: 1.4rem;
  }
  .ac_title.active p {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: dotted 2px #0c467f;
}
}
/*btn_bg*/
.btn_wrapper {
  margin: 4rem auto 0;
}
.button a {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffeb27;
  color: #009de1;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1;
  border-radius: 50px;
}
.button a:hover {
  opacity: .8;
}
.button + .button {
  margin: 2rem auto 0;
}
.button + .button a {
  background-color: #fff;
  box-shadow: 3px 3px #078cb9;
}
.button a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 2.5rem;
  width: 8px;
  height: 7px;
  border-top: 4px solid #009de1;
  border-right: 4px solid #009de1;
  transform: rotate(45deg);
  margin-top: -4px;
}
/*END===btn_bg*/
/*contents_wrapper*/
.contents_wrapper h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.contents_wrapper .inner.general:nth-of-type(2) {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.contents_wrapper h3 {
  text-align: center;
}
.contents_wrapper .contents {
  background-color: #fff;
  border-radius: 15px;
  padding: 3rem;
}
.contents_wrapper .contents .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.contents_wrapper .contents .flex > li:first-child {
  border-right: 2px dotted #aaaaaa;
}
.contents_wrapper .contents .detail {
  margin: 1rem 1.8rem 0;
}
.contents_wrapper .inner.general:nth-of-type(2) .contents > h3 {
  padding-bottom: 1.5rem;
}
.contents_wrapper .inner.general:nth-of-type(3) .contents > h3 {
  padding-bottom: 3rem;
}
.tumitate .detail {
  width: 65%;
  text-align: left;
  color: #282828;
  margin-top: 0;
}
/*END===contents_wrapper*/
.bottom {
  margin-top: 5rem;
}
.bottom .btn_wrapper {
  margin: 5rem auto 0;
  text-align: center;
}
.bottom .accordion .title::before {
  top: 10%;
}
.bottom .button:nth-of-type(2) a {
  background-color: #fff;
  color: #bd2020;
}
.bottom .button:nth-of-type(2) a::after {
  border-top: 4px solid #bd2020;
  border-right: 4px solid #bd2020;
}
.btn-back {
  margin: 5rem auto 0;
  padding-bottom: 4rem;
}
.button_cap {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.nrrn_bnr {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.btn_wrapper .button_cap::before {
  transform: translateX(-250%) skew(25deg);
}
.btn_wrapper .button_cap::after {
  transform: translateX(100%) skew(-25deg);
}
.btn_wrapper .button_cap::before, .btn_wrapper .button_cap::after {
  position: absolute;
  height: 20px;
  width: 160px;
  border-right: 3px solid #fff;
  content: "";
  top: 5rem;
  right: 145px;
}
/*sp表示*/
@media screen and (max-width:659px) {
  .general-p {
    margin: 0 0 .5rem;
  }
  .general-list li {
    margin: 0 0 .2em;
  }
  .text-small {
    font-size: .9rem;
    line-height: 1.5;
  }
  /*main_vs*/
  main.v2 {
    padding-bottom: 0;
  }
  .main_visu_area {
    padding: 1.5rem 1rem 1.5rem;
  }
    .main_visu_area.v2 {
    padding: 1.5rem 1rem .5rem;
  }
  .inner.general {
    padding: 0;
  }
  .btn_wrapper {
    margin: 1.5rem auto 0;
  }
  .arrow_icon img {
    width: 8%
  }
  .arrow_icon:nth-child(2) {
    margin-bottom: 1rem;
  }
  /*END===main_vs*/
  /*accordion*/
  .accordion {
    padding: 0.75rem 2rem;
    margin: 1rem auto 3rem;
  }
  .accordion dt {
    font-size: 2rem;
  }
  .accordion .top_title {
    background: url("/entry/tokyu-card/images/2510dpcp/icon+.png")no-repeat top 50% right 0rem/4% auto;
  }
  .accordion .active .top_title {
    background: url("/entry/tokyu-card/images/2510dpcp/icon-.png")no-repeat top 50% right 0rem/4% auto;
  }
  .accordion h3 {
    padding: 0.75rem 4rem;
  }
  .ac_title h3::before {
    right: 0;
    width: 24px;
    height: 24px;
    top: 45%;
  }
  .ac_title h3::after {
    right: .7rem;
    width: 7px;
    height: 7px;
    top: 28%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .ac_title.active h3::after {
    top: 42%;
  }
  .ac_bottom .btn a {
    font-size: 1.6rem;
    margin: 1.5rem auto 1rem;
    box-shadow: .3rem .3rem 0 #083b6f;
  }
  .heading-lv4 {
    margin: 5rem 0rem 1rem;
  }
  .ac_title h3 {
    margin-bottom: 1rem;
  }
  .bottom {
    margin-top: 0rem;
    padding-bottom: 4rem;
  }
   main.v2 .contents_wrapper.AF {
    padding-bottom: 2rem;
  }
  .contents_wrapper.AF {
    padding-bottom: 4rem;
  }
  .accordion_inner .detail {
    font-size: 1.4rem;
  }
  .accordion_inner {
    margin-top: 2rem;
    padding: 0rem;
  }
  .detail_text {
    margin-bottom: 3rem;
  }
  /*グラフ*/
  .taStyle01 td, .taStyle01 th, .taStyle02 td, .taStyle02 th {
    text-align: center;
  }
  .fs1 {
    font-size: 1.4rem;
    color: gray;
  }
  /*===ENDグラフ*/
  /*END===accordion*/
  /*btn_bg*/
  .button {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .button a {
    margin: 0 auto 0;
    font-size: 1.6rem;
    padding: 1.5rem;
  }
  .button + .button {
    margin: 1rem auto 0;
  }
  .btn_wrapper .button_cap::before, .btn_wrapper .button_cap::after {
    display: none;
  }
  .bottom .btn_wrapper {
    margin: 3rem auto 0;
  }
  .button a::after {
    content: "";
    right: 2rem;
  }
  .button_cap {
    font-size: 1.4rem;
  }
  /*END===btn_bg*/
  /*contents_wrapper*/
  .contents_wrapper {
    padding: 0 1rem;
  }
  .contents_wrapper .inner.general:nth-of-type(2) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .contents_wrapper h2 {
    max-width: 80%;
    margin: 0 auto 1rem;
  }
  .contents_wrapper .contents {
    padding: 1rem;
  }
  .contents_wrapper .contents .flex {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .contents_wrapper .contents .flex > li:first-child {
    border-bottom: 2px dotted #0c467f;
    border-right: none;
    padding-bottom: 1.5rem;
    padding-top: 0;
    padding-right: 0;
  }
  .contents_wrapper .contents .flex > li:nth-of-type(2) {
    padding-top: 1.5rem;
  }
  .contents_wrapper .contents .detail {
    font-size: 1rem;
    line-height: 1.75;
  }
  .contents_wrapper .inner.general:nth-of-type(3) .contents > h3 {
    padding-bottom: .5rem;
  }
  .tokuten_wrapper .more {
    padding: 0;
    margin-top: 1.5rem;
  }
  /*END===contents_wrapper*/
}
/*END===sp表示*/
.snow {
  color: snow;
  font-size: 10px;
  position: fixed;
  top: -5%;
  text-shadow:
    5vw -100px 2px, 10vw -400px 3px, 20vw -500px 4px, 30vw -580px 1px, 39vw -250px 2px, 42vw -340px 5px, 56vw -150px 2px, 63vw -180px 0, 78vw -220px 4px, 86vw -320px 9px, 94vw -170px 7px;
  animation: roll 10s linear infinite;
}
.snow2nd {
  animation: anim 13s linear infinite;
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(20deg);
    top: 100%;
    opacity: 0;
  }
}
@keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}

.cap01 {
	text-align: center;
	margin-bottom:2rem;
}

@media screen and (max-width:659px) {
  .cap01 {
	margin-bottom:1rem;
}
}