@import url('mypage.css');

.myPoint{
  text-align: center;
  background:#ffec64;
  border: 6px double #fff;
  padding: .75rem;
  margin: 0;
  line-height: 1;
}
.myPoint span{
  font-size: 1.7rem;
}

.flexBox.present section{
  overflow: hidden;
  font-size: .8rem;
  }
.flexBox.present figure{
  float: left;
  margin: 0 .5rem 0 0;
}
.pointList,
.flexBox.present table tr > *{
  padding: .1rem .5rem;
  font-size: .8rem;
}
.flexBox.present table th{
  background: #efefef;
}
.notice.point{
  background: #efefef;
  font-size: .8rem;
  padding: .75rem;
}
/* マイページリニューアル */
.pointArea {
  padding-block: 20px 50px;
}

.pointAreaInner {
  margin-inline: auto;
  max-width: 500px;
  padding-inline: 10px;
}

.pointMessageBox {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.pointMessageLead {
  color: #000;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.pointMessageAccent {
  color: #06B3CC;
}

.pointFeatureSection {
  margin-top: 20px;
}

.pointFeatureList {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pointFeatureItem {
  background-color: #fff;
  border-radius: 15px;
  display: block;
}

.pointFeatureItemImgWrap {
  border-radius: 15px 15px 0px 0px;
}

.pointFeatureImage {
  border-radius: 15px 15px 0px 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 355/210;
}

.pointFeatureImage03 {
  aspect-ratio: 355/200;
}

.pointFeatureImage04 {
  aspect-ratio: 355/200;
}

.pointFeatureItemBody {
  padding: 20px 10px 20px 20px;
}

.pointFeatureItemTitle {
  color: #333;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pointFeatureItemIcon {
  color: #3B73CA;
  font-family: "Material Symbols Rounded";
  font-variation-settings: 'FILL'1, 'wght'700, 'GRAD'0, 'opsz'20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.pointFeatureItemText {
  color: #333;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 6px;
}

.pointHowToSection {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  margin-top: 20px;
}

.pointHowToTitle {
  color: #333;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  align-items: center;
  display: flex;
  padding-inline: 10px;
}

.pointHowToTitle::before,
.pointHowToTitle::after {
  background-color: #3B73CA;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.pointHowToTitle::before {
  margin-right: 10px;
}

.pointHowToTitle::after {
  margin-left: 10px;
}



.pointHowToList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.pointHowToItem {
  display: flex;
  padding: 10px 5px 8px 5px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  border-radius: 20px;
  border: 2px solid rgba(59, 115, 202, 0.60);
  background: #FFF;
}

.pointHowToText {
  color: #3B73CA;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21429;
  letter-spacing: -0.42px;
}

.pointHowToIcon {
  font-family: "Material Symbols Rounded";
  font-variation-settings: 'FILL'1, 'wght'700, 'GRAD'0, 'opsz'39;
  color: #DF8D72;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.5;
}

.pointValue {
  color: #FFF;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.42px;
  display: flex;
  padding: 1px 13px;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background: #3B73CA;
}

.pointActionButtons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

a.pointActionButton {
  color: #FFF;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: 46px;
  padding: 12px 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 100px;
  background: #3B73CA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  transition: opacity .3s ease;
  position: relative;
}

a.pointActionButton::after {
  position: absolute;
  content: 'expand_circle_right';
  font-family: 'Material Symbols Outlined';
  font-variation-settings:
    'FILL'1,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
}

a.pointActionButtonRed {
  background-color: #E84F54;
}

a.pointActionButtonYellow {
  background-color: #FA0;
}


a.pointActionButtonPink {
  background-color: #E48F8D;
}


.pointImageBox {
  width: 100%;
  max-width: 710px;
  margin-inline: auto;
  margin-top: 20px;
  border-radius: 15px;
}

.pointImageWrap {
  border-radius: 15px 15px 0px 0px;
}

.pointMainImage {
  border-radius: 15px 15px 0px 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 355/200;
}

.pointImageCaption {
  color: #333;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
  background: #FFF;
  border-radius: 0px 0px 15px 15px;
}

.pointDisplayBox {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-top: 10px;
  border-radius: 10px;

}

.pointLabel {
  color: #FFF;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21429;
  letter-spacing: -0.42px;
  padding-block: 10px;
  background: #3B73CA;
  border-radius: 10px 10px 0px 0px;
}

.pointTotal {
  color: #3B73CA;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.78px;
  padding-block: 10px;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
  border-right: 2px solid rgba(59, 115, 202, 0.60);
  border-bottom: 2px solid rgba(59, 115, 202, 0.60);
  border-left: 2px solid rgba(59, 115, 202, 0.60);
}

/* ===============================================
# ポイント貯めるページ
=============================================== */

.pointTableBox {
  margin-top: 20px;
}

.pointTable {
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-radius: 10px;
  border-spacing: 0;
  width: 100%;
  background-color: #FFF;
  border-collapse: separate;
  border-spacing: 0;
}

.pointActionTextRadiusTopLeft {
  border-radius: 10px 0 0 0;
}

.pointValueCellRadiusTopRight {
  border-radius: 0 10px 0 0;
}

.pointActionTextRadiusbottomLeft {
  border-radius:  0 0 10px 0;
}

.pointValueCellRadiusbottomRight {
  border-radius: 0 0 0 10px;
}

.pointActionText,
.pointValueCell {
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  padding: 8px;
}
.pointTableRow.friend.radius td:first-child {
  border-bottom-left-radius: 8px;
}

.pointTableRow.friend.radius td:last-child {
  border-bottom-right-radius: 8px;
}

.pointActionText {
  padding: 9px 10px;
  color: #757575;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.pointValueCell {
  width: 66px;
  padding: 9px 5px;
  color: #757575;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14286;
}

.pointValueCellText {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33333;
}

.inviteToggleButton {
  width: 100%;
  height: 100%;
  color: white;
  text-align: left;
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #757575;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 28px;
  padding-block: 12px;
  position: relative;
}

.inviteToggleButton::before {
  position: absolute;
  content: 'keyboard_arrow_up';
  font-family: 'Material Symbols Rounded';
  font-variation-settings: 'FILL'1, 'wght'700, 'GRAD'0, 'opsz'23;
  color: #3B73CA;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  top: 50%;
  translate: 0 -50%;
  left: 0px;
  rotate: 180deg;
  transition: rotate 0.3s ease-in-out;

}

.inviteToggleButton.is-open::before {
  rotate: 0deg;
}

.inviteToggleButton:hover {
  background-color: transparent;
}

.pointInviteArea {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in-out;
  border-radius:  0 0 10px 10px;

}

.pointInviteArea.is-open {
  max-height: 1000px;
  /* 十分に大きな値でOK */
  border-radius:  0 0 10px 10px;
  top: -10px;
  position: relative;

}

.pointInviteBox {
  border-radius: 0px 0px 10px 10px;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  background: #FFF;
  padding: 15px;
}

.pointInviteLead {
  display: flex;
  align-items: center;
  gap: 9px;
}
.pointTableRow.friend.is-closed > td.pointActionText {
  border-radius: 0 0 0 10px;
}
.pointTableRow.friend.is-closed > td.pointValueCell {
  border-radius: 0 0 10px 0;
}


.pointTableRow.friend.is-closed td {
  border-bottom: 1px solid #ddd !important;
}
.pointTableRow.friend:not(.is-closed) > td.pointActionText,
.pointTableRow.friend:not(.is-closed) > td.pointValueCell {
  border-radius: 0 !important;
}
.pointInviteLeadIcon {
  color: #3B73CA;
  font-family: "Material Symbols Rounded";
  font-variation-settings: 'FILL'1, 'wght'700, 'GRAD'0, 'opsz'30;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.pointInviteLeadText {
  color: #333;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.pointInviteLeadAccent {
  color: #3B73CA;
}

.pointInviteSteps {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.pointInviteStepItem {
  display: flex;
  gap: 12px;
  color: #333;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.pointInviteStepLabel {
  color: #3B73CA;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.pointInviteForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.pointInviteFormLabel {
  color: #333;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

button.pointInviteMailBtn {
  color: #FFF;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  width: 260px;
  height: 30px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 100px;
  background: #3B73CA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: opacity 0.3s ease;
}
.flash{
  color: #c00;
  font-weight: 700;
  text-align: center;
}
button.pointInviteMailBtn:hover {
  opacity: 0.7;
}

.pointInviteMailBtn::after {
  position: absolute;
  content: 'expand_circle_right';
  font-family: 'Material Symbols Outlined';
  font-variation-settings:
    'FILL'1,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
}

.pointInviteNote {
  color: #333;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 30px;
}

.pointButtonBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  padding: 40px 20px;
  background-color: #FFF;
  border-radius: 15px;

}

.pointNoticeSection {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.pointNoticeBox {
  padding-block: 10px;
}

.pointNoticeTitle {
  color: #757575;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.pointNoticeList {
  margin-top: 4px;
}

.pointNoticeItem {
  padding-left: 20px;
  color: #757575;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.pointNoticeItem::before {
  position: absolute;
  content: '';
  width: 4px;
  aspect-ratio: 1/1;
  background-color: #757575;
  border-radius: 100vmax;
  left: 8px;
  top: 6px;
}

/* ===============================================
# ポイント交換
=============================================== */

.pointChangeTableBox {
  margin-top: 20px;
}

.pointChangeTable {
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-radius: 10px;
  border-spacing: 0;
  width: 100%;
  background-color: #FFF;
  height: 100%;
  margin-top: 30px;
}

.pointChangeTableBody {
  height: 100%;
}

.pointChangeTableRow {
  height: 100%;
}

.pointChangeTable td {
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.pointChangePointRadiusTopLeft {
  border-radius: 10px 0 0 0;
}

.pointChangePointRadiusBottomLeft {
  border-radius: 0 0 0 10px;
}

.pointChangeCheckRadiusTopRight {
  border-radius: 0 10px 0 0;
}

.pointChangeCheckRadiusBottomRight {
  border-radius: 0 0 10px 0;
}

.pointChangePoint {
  text-align: center;
  padding-block: 10px;
  min-width: 57px;
}

.pointChangePointValue {
  color: #757575;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14286;
  display: block;
}

.pointChangePointUnit {
  color: #757575;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33333;
  display: block;
  white-space: nowrap;
}

.pointChangeItem {
  padding-block: 9px;
}

.pointChangeItemImgWrap {
  width: 100%;
  max-width: 100px;
  margin-inline: auto;
}

.pointChangeImage {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.pointChangeItemName {
  color: #757575;
  text-align: center;
  white-space: wrap;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  padding: 0 5px;
}

.pointChangeTable td.pointChangeQuantity {
  padding: 0;
  width: 63px;
}

.pointChangeTable td .pointChangeQuantityInner {
  display: flex;
  flex-direction: column;
}

.pointChangeSelectLabel {
  color: #757575;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33333;
  display: block;
  border-bottom: 1px solid #DFDFDF;
  padding-block: 5px;

}

.pointChangeSelectWrap {
  margin: auto;
  padding: 3.5px 5px;
}

.pointChangeSelectArrow {
  position: relative;
  display: inline-block;
}

.pointChangeSelectArrow::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 52%;
  translate: 0 -50%;
  right: 5px;
  width: 13px;
  height: 10px;
  background-color: #3B73CA;
  -webkit-mask-image: url('/new/_app/_webroot/img/renewal/entry/arrow_down.svg');
  mask-image: url('/new/_app/_webroot/img/renewal/entry/arrow_down.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}

.pointChangeSelect {
  width: 53px;
  height: 32px;
  padding: 4.5px 20px 6.5px 10px;
  border-radius: 5px;
  border: 1px solid #DCDEE1;
  background: #E9E9ED;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  color: #5E5E5E;
  text-align: center;
  font-family: "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align-last: center;
  -moz-text-align-last: center;
}

.pointChangeCheck {
  padding: 0;
  width: 41px;
}

.pointChangeCheckInner {
  display: flex;
  flex-direction: column;
}

.pointChangeCheckIconWrap {
  margin: auto;
}

.pointChangeCheckIcon {
  color: #dddddd;
  text-align: center;
  font-family: "Material Symbols Rounded";
  font-variation-settings: 'FILL'1, 'wght'700, 'GRAD'0, 'opsz'20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px;
}

.pointChangeCheckbox:checked+.pointChangeCheckIcon {
  color: #3B73CA;
}

.pointAddressFormWrap {
  margin-top: 20px;
}

.pointAddressSection {
  background-color: #fff;
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
  gap: 15px;
}

.pointAddressFormRadio {
  margin-inline: auto;
  padding-block: 6px;
}

.formButtonBox {
  padding-block: 30px;
  display: flex;
  justify-content: center;
}

/* ===============================================
# ポイント履歴
=============================================== */

.pointHistoryTableBox {
  margin-top: 20px;
}

.pointHistoryTable {
  border-left: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-radius: 10px;
  border-spacing: 0;
  width: 100%;
  background-color: #FFF;
  height: 100%;
}

.pointHistoryTableHead {
  background: #3B73CA;
}

.pointHistoryHeaderCell {
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  color: #FFF;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 5px;
}

.pointHistorySubHeaderCell {
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  color: #FFF;
  text-align: center;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 5px;
}

.pointHistoryCell {
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  text-align: center;
  color: #000;
  font-family: 'BIZ UDPゴシック', -apple-system, BlinkMacSystemFont, 'SegoeUI', Roboto, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-block: 7.8px;
}

.pointHistoryCellQuantity {
  width: 89.75px;
}

.pointHistoryCellDate {
  width: 87.75px;
}

.pointHistoryTableHead .pointHistoryTableHeaderRow th:first-child {
  border-radius: 10px 0 0 0;
}

.pointHistoryTableHead .pointHistoryTableHeaderRow th:last-child {
  border-radius: 0 10px 0 0;
}

.pointHistoryTableBody tr:last-of-type td:first-child {
  border-radius: 0 0 0 10px;
}

.pointHistoryTableBody tr:last-of-type td:last-child {
  border-radius: 0 0 10px 0;
}

label.pointInviteFormLabel{
  cursor: text;
}
.pointTableRow.friend td.pointActionText ,.pointTableRow.friend td.pointValueCell{
border-bottom: none;
}
.pointInviteArea{

}
@media (min-width: 768px) {
  .pointArea {
    padding-block: 35px 40px;
  }

  .pointAreaInner {
    max-width: 980px;
    padding-inline: 10px;
  }

  .pointMessageBox {
    margin-top: 30px;
  }

  .pointFeatureSection {
    margin-top: 30px;
  }

  .pointFeatureList {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .pointFeatureItem {
    background-color: #fff;
    border-radius: 15px;
    display: block;
  }

  .pointFeatureImage {
    aspect-ratio: 470/210;
  }

  .pointFeatureImage03 {
    aspect-ratio: 470/200;
  }

  .pointFeatureImage04 {
    aspect-ratio: 470/200;
  }

  .pointFeatureItemBody {
    padding: 20px;
  }

  .pointHowToSection {
    margin-top: 30px;
  }

  .pointHowToTitle {
    padding-inline: 70px;
  }

  .pointHowToTitle::before {
    margin-right: 20px;
  }

  .pointHowToTitle::after {
    margin-left: 20px;
  }

  .pointHowToList {
    padding-inline: 100px;
  }

  .userName {
    padding-left: 10px;
  }

  .userText {
    padding-left: 10px;
  }

  .pointActionButtons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 220px));
    gap: 10px;
    justify-content: center;
  }

  .pointImageBox {
    padding-inline: 50px;
    max-width: 760px;
  }

  .pointSaveMessageBox {
    margin-top: 20px;
  }

  .pointMainImage {
    aspect-ratio: 660/200;
  }

  .pointDisplayBox {
    margin-top: 30px;
  }

  .pointInviteBox {
    padding: 15px clamp(100px, 16vw, 165px);
  }

  .pointInviteSteps {
    gap: 8px;
  }

  .pointInviteStepItem01 {
    align-items: center;
  }

  .pointButtonBox {
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
  }

  .pointNoticeSection {
    margin-top: 30px;
  }

  .pointNoticeBox {
    padding: 10px;
  }

  .pointChangeTable td.pointChangeQuantity {
    width: 112px;
  }

  .pointAddressFormWrap {
    margin-top: 30px;
  }

  .pointChangeItemInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .pointChangePoint {
    width: 109px;
  }

  .pointChangeItemImgWrap {
    width: fit-content;
    margin-inline: 0;
  }

  .pointChangeCheck {
    width: 50px;
  }

  .pointAddressSection {
    padding: 20px clamp(100px, 15vw, 150px);
  }

  .pointHistoryCellDate {
    width: 130px;
  }

  .pointHistoryCellDetail {
    text-align: right;
    padding: 7.8px 20px;
  }

  .pointValueCell {
    width: 130px;
  }
}