@charset 'UTF-8';

/*blog-fv------------------------------------------------*/
.blog-fv{
    background-image: url(../images/blog-sam.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 200px;
    padding-top: 80px;
    height: 18rem;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: table;
}

.blog-fv-title{
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

#blog{
    margin-bottom: 700px;
}

/*blog------------------------------------------------*/
.blog-item{
    display: flex;
    align-items: center;
}

.blog-title{
    font-size: 1.5rem;
    color: #4a9489;
    font-weight: 500;
    margin-top: 0;
}

.blog-textbox{
    margin-left: 3rem;
}

.blog-textbox a{
    opacity: 1;
}


.blog-text{
    margin-bottom: 1.5rem;
}

.blog-btn{
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: bold;
    border: solid 1px #4a9489;
    color: #4a9489;
}

.blog-btn:hover{
    border-radius: 3rem;
    background-color: #4a9489;
    color: #fff;
    transition: .5s;
}

@media screen and (max-width : 1380px) {
    .blog-fv {
        padding-top: 110px;
    }
}

@media screen and (max-width : 768px){
    .blog-item{
        flex-direction: column;
    }
    .blog-img{
        width: 100%;
    }
    .blog-img img{
        width: 100%;
    }
    .blog-textbox{
        margin: 25px 0 0 0;
    }
    .blog-btn{
        padding:1rem 4.3rem;
    }
    #blog{
        margin-bottom: 300px;
    }
}

@media screen and (max-width : 430px){
    .blog-fv{
        padding-top: 70px;
    }
}