@charset "UTF-8";
/* CSS Document */
.faqArea {
	background-size: auto auto;
	background-color: #e5f6f6;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 18px, rgba(0, 165, 164, 0.09) 18px, rgba(0, 165, 164, 0.09) 36px );
}
.faqArea .inner {
	padding: 60px 20px;
}
.faqArea .inner .faq {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 0 50px;
}
.faqArea dl {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px dashed #999;
}
.faqArea dl dt h2 {
	text-align: start;
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #00a5a4;
	    font-family: amatic-sc, sans-serif;
    font-weight: 700;
    font-style: normal;
	position: relative;
}
.faqArea dl dd h2 {
	text-align: start;
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #136fa9;
	    font-family: amatic-sc, sans-serif;
    font-weight: 700;
    font-style: normal;
	position: relative;
}
.txtQuestion {
	color: #80d9da;
}
.txtAnser {
	color: #80d9da;
}
.faqArea dl dt{
	margin-bottom: 10px;
}
.faqArea dl dt h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 5%;
	height: 1px;
  background-color: #00a5a4;
}
.faqArea dl dd h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 5%;
	height: 1px;
  background-color: #136fa9;
}
.faqArea dl dt p {
	padding: 25px 0 0 8vw;
  text-align: left;
	font-size: 14px;
}
.faqArea dl dd div {
	padding: 25px 0 0 8vw;
  text-align: left;
	font-size: 14px;
}
.faqArea dl dd p a {
	color: #0f70c4;
}
.mainAnderArea {
	margin-bottom: 300px;
	position: relative;
}
.mainAnderArea::after {
	position: absolute;
	content: "";
	bottom: -350px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 355px 850px;
	border-color: transparent transparent #80d9da transparent;
	opacity: 0.2;
}
.faqArea dl dd ul{
 list-style: inside;
}

@media screen and (max-width: 1000px) {
	.faqArea .inner {
		padding: 60px 20px;
	}
	.faqArea .inner .faq {
		max-width: 740px;
	}
	.faqArea dl {
		max-width: 680px;
	}
}


@media screen and (max-width: 767px) {
	.faqArea .inner{
		padding: 40px 6vw 60px;
	}
	.faqArea .inner .faq {
		max-width: 580px;
	}
	.faqArea dl {
		max-width: 500px;
	}	
	
.faqArea dl dt p,
.faqArea dl dd div{
		padding: 25px 0 0 0;
	}
	.faqArea dl dt h2:after,
	.faqArea dl dd h2:after{
		bottom: -5px;
	}
	.faqArea dl dt{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.faqArea {
		background-image: none;
	}
	.faqArea .inner .faq {
		max-width: 100%;
	}
	.faqArea dl {
		max-width: 100%;
    padding: 26px 20px;
	}	
}



@media screen and (max-width: 414px) {
	.faqArea dl dt, dd {
			font-size: 3vw;
	}
}