@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 751px) {
    .news_list .top-news-h3 {
        margin: 0!important;
    }
}
@media screen and (max-width: 750px) {
    .news_list .top-news-h3 {
        margin: 10px 0 0 0!important;
    }
	.sub_title{font-size: 16px;}
}

/******SNSバナー********/
.sns-x{
	display: -webkit-flex;
    display: flex;
	text-align: left;
	margin-bottom: 10px;
	padding: 15px;
	margin-top: 20px;
	border: #000 3px solid;
	border-radius: 16px;
}
.sns-line{
	display: -webkit-flex;
    display: flex;
	text-align: left;
	margin-bottom: 10px;
	padding: 15px;
	margin-top: 20px;
	border: #00b900 3px solid;
	border-radius: 16px;
}
.sns-icon{
	padding-right: 10px;
	width: 20%
}
.sns-text{
	width: 75%;
	line-height: 1.5em;
}