.contact-card .contact-card__item:not(:last-child) {
    margin: 0 0 15px;
}
.contact-card .contact-card__ttl {
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 6px 0;
    text-align: center;
}
.contact-card .contact-card__ttl.bg-gray {
    background: #F0F0F0;
}
.contact-card .tel-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-card .tel-link span {
    background: var(--main-theme-color);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-right: 8px;
    padding: 3px 10px;
}
.contact-card .tel-link a {
    color: var(--main-theme-color);
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}
.contact-card .tel-info {
    font-size: 13px;
    font-weight: 400;
    margin: 3px 0 0;
    text-align: center;
}


.contact-card .mail-link a {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

/* category */
.category-contents__head {
    margin: 15px 0 25px;
}
.category-contents__head h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

/* pagination */
.pager-wrap {
    justify-content: center;
    margin-top: 50px;
}
.pager-wrap.empty {
    display: none;
}
.pager {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager li {
    margin: 0 10px;
}
.pager li:first-child {
    margin-left: 25px;
    margin-right: 0;
}
.pager li:last-child {
    margin-right: 25px;
}
.pager li:nth-child(2),
.pager li:nth-last-child(2) {
    margin: 0 35px;
}
.pager li a .prev::before,
.pager li a .next::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    width: 30px;
}
.pager li a .prev::before {
    background-image: url(../images/icon-arrow-cl-b.svg);
}
.pager li a .next::before {
    background-image: url(../images/icon-arrow-cr-b.svg);
}
.pager li.disabled a .prev::before {
    background-image: url(../images/icon-arrow-cl-g.svg);
}
.pager li.disabled a .next::before {
    background-image: url(../images/icon-arrow-cr-g.svg);
}
.pager li.disabled a {
    pointer-events: none;
}
.pager li span,
.pager li a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.pager li span.current {
    color: #0E9352;
}
.pager li.disabled a span {
    color: #ccc;
}
.pager li a .first,
.pager li a .last {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .pager li:first-child {
        margin-left: 0;
    }
    .pager li:nth-child(2), .pager li:nth-last-child(2) {
        margin: 0 25px;
    }
    .pager li:last-child {
        margin-right: 0;
    }
}

/* nav */
.list-contents__nav {
    border-bottom: 2px solid #5CA4A1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
}
.total-count {
    font-size: 20px;
    font-weight: bold;
}
.total-count span {
    color: #E77461;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    margin-right: 3px;
}
.list-head-sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.list-head-sort dt,
.list-head-sort dd:not(:last-child) {
    margin-right: 15px;
}
.list-head-sort dt {
    font-size: 15px;
    font-weight: bold;
}
.list-head-sort dd a {
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 15px;
}
/* category */
.category-contents__inner,
.search-contents__inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column2);
}

/* search panel */
.search-panel {
    background: rgba(92, 164, 161, .2);
    margin: 0 0 65px;
    padding: 60px 0 15px;
}
.search-panel__head {
    margin: 0 auto 15px;
    width: 92%;
    max-width: var(--sub-column2);
}
.search-panel__head h2 {
    font-size: 28px;
    font-weight: 900;
    margin: 0;
}
.search-panel__top {
    border-bottom: 2px solid #fff;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.search-panel__in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: var(--sub-column2);
}
.search-panel__bottom .search-panel__in {
    justify-content: flex-end;
    align-items: stretch;
}
.search-panel__column {
    width: 28%;
}
.search-panel__column:last-child {
    width: 38%;
}
.search-panel__column .search-panel__row:not(:last-child) {
    margin: 0 0 25px;
}
.search-panel__column .search-panel__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.search-panel__column dt {
    padding-right: 15px;
    text-align: right;
    width: 95px;
}
.search-panel__column dt label {
    font-size: 15px;
    font-weight: 500;
}
.search-panel__column dd {
    width: calc(100%  - 95px);
}
.search-panel__row dd .search-row__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-panel__row dd select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/icon-arrow-dg.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 16px;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}
.search-panel__row dd .search-row__flex select {
    width: 47%;
}
.search-panel__row dd input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 6px;
    display: block;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}
.search-panel__row dd input::placeholder {
    font-size: 16px;
}
.search-panel__row dd .search-row__flex span {
    text-align: center;
    width: 4%;
}
.search-panel__bottom .search-panel__in button:not(:last-child) {
    margin-right: 15px;
}
.search-panel__bottom .search-panel__in .btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #CCCCCC;
    border-radius: 6px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.08));
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
}
.search-panel__bottom .search-panel__in .btn.submit {
    background: #5CA4A1;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 80px;
}
.search-panel__bottom .search-panel__in button[type="submit"]::after {
    background: url(../images/icon-arrow-cr-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 20px;
}
@media screen and (max-width: 968px) {
    .search-panel__column dt {
        margin: 0 0 8px;
        padding-right: 0;
        text-align: left;
        width: 100%;
    }
    .search-panel__column dd {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .search-panel__head h2 {
        font-size: 24px;
    }
    .search-panel__bottom .search-panel__in {
        justify-content: center;
    }
    .search-panel__column,
    .search-panel__column:last-child {
        width: 100%;
    }
    .search-panel__column {
        margin: 0 0 15px;
    }
    .search-panel__column .search-panel__row:not(:last-child) {
        margin: 0 0 15px;
    }
    .search-panel__bottom .search-panel__in .btn {
        font-size: 16px;
        padding: 10px;
        width: 35%;
    }
    .search-panel__bottom .search-panel__in .btn.submit {
        padding: 10px;
        width: 55%;
    }
    .search-panel__bottom .search-panel__in .btn.submit::after {
        height: 15px;
        right: 10px;
        width: 15px;
    }
}


.category-contents + .contactitem {
    margin-top: 84px;
}
@media screen and (max-width: 768px) {
    .category-contents + .contactitem {
        margin-top: 20px;
    }
}

.empty-text,
.empty-text span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .empty-text {
        text-align: left;
    }
}