.blockquote-new {
    background: #f4f3f1;
    padding: 25px !important;
    line-height: 20px !important;
    font-size: 14px !important;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.blockquote-new .signature {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #a7a7a7;
    width: calc(100% - 50px);
    text-align: right;
}
.product_btn p a {
    font-size: 12px;
}
.text-bold {
    font-weight: bold;
}
.custom-search {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid #ccc;
    padding-left: 30px;
    display: flex;
    height: 45px;
}
.custom-search:focus {
    box-shadow: 0 0 10px 0 #ccc;
}
.custom-search input {
    display: flex;
    width: 100%;
    height: 100%;
    border: none;
    padding: 8px 15px;
}
.custom-search input:focus-visible,
.custom-search input:focus {
    border: none;
    outline: none;
}
.custom-search button {
    position: absolute;
    display: flex;
    left: 15px;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    cursor: pointer;
}
.menu-dropdown-sp form.searchform {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
}
form.searchform {
    margin-top: 10px;
}
.blog_sidebar_archives h4 {
    cursor: pointer;
}
.author-posts .author-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 15px;
}
.author-posts .author-avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.author-posts .author-avatar .author-name {
    font-weight: bold;
    padding-top: 10px;
}
.author-posts-item .blog_list_img {
    width: 170px !important;
    height: 170px;
}
.author-posts-item .blog_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.author-posts-item dt {
    font-size: 18px !important;
}
.author-posts-item .post-categories li {
    margin: 0px 0 10px 5px;
}
.author-posts-item dl {
    margin-left: 22px;
    max-width: calc(100% - 192px);
}
.author-posts-item dd {
    margin-bottom: 0;
}
.author-posts-item {
    padding: 10px 0;
}
.author-post-title {
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.author-posts-data .author-post-title {
    color: #7a7a7a;
    padding-bottom: 30px;
}
.author-info {
    padding-top: 10px;
    padding-bottom: 10px;
}
.author-posts-data .post-categories a {
    font-size: 12px;
}
.author-posts-data .post-categories li {
    padding-top: 1px;
    padding-bottom: 1px;
}
.author-posts-data .post-categories li:first-child {
    margin-left: 0;
}
.author-posts .author-description {
    padding-bottom: 20px;
}
.view-more-author-post {
    padding: 20px 0;
}
.view-more-author-post a {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
}
.view-more-author-post a span {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    right: 0;
    transform: rotate(270deg);
}
.single-page-footer {
    border-bottom: 1px solid #ddd;
}
.social_buttons_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social_buttons_bottom .socialbutton {
    margin: 0 0 10px 10px;
    box-sizing: border-box;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.social_buttons_bottom .socialbutton.x {
    background-color: #000;
    padding: 8px;
    position: relative;
}
.social_buttons_bottom .socialbutton.x img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.social_buttons_bottom .socialbutton.x:hover {
    background-color: #333;
}
.comment-form-cookies-consent {
    display: none;
}
.sp {
    display: none;
}
.mt-0 {
    margin-top: 0;
}

.sp-header.u-header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}
.prev.page-numbers,
.next.page-numbers {
    position: relative;
}
.paginate-prev {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    background: url(../images/arrow.svg) no-repeat;
    cursor: pointer;
    transition: all 0.4s ease;
    transform: rotate(-270deg);
}
.paginate-next {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    background: url(../images/arrow.svg) no-repeat;
    cursor: pointer;
    transition: all 0.4s ease;
    transform: rotate(270deg);
}

.pagination {
    align-items: center;
}
.pagination .page-numbers {
    height: 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px 0;
}
.next.page-numbers {
    padding-bottom: 10px;
}
.post-detail-date {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #444;
}
.comment-respond {
    background: url(../images/blog_articleDiv_Border_comment.gif) repeat-x bottom left !important;
}
.product_btn_new {
    background-color: #718b2e;
    padding: 15px 35px;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    color: #fff;
    border-radius: 4px;
}
.product_btn_new p a {
    color: #fff;
    display: flex;
    align-items: center;
}
.product_btn_new p a span {
    font-size: 17px;
}
.product_btn_new p a i {
    padding-left: 20px;
    font-size: 20px;
}
.blog_sidebar_div_out {
    float: right !important;
}
#blog_single_contents {
    float: left !important;
}
@media screen and (min-width: 691px) {
    .blockquote-new {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1239px) {
    #blog_single_contents {
        width: 66.12903%;
    }
    .blog_sidebar_div_out {
        max-width: 26.6129%;
    }
}

@media screen and (max-width: 950px) {
    .blog_main_contents {
        width: 70%;
        float: left !important;
    }
}

@media screen and (min-width: 691px) and (max-width: 1204px) {
    .blog_main_contents .mainArticle_div {
        margin: 0;
        max-width: 100%;
    }
    .blog_main_contents .mainArticle_div_in {
        border-bottom: 1px solid #e7e7e7;
        padding: 20px 0;
    }
    .blog_main_contents .blog_articleButtom_div {
        display: none;
    }
    .blog_main_contents .mainArticle_div_in dl {
        margin-left: 2.5%;
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .blog_main_contents .mainArticle_div_in a.blog_list_img {
        width: 37.5%;
        padding-bottom: 0;
    }
    .blog_main_contents .mainArticle_div_in img {
        padding-bottom: 0;
    }
    .blog_main_contents .mainArticle_div_in dl {
        margin-left: 2.5%;
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .blog_main_contents .mainArticle_div_in dl > a {
        order: 1;
    }
    .blog_main_contents .mainArticle_div_in dt {
        font-size: 15px;
        line-height: 1.4;
        padding: 0;
    }
    .blog_main_contents .mainArticle_div_in dl .blog_data {
        display: inline;
        order: 3;
        font-size: 12px;
        height: 1.4em;
        overflow: hidden;
    }
    .blog_main_contents .blog_writer {
        display: none;
    }
    .blog_main_contents .mainArticle_div_in dd.blog_data .blog_cat:before {
        content: '|';
        display: inline;
        font-size: 12px;
        color: #444;
    }
    .blog_main_contents .mainArticle_div_in dl .blog_color311c07 {
        order: 2;
        height: 4.2em;
        overflow: hidden;
        padding: 0;
    }
    .blog_main_contents .mainArticle_div_in dd {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .blog_main_contents .post-categories {
        display: inline;
    }
    .blog_main_contents .post-categories li {
        background-color: #f2f2f2;
        padding: 4px 7px !important;
        margin: 0;
        display: inline;
    }
    .blog_main_contents .post-categories li a {
        color: #759031;
    }
    .blog_sidebar_rank-img {
        width: 175px;
        padding-top: 100px;
        max-width: 100%;
    }
    .blog_sidebar_rank-title {
        width: 175px;
        min-width: 175px;
        padding-left: 0;
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.4;
    }
    .blog_sidebar_rank-item a {
        flex-direction: column;
    }
}

@media (max-width: 690px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .blog_newArticle {
        margin-left: 0;
        text-align: center;
    }
    .category-dropdown-menu {
        margin-bottom: 30px;
        /* text-align: center; */
    }
    .sp-mt-0 {
        margin-top: 0;
    }
    .post-detail-date {
        top: 0;
        transform: translateY(-10%);
    }
    .product_btn_new p a span {
        font-size: 17px;
        margin-top: 3px;
    }
    .product_btn_new p a i {
        padding-left: 30px;
        font-size: 22px;
    }
    #blog_single_contents {
        width: 95%;
        float: none !important;
    }
    .blog_sidebar_div_out {
        max-width: 100%;
        float: none !important;
    }
    .author-post-title {
        font-size: 18px;
    }
    .author-posts-item .blog_list_img {
        width: 120px !important;
        height: 120px;
    }
    .author-posts-item dl {
        display: block;
        max-width: calc(100% - 142px);
    }
    .author-posts-item dt {
        font-size: 15px !important;
        padding: 7px 0;
    }
    .mainArticle_div_in dl .blog_data {
        display: inline;
    }
    .author-posts-item dd.blog_data .blog_cat {
        display: block;
        padding-bottom: 7px;
    }
    .post-categories li {
        background-color: #f2f2f2;
        padding: 4px 7px !important;
    }
    .author-posts-data .post-categories a {
        font-size: 14px;
        line-height: 1.2;
        color: #444;
    }
    .author-posts-item dd.blog_data .blog_writer {
        display: inline-block;
    }

    .author-posts-item dd.blog_data .blog_cat:before {
        content: none;
    }
    .blog_main_contents {
        width: 95%;
        float: none !important;
    }
}
