@charset "UTF-8";
/* マイページ */
.fs-body-my-top .fs-l-account{
  max-width: 606px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.fs-c-accountService {
  margin: 0;
  padding-top: 60px;
  justify-content: space-between;
}
.fs-c-accountService__page {
  height: 182px;
  line-height: 44px;
  margin: 0 0 30px 0;
  background: #0E0E0E;
  display: flex;
  align-items: stretch;
  flex-basis: 182px;
}
.fs-c-accountService__page:hover {
  background: #A38B04;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  color: #FFFFFF;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  align-items: flex-start;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  width: 182px;
  height: 138px;
  margin: 0;
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: '';
  display: block;
  background: #E6E6E6 url(https://golgoda13.itembox.design/item/img/account/icon-myac01.png) center center no-repeat;
}
.fs-c-accountService__page--wishList:hover .fs-c-accountService__pageLink__label::before {
  background: #FFFFFF url(https://golgoda13.itembox.design/item/img/account/icon-myac01.png) center center no-repeat;
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: '';
  display: block;
  background: #E6E6E6 url(https://golgoda13.itembox.design/item/img/account/icon-myac02.png) center center no-repeat;
}
.fs-c-accountService__page--orderHistoryList:hover .fs-c-accountService__pageLink__label::before {
  background: #FFFFFF url(https://golgoda13.itembox.design/item/img/account/icon-myac02.png) center center no-repeat;
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: '';
  display: block;
  background: #E6E6E6 url(https://golgoda13.itembox.design/item/img/account/icon-myac03.png) center center no-repeat;
}
.fs-c-accountService__page--accountReviews:hover .fs-c-accountService__pageLink__label::before {
  background: #FFFFFF url(https://golgoda13.itembox.design/item/img/account/icon-myac03.png) center center no-repeat;
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: '';
  display: block;
  background: #E6E6E6 url(https://golgoda13.itembox.design/item/img/account/icon-myac04.png) center center no-repeat;
}
.fs-c-accountService__page--addressbook:hover .fs-c-accountService__pageLink__label::before {
  background: #FFFFFF url(https://golgoda13.itembox.design/item/img/account/icon-myac04.png) center center no-repeat;
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: '';
  display: block;
  background: #E6E6E6 url(https://golgoda13.itembox.design/item/img/account/icon-myac05.png) center center no-repeat;
}
.fs-c-accountService__page--accountPassword:hover .fs-c-accountService__pageLink__label::before {
  background: #FFFFFF url(https://golgoda13.itembox.design/item/img/account/icon-myac05.png) center center no-repeat;
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: '';
  display: block;
  background: #E6E6E6 url(https://golgoda13.itembox.design/item/img/account/icon-myac06.png) center center no-repeat;
}
.fs-c-accountService__page--accountSettingsModify:hover .fs-c-accountService__pageLink__label::before {
  background: #FFFFFF url(https://golgoda13.itembox.design/item/img/account/icon-myac06.png) center center no-repeat;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 100%;
}

.fs-c-accountService__page--accountDelete{
  height: auto;
  line-height: 1.5;
  margin: -20px 0 60px 0;
  background: none;
  flex-basis: auto;
}
.fs-c-accountService__page--accountDelete a{
  color: #000000;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete:hover {
  background: none;
}
.fs-body-my-top .fs-p-accountInfo {
  padding: 30px 30px 20px 30px;
  background: #FFFFFF;
}
.fs-p-accountInfo__header,
.fs-p-accountInfo__currentPurchase {
  width: 546px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 110%;
  border-bottom: solid 1px #707070;
  justify-content: center;
}
.fs-p-accountInfo__body {
  width: 273px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 100%;
}
.fs-p-accountInfo__point__point__available {
  font-weight: normal;
}



@media (max-width: 767px){
  .fs-c-accountService {
    padding-top: 12px;
  }
  .fs-c-accountService__page {
    margin: 0 0 15px 0;
    flex-basis: 46.9%;
  }
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    width: 100%;
  }
  .fs-body-my-top .fs-p-accountInfo {
    width: 100%;
    padding: 20px 4.15% 10px 4.15%;
    box-sizing: border-box;
  }
  .fs-p-accountInfo__header,
  .fs-p-accountInfo__currentPurchase {
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .fs-p-accountInfo__body {
    width: auto;
  }
}
