@charset "UTF-8";

.width-90 {
    width: 90%;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.info_news,
.date_news {
    font-size: 1rem;
    padding: 6px 25px;
    font-weight: 300;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.info_news {
    background-color: #91bc15;
    color: #eee;
}

.date_news {
    background-color: #333;
    color: #eee;
}

.text_news h5 {
    margin: 2rem 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    font-size: 1.2rem;
}
.text_news_tag{
    background:#333;
    color:#eee;
    font-size:0.8em;
    text-align: center;
    width: fit-content;
    padding: 0 10px;
}
.text_news .grid-2 {
    display: flex;
}

.text_news .grid-33 {
    display: grid;
    grid-template-columns: 150px auto;
}

.text_news .grid-44 {
    display: grid;
    grid-template-columns: 150px auto;
}

.grd_txt {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: left;
}

.mt-2rem {
    margin-top: 2rem;
}

.mb-10px {
    margin-bottom: 10px;
}

a {
    color: #333;
    line-height: 2;
}

.mt-10px > img {
    width: 24rem;
    margin: 1rem 0;
}

.ls-rombo {
    list-style: none;
    display: flex;
}

.pc_d-none {
    display: none;
}

.pc_d-block {
    display: block;
}

.width_small {
    max-width: 24rem;
}

table {
    border-collapse: collapse;
}

table th,
table td {
    border: solid 1px black;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 160px;
    /*実線 1px 黒*/
}

table th {
    background-color: #eee;
}

table td:first-child {
    padding-left: 1rem;
}

.txt_center {
    text-align: center;
}

.max-900 {
    max-width: 900px;
}
.focus_img picture span{
    display: block;
	text-align: center;
	width: 100%;
	margin: 10px 0 0;
}

.news_fleximg {
    display: flex;
	justify-content:flex-start;
    gap: 0 16px;
	max-width: 680px;
}

.news_fleximg img{
	height: 300px;
	width: 100%;
	object-fit: contain;	
}

.news_fleximg picture span{
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px 0 0;
}

.fleximg_news{
	display: flex;
	flex-wrap: wrap;
    margin-left: -16%;
}

.fleximg_news div{
	width: 48%;
}

.fleximg_news div img{
	width: 100%;
}

.fleximg_news div:last-child img{
    margin-left: -27%;
}

.focus_img{
	max-width: 680px;
	width: 100%;
	margin: 0 0 5%;
}
.focus_img_short{
    /* width: fit-content; *//* 左寄せ */
    height: 480px;
}
.focus_img img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.redText{
    border-top: 1px solid #f00;
    border-bottom: 1px solid #f00;
    color: #f00;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto 10px;
}

 @media only screen and (min-width: 642px){
    .news_fleximg{
        flex-wrap: wrap;
        justify-content: center;
    }
    .news_fleximg picture{
        width: 48%;
    }
    .news_fleximg picture img{
        margin: 0;
        height: unset;
    }
    .news_fleximg picture:nth-child(1){
        width: 60%;
        margin: 0 0 20px;
    }
    .news_fleximg picture:nth-child(1) img{
        height: 480px;
    }
    .sp_d-none {
        display: block;
    }
    .sp_d-block {
        display: none;
    }
}


@media only screen and (max-width: 641px) {
    .info_news,
    .date_news {
        display: block;
        margin: 0 0 1%;
    }
    .text_news .grid-44 {
        grid-template-columns: 1fr;
    }
    .width-90 {
        margin-left: auto;
        margin-right: auto;
    }
    .mt-10px > img {
        max-width: 22rem;
        width: 100%;
    }
    .sp_d-none {
        display: none;
    }
    .sp_d-block {
        display: block;
    }
    table th,
    table td {
        font-size: 0.7rem;
    }
    .pc-on{
		display: none;	
	}
	
	.news_fleximg {
		display: block;
	}

	.news_fleximg img {
		height: auto;
		width: 100%;
		margin-bottom: 16px;
        max-width: fit-content;
	}
	.news_fleximg picture img{
		margin: 0;
	}
	.news_fleximg picture span{
		margin: 10px 0;
	}	
	.fleximg_news{
	    margin-left: 0;
	}
	
	.fleximg_news div{
		width: 100%;

	}

	.fleximg_news div img{
    	max-width: fit-content;
	}

	.fleximg_news div:last-child img{
		margin-left: 0;
	}
	.focus_img{
		margin: 0 auto 8%;
	}
	.mt-10px .focus_img img{
		max-width: unset;
	}
    .news_fleximg picture{
        display: block;
        text-align: center;
        margin: 0 auto 5%;
    }
}