/*活動報告*/
.special_staff img {
  margin-bottom: 25px;
}
.ar_content h3 {
  background-color: #0095E5;
  padding: 10px;
  width: 100%;
  border-bottom: solid 3px #FFF000;
  margin-bottom: 25px;
  font-size: 16px;
  color: #FFF;
}
.arcc_left {
  width: 25%;
  margin-right: 5%;
}
.arcc_left img {
  width: 100%;
  height: auto;
}
.arcc_right {
  width: 70%;
}
.arcc_right h4 {
  margin-bottom: 15px;
}
p.blog-day {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  /*活動報告*/
  .arcc_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .arcc_right {
    width: 100%;
    margin-bottom: 15px;
  }
  .arc_child {
    padding: 15px;
    border-bottom: dotted 1px #CCC;
    margin-bottom: 15px;
  }
  .arcc_right h4 {
    margin-left: 15px;
  }
  .ar_content p {
    padding: 0px 15px;
  }
  .ngg-gallery-thumbnail-box {
    width: 50%;
  }
  .schedule iframe {
    width: 100%;
  }
}


/*COM*/
.com_content {
  margin-bottom: 25px;
}

.com_content h3 {
  background-color: #0095E5;
  padding: 10px;
  width: 100%;
  border-bottom: solid 3px #FFF000;
  margin-bottom: 25px;
  font-size: 16px;
  color: #FFF;
}