@charset "UTF-8";
/*only exchange*/
/*.form-flow-5 {
    width: 100%;
    margin: 0 auto 50px auto;
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    @include pc-small{
        width: 60vw;
    }
    li {
        position: relative;
        list-style-type: none;
        text-align: center;
        text-transform: uppercase;

        font-weight: bold;
        counter-increment: steps;
        font-size: 1.1rem;
        @include pc-small{
            width: calc(100% / 5 );
            font-size: 1.6rem;
        }
        &:nth-child(1),
        &:nth-child(2){
            width: calc(100% / 6 * 1.5);
            font-size: 1rem;
            @include pc-small{
                width: calc(100% / 5 );
                font-size: 1.5rem;
            }
            br{
                display: none;
                @include pc-small{
                    display: block;
                }
            }
            span{
                display: none;
                @include pc-small{
                    display: inline-block;
                }
            }
        }
        &:before {
            display: block;
            color: white;
            width: 45px;
            height: 45px;
            margin: 7px auto 5px auto;
            content: '';
            line-height: 45px;
            font-size: 12px;
            text-align: center;
            border-radius: 50%;
            background-color: $cl-light-gray;
            content: counter(steps);
            font-size: 2rem;
        }
        &:after {
            position: absolute;
            z-index: -1;
            top: 30px;
            left: -70%;
            width: 100%;
            height: 2px;
            content: '';
            background-color: $cl-light-gray;
            @include pc-small{
                left: -50%;
            }
        }
        &:first-child:after {
            content: none;
        }
        &.active,
        &.complete{
            color: #0070BD;
        }
        &.active:before,
        &.complete:before {
            background-color: #0070BD;
            color: #FFF;
        }
        &.active:after,
        &.complete:after {
//            background-color: #0070BD;
        }
    }
}
*/
.form-flow-5 {
  width: 100vw;
  margin: 0 auto 50px auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .form-flow-5 {
      width: 60vw; } }
  .form-flow-5 li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% / 5 );
    font-weight: bold;
    counter-increment: steps;
    font-size: 1rem;
    /*&:nth-child(4),
    &:nth-child(5){
        width: calc(100% / 5);
        font-size: 1rem;
        @include pc-small{
            width: calc(100% / 5 );
            font-size: 1.5rem;
        }
    }*/ }
    @media (min-width: 1024px) {
      .form-flow-5 li {
        font-size: 1.5rem; } }
    .form-flow-5 li span {
      display: none; }
      @media (min-width: 1024px) {
        .form-flow-5 li span {
          display: inline-block; } }
    .form-flow-5 li:before {
      display: block;
      color: white;
      width: 45px;
      height: 45px;
      margin: 7px auto 5px auto;
      content: '';
      line-height: 45px;
      font-size: 12px;
      text-align: center;
      border-radius: 50%;
      background-color: #CCCCCC;
      content: counter(steps);
      font-size: 2rem; }
    .form-flow-5 li:after {
      position: absolute;
      z-index: -1;
      top: 30px;
      left: -50%;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #CCCCCC; }
    .form-flow-5 li:first-child:after {
      content: none; }
    .form-flow-5 li.active, .form-flow-5 li.complete {
      color: #0070BD; }
    .form-flow-5 li.active:before, .form-flow-5 li.complete:before {
      background-color: #0070BD;
      color: #FFF; }

.form-flow-4 {
  width: 90vw;
  margin: 0 auto 50px auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .form-flow-4 {
      width: 40vw; } }
  .form-flow-4 li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% / 4 );
    font-weight: bold;
    counter-increment: steps;
    font-size: 1.3rem; }
    @media (min-width: 1024px) {
      .form-flow-4 li {
        font-size: 1.6rem; } }
    .form-flow-4 li:before {
      display: block;
      color: white;
      width: 45px;
      height: 45px;
      margin: 7px auto 5px auto;
      content: '';
      line-height: 45px;
      font-size: 12px;
      text-align: center;
      border-radius: 50%;
      background-color: #CCCCCC;
      content: counter(steps);
      font-size: 2rem; }
    .form-flow-4 li:after {
      position: absolute;
      z-index: -1;
      top: 30px;
      left: -50%;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #CCCCCC; }
    .form-flow-4 li:first-child:after {
      content: none; }
    .form-flow-4 li.active, .form-flow-4 li.complete {
      color: #0070BD; }
    .form-flow-4 li.active:before, .form-flow-4 li.complete:before {
      background-color: #0070BD;
      color: #FFF; }

.form-flow-3 {
  width: 90vw;
  margin: 0 auto 50px auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1024px) {
    .form-flow-3 {
      width: 40vw; } }
  .form-flow-3 li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% / 3 );
    font-weight: bold;
    counter-increment: steps;
    font-size: 1.6rem; }
    .form-flow-3 li:before {
      display: block;
      color: white;
      width: 45px;
      height: 45px;
      margin: 7px auto 5px auto;
      content: '';
      line-height: 45px;
      font-size: 12px;
      text-align: center;
      border-radius: 50%;
      background-color: #CCCCCC;
      content: counter(steps);
      font-size: 2rem; }
    .form-flow-3 li:after {
      position: absolute;
      z-index: -1;
      top: 30px;
      left: -50%;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #CCCCCC; }
    .form-flow-3 li:first-child:after {
      content: none; }
    .form-flow-3 li.active, .form-flow-3 li.complete {
      color: #0070BD; }
    .form-flow-3 li.active:before, .form-flow-3 li.complete:before {
      background-color: #0070BD;
      color: #FFF; }

h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px; }

.form {
  width: 90vw;
  margin: 30px auto; }
  @media (min-width: 1024px) {
    .form {
      width: 80vw;
      margin: 50px auto; } }
  .form .form-sub-text {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px; }

.form-wrap {
  padding: 30px 25px;
  border: 1px solid #CCCCCC; }
  @media (min-width: 1024px) {
    .form-wrap {
      padding: 50px 100px; } }
  .form-wrap dl {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 5px;
    border-bottom: 1px solid #CCCCCC; }
    @media (min-width: 1024px) {
      .form-wrap dl {
        flex-direction: row; } }
    .form-wrap dl:last-child {
      border: none; }
    .form-wrap dl.file-upload {
      align-items: flex-start; }
      .form-wrap dl.file-upload input {
        margin-bottom: 10px; }
      .form-wrap dl.file-upload img {
        object-fit: cover; }
        @media (min-width: 1024px) {
          .form-wrap dl.file-upload img {
            width: 60%; } }
  .form-wrap dt {
    display: flex;
    align-items: baseline;
    padding: 10px 10px 0 10px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .form-wrap dt {
        padding: 10px;
        width: 280px;
        font-weight: normal; } }
    .form-wrap dt span {
      margin-left: 10px; }
      @media (min-width: 1024px) {
        .form-wrap dt span {
          margin-left: auto; } }
  .form-wrap dd {
    flex-wrap: wrap;
    padding: 10px;
    width: 100%; }
    .form-wrap dd.two-column {
      display: flex;
      justify-content: space-between; }
      .form-wrap dd.two-column label {
        width: 49%; }
    .form-wrap dd.two-column {
      display: flex;
      justify-content: space-between; }
      .form-wrap dd.two-column label {
        width: 100%; }
        @media (min-width: 1024px) {
          .form-wrap dd.two-column label {
            width: 49%; } }
      .form-wrap dd.two-column > div {
        width: 100%;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .form-wrap dd.two-column > div {
            width: 49%;
            margin-bottom: 0; } }
      .form-wrap dd.two-column input[type="text"],
      .form-wrap dd.two-column select {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .form-wrap dd.two-column input[type="text"],
          .form-wrap dd.two-column select {
            margin-bottom: 0; } }
    .form-wrap dd.three-column {
      display: flex;
      justify-content: space-between; }
      .form-wrap dd.three-column label {
        width: 100%; }
        @media (min-width: 1024px) {
          .form-wrap dd.three-column label {
            width: 30%; } }
      .form-wrap dd.three-column > div {
        width: 100%;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .form-wrap dd.three-column > div {
            width: 32%;
            margin-bottom: 0; } }
        .form-wrap dd.three-column > div.hidden-item {
          display: flex;
          width: 100%;
          justify-content: space-between;
          flex-direction: column; }
          @media (min-width: 1024px) {
            .form-wrap dd.three-column > div.hidden-item {
              flex-direction: row; } }
          .form-wrap dd.three-column > div.hidden-item > div {
            width: 100%;
            margin-bottom: 10px; }
            @media (min-width: 1024px) {
              .form-wrap dd.three-column > div.hidden-item > div {
                width: 32%;
                margin-bottom: 0; } }
        .form-wrap dd.three-column > div.radio {
          /*exchange deli*/
          width: 100%;
          margin-bottom: 5px; }
          .form-wrap dd.three-column > div.radio > label {
            width: 100%; }
            @media (min-width: 1024px) {
              .form-wrap dd.three-column > div.radio > label {
                width: 35%; } }
      .form-wrap dd.three-column input[type="text"],
      .form-wrap dd.three-column select {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .form-wrap dd.three-column input[type="text"],
          .form-wrap dd.three-column select {
            margin-bottom: 0; } }
    .form-wrap dd ul.address li {
      display: flex;
      align-items: center; }
      .form-wrap dd ul.address li.postal input[type="text"] {
        max-width: 250px;
        margin-left: 8px; }
      .form-wrap dd ul.address li.two-column {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        @media (min-width: 1024px) {
          .form-wrap dd ul.address li.two-column {
            flex-direction: row; } }
        .form-wrap dd ul.address li.two-column div {
          /*select=>div変換*/
          width: 100%;
          margin-bottom: 10px; }
          @media (min-width: 1024px) {
            .form-wrap dd ul.address li.two-column div {
              width: 49%; } }
        .form-wrap dd ul.address li.two-column label {
          width: 100%; }
          @media (min-width: 1024px) {
            .form-wrap dd ul.address li.two-column label {
              width: 49%; } }
      .form-wrap dd ul.address li input[type="text"],
      .form-wrap dd ul.address li select {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .form-wrap dd ul.address li input[type="text"],
          .form-wrap dd ul.address li select {
            margin-bottom: 0; } }
    .form-wrap dd .full-width {
      width: 100%; }
    .form-wrap dd .comment {
      font-size: 1.2rem;
      margin: 5px 0 5px 0; }
    .form-wrap dd.radio-colmn .comment {
      margin-top: 0;
      margin-bottom: 15px; }
  .form-wrap.total dl dt strong {
    margin-left: 20px;
    font-weight: 600;
    font-size: 1.3rem; }
  .form-wrap.total dl dt span {
    font-size: 1.2rem;
    margin-left: 5px; }
  .form-wrap.total dl dd {
    text-align: right; }
    .form-wrap.total dl dd span {
      font-size: 1.2rem;
      margin: 0 5px; }

.terms-wrap {
  height: 200px;
  padding: 20px;
  border: 1px solid #CCCCCC;
  overflow-y: auto; }
  @media (min-width: 1024px) {
    .terms-wrap {
      height: 300px;
      padding: 50px; } }
  .terms-wrap::-webkit-scrollbar {
    width: 12px; }
  .terms-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px; }
  .terms-wrap::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 10px; }
  .terms-wrap + .checkbox {
    margin: 20px 0;
    text-align: center; }
    .terms-wrap + .checkbox label {
      display: inline; }

.error {
  width: 100%;
  font-weight: 600;
  color: #D00000;
  font: 'Noto Sans JP', Meiryo, "sans-serif"; }

.form-thanks-wrap {
  text-align: center; }
  .form-thanks-wrap .text {
    width: 100%;
    font-size: 1.2rem;
    margin: 30px auto;
    text-align: left; }
    @media (min-width: 1024px) {
      .form-thanks-wrap .text {
        width: 65vw; } }

.btn-box a {
  margin-bottom: 20px; }

.page-ttl img {
  width: 60px;
  margin-bottom: 10px; }

/*login*/
.login-wrap {
  width: 90vw;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .login-wrap {
      width: 50vw; } }
  .login-wrap input {
    margin-bottom: 10px; }
  .login-wrap .btn-primary {
    margin: 20px auto; }

/*top*/
.mypagetop-ttl {
  width: 90vw;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .mypagetop-ttl {
      width: 80vw; } }
  .mypagetop-ttl p {
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
    .mypagetop-ttl p img {
      margin-right: 15px;
      width: 20px; }

.mypage-menu {
  width: 90vw;
  margin: 50px auto; }
  @media (min-width: 1024px) {
    .mypage-menu {
      width: 70vw; } }
  .mypage-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .mypage-menu ul li {
      width: calc(100% / 2 - 15px);
      background: white; }
      @media (min-width: 1024px) {
        .mypage-menu ul li {
          width: calc(100% / 4 - 30px); } }
      .mypage-menu ul li a {
        position: relative;
        display: flex;
        flex-direction: column;
        background: #FFF;
        padding: 20px 15px;
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
        text-align: center;
        height: 100%; }
        .mypage-menu ul li a:hover svg {
          fill: #EBDCA9;
          height: 70px; }
        .mypage-menu ul li a svg {
          align-self: center;
          height: 60px;
          width: auto;
          fill: #666;
          vertical-align: middle;
          margin-bottom: 20px; }
        .mypage-menu ul li a h2 {
          font-size: 1.5rem;
          margin-bottom: 5px; }
        .mypage-menu ul li a p {
          font-size: 1.2rem; }

.news {
  margin-bottom: 100px; }
  .news h3 {
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 30px; }
  .news ul {
    width: 80vw;
    margin: 0 auto; }
    .news ul li {
      border-bottom: 1px solid #333333;
      padding: 20px 0; }
      .news ul li dl {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap; }
        @media (min-width: 600px) {
          .news ul li dl {
            flex-wrap: nowrap; } }
        .news ul li dl dt {
          min-width: 80px;
          width: 100px;
          margin-bottom: 10px; }
          @media (min-width: 600px) {
            .news ul li dl dt {
              margin-bottom: 0; } }
        .news ul li dl dd.news-cat {
          font-size: 1.3rem;
          text-align: center;
          min-width: 100px;
          width: 150px;
          margin-right: 30px;
          border: 1px solid #333333;
          border-radius: 20px;
          line-height: 2; }

.more-btn {
  width: 95vw;
  text-align: right;
  margin: 10px auto; }
  @media (min-width: 1024px) {
    .more-btn {
      width: 80vw; } }
  .more-btn a {
    display: inline; }
    .more-btn a i {
      margin-right: 7px;
      font-size: 16px; }

/*payment*/
.payment-card .wrap {
  background: #F5EFD5;
  width: 90vw;
  margin: 0 auto;
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 10px; }
  @media (min-width: 1024px) {
    .payment-card .wrap {
      padding: 15px;
      width: 35vw; } }
  .payment-card .wrap ul li {
    font-size: 1.6rem; }
    @media (min-width: 1024px) {
      .payment-card .wrap ul li {
        font-size: 1.8rem; } }
    .payment-card .wrap ul li.top {
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .payment-card .wrap ul li.top img {
        width: 80px;
        margin-left: auto; }
        @media (min-width: 1024px) {
          .payment-card .wrap ul li.top img {
            width: 100px; } }
    .payment-card .wrap ul li.title {
      font-size: 1.3rem;
      color: #999999; }
    .payment-card .wrap ul li.number {
      margin-left: 10px;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .payment-card .wrap ul li.number {
          margin-bottom: 10px; } }
    .payment-card .wrap ul li.expiry-date {
      display: flex;
      align-items: flex-end; }
      .payment-card .wrap ul li.expiry-date span {
        font-size: 1.3rem;
        color: #999999;
        margin-right: 15px; }

.new-payment .card {
  border-bottom: 1px solid #CACACA;
  text-align: center;
  padding: 10px 0; }
  .new-payment .card p {
    margin-bottom: 20px; }
  .new-payment .card img {
    width: 90%;
    margin: 0 auto 20px auto; }
    @media (min-width: 1024px) {
      .new-payment .card img {
        width: 40%; } }

.complete-wrap {
  background: #DDEAF4;
  margin: 50px auto;
  width: 90vw;
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 10px;
  text-align: center; }
  @media (min-width: 1024px) {
    .complete-wrap {
      padding: 15px;
      width: 80vw; } }

.error-wrap {
  background: #FFCCCC;
  margin: 50px auto;
  width: 90vw;
  border: 1px solid #D00000;
  color: #D00000;
  border-radius: 10px;
  padding: 10px;
  text-align: center; }
  @media (min-width: 1024px) {
    .error-wrap {
      padding: 15px;
      width: 80vw; } }

/*review*/
.page-ttl p {
  width: 90vw;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .page-ttl p {
      width: 80vw;
      text-align: center; } }
  .page-ttl p a {
    text-decoration: underline;
    display: inline-block;
    margin: 0 3px; }

#rating {
  width: 100%; }
  #rating i {
    font-size: 2rem;
    color: #FFDB5A;
    margin-right: 5px; }

/*返品*/
.item-list.check ul li > div h2 {
  margin-bottom: 0; }
.item-list.check ul li > div .checkbox {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .item-list.check ul li > div .checkbox {
      width: 55px; } }
  .item-list.check ul li > div .checkbox label {
    position: relative;
    top: 50%; }
.item-list.check ul li > div .checked:before {
  content: "選択中";
  font-size: 1.3rem;
  position: absolute;
  color: #999999;
  padding: 0 15px;
  border-radius: 20px;
  top: 5px;
  left: 53px;
  border: 2px solid #999999;
  background: white;
  z-index: 1; }
.item-list.check ul li > div .checked img {
  position: relative;
  z-index: 0; }
.item-list.check ul li > div p {
  margin-left: auto;
  font-size: 1.2rem;
  margin-top: 10px; }
.item-list.check ul li > div img {
  width: 250px !important; }
  @media (min-width: 1024px) {
    .item-list.check ul li > div img {
      width: auto; } }

.form h2:first-child + p {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -15px; }

/*leave*/
.page-ttl.leave svg {
  width: 60px;
  margin-bottom: 10px;
  fill: #333333; }

/*登録情報編集　change*/
.page-ttl.change svg {
  width: 60px;
  margin-bottom: 10px;
  fill: #333333; }

.sentimage {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  flex-direction: column;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .sentimage {
      flex-direction: row; } }
  .sentimage span {
    font-size: 1.4rem;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    padding: 5px 0;
    color: #00A0E9;
    border: 1px solid #00A0E9;
    border-radius: 4px;
    width: 100%; }
    @media (min-width: 1024px) {
      .sentimage span {
        width: auto;
        padding: 0 28px; } }

.page-top-txtBox {
  width: 90vw;
  margin: 0 auto 50px auto; }
  @media (min-width: 1024px) {
    .page-top-txtBox {
      width: 80vw; } }
  .page-top-txtBox h2 {
    text-align: center;
    font-size: 2.3rem; }
  .page-top-txtBox p {
    text-align: center; }

.form.leave .form-wrap {
  border: none;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .form.leave .form-wrap {
      padding: 20px 150px; } }
  .form.leave .form-wrap ul.checkbox {
    display: flex;
    flex-wrap: wrap; }
    .form.leave .form-wrap ul.checkbox li {
      width: 100%;
      padding: 10px 0; }
      @media (min-width: 1024px) {
        .form.leave .form-wrap ul.checkbox li {
          padding: 10px;
          width: calc(100% / 2); } }
  @media (min-width: 1024px) {
    .form.leave .form-wrap textarea {
      margin: 0 10px; } }

/*bookmark*/
.page-ttl.bookmark i {
  font-weight: 600;
  color: #ff5757; }

.list.bookmark .item-list li ul.color-text {
  font-size: 1.2rem;
  width: 100%; }
  .list.bookmark .item-list li ul.color-text li {
    border: none;
    padding: 0; }
.list.bookmark .item-list li .btn {
  margin-top: 10px; }

/*history*/
.history svg {
  width: 65px;
  margin-bottom: 10px; }
.history .rental-now {
  width: 90vw;
  margin: 50px auto;
  border: 1px solid #CACACA;
  padding: 25px; }
  @media (min-width: 1024px) {
    .history .rental-now {
      width: 40vw; } }
  .history .rental-now dl {
    padding: 10px;
    border-bottom: 1px solid #CACACA;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .history .rental-now dl {
        flex-direction: row; } }
    .history .rental-now dl dt {
      font-size: 1.6rem;
      width: 200px; }
    .history .rental-now dl dd {
      font-weight: 600;
      font-size: 1.6rem;
      text-align: right; }
      .history .rental-now dl dd span {
        font-size: 1.2rem;
        margin: 0 5px;
        font-weight: 300; }
      .history .rental-now dl dd .qty-wrap {
        width: 100px; }
.history .item-list-right p {
  text-align: right; }
.history .item-list {
  margin-bottom: 50px; }
  .history .item-list ul li div .image {
    display: flex;
    flex-direction: column;
    min-width: 100%; }
    @media (min-width: 1024px) {
      .history .item-list ul li div .image {
        min-width: 210px; } }
    .history .item-list ul li div .image p {
      font-size: 1.2rem; }
  .history .item-list ul li div.btn-box {
    margin: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .history .item-list ul li div.btn-box p {
      font-size: 1.2rem;
      margin-bottom: 5px;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        .history .item-list ul li div.btn-box p {
          margin-bottom: 5px;
          margin-top: 0; } }
    .history .item-list ul li div.btn-box .btn-large {
      margin-top: 0;
      min-width: 250px; }
  .history .item-list.accordion > h2 {
    border-bottom: 1px solid #CACACA;
    display: block;
    width: 90vw;
    margin: 0 auto 30px auto;
    padding-bottom: 5px; }
    @media (min-width: 1024px) {
      .history .item-list.accordion > h2 {
        width: 25vw; } }
  .history .item-list.accordion > ul {
    display: none; }
  .history .item-list.accordion.past ul li {
    background: #F1F1F1; }

/*purchase-confirm*/
.purchase h2 + p {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -15px; }
.purchase p.text {
  text-align: center; }

/*exchange*/
.exchange h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px; }
.exchange .sub-text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px; }
.exchange .text {
  font-size: 1.2rem;
  width: 90vw;
  margin: 30px auto 5px auto;
  line-height: 1.6; }
  @media (min-width: 1024px) {
    .exchange .text {
      width: 80vw; } }
  .exchange .text a {
    display: inline;
    text-decoration: underline; }
.exchange .item-list {
  margin-bottom: 50px; }

/*# sourceMappingURL=mypage.css.map */
