/* ------------------------------------------------------ */
/* cp_limited */
/* ------------------------------------------------------ */
/* unique
--------------------------------------------------------- */
.content_section_snsbutton + .template_cp .cp_block_entry {
    margin-top: 0;
}

.content_product_list {
    margin-top: -48px;
    padding-top: 48px;
}

.template_cp .cp_list_step_column > li .cp_step_card {
    display: block;
    padding: 32px 8px 24px;
}
.template_cp .cp_list_step_column > li .cp_step_card .cp_step_text {
    height: 76px;
}
.template_cp .cp_list_step_column > li .cp_step_image.review img {
    width: 284px;
}
.template_cp .cp_list_step_column.step4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 24px;
}
.template_cp .cp_list_step_column.step4 > li {
    width: 352px;
}
.template_cp .feature_category_title {
    margin-top: 0;
    padding: 0 0 16px;
    border-top: none;
    color: #1c2b50;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}
.template_cp .feature_category_title::before {
    content: none;
}
.template_cp .feature_category_title::after {
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #aa8c3d;
}
.template_cp .more_button_wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.template_cp .feature_button_base > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 16px;
    border: 1px solid #1c2b50;
    border-radius: 6px;
    background: #fff;
    color: #1c2b50;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-out;
}
.template_cp .feature_button_base > a:hover {
    opacity: .7;
    text-decoration: none;
}

/* block
--------------------------------------------------------- */
.block-feature-municipal .feature-municipal-introduction {
    display: flex;
    gap: 8px 32px;
}
.block-feature-municipal .feature-municipal-introduction-image {
    flex: 0 0 496px;
}
.block-feature-municipal .feature-municipal-introduction-text {
    font-size: 16px;
}
.block-feature-municipal .feature-municipal-lead {
    font-size: 16px;
}
.block-feature-municipal h2 {
    margin-top: 56px;
}
.block-feature-municipal h3 {
    color: #1c2b50;
    font-size: 22px;
}
.block-feature-municipal h4 {
    padding-bottom: 0;
    border: none;
    font-size: 18px;
}

/* list
--------------------------------------------------------- */
.list-feature-municipal-highlights > li {
    display: grid;
    grid-template-columns: 1fr 312px;
    grid-template-rows: auto 1fr;
    gap: 8px 24px;
    margin-bottom: 40px;
}
.list-feature-municipal-highlights > li:last-child {
    margin-bottom: 0;
}
.list-feature-municipal-highlights .feature-municipal-highlights-heading {
    grid-column: 1/2;
    grid-row: 1/2;
    font-weight: bold;
}
.list-feature-municipal-highlights .feature-municipal-highlights-image {
    grid-column: 2/3;
    grid-row: 1/3;
}
.list-feature-municipal-highlights .feature-municipal-highlights-text {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 16px;
}

/* table
--------------------------------------------------------- */
.table-feature-municipal-use {
    margin-top: 24px;
    margin-bottom: 16px;
}
.table-feature-municipal-use th,
.table-feature-municipal-use td {
    padding: 16px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
}
.table-feature-municipal-use th {
    width: 390px;
    background: #f3f3f3;
    font-weight: bold;
    text-align: left;
}
.table-feature-municipal-use a {
    text-decoration: underline;
}
.table-feature-municipal-use a:hover {
    text-decoration: none;
}

/* link
--------------------------------------------------------- */
.link-feature-municipal-introduction {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.link-feature-municipal-introduction a {
    color: #0066b4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.link-feature-municipal-introduction a:hover {
    text-decoration: none;
}
.link-feature-municipal-introduction .feature-municipal-introduction-icon {
    flex: 0 0 16px;
    position: relative;
    height: 16px;
    border-radius: 50%;
    background-color: #0066b4;
}
.link-feature-municipal-introduction .feature-municipal-introduction-icon:before,
.link-feature-municipal-introduction .feature-municipal-introduction-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 8px;
    margin: auto;
    border-radius: 2px;
    background: #fff;
}
.link-feature-municipal-introduction .feature-municipal-introduction-icon:before {
    left: 3px;
    transform: rotate(45deg);
}
.link-feature-municipal-introduction .feature-municipal-introduction-icon:after {
    right: 3px;
    transform: rotate(135deg);
}