/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 06:22:24 */
.newsList{
	padding-top:60px;
	padding-bottom:120px;
}
.newsList ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.newsList .date{
	font-size:16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:500;
	color:#49A9DB;
	padding-left:10px;
	width: 95px;
}
.newsList .title{
	font-size:16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:400;
	color:#333;
}
.newsList .pn{
	margin-top:30px;
}



.newsDetail{
	padding-top:60px;
	padding-bottom:120px;
}
.newsDetail .date{
	font-size:16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:500;
	color:#2AA7E1;
	margin-bottom:5px;
}
.newsDetail .title{
	font-size:24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:400;
	padding-bottom:5px;
	border-bottom:3px solid #2AA7E1;
	margin-bottom:20px;
}
.newsDetail .btn {
  color: #fff;
	margin-top: 50px;
}
.newsDetail .btn a {
  position: relative;
    padding-top: 12px;
    padding-right: 45px;
    padding-left: 65px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
background-color: #2AA7E1;
   font-size: 16px;
  font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:100px;
}
.newsDetail .btn a:hover {
  background-color: #2AA7E1;
  opacity: 0.7;
}
.newsDetail .btn a:before {
  background: url(http://aione.learningscience.co.jp/wp-content/uploads/2025/10/ico_arrow_white.svg);
  content: "";
  width: 16px;
  height: 16px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 833px) {
	.newsList{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
.newsList ul li{
	padding-top:10px;
	padding-bottom:10px;
}
.newsList .date{
	font-size:16px;
	margin-right:200px;
	padding-left:0px;
	        margin-bottom: 3px;
}
.newsList .title{
	font-size:16px;
}
	
	.newsDetail{
	padding-top:30px;
	padding-bottom:80px;
		padding-left:15px;
		padding-right:15px;
}
.newsDetail .date{
	margin-bottom:0px;
}
.newsDetail .title{
	font-size:22px;
}
	
}

