/*
Theme Name: 2024年 第一工販様リニューアルテーマ
Theme URI: https://code3.co.jp
Author: Code3
Author URI: 
Version: 1.0.0
*/

.business--content{
    max-width: 900px;
    margin: 0 auto;
}

.business--content p{
    line-height: 1.75;
    margin-bottom: 30px;
}

.business--content a{
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 1.5em 2.5em 1.5em 1em;
}

.business--content a::before{
    display: block;
    content: '';
    width: 0.5em;
    height: 0.5em;
    transform-origin: center;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 2em;
}

.business--content img{
    display: block;
    margin: 0 auto;
}

.business--content .business-contact{
    text-align: center;
}

@media (min-width: 782px) {
    .business--content .business-contact{
        text-align: left;
    }
}

.material--box__empty{
    width: 40px;
    height: 40px;
}




.post__contents .content {
    line-height: 1.875;
}

.news--head{
    color: #555;
    text-align: center;
    margin-bottom: 2em;
}


.news--head h2 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding-right: 0.05em;
}


.news--head p {
    font-size: 22px;
    font-weight:700;
    letter-spacing: 0.05em;
    margin-top: 0.25em;
    padding-right: 0.025em;
}

.post__contents .title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #22819e;
    margin-bottom: 1em;
}

.post__contents .title .meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.post__contents .content img{
    margin: 2em 0;
}

@media (min-width: 768px) {
    .news--head h2 {
        font-size: 32px;
    }   
    .news--head p{
        font-size: 24px;
    }
    .post__contents .title h2 {
        font-size: 24px;
    }   
}

@media (min-width: 1280px) {
    .news--head h2 {
      font-size: 48px;
    }  
    .news--head p{
        font-size: 36px;
    }
    .post__contents .title h2 {
        font-size: 36px;
    } 
}



.news_content .news_item{
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
}

.news_content .news_item .title{
    margin-bottom: 1em;
    font-size: 16px;
}


.news_flex .news_item .news_detail{
    margin-right: 30px;
    margin-bottom: 15px;
    color: #a5a5a5;
}

@media (min-width: 768px) {
    .news--head {
        font-size: 30px;
    }   
    .news_flex .news_item{
        display: flex;
    }
    .news_flex .news_item .news_detail{
        margin-bottom: 0;
    }
    .news_content .news_item .title{
        margin-bottom: 2em;
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .news--head {
        font-size: 36px;
    }   
    .news_content .news_item{
        padding: 0 20px;
    }
}

.back--btn{
    margin-top: 30px;
}

.back--btn a {
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #262626;
    width: 280px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 1em;
    position: relative;
    transform: translate(-2px, -2px);
}

@media (min-width: 1280px) {
    .back--btn a{
        font-size: 14px;
        width: 320px;
    }
}
/*-------------- メインビジュアル調整 --------------*/

@media (min-width: 1280px) {
    .hero .hero--txt .catch{
    font-size: min(108px, 10vh);
    }
    .hero .hero--txt .desc{
    font-size: min(44px, 5.5vh);
    }
}


