@charset "UTF-8";

#news .news_status {
  margin-bottom: 20px;
}
#news .news_status .company_name{
    margin-left: 10px;
}
#news .news_status .company_name:before{
    content: '\f1ad';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    margin-right: 5px;
}
#news .magazine-article-title {
    margin-bottom: 30px;
}
#news .border_tit {
    background: none;
    border-left: 4px solid #000;
    color: #000;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: bold;
}
#news .imgbox {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

#news .piclayout_exA .imgbox img {
    max-width: 100%;
}

#news .piclayout_exB .txt {
    width: 100%;
}
#news .piclayout_exB .imgbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#news .piclayout_exB .imgbox figure {
    width: 49%;
}


#news .piclayout_exC .imgbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 2%;
}

#news .piclayout_exB .imgbox figure img,
#news .piclayout_exC .imgbox figure img {
    width: 100%;
}


#news .piclayout_exA .imgbox span,
#news .piclayout_exB .imgbox span,
#news .piclayout_exC .imgbox span {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: .9em;
}


#news .piclayoutA .imgbox {
    float: right;
    width: 250px;
    padding-right: 20px;
    padding-left: 20px;
}

#news .piclayoutB .imgbox {
    float: left;
    width: 250px;
    padding-right: 20px;
    padding-left: 20px;
}

#news .piclayoutC .imgbox {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#news .piclayoutD .imgbox {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#news .piclayoutD .imgbox figure {
    display: block;
    float: left;
    width: 250px;
    margin-left: 70px;
}

#news .piclayoutE .imgbox {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#news .piclayoutE .imgbox figure {
    float: left;
    width: 180px;
    padding-left: 50px;
}

#news .piclayoutA .imgbox span,
#news .piclayoutB .imgbox span,
#news .piclayoutC .imgbox span,
#news .piclayoutD .imgbox span,
#news .piclayoutE .imgbox span {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1.3px;
}
#news .dl_file {
    display: block;
}

#news .link_list .c-text-link:before,
#news .download_list .c-text-link:before {
    content: "";
}
#news .link_list .c-text-link:after {
    content: "\f35d";
}
#news .download_list .c-text-link:after {
    content: "\f35d";
}

#news .is-contact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border: solid 2px #e0e0e0;
    background: #fff;
}

#news .is-contact h3 {
    background: #e0e0e0;
    margin: 0;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#news .is-contact p {
    width: calc(100% - 100px);
    padding: 20px;
}

@media (max-width: 480px){
    #news .news_status .company_name {
        display: block;
        margin-top: 5px;
        margin-left: 0;
    }
    #news .piclayout_exC .imgbox {
        grid-template-columns: 1fr;
    }

    #news .piclayout_exB .imgbox figure {
        width: 100%;
        margin-bottom: 20px;
    }

    #news .is-contact {
        margin-top: 30px;
    }
    #news .is-contact h3 {
        width: 100%;
        padding: 10px;
    }
    #news .is-contact p {
        width: 100%;
    }


}
