@charset "UTF-8";

/* --------------------------------------------------
  ヘッダー
-------------------------------------------------- */
#globalHeader{
  background: #fff;
}
#globalHeader .inner span a img{
  max-width: 254px;
  height: auto;
}
/* --------------------------------------------------
  商工会について
-------------------------------------------------- */
#about{
  max-width: 1100px;
  margin: 0 auto 100px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
#about .title{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  z-index: -1;
}
#about .title h1{
  font-size: 24px;
  color: #23572B;
  margin-top: 25px;
}
#about .title h1::before{
  content: "";
  width: 35px;
  height: 27px;
  margin: 0 auto;
  background: url(/ureshino/img/home/leaf.png) center no-repeat;
  background-size: cover;
  display: block;
}
#about .inner{
  padding: 50px;
}
#about .inner .sub-title{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #96C855;
  border-radius: 50px;
  padding: 20px 40px;
  margin-bottom: 35px;
}
#about .inner .sub-title::before{
  content: "▼";
  transform: rotate(-90deg);
  display: inline-block;
  transition: 0.2s;
  margin-right: 10px;
}
#about .inner .sub-title.on::before{
  transform: rotate(0);
}
#about .inner .content h3{
  font-size: 18px;
  border-bottom: solid #96C855 2px;
      margin: 0 40px 35px;
}
#about .inner .content p{
  font-size: 16px;
  margin: 0 40px 35px;
  display: flex;
  align-items: start;
}
#about .inner .content p a{
  color: #23572B;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
#about .inner .content .application{
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #about .title{
    width: 200px;
    height: 200px;
  }
  #about .title h1{
    font-size: 20px;
  }
  #about .inner{
    padding: 20px;
  }
  #about .inner .sub-title{
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #about .inner .content h3{
    margin: 20px;
  }
  #about .inner .content p{
    margin: 0 20px 25px;
  }
}



@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 767px) {
  
}