@charset "UTF-8";
.PE-about{
  background: url(../img/eyecatch/PE-about.png);
}

#about ul{
  border-top: solid 1px #B5B5B5;
}
#about ul li{
  display: grid;
  grid-template-columns: 19.6rem 1fr;

  border-bottom: solid 1px #B5B5B5;
}
#about ul li .title,
#about ul li .content{
  padding: 1.6rem;

  line-height: 1.4;
}
#about ul li .title{
  text-align: center;

  background: #EAF7FF;
}
#access address{
  margin-bottom: 3.2rem;
}
#access h4{
  margin-bottom: 1.6rem;

  font-size: 2.4rem;
  color: var(--CON-color);
  font-weight: 600;
}
#access p{
  margin-bottom: 1.6rem;

  line-height: 1.4;
}
#access iframe{
  width: 100%;
}
#organization img{
  width: 95%;
  margin: 0 2.5%;
}
@media (max-width : 1024px){
}
@media (max-width : 599px){
  #about ul{
    border-top: solid 0px;
  }
  #about ul li{
    display: grid;
    grid-template-columns: 1fr;

    border-bottom: solid 0px;
  }
  #about ul li .title{
    font-weight: 600;
  }
}