@charset "UTF-8";
/* news_archive_ja */


/*===============================
パンくず
=================================*/

.news_archive_ja_bcrumb .bcrumb-area,
.news_archive_ja_bcrumb .bcrumb-area a{
    color: #7a6b5d;
    font-size: 13px;
}


/*===============================
ヒーロー背景画像
=================================*/

.page_image_news_archive{
    width: 100%;
    aspect-ratio: 1221 / 815;
    position: relative;
}
.news_archive_title_overlay{
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.news_archive_title_overlay img{
    width: 380px;
    height: auto;
}

@media screen and (min-width:0px) and (max-width:767px){
    .page_image_news_archive{
        aspect-ratio: 16 / 7;
        background-size: cover !important;
    }
    .news_archive_title_overlay{
        top: 5%;
    }
    .news_archive_title_overlay img{
        width: 200px;
    }
}


/*===============================
JA拠点選択プルダウン
=================================*/

.ja_branch_selector{
    width: 100%;
    margin: 0 0 60px;
    padding: 25px 30px;
    background: rgba(255,255,255,0.82);
    border: 3px solid #4a8b1f;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.ja_branch_selector form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.ja_branch_label{
    font-size: 16px;
    font-weight: bold;
    color: #7a6b5d;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1px;
}
.ja_branch_selector select{
    font-size: 24px;
    font-weight: bold;
    padding: 14px 55px 14px 30px;
    border: 2px solid #4a8b1f;
    border-radius: 6px;
    background: #f0f7e6 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9"><path d="M1 1l6 6 6-6" stroke="%23333333" stroke-width="2" fill="none"/></svg>') no-repeat right 18px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 480px;
    cursor: pointer;
    color: #1e6b14;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.ja_branch_selector select:focus{
    outline: none;
    border-color: #6d9b1e;
    box-shadow: 0 0 0 3px rgba(140,179,64,0.2);
}

@media screen and (min-width:0px) and (max-width:767px){

    .ja_branch_selector{
        padding: 18px 15px;
    }
    .ja_branch_label{
        font-size: 12px;
    }
    .ja_branch_selector select{
        font-size: 16px;
        min-width: 0;
        width: 90%;
        padding: 10px 40px 10px 15px;
    }
}


/*===============================
page_content 余白上書き
=================================*/

.news_archive_ja .page_content{
    margin-top: 0;
    padding-top: 60px;
}

@media screen and (min-width:0px) and (max-width:767px){
    .news_archive_ja .page_content{
        margin-top: 0;
        padding-top: 40px;
    }
}


/*===============================
ニュースグリッド幅調整（縦長カード）
=================================*/

.news_archive_ja .newsList_area{
    max-width: 1300px;
    margin: 0 auto;
}
.news_archive_ja .newsList_area article{
    width: 29%;
    margin: 0 2.1% 35px;
}
.news_archive_ja .news_thumb{
    padding-bottom: 75%;
}
.news_archive_ja .news_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:0px) and (max-width:767px){

    .news_archive_ja .newsList_area{
        max-width: 100%;
    }
    .news_archive_ja .newsList_area article{
        width: 100%;
        margin: 0 0 15px;
    }
}


/*===============================
配信元JA情報（カード下部）
=================================*/

.news_ja_source{
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}
.ja_source_name{
    font-size: 15px;
    font-weight: bold;
    color: #2d6b1a;
    margin-bottom: 4px;
    padding-left: 12px;
    position: relative;
}
.ja_source_name:before{
    content: "";
    display: block;
    width: 4px;
    height: 14px;
    background: #8cb340;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
}
.ja_source_contact{
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 1.6em;
    padding-left: 12px;
}

@media screen and (min-width:0px) and (max-width:767px){

    .news_ja_source{
        margin-top: 10px;
        padding-top: 8px;
    }
    .ja_source_name{
        font-size: 12px;
    }
    .ja_source_contact{
        font-size: 11px;
    }
}
