#blog .ttl-subpage-1 {
    font-size: 25px;
    font-weight: 400;
    font-family: "Yuji Syuku", serif;
    margin-bottom: 100px;
    padding: 0 20px;
}

.blog-contents {
    display: flex;
    justify-content: space-between;
}

.blog-contents .l-contents {
    max-width: 790px;
}

.blog-contents .r-contents {
    max-width: 340px;
}

.l-blog .l-blog_column {
    display: flex;
    justify-content: space-between;
}

.l-blog .l-blog_pic {
    margin: 0;
    flex-basis: 47%;
    box-sizing: border-box;
}

.l-blog .l-blog_text {
    flex-basis: 46%;
    box-sizing: border-box;
}

.l-blog .l-blog_inner {
    font-size: 1.6rem;
    font-weight: 400;
}
.l-blog .l-blog_head a {
    font-size: 2rem;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
}
.l-blog .l-blog_time {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
    display: block;
    font-family: "Yuji Syuku", serif;
}
.l-blog {
    padding-bottom: 46px;
    margin-bottom: 46px;
    border-bottom: 1px solid #E0E0E0;
}

.mainimg_blog{
    background-image: url(../../images/page/visual_blog.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cat-frame {
    font-size: 1.6rem;
    font-weight: 400;
    background: #000;
    color: #fff;
    display: inline-block;
    width: 145px;
    line-height: 40px;
    margin-bottom: 16px;
    text-align: center;
    font-family: "Yuji Syuku", serif;
}

.l-blog_search{
    position: relative;
    background: #fff;
    max-width: 340px;
    min-width: 340px;
    width: 100%;
    padding: 12px 24px;
    min-height: 38px;
    font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
    box-sizing: border-box;
    overflow: clip;
    border: 1px solid #D9D9D9;
    margin: auto;
}

.l-blog_search [type=text]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
    padding: 10px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1em;
    font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
}

.l-blog_search [type=submit] {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 19px;
    z-index: 1;
    border: none;
    color: transparent;
    background: transparent;
    background-image: url(../../../../uploads/2024/07/ico-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.l-blog_cat li a {
    text-decoration: none;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
    font-family: "Yuji Syuku", serif;
}

.l-blog_cat li a::before{
    content: '・';
    left: 0;
    top: 0;
}

.l-blog_head--style{
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 2.3rem;
    margin-top: 18px;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
}

.l-blog_wrap {
    padding: 27px 16px;
    box-sizing: border-box;
    background: #eee;
    min-height: 343px;
}

.l-blog_x {
    margin-top: 64px;
}

.l-blog_x .l-blog_head--style {
    margin-top: 0;
}

.single .l-blog .l-blog_column {
    flex-direction: column-reverse;
    gap: 40px;
}

.single .l-blog {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.single .button {
    margin-top: 90px;
}

.single .button .btn1 {
    display: block;
    text-align: center;
    max-width: 145px;
    line-height: 50px;
    margin: auto;
    text-decoration: none;
    font-size: 1.6rem;
    background: #333;
    color: #fff;
    font-weight: 400;
    font-family: "Yuji Syuku", serif;
}

.l-blog_wrap.-style1 {
    padding: 24px;
    background: #fff;
    border: 1px solid #000;
}

.r-contents .l-blog_column {
    flex-direction: row;
    gap: 16px;
}
.r-contents .l-blog .l-blog_column {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #E0E0E0;
}

.r-contents .l-blog:first-of-type .l-blog_column {
    margin-top: 0;
    padding-top: 0;
    border-top:none;
}

.r-contents .cat-frame {
    font-size: 1.2rem;
    width: 116px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 400;
}

.r-contents .l-blog .l-blog_time {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 8px;
    font-weight: 400;
}

.r-contents .l-blog .l-blog_head a {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 400;
}

.r-contents .l-blog {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.l-column_pop {
    margin-top: 64px;
}

.single .r-contents .l-blog .l-blog_column {
    flex-direction: row;
    gap: 16px;
}

.l-blog_search{
    padding: 5px 13px;
}

@media screen and (max-width: 828px){
    .blog-contents {
        flex-direction: column;
        gap: 100px;
    }
    .l-blog_x .twitter-timeline.twitter-timeline-rendered {
        width: 100%!important;
    }
    .blog-contents .r-contents {
        max-width: 100%;
    }
    .l-blog .l-blog_column {
        flex-direction: column;
        gap: 15px;
    }
    .r-contents .l-blog .l-blog_column {
        flex-direction: row;
        gap: 0;
    }
    #blog .ttl-subpage-1 {
        margin-bottom: 60px;
    }
}

.l-blog_pop .l-blog_head--style {
    margin-top: 64px;
}
