@charset "utf-8";
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estimate-list {
    align-items: center;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 3.2rem .7rem .8rem;
    position: relative;
    width: 100%;
    z-index: 0;
}
.estimate-list > .box-number {
    align-items: center;
    color: #333;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: bold;
    height: 40px;
    justify-content: center;
    left: 10px;
    letter-spacing: -.6px;
    position: absolute;
    top: 10px;
    width: 44px;
    z-index: 2;
}
.estimate-list > .box-number::after {
    content: '';
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background-color: #f7f7f7;
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-53%);
    top: 50%;
    width: 100%;
    z-index: -1;
}
.estimate-list .head {
    align-items: center;
    background-color: #333;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: bold;
    height: 2.5rem;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.estimate-list .item-img {
    margin-bottom: .5rem;
    margin-right: 2%;
    width: 44%;
}
.estimate-list img {
    height: auto;
    max-width: 100%;
}
.estimate-list .item-price {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    width: 50.5%;
}
.estimate-list .item-price .item {
    padding: 0.4rem 0;
}
.estimate-list .item-price .item:not(:last-of-type) {
    border-bottom: 1px dotted #dbdbdb;
    padding: 0.4rem 0;
}
.estimate-list .item-price .item:last-of-type {
    padding-top: 0.4rem;
    margin-bottom: .5rem;
}
.estimate-list .name {
    color: #222;
    display: block;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1px;
}
.estimate-list .price {
    background: url(/img/price/icon_work.png) no-repeat left center;
    background-size: 24px;
    color: #ff6119;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.6px;
    line-height: 1.3;
    text-align: right;
}
.estimate-list .price .small-text {
    font-size: .75em;
}
.estimate-list .tax-included {
    display: block;
    font-size: .75rem;
}
.estimate-list .item-btns {
    align-self: flex-end;
    display: flex;
    height: 3.4em;
    justify-content: space-between;
    margin-top: 0.2rem;
    text-align: center;
    width: 100%;
}
.estimate-list .item-btns .none {
    visibility: hidden;
}
.estimate-list .item-btns a {
    align-items: center;
    color: #222;
    display: inline-flex;
    justify-content: center;
    line-height: 1.2;
}
.estimate-list .item-btns a:hover {
    opacity: .9;
}
.estimate-list .item-btns a:not(.btn-estimate) {
    background-color: #e3e3e3;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    width: 21%;
}
.estimate-list .item-btns .btn-estimate {
    color: #fff;
    background-color: #319e34;
    border-radius: 6rem;
    font-size: 1rem;
    font-weight: 600;
    width: 52%;
}
.estimate-list .item-btns a i {
    margin-right: 5px;
}

/* SP用 */
@media screen and (max-width: 560px) {
    .estimate-list {
        margin-bottom: .5rem;
    }
}

/* PC用 */
@media screen and (min-width: 561px) {
.estimate-list {
    padding: 3.2rem .8rem .8rem;
    width: 49%;
}
.estimate-list > .box-number {
    font-size: 1.4rem;
    height: 44px;
    left: 12px;
    top: 12px;
    width: 48px;
}
.estimate-list .item-img {
    margin-right: 3%;
    width: 46%;
}
.estimate-list .item-price {
    width: 49.5%;
}
.estimate-list .name {
    margin-bottom: 3px;
}
.estimate-list .price {
    letter-spacing: -.8px;
    font-size: 1.7rem;
}
.estimate-list .price .small-text {
    font-size: .85em;
}
.estimate-list .tax-included {
    font-size: .5em;
}
.estimate-list .item-btns a:not(.btn-estimate) {
    width: 22%;
}
.estimate-list .item-btns .btn-estimate {
    width: 50%;
}
}

/*矢印 IEのみ*/
@media all and (-ms-high-contrast: none) {
}