
/*注目情報*/

.kokunai_news_area{  
	max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffecdc;
    box-sizing: border-box;
    margin-top: 5rem;
    border: solid 5px #ffd1b3;
}
.kokunai_news_area .st2-catch {
	margin-bottom: 1rem;
}
.kokunai_news_area .st2-catch[data-style="2"] p {
	font-size: 1.8rem;
	border-bottom: #f67421 2px dotted;
}

.mokuteki .st2-catch[data-style="1"] p {
        font-size: 1.5rem;
}
.mokuteki .st2-catch {
	margin: -1rem 0 1rem;
}
@media (max-width: 736px) {
	.kokunai_news_area {
		margin: 2rem 2.989% -1rem;
		border: solid 3px #ffd1b3;
		padding: 1rem;
	}
	.kokunai_news_area .st2-catch[data-style="2"] p {
		font-size: 1.3rem;
	}
	.kokunai_news_area .st2-list__item {
        font-size: 1.1rem;
    }
	.mokuteki .st2-catch[data-style="1"] p {
		font-size: 1.2rem;
	}
	.mokuteki .st2-catch {
		margin: -2rem 0 -0.5rem;
	}
}



