/* CSS Document */


#barrierfree{
  position: relative;
  background: url("../module/img/bg1.jpg");
  padding: 100px 0;
  margin: 0;
}
#barrierfree .fv{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 80px;
}
#barrierfree .fv h2{
  display: flex;
  align-items: center;
  width: 200px;
  left: 60px;
}
#barrierfree .fv .img{
  width: calc(100% - 260px);
  margin: 70px 0 0;
}
#barrierfree .fv .img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#barrierfree .fv .img .lead{
  margin: 40px 0;
  letter-spacing: 3px;
}




#barrierfree .faq {
  width: 880px;
  letter-spacing: 3px;
}
#barrierfree .faq .acMenu{
}
/*#barrierfree .faq .acMenu .mC,*/
#barrierfree .faq .acMenu .sC{
  display: none;
}
#barrierfree .faq .acMenu .mT:hover,
#barrierfree .faq .acMenu .sT:hover{
  cursor: pointer;
}
#barrierfree .faq .acMenu .mT{
  background: #0F376D;
  color: #fff;
  padding: 5px 40px;
  font-size: 1.6rem;
  position: relative;
  margin: 1px 0 0;
}
#barrierfree .faq .acMenu .mT:before{
  content: url("img/menu1.png");
  position: absolute;
  top: 8px;
  left: 10px;
}
#barrierfree .faq .acMenu .mT.active:before{
  transform: rotate(180deg);
  top: 2px;
}
#barrierfree .faq .acMenu .mT span{
  font-size: 1.2rem;
  position: absolute;
  top: 5px; right: 20px;
}
#barrierfree .faq .acMenu .mC{}
#barrierfree .faq .acMenu .mC dl{
  border-bottom: 1px solid #ccc;
}
#barrierfree .faq .acMenu .sT{
  color: #0F376D;
  padding: 5px 40px;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 1px;
}
#barrierfree .faq .acMenu .sT h4{
}
#barrierfree .faq .acMenu .sT span{
  font-size: 1.2rem;
}
#barrierfree .faq .acMenu .sT:before{
  content: url("img/menu2.png");
  position: absolute;
  top: 8px;
  right: 10px;
}
#barrierfree .faq .acMenu .sT.active:before{
  transform: rotate(180deg);
  top: 2px;
}
#barrierfree .faq .acMenu .sC{
  border: 1px solid #ccc;
  border-width: 0 1px;
  padding: 10px 40px 40px;
}
#barrierfree .faq .acMenu .sC .detail{
  display: flex;
  justify-content: space-between;
}
#barrierfree .faq .acMenu .sC .detail .photo{
  width: 460px;
}
#barrierfree .faq .acMenu .sC .detail .photo a:hover img{
  opacity: .8;
  transition: all .4s;
}
#barrierfree .faq .acMenu .sC .detail .photo img{
  border-radius: 20px 0;
  transition: all .4s;
}
#barrierfree .faq .acMenu .sC .detail .photo ul{
  display: flex;
}
#barrierfree .faq .acMenu .sC .detail .photo ul li{
  width: 90px;
  margin: 0 10px 0 0;
}
#barrierfree .faq .acMenu .sC .detail .photo ul li img{
  border-radius: 10px 0;
}
#barrierfree .faq .acMenu .sC .detail .data{
  width: 400px;
  line-height: 1.6em;
  font-size: 1.3rem;
}
#barrierfree .faq .acMenu .sC .detail .data dl{
  border-bottom: 1px dotted #A32038;
  display: flex;
  align-items: flex-start;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#barrierfree .faq .acMenu .sC .detail .data dl dt{
  background: #A32038;
  border-radius: 5px;
  color: #fff;
  width: 80px;
  text-align: center;
  margin-right: 15px;
}
#barrierfree .faq .acMenu .sC .detail .data dl dd{
  width: 260px;
}

#barrierfree .marker{
    background:linear-gradient(transparent 40%, #ff6 90%);
}
@media screen and (max-width: 480px) {
  
  #barrierfree {
    padding: 50px 0;
  }
  #barrierfree .enBg {
    top: 50px;
    z-index: 9;
  }
  #barrierfree .fv {
    display: block;
    margin: 0;
  }
  #barrierfree .fv h2 {
    left: 50%;
    transform: translate(-50%);
    width: auto;
    margin-bottom: 150px;
  }
  #barrierfree .fv .img {
    width: auto;
    margin: 10px;
  }
  #barrierfree .fv .img img {
    height: 200px;
  }
  #barrierfree .faq {
    width: auto;
    margin: 20px;
  }
  #barrierfree .faq .acMenu .sT {
    padding: 5px 20px 5px 10px;
    font-size: 1.5rem;
  }
  #barrierfree .faq .acMenu .sC {
    padding: 10px 20px 20px;
  }
  
  
}





