ul.anchor {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 20px;
	background-color: #D9F6F7;
	text-align: center;
}

ul.anchor li {
	padding: 0 1em;
	min-width: 160px;
	border-right: 1px solid #D6D6D6;
}

ul.anchor li:last-child {
	border-right: none;
}

ul.anchor li a {
	position: relative;
	font-size: 1.4rem;
	color: #585858;
	text-decoration: none;
}

ul.anchor li a::before {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #585858;
	transition: background-color .2s, width .2s;
	width: 0;
}

ul.anchor li a:hover::before {
	width: 100%;
}

/* TITLE
=========================================================================
=========================================================================*/
#title {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 80px 20px 75px;
	width: 100%;
	text-align: center;
	background-color: #E7EBEF;
}

#title .container {
	position: relative;
	margin: 0 auto;
	width: 888px;
	text-align: center;
}

#title h1 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 2.7rem;
	color: #222;
}

#title h1 span {
	display: block;
	font-size: 1.6rem;
}

.simplebar-track.simplebar-horizontal {
	height: 10px;
	background: #EFEFEF;
	border-radius: 5px;
	max-width: 95%;
	margin: 0 auto;
}

.simplebar-scrollbar:before {
	background: #B5B5B5;
}

/* DATA
=========================================================================
=========================================================================*/
#data {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 95px 0 100px;
	width: 940px;
}

#data h2 {
	margin-bottom: 80px;
	text-align: center;
}

#data h2 span {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.7rem;
}

#data h2 img {
	width: 332px;
}

#data ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px calc(20 / 940 * 100%);
}

#data ul li {
	width: calc(300 / 940 * 100%);
}

#data ul li figure img {
	margin-bottom: 40px;
}

#data ul li figcaption {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}

#data ul li figcaption span:nth-of-type(1){
	display: block;
	padding: 20px;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: left;
}

#data ul li figcaption span:nth-of-type(2) {
	display: block;
	padding: 0 20px 0;
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 1.6em;
}

/* Q&A
=========================================================================
=========================================================================*/
#qa {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 95px 0 80px;
	background-color: #D8E2D8;
}

#qa h2 {
	margin: 0 auto 30px;
	width: 750px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #222;
}

#qa h2 span:nth-of-type(1) {
	display: block;
	font-weight: bold;
	font-size: 7.1rem;
	width: fit-content;
}

#qa h2 span:nth-of-type(2) {
	display: block;
	font-weight: bold;
	font-size: 2.7rem;
	width: fit-content;
}

#qa h2 span:nth-of-type(2)>span {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-size: 1.4rem;
	width: 100%;
}

#qa dl {
	margin: 0 auto;
	width: 860px;
}

#qa dl dt {
	display: flex;
	align-items: center;
	gap: 0 15px;
	padding: 15px 30px;
	color: #FFF;
	background-color: #000;
}

#qa dl dt span:nth-of-type(1) {
	width: 33px;
	height: 33px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 33px;
	letter-spacing: -0.05em;
	background-color: #70AED0;
}

#qa dl dt span:nth-of-type(2) {
	font-weight: bold;
	font-size: 2.0rem;
}

#qa dl dd {
	margin-bottom: 15px;
	padding: 30px;
	font-weight: normal;
	color: #FFF;
	background-color: #4B4F4B;
}

#qa dl dd:last-of-type {
	margin-bottom: 0;
}

#qa dl dd strong {
	font-weight: bold;
	color: #70AED0;
}

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {

	article {
		padding-top: 44px;
	}

	ul.anchor {
		padding: 15px;
	}

	ul.anchor li {
		padding: 0 1em;
		min-width: 30%;
	}

	ul.anchor li a {
		font-size: 1.2rem;
	}
	/* TITLE
	=========================================================================
	=========================================================================*/
	#title {
		padding: 80px 0 30px;
	}

	#title .container {
		width: 100%;
	}

	#title h1 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}

	#title h1 span {
		font-size: 1.2rem;
	}

	#title figure {
		overflow: auto;
		padding-bottom: 20px;
	}

	#title figure img {
		margin: 0 20px;
		width: 613px;
	}

	/* DATA
	=========================================================================
	=========================================================================*/
	#data {
		padding: 45px 20px 60px;
		width: 100%;
	}

	#data h2 {
		margin-bottom: 30px;
	}

	#data h2 span {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

	#data h2 img {
		width: 206px;
	}

	#data ul {
		gap: 40px calc(20 / 320 * 100%);
	}

	#data ul li {
		width: calc(150 / 320 * 100%);
	}

	#data ul li figure img {
		margin-bottom: 20px;
	}

	#data ul li figcaption {
		font-size: 1.6rem;
	}

	#data ul li figcaption span:nth-of-type(1) {
		padding: 10px;
		font-size: 1.3rem;
	}

	#data ul li figcaption span:nth-of-type(2) {
		padding: 0 10px 0;
		font-size: 1.1rem;
	}

	/* Q&A
	=========================================================================
	=========================================================================*/
	#qa {
		padding: 80px 20px 40px;
	}

	#qa h2 {
		flex-wrap: wrap;
		margin: 0 auto 0;
		width: 90%;
	}

	#qa h2 span:nth-of-type(1) {
		margin-bottom: 30px;
		font-size: 4.5rem;
		width: 100%;
		text-align: center;
	}

	#qa h2 span:nth-of-type(2) {
		font-size: 1.7rem;
		width: 100%;
		text-align: center;
	}

	#qa h2 span:nth-of-type(2)>span {
		margin-top: 10px;
		font-size: 1.2rem;
		text-align: left;
	}

	#qa dl {
		width: 100%;
	}

	#qa dl dt {
		gap: 0 10px;
		padding: 10px 10px;
	}

	#qa dl dt span:nth-of-type(1) {
		width: 33px;
		height: 33px;
		font-size: 1.1rem;
		line-height: 33px;
	}

	#qa dl dt span:nth-of-type(2) {
		font-size: 1.4rem;
	}

	#qa dl dd {
		margin-bottom: 15px;
		padding: 15px;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {}
