@charset 'UTF-8';

/* .news{
	margin-bottom: 100px;
}


.news .text p + p {
	margin-top: 0;
}
.square a{
	border: 1px solid #ccc;
	padding-top: calc(100% - 2px);
}

.news .image {
	width: 17%;
}
.image div + div {
	margin-top: 10px;
}

.news .button{
	margin-top: 50px;
	text-align: left;
}
.news .button a{
	text-decoration: none;
	font-weight: bold;
}
.news .button a:hover{
	opacity: 0.8;
} */
.news .date {
	margin-bottom: 5px;
	font-weight: bold;
}


.back-btn {
	width: 105px;
	margin: 30px auto 0;
	text-align: right;
	display: block;
	color: #333333;
	text-decoration: none;
	font-family: "游明朝", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;
	line-height: 1.2;
	border-bottom: 1px solid #66a8cc;
	padding-bottom: 5px;
	font-weight: bold;
	font-feature-settings: "palt";
	position: relative;
	text-decoration: none;
  }

.back-btn:hover{
	text-decoration: none;
}
  .back-btn:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	width: 6px;
	height: 7px;
	background: url(../image/banner_back.svg) center no-repeat;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .back-btn:hover::before {
	-webkit-transform: translate(-5px, 0%);
	transform: translate(-5px, 0%);

  }
