/* 各局紹介 */
/* 画像一枚目 */
.ma_top_img_department{
    width: 300px;
    box-shadow: 0px 2px 5px rgba(51, 51, 51, .5);
    border-radius: 10px;
    /* margin-left: 70px; */
    margin-right: 40px;
}

.ma_kakkyoku_flex{
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.ma_not_flex{
vertical-align: middle;
}

@media screen and (max-width: 1300px) {
    /* 1300pxまでの幅の場合に適応される */
    .ma_kakkyoku_flex {
        flex-direction: column;
    }

    .ma_top_img_department {
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .iincho_flex{
        flex-direction: column;
    }

    .iincho{
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 30px;
    }


}



/* 小見出し */
.small_heading{
    font-size: 19px;
    color: #DE8E91;
    text-align: left;
}

/* 線 */
hr.hr_pink {
    border: none;
    border-bottom: 0.5px solid #DE8E91;
    margin: 0;
}

.padding07vh{
    padding: 0.7vh;
}

.maho_flex{
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.jikkouiin_graph2{
    margin-right: 20px;
}