body {
}
#estimate-menu {
  position: absolute;
  top: 53px;
  bottom: 0;
  width: 13rem;
  z-index: 1;
  background-color: #f6f6f6;
}
#estimate-menu .list-group-item {
    font-size: 13px;
    padding: 0.3rem 0.5rem;
}
#estimate-menu .category {
    font-size: 14px;
    font-weight: bold;
}
#estimate-menu a {
    color: #212529 !important;
}
#estimate-contents {
  position: absolute;
  top: 53px;
  bottom: 0;
  width: 100%;
  padding-left: 14.5rem;
  overflow-y: scroll;
  padding-bottom: 40rem;
}
#estimate-contents h3 {
    margin-top: 50px;
    color: #555;
    border-bottom: 1px solid #666;
    padding-bottom: 3px;
}
#estimate-contents .block {
    padding: 0.6em;/*文字周りの余白*/
}
#estimate-contents .form-control {
    background-color: #ffffe0;
}
@media print {
    #estimate-menu {
        display: none;
    }
    #estimate-contents {
        overflow-y: visible;
    }
}

#floatWin {
    position: fixed;
    right: 50px;
    top: 70px;
    z-index: 10;
    background: #fff;
    padding: 5px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.input_charcounter-over {
    color: red;
}

.one_day_remind {
    background-color: #FFFEE5;
}
.three_days_remind {
    background-color: #fff3cd;
}
.one_week_remind {
    background-color: #ffe89e;
}
.two_weeks_remind {
    background-color: #ffdf78;
}
.max_remind {
    background-color: #ffc300;
}

.swiper-container {
    width: 300px;
}

.recv_groups-input-area {
    padding: 3px;
    background-color: #dff0f7;
}

.tel-update-area {
}

footer {
    text-align: right;
    padding-right: 10px;
    padding-top: 2px; }
    footer a {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

/* smart phones */
@media screen and (max-device-width: 480px) {
}
