/*navボタンの調整*/
#feature_nav ul {
    width: 790px;
    margin: 0 auto 96px;
}
#feature_nav ul li {
    width: 250px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);;
}
#feature_nav ul li:nth-child(3n) {
    margin-right: 0;
}
#feature_nav ul li:nth-child(4n) {
    margin-right: 20px;
}
#feature_nav ul li:nth-child(-n+3) {
    margin-top: 0;
}
#feature_nav ul li:nth-child(4n) {
    margin-top: 35px;
}

/* ------------------------------------------------------ */
/* base overwrite
--------------------------------------------------------- */
body {
    line-height: 1.5;
}

.block-teppan-municipal + .content_product_list .feature_category_title {
    margin-top: 48px;
    padding: 0;
    border-top: none;
    background: none;
    font-size: 24px;
    line-height: 1.8;
}

.block-teppan-municipal + .content_product_list .feature_category_title::before,
.block-teppan-municipal + .content_product_list .feature_category_title::after {
    content: none;
}

.list-product.feature {
    margin-top: 16px;
}

/* unique
--------------------------------------------------------- */
.block-teppan-municipal {
    display: flex;
    flex-wrap: wrap;
    margin: 72px 0 0;
}

.block-teppan-municipal .teppan-municipal-name {
    width: 100%;
    margin-bottom: 8px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.block-teppan-municipal .teppan-municipal-lead {
    width: 100%;
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
}

.block-teppan-municipal .teppan-municipal-image {
    width: 318px;
    margin-right: 24px;
}

.block-teppan-municipal .teppan-municipal-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 318px - 24px);
}

.block-teppan-municipal .teppan-municipal-text {
    max-width: 100%;
    margin-bottom: 16px;
    line-height: 1.8;
}

.block-teppan-municipal .teppan-municipal-link {
    display: inline-block;
    margin: auto 0 16px;
    color: #0066b4;
}

.block-teppan-municipal .teppan-municipal-buttons {
    display: flex;
    width: 100%;
}

.block-teppan-municipal .teppan-municipal-buttons > li {
    width: calc((100% - 32px)/3);
    margin-right: 16px;
}

.block-teppan-municipal .teppan-municipal-buttons > li:last-child {
    margin-right: 0;
}

.block-teppan-municipal .teppan-municipal-buttons > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    border-radius: 48px;
    background: #1c2b50;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color .2s ease-out;
}

.block-teppan-municipal .teppan-municipal-buttons > li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    pointer-events: none;
}

.block-teppan-municipal .teppan-municipal-buttons > li a:hover {
    background: #354a7c;
    text-decoration: none;
}