.badge_benefit {
  color: #004831;
  background-color: #c4d700;
  margin-top: -4px;
  margin-bottom: 0;
  margin-right: 12px;
  padding: 4px 10px;
  min-width: 53px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 15px;
  vertical-align: middle;
}
.benefit__no {
  margin-bottom: 14px;
}
.comparison__box p {
  text-align: center;
}
.benefit__Table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 16px;
}
.benefit__Table td,
.benefit__Table th {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 12px 6px;
  vertical-align: top;
}
.benefit__Table th {
  text-align: center;
  vertical-align: middle;
}
.benefit__Table thead th{
  color: #ffffff;
  font-size: 14px;
}
.benefit__Table thead th:nth-child(1){
  background: #336d5a;
}
.benefit__Table thead th:nth-child(2){
  background: #b89b45;
}
.benefit__Table thead th:nth-child(3){
  background: #6f6f6f;
}
.benefit__Table tbody th {
  background: #f0f0f0;
  color: #666666;
}
.benefit__Table tbody td {
  padding: 25px 26px;
}
.benefit__Table .gpass__table p {
  font-size: 20px;
}
.benefit__Table .ana__table p {
  font-size: 14px;
}
.benefit__Table .ana__table span {
  font-size: 20px;
}
.benefit__ttl {
  font-size: 16px;
  font-weight: bold;
}
.benefit__notes {
  position: relative;
  padding-left: 0;
  margin: 0 2px;
  font-size: 12px;
}
.type_of_cards {
  border: 3px solid #eeebe8;
  margin-bottom: 100px;
}
.type_of_cards p {
  text-align: center;
  margin-top: 30px;
}
.cards__parent {
  display: flex;
  padding:30px;
  justify-content: space-evenly;
}
.cards__parent .card__item {
  width: 48%;
  text-align: center;
}
.benefit__ttl sup {
  width: 10px;
  transform: translateY(-0.4em);
  -webkit-transform: translateY(-0.4em);
}
.sec__inner--check {
  background-color: #e3eced;
}

@media screen and (min-width: 768px) {
  .for__SP {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .benefit__Table td,
  .benefit__Table th {
    display: block;
    text-align: left;
    padding: 18px 16px;
  }
  .benefit__Table .comparison__box{
    width: 100%;
  }
  .benefit__Table thead th {
    border-top: 1px solid #d0d0d0;
  }
  .benefit__Table tbody td {
    padding: 12px 16px;
  }
  .benefit__Table tr:nth-child(1) th{
    background: #336d5a;
  }
  .benefit__Table tr:nth-child(2) th{
    background: #b89b45;
  }
  .benefit__Table tr:nth-child(3) th{
    background: #6f6f6f;
  }
  .benefit__Table .comparison__box th {
    color: #ffffff;
  }
  .for__PC {
    display: none;
  }
  .gpass__table {
    width: 100%;
  }
  .comparison__box th {
    text-align: center;
  }
  .benefit__no {
    margin-bottom: 26px;
  }
  .cards__parent {
    display: block;
    padding: 30px 18px;
  }
  .cards__parent .card__item {
    width: 100%;
    text-align: center;
  }
  .card__item {
    margin-bottom: 30px;
  }
  .type_of_cards p {
    text-align: left;
    margin: 30px 35px 0;
  }
  .hdg-content__00 {
    font-size: 25px;
  }
  .benefit__ttl {
    font-size: 18px;
  }
  .benefit__notes_ft .notes_num li {
    font-size: 12px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 1199px) {
.badge_benefit {
  margin-left: 0%;
  }
}

/* popup inc/anagp_benefits.css */
.mfp-hide {
  display: none !important;
}

.popup {
  position: relative;
  max-width: 980px;
  margin: 50px auto;
  padding: 50px 35px;
  background: #fff;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  opacity: 1;
  height: 24px;
  width: 24px;
  padding: 0;
  background: url('/en/product/globalpass/images/icon_close.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.popup__close:hover {
  opacity: 0.8;
}
.popup__heading {
  margin: 0 0 30px;
  padding: 0 0 0 16px;
  border-left: solid 8px #004831;
  font-size: 24px;
  font-weight: bold;
}
.popup__heading--small {
  margin: 0 0 20px;
  font-size: 15px;
}
.popup__note {
  margin: 30px 0 0;
  list-style: none;
}
.popup__note--count {
  counter-reset: num;
}
.popup__note--count .popup__note-item {
  padding-left: 2em;
}
.popup__note--count .popup__note-item:before {
  content: '*' counter(num);
  counter-increment: num;
}
.popup__note-item {
  position: relative;
  padding-left: 1.3em;
  font-size: 12px;
}
.popup__note-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '*';
}
.popup__note-item + .popup__note-item {
  margin-top: 4px;
}
.popup__note--square .popup__note-item:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '■';
}
.popup__unit {
  display: flex;
  margin: 30px 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup__box {
  width: 435px;
  padding: 30px 30px 20px;
  background: #eceee3;
}
.popup__text {
  margin: 0 0 5px;
  font-weight: bold;
}
.popup__text span {
  font-weight: normal;
}
.popup__data {
  display: flex;
  margin: 0 auto 5px;
  justify-content: flex-start;
  color: #004831;
  font-weight: bold;
  align-items: center;
}
.popup__data + .popup__data {
  margin-top: 10px;
}
.popup__data dt {
  width: 22%;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}
.popup__data dd {
  margin: 0;
  font-family: Roboto;
  font-size: 24px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  margin-left: 0.5em;
}
.popup__data dd a {
  display: block;
  line-height: 1;
  text-decoration: none;
}
@media print, screen and (min-width: 1200px) {
  .popup__data dd a {
    pointer-events: none;
  }
}
.popup__data dd span {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .popup__box {
    width: 49%;
  }
  .popup__box + .popup__box {
    margin-left: 10PX;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 930px){
  .popup__data{
    align-items: start;
  }
  .popup__box {
    padding: 30px 25px 20px;
  }
  .popup__data dt {
    width: 30%;
    padding-top: 4px;
  }
  .popup__data dd {
    margin: 0;
    font-family: Roboto;
    font-size: 22px;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    margin-left: 0.5em;
  }
  .popup__data dd a {
    display: block;
    line-height: 1;
    text-align: left;
    text-decoration: none;
  }
  .popup__data dd span {
    display: block;
    font-size: 12px;
    line-height: normal;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 40px 30px;
  }
  .popup__heading {
    font-size: 20px;
  }
  .popup__heading--small {
    font-size: 15px;
  }
  .popup__unit {
    display: block;
  }
  .popup__box {
    width: 100%;
    padding: 20px;
  }
  .popup__box + .popup__box {
    margin-top: 15px;
  }
  .popup__data {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    color: #004831;
    font-weight: bold;
    align-items: start;
  }
  .popup__data dd {
    font-size: 18px;
    margin-left: 0;
  }
  .popup__data dd span {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .popup {
    padding: 30px 15px;
  }
}