@charset "UTF-8";

/* フッター */
footer {
	background: #313131;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 0;
}
.footerbox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  min-height: 310px;
}
.footermenu {
	width: calc(100% - 280px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footermenu li > p {
	font-size: 16px;
  font-weight: 500;
  color: #FFF;
	position: relative;
}
.footermenu li > p:nth-of-type(1) {
	margin-bottom: 20px;
}
.footermenu li > p a {
	text-decoration: none;
	color: #FFF;
}
.footermenu li > p a:hover {
	text-decoration: underline;
}
.footermenu li > ul {
	margin: 15px 0 0;
}
.subm {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	width: 100%;
}
.subm li {
	width: 22%;
}
.footermenu li > ul li {
	font-size: 14px;
  font-weight: 500;
	color: #FFF;
	position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footermenu li > ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: url("../img/arrow-blue.png") no-repeat center center;
  background-size: contain;
}
.footermenu li > ul li a {
	text-decoration: none;
	color: #FFF;
}
.footermenu li > ul li a:hover {
	text-decoration: underline;
}


.footerentry {
	width: 200px;
}
.footerentry ul {
  margin-bottom: 100px;
}
.footerentry ul li {
	margin-bottom: 10px;
	position: relative;
}
.footerentry ul li:nth-child(1) {
	width: 100%;
  height: 60px;
  background: linear-gradient(-90deg, #65e7ff 0%, #00509a 100%);
}
.footerentry ul li:nth-child(1):before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 5px;
  background: url("../img/new-win.png") no-repeat center center;
  background-size: contain;
}
.footerentry ul li:nth-child(1) p {
  text-align: center;
  line-height: 60px;
  color: #FFF;
  font-weight: 500;
}
.footer-logo {
  position: relative;
  width: 80%;
}
.footer-logo p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.footer-logo p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -15px;
  top: 5px;
  background: url("../img/new-win.png") no-repeat center center;
  background-size: contain;
}
.cr {
	text-align: center;
	font-size: 13px;
  width: 100%;
  color: #FFF;
  line-height: 37px;
  background: #041A4B;
}