/****************************** PC *************************/

/*共通*/
/****** 共通 ******/
@media screen and (min-width: 800px){
  #faq .widthFix{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 799px){
  #faq .widthFix{
    padding-left: 15px;
    padding-right: 15px;
  }
}

#faq .link{
  color: inherit;
  text-decoration: underline;
}
#faq .link:hover{
  text-decoration: none;
}

#faq .topImage {
  margin-bottom: 0;
}
#faq section h2 {
  font-size: 36px;
  text-align: center;
  color: #1B435D;
  margin: 0 0 50px 0;
}
#faq section h2 span{
  font-size: 20px;
}
.br-pc {
  display: none
}



.breadcrumb{
  padding-top: 1em;
  padding-bottom: 1em;
}
.breadcrumb > ol{
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > ol > li{
  
}
.breadcrumb > ol > li:not(:last-child):after{
  content: ">";
  margin-left: .75em;
  margin-right: .75em;
}
.breadcrumb > ol > li > a{
  color: inherit;
}
.breadcrumb > ol > li > a:hover{
  text-decoration: underline;
}
.breadcrumb > ol > li > a.home{
  
}








/******  Q&A  PC******/
#faq .secFaq {
  padding: 50px 0 100px 0;
}
#faq .secFaq ul {
  max-width: 930px;
  margin: 0 auto;
}
#faq .secFaq li {
  border-bottom: #CCCCCC 1px solid;
}
#faq .secFaq li:first-child {
  border-top: #CCCCCC 1px solid;
}
#faq .secFaq dt {
  padding: 30px 35px 25px 70px;
  position: relative;
  min-height: 60px;
  cursor: pointer;
}
#faq .secFaq dt:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}
#faq .secFaq dt.fapOpen:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#faq .secFaq dt.fapOpen+dd {
  display: block;
}
#faq .secFaq dt span {
  position: absolute;
  left: 0;
  top: 15px;
  color: #78BBE6;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #78BBE6 1px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 0 20px 0 0;
  
  
  line-height: 42px;
}
#faq .secFaq dd {
  display: none;
  padding: 15px 35px 30px 70px;
  position: relative;
  min-height: 60px;
}
#faq .secFaq dd span {
  position: absolute;
  left: 0;
  top: 0;
  color: #F99F48;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #F99F48 1px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 0 20px 0 0;
  
  
  line-height: 42px;
}







/****************************** SP *************************/

@media screen and (max-width: 799px) {
  
  
  
  /*共通*/
  #faq {
    font-size: 14px;
    line-height: 1.4;
  }
  #faq section h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
  #faq section h2 span{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
  }
  .br-pc {
    display: inherit;
  }
  .br-sp {
    display: none
  }



  /******  Q&A  SP******/
  #faq .secFaq {
    padding: 30px 15px 30px 15px;
  }

  #faq .secFaq ul {
    margin: 0 auto 30px;
  }
  
  
  
}



