div#feature_mainvisual {
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

div#feature_mainvisual h1 img {
    width: 100%;
    height: 100%;
}
.feature_maintext {
    width: 100%;
    height: auto;
    margin: 25px 0 0;
    text-align: center;
}


/* 自治体紹介エリア */
.award_municipal2025 .award_section {
    width: 1080px;
    height: auto;
    margin: 75px auto 0;
}
.award_municipal2025 .award_section:first-child {
    margin-top: 45px;
}
.award_municipal2025 .award_section .municipal_name {
    position: relative;
    padding: 48px 0 25px;
    border-bottom: 1px solid #d5ae12;
    background-image: url(../images/title_decoration.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 161px;
    text-align: center;
}
.award_municipal2025 .award_section .municipal_name::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 444px;
    height: 1px;
    background-color: #d5ae12;
}
.award_municipal2025 .award_section .municipal_name::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 444px;
    height: 1px;
    background-color: #d5ae12;
}
.award_municipal2025 .award_section .municipal_name h2 {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .04em;
}
.award_municipal2025 .award_section .municipal_name h2 span {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    padding: 8px 20px 8px 48px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    vertical-align: 5px;
    letter-spacing: 0;
}
.award_municipal2025 .award_section .municipal_name h2 span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 18px 0 18px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.award_municipal2025 .award_section .municipal_name h2 span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 18px 10px 18px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.award_municipal2025 .award_section.category_synthesis .municipal_name h2 span {
    background-image: url(../images/category_icon01.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 26px;
}
.award_municipal2025 .award_section.category_service_quality .municipal_name h2 span {
    background-image: url(../images/category_icon02.svg);
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 30px;
}
.award_municipal2025 .award_section.category_initiative_use .municipal_name h2 span {
    background-image: url(../images/category_icon03.svg);
    background-repeat: no-repeat;
    background-position: 19px center;
    background-size: 23px;
}
.award_municipal2025 .award_section.category_sympathy_support .municipal_name h2 span {
    background-image: url(../images/category_icon04.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 25px;
}
.award_municipal2025 .award_section.category_ingenuity .municipal_name h2 span {
    background-image: url(../images/category_icon05.svg);
    background-repeat: no-repeat;
    background-position: 23px center;
    background-size: 17px;
}
.award_municipal2025 .award_section.category_new_municipal .municipal_name h2 span {
    background-image: url(../images/category_icon06.svg);
    background-repeat: no-repeat;
    background-position: 26px center;
    background-size: 14px;
}
.award_municipal2025 .award_section .municipal_name p {
    margin-top: 20px;
    color: #c49c00;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}
.award_municipal2025 .municipal_info {
    width: auto;
    margin: 30px 20px 0;
}
.award_municipal2025 .municipal_info .municipal_photo {
    float: left;
    width: 440px;
}
.award_municipal2025 .municipal_info .municipal_description {
    position: relative;
    float: right;
    width: 576px;
    margin-top: 10px;
    line-height: 1.6;
}
.award_municipal2025 .municipal_info .municipal_description a {
    position: absolute;
    right: 0;
    bottom: -2px;
    color: #1d71b8;
    font-size: 12px;
    text-decoration: underline;
}
.award_municipal2025 .municipal_info .municipal_description a:hover {
    text-decoration: none;
}
.award_municipal2025 .municipal_info .municipal_description a i {
    margin-left: 3px;
}
.award_municipal2025 .municipal_info .municipal_comment {
    float: right;
    width: 576px;
    margin-top: 20px;
    padding: 25px 35px 20px;
    background-color: #f9e38c;
    background-image: linear-gradient(45deg, #fff 13px, transparent 0),
    linear-gradient(-45deg, #fff 13px, transparent 0),
    linear-gradient(135deg, #fff 13px, transparent 0),
    linear-gradient(-135deg, #fff 13px, transparent 0);
}
.award_municipal2025 .municipal_info .municipal_comment h3 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .04em;
}
.award_municipal2025 .municipal_info .municipal_comment h3::after {
    content: '';
    position: absolute;
    right: -34px;
    bottom: 0;
    width: 36px;
    height: 42px;
    background-image: url(../images/comment_quill_pen.svg);
    background-repeat: no-repeat;
    background-size: 36px;
}
.award_municipal2025 .municipal_info .municipal_comment p {
    margin-top: 15px;
    line-height: 1.6;
}

/* 返礼品一覧下のもっと見るボタン */
.award_municipal2025 .more_button_wrap {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
}
.award_municipal2025 .more_button_wrap a {
    display: inline-block;
    position: relative;
    width: 480px;
    height: 58px;
    border-radius: 29px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 58px;
    transition: .2s;
}
.award_municipal2025 .more_button_wrap a:hover {
    background-color: #282600;
    text-decoration: none;
}

/* 殿堂入り */
.award_municipal2025 .block-hall-of-fame {
    width: 1080px;
    height: auto;
    margin: 75px auto 0;
}
.award_municipal2025 .block-hall-of-fame .hall-of-fame-title {
    position: relative;
    padding: 48px 0 25px;
    border-bottom: 1px solid #1c2b50;
    background-image: url(../images/title_decoration2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 172px;
    text-align: center;
}
.award_municipal2025 .block-hall-of-fame .hall-of-fame-title::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 444px;
    height: 1px;
    background-color: #1c2b50;
}
.award_municipal2025 .block-hall-of-fame .hall-of-fame-title::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 444px;
    height: 1px;
    background-color: #1c2b50;
}
.award_municipal2025 .block-hall-of-fame .hall-of-fame-title h2 {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    color: #1c2b50;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 32px;
    font-weight: bold;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .04em;
}
.award_municipal2025 .block-hall-of-fame .hall-of-fame-title h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 32px;
    height: 29px;
    background-image: url(../images/hall_of_fame_icon.svg);
    background-repeat: no-repeat;
}
.award_municipal2025 .block-hall-of-fame .hall-of-fame-title p {
    margin-top: 16px;
    color: #050014;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.award_municipal2025 .content-hall-of-fame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    margin: 32px 20px 0;
}
.award_municipal2025 .content-hall-of-fame .hall-of-fame-photo {
    width: 440px;
}
.award_municipal2025 .content-hall-of-fame .hall-of-fame-info {
    position: relative;
    width: 576px;
}
.award_municipal2025 .content-hall-of-fame .hall-of-fame-info h3 {
    color: #050014;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.award_municipal2025 .content-hall-of-fame .hall-of-fame-info h3 span {
    display: inline-block;
    position: relative;
    width: 168px;
    height: 36px;
    margin-right: 24px;
    padding-left: 42px;
    background-image: url(../images/hall_of_fame_subtitle_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #050014;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 20px;
    line-height: 36px;
    vertical-align: top;
}
.award_municipal2025 .content-hall-of-fame .hall-of-fame-info h3 span::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 24px;
    width: 24px;
    height: 24px;
    background-image: url(../images/hall_of_fame_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.award_municipal2025 .content-hall-of-fame .info-municipal-description {
    position: relative;
}
.award_municipal2025 .content-hall-of-fame .info-municipal-description a {
    position: absolute;
    right: 0;
    bottom: -2px;
    color: #1d71b8;
    font-size: 12px;
    text-decoration: underline;
}
.award_municipal2025 .hall-of-fame-info .info-municipal-description {
    margin-top: 16px;
    line-height: 1.6;
}
.award_municipal2025 .hall-of-fame-info .info-municipal-description a:hover {
    text-decoration: none;
}
.award_municipal2025 .hall-of-fame-info .info-municipal-description a i {
    margin-left: 3px;
}
.award_municipal2025 .hall-of-fame-info .info-award-history {
    width: 576px;
    margin: 32px auto 0;
    padding: 24px 0 ;
    background-color: #e6edf0;
    background-image: linear-gradient(45deg, #fff 13px, transparent 0),
    linear-gradient(-45deg, #fff 13px, transparent 0),
    linear-gradient(135deg, #fff 13px, transparent 0),
    linear-gradient(-135deg, #fff 13px, transparent 0);
    text-align: center;
}
.award_municipal2025 .hall-of-fame-info .info-award-history h3 {
    display: inline-block;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
    color: #1c2b50;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .04em;
}
.award_municipal2025 .hall-of-fame-info .info-award-history h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 14px;
    height: 28px;
    background-image: url(../images/award_title_left.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.award_municipal2025 .hall-of-fame-info .info-award-history h3::after {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 14px;
    height: 28px;
    background-image: url(../images/award_title_right.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.award_municipal2025 .info-award-history .history-list {
    width: 240px;
    text-align: center;
    margin: 0 auto;
}

.award_municipal2025 .info-award-history .history-list li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.award_municipal2025 .info-award-history .history-list li:last-child {
    margin-bottom: 0;
}

/* 返礼品一覧タイトル */
.award_municipal2025 .content_product_list h2.feature_category_title::before {
    content: none;
}
.award_municipal2025 .content_product_list h2.feature_category_title::after {
    content: none;
}

.content_section_incentive_program_list {
    margin-top: 56px;
}