@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#news h1 {
	height: 180px;
	padding-top: 180px;
	font-size: 40px;
	background-position: center center;
	background-size: cover;
	background-color: #D83935;
	color: #fff;
}
#news time {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	padding-top: 20px;
	font-family: inter;
}
#news .content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	line-height: 2.5em;
	margin-bottom: 30px;
}
#news .content figure {
	text-align: center;
	margin-bottom: 10px;
}
#news .content figure img {
	max-width: 1000px;
}
#news .content a {
	color: #D83935;
}
#news .btn {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#news h1 {
	padding-top: 20vw;
	padding-bottom: 12vw;
	font-size: 6vw;
	line-height: 1.5em;
	padding-left: 3vw;
	padding-right: 3vw;
	background-position: center center;
	background-size: cover;
	background-color: #D83935;
	color: #fff;
}
#news time {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	padding-top: 5vw;
	margin-bottom: 3vw;
	font-family: inter;
}
#news .content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	line-height: 2.5em;
	margin-bottom: 30px;
}
#news .content blockquote {
	width: 100%;
	padding: 0px!important;
	margin: 0px!important;
}
#news .content figure {
	text-align: center;
	margin-bottom: 10px;
}
#news .content a {
	color: #D83935;
}
#news .btn {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}