@charset "UTF-8";
.page_title {
	background-image: url(../../images/faq_app/title_faq.png);
}
#faq{
  padding: 0 4%;
}
.faqInner{
  max-width: 1000px;
  margin: 0 auto; 
}
.sectionTitle{
  margin-bottom: 36px;
  font-size: 20px;
}
/* pageNav */
.pageNavList {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto 50px;
}
.pageNavList li:nth-child(3){
  letter-spacing: .2em;
}
.pageNavItem {
  display: block;
	width: 25%;
  margin: 10px 5px; 
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
}
.pageNavItem a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
  background: #C9161D;
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  text-decoration: none;
}
.pageNavList .pageNavItem a {
  font-size: 16px;
}	

/* accordion */
.accordion-content {
  display: none;
  padding: 10px 35px 10px 0px;
}
.accordion-content p {
  font-size: 16px;
  line-height: 1.5;
}
.accordion-item{
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
}
/* 矢印 */
.accordion-title {
  position: relative;
  display: block;
  position: relative;
  line-height: 1.5;
  color: #2B2B2B;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px 10px 35px;
}
.accordion-title::after {
  border-right: solid 2px #2B2B2B;
  border-top: solid 2px #2B2B2B;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.accordion-title::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #6FBCDE;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  line-height: 23px;
  text-align: center !important;
}
.answer {
  display: block;
  padding: 0 20px 0 35px;
  position: relative;
  line-height: 1.5;
}
.answer::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "A";
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #C9161D;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center !important;
}
/* アンカーリンク */
.categoryTop{
  text-align: right;
  margin: 40px 0 60px;
  font-size: 14px;
}
.categoryTop a {
  color: #2B2B2B;
}
#faqTop a {
  font-size: 17px;
  color: #FFF;
  background-color: #C9161D;
  padding: 15px 0;
  max-width: 407px;
  display: block;
  margin: 0px auto 100px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
}
#faqTop a:hover {
  opacity: .7;
  transition: all .3s;
}
@media screen and (max-width: 1000px) {
	.pageNavList  {
		flex-direction: column;
    width: 100%;
	}
	.pageNavItem {
		max-width: 380px;
    width: 100%;
	}
  .faqInner{
    width: 100%;
  }
  .sectionTitle{
    margin-bottom: 16px;
  }
  .accordion-title,.accordion-content {
    font-size: 16px;
  }
  .accordion-title {
    padding: 10px 50px 10px 35px;
  }
  .accordion-content {
    display: none;
    padding: 10px 35px 10px 0px;
  }
  .accordion-content p {
    font-size: 16px;
  }
  #faqTop a {
    width: 95%;
  }
  .answer {
    display: block;
    padding: 0 0 0 35px;
    position: relative;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px){
h1 {
    margin-bottom: 30px;
    background-size: 800px auto;
    background-position: center center;
}
}