h4.box_title1{
    background: #fcf9ed;
    text-align: center;
}
.cate_box.d_flex.mg_t-50px.flex_top-left.pd_b-50px {
    margin-top: 20px;
    padding-bottom:20px;
}
h4.box_title1 {
    background: #f7f5e4;
    text-align: center;
    font-size: 20px;
    max-width: 85%;
    margin: auto;
    padding: 15px;
    position:relative;
}

h4.box_title1::before {
    width: 1px;
    height: 90px;
    content: "";
    position: absolute;
    /* border-left: 2px dashed #486fbc; */
    left: calc(50% - 10px);
    bottom: -30px;
    width: 0;
    height: 0;
    transform: rotate(-180deg);
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #301601 transparent;
}

.cate_box:last-of-type h4.box_title1::before {
    display: none;
}
/*-------------------------------スマホ-------------------------*/
@media screen and (max-width:667px){
    h4.box_title1 {
        background: #f7f5e4;
        text-align: center;
        font-size: 16px;
        max-width: 100%;
        margin: auto;
        padding: 15px;
        position: relative;
    }
}