@charset "UTF-8";
.card {
    margin-bottom: 2.618rem !important;
    border: 3px solid #ccc;
}
.modal{
    z-index: 9999999;
    top: 150px;
}

.shop-name-absolute * {
    color: #FFF;
    font-size: 1rem !important;
    padding-bottom: 0 !important;
}

.shop-name-absolute span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.card {
    width: 100%;
}

.card-header{
    background-color: #f9f9f9;
    color: #FFF;
}

.card-body p {
    padding-bottom: 0;
}
.btn-danger{
    zoom: 0.618;
    background: #FFF;
    border: 1px solid #e9495e;
    color: #e9495e;
}
.btn-danger:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    font-size: 1em;
    font-weight: bold;
}

/*チェックボックス*/
.input-cover {
    margin: auto;
    border: 3px solid #e9495e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 2rem;
    height: 2rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2rem;
}
.input-cover{
    position: relative;
}

.option-select-label{
    width: 100%;
}

.input-cover span:before{
    color: #000;
    font-size: 2rem;
}

.input-cover input{
    visibility: hidden;
    position: absolute;
}
.input-cover input + span:before{
    content: "";
    display: block;
    left: 5px;
    width: 7px;
    height: 14px;

}
.input-cover input:checked + span:before{
    content: "\02714";
    display: block;
    left: 5px;
    width: 7px;
    height: 14px;
}
.watch-list-ask-btn{
    margin: auto;
    line-height: 1.618em;
    margin-bottom: 3rem;
    background-color: #e9495e !important;
    border-color: #e9495e !important;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
    border-radius: 50px;
shadowColor: "#e9e9e9", shadowOffset:{width:0,height:0}, shadowOpacity:1, shadowRadius:6, borderWidth:0, borderColor:"#e9e9e9", borderRadius:50;
}
.watch-list-ask-btn:before {
    font-family: "Font Awesome 5 Free";
    content: '\f063';
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
}
.watch-list-mail-btn{
    padding: .375rem .75rem;
    background: none;
    border: none;
    color: #e9495e !important;
    font-size: 1em !important;
    text-decoration: none;
    line-height: 1.618;
    border: 1px solid #e9495e;
    color: #e9495e;
    background-color: #FFF;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
}
.watch-list-mail-btn:before{
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-size: 1em;
    font-weight: bold;
    color: #e9495e;
}

em{
    font-style: normal !important;
}

@media (max-width: 768px) {
    .watch-list-ask-btn{
        margin-bottom: 1em;
    }

}

@media (max-width: 320px) {
    .watchlist-small-button-area button{
        font-size: 0.8em !important;
    }
}

.mb-2em{
    margin-bottom: 2em !important;
}

h1 img{
    width:2.618rem;
    height: auto;
}

.mt-1em{
    margin-top: 1em;
}

.pre-card-body{
    position: relative;
    background-color: #000;
}

.card-body .card-text .pink.bold{
    color: #e50051 !important;
    font-weight: bold;
}
.card-body .card-text em.pink{
    font-weight: bold;
}

.usedcar-gray-back-area{
    padding:1rem;
    background-color: #f9f9f9;
}