/* common */


/* header */
#header_logo img {
    max-height: 30px;
}
#header_carousel_type2 .slick-dots button::before {
    background: #ddd;
}
.header_carousel .category {
    color: #1500ff !important;
    background: #FFF;
}
.header_carousel .category:hover {
    color: #1500ff !important;
    background: #FFF;
}

@media screen and (max-width: 1251px) {

    #header_logo .mobile_logo_image {
        max-height: 20px !important;
    }
    
}


/* top */
#index_tab ol li.active {
    border-color: #000;
}
#index_tab ol li.active a {
    background: #000;
}
#index_tab li.active a:after {
    border-color: #000 transparent transparent transparent !important;
}
#index_tab ol li a:hover {
    color: #000 !important;
    background: #ddd !important;
}
#index_tab ol li:hover {
    border-color: #ddd !important;
}


/* post */
#comments {
    display: none;
}


/* footer */
footer {
    color: #FFF;
    background: #000;
}
#footer_widget {
    background: #000;
}
#footer_widget_inner {
    border-bottom: 1px solid #FFF;
}
#footer_widget ul li a {
    color: #FFF;
}
#footer_widget .wp-block-categories-list, #footer_widget .wp-block-archives-list {
    margin-top: 10px;
}
#footer_menu ul li a {
    color: #FFF;
}



/* contact form7 */
.wpcf7 {
    border: none;
    padding: 30px 20px;
}
.wpcf7 .form__list {
    margin-top: 20px;
}
.wpcf7 p {
    font-weight: 500;
    margin-bottom: 0;
}
.wpcf7 .form__list__index {
    font-weight: 700;
}
.wpcf7 .form__list__index span.require {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    background: #e3801f;
    padding: 6px 5px 5px;
    margin-left: 10px;
    transform: translateY(-2px);
}
.wpcf7 input, .wpcf7 textarea {
    padding: 10px 15px;
    cursor: pointer;
    resize: none;
}
.wpcf7 .wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-radio label {
    cursor: pointer;
}
.wpcf7 .wpcf7-submit {
    font-weight: 700;
    background: #1500ff;
    border-radius: 50px;
}
.wpcf7 .wpcf7-submit:hover {
    background: #1507ae;
}

@media screen and (max-width: 1251px) {
    .wpcf7 {
        padding: 10px 0;
    }
    .wpcf7 input, .wpcf7 textarea {
        font-size: 14px;
        padding: 10px;
    }
}