::-webkit-input-placeholder{
    font-weight: bold;
    color:#999;
}
:-moz-placeholder{
    font-weight: bold;
    color:#999;
}
.formtable ::-moz-placeholder{
    font-weight: bold;
    color:#999;
}
:-ms-input-placeholder{
    font-weight: bold;
    color:#999;
}
.renewal-section-title{
    border-bottom: 1px solid #777777;
    padding-bottom: 24px;
    padding-top: 12px;
    width: calc(100% - 36px);
    margin: 0 auto;
}
.renewal-case-slider-wrap{
    width: 100%;
}
.search-box input{
    background-color: #ffffff;
    border:none;
    padding: 0 6px;
    border-radius: 0;
}
.search-box a{
    border: none;
    box-shadow: none;
    background: none;
    position: relative;
}   
.search-box strong{
    display: block;
    margin-bottom: 12px;
    font-size: 1.75em;
    color:#333;
}
.search-box > div{
    display: flex;
    align-items: center;
}
@media (min-width: 1181px){
    .renewal-map-box{
        float: left;
        width: 500px;
        height: 600px;
    }
}
@media (min-width:992px){    
    .renewal-case-list .slider{
        width:calc((100% - 20px) / 4 - 16px);
    }
}
@media (min-width: 769px){ 
    .search-box strong{
        letter-spacing: 0.05em;
    }
    .search-box input{
        width: 268px;
        height: 40px;
    }
    .search-box {
        padding-left: 5vw;
    }
    .renewal-section{
        padding-bottom: 100px;
    }    
}
@media (max-width: 768px){   
    .icon-h30{
        height: 30px;
    }
    .renewal-section-title .title-name,
    .search-box strong{
        font-size: 1.5em;
    }
    .renewal-section-title{
        padding-top: 36px;
        padding-bottom: 12px;
    }
    .renewal-case-slider-wrap{
        padding-top: 20px;
    }
    .search-box input{
        width: 250px;
        height: 30px;
    }
    .search-box a{
        height: 30px;
        margin-left: 8px;
    }  
}
