@charset "UTF-8";


/**
 * page-mypage
 * NOTE:
**/
.page-mypage {
  background: var(--bg-c-light);
}

/**
 * mypage sticky are
 * NOTE:
**/
body>.wrap.page-mypage {
  overflow: visible;
}

/**
 * m-dashboard
 * NOTE:
**/
.m-dashboard {}

/* dashboard item wrapper */
.m-dashboard__body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  margin: 0;
  padding: 24px;
}
.m-dashboard__body.l-container {
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--basewrap-padding-inline);
}
@media screen and (max-width: 1040.98px) {
  .m-dashboard__body {
    gap: 8px;
  }
  .m-dashboard__body.l-container {
    max-width: none;
    padding: 8px 0 0;
  }
}

/* dashboard item */
.m-dashboard__item {
  background: #fff;
  width: 100%;
  padding: 16px 24px;
}
.m-dashboard__item:only-child {
  grid-column: 1 / -1;
}
@media screen and (max-width: 1040.98px) {
  .m-dashboard__item {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 560.98px) {
  .m-dashboard__item {
    padding: 16px;
  }
}


/* with graph layout */
/* NOTE: startの方に価格ヒストリーのグラフ、endの方にポートフォリオのグラフを想定しています（これ以外の使い方が今の所できない仕様です） */
.m-dashboard-graph {
  display: grid;
  grid-template-columns: 8fr 5fr;
  gap: 20px;
}
*+.m-dashboard-graph {
  margin-top: 24px;
}
@media screen and (max-width: 1040.98px) {
  .m-dashboard-graph {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media screen and (max-width: 1040.98px) {
  .m-dashboard .outline__ttl {
    margin-bottom: 8px;
  }
}

/**
 * m-history
 * NOTE: グラフそのものの大きさはhtmlへ記載しています
**/
.m-history__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
}

.m-history__head-title {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-basis: 100%;
  font-size: 13px;
  font-weight: 700;
  color: var(--font-c);
  margin-bottom: 4px;
  line-height: 24px;
  gap: 4px;
}
@media screen and (max-width: 1040.98px) {
  .m-history__head-title {
    width: 100%;
  }
}
.m-history__head-asset {
  margin-right: 24px;
}
@media screen and (max-width: 1040.98px) {
  .m-history__head-asset {
    margin-right: 0;
  }
}
.m-history__head-asset .item--num {
  color: var(--font-c);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.m-history__head-asset .item--unit {
  color: var(--gray-dark);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
}

@media screen and (max-width: 1040.98px) {
  .m-history__head-ratio {
    margin-left: 2ex;
  }
}

.m-history__head-ratio .item--ttl {
  display: block;
  color: var(--font-c);
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.33;
}
.m-history__head-ratio .item--ratio {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.m-history__head-ratio .item--ratio>i {
  display: block;
  border-radius: 50%;
  background: #0EBA53 url("/common/images/icon-arrow-updown.svg") center center no-repeat;
  background-size: 50% auto;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.m-history__head-ratio .item--ratio.is--plus {
  color: #0EBA53;
}
.m-history__head-ratio .p-icon-updown1,
.m-history__head-ratio .item--ratio.is--plus>i {
  background-color: #0EBA53;
  transform: rotateZ(0deg);
}

.m-history__head-ratio .item--ratio.is--minus {
  color: #FF626B;
}
.m-history__head-ratio .p-icon-updown2,
.m-history__head-ratio .item--ratio.is--minus>i {
  background-color: #FF626B;
  transform: rotateZ(180deg);
}

.m-history__head-ratio .item--ratio.is--flat {
  color: var(--gray-dark);
}
.m-history__head-ratio .p-icon-updown,
.m-history__head-ratio .item--ratio.is--flat>i {
  background-color: #BCBCBC;
  transform: rotateZ(-90deg);
}

.m-history__head-ratio .item--percent {
  font-size: 12px;
  line-height: 18px;
}

.m-history__body {
  margin-bottom: 16px;
}


/**
 * m-portfolio
 * NOTE: グラフそのものの大きさはhtmlへ記載しています
**/
.m-portfolio {}
@media screen and (max-width: 1040.98px) {
  .m-portfolio {
    display: grid;
    grid-template-columns: 6fr 7fr;
    gap: 0 12px;
  }
  .m-portfolio .outline__ttl {
    grid-column: 1 / -1;
  }
}

.m-portfolio-graph {}

.m-portfolio-table {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 1040.98px) {
  .m-portfolio-table {
    width: 50%;
  }
}

.m-portfolio-table__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .m-portfolio-table__item {
    flex-flow: column nowrap;
  }
}

.m-portfolio-table__item-title {
  color: var(--font-c);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
}

.m-portfolio-table__item-title::before {
  content: '';
  display: inline-block;
  border-radius: 6px;
  background: #31759C;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.m-portfolio-table__item--0 .m-portfolio-table__item-title::before {
  background: #31759C;
}

.m-portfolio-table__item--1 .m-portfolio-table__item-title::before {
  background: #68A0BF;
}

.m-portfolio-table__item--2 .m-portfolio-table__item-title::before {
  background: #BDBAD3;
}

.m-portfolio-table__item--3 .m-portfolio-table__item-title::before {
  background: #EEE7E7;
}

.m-portfolio-table__item-price {
  color: var(--font-c);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 1040.98px) {
  .m-portfolio-table__item-price {
    text-align: left;
    margin-left: 20px;
  }
}

.m-portfolio-table__item-price-percentage {
  display: inline-block;
  color: var(--gray-dark);
}




/**
 * m-dashboard-no-graph
 * NOTE: グラフが無いとき
**/

.m-dashboard-no-graph {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  padding: 16px;
  height: 228px;
}
.m-dashboard-no-graph__head {
  font-weight: 600;
}
.m-dashboard-no-graph__text {
  margin-bottom: 20px;
}
.m-dashboard-no-graph__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #000000;
  color: #fff;
  text-decoration: none;
  min-width: 163px;
  padding: 6px 12px;
}


/**
 * m-collection-table
 * NOTE:
**/
.m-collection-table {
  --table-cell-width-art: 292px;
  --table-cell-width-price: none;
  --table-cell-width-incentive: 104px;
  --table-cell-width-cta: 240px;
  --table-cell-width-market: 132px;
  --table-cell-padding: 15px;
  display: table;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}
.m-collection-table.item--recommend {
  --table-cell-width-art: 33.33%;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table {
    --table-cell-padding: 15px;
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .m-collection-table {
    --table-cell-padding: 8px;
  }
}


.m-collection-table>thead {}
@media screen and (max-width: 1040.98px) {
  .m-collection-table>thead {display: none;}
}

.m-collection-table>thead>tr {}
.m-collection-table>thead>tr>th,
.m-collection-table>thead>tr>td {
  border: solid 1px var(--gray-light);
  background: var(--gray-light);
  color: var(--font-c-gray-dark);
  font-size: 12px;
  padding: var(--table-cell-padding);
  position: sticky;
  top: 79px;
  z-index: 2;
}
.m-collection-table>thead>tr>.item--art,
.m-collection-table>thead>tr>.item--art {
  width: var(--table-cell-width-art);
  padding: var(--table-cell-padding);
}
.m-collection-table>thead>tr>.item--price,
.m-collection-table>thead>tr>.item--price {
  border-left-width: 0;
  border-right-width: 0;
  width: var(--table-cell-width-price);
  padding: var(--table-cell-padding);
}
.m-collection-table>thead>tr>.item--incentive,
.m-collection-table>thead>tr>.item--incentive {
  border-left-width: 0;
  border-right-width: 0;
  width: var(--table-cell-width-incentive);
  padding: var(--table-cell-padding) 0;
}
.m-collection-table>thead>tr>.item--cta,
.m-collection-table>thead>tr>.item--cta {
  border-left-width: 0;
  width: var(--table-cell-width-cta);
  padding: var(--table-cell-padding);
}
.m-collection-table>thead>tr>th:has(.m-collection-table__pseudo-thead-cell),
.m-collection-table>thead>tr>td:has(.m-collection-table__pseudo-thead-cell) {
  padding: 0;
}

.m-collection-table__pseudo-thead-cell {
  display: grid;
  grid-template-columns: 2fr 3fr 4fr var(--table-cell-width-market);
  padding: var(--table-cell-padding);
  gap: var(--table-cell-padding);
}
.m-collection-table__pseudo-thead-cell.item--2col {
  grid-template-columns: 2fr 3fr;
}
.m-collection-table__pseudo-thead-cell.item--3col {
  grid-template-columns: 2fr 3fr 4fr;
}
.m-collection-table__pseudo-thead-cell .item--numposs,
.m-collection-table__pseudo-thead-cell .item--total,
.m-collection-table__pseudo-thead-cell .item--latest-value,
.m-collection-table__pseudo-thead-cell .item--market {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 1ex;
}
.m-collection-table__pseudo-thead-cell .item--numposs {}
.m-collection-table__pseudo-thead-cell .item--total {}
.m-collection-table__pseudo-thead-cell .item--latest-value {}
.m-collection-table__pseudo-thead-cell .item--market {}



.m-collection-table>tbody {}
@media screen and (max-width: 1040.98px) {
  .m-collection-table>tbody {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.m-collection-table>tbody>tr {}
@media screen and (max-width: 1040.98px) {
  .m-collection-table>tbody>tr {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 12px 16px;
    padding-top: 48px;
    position: relative;
  }
  .m-collection-table>tbody>*+tr {
    border-top: solid 1px var(--gray);
    margin-top: 24px;
  }
  .m-collection-table>tbody>tr:first-child {
    padding-top: 32px;
  }
}

.m-collection-table>tbody>tr>th,
.m-collection-table>tbody>tr>td {
  border: solid 1px var(--gray-light);
}
.m-collection-table__td.item--art {
  width: var(--table-cell-width-art);
  padding: 0;
}
.m-collection-table__td.item--price {
  border-left-width: 0;
  border-right-width: 0;
  width: var(--table-cell-width-price);
  padding: 0;
}
.m-collection-table__td.item--incentive {
  border-left-width: 0;
  border-right-width: 0;
  width: var(--table-cell-width-incentive);
  padding: var(--table-cell-padding) 0;
}
.m-collection-table__td.item--cta {
  border-left-width: 0;
  width: var(--table-cell-width-cta);
  padding: var(--table-cell-padding);
}
.m-collection-table>tbody>tr>th:has(.m-collection-table__pseudo-tbody-cell),
.m-collection-table>tbody>tr>td:has(.m-collection-table__pseudo-tbody-cell) {
  padding: 0;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table>tbody>tr>th,
  .m-collection-table>tbody>tr>td {
    display: block;
    border: none;
    width: auto;
    padding: 0;
  }
  .m-collection-table__td.item--art {
    display: block;
    border: none;
    width: auto;
    padding: 0;
  }
  .m-collection-table__td.item--price {
    display: block;
    border: none;
    width: auto;
    padding: 0;
  }
  .m-collection-table__td.item--incentive {
    display: block;
    border: none;
    width: auto;
    padding: 0;
    grid-column: 1 / -1;
  }
  .m-collection-table__td.item--cta {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    border: none;
    width: auto;
    padding: 0;
    gap: var(--table-cell-padding);
    grid-column: 1 / -1;
  }
  .m-collection-table__td.item--cta .btn {
    order: 100;
  }
  .m-collection-table__td.item--cta .btn.btn--white {
    order: 0;
  }
  .m-collection-table__td.item--cta .m-collection-table__alert {
    order: 200;
  }
}


.m-collection-table__td .btn {
  margin: 0;
}
.m-collection-table__td *+.btn {
  margin-top: 8px;
}
.m-collection-table__td .btn>* {
  height: 40px;
}

.m-collection-table__alert {
  font-size: 11px;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: var(--red-alert);
  padding: 0;
}
*+.m-collection-table__alert {
  margin-top: 8px;
}

.m-collection-table__art {
  display: grid;
  grid-template-columns: 88px 1fr;
  text-decoration: none;
  gap: var(--table-cell-padding);
  padding: var(--table-cell-padding) calc(var(--table-cell-padding)*2) var(--table-cell-padding) var(--table-cell-padding);
  position: relative;
}
.m-collection-table__art::before {
  content: '\f105';
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin: 0;
  transform: translate(-50%,-50%) scale(0.8);
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__art {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    box-shadow: 0px 27px 80px rgba(0, 0, 0, 0.06), 0px 3px 10px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    width: 100%;
    height: auto;
    min-height: 208px;
    padding: var(--table-cell-padding);
    gap: 0;
  }
  .m-collection-table__art::before {
    display: none;
  }
}

.m-collection-table__art-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 100%;
}
.m-collection-table__art-img>img {
  width: 88px;
  height: 80px;
  object-fit: contain;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__art-img {
    width: 100%;
  }
  .m-collection-table__art-img img {
    width: 100%;
    height: 120px;
  }
}

.m-collection-table__art-desc {}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__art-desc {
    padding-right: 1.5em;
    position: relative;
  }
  .m-collection-table__art-desc::before {
    content: '\f105';
    display: var(--fa-display, inline-block);
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-size: inherit;
    font-weight: 700;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin: 0;
    transform: translate(-50%,-50%) scale(0.8);
  }
}
.m-collection-table__art-desc .item--ttl {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__art-desc .item--ttl {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.m-collection-table__art-desc .item--desc {
  display: block;
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.m-collection-table__art-desc *+.item--desc {
  margin-top: 0.25em;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__art-desc .item--desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    font-size: 12px;
    line-height: 1.2;
    width: 100%;
    overflow: hidden;
  }
}

.m-collection-table__pseudo-tbody-cell {
  display: grid;
  grid-template-columns: 2fr 3fr 4fr var(--table-cell-width-market);
  padding: var(--table-cell-padding);
  gap: var(--table-cell-padding);
}
.m-collection-table__pseudo-tbody-cell.item--2col {
  grid-template-columns: 2fr 3fr;
}
.m-collection-table__pseudo-tbody-cell.item--3col {
  grid-template-columns: 2fr 3fr 4fr;
}
.m-collection-table__pseudo-tbody-cell .m-collection-table__numposs,
.m-collection-table__pseudo-tbody-cell .m-collection-table__total,
.m-collection-table__pseudo-tbody-cell .m-collection-table__latest-value,
.m-collection-table__pseudo-tbody-cell .m-collection-table__market {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__pseudo-tbody-cell {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 12px;
  }
  .m-collection-table__pseudo-tbody-cell.item--2col {
    grid-template-columns: 1fr;
  }
  .m-collection-table__pseudo-tbody-cell.item--3col {
    grid-template-columns: 1fr;
  }
  .m-collection-table__pseudo-tbody-cell .m-collection-table__numposs,
  .m-collection-table__pseudo-tbody-cell .m-collection-table__total,
  .m-collection-table__pseudo-tbody-cell .m-collection-table__latest-value,
  .m-collection-table__pseudo-tbody-cell .m-collection-table__market {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: left;
  }
  /* numposs */
  /* NOTE: 位置を変える（画像との距離は、必ず trの paddingで調整すること） */
  .m-collection-table__pseudo-tbody-cell .m-collection-table__numposs {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1;
  }
  .m-collection-table>tbody>tr:first-child .m-collection-table__pseudo-tbody-cell .m-collection-table__numposs {
    top: 0;
  }
}

.m-collection-table__numposs {}

.m-collection-table__total {}
.m-collection-table__total .item--loss {
  display: block;
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.m-collection-table__total .item--loss.is--changed {
  color: var(--green-accent);
}
.m-collection-table__total .item--loss.is--plus {
  color: var(--green-accent);
}
.m-collection-table__total .item--loss.is--minus {
  color: var(--red-accent);
}
.m-collection-table__total .item--loss.is--flat {
  color: var(--gray-dark);
}

.m-collection-table__latest-value {}

.m-collection-table__market {}

.m-collection-table__ttl {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--gray-light);
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  gap: 4px;
  width: 100%;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__ttl {
    font-size: 12px;
  }
}

.m-collection-table__price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  width: 100%;
}
.m-collection-table__price .item--unit {
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 0.5ex;
}


.m-collection-table__latest-value .item--loss {
  display: block;
  color: var(--gray-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.m-collection-table__latest-value .item--loss.is--changed {
  color: var(--green-accent);
}
.m-collection-table__latest-value .item--loss.is--plus {
  color: var(--green-accent);
}
.m-collection-table__latest-value .item--loss.is--minus {
  color: var(--red-accent);
}
.m-collection-table__latest-value .item--loss.is--flat {
  color: var(--gray-dark);
}

.m-collection-table__market .btn>* {
  font-size: 11px;
  white-space: nowrap;
  height: 3em;
  padding: 0 6px;
}
@media screen and (max-width: 1040.98px) {
  .m-collection-table__market .btn {
    width: fit-content;
  }
  .m-collection-table__market .btn>* {
    width: fit-content;
    padding: 0 12px;
  }
}

.m-collection-table__td.item--incentive a {
  color: var(--text-link-c);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 1.5em 0 0;
  position: relative;
}
.m-collection-table__td.item--incentive a::before {
  content: '\f105';
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin: 0;
  transform: translate(-50%,-50%) scale(0.8);
}

@media screen and (max-width: 1040.98px) {
  .m-collection-table__td.item--cta *+.btn,
  .m-collection-table__td.item--cta .btn {
    margin: 0;
    flex: 1 1;
  }
  .m-collection-table__td.item--cta .m-collection-table__alert {
    width: 100%;
  }
}


/**
 * m-collection-table
 * NOTE: お知らせ一覧
**/
.m-notes-list {
  margin-inline: 16px;
}
@media screen and (max-width: 1040.98px) {
  .m-notes-list {
    margin-inline: 0;
  }
}

.m-notes-list__item-link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  text-decoration: none;
  min-height: 52px;
}
.m-notes-list__item-link .item--txt {
  line-height: 130%;
  margin-bottom: 0;
}
.m-notes-list__item-link>p:first-child {
  flex: 1 1;
  margin-inline-end: 24px;
}
.m-notes-list__item-link::before {
  content: '';
  display: block;
  border-radius: 50%;
  background: transparent;
  width: 8px;
  height: 8px;
  margin-inline: 8px 16px;
}
.m-notes-list__item--unread .m-notes-list__item-link::before {
  background: var(--font-c-red);
}
.m-notes-list__item--unread .m-notes-list__item-link>p:first-child {
  font-weight: 700;
}


.m-notes-detail {}
.m-notes-detail__body {
  border-top: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  padding: 32px 24px;
}
@media screen and (max-width: 1040.98px) {
  .m-notes-detail__body {
    padding: 32px 0;
  }
  .m-notes-detail__body~.box-btn .btn {
    max-width: 278px;
    width: 100%;
  }
}
.m-notes-detail__body > *+p {
  margin-top: 1em;
}
.m-notes-detail .c-head {
  font-size: 24px;
}
.m-notes-detail .c-head .c-head__ttl {
  font-size: 24px;
}
.m-notes-detail .c-head .c-head__ttl .item--jp {
  font-size: 24px;
}
@media only screen and (max-width: 1040.98px) {
  .m-notes-detail .c-head {
    font-size: 20px;
  }
  .m-notes-detail .c-head .c-head__ttl {
    font-size: 20px;
  }
  .m-notes-detail .c-head .c-head__ttl .item--jp {
    font-size: 20px;
  }
}


.m-notes-detail__share-work {
  max-width: calc( var(--basewrap-width) * 0.6 );
  width: fit-content;
  margin: 2em auto 0;
}


/**
 * order histories
 * NOTE:
**/
.page-order-histories {}
.page-order-histories .l-container {
  max-width: none;
  padding: 0 var(--basewrap-padding-inline);
}
@media only screen and (max-width: 1040.98px) {
  .page-order-histories .l-container {
    padding: 0 20px;
  }
}

.page-order-histories .search-tab {
  border-bottom: none;
  max-width: none;
}
.page-order-histories .search-tab>li:has(:checked)>label,
.page-order-histories .search-tab-item>.is--active {
  font-weight: 700;
}
@media only screen and (max-width: 1040.98px) {
  .page-order-histories .search-tab {
    width: calc(100% - 16px);
    margin-inline: 0;
  }
  .page-order-histories .search-tab>li,
  .page-order-histories .search-tab-item {
    max-width: none;
    width: 35%;
  }
  .search-tab>li>label, .search-tab-item>a {
    max-width: none;
    width: 100%;
    padding-inline: 16px;
  }
}
