@charset "UTF-8";

#sign {
  padding-right: 2;
}

#sign img {
  width: 142px;
}

#itemmenu nav li a ,#desktopnavi2 ul.login-nav li a,#newitem-in h2,#gooditem-in .likettl h2,.item-in .ttl {
  color: #110114;
}

.itempricefr .itemprice {
  font-weight: bold;
  font-size: 1.25rem;
}

.itempricefr .itempostage {
  margin-left: 10px;
}

.itempricefr .itempostage span {
  background: none;
  padding: 0;
  font-size: 0.78rem;
}

/* .id-buybtn a {
  background-color: #ff0000;
}

.com-btn a {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.id-buybtn a {
  background-color: #ff0000;
} */


.id-postage span {
  background: none;
  color: #ff0000;
  font-size: 1.13rem;
  padding: 0;
}

/* .id-pricefr .id-price {
  font-size: 1.13rem;
  margin-right: 0.8em;
} */

.acctxt3 {
  font-size: 1.1rem;
  margin-bottom: 2em;
  line-height: 1.6em;
  text-align: center;
}

.arrtxt {
  color: #ff0000;
  font-size: 1.13rem;
  line-height: 1.4em;
  margin: 0.8rem 0;
}

.inattxt {
  font-size: 0.9rem;
  line-height: 1.4em;
  margin-bottom: 0.8rem;
}

.inattitle {
  font-size: 1.1rem;
  line-height: 1.4em;
  margin-bottom: 0.8rem;
}

#adrsForm1 label, #edpassForm1 label, #idconfForm label, #exhibitForm label {
  font-size: 1.05rem;
}

.mtxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feetit,.fcost {
  font-size: 1.2rem;
  line-height: 1.35em;
  margin: 0.8rem 0;
}

.uploadfr input, .up_input {
  display: none;
}

.select-selected {
  color: black;
}

/* .salecheck {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 15px 0;
} */

ul.salecheck li {
  margin-right: 25px;
}

.salecheck .orderby {
  margin-left: auto;
  margin-right: 0;
}

ul.salecheck select {
  padding: 11px 15px;
  padding-right: 1em;
  border: solid 1px #eee;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  cursor: pointer;
}

.id-infotd .datacont p {
  line-height: 170%;
}

.passloss {
  text-align: right;
  margin-top: 15px;
}

.passloss a {
  color: #666;
  position: relative;
  line-height: 19px;
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
}

.passloss a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/arrow2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
  transform: rotate(180deg); /* 180度回転 */
}

.alert-success {
  background: #fae8e8;
  color: #000;
  padding: 15px;
}

.badge-overlay {
    padding-top: 15px;
    border-radius: 4px 4px 0 0;
    display: flex;
    gap: 5px;
    z-index: 2;
}

.badge {
    background-color: rgba(240, 240, 240, 0.9); 
    font-size: 0.85rem;
    /* font-weight: bold; */
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    width: 78px;
    text-align: center;
}

.badge.shipping {
    background-color: #4a60c3; /* 青系 */
}

.badge.warranty {
    background-color: #43a047; /* 緑系 */
}

.delbt {
    text-align: center;
    padding: 1em;
    font-size: 1.15rem;
    color: #ff3259;
    display: block;
    margin-top: 1em;
    width: 100%;
}

.side-logout{
  border-top: 1px solid #e1e1e1;
  margin-top: 35px;
}

.side-logout button {
    color: #0281cd;
    display: block;
    padding: 1.35em 0;
    position: relative;
    font-size: 1.08rem;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.side-logout button:hover {
    color: #666666;
}

.side-logout button i {
    position: absolute;
    right: 0.3em;
    top: calc(50% - 0.5rem);
}

.noticebtn span {
    width: 372px;
}

.id-info h3
 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

.item-in .ttl {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 39.4px;
    text-overflow: ellipsis;
}

.notfound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; 
  text-align: center;
}

.notfound img{
  width: 60px;
}

.notfound p {
  color: #afafaf;
  margin-top: 55px;
  font-size: 1.1rem;
  font-weight: 600;
}

.agr-k {
    margin-top: 1rem;
}

.gb-list3 .gb-p-r {
    margin-bottom: 2rem;
}

#itemmenu nav li a,.login-nav li a {
    font-weight: 600;
}

.pr-ttl {
  font-weight: 600;
    line-height: 1.4em;
    max-height: 2.8em;
}

.contbtnfr {
    justify-content: center;
}

.contbtnfr .soushin {
    max-width: 390px;
}

.contact-formfr ::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 0.95rem;
}
.contact-formfr :-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 0.95rem;
}
.contact-formfr ::-moz-placeholder {
  color: #bfbfbf;
}

.contact-formfr input ::placeholder,.contact-formfr ::placeholder {
    color:#bfbfbf;
}

@media screen and (max-width: 767px) {
#header-in-sp #sign-sp {
    padding-top: 10px;
}

#header-in-sp #sign-sp img {
  height: 29px;
}

.item-in .ttl {
    font-size: 0.9rem;
}

/* .h-message .h-message-menu ul li a,.h-message .h-message-txt p{
    color: #110114;
    font-weight: 600;
} */

/* .itempricefr .itemprice {
  font-weight: bold;
  font-size: 1.4rem;
} */

.itempricefr .itempostage span {
  font-size: 0.85rem;
}

.id-pricefr .id-price span {
  font-size: 1.85rem;
}

.acctxt3 {
  text-align: left;
}

ul.salecheck {
  align-items: center;
}

ul.salecheck li {
  margin-right: 15px;
}

.badge {
    width: 50%;
}

#maypagefr-in .sidebar {
    display: block;
    margin-top: 35px;
}

.infosound a {
    padding: 0.8em 2.5em 0.8em 1em;
    line-height: 175%;
}

.sidebar {
  display: block;
}

.sidebar .searchboxfr {
    display: none;
}

.sidebar .advertise-b {
  display: block;
  margin-top: 35px;
}

.buybtn-forsp .soldout-mark,.buybtn-forsp .com-btn {
  width: 75%;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.noticebtn span {
    max-width: 100%;
    padding: 1em 0.25em;
}

.trade-evaluation {
    padding-bottom: 2rem;
}

.adpr-list-in {
    padding-bottom: 1em;
}

div:not(.login-on) #maypagefr-in-s.user-profile {
        padding-top: 120px;
    }

.notfound {
  padding:75px 50px;
}


.notfound p {
  margin-top: 25px;
  font-weight: 600;
}

#sp-searchbt {
  margin-top: 35px;
}

.salecheck label {
    font-size: 11px;
}

}