@charset "UTF-8";
/* -----------------------------------------
	共通
----------------------------------------- */
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.fontColor_red {
  color: #b62819;
}

.fontSize_s {
  font-size: 90%;
}

.fontSize_l {
  font-size: 150%;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-dispInlineBlock {
  display: inline-block !important;
}

.mB120 {
  margin-bottom: 120px !important;
}

.notes > li + li {
  margin-top: 5px;
}

@media print, screen and (min-width: 751px) {
  .pc {
    display: block !important;
  }
  .pc_disnone {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .sp_inl {
    display: none !important;
  }
  .mB110 {
    margin-bottom: 110px !important;
  }
  .mB60 {
    margin-bottom: 60px !important;
  }
  .mB70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .pc_disnone {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .pc_disnone {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inl {
    display: inline !important;
  }
  .sp-w100 {
    width: 100%;
  }
  .sp-txtC {
    text-align: center !important;
  }
  .mB0-sp {
    margin-bottom: 0 !important;
  }
  .mB10-sp {
    margin-bottom: 10px !important;
  }
  .mB15-sp {
    margin-bottom: 15px !important;
  }
  .mB20-sp {
    margin-bottom: 20px !important;
  }
  .mB60-sp {
    margin-bottom: 60px !important;
  }
  .mB70-sp {
    margin-bottom: 70px !important;
  }
  .mT0-sp {
    margin-top: 0 !important;
  }
  .mT5-sp {
    margin-top: 5px !important;
  }
  .mT10-sp {
    margin-top: 10px !important;
  }
  .mT40-sp {
    margin-top: 40px !important;
  }
  .pL10-sp {
    padding-left: 10px !important;
  }
}
/* -----------------------------------------
	Reset
----------------------------------------- */
body, html {
  height: 100%;
  margin: 0 auto;
}

/* -----------------------------------------
	Contents Layout
----------------------------------------- */
#main {
  padding-bottom: 120px;
  font-size: 1rem;
}

#main .toTop {
  bottom: 20px;
  right: 20px;
}

.contentOuter {
  width: 950px;
  margin: 0 auto;
  color: #222;
  text-align: left;
  position: relative;
  /* MV */
}

@media only screen and (min-width: 751px) and (max-width: 949px) {
  .contentOuter {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .contentOuter {
    width: 100%;
    padding: 0 4%;
  }
}
.contentOuter h1 {
  padding: 60px 0 30px;
  text-align: center;
}

.contentOuter h3 {
  text-align: center;
}

.contentOuter h3 img {
  width: 199px;
}

.bg-bokeh {
  position: relative;
  z-index: -1;
}

.bg-bokeh::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/card/first/viewcardgold/benefits2/img/bg_green_sp.jpg") center 0 no-repeat #002900;
  background-size: cover;
}

@media only screen and (min-width: 751px) {
  .bg-bokeh::before {
    background-image: url("/card/first/viewcardgold/benefits2/img/bg_green.jpg");
    /* background-size: 100% auto; */
  }
}
.contentInner {
  background: #EAF4E4;
  padding-bottom: 50px;
}

.bg-ltbeg {
  background: #f9efde;
}

.bg-dkbeg {
  background: #D2E0CA !important;
}

ul.note {
  font-size: 0.875rem;
}

/* -----------------------------------------
	lead
----------------------------------------- */
.lead {
  padding: 55px 5%;
}

@media only screen and (max-width: 750px) {
  .lead {
    padding: 35px 5%;
    /*margin-bottom: 10px;*/
  }
}
.lead p {
  /*background-color: #fff;
  border-radius: 20px;*/
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size: 1rem;
  padding: 75px 0 60px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .lead p {
    /*padding: 110px 5%;*/
    padding: 60px 2%;
    text-align: left;
    line-height: inherit;
  }
}
.lead p span {
  display: block;
}

@media only screen and (max-width: 750px) {
  .lead p span {
    display: inline;
  }
  .lead p span:last-child {
    display: block;
  }
}
.lead p::before {
  position: absolute;
  display: block;
  content: "";
  width: 424px;
  height: 46px;
  background: url("/card/first/viewcardgold/benefits2/img/img_lead.png") top center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .lead p::before {
    width: 95%;
  }
}
.lead p::after {
  position: absolute;
  display: block;
  content: "";
  width: 424px;
  height: 46px;
  background: url("/card/first/viewcardgold/benefits2/img/img_lead.png") top center no-repeat;
  background-size: contain;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .lead p::after {
    width: 95%;
  }
}
/* -----------------------------------------
	section 第一弾
----------------------------------------- */
.benefitsDtl {
  padding: 80px 35px;
}

@media only screen and (max-width: 750px) {
  .benefitsDtl {
    padding: 50px 5% 0;
  }
}
.benefitsDtl .benefitsDtl_ttl {
  margin-bottom: 60px;
  padding: 1.5em 0;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  .benefitsDtl .benefitsDtl_ttl {
    margin-bottom: 40px;
  }
}
.benefitsDtl h2 {
  color: #261904;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .benefitsDtl h2 {
    font-size: 1.5625rem;
  }
}
.benefitsDtl h2 span.ttlNum {
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.5em 0.4em;
  font-size: 1.75rem;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  line-height: 1;
  background: #ceac46;
  background: linear-gradient(140deg, #ceac46 0%, #a6841b 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ceac46",endColorstr="#a6841b",GradientType=1);
}

@media only screen and (max-width: 750px) {
  .benefitsDtl h2 span.ttlNum {
    font-size: 1.375rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .benefitsDtl h2 span.ttlNum {
    padding: 0.5em 0.5em 0.1em;
  }
}
.benefitsDtl h2 span.ttlTxt {
  border-bottom: 3px solid #261904;
  padding-bottom: 10px;
  line-height: 2;
  font-size: 2.125rem;
}

@media only screen and (max-width: 750px) {
  .benefitsDtl h2 span.ttlTxt {
    padding-bottom: 0;
    font-size: 1.5rem;
  }
}
.benefitsDtl .benefitsDtl_conts {
  padding: 0 20px;
}

@media only screen and (max-width: 750px) {
  .benefitsDtl .benefitsDtl_conts {
    padding: 0 2%;
  }
}
.benefitsDtl .benefitsDtl_conts dt {
  border-left: 6px solid #d8af30;
  padding-left: 10px;
  font-size: 1.375rem;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.benefitsDtl .benefitsDtl_conts dd {
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.benefitsDtl .benefitsDtl_conts dd:not(:last-child) {
  margin-bottom: 50px;
}

.benefitsDtl .col2 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .benefitsDtl .col2 {
    flex-direction: column;
  }
  .benefitsDtl .col2 > .benefitsDtl_conts {
    margin-bottom: 40px;
  }
}
.benefitsDtl .col2 .benefitsDtl_conts {
  width: calc(100% - 330px);
}

@media only screen and (max-width: 750px) {
  .benefitsDtl .col2 .benefitsDtl_conts {
    width: 100%;
  }
}
.benefitsDtl .col2 .loungekeyLogo {
  width: 270px;
  margin-right: 20px;
}

@media only screen and (max-width: 750px) {
  .benefitsDtl .col2 .loungekeyLogo {
    width: 80%;
    margin: 0 auto;
  }
}
.mark {
  background: linear-gradient(transparent 80%, #261904 80%);
}

/* リニューアルの詳細 */
#main .benefitsPoint {
  padding: 60px 55px 80px;
}

@media only screen and (max-width: 750px) {
  #main .benefitsPoint {
    padding: 60px 5% 10px;
  }
}
#main .benefitsPoint:first-of-type {
  padding: 40px 40px 80px;
}

@media only screen and (max-width: 750px) {
  #main .benefitsPoint:first-of-type {
    padding: 30px 5% 60px;
  }
}
#main .benefitsPoint h3 {
  /*margin-top: -90px;*/
  margin-bottom: 60px;
  position: relative;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 2.5rem;
  /*&::before {
  	position: absolute;
  	bottom: -25px;
  	left: calc(50% - 30px);
  	width: 60px;
  	height: 5px;
  	background: $yel;
  	content: '';
  }*/
}

@media only screen and (max-width: 750px) {
  #main .benefitsPoint h3 {
    font-size: 1.875rem;
  }
}
#main .benefitsPoint h3 span {
  border-bottom: #d8af30 3px solid;
  padding: 0 15px 10px;
}

.benefitsPoint .whtBox .title_style1 {
  font-weight: bold;
  margin: 40px 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e7e7e7;
}
.benefitsPoint .whtBox .title_style2 {
  font-weight: bold;
  margin: 10px 0;
}
.benefitsPoint .whtBox .notes_ul {
  margin-top: 20px;
}
.benefitsPoint .whtBox .notes_ul li {
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint .whtBox .title_style1 {
    margin: 20px 0 10px;
    font-size: 16px;
  }
  .benefitsPoint .whtBox .title_style2 {
    font-size: 16px;
  }
  .benefitsPoint .whtBox .notes_ul li {
    font-size: 14px;
  }
}
/* リニューアル詳細 */
.benefitsPoint_dtl > li {
  margin: 0 0 120px;
  background: #fff;
  color: #222;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  padding: 10px;
}

.benefitsPoint .white_bg {
  margin: 30px 0 0;
  background: #fff;
  border-radius: 18px;
  padding: 30px;
}
.benefitsPoint .white_bg p {
  color: #222;
  font-size: 90%;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li {
    width: 100%;
    margin-bottom: 90px;
    padding: 7px; /*10px;*/
    font-size: 1.25rem;
  }
}
.benefitsPoint_dtl > li:nth-child(1) {
  margin-left: 0;
}

.benefitsPoint_dtl > li:nth-child(4) {
  margin-right: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 751px) and (max-width: 949px) {
  .benefitsPoint_dtl > li:nth-child(3) {
    margin-top: 100px;
    margin-left: 0;
  }
}
#hotel::before {
  content: "";
  display: block;
  background: url("/card/first/viewcardgold/benefits2/img/dtlttl_hotel.png") no-repeat top center/contain;
  width: 350px;
  height: 110px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px) {
  #hotel::before {
    width: calc(100% - 20px);
  }
}
#giftee_box::before {
  content: "";
  display: block;
  background: url("/card/first/viewcardgold/benefits2/img/dtlttl_giftee.png") no-repeat top center/contain;
  width: 350px;
  height: 110px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: -10px;
  /*top: -60px;*/
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px) {
  #giftee_box::before {
    width: calc(100% - 20px);
  }
}
/* .benefitsPoint_dtl > li:nth-child(2)::before {
	content: "";
	display: block;
	background: url("/card/first/viewcardgold/benefits2/img/dtlttl_prioritypass.png") no-repeat top center/contain;
	width: 350px;
	height: 110px;
	z-index: -1;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
	.benefitsPoint_dtl > li:nth-child(2)::before {
		width: calc(100% - 20px);
	}
} */
#lounge::before {
  content: "";
  display: block;
  background: url("/card/first/viewcardgold/benefits2/img/dtlttl_specialsets.png") no-repeat top center/contain;
  width: 300px;
  height: 110px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px) {
  #lounge::before {
    width: calc(100% - 20px);
  }
}
#lounge h4{
  font-size: 1.25rem;
}
#lounge h5{
  font-size: 1rem;
}

#points::before {
  content: "";
  display: block;
  background: url("/card/first/viewcardgold/benefits2/img/dtlttl_points.png") no-repeat top center/contain;
  width: 350px;
  height: 110px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 750px) {
  #points::before {
    width: calc(100% - 20px);
  }
}
.benefitsPoint_dtl > li div.goldLine {
  padding: 3px;
  border-radius: 10px;
  background: #cba42b;
  background: linear-gradient(135deg, #cba42b 5%, #fae6a8 20%, #cba42b 35%, #fae6a8 50%, #cba42b 65%, #fae6a8 80%, #cba42b 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cba42b",endColorstr="#cba42b",GradientType=1);
}

.benefitsPoint_dtl > li div.goldLine > .whtBox {
  background: #fff;
  padding: 35px 30px;
  border-radius: 8px;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox {
    padding: 20px 18px 40px;
  }
}
.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 {
  display: flex;
  /*padding: 20px;*/
  /*align-items: stretch;*/
  /*height: 100%;*/
}

@media only screen and (min-width: 751px) and (max-width: 949px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 {
    flex-direction: column;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 {
    flex-direction: column;
    padding: 0;
  }
}
.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 figure {
  width: 308px;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 figure.loungeimg {
  width: 200px;
}

@media only screen and (min-width: 751px) and (max-width: 949px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 figure {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 figure {
    width: 100%;
    flex-wrap: wrap;
  }
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 figure.loungeimg {
    width: 100%;
  }  
}
.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 figure img {
  max-width: 100%;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 > div {
  flex: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 > div {
    margin: 20px 0 0;
  }
}
.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 > div h4,
.benefitsPoint_dtl > li div.goldLine > .whtBox > .whtBoxHeading {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 > div p {
  min-height: 100px;
  font-size: 1rem;
  /*padding-bottom: 15px;*/
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 > div p.loungeTxttitle {
  min-height: auto;
  padding-left: 1em;
  text-indent: -1em;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 > div p.loungeTxt {
  min-height: auto;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl02 > div p {
    /*margin-bottom: 15px;*/
    font-size: 0.9375rem;
  }
}
.benefitsPoint_dtl li div.goldLine .whtBox div.dtl02 div ul {
  margin-top: 6px;
}
.benefitsPoint_dtl li div.goldLine .whtBox div.dtl02 div ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl01 {
  flex-direction: column;
}

/*.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl01 figure {
	/*display: flex;
	width: auto;
	justify-content: space-between;
	flex-wrap: wrap;*/
/*> img:nth-of-type(1) {
	width: 325px;
	@include sp {
		width: 100%;
	}
}*/
/*> img:nth-of-type(2) {
		width: 449px;
		@include sp {
			margin-top: 6px;
		}
	}
}*/
.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl01 > div {
  margin-left: 0;
  margin-top: 20px;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl01 > div h4 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl01 > div p {
  font-size: 1rem;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl01 > div p {
    font-size: 0.9375rem;
  }
}
.benefitsPoint_dtl.point2nd li div.goldLine > div p {
  min-height: 130px;
  /*padding-bottom: 15px;*/
}

/* 1カラム用（センター） */
.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl04 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl04 h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_dtl > li div.goldLine > .whtBox > div.dtl04 > div p {
    font-size: 0.9375rem;
  }
}
/* ご利用条件 */
.benefitsPoint_conf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.benefitsPoint_conf li {
  width: 46.95%;
  margin: 0 1.5%;
  color: #222;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  font-size: 90%;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_conf li {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 100%;
  }
}
@media only screen and (min-width: 751px) {
  .benefitsPeriod {
    display: flex;
  }
  .benefitsPeriod dt {
    flex-shrink: 0;
  }
}
/* 特典の進呈 */
/* 特典進呈の流れ */
.benefitsPoint_flow {
  margin-bottom: 60px;
}
.benefitsPoint_flow > li {
  margin: 10% 0 0;
  background: #fff;
  color: #222;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  padding: 10px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
}
.benefitsPoint_flow > li:nth-child(1) {
  margin-top: 0;
}
.benefitsPoint_flow > li .goldLine {
  padding: 3px;
  border-radius: 10px;
  background: #cba42b;
  background: linear-gradient(135deg, #cba42b 5%, #fae6a8 20%, #cba42b 35%, #fae6a8 50%, #cba42b 65%, #fae6a8 80%, #cba42b 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cba42b",endColorstr="#cba42b",GradientType=1);
}
.benefitsPoint_flow > li .goldLine .goldLine_inner {
  background: #fff;
  padding: 25px 0;
  border-radius: 8px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_img {
  width: 26%;
  box-sizing: border-box;
}
.benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt {
  width: 74%;
  box-sizing: border-box;
  text-align: left;
  padding: 0 3% 0 0;
}
.benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt h4 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt p {
  font-size: 95%;
  line-height: 1.6;
  font-weight: normal;
}
.benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt ul {
  margin-top: 15px;
}
.benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt ul li {
  font-size: 80%;
  font-weight: normal;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt ul li span {
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 750px) {
  .benefitsPoint_flow {
    margin-bottom: 30px;
  }
  .benefitsPoint_flow > li {
    margin: 16vw 0 0;
    z-index: 2;
    border-radius: 2.4vw;
    padding: 1.33vw;
    font-size: 15px;
    text-align: left;
  }
  .benefitsPoint_flow > li:nth-child(1) {
    margin-top: 0;
  }
  .benefitsPoint_flow > li .goldLine {
    padding: 0.4vw;
    border-radius: 1.33vw;
  }
  .benefitsPoint_flow > li .goldLine .goldLine_inner {
    padding: 3.33vw 0;
    border-radius: 1.06vw;
    display: block;
    height: 100%;
    align-items: normal;
    justify-content: flex-start;
  }
  .benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_img {
    width: auto;
  }
  .benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt {
    width: auto;
    padding: 2.66vw;
  }
  .benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt p {
    font-size: 15px;
  }
  .benefitsPoint_flow > li .goldLine .goldLine_inner .benefitsPoint_flow_txt ul li {
    font-size: 14px;
  }
}
.benefitsPoint_flow > li:nth-child(1)::before,
.benefitsPoint_flow > li:nth-child(2)::before,
.benefitsPoint_flow > li:nth-child(3)::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}

.benefitsPoint_flow > li:nth-child(1)::before {
  background: url("/card/first/viewcardgold/benefits2/img/img_stepnum01.png") no-repeat top center/contain;
}

.benefitsPoint_flow > li:nth-child(2)::before {
  background: url("/card/first/viewcardgold/benefits2/img/img_stepnum02.png") no-repeat top center/contain;
}

.benefitsPoint_flow > li:nth-child(3)::before {
  background: url("/card/first/viewcardgold/benefits2/img/img_stepnum03.png") no-repeat top center/contain;
}

.benefitsPoint_flow li .goldLine i {
  display: block;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 147px;
  height: 147px;
}
.benefitsPoint_flow li .goldLine i.step01 {
  background: url("/card/first/viewcardgold/benefits2/img/img_step01.png") no-repeat top center/contain;
}
.benefitsPoint_flow li .goldLine i.step02 {
  background: url("/card/first/viewcardgold/benefits2/img/img_step02.png") no-repeat top center/contain;
}
.benefitsPoint_flow li .goldLine i.step03 {
  background: url("/card/first/viewcardgold/benefits2/img/img_step03.png") no-repeat top center/contain;
}

/* -----------------------------------------
	ボタン
----------------------------------------- */
.button {
  display: inline-block;
  width: 90%;
  max-width: 560px;
  padding: 1.2em 1em;
  border: 2px solid #261904;
  position: relative;
  text-decoration: none !important;
  transition: 0.3s ease all;
  font-size: 1.125rem;
  background: #fff;
  color: #261904 !important;
  line-height: 1.5em;
}

@media only screen and (max-width: 750px) {
  .button {
    padding: 1em 1em;
  }
}
.button::after {
  content: "";
  width: 50px;
  height: 12px;
  border-bottom: 2px solid #261904;
  border-right: 2px solid #261904;
  transform: skewX(45deg);
  position: absolute;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 750px) {
  .button::after {
    width: 40px;
  }
}
.btnBlank {
  position: relative;
}

.btnBlank::after {
  content: "";
  display: block;
  background: url("/card/first/viewcardgold/benefits2/img/ico_blank.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .btnBlank::after {
    right: 1.5em;
  }
}
.btn_arrow-r::after {
  right: -20px;
  top: -10px;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .btn_arrow-r::after {
    right: -15px;
  }
}
.btn_arrow-r:hover::after {
  right: -30px;
}

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  padding: 0.6rem 2.4rem 0.6rem 2.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 auto;
  font-size: 1.0625rem;
}

@media only screen and (max-width: 750px) {
  .btn,
  a.btn,
  button.btn {
    padding: 0.5rem 2rem;
    font-size: 1rem;
    width: 100%;
  }
}
.btn :hover,
a.btn :hover,
button.btn :hover {
  opacity: 0.7;
}

a.btn-gradient {
  font-weight: normal;
  border-radius: 100vh;
  color: #fff;
  background-image: linear-gradient(135deg, #ceac46 30%, #a6841b 100%);
  text-shadow: 0 0 3px #2F1E09;
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

.btnArrow:before {
  z-index: 1;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------
	ビューゴールドプラスカードのカード情報詳細
----------------------------------------- */
.vcgDtl {
  margin-top: 150px;
}

@media only screen and (max-width: 750px) {
  .vcgDtl {
    margin-top: 130px;
  }
}
.vcgDtl .contentInner {
  background: #fefaf4;
  color: #222;
  padding-bottom: 120px;
}

@media only screen and (max-width: 750px) {
  .vcgDtl .contentInner {
    padding-bottom: 80px;
  }
}
.vc_cardDetailHeader {
  font-size: 1.75rem;
  padding: 60px 10px 30px;
}

@media only screen and (max-width: 750px) {
  .vc_cardDetailHeader {
    font-size: 1.375rem;
  }
}
.vc_cardDetailTableWrapper {
  /*border: 20px solid #f5f5f5;*/
  padding: 30px;
  background: #fff;
  margin: 20px 25px;
}

@media only screen and (max-width: 750px) {
  .vc_cardDetailTableWrapper {
    padding: 0;
    margin: 20px 15px;
  }
}
.vc_cardDetailTable {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}

.vc_cardDetailTable th {
  background-color: #f6f4e2;
  width: 29.76%;
  border: 1px solid #ccc;
  padding: 14px 15px;
  text-align: left;
  vertical-align: top;
}

.vc_cardDetailTable td {
  border: 1px solid #ccc;
  padding: 14px 15px;
  text-align: left;
}

.vc_meritContentsListDescWrapper-col1 {
  display: block;
  padding: 0 25px;
}

@media only screen and (max-width: 750px) {
  .vc_meritContentsListDescWrapper-col1 {
    padding: 0 15px;
  }
}
.vc_meritContentsListDescWrapper-col1-first {
  width: 100%;
  text-align: left;
}

.vc_meritSubContentsWrapper {
  padding: 20px;
  background-color: #fef3d9;
  margin-top: 40px;
}

.vc_meritSubHeader-b {
  font-size: 1rem;
  font-weight: bold;
  border-left: 4px solid #a17204;
  padding-left: 8px;
  margin-bottom: 5px;
}

.bl_attentionList {
  font-size: 1rem;
}

.bl_attentionList .notice {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
}

.bl_attentionList .notice::before {
  position: absolute;
  content: "※";
  width: 1.2em;
  height: 1em;
  display: block;
  top: 0;
  left: 0;
}

.vc_cardDetailTableIconList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.vc_cardDetailTableIconListItem {
  margin-right: 15px;
}

.vc_cardDetailTableIconListItem:last-of-type {
  margin-right: 0;
}

.hp_linkWord {
  position: relative;
  padding-left: 10px;
  margin-left: 3px;
}

.hp_linkWord::before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  left: 2px;
  top: 0.4em;
  background: url(/card/common/img/cmn-parts.png) no-repeat left top;
  background-position: -67px 0;
}

/* -----------------------------------------
	キャンペーンバナーエリア
----------------------------------------- */
.cpBnrArea {
  margin: 50px 15px 0;
}

.cpBnrTitle {
  padding: 0.5em 0.75em;
  background-color: #599904;
  border-radius: 1.5em;
  color: #ffffff;
  font-size: 110%;
  font-weight: 700;
  text-align: center;
}

.cpBnrList {
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  .cpBnrList {
    margin-top: 20px;
  }
}
.cpBnrList > li {
  margin: 0 1%;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .cpBnrList > li {
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  footer.simple {
    margin-top: 0;
  }
}
/* -----------------------------------------
	注意文
----------------------------------------- */
.notes {
  font-size: 0.9375rem;
}

#main .toTop {
  font-size: 100%;
}/*# sourceMappingURL=style.css.map */