#container {
    padding-top: 60px;
}

/* 検索ボックス全体 */
.search-cont {
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-right: 45px;
}

.search-cont form ul {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #4CAF50;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.search-cont form ul li {
    margin-bottom: 0;
}

.search-cont input[type="text"] {
    flex: 1;
    padding: 12.5px 15px;
    font-size: 16px;
    border: none;
    outline: none;
    color: #333;
}

/* プレースホルダーの色 */
.search-cont input::placeholder {
    color: #aaa;
    font-size: 14px;
}

.searchandfilter ul li.sf-field-search {
    width: calc(100% - 60px);
}

.searchandfilter ul li.sf-field-submit {
    width: 60px;
}

.searchandfilter ul li.sf-field-search,
.searchandfilter ul li.sf-field-submit {
    padding: 0;
}

/* 検索ボタン */
.search-cont input[type="submit"] {
    background: #FF9800;
    border: none;
    padding: 10px 22px 10px 12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

/* ボタンのhover */
.search-cont button:hover {
    background: #e68900;
}

.side-search {
    padding: 0 15px 30px;
}

.side-cont {
    margin-bottom: 30px;
    border: solid 1px #ff6900;
}

.logged-in-as {
    display: none;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    padding: 15px;
    font-size: 16px;
}

.form-submit input {
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    line-height: 49px;
    height: 50px;
    background: #00793d;
    border: 1px solid #00793d;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2), 0 0 0 1px #00793d inset;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s;
}

.form-submit input:hover {
    opacity: .8;
}

.new-cont-list-review {
    display: block;
}

.new-review {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #cacaca;
}

.new-review:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.new-review .review-title {
    color: #0065c6;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 2.5px;
    display: block;
}

.review-txt {
    background: #eee;
    padding: 2.5px 10px;
}

.review-txt p {
    font-size: 14px;
}

.review-txt p:nth-child(1) {
    font-size: 12px;
}

.phone-number-search-item {
    margin-bottom: 15px;
}

.phone-number-search-item .phone-number-cont {
    padding: 10px;
    margin-bottom: 15px;
}

.phone-number-search-item .phone-number-cont h2 {
    color: #0065c6;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.phone-number-search-item .phone-number-cont p {
    font-size: 16px;
    font-weight: 500;
}

.remove-lead {
    margin-bottom: 20px;
    font-size: 16px;
    color: #ff0000;
}

.remove-cont {
    margin-bottom: 80px;
}

.remove-cont .lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.remove-cont .lead a {
    text-decoration: underline;
    color: #0065c6;
}

.remove-price {
    margin-bottom: 40px;
}

.remove-price h2,
.remove-caution h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FF9800;
    border-left: 5px solid #4CAF50;
    padding-left: 10px;
}

.remove-price p,
.remove-caution p {
    margin-bottom: 10px;
    font-size: 15px;
}

.remove-price table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 10px;
    font-size: 16px;
}

.remove-price th,
.remove-price td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.remove-price th {
    background: #f7f7f7;
    font-weight: bold;
    color: #333;
}

.remove-price td {
    background: #fff;
}

.remove-price .note {
    font-size: 14px;
    margin-top: 8px;
}

.remove-caution ul {
    list-style: disc;
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 14px;
}

.remove-caution ul li {
    margin-bottom: 8px;
}

.drawer-hamburger {
    top: 8px;
}

@media screen and (max-width: 834px) {
    .search-cont {
        max-width: 100%;
    }

    .fixed-cont {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 10px;
        z-index: 100;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    }

    .fixed-cont ul {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    footer {
        padding-bottom: 68px;
    }

    .side-cont-title p,
    .top-cmn-title h2 {
        font-size: 16px;
    }

    .remove-lead {
        font-size: 14px;
    }

    .more-btn a {
        font-size: 14px;
        max-width: 240px;
    }

    .new-cont-list li.new-item a h3 {
        font-size: 14px;
        margin-right: 15px;
    }

    .top-cmn-title {
        margin-bottom: 20px;
    }

    .new {
        padding-bottom: 20px;
    }

    .drawer-hamburger {
        top: 0px;
    }

    .phone-number-cont-title h1,
    .phone-number-cont-title h2 {
        font-size: 16px;
    }

    .phone-number-cont {
        padding: 15px;
        margin-bottom: 40px;
    }

    .phone-number-cont ul li {
        font-size: 14px;
    }
}
