/*================================================ *  estimate 個別ページ　CSS設定 ================================================*/

.hero_box {
    width: 100%;
    max-height: 430px;
    background: url("../images/hero_bg.png") no-repeat 50% 50%;
    background-size: cover;
}

.hero_box_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

h1 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
}



/*************************************************************************************/
/*Sp Layout*/
/*************************************************************************************/
@media screen and (max-width:767px) {
   
}
