.page-summary {
  background-image: url(../images/fee/bg_page_summary.jpg);
}

#FEE .image-wrapper {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #FEE .image-wrapper {
    overflow-x: scroll;
  }
}
#FEE .image-wrapper img {
  width: 907px;
  max-width: 907px;
}
#FEE .notes {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
@media screen and (min-width: 415px) {
  #FEE .notes {
    text-align: right;
    padding-right: 59px;
  }
}
#FEE .box-border {
  text-align: center;
  margin-top: 80px;
  border: 2px solid #009d61;
  position: relative;
}
@media screen and (max-width: 414px) {
  #FEE .box-border {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 415px) {
  #FEE .box-border {
    padding: 60px 58px 40px;
  }
}
#FEE .box-border h2 {
  color: #009d61;
  background: #fff;
  display: inline-block;
  width: 295px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  #FEE .box-border h2 {
    font-size: 22px;
    padding: 0 30px;
    transform: translate(0px, -18px);
  }
}
@media screen and (min-width: 415px) {
  #FEE .box-border h2 {
    font-size: 26px;
    padding: 0 43px;
    transform: translate(0px, -20px);
  }
}
@media screen and (max-width: 414px) {
  #FEE .price-list {
    overflow-x: scroll;
  }
  #FEE .price-list img {
    width: 880px;
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  #FEE .price-ball {
    margin-top: 100px;
  }
}
@media screen and (min-width: 415px) {
  #FEE .price-ball {
    margin-top: 140px;
  }
}
#FEE .price-ball .link-btn {
  background: #fff;
  color: #3b3b3b;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 15px 30px;
  margin-top: 20px;
  min-width: auto;
  position: relative;
  border: 1px solid #707070;
}
#FEE .price-ball .link-btn::after {
  content: "";
  display: block;
  width: 36px;
  height: 7px;
  background-image: url("../images/common/link_arrow_bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: translate(-16px, -3px);
}
@media screen and (max-width: 414px) {
  #FEE .price-ball .link-btn::after {
    transform: translate(-16px, 7px);
  }
}
@media screen and (min-width: 415px) {
  #FEE .price-ball .link-btn {
    text-align: center;
    width: 530px;
  }
}
@media screen and (min-width: 415px) {
  #FEE .bunker-club-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  #FEE .bunker-club-price .box-border {
    width: 475px;
  }
}
#FEE .bunker-club-price .price {
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  #FEE .bunker-club-price .price {
    font-size: 22px;
  }
}
@media screen and (min-width: 415px) {
  #FEE .bunker-club-price .price {
    font-size: 26px;
  }
}
#FEE .bunker-club-price .price span {
  font-size: 14px;
}
#FEE .bunker-club-price-notes {
  margin-top: 15px;
}

#PLAYING-CARD h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD h1 {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .summary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .text {
    width: 600px;
  }
}
#PLAYING-CARD .text .point {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .text .point {
    margin-top: 20px;
  }
  #PLAYING-CARD .text .point ul {
    width: calc(100% - 151px);
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .text .point {
    margin-top: 40px;
  }
}
#PLAYING-CARD .text .point li {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
#PLAYING-CARD .text .point li:last-child {
  margin-bottom: 0;
}
#PLAYING-CARD .text .point li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/fee/i_check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .text .point li::before {
    top: 0;
    left: 0;
    transform: translate(0px, 4px);
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .text .point li::before {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .text .point-image {
    width: 131px;
    height: 40px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .text .point-image {
    width: 186px;
    height: 54px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .text p {
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .image {
    width: 300px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .image {
    width: 349px;
  }
}
#PLAYING-CARD .price {
  margin-top: 65px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#PLAYING-CARD .price .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #707070;
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .price .group {
    padding: 15px 5px;
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .price .group {
    padding: 15px 70px 15px 0;
  }
}
#PLAYING-CARD .price .group:last-child {
  border-bottom: none;
}
#PLAYING-CARD .price dt {
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .price dt {
    width: 100px;
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .price dt {
    text-align: center;
    width: 270px;
  }
}
@media screen and (max-width: 414px) {
  #PLAYING-CARD .price dd {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 415px) {
  #PLAYING-CARD .price dd {
    width: calc(100% - 270px);
  }
}
#PLAYING-CARD .price ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

#POINT-SERVICE {
  margin-top: 70px;
}
#POINT-SERVICE .offset {
  background: #f8f8f8;
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .offset {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 415px) {
  #POINT-SERVICE .offset {
    padding: 40px 72px 50px;
  }
}
#POINT-SERVICE h1 {
  color: #009d61;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 415px) {
  #POINT-SERVICE h1 {
    font-size: 26px;
  }
}
#POINT-SERVICE .merit-list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item {
    flex-direction: column;
  }
}
#POINT-SERVICE .merit-list .item:last-child {
  margin-bottom: 0;
}
#POINT-SERVICE .merit-list .item .image-wrapper {
  width: 80px;
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item .image-wrapper {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 415px) {
  #POINT-SERVICE .merit-list .item .contents {
    width: 738px;
  }
}
#POINT-SERVICE .merit-list .item .contents p {
  letter-spacing: 0.1em;
}
#POINT-SERVICE .merit-list .item .contents .notes {
  font-size: 12px;
}
#POINT-SERVICE .merit-list .item h2 {
  color: #de7f7f;
  margin-bottom: 15px;
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item h2 {
    font-size: 24px;
  }
}
#POINT-SERVICE .merit-list .item .table {
  margin-top: 45px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#POINT-SERVICE .merit-list .item .table .t-head,
#POINT-SERVICE .merit-list .item .table .t-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: space-between;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item .table .t-head,
#POINT-SERVICE .merit-list .item .table .t-body {
    padding: 10px 0;
  }
}
@media screen and (min-width: 415px) {
  #POINT-SERVICE .merit-list .item .table .t-head,
#POINT-SERVICE .merit-list .item .table .t-body {
    padding: 15px 17px 15px 46px;
  }
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item .table .t-head span:first-child,
#POINT-SERVICE .merit-list .item .table .t-body span:first-child {
    width: 25%;
  }
}
@media screen and (min-width: 415px) {
  #POINT-SERVICE .merit-list .item .table .t-head span:first-child,
#POINT-SERVICE .merit-list .item .table .t-body span:first-child {
    width: 126px;
  }
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item .table .t-head span:nth-child(2),
#POINT-SERVICE .merit-list .item .table .t-body span:nth-child(2) {
    width: 25%;
  }
}
@media screen and (min-width: 415px) {
  #POINT-SERVICE .merit-list .item .table .t-head span:nth-child(2),
#POINT-SERVICE .merit-list .item .table .t-body span:nth-child(2) {
    width: 126px;
  }
}
@media screen and (max-width: 414px) {
  #POINT-SERVICE .merit-list .item .table .t-head span:nth-child(3),
#POINT-SERVICE .merit-list .item .table .t-body span:nth-child(3) {
    width: 50%;
  }
}
@media screen and (min-width: 415px) {
  #POINT-SERVICE .merit-list .item .table .t-head span:nth-child(3),
#POINT-SERVICE .merit-list .item .table .t-body span:nth-child(3) {
    width: 280px;
  }
}
#POINT-SERVICE .merit-list .item .table .t-head {
  border-bottom: 1px dotted #707070;
}
#POINT-SERVICE .merit-list .item .table .t-head:last-child {
  border-bottom: none;
}

#MEMBER {
  margin-top: 100px;
  background: #f8f8f8;
}
@media screen and (max-width: 414px) {
  #MEMBER {
    padding: 50px 0;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER {
    padding: 100px 0;
  }
}
#MEMBER h2 {
  text-align: center;
  margin: 35px auto 0;
}
@media screen and (max-width: 414px) {
  #MEMBER h2 {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER h2 {
    width: 675px;
  }
}
#MEMBER .merit-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list {
    margin-top: 35px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list {
    margin-top: 67px;
  }
}
#MEMBER .merit-list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item {
    width: 460px;
  }
  #MEMBER .merit-list .item:nth-child(2n+1) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item .image-wrapper {
    width: 73px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item .image-wrapper {
    width: 80px;
    margin-right: 20px;
  }
}
#MEMBER .merit-list .item .contents {
  color: #535353;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item .contents {
    font-size: 18px;
    text-align: left;
    width: calc(100% - 88px);
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item .contents {
    font-size: 22px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .item .contents .large {
    font-size: 26px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .item .contents .large {
    font-size: 30px;
  }
}
#MEMBER .merit-list .item .contents .emphasis {
  color: #de7f7f;
}
@media screen and (max-width: 414px) {
  #MEMBER .merit-list .first img {
    width: 227px;
    height: 65px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .merit-list .first img {
    width: 277px;
    height: 74px;
  }
}
#MEMBER .merit-list .second img {
  width: 299px;
  height: 75px;
}
#MEMBER .annual-fee {
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #MEMBER .annual-fee {
    padding: 30px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .annual-fee {
    padding: 40px 0;
  }
}
#MEMBER .annual-fee dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#MEMBER .annual-fee dt {
  color: #de7f7f;
}
@media screen and (max-width: 414px) {
  #MEMBER .annual-fee dt {
    font-size: 20px;
    width: 100%;
    border-bottom: 1px dotted #de7f7f;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .annual-fee dt {
    font-size: 22px;
    width: 270px;
    border-right: 1px dotted #de7f7f;
    padding: 30px 0;
  }
}
@media screen and (max-width: 414px) {
  #MEMBER .annual-fee dd {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .annual-fee dd {
    width: calc(100% - 270px);
  }
}
#MEMBER .annual-fee dd img {
  width: 201px;
  height: 38px;
}
@media screen and (min-width: 415px) {
  #MEMBER .annual-fee dd img {
    vertical-align: middle;
    margin-right: 100px;
  }
}
#MEMBER .annual-fee dd span {
  vertical-align: middle;
}
@media screen and (max-width: 414px) {
  #MEMBER .annual-fee dd span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 415px) {
  #MEMBER .annual-fee dd span {
    font-size: 18px;
  }
}