@charset "utf-8";
/* マイリスト */

/*タイトルまわり*/
.titleWrap-pattern{ margin-bottom: 80px;}


/*CSVダウンロードなどのボタンたち*/
.mylistBtns{
 /* width: 1000px; */
 margin: 0 auto 80px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.mylistBtns .csvBtn::after{
 width: 15px;
 height: 20px;
 top: 20px;
 right: 30px;
 background: url("/product/images/icon_download.png") no-repeat center;
 background-size: contain;
}
.mylistBtns .contactBtn::after{
 width: 23px;
 height: 18px;
 top: 21px;
 background: url("/product/images/icon_mail.png") no-repeat center;
 background-size: contain;
}
.mylistBtns .printBtn::after{
 width: 25px;
 height: 26px;
 top: 16px;
 background: url("/product/images/icon_print.png") no-repeat center;
 background-size: contain;
}

/*CSVダウンロードなどのボタンたちマイリスト数量入力用*/
.mylistBtns_count{
    width: 1000px;
    margin: 0 auto 80px;
    display: flex;
    justify-content:center;
    align-items: center;
   }
   .mylistBtns_count .linkBtn {
    margin: 0 20px;
}
.mylistBtns_count .csvBtn::after{
    width: 15px;
    height: 20px;
    top: 20px;
    right: 30px;
    background: url("/product/images/icon_download.png") no-repeat center;
    background-size: contain;
   }
.mylistBtns_count .printBtn::after{
    width: 25px;
    height: 26px;
    top: 16px;
    background: url("/product/images/icon_print.png") no-repeat center;
    background-size: contain;
   }
   .resultArea .mylistBtns_count:nth-of-type(n+2) {
    margin: 65px auto 0;
}

/*商品一覧部分*/
.resultList{ margin: 50px 0;}


/*下側の余白調整もろもろ*/
.resultArea{ margin-bottom: 180px;}
.resultArea .sortWrap:nth-of-type(n+2){ margin-bottom: 30px;}
.resultArea .mylistBtns:nth-of-type(n+2){ margin: 65px auto 0;}



/*該当なしテキスト*/
.emptyText{ margin: 180px 0;}

/*マイリスト（数量入力）合計*/
.total{
    /* text-align: right; */
    font-size: 2.0rem;
    font-weight: bold;
    margin: 20px 0 0;
}
.total div{
    color:#003f7e;
    display: inline-flex;
    width: 290px;
    padding-bottom: 10px;
    border-bottom: 2px solid #003f7e;
    justify-content: space-between;
}
.countarea{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*マイリスト（数量入力）ボタン*/
.mylist_count{
    padding-right: 30px;
}

.leftLinks .btn{
    display: block;
    border: 1px solid #003f7e;
    text-align: center;
    width: 110px;
    border-radius: 77px;
    color: #003f7e;
    font-weight: 500;
    font-size: 1.2rem;
    transition: background-color 0.2s, color 0.2s;
    margin-left: 10px;
    padding: 10px 0;
}
.leftLinks .btn:hover {
    background-color: #003f7e;
    color: #fff;
}

.card input[type="text"].num{ width: 60px;}

.resultList li dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 8px;
}




/*-----------------
モーダル保存
------------------*/
.white-popup-block {
    background: #FFF;
    padding: 40px;
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
    position: relative;
  }
  .white-popup-block h2{
      text-align: center;
      font-size: 2rem;
      margin-bottom: 20px;
      color: #333;
      font-weight: bold;
  }
  .white-popup-block h2 + p{
    text-align: center;
    font-size: 1.6rem;
    text-align: center;
    line-height: normal;
    margin-bottom: 40px;
  }
  .textbox-001-label,
  .textarea-001-label,
  .textbox-002-label,
  .textarea-002-label{
    font-size: 1.6rem;
    font-weight: bold;
  }
  .textbox-001-label,
  .textbox-001,
  .textbox-002-label,
  .textbox-002 {
      color: #333;
  }
  .textbox-001-label,
  .textbox-002-label {
      display: block;
      margin-bottom: 5px;
      font-size: 1.6rem;
  }
  .textbox-001,
  .textbox-002 {
      width: 100%;
      padding: 8px 10px;
      border-radius: 3px;
      font-size: 1.6rem !important;
      line-height: 1.5;
      margin-bottom: 40px;
  }
  .textbox-001::placeholder,
  .textbox-002::placeholder {
      color: #999;
  }
  .textarea-001-label,
  .textarea-001,
  .textarea-002-label,
  .textarea-002 {
      color: #333;
  }
  .textarea-001-label,
  .textarea-002-label {
      display: block;
      margin-bottom: 5px;
      font-size: 1.6rem;
  }
  .textarea-001{
      width: 100%;
      padding: 10px;
      border: 1px solid #e0e0e0;
      border-radius: 3px;
      font-size: 1.6rem;
      line-height: 1.5;
      height: 12rem;
  }
  .textarea-001::placeholder {
      color: #999;
  }
  .popup-modal-dismiss{
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
    transition: 0.3s;
    margin-right: 20px;
    border-radius:70px;
    padding: 14px;
    width: 14rem;
   }
   .popup-modal-dismiss:hover{
    background-color:#fff;
    color: #9f9f9f;
   }
  .popup-modal-done{
    background-color: #003f7e;
    border: 1px solid #003f7e;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
    transition: 0.3s;
    border-radius:70px;
    padding: 14px;
    width: 14rem;
   }
   .popup-modal-done:hover{
    background-color:#fff;
    color: #003f7e;
   }
   .btn-box{
    display: flex;
    justify-content: center;
    margin-top: 40px;
   }
/*-----------------
モーダル 保存完了
------------------*/
.white-popup-block.popup-end {
    max-width: 400px;
  }
.white-popup-block .modal-comment{
    text-align: center;
}
.white-popup-block .modal-comment p{
    font-size: 1.6rem;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    line-height: normal;
}
.btn-box-close{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-box-close a{
    background-color: #003f7e;
    border: 1px solid #003f7e;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
    transition: 0.3s;
    border-radius:70px;
    padding: 14px;
    width: 14rem;
    margin-right: 0;
    }
    .btn-box-close a:hover {
        background-color:#fff;
        color: #003f7e;
    }

/*-----------------
モーダル 復元
------------------*/
#mylist-restore-modal.white-popup-block {
    background: #FFF;
    padding: 40px;
    text-align: left;
    max-width: 970px;
    margin: 40px auto;
    position: relative;
  }
#mylist-restore-modal .list-keep{
    padding: 20px; 
    width: 100%;
    height: 270px;
    overflow-y: auto;
    border: 1px solid #ccc;
}
#mylist-restore-modal .list-keep div{
    display: flex;
    align-items:flex-start;
    box-sizing: border-box;
    font-size: 1.6rem;
    justify-content: flex-start;
    position: relative;
}
#mylist-restore-modal .list-keep div:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#mylist-restore-modal .list-keep dt.list-keep-radio{
    position: relative;
    /* margin-left: 20px; */
}
#mylist-restore-modal .list-keep dd.list-keep-time{
    flex-basis: 6em;
    margin-left: 20px;
}
#mylist-restore-modal .list-keep dd.list-keep-ttl-1,
#mylist-restore-modal .list-keep dd.list-keep-ttl-2{
    flex-basis: 15em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mylist-restore-modal .list-keep dd.list-keep-ttl-1{
    margin-left: 10px;
}
#mylist-restore-modal .list-keep dd.list-keep-ttl-2{
    margin-left: 20px;
}
#mylist-restore-modal .list-keep dd.list-keep-text{
    flex-basis: 10em;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mylist-restore-modal .list-keep .radio01{
display: none;
}
#mylist-restore-modal .list-keep .radio01 + label{
padding-left: 22px;
position:relative;

}
#mylist-restore-modal .list-keep .radio01 + label::before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 87%;
height: 100%;
/* width: 1.8rem;
height: 1.8rem; */
border: 1px solid #999;
border-radius: 50%;
}
#mylist-restore-modal .list-keep .radio01:checked + label{
color: #003f7e;
}
#mylist-restore-modal .list-keep .radio01:checked + label::after{
content: "";
display: block;
position: absolute;
top: 4px;
left: 4px;
width: 59%;
height: 67%;
/* top: 25%;
left: 22%;
width: 1rem;
height: 1rem; */
box-sizing: border-box;
background: #003f7e;
border-radius: 50%;
}
#mylist-restore-modal .btn-box-restore {
display: flex;
margin-top: 40px;
}
#mylist-restore-modal .popup-modal-dismiss,
#mylist-restore-modal .popup-modal-delete {
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
    transition: 0.3s;
    margin-right: 20px;
    border-radius:70px;
    padding: 14px;
    width: 14rem;
}
#mylist-restore-modal .popup-modal-dismiss:hover,
#mylist-restore-modal .popup-modal-delete:hover{
    background-color:#fff;
    color: #9f9f9f;
   }
#mylist-restore-modal .popup-modal-done {
margin-left: auto;
background-color: #003f7e;
border: 1px solid #003f7e;
display: inline-block;
text-align: center;
font-weight: 500;
color: #fff;
font-size: 1.6rem;
transition: 0.3s;
border-radius:70px;
padding: 14px;
width: 14rem;
}
#mylist-restore-modal .popup-modal-done:hover {
    background-color:#fff;
    color: #003f7e;
}