

.sub-content {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05rem;
    line-height: 24px;
    padding-top: 30px;
}

#cart_pages .show_favorite {
    border: 1px solid #2A64A7;
    padding: 7px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}
.show_favorite .en {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
div#showlist_cnt {
    float: left;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 44px;
}
#cart_pages{
    width: 90%;
    margin: 0 auto;
}
#mylist,.notification{
    width: 90%;
    margin: 0 auto;
}
.mylistsave tr th, .mylistsave tr td{
    border: solid 1px #CDD6DD;
}
.mylistsave tr th{
    text-align: center;
    padding: 10px 0px;
}
.mylistsave tr td{
    padding: 10px;
}
.mylistsave tr .list_delete,.mylistsave tr .list_load{
    text-align: center;

}
.mylistsave tr .list_delete button{
    background-color: white;
    color: #2A64A7;
    border: 1px solid #2A64A7;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 20px;
}
.mylistsave tr .list_delete button:hover{
    background-color: #2A64A7;
    color: white;
}
.text_product_not{
    text-align: center;
    border: 1px solid #d6d6d6;
    width: 90%;
    margin: 0 auto;
    padding: 20px; 
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mylistsave tr .list_load button{
    background-color: white;
    color: #2A64A7;
    border: 1px solid #2A64A7;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 18px;
}
.mylistsave tr .list_load button:hover{
    background-color: #2A64A7;
    color: white;
}
.number_productadd span{
    font-size: 13px;
}
#cart_pages .show_favorite{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    line-height: 28px;
    margin-bottom: 15px;
}
.info_add{
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05rem;
    line-height: 17px;
    width: calc(100% - 150px);
}
.mylist-third .checkboxA {
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    min-width: ;
}
#main-div-check .div_sort {
    float: right;
    margin-left: 20px;
}
#js_sort {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 17px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../img/top/select.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    outline: 0;
    border-radius: 4px;
    height: 33px;
    width: 140px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #F0F3F5;
    padding: 6px 12px;
}

.js_sort .js_sort-label{
    margin-bottom: 0;
}



.div_delete{
  margin-top: 30px;
  margin-bottom: 20px;
}

.js_sort {
  position: relative;
  
}
.js_sort .js_sort-list {
  padding: 5px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  overflow-y: hidden;
  max-height: 200px;
  background: #616161;
  display: none;
  z-index: 10;
  border-radius: 4px;
}
.js_sort .js_sort_checkbox {
  opacity: 0;
  transition: opacity 0.2s;
  padding: 3px 5px 1px 5px;
  border-radius: 4px;
}
.js_sort .js_sort_checkbox:hover{
    background-color: #4B83E3;
}
.js_sort .js_sort-label {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.js_sort.open .js_sort-list {
  display: block;
}
.js_sort.open .js_sort_checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
/*.js_sort.open .js_sort-label:before {
  transform: translateY(-50%) rotate(-180deg);
}
*/

.js_sort_checkbox:last-child {
  margin-bottom: 0;
}
.js_sort_checkbox .js_sort_checkbox-custom {
  display: none;
}
.js_sort_checkbox .js_sort_checkbox-custom-label {
  display: block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.js_sort_checkbox .js_sort_checkbox-custom + .js_sort_checkbox-custom-label:before {
  content: "";
  background: #0078D7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
}
.js_sort_checkbox .js_sort_checkbox-custom:checked + .js_sort_checkbox-custom-label:after {
  content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    height: 8px;
    padding: 2px;
    transform: rotate(45deg);
    text-align: center;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.js_sort_checkbox .js_sort_checkbox-custom-label {
  line-height: 16px;
 
  margin-right: 0;
  margin-left: 0;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.05rem;
 
}

#mylist-table tr th,#mylist-table tr td{
      border: solid 1px #CDD6DD;
}
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
#cart_pages input[type=checkbox] {
    visibility: hidden;
    margin: 0;
}
#mylist-table th {
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    border: solid 1px #d9d9d9;
    font-size: 12px;
    height: 40px;
}
/*.kiyaku-div {
    margin: 0 auto;
    text-align: center;
    width: auto;
}*/
#mylist-table .kiyaku-div {
    width: auto;
}
.kiyaku input:checked ~ label {
    background-color: #3b4043;
}
#mylist-table .squaredThree label:after {
    top: 5px;
    left: 3px;
}
.chk input:checked ~ label {
    background-color: #3b4043;
    background-color: #3b4043;
}
#chk input:checked ~ label {
    background-color: #3b4043;
}
#mylist-table .squaredThree label {
    left: calc(50% - 10px);
    width: 18px;
    height: 18px;
}
#mylist-table .squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
    border-top: none;
    border-right: none;
    
}
.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.squaredThree label{
    margin-bottom: 0;
    margin-top: 2px;
}
#mylist-table tr .chk,#mylist-table tr .updown{
  width: 55px;
}
#mylist-table .updown{
  text-align: center;
}
.icon_arrowup {
    background-image: url(../icon/arrowup.png);
    width: 13px;
    height: 21px;
    background-size: cover;
    background-position: center;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.icon_arrowdown {
    background-image: url(../icon/arrowdown.png);
    width: 13px;
    height: 21px;
    background-size: cover;
    background-position: center;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#mylist-table tr .seq{
  width: 72px;
  padding: 0px 5px;
  text-align: center;
} 
#mylist-table tr .seq .seq_text{
  width: 44px;
  padding: 0px 5px;
  margin: 0 auto;
  text-align: center;
}

#mylist-table tr .code{
  width: 135px;
} 

#mylist-table tr .thumbs{
  width: 100px;
} 
#mylist-table tr .thumbs img{
  width: 100%;
  padding: 5px;
}
#mylist-table tr td .cart-item__name{
  padding: 0 20px;
}

.cart-item__unitPrice{
  text-align: center;
}
.cart-item__unitPrice .pricesort_s{
  font-size: 22px;
  font-weight: 500;
}
.cart-item__unitPrice .tani{
  font-size: 13px;
  font-weight: 500;
}
.delete_item {
    color: white;
    background-color: #3b4043;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    padding: 5px;
    font-size: 14px;
    padding: 10px 25px;
}
#cart_pages .delete_item {
    background-color: white;
    color: #2A64A7;
    border: 1px solid #2A64A7;
}
#cart_pages .delete_item:hover {
    background-color: #2A64A7;
    color: white;
}
.scroll-table {
    overflow: auto;
    white-space: nowrap;
    border: solid 1px #ddd;
    clear: both;
}
.chuuy{
  font-size: 10px;
  letter-spacing: 0.05rem;
  line-height: 15px;
  margin-top: 20px;
}
.table_button {
    background-color: white;
    margin-top: 65px;
    padding-bottom: 60px;
     text-align: center;
     box-shadow: #707070 0px 1px 35px -18px;
}
.table_button_text{
  padding-top: 60px;
     
}
.btn {
    width: 300px;
    margin-top: 40px;
    padding: 10px 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 40px;
    background-color: white;
    color: #3b4043;
    border-color: #3b4043;
    display: inline-block;
    font-size: 18px;
    height: 80px;
    max-width: 350px;
    width: 100%;
    line-height: 60px;
}
.js-mylist-save {
    width: 300px;
    margin-top: 40px;
    padding: 10px 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 40px;
    background-color: white;
    color: #3b4043;
    border-color: #3b4043;
    display: inline-block;
    font-size: 18px;
    height: 80px;
    max-width: 350px;
    width: 100%;
    line-height: 60px;
}
#cart_pages .js-mylist-save {
    border-color: #4E4E4E;
    color: #4E4E4E;
}
#cart_pages .btn_load {
    border-color: #4E4E4E;
    color: #4E4E4E;
}

#cart_pages .js-mylist-save:hover {
    background-color: #4E4E4E;
    color: white;
}
#cart_pages .btn_load:hover {
    background-color: #4E4E4E;
    color: white;
}
.list_info {
    display: flex;
    flex-flow: row wrap;
    width: 90%;
    margin: 40px auto 30px auto;

}
.js-mylist-load {
    color: #666666;
    background-color: white;
    border: 0;
    box-shadow: none;
    padding: 5px;
    font-size: 14px;
    min-width: 160px;
    height: 40px;
    line-height: 30px;
}
.js-mylist-loads {
    color: white;
    border: 0;
    box-shadow: none;
    padding: 5px;
    font-size: 14px;
    min-width: 140px;
    height: 40px;
    line-height: 30px;
}
.item_list-child {
    border-radius: 5px;
    border: 2px solid #666666;
    margin: 5px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_list a {
    display: block;
}
.item_list .js-mylist-load {
    background-color: white;
    font-size: 13px;
    letter-spacing: .1em;
}
.js-mylist-del-2 i {
    color: #666666;
}
._listload {
    display: inline-block;
    padding-left: 5px;
    padding-right: 7px;
}
.item_list.is-current .item_list-child {
    background: #666666;
}
.item_list.is-current .item_list-child a,.is-current .js-mylist-del-2 i {
    color: white;
}

#cart_pages ul.nav.nav-tabs.nav-tabs-responsive {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background-color: #fff;
    width: 100%;
}
#_favorite_page_ #cart_pages .nav-tabs {
    border-color: #666666;
}
.nav-tabs > li > a {
    border: 0 !important;
    height: 70px;
    line-height: 50px;
}
.nav-tabs>li>a {
    margin: 0;
}
#cart_pages .nav-tabs > li {
    float: left;
    margin: 0;
    margin-bottom: -1px;
    width: 25% !important;
    text-align: center;
    padding: 0;
    -webkit-box-flex: 1;
    flex: 1;
}
.nav-tabs > li.head-tabping.active > a {
    color: #fff;
    font-weight: bold;
    background-color: #060606;
    border-radius: 0;
}
#_favorite_page_ .nav-tabs>li.head-tabping>a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#_favorite_page_ .nav-tabs > li.head-tabping.active > a {
    background-color: #666666;
}
.head-tabping .text {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}
#_favorite_page_ .nav > li.head-tabping > a:hover {
    background-color: #666666;
    color: white;
    border-radius: 0;
}

.js_sort_checkbox.selected{
        background-color: #4B83E3;
}


div#Proposal {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.mylist-second.tab-content {
    margin-top: 50px;
}
.dowloadproduct__title, .proposal__title, .estimate__title {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
}
.mylist-second div.en {
    margin-bottom: 20px;
    text-align: center;
    font-size: 10px;
}
.title-head-ms-btn1 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}

.ms-table-first {
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    width: 100%;
}
.mylist-second table th {
    width: 200px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}
.mylist-second table.ms-table-first th {
    padding: 20px;
    border: solid 1px #cdd6dd;
    font-size: 12px;
    vertical-align: middle;
    width: 25%;
}
.mylist-second table.ms-table-first td {
    padding: 20px;
    border: solid 1px #cdd6dd;
    font-size: 12px;
    vertical-align: middle;
    width: 25%;
    width: 660px;
}
.ms-table-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.ms-table-first input:not([type="checkbox"]) {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
    max-width: 420px;
    height: 40px;
}
.input-append.date {
    position: relative;
}
span.add-on {
    position: absolute;
    right: 10px;
    top: 10px;
}
.div_percent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.percent_ex {
    padding-left: 5px;
}
.ms-table-radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
.checkmark-radio {
    position: absolute;
    top: 2px;
    left: 10px;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #556d82;
    position: absolute;
    top: 2px;
    left: 10px;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #3b4043;
}
.ms-table-radio input:checked ~ .checkmark-radio {
    background-color: #3b4043;
}
.ms-table-radio span:last-child {
    margin: 0px 30px;
}
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}
.ms-table-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

.mylist-second .kiyaku {
    text-align: center;
    margin-bottom: 50px;
}
.mylist-second .kiyaku span {
    display: inline-block;
}
.terms-div-check span {
    position: absolute;
    left: calc(50% - 45px);
}
.mylist-second .kiyaku a {
    text-decoration: underline;
    color: #333333;
}
.mylist-second table .td_att {
    padding-top: 50px;
}
.mylist-second .table-btn {
    text-align: center;
    margin-bottom: 40px;
}
.mylist-second .table-btn a {
    width: 350px;
    border-radius: 40px;
    color: #2A64A7;
    border: 2px solid #2A64A7;
    margin: 5px 10px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}
.excel-text{
    font-size: 13px;
}
#_favorite_page_ .mylist-second .table-btn a:hover {
    color: white;
    background-color: #2A64A7;
}
.tb__btn{
    background-color: white;
    text-align: center;
    box-shadow: #707070 0px 1px 35px -18px;
    padding: 60px 20px;
}
.img_x {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 20px 5px;
}
.img_x .ms-table-radio {
    margin-top: 10px;
}
#mylist-table {
    min-width: 971px;
}

















@media screen and (max-width:1024px){
    .item_list{
        width: 280px;
    }
    .item_list-child{
        justify-content: start;
    }
}
@media screen and (max-width:768px){
    .item_list{
        width: 100%;
    }
    .mylist-third .checkboxA{
        flex-direction: column;
    }
    .info_add{
        width: 100%;
    }
   #main-div-check .div_sort{
        margin-left: 0;
        float: none;
        display: flex;
       justify-content: end;
       margin-top: 20px;
    }
    #third-div .kiyaku-div{
        text-align: left;
    }
}