/*************** Grid *****************/
.grid_wrap {
    width: 100%;
    max-width: 410px;
    padding: 5px;
    margin: 0 auto;
    
}



.grid {
    width: 100%;
    position: relative;
    box-shadow: 1px 1px 5px #EEEEEE;
    
}

.grid a.btn,
.grid a.btn:hover,
.grid_string .grid_title a,
.grid_string .grid_title a:hover {
    color: #000;
}

.grid .imgholder img {
    max-width: 100%;
}

.grid_footer {
    font-size: min(1vw, 10px);
    
    margin-bottom: min(0.6vw, 12px);
    padding-top: 14px;
}



.grid h2 {
    font-size: min(1.4vw, 18px);
    margin: 0 0 14px 0;;
    padding: 0px;
    font-weight: bold;
}

.grid_string {
    /*position: absolute;*/
    bottom: 0;
    background: rgb(255 255 255 / 45%);
    width: 100%;
    color: #000;
    padding: 1% 3%;
    margin: 0;
}

.grid_string .left {
    float: left;
    width: 220px;
}

.grid_string .right {
    float: right;
    padding-right: 5px;
}




/****** graph ******/
.grid .progress {
    margin-bottom: 0px;
    height: 24px;
    border-radius: 50px;
    background: rgba(180, 180, 180, .1);
}

.grid .progress-bar {
    color: #FFFFFF; /**transparent**/
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: start;
    padding-left: 10px;
}

.progress-bar-warning{
    background: linear-gradient(to right, #c21630, #e8b406);
}

/****** success ******/
.grid .project_success {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    padding: 4px 0;
    background: #c21630;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/****** buttons ******/
.grid_wrap .buttons {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
}

.grid_wrap .buttons .left,
.grid_wrap .buttons .right {
    float: left;
    width: 50%;
}

@media screen and (min-width: 700px) {
    .grid_container {
        margin: 0 auto;
    }

    .grid_wrap {
        padding: 5px 0 5px 10px;
    }

    .grid, .grid_wrap {
        
        float: left;
    }
}


/** 追加 **/
.grid_title{
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ft_cont {
    margin-right: min(0.6vw, 10px);
}

.f_speace {
    margin-right: min(0.8vw, 12px);
}
