@charset "UTF-8";

/* フッター */
footer {
	background: #313131;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 0;
}
.footerbox {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footermenu {
	width: calc(100% - 200px);
	display: flex;
	flex-wrap: wrap;
}
.footermenu li {
	width: 100%;
	margin-bottom: 20px;
}
.footermenu li:nth-child(2) {
	margin-bottom: 0;
}
.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 > ul {
	margin: 15px 0 0;
	width: 100%;
}
.footermenu li > ul.second {
	margin: 0;
}
.footermenu li > ul li {
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	width: 100%;
}
.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;
}
.footerentry {
	width: 200px;
}
.footerentry ul {
	margin-bottom: 60px;
}
.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;
}
@media screen and (max-width: 767px) {
  /* フッター */
	footer {
		background: #313131;
		width: 100%;
		box-sizing: border-box;
		padding: 50px 0 0;
	}
	.footerbox {
		width: 80%;
		max-width: 400px;
		margin: 0 auto 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footermenu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.footermenu li {
		width: 100%;
		margin-bottom: 20px;
	}
	.footermenu li:nth-child(2) {
		margin-bottom: 0;
	}
	.footermenu li > p {
		font-size: 14px;
		font-weight: 500;
		color: #FFF;
		position: relative;
		margin-bottom: 10px;
	}
	.footermenu li > p a {
		text-decoration: none;
		color: #FFF;
	}
	.footermenu li > ul {
		margin: 15px 0 0;
		width: 100%;
	}
	.footermenu li > ul.second {
		margin: 0 0 0;
	}
	.footermenu li > ul li {
		font-size: 12px;
		font-weight: 500;
		color: #FFF;
		position: relative;
		padding-left: 18px;
		margin-bottom: 5px;
		width: 100%;
	}
	.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;
	}
	.footerentry {
		width: 220px;
		margin: 0 auto 50px;
	}
	.footerentry ul {
		margin-bottom: 30px;
	}
	.footerentry ul li {
		margin-bottom: 10px;
		position: relative;
	}
	.footerentry ul li:nth-child(1) {
		width: 100%;
		height: 50px;
	}
	.footerentry ul li:nth-child(1) p {
		text-align: center;
		line-height: 50px;
		color: #FFF;
		font-weight: 500;
	}
	.footer-logo {
		position: relative;
		width: 70%;
		margin: 0 auto;
	}
	.footer-logo p {
		margin: 10px 0 0;
		font-size: 13px;
		color: #FFF;
		text-decoration: none;
		position: relative;
		display: inline-block;
	}
  .cr {
		text-align: center;
		font-size: 11px;
		line-height: 30px;
	}
}