@charset "utf-8";
.mvPageHead {
  background: url("/service/images/card/benefit/point/mainVisual_sp@2x.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .mvPageHead {
    background: url("/service/images/card/benefit/point/mainVisual_pc@2x.jpg") no-repeat center center/cover;
  }
}
.emphasis__orange {
  color:#FC6600;
}
.switchTabWrap {
  border-bottom: 4px solid #4DA0FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switchTab {
    background: #ddd;
    padding: 12px;
    color: #606060;
    font-weight: bold;
    font-size: 14px;
    max-width: 350px;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    width: 50%;
    cursor: pointer;
}
.switchTab._current {
    background: #3895FF;
    color: #fff;
}
@media screen and (min-width: 768px) {
  .switchTabWrap { padding: 0 28px;}
  .switchTab{
      width: 350px;
      line-height: 38px;
  }
  .switchTab:not(:first-child){ margin-left:12px;}
}
.tagHeading--regular {
  font-weight:bold;
  color:#fff;
  vertical-align: middle;
  background-color: #909090;
}
.tagHeading--gold {
  font-weight:bold;
  color:#fff;
  vertical-align: middle;
  background-color: #d5c28a;
}
@media screen and (max-width: 767.98px) {
  .pageMainVisual__backgroundImage {
    height: 196px;
  }
  .tagHeading--regular,
  .tagHeading--gold {
    font-size:12px;
    width: 100%;
  }
  .tagHeading--gold {
    text-align: center;
    padding: 6px;
    border-bottom: 1px solid #ddd;
  }
  .tagHeading--regular {
    text-align: center;
    padding: 15px 6px;
  }
}
@media screen and (min-width: 768px) {
  .tagHeading--regular,
  .tagHeading--gold {
      display: inline-flex;
      align-items: center;
      padding: 2px 6px 3px;
      font-weight: 600;
      line-height: 1;
      color: #fff;
      text-align: center;
      border-radius: 15px;
  }
}
.flexHorizon,
.flexPcHorizonRight{
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .gridPcHorizon {
    margin:16px 0;
  }
}
@media screen and (min-width: 768px) {
  .flexPcHorizonRight {
    display: flex;
    justify-content: flex-end;
  }
  .gridPcHorizon {
    margin-top:12px;
    display: grid;
    grid-template-columns: 120px 120px;
    gap: 4px;
    place-content: center;
  }
  .tableHeadingSpDisp { display: none;}
  .tableHeadingSpDisp,
  .tableSideHeading {
    width:214px;
    border: 1px solid #ddd;
  }
}
.tableHeading,
.tableHeadingSpDisp,
.tableSideHeading,
.tableCell {
  width:33%;
  border: 1px solid #ddd;
}
.tableCell {
  border-top: 0;
  text-align: center;
  padding:16px 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableSideHeadingWidth {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767.98px) {
  .tableCellWidth {
    width: 100%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 16px 26px;
  }
}
@media screen and (min-width: 768px) {
  .tableCellWidth {
    padding: 16px 6px;
    width: calc(100% - 216px);
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .pcBorderTopNone { border-top: 0;}
}
@media screen and (max-width: 767.98px) {
  .tableHeadingSpDisp,
  .tableSideHeading,
  .tableSideHeadingWidth {
    background: #F7F7F7;
    padding:16px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-flow: column;
  }
  .tableHeadingSpDisp,
  .tableSideHeading {
    border-left: 0;
  }
  .tableSideHeading {
    text-align: center;
  }
  .spBorderTopNone {
    border-top: 0;
  }
  .tableSideHeadingWidth {
    width: 100%;
    padding: 2px 6px;
  }
  .flexItem1 {
    order: 2;
  }
  .flexItem2 {
    order: 1;
  }
  .flexItem3 {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .tableHeading {
    width: 276px;
    background: #F7F7F7;
    padding:16px 6px;
    text-align: center;
  }
  .tableCell {
    width: 276px;
    min-width: 276px;
  }
  .tableSideHeading,
  .tableSideHeadingWidth {
    font-weight:bold;
    background: #F7F7F7;
    padding:16px 6px;
    text-align: center;
    width: 216px;
  }
}
.tableHeadingSpDisp
.tableSideHeading {
  border-left: 0;
  font-weight:bold;
}
.tableHeading + .tableHeading,
.tableCell + .tableCell {
  border-left: 0;
}
@media screen and (min-width: 768px) {
  .tableCell + .tableCell,
  .tableSideHeading + .tableCell {
    border-left: 0;
  }
}
.cosmeticBoxHead {
  border-radius: 8px 8px 0px 0px;
  width:100%;
  padding:12px;
}
.cosmeticBoxHead._vermilion {
  background: #FD5C5C;
}
.cosmeticBoxHead._yellow {
  background: #FFB900;;
  color: #fff;
  font-weight: bold;
}
.cosmeticBoxBody {
  border-radius: 0px 0px 8px 8px;
  width:100%;
  padding:12px;
  display: flex;
  align-items: center;
}
.cosmeticBoxBody._vermilion {
  background: #FFE5E5;
}
.cosmeticBoxBody._yellow {
  background: #FFF7E5;
}
@media screen and (min-width: 768px) {
  .flexPcHorizon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .pcDisp {
    display: none;
  }
}
.hr2Space40 {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 2px solid #ddd;
}
.hr2Space40_64 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 2px solid #ddd;
}
.flexHorizon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .pcW50percent {margin-bottom: 12px;}
}
@media screen and (min-width: 768px) {
  .pcW50percent { width: 50%;}
}
@media screen and (min-width: 768px) {
  .hr2Space40_64 {
    padding-top: 64px;
    margin-top: 64px;
  }
}
.borderTopNone { border-top: 0;}
@media screen and (min-width: 768px) {
  .pl24 { padding-left:24px;}
}
@media screen and (max-width: 767.98px) {
  .li120_150 {line-height: 1.2;}
}
.plusAnchor1, .plusAnchor2, .plusAnchor3, .plusAnchor4 {
  position: relative;
}
.plusAnchor1::after, .plusAnchor2::after, .plusAnchor3::after, .plusAnchor4::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 9px);
}
.plusAnchor1::after,.plusAnchor2::after  {
  background: url(/service/image/plus_blackCircle.svg) no-repeat;
  background-size: contain;
}
.plusAnchor3::after,.plusAnchor4::after  {
  background: url(/service/image/equal_verticalBlackCircle.svg) no-repeat;
  background-size: contain;
}
.attentionBox {
    padding: 24px 12px;
    margin: 16px auto 0;
    text-align: center;
    background: #f7f7f7;
    border: #dddddd 1px solid;
    border-radius: 8px;
}
.attentionBoxButton {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid #3895FF;
  background: #fff;
}
.greenBorderButton_small {
  padding: 0px 3px;
  border-radius: 4px;
  border: 1px solid #20BF7A;
  color: #20BF7A;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-right: 3px;
}
.borderButton_small {
  padding: 0px 3px;
  border-radius: 4px;
  border: 1px solid #606060;
  color: #606060;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-right: 3px;
}
.paymentMethodText {
  font-size: 10px;
  font-weight: bold;
  color: #606060;
}
.boderTopGrant {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px dotted #ddd;
}
@media screen and (min-width: 768px) {
  .boderTopGrant {
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .boderTopGrant {
    flex-direction: column;
  }
  .boderGrant {
    padding-top: 12px;
    border-top: 1px dotted #ddd;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .paymentMethodText {
    font-size: 14px;
  }
  .boderGrant {
    border-left: 1px dotted #ddd;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .tableCellWidth + .tableSideHeadingWidth{
    border-top: 0;
  }
}
.noneFamilyCardTable {
  display: grid;
  margin-top: 16px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .noneFamilyCardTable {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .noneDisp {grid-column:1/3; grid-row:1/2;}
  .benefitsOfUse_heading {grid-column:1/3; grid-row:3/4;}
  .paymentMethod_heading {grid-column:1/3; grid-row:5/6;}
  .paymentMethod_content {grid-column:1/3; grid-row:6/7;}
  .confirmation_heading {grid-column:1/3; grid-row:7/8;}
  .confirmation_content { grid-column:1/3; grid-row:8/9;}
}
@media screen and (min-width: 768px) {
  .noneFamilyCardTable {
    grid-template-columns: 216px 1fr 1fr;
    grid-template-rows: auto;
  }
}
.noneFamilyCardTable > div {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 6px;
}
@media screen and (max-width: 767.98px) {
  .noneFamilyCardTable [class$="_heading"]{
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .paymentMethod_content{grid-column:2/4; grid-row:3/4;}
  .confirmation_content {grid-column:2/4; grid-row:4/5;}
  .benefitsOfUse_heading,
  .heading_Unregistered,
  .heading_registered {
    border-top: 1px solid #ddd;
  }
  .heading_registered,
  .benefitsOfUse_heading,
  .paymentMethod_heading,
  .confirmation_heading {
    border-left: 1px solid #ddd;
  }
}
.noneFamilyCardTable [class^="heading_"],
.noneFamilyCardTable [class$="_heading"]{
  font-weight: bold;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.grantCalculation th,
.grantCalculation td,
.notCovered th,
.notCovered td {
  padding: 8px;
  border: 1px solid #ddd;
}
.grantCalculation th,
.grantCalculation td,
.notCovered th,
.notCovered td{
  width: 50%;
}
.grantCalculation .calculationTableCol1{
  width: 42%;
}
.notCovered th,
.grantCalculation th {
  background: #F7F7F7;
  color: #606060;
  text-align: center;
  font-weight: normal;
}
.notCovered td{ padding-left: calc(25% - 50px);}
.grantCalculation th,
.grantCalculation td{
  color: #606060;
  text-align: center;
}
.notCovered,
.grantCalculation,
.earnBenefits,
.earnBenefitsFooter {
  border-collapse: collapse;
  width: 100%;
}
.notCovered .cross::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/service/images/card/benefit/point/navigation_close.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 2px;
}
@media screen and (max-width: 767.98px) {
  .twoImage {
    width: 120px;
    height: 32px;
  }
  .grantText { margin-top: 20px;}
}
.getBenefitsText,
.additionDecoration,
.equalDecoration {
  position: relative;
}
.getBenefitsDecoration {
  color: #909090;
  font-size: 12px;
}
.equalDecoration::before,
.additionDecoration::before{
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top:-32px;
  left: calc(50% - 13px);
}
@media screen and (min-width: 768px) {
  .equalDecoration::before,
  .additionDecoration::before{
    top:-30px;
  }
}
.equalDecoration::before{
  background: url(/service/image/equal_verticalBlackCircle.svg) no-repeat;
  background-size: contain;
}
.additionDecoration::before{
  background: url(/service/image/plus_blackCircle.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .grantText {
    margin-left: 20px;
  }
  .getBenefitsDecoration {
    position: absolute;
    top:5px;
    right: 12px;
  }
}
.infoHintList img {
    vertical-align: middle;
    margin-right: 8px;
}
.switchTabText {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .getBenefitsTextWrap {
    max-width: 337px;
    margin: 0 auto;
  }
}
.earnBenefitsHeading {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border-radius: 8px 8px 0px 0px;
  background: #FFB900;
}
.earnBenefitsSide {
  border-left: 4px solid #FFB900;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}
.earnBenefitsSideText {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .earnBenefitsSideTitle { width: 199px;}
  .earnBenefitsSide._shop,
  .earnBenefitsMain._shop {
    height: 90px;
  }
}
@media screen and (max-width: 374px) {
  .earnBenefitsSideTitle {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .earnBenefitsSideTitle {
    width: 266px;
  }
}
.earnBenefitsMain {
  border-right: 4px solid #FFB900;
  border-bottom: 1px solid #ddd;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .earnBenefitsMain,
  .earnBenefitsFooterMain {
    flex-direction: row-reverse;
  }
}
._yellowBottomBorder {
  border-bottom: 4px solid #FFB900;
}
.pointFlexItem {
    display: flex;
    justify-content: center;
    align-items: center;
}
.itmePoint{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .itmePoint{
    margin-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .itmePoint{
    border-left: 1px solid #ddd;
    width: 50%;
    height: 67px;
  }
  .itmePointFooter{
    border-left: 1px solid #ddd;
    width: 50%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.earnBenefitsFooter th, .earnBenefitsFooter td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.earnBenefitsFooter th {
  background: #F7F7F7;
  padding: 20px 12px;
}
@media screen and (max-width: 767.98px) {
  .spMr12 {
    margin-right: 12px;
  }
}
.infoHintList {
    margin-top: 8px;
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .itmePointValue {
    line-height: 1.5;
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .accountTabe {
    font-size: 12px;
  }
  .granMinFlex {
    display: flex;
  }
  .granMinFlex span:first-of-type {
    width: 52px;
  }
  .borderButtonSubText {
    padding-left: 5px;
  }
}
.w100Center{
  width: 100%;
  text-align: center;
}
.underline{
  text-decoration: underline;
}
.detailTitle_01,
.detailTitle_02,
.detailSideTitle_top00,
.detailSideTitle_top01,
.detailSideTitle_top02,
.detailSideTitle_01,
.detailSideTitle_02 {
  background: #eee;
  color: #606060;
  padding:8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailContent_01,
.detailContent_02 {
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .benefitDetails {
    display: grid;
    grid-template-columns: 116px auto;
  }
  .detailTitle {
    font-weight: bold;
    margin-bottom: 16px;
  }
  .detailTitle:first-child {
    margin-top: 16px;
  }
  .detailTitle:not(:first-child) { 
    margin-top: 40px;
  }
  .detailSideTitle_top01,
  .detailSideTitle_01 {
    border: 1px solid #ddd;
  }
  .detailSideTitle_top02,
  .detailSideTitle_02 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .detailContent_01 {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .detailContent_02 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .detailOrder4,
  .detailOrder7,
  .detailOrder10,
  .detailOrder13 {
    grid-column:1/3;
  }
}
@media screen and (min-width: 768px) {
  .benefitDetails {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .detailTitle {
    padding:8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benefitDetails .detailOrder1{ order: 1; }
  .benefitDetails .detailOrder2{ order: 2; }
  .benefitDetails .detailOrder3{ order: 3; }
  .benefitDetails .detailOrder4{ order: 4; }
  .benefitDetails .detailOrder5{ order: 5; }
  .benefitDetails .detailOrder6{ order: 6; }
  .benefitDetails .detailOrder7{ order: 7; }
  .benefitDetails .detailOrder8{ order: 8; }
  .benefitDetails .detailOrder9{ order: 9; }
  .benefitDetails .detailOrder10{ order: 10; }
  .benefitDetails .detailOrder11{ order: 11; }
  .benefitDetails .detailOrder12{ order: 12; }
  .benefitDetails .detailOrder13{ order: 13; }
  .benefitDetails .detailOrder14{ order: 14; }
  .benefitDetails .detailOrder15{ order: 15; }

  .detailSideTitle_top00 { border: 1px solid #ddd;}
  .detailSideTitle_top01,
  .detailSideTitle_top02 {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .detailTitle {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .detailContent_01,
  .detailContent_02 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.plusAnchorYellow::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top:58px;
  left: calc(50% - 10px);
  background: url(/service/image/plus_yellowCircle.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .plusAnchorYellow::after {
    left: calc(25% - 10px);    
  }
}
.displaySwitchingWrap { display: none;}
.displaySwitchingWrap._current{ display: block; }
@media screen and (max-width: 767.98px) {
  .mt12_0{
    margin-top: 12px;
  }
  .mt16_0{
    margin-top: 16px;
  }
}
.alignLeft {
    text-align: left;
}
@media screen and (max-width: 767.98px) {
    .spText {
        text-align: center;
        padding: 12px 0 10px;
        border-bottom: 2px solid #DDD;
        max-width: 338px;
        margin: 0 auto;
        color: #000;
    }
}