@charset "utf-8";

.news-square-table dd:not(:last-child){
	margin-bottom:2em;
}

.news-square-table dd{
	padding-left:1em;
	font-size: clamp(1.4rem, 0.83vw, 1.6rem);
	line-height: 1.4;
}

.news-square-table dt{
	margin-bottom:1.25em;
	color: #000;
    font-size: clamp(1.6rem, 0.94vw, 1.8rem);
	font-weight: 700;
}

.frame-wrap{
	padding:15px;
    border: 1px #ccc solid;
}

.frame-wrap ul li{
	display: flex;
}

.frame-wrap ul li:not(:last-child){
	margin-bottom: 10px;
}

.frame-wrap >p,
.frame-wrap ul li span,
.frame-wrap ul li p{
	font-size: clamp(1.5rem,.83vw,1.6rem);
    letter-spacing: .075em;
    line-height: 1.5;
}

.red{
	color: #EE0000;
}

@media screen and (max-width: 1080px){

}

