@charset "UTF-8";


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

	about

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


#page_header{
	background-image: url('../images/news/head_image.jpg');
}

ul.news_list{
	width: 880px;
	margin: 0 auto 80px;
}

ul.news_list li{
	display: flex;
	margin-bottom: 18px;
}

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

ul.news_list li .date{
	width: 140px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

ul.news_list li .cont{
	width: calc(100% - 140px);
	font-weight: 400;
	letter-spacing: 0.04em;
}

ul.news_list li .cont a{
	display: inline-block;
	position: relative;
	padding-right: 1.4em;
	color: var(--text);
}

ul.news_list li .cont a:hover{
	text-decoration: underline;
}

ul.news_list li .cont a::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/icon_link.png');
    position: relative;
    bottom: -3px;
    right: 0;
}

.totop{
	width: 220px;
	margin: 0 auto;
}

.totop a{
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid var(--text);
	border-radius: 6px;
	position: relative;
	text-align: center;
}

.totop a strong{
	font-size: 14px;
	color: var(--text);
	line-height: 1;
	padding-left: 1.3em;
	position: relative;
}

.totop a strong::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translateX(-50%);
}








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

@media(max-width:1320px){


ul.news_list{
	width: 66.666667vw;
	margin: 0 auto 6.060606vw;
}

ul.news_list li{
	margin-bottom: 1.363636vw;
}

ul.news_list li .date{
	width: 10.606061vw;
}

ul.news_list li .cont{
	width: calc(100% - 10.606061vw);
}

ul.news_list li .cont a::after{
	width: 1.212121vw;
	height: 1.212121vw;
    bottom: -0.227273vw;
}

.totop{
	width: 16.666667vw;
}

.totop a{
	height: 3.636364vw;
	line-height: 3.636364vw;
	border-radius: 0.454545vw;
}

.totop a strong{
	font-size: 1.060606vw;
}

.totop a strong::after{
    width: 0.454545vw;
    height: 0.454545vw;
}







}


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

@media(max-width:480px){


ul.news_list{
	width: auto;
	margin: 0 0 16vw;
}

ul.news_list li{
	display: block;
	margin-bottom: 4.26667vw;
}

ul.news_list li .date{
	width: auto;
	margin-bottom: 1.6vw;
}

ul.news_list li .cont{
	width: auto;
}

ul.news_list li .cont a{
	display: inline-block;
	position: relative;
	padding-right: 2.0em;
	color: var(--text);
}

ul.news_list li .cont a:hover{
	text-decoration: underline;
}

ul.news_list li .cont a::after{
	width: 3.733333vw;
	height: 3.733333vw;
    bottom: -0.8vw;
}

.totop{
	width: 58.666667vw;
}

.totop a{
	height: 12.8vw;
	line-height: 12.8vw;
	border-radius: 1.6vw;
}

.totop a strong{
	font-size: 3.733333vw;
}

.totop a strong::after{
    width: 1.6vw;
    height: 1.6vw;
}



}



