/* CSS Document */html {    background: none;}.news dl {	width: 100%;	display: flex;	flex-flow: row wrap;	align-items: flex-start;	color: #FFF;	font-size: 2rem;	text-align: left;}.news dl dt {	/*font-size: clamp(1.4rem, 2vw, 2rem);*/	line-height: 160%;	background-image: url("../../images/arrow.svg");	background-position: left center;	background-repeat: no-repeat;	background-size: 10px;	padding: 0 1.2em;}.news dl dd {	/*font-size: clamp(1.4rem, 2vw, 2rem);*/	line-height: 160%;	flex: 1;}.news dl dd a {	color: #fff;}.news .button {	position: absolute;	max-width: 280px;	text-align: center;	color: #FFF;	font-size: clamp(1.4rem, 2vw, 2rem);	border: 1px solid #FFF;	background-color: transparent;	top: 50%;	right: 0;	-webkit-transform: translate(0, -50%); 	transform: translate(0, -50%);	z-index: 2;}.small-title {    font-size: 3.4rem;}.news_frame2 p {	font-size: 1.8rem;}