@charset "UTF-8";

/***************************************************

	news

***************************************************/

.main_head {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

h1{
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: var(--subcolor01);
    margin-bottom: 60px;
}

.news_ul{
	padding: 0 40px;
	background: #fff;
}

.news_ul li{
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 16px;
}

.news_ul li:last-child{
	margin-bottom: 0;
}

.news_ul li .date_wrapp {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}

.news_ul li .date_wrapp .date{
	width: 115px;
}

.news_ul li .date_wrapp .category span,
.news_ul li .date_wrapp .category a {
    display: inline-block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #292929;
    text-align: center;
    background: var(--subcolor01);
}

.news_ul li .title_wrapp{
	padding-left: 20px;
}

















/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1080px){

h1{
    height: 5.882353vw;
    line-height: 5.882353vw;
    font-size: 2.745098vw;
    margin-bottom: 5.882353vw;
}

.news_ul{
	padding: 0 3.703704vw;
}

.news_ul li{
    font-size: 1.666667vw;
    margin-bottom: 1.481481vw;
}

.news_ul li .date_wrapp .date{
	width: 10.648148vw;
}

.news_ul li .date_wrapp .category span,
.news_ul li .date_wrapp .category a {
    width: 12.037037vw;
    height: 2.962963vw;
    line-height: 2.962963vw;
    font-size: 1.481481vw;
}

.news_ul li .title_wrapp{
	padding-left: 1.851852vw;
}








}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:414px){

h1{
	height: 10.666667vw;
    line-height: 10.666667vw;
    font-size: 4.8vw;
    margin-bottom: 5.333333vw;
}

.news_ul{
	padding: 0 4.8vw;
}

.news_ul li{
	display: block;
    font-size: 3.733333vw;
    margin-bottom: 14px;
}

.news_ul li .date_wrapp {
	margin-bottom: 2.133333vw;
}

.news_ul li .date_wrapp .date{
    width: 24vw;
    font-size: 3.466667vw;
}

.news_ul li .date_wrapp .category span,
.news_ul li .date_wrapp .category a {
    width: 21.866667vw;
    height: 5.866667vw;
    line-height: 5.866667vw;
    font-size: 3.2vw;
}

.news_ul li .title_wrapp{
	padding-left: 0;
}





}
