.award-Section {
	padding-top: 40px;
}

.award-ListItem:not(:first-child) {
	margin-top: 5px;
}

@media only screen and (min-width: 769px) {
	.award-ListItem:not(:first-child) {
		margin-top: 10px;
	}
}

.award-ListHeading {
	display: flex;
	align-items: center;
	position: relative;
	height: 50px;
	margin: 0;
	padding: 5px 50px 5px 20px;
	background-color: #161a38;
	color: #fff;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	font-weight: 500;
	cursor: pointer;
}

.award-ListHeading.is-active .award-ListIcon > span > span::after {
	visibility: hidden;
	opacity: 0;
}

@media only screen and (min-width: 769px) {
	.award-ListHeading {
		height: 70px;
		padding-left: 30px;
		font-size: 1.8rem;
	}
}

.award-ListIcon {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 23px;
	height: 23px;
	transform: translateY(-50%);
}

.award-ListIcon::before, .award-ListIcon::after, .award-ListIcon > span::before, .award-ListIcon > span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 43.182%;
	height: 100%;
	margin: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.award-ListIcon::before {
	transform: rotate(22.5deg);
}

.award-ListIcon::after {
	transform: rotate(67.5deg);
}

.award-ListIcon > span::before {
	transform: rotate(112.5deg);
}

.award-ListIcon > span::after {
	transform: rotate(157.5deg);
}

.award-ListIcon > span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.award-ListIcon > span > span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.award-ListIcon > span > span::before, .award-ListIcon > span > span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	border-top: 1px solid #fff;
	transition: .5s;
}

.award-ListIcon > span > span::before {
	transform: translate(-50%, -50%);
}

.award-ListIcon > span > span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.award-ListList {
	display: none;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	list-style: none;
}

.award-ListList li {
	font-size: 1.5rem;
	font-weight: 500;
	border: 1px solid #161a38;
	border-top: 0;
}

.award-ListList li a {
	display: flex;
	align-items: center;
	position: relative;
	height: 35px;
	padding: 5px 20px;
	background-color: #fff;
	color: #161a38;
	transition: .2s;
	text-decoration: none; 
}

.award-ListList li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 20px;
	height: 20px;
	background: url(../../common/images/ic_arrow_whiteindark.svg) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}

.award-ListList li a:hover {
	background-color: #161a38;
	color: #fff;
}

.award-ListList li a:hover::before {
	background-image: url(../../common/images/ic_arrow_white.svg);
}

@media only screen and (min-width: 769px) {
	.award-ListList li {
		font-size: 1.8rem;
	}
	.award-ListList li a {
		height: 50px;
		padding-right: 30px;
		padding-left: 30px;
		text-decoration: none; 
	}
	.award-ListList li a::before {
		width: 20px;
		height: 20px;
	}
}
