.feature_staff_select .depertment_content {
    width: 1080px;
    margin: 50px auto 0;
}
.feature_staff_select .feature_maintext {
    width: 740px;
    margin: 30px auto 0;
}
.feature_staff_select .feature_maintext p {
    margin-top: 20px;
    text-align: center;
}
.feature_staff_select .content_section_incentive_program_list {
    margin-top: 60px;
}

/* 返礼品一覧のタイトルとのマージン */
.feature_staff_select .list-product.feature {
    margin-top: 16px;
}

/* 返礼品一覧のタイトル部分を非表示にする */
.feature_staff_select .content_product_list .feature_category_title {
    display: none;
}
.feature_staff_select div.feature_item_wrap ul li.product_frame {
    margin-top: 20px;
}

/* 部門ごとの自治体紹介ブロック */
.feature_staff_select .depertment_content h2 {
    position: relative;
    padding: 15px 0;
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
}
.feature_staff_select .depertment_content h2::before {
    content: '';
    display: inline-block;
    width: 71px;
    height: 19px;
    margin-right: 30px;
    background-size: 100%;
}
.feature_staff_select .depertment_content h2::after {
    content: '';
    display: inline-block;
    width: 71px;
    height: 19px;
    margin-left: 30px;
    background-size: 100%;
}

/* 部門ごとのh2タイトルの色 */
.feature_staff_select .depertment_content.food h2 {
    margin-top: 80px;
    border-color: #fccc46;
    color: #ff8000;
}
.feature_staff_select .depertment_content.food h2::before {
    background-image: url(../images/depertment_arrow1_left.png);
}
.feature_staff_select .depertment_content.food h2::after {
    background-image: url(../images/depertment_arrow1_right.png);
}
.feature_staff_select .depertment_content.point h2 {
    border-color: #d8e2ca;
    color: #4f844e;
}
.feature_staff_select .depertment_content.point h2::before {
    background-image: url(../images/depertment_arrow2_left.png);
}
.feature_staff_select .depertment_content.point h2::after {
    background-image: url(../images/depertment_arrow2_right.png);
}
.feature_staff_select .depertment_content.daily_use h2 {
    border-color: #bceaf5;
    color: #0074af;
}
.feature_staff_select .depertment_content.daily_use h2::before {
    background-image: url(../images/depertment_arrow3_left.png);
}
.feature_staff_select .depertment_content.daily_use h2::after {
    background-image: url(../images/depertment_arrow3_right.png);
}
.feature_staff_select .depertment_content.appliance h2 {
    border-color: #d3bcf5;
    color: #9366b9;
}
.feature_staff_select .depertment_content.appliance h2::before {
    background-image: url(../images/depertment_arrow4_left.png);
}
.feature_staff_select .depertment_content.appliance h2::after {
    background-image: url(../images/depertment_arrow4_right.png);
}

/* 自治体毎のブロック共通 */
.feature_staff_select .depertment_content .municipal_block {
    position: relative;
    width: 1080px;
    height: 440px;
}

/* 部門毎の自治体ブロック内の情報エリア */
.feature_staff_select .depertment_content .municipal_block {
    margin-top: 30px;
    border-radius: 16px;
}

/* 各自治体ブロックの背景画像の設定 */
.feature_staff_select .depertment_content .municipal_block.kagoshimaken_ibusukishi {
    background-image: url(../images/img_kagoshimaken_ibusukishi_pc_202511.jpg);
    background-repeat: no-repeat;
}
.feature_staff_select .depertment_content .municipal_block.mieken_meiwacho {
    background-image: url(../images/img_mieken_meiwacho_pc_202511.jpg);
    background-repeat: no-repeat;
}
.feature_staff_select .depertment_content .municipal_block.hokkaido_teshikagacho {
    background-image: url(../images/img_hokkaido_teshikagacho_pc_202511.jpg);
    background-repeat: no-repeat;
}
.feature_staff_select .depertment_content .municipal_block.ibarakiken_gokamachi {
    background-image: url(../images/img_ibarakiken_gokamachi_pc_202511.jpg);
    background-repeat: no-repeat;
}
.feature_staff_select .depertment_content .municipal_block.kyotofu_kameokashi {
    background-image: url(../images/img_kyotofu_kameokashi_pc_202511.jpg);
    background-repeat: no-repeat;
}
.feature_staff_select .depertment_content .municipal_block.hokkaido_sapporoshi {
    background-image: url(../images/img_hokkaido_sapporoshi_pc_202511.jpg);
    background-repeat: no-repeat;
}
.feature_staff_select .depertment_content .municipal_block.nagasakiken_matsurashi {
    background-image: url(../images/img_nagasakiken_matsurashi_pc_202511.jpg);
    background-repeat: no-repeat;
} 
.feature_staff_select .depertment_content .municipal_block.kochiken_geiseimura {
    background-image: url(../images/img_kochiken_geiseimura_pc_202511.jpg);
    background-repeat: no-repeat;
} 
.feature_staff_select .depertment_content .municipal_block.iwateken_kitakamishi {
    background-image: url(../images/img_iwateken_kitakamishi_pc_202511.jpg);
    background-repeat: no-repeat;
} 
.feature_staff_select .depertment_content .municipal_block.aichiken_kasugaishi {
    background-image: url(../images/img_aichiken_kasugaishi_pc_202511.jpg);
    background-repeat: no-repeat;
} 
.feature_staff_select .depertment_content .municipal_block.niigataken_tsubameshi {
    background-image: url(../images/img_niigataken_tsubameshi_pc_202511.jpg);
    background-repeat: no-repeat;
}

/* 自治体ブロック内の自治体情報のエリア共通部分 */
.feature_staff_select .depertment_content .municipal_block > div {
    position: absolute;
    width: 510px;
    height: 360px;
    padding: 20px 0 0 24px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    background-color: #fff;
}
.feature_staff_select .depertment_content .municipal_block > div h3 {
    height: 40px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 46px 40px;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
}
.feature_staff_select .depertment_content .municipal_block > div h4 {
    margin: 10px 0;
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.feature_staff_select .depertment_content .municipal_block figure {
    margin: 0;
}

/* 自治体情報エリアの各自治体のh3のアイコン */
.feature_staff_select .depertment_content .municipal_block.kagoshimaken_ibusukishi > div h3 {
    background-image: url(../images/municipal_title_icon1.png);
}
.feature_staff_select .depertment_content .municipal_block.mieken_meiwacho > div h3 {
    background-image: url(../images/municipal_title_icon2.png);
}
.feature_staff_select .depertment_content .municipal_block.hokkaido_teshikagacho > div h3 {
    background-image: url(../images/municipal_title_icon3.png);
}
.feature_staff_select .depertment_content .municipal_block.ibarakiken_gokamachi > div h3 {
    background-image: url(../images/municipal_title_icon4.png);
}
.feature_staff_select .depertment_content .municipal_block.kyotofu_kameokashi > div h3 {
    background-image: url(../images/municipal_title_icon5.png);
}
.feature_staff_select .depertment_content .municipal_block.hokkaido_sapporoshi > div h3 {
    background-image: url(../images/municipal_title_icon6.png);
}
.feature_staff_select .depertment_content .municipal_block.nagasakiken_matsurashi > div h3 {
    background-image: url(../images/municipal_title_icon7.png);
}
.feature_staff_select .depertment_content .municipal_block.kochiken_geiseimura > div h3 {
    background-image: url(../images/municipal_title_icon8.png);
}
.feature_staff_select .depertment_content .municipal_block.iwateken_kitakamishi > div h3 {
    background-image: url(../images/municipal_title_icon9.png);
}
.feature_staff_select .depertment_content .municipal_block.aichiken_kasugaishi > div h3 {
    background-image: url(../images/municipal_title_icon10.png);
}
.feature_staff_select .depertment_content .municipal_block.niigataken_tsubameshi > div h3 {
    background-image: url(../images/municipal_title_icon11.png);
}


/* 部門毎の自治体情報エリアの各自治体のh4 */
.feature_staff_select .depertment_content .municipal_block > div h4 {
    font-weight: bold;
}
.feature_staff_select .depertment_content.food .municipal_block > div h4 {
    color: #ff8000;
}
.feature_staff_select .depertment_content.point .municipal_block > div h4 {
    color: #4f844e;
}
.feature_staff_select .depertment_content.daily_use .municipal_block > div h4 {
    color: #0074af;
}
.feature_staff_select .depertment_content.appliance .municipal_block > div h4 {
    color: #9366b9;
}

/* 部門毎の自治体ブロック内の自治体情報エリアの位置と装飾 */
.feature_staff_select .depertment_content.food .municipal_block > div {
    border-top: 8px solid #ff8000;
}
.feature_staff_select .depertment_content.point .municipal_block > div {
    border-top: 8px solid #4f844e;
}
.feature_staff_select .depertment_content.daily_use .municipal_block > div {
    border-top: 8px solid #0074af;
}
.feature_staff_select .depertment_content.appliance .municipal_block > div {
    border-top: 8px solid #9366b9;
}

.feature_staff_select .depertment_content .municipal_block.kagoshimaken_ibusukishi > div,
.feature_staff_select .depertment_content .municipal_block.hokkaido_teshikagacho > div,
.feature_staff_select .depertment_content .municipal_block.kyotofu_kameokashi > div,
.feature_staff_select .depertment_content .municipal_block.hokkaido_sapporoshi > div,
.feature_staff_select .depertment_content .municipal_block.kochiken_geiseimura > div,
.feature_staff_select .depertment_content .municipal_block.iwateken_kitakamishi > div,
.feature_staff_select .depertment_content .municipal_block.niigataken_tsubameshi > div
 {
    top: 40px;
    right: 60px;
}
.feature_staff_select .depertment_content .municipal_block.mieken_meiwacho > div,
.feature_staff_select .depertment_content .municipal_block.ibarakiken_gokamachi > div,
.feature_staff_select .depertment_content .municipal_block.nagasakiken_matsurashi > div,
.feature_staff_select .depertment_content .municipal_block.aichiken_kasugaishi > div{
    top: 40px;
    left: 60px;
}

/* 担当からの返礼品の魅力説明エリア 共通 */
.feature_staff_select .depertment_content .municipal_block .reccomend_detail {
    display: flex;
    width: 100%;
}
.feature_staff_select .depertment_content .municipal_block .reccomend_detail .detail_text {
    width: 372px;
    padding-right: 24px;
    background-image: url(../images/fukidashi_pc.png);
    background-repeat: no-repeat;
    background-position: right 3px;
    font-size: 14px;
    line-height: 1.5em;
}
.feature_staff_select .depertment_content .municipal_block .reccomend_detail .staffs_profile {
    width: 80px;
    margin-left: 10px;
}
.feature_staff_select .depertment_content .municipal_block .reccomend_detail .staffs_profile figure,
.feature_staff_select .depertment_content .municipal_block .reccomend_detail .staffs_profile figure img {
    width: 100%;
    margin: 0;
}
.feature_staff_select .depertment_content .municipal_block .reccomend_detail .staffs_profile p {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

/* 返礼品をもらうボタン共通の装飾 */
.feature_staff_select .depertment_content .municipal_block .contribution_induction {
    margin-top: 15px;
}
.feature_staff_select .depertment_content .municipal_block .contribution_induction > p.contribution_button {
    display: block;
    width: 380px;
    height: 56px;
    margin: 0 auto;
    border-radius: 28px;
    transition: .2s;
}
.feature_staff_select .depertment_content .municipal_block .contribution_induction > p.contribution_button:hover {
    opacity: .7;
}
.feature_staff_select .depertment_content .municipal_block .contribution_induction > p.contribution_button a {
    display: block;
    position: relative;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    letter-spacing: .04em;
    text-decoration: none;
}
.feature_staff_select .depertment_content .municipal_block .contribution_induction > p.contribution_comment {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
/*  部門毎の返礼品をもらうボタンの色*/
.feature_staff_select .depertment_content.food .municipal_block .contribution_induction > p.contribution_button {
    background-color: #ff8000;
}
.feature_staff_select .depertment_content.point .municipal_block .contribution_induction > p.contribution_button {
    background-color: #4f844e;
}
.feature_staff_select .depertment_content.daily_use .municipal_block .contribution_induction > p.contribution_button {
    background-color: #0074af;
}
.feature_staff_select .depertment_content.appliance .municipal_block .contribution_induction > p.contribution_button {
    background-color: #9366b9;
}

/* 返礼品一覧のタイトル部分 */
.feature_staff_select .depertment_content h3.product_list_title {
    margin-top: 25px;
    padding: 0;
    border: none;
    color: #000;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
}
.feature_staff_select .depertment_content h3.product_list_title::before,
.feature_staff_select .depertment_content h3.product_list_title::after {
    display: none;
}

/* 返礼品もっと見るボタン */
.feature_staff_select .content_product_list .more_button_wrap {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}
.feature_staff_select .content_product_list .more_button_wrap .feature_button_base {
    display: block;
    width: 380px;
    height: 56px;
    margin: 0 auto;
    border-radius: 28px;
    transition: .2s;
}
.feature_staff_select .content_product_list .more_button_wrap .feature_button_base:hover {
    opacity: .7;
}
.feature_staff_select .content_product_list .more_button_wrap .feature_button_base a {
    display: block;
    position: relative;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    letter-spacing: .04em;
}
.feature_staff_select .content_product_list .more_button_wrap .feature_button_base a:hover {
    text-decoration: none;
}

/* 返礼品もっと見るボタンの各色 */
.feature_staff_select .content_product_list.food_list .more_button_wrap .feature_button_base {
    background-color: #ff8000;
}
.feature_staff_select .content_product_list.point_list .more_button_wrap .feature_button_base {
    background-color: #4f844e;
}
.feature_staff_select .content_product_list.daily_use_list .more_button_wrap .feature_button_base {
    background-color: #0074af;
}
.feature_staff_select .content_product_list.appliance_list .more_button_wrap .feature_button_base {
    background-color: #9366b9;
}