@charset "UTF-8";
/* CSS Document */
.topnewstxt-area{
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}
@media screen and (min-width:768px){
	.header-info-sp{
		display: none;
	}
}
@media screen and (max-width:767px){
	.header-info-pc{
		display: none;
		justify-content: center;
	}
}
@media screen and (min-width:768px){
	.shoppnews{
		display: flex;
	}
	.newstxt{
		font-size: 1.5em;
	}
}
h3.shippnews_ttl{
	background:#c30d23;
	padding:5px;
	text-align:center;
	color:#FFF;
}
.shippnews_copy{
	padding: 5px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 1.17em;
    padding-left: 15px;
}
.newstxt{
	text-align:center;
	color:#c30d23;
	border:1px solid #c30d23;
	padding:1em;
}
.f-bigbig{
	font-size: 1.5em;
}
.f-big{
	font-size: 1.2em;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
