input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.swiper {
  width: 100%;
  margin: 20px auto;
}
.swiper-slide{
  /*display: none;*/
}
.swiper-button-next, .swiper-button-prev {
  color: #c3002f;
  border: none;
  background: none;
}
.swiper-pagination-bullet-active {
  background: #c3002f;
}
.swiper-wrapper{
  gap: 0;
}
@media screen and (max-width: 959px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .pc-only {
    display: none;
  }
}
.mypage-aligncenter {
  text-align: center !important;
}

.mypage-nissanid-logo {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .mypage-nissanid-logo {
    margin: 20px 0 40px;
  }
  .mypage-nissanid-logo img {
    width: 286px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-nissanid-logo {
    margin: 20px 0 25px;
  }
  .mypage-nissanid-logo img {
    width: 178px;
  }
}
.mypage-btn-nissanid {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-family: "Nissan Regular", sans-serif !important;
  text-decoration: none;
}
.mypage-btn-nissanid::after {
  position: absolute;
  display: block;
  content: " ";
  width: 8px;
  height: 100%;
  right: 0;
  top: 0;
  background: url("../IMAGES/arrow.svg") center center no-repeat;
  background-size: 8px 12px;
}
@media screen and (min-width: 960px) {
  .mypage-login-header {
    width: 598px;
    margin: 45px auto 25px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-header {
    width: 100%;
    margin: 35px 0 25px;
  }
}
.mypage-login-header-buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .mypage-login-header-buttons {
    margin: 20px 0;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-header-buttons {
    margin: 12px 0;
  }
}
.mypage-login-header-buttons button {
  position: relative;
  text-align: left;
  font-family: "Nissan Regular", sans-serif !important;
  border: none;
  background: #ffffff;
  box-shadow: 0 0 8px #cccccc;
}
@media screen and (min-width: 960px) {
  .mypage-login-header-buttons button {
    width: 286px;
    height: 55px;
    border-radius: 10px;
    padding: 9px 52px 9px 33px;
    font-size: 17px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-header-buttons button {
    width: calc(50% - 5px);
    height: 41px;
    border-radius: 8px;
    padding: 12px 22px;
    font-size: 13px;
  }
}
.mypage-login-header-buttons button::after {
  position: absolute;
  display: block;
  content: " ";
  height: 100%;
  top: 0;
  background: url("../IMAGES/arrow_lr.svg") center center no-repeat;
}
@media screen and (min-width: 960px) {
  .mypage-login-header-buttons button::after {
    width: 14px;
    right: 20px;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-header-buttons button::after {
    width: 9px;
    right: 14px;
    background-size: 9px 9px;
  }
}
.mypage-login-header-buttons button:hover {
  background: #E3E3E3;
}
.mypage-login-header-buttons button.active {
  color: #ffffff;
  background: #C3002F;
}
.mypage-login-header-buttons button.active::after {
  background: url("../IMAGES/arrow_lw.svg") center center no-repeat;
}
@media screen and (min-width: 960px) {
  .mypage-login-header-buttons button.active::after {
    width: 14px;
    right: 20px;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-header-buttons button.active::after {
    width: 9px;
    right: 14px;
    background-size: 9px 9px;
  }
}
.mypage-login-header-buttons button.active:hover {
  background: #8D0324;
}
@media screen and (min-width: 960px) {
  .mypage-login-content {
    width: 598px;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-content {
    width: 100%;
    font-size: 12px;
  }
}
.mypage-login-content-note {
  position: relative;
  text-align: center;
  background: #F8F8F8;
  border-radius: 10px;
  border: #C1C1C1 1px solid;
}
@media screen and (min-width: 960px) {
  .mypage-login-content-note {
    padding: 15px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-content-note {
    padding: 10px;
    margin-bottom: 35px;
  }
}
.mypage-login-content-note::after {
  position: absolute;
  content: "";
  background: #F8F8F8;
  width: 15px;
  height: 15px;
  border-top: solid 1px #C1C1C1;
  border-right: solid 1px #C1C1C1;
  transform: rotate(135deg);
  bottom: -9px;
  left: calc(50% - 8px);
}
.mypage-login-content-frame {
  position: relative;
  text-align: center;
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .mypage-login-content-frame {
    padding: 35px 60px;
    margin: 24px auto 0;
    max-width: 1000px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-content-frame {
    padding: 35px 20px 22px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 960px) {
  .mypage-login-content-frame h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-content-frame h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .mypage-login-content-frame-body {
    margin: 20px 0 35px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-content-frame-body {
    margin: 20px 0 30px;
  }
}
.mypage-login-content-frame::before {
  position: absolute;
  display: block;
  content: " ";
  background: url("../IMAGES/icon-lock.svg") center center no-repeat;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateX(-50%) translateY(-50%);
}
.mypage-login-step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .mypage-login-step {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-step {
    gap: 10px;
  }
}
.mypage-login-step li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .mypage-login-step li {
    width: calc(20% - 5px);
  }
}
.mypage-login-step li div {
  position: relative;
  text-align: left;
  font-family: "Nissan Regular", sans-serif !important;
  line-height: 1;
  border: none;
  border-radius: 10px;
  background: #EFEFEF;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .mypage-login-step li div {
    width: 70px;
    height: 70px;
  }
  .mypage-login-step li div span {
    position: absolute;
    display: block;
    width: 100%;
    top: 84px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-step li div {
    width: 100%;
    height: 54px;
  }
  .mypage-login-step li div span {
    position: absolute;
    display: block;
    width: 100%;
    top: 60px;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
}
.mypage-login-step-favorite::before {
  position: absolute;
  display: block;
  content: " ";
  background: url("../IMAGES/icon-favorite.svg") center center no-repeat;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .mypage-login-step-favorite::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-step-favorite::before {
    width: 26px;
    height: 26px;
  }
}
.mypage-login-step-point::before {
  position: absolute;
  display: block;
  content: " ";
  background: url("../IMAGES/icon-point.svg") center center no-repeat;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .mypage-login-step-point::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-step-point::before {
    width: 26px;
    height: 26px;
  }
}
.mypage-login-step-estimate::before {
  position: absolute;
  display: block;
  content: " ";
  background: url("../IMAGES/icon-estimate.svg") center center no-repeat;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .mypage-login-step-estimate::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-step-estimate::before {
    width: 26px;
    height: 26px;
  }
}
.mypage-login-step-plan::before {
  position: absolute;
  display: block;
  content: " ";
  background: url("../IMAGES/icon-plan.svg") center center no-repeat;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .mypage-login-step-plan::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-step-plan::before {
    width: 26px;
    height: 26px;
  }
}
.mypage-login-step-inquiry::before {
  position: absolute;
  display: block;
  content: " ";
  background: url("../IMAGES/icon-inquiry.svg") center center no-repeat;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .mypage-login-step-inquiry::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-step-inquiry::before {
    width: 26px;
    height: 26px;
  }
}
.mypage-login-footer {
  text-align: right;
}
@media screen and (min-width: 960px) {
  .mypage-login-footer {
    width: 598px;
    margin: 10px auto 30px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-login-footer {
    width: 100%;
    margin: 10px 0 20px;
  }
}
.mypage-grid-row {
  width: 100%;
  margin: 55px 0;
  background: #EFEFEF;
}
@media screen and (min-width: 960px) {
  .mypage-grid-row h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-grid-row h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .mypage-header {
    margin: 24px auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-header {
    margin: 24px 0;
  }
}
@media screen and (min-width: 960px) {
  .mypage-header-buttons {
    text-align: right;
  }
}
@media screen and (max-width: 959px) {
  .mypage-header-buttons {
    display: flex;
    justify-content: space-between;
  }
}
.mypage-header-buttons button {
  position: relative;
  text-align: left;
  font-family: "Nissan Regular", sans-serif !important;
  border: none;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .mypage-header-buttons button {
    width: 254px;
    height: 44px;
    padding: 9px 32px 9px 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-header-buttons button {
    width: calc(50% - 10px);
    height: 32px;
    padding: 9px 20px 9px 14px;
    font-size: 11.5px;
  }
}
.mypage-header-buttons button::after {
  position: absolute;
  display: block;
  content: " ";
  height: 100%;
  top: 0;
  background: url("../IMAGES/arrow_lr.svg") center center no-repeat;
}
@media screen and (min-width: 960px) {
  .mypage-header-buttons button::after {
    width: 14px;
    right: 20px;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-header-buttons button::after {
    width: 9px;
    right: 14px;
    background-size: 9px 9px;
  }
}
.mypage-top-box {
  position: relative;
}
@media screen and (min-width: 960px) {
  .mypage-top-box {
    padding: 40px 50px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #f2f2f2;
  }
}
@media screen and (max-width: 959px) {
  .mypage-top-box {
    padding: 14px 0;
  }
  .mypage-top-box .title {
    padding: 0 10px;
  }
}
.mypage-btn-go-mypage {
  padding: 9px 32px 9px 18px;
  font-family: "Nissan Regular", sans-serif !important;
  letter-spacing: 2px;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .mypage-btn-go-mypage {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .mypage-btn-go-mypage {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage-btn-go-mypage {
    position: relative;
    display: inline-block;
    margin-top: 16px;
  }
}
.mypage-btn-go-mypage::after {
  position: absolute;
  display: block;
  content: " ";
  width: 8px;
  height: 100%;
  right: 12px;
  top: 0;
  background: url("../IMAGES/arrow.svg") center center no-repeat;
}
.mypage-content {
  position: relative;
  font-size: 11px;
}
.mypage-content-none {
  font-size: 16px;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.mypage-content-frame {
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  .mypage-content-frame {
    padding: 35px 60px;
    margin: 24px auto;
    max-width: 1000px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-content-frame {
    padding: 22px 20px;
    border-radius: 12px;
  }
}
.mypage-content-frame-body {
  display: flex;
}
@media screen and (min-width: 960px) {
  .mypage-content-frame-body {
    gap: 35px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-content-frame-body {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 960px) {
  .mypage-content {
    padding: 14px 68px;
  }
  .mypage-content > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 36px;
    border: none;
    background: transparent;
  }
  .mypage-content-button-prev {
    left: 0;
  }
  .mypage-content-button-prev::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .mypage-content-button-next {
    right: 0;
  }
  .mypage-content-button-next::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .mypage-content {
    padding: 14px 0;
  }
  .mypage-content > button {
    display: none;
  }
}
.mypage-viewport {
  overflow: hidden;
}
.mypage-body {
  display: flex;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 14px;
}
.swiper-autoheight .swiper-wrapper.mypage-body {
  align-items: stretch;
}
.mypage-card {
  display: none !important;
}
.mypage-card.active {
  display: flex !important;
  flex-direction: column;
  height: auto;
}
.mypage-card-caption {
  display: flex;
  font-family: "Nissan Regular", serif !important;
  font-size: 13px;
  margin-bottom: 10px;
}
.mypage-card-caption p {
  margin: 0;
  padding: 0 1em;
  line-height: 1;
  border-right: #C4C9D5 1px solid;
}
.mypage-card-caption p:first-child {
  padding-left: 0;
}
.mypage-card-caption p:last-child {
  border-right: none;
}
.mypage-card-panel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 0 15px #cccccc;
}
@media screen and (min-width: 960px) {
  .mypage-card-panel {
    min-width: 288px;
    padding: 15px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-card-panel {
    padding: 20px 26px;
  }
}
.mypage-card-panel-header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .mypage-card-panel-header {
    min-height: 55px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-card-panel-header {
    min-height: 46px;
    margin-bottom: 20px;
  }
}
.mypage-card-panel-icon {
  position: absolute;
}
@media screen and (min-width: 960px) {
  .mypage-card-panel-icon img {
    height: 55px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-card-panel-icon img {
    height: 46px;
  }
}
.mypage-card-panel-title {
  display: block;
  margin-top: 4px;
  font-weight: bold !important;
}
@media screen and (min-width: 960px) {
  .mypage-card-panel-title {
    margin-left: 70px;
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-card-panel-title {
    margin-left: 55px;
    font-size: 14px;
  }
}
.mypage-card-panel-description {
  display: block;
  color: #757985;
}
@media screen and (min-width: 960px) {
  .mypage-card-panel-description {
    margin-left: 70px;
    font-size: 11px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-card-panel-description {
    margin-left: 55px;
    font-size: 10px;
  }
}
.mypage-card-panel-guide {
  position: relative;
  border: #CCCCCC 1px solid;
}
@media screen and (min-width: 960px) {
  .mypage-card-panel-guide {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-card-panel-guide {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 12px;
  }
}
.mypage-card-panel-guide::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 15px;
  height: 15px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  transform: rotate(-45deg);
  top: -9px;
  left: 90px;
}
.mypage-card-panel-footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  min-height: 4rem;
}
@media screen and (max-width: 959px) {
  .mypage-card-panel-footer {
    gap: 8px;
  }
}
.mypage-card-panel-footer button {
  background: #efefef;
  border: 1px solid #efefef;
  line-height: 1.2;
  padding: 0.8571428571em 25px;
  display: block;
  position: relative;
  margin: 0 0 1em;
  border-radius: 8px;
  text-align: left;
}
.c_010D .mypage-login .id-login-btn:hover {
  border: 1px solid #7a232a;
  background: #7a232a;
}

@media screen and (min-width: 960px) {
  .mypage-card-panel-footer button {
    width: 100%;
    padding: 8px 28px 8px 12px;
    font-size: 14px;
    min-height: 3.6rem;
    flex-grow: 1;
  }
}
@media screen and (max-width: 959px) {
  .mypage-card-panel-footer button {
    width: 100%;
    padding: 8px 32px 8px 12px;
    font-size: 11px;
    min-height: 3.3rem;
    flex-grow: 1;
  }
}
.mypage-card-panel-footer button::after {
  font-size: .7857142857rem;
  content: "";
  top: calc(50% - 5px);
  right: 0.75em;
  overflow: hidden;
  margin-top: -0.5em;
  position: absolute;
  font-family: icon-Nissan-Global;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border-radius: 50%;
}
.mypage-card-panel-footer button.default::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.mypage-card-panel-footer button:hover {
  background: #E3E3E3;
}
.mypage-card-panel-footer button.default {
  color: #ffffff;
  border: 1px solid #c3002f;
  background: #c3002f;
}
.mypage-card-panel-footer button.default:hover {
  background: #8D0324;
}
.mypage-subpanel {
  width: 100%;
}
.mypage-subpanel-header {
  padding: 14px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #E0E0E0;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-header {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-header {
    font-size: 12px;
  }
}
.mypage-subpanel-viewport {
  position: relative;
  padding: 14px 0;
  background: #EFEFEF;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-viewport .mypage-subpanel-button-prev {
    display: none;
  }
  .mypage-subpanel-viewport .mypage-subpanel-button-next {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-viewport button {
    position: absolute;
    display: block;
    width: 30px;
    height: 143px;
    top: 30px;
    border: none;
    background: #E5E5E5;
  }
  .mypage-subpanel-viewport button:hover {
    background: #DDDDDD;
  }
  .mypage-subpanel-viewport .mypage-subpanel-button-prev {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .mypage-subpanel-viewport .mypage-subpanel-button-prev::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(-50% -50%);
    background: url("../IMAGES/btn-prev.svg") center center no-repeat;
    background-size: 8px 16px;
  }
  .mypage-subpanel-viewport .mypage-subpanel-button-next {
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .mypage-subpanel-viewport .mypage-subpanel-button-next::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform: translate(-50% -50%);
    background: url("../IMAGES/btn-next.svg") center center no-repeat;
    background-size: 8px 16px;
  }
}
.mypage-subpanel-body {
  display: flex;
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-body {
    margin: 0 20px;
    width: 200%;
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-body {
    width: calc(200% + 20px);
    gap: 20px;
  }
}
.mypage-subpanel-footer {
  position: relative;
  padding: 4px 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #EFEFEF;
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-footer-buttons {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    gap: 10px;
  }
  .mypage-subpanel-footer-buttons button {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
  }
  .mypage-subpanel-footer-buttons button:hover {
    background: #DDDDDD;
  }
  .mypage-subpanel-footer-button-prev {
    position: relative;
  }
  .mypage-subpanel-footer-button-prev::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(-50% -50%);
    background: url("../IMAGES/btn-prev.svg") center center no-repeat;
    background-size: 8px 16px;
  }
  .mypage-subpanel-footer-button-next {
    position: relative;
  }
  .mypage-subpanel-footer-button-next::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform: translate(-50% -50%);
    background: url("../IMAGES/btn-next.svg") center center no-repeat;
    background-size: 8px 16px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-footer-buttons {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-card:not(.active) {
    opacity: 0.4;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-card {
    width: 100%;
  }
}
.mypage-subpanel-card-frame {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-card-frame {
    width: 233px;
    height: 198px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-card-frame {
    margin: 0 45px;
    width: calc(100% - 90px);
  }
}
.mypage-subpanel-card-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-card-image {
    width: 100%;
    height: 89px;
    overflow: hidden;
    object-fit: cover;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-card-image img {
    width: 100%;
  }
}
.mypage-subpanel-card-body {
  padding: 15px;
}
.mypage-subpanel-card-title {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-card-title {
    padding-bottom: 4px;
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-card-title {
    padding-bottom: 3px;
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .mypage-subpanel-card-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .mypage-subpanel-card-content {
    font-size: 11px;
  }
}
.mypage-subpanel .slick-dots > li.slick-active > button:after {
  color: #818181 !important;
}

/*# sourceMappingURL=mypage.css.map */
