@charset "utf-8";




.news_inner {
  width: 95%;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 0 50px;
}

.news_day {
  padding: 5px;
  margin: 0px 20px;
}

.sub_title {
  font-size: 30px;
  margin: 0px 20px 40px 20px;
}

.news_text {
  padding: 5px;
  margin: 10px 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#page-top a{
  display: flex;
  justify-content:center;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}


main{
  padding: 50px 0;
  background: #e4e4e4f5;
}

body {
	background-color: #ffffff;            /* 背景色 */
	background-image: url("../image/background_img.png"); /* 画像 */
	background-size: cover;               /* 全画面 */
	background-attachment: fixed;         /* 固定 */
	background-position: center center;   /* 縦横中央 */
 }