@charset "UTF-8";
#results {
	background: #EEEEEE;
}
#results section:last-of-type {
	margin-bottom: 60px;
}
#results #main_visual {
	position: relative;
	height: auto;
	width: 100%;
	background: none;
}

#results #main_bg {
	position: relative;
	z-index: 5;
	height: 80px;
	background: #0093aa;
	font-weight: bold;
	font-size: 28px;
	color: #fff;

	filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.15));
}
#main_bg::before {
	content: none;
}
.anhor-list ul {
	display: flex;
	width: 100%;
}
.anhor-list ul li {
	width: calc(100% / 4);
	margin-right: 4px;
}
.anhor-list ul li a {
	position: relative;
	display: block;
	padding: 20px 0 30px;
	background: #fff;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #000;
	transition: .5s;
}

.anhor-list ul li a:hover {
	opacity: 0.7;
}
.anhor-list ul li a::after {
	content: '\f107';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	bottom: 0;
	left: 50%;
	color: #999;

}

#wrap h2.underline {
  position: relative;
  margin: 30px 0 30px;
  padding-top: 20px;
  color: #00a5be;
  font-weight: bold;
  font-size: 24px;
}
#wrap h2.underline::first-of-type{
	margin: 0px 0 30px;
}

#wrap h2.underline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #00a5be;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.open {
	height: auto;
	overflow: visible;
}
.open::before {
	content: none;
}

.open-label {
	display: none;
}

.purchase .four_column li {
	margin: 0 10px 20px 0;
	width: calc((100% / 4) - 8px);
}
.purchase section {
	width: 1170px;
}

.purchase2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.purchase .four_column li:nth-child(4n) {
	margin: 0 0 20px;
}
@media (max-width: 768px) {
	#results #wrap {
    padding-top: 105px;
	}
	#results #main_visual .inner {
    top: 0;
	}
	.purchase section {
    width: auto;
	}
	.anhor-list {
		margin-bottom: 20px;
	}
	.anhor-list ul {
		flex-wrap: wrap;
	}
	.anhor-list ul li {
		background: #fff;
		margin-bottom: 4px;
		width: calc(95% / 4);
	}
	.anhor-list ul li:nth-child(4) {
		margin-right: 0px;
	}
	.anhor-list ul li a {
    padding: 15px 0 20px;
		font-size: 12px;
		height: 100%;
		display: flex;
    justify-content: center;
    align-items: center;
	}

	.purchase .four_column li {
    width: calc((100% / 2) - 8px);
	}
}