@charset "UTF-8";
/* CSS Document */
.blue {
  color: #16aed5;
}
.title-breadthumb-faq {
  background-image: url(../img/faq/top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.title-breadthumb-faq h3 {
  width: 100%;
  height: 300px;
  text-align: center;
  line-height: 300px;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 0;
}
#faq {
  max-width: 820px;
}
#faq section {
  margin-top: 88px;
}
#faq .anchor_link {
  margin-top: 88px;
	background-color: #fff;
	border: solid 1px #333;
	padding: 15px 15px 0;
}
#faq .anchor_link ul {
  display: flex;
  flex-wrap: wrap;
}
#faq .anchor_link ul li {
  position: relative;
  padding-left: 12px;
	margin: 5px;
	width: 32%;
}
#faq .anchor_link ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #16AED5;
  position: absolute;
  left: 0;
  top: 4px;
}
#faq .anchor_link ul li a {
  color: #16aed5;
}
#faq .anchor_link ul li a:hover {
  text-decoration: underline !important;
}
#faq section .cat_ttl {
  font-weight: bold;
  font-size: 1.25rem;
  color: #16aed5;
  margin: 0 0 1.5em;
}
#faq section .faq_content {
  padding: 0.5em;
  border-bottom: solid 1px #ddd;
}
#faq section .faq_content dt {
  color: #fbb03b;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 1.5em;
  position: relative;
  padding-left: 50px;
}
#faq section .faq_content dt::before {
  content: "Q";
  width: 35px;
  height: auto;
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
  border: solid 1px #fbb03b;
  position: absolute;
  top: -7px;
  left: 0;
}
#faq section .faq_content dd {
  /*color: #fbb03b;*/
  /*font-weight: bold;
	display: block;*/
  position: relative;
  padding-left: 50px;
}
#faq section .faq_content dd::before {
  content: "A";
  width: 35px;
  height: auto;
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
  border: solid 1px #16aed5;
  position: absolute;
  top: -7px;
  left: 0;
	color: #16aed5;
}
#faq .anchor::before {
  content: '';
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 767.99px) {
	#faq .anchor_link ul {
		display: block;
	}
	#faq .anchor_link ul li {
		width: 100%;
	}
}