@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	margin-top: 70px;
	height: 0px;
	position: relative;
	border-top: 1px solid #ccc;
}



.news-article {
	margin-top: 120px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 120px;
}
.news-article time {
	font-weight: bold;
	font-size: 16px;
}
.article-category {
	width: 100px;
	height: 22px;
	display: inline-block;
	text-align: center;
	background-color: #E0E1E1;
	line-height: 22px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
.article-title {
	margin-top: 15px;
	font-size: 21px;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.article-eyecatch img {
	width: 100%;
	height: auto;
}
.article-content {
	line-height: 2em;
	margin-bottom: 50px;
}
.news_btn a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 330px;
	padding-right: 20px;
	height: 62px;
	background-color: #009CD2;
	text-align: center;
	line-height: 62px;
	color: #fff;
	text-decoration: none;
	font-size: 23px;
	border-radius: 100px;
	background-image: url("../images/contact/arrow.svg");
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: center right 60px;
	transition: 0.3s;
}
.news_btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	margin-top: 13.3333333333vw;
	height: 0px;
	position: relative;
	border-top: 1px solid #ccc;
	padding-top: 6vw;
}


.news-article {
	margin-top: 15vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 15vw;
}
.news-article time {
	font-weight: bold;
	font-size: 3.5vw;
}
.article-category {
	width: 25vw;
	height: 6vw;
	display: inline-block;
	text-align: center;
	background-color: #E0E1E1;
	line-height: 6vw;
	margin-left: 1vw;
	font-size: 3.5vw;
	font-weight: bold;
}
.article-title {
	margin-top: 3vw;
	font-size: 4vw;
	font-weight: 500;
	padding-bottom: 3vw;
	border-bottom: 1px solid #000;
	margin-bottom: 3vw;
}
.article-eyecatch img {
	width: 100%;
	height: auto;
}
.article-content {
	line-height: 2em;
	margin-bottom: 8vw;
}
.news_btn a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-right: 5vw;
	height: 15vw;
	background-color: #009CD2;
	text-align: center;
	line-height: 15vw;
	color: #fff;
	text-decoration: none;
	font-size: 5vw;
	border-radius: 100px;
	background-image: url("../images/contact/arrow.svg");
	background-repeat: no-repeat;
	background-size: 5vw;
	background-position: center right 5vw;
	transition: 0.3s;
}
.news_btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が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------------------------------------------- {
}
}