/* ------------------------------------------- */
/* fv
/* ------------------------------------------- */
.fv_message{
 /*   display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.fv{
    align-items: center;
    justify-content: center;
}

h1{
    font-size: 31px;
    font-weight: bold;
    color: #1071B7;
    line-height: 50px;
    text-align: left;
}
.fv_copy{
    position: relative;
    display: inline-block;
}
.fv_copy:last-child{
    margin-bottom: 12px;
}
.fv_copy:after{
    position: absolute;
    bottom: 8px;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 234, 123, 0.6);
    z-index: -1;
}
.fv_copy_tab{
    display: none;
}
.fv_copy_sp{
    display: none;
}
.fv_text{
    font-size: 18px;
}
.fv_img_wrapper{
    margin: 5.5vw 0 1.5vw 2vw;
}
.fv_img_wrapper img{
    width: 260px;
}
/* ------------------------------------------- */
/* category
/* ------------------------------------------- */
.category_list{
    flex-wrap: wrap;
    margin-top: 60px;
}
.category_item{
    width: 48%;
    box-shadow: 0 3px 6px #D6D6D6;
    transition: 0.3s all ease;
}
.category_item:hover{
    box-shadow: 0 1px 2px #D6D6D6;
}
.category_item:hover .category_img_wrapper img{
    transform: scale(1.06) translate3d(0,0,0);
}     
.category_item:nth-child(2n+1){
    margin-right: 30px;
}
.category_item:nth-child(-n+2){
    margin-bottom: 30px;
}
.category_img_wrapper{
    overflow: hidden;
}
.category_img_wrapper img{
    width: 100%;
    transition: 0.3s all ease;
}
.category_container{
    padding: 30px;
    background-color: #fff;
}
.categoryTitle_top{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #485157;
    line-height: 14px;
    padding: 2px 10px;
    margin-bottom: 15px;
}
.articleTitle_top{
    font-size: 18px;
    font-weight: bold;
    color: #00437F;
}

@media screen and (max-width: 768px){
/* ------------------------------------------- */
/* fv
/* ------------------------------------------- */
h1{
    font-size: 30px;
    line-height: 40px;
}
.fv_copy{
    display: none;
}
.fv_copy_tab{
    position: relative;
    display: inline-block;
}
.fv_copy_tab:last-child{
    margin-bottom: 10px;
}
.fv_copy_tab:after{
    position: absolute;
    bottom: 6px;
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: rgba(255, 234, 123, 0.6);
    z-index: -1;
}
.fv_text{
    font-size: 16px;
}
.fv_img_wrapper img{
    width: 250px;
}
/* ------------------------------------------- */
/* category
/* ------------------------------------------- */
.category_item{
    width: 47.9%;
}
.categoryTitle_top{
    font-size: 12px;
    line-height: 12px;
}
.articleTitle_top{
    font-size: 16px;
}
.category_item:hover .category_img_wrapper img{
    transform: none;
}
}

@media screen and (max-width: 480px){
/* ------------------------------------------- */
/* fv
/* ------------------------------------------- */
.fv{
    margin-top: 30px;
}
h1{
    font-size: 23px;
    line-height: 30px;
}
.fv_copy_tab{
    display: none;
}
.fv_copy_sp{
    position: relative;
    display: inline-block;
}
.fv_copy_sp:last-child{
    margin-bottom: 3px;
}
.fv_copy_sp:after{
    position: absolute;
    bottom: 4px;
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: rgba(255, 234, 123, 0.6);
    z-index: -1;
}
.fv_text{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}
.fv_img_wrapper{
    margin: 0 0 0 0;
    text-align: center;
}
.fv_img_wrapper img{
    width: 200px;
}
/* ------------------------------------------- */
/* category
/* ------------------------------------------- */
.category_list{
    flex-wrap: nowrap;
    margin-top: 15px;
}
.category_item{
    width: 100%;
}
.category_item:nth-child(2n+1){
    margin-right: 0px;
}
.category_item:nth-child(-n+3){
    margin-bottom: 15px;
}
.category_img_wrapper img{
    width: 100%;
}
.category_container{
    padding: 15px;
}
.categoryTitle_top{
    line-height: 12px;
    padding: 2px 8px;
    margin-bottom: 10px;
}
.articleTitle_top{
    font-size: 15px;
    line-height: 25px;
}
}

@media screen and (max-width: 374px){
    /* ------------------------------------------- */
    /* fv
    /* ------------------------------------------- */
    h1{
        font-size: 20px;
    }
    .fv_text{
        font-size: 12px;
    }
}