@charset 'utf-8';
/* =========================================================
news.css
========================================================= */
/* ---------------------------------------------------------
 .contents-wrapper
--------------------------------------------------------- */
.contents-lead-wrapper {
  background: #40210f;
  padding: 75px 0 41px 0;
}
.heading-activity {
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
  font-size: 33rem;
}
.heading-activity span:before {
  background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #40210f 75%, transparent);
  background-image: linear-gradient(to right, transparent, #fff 50%, #40210f 100%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  bottom: -15px;
}
.header {
  margin: 0 0px 15px 0;
}
.header-list {
  margin-right: 15px;
}



/* .breadcrumb
--------------------------------------------------------- */
.breadcrumb-list {
  font-size: 0;
  margin-left: 11px;
}
.breadcrumb-item {
  display: inline-block;
  font-size: 13.5rem;
}
.breadcrumb-item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0px 4px 0 5px;
  font-size: 22rem;
  position: relative;
  top: 3px;
}
.article-top-date {
  float: right;
  margin-right: 12px;
  font-size: 14rem;
  margin-top: 19px;
  margin-bottom: -18px;
}
.entry-link {
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}
.main-inner {
  width: 1005px;
  margin: 100px auto 92px;
}



/* .news-wrapper
--------------------------------------------------------- */
.news-wrapper {
  width: 1000px;
  margin: 42px auto 0;
}
.news-wrapper .heading {
  margin-bottom: 33px;
  padding-left: 51px;
  margin-left: 8px;
}
.article-list {
  width: 966px;
  margin: 0 auto 80px;
}
.article-item {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 0 0 10px 10px;
  vertical-align: top;
  margin-bottom: 40px;
  width: 308px;
  margin-right: 16px;
  display: inline-block;
}
.article-item:nth-child(3n) {
  margin-right: 0;
}
.article-image-wrapper {
  width: 308px;
  height: 207px;
  overflow: hidden;
}
.article-image {
  width: 100%;
}
.article-box-bottom {
  padding: 21px 20px 29px;
  width: 308px;
}
.category {
  padding: 3px 6px;
}
.category a {
  color: #fff;
}
.news-text {
  display: block;
  margin-top: 22px;
  font-size: 13.35rem;
  width: 100%;
  min-height: 39px;
}
.button {
  margin-top: 30.5px;
  margin-right: 1px;
}
.button a {
  padding: 9px 56px;
}



/* .pagination
--------------------------------------------------------- */
.pagination {
  font-size: 80%;
}
.pagination a {
  text-decoration: none;
  border: solid 1px #AAE;
  color: #15B;
}
.pagination a, .pagination span {
  display: block;
  float: left;
  padding: 0.3em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagination .current {
  background: #26B;
  color: #fff;
  border: solid 1px #AAE;
}
.pagination .current.prev, .pagination .current.next{
  color:#999;
  border-color:#999;
  background:#fff;
}
.pagination {
  padding-left: 8px;
  font-size: 80%;
  margin: 0 auto 83px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.pagination .current {
  background: #40210f;
  border: solid 1px #40210f;
}
.pagination a, .pagination span {
  padding: 9px 15px;
  border-radius: 50%;
  font-size: 12.5rem;
}
.pagination a {
  text-decoration: none;
  border: solid 1px #40210f;
  color: #40210f;
}
.pagination a:hover {
  background: #40210f;
  border: solid 1px #40210f;
  color: #fff;
  opacity: 1;
}



/* .entry-body
--------------------------------------------------------- */
.entry-body {
  width: 1000px;
  margin: 0 auto 100px;
}
.entry-body h2 {
  font-size: 33rem;
  margin-top: 36px;
  position: relative;
  color: #40210f;
  padding-left: 51px;
  font-family: serif;
}
.entry-body h2:before {
  content: '';
  position: absolute;
  bottom: 26px;
  left: 0px;
  right: 0px;
  width: 38px;
  height: 3px;
  background-image: -webkit-linear-gradient(left, transparent, #40210f 25%, #40210f 75%, transparent);
  background-image: linear-gradient(to right, #40210f 17%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.entry-body p {
  font-size: 16.5rem;
  margin-top: 30px;
}
.entry-body a {
  border-bottom: 1px solid #00ad69;
  padding-bottom: 0;
  color: #00ad69;
  display: inline-block;
  font-size: 16.5rem;
}
.entry-body a:hover {
  text-decoration: none;
}
i.link-pdf {
  background: url(/volunteer-center/assets/img/common/icon-pdf.png) 102% 3px no-repeat;
  width: 20px;
  height: 21px;
  padding-right: 25px;
}
i.link-outside {
  background: url(/volunteer-center/assets/img/common/icon-link.png) 76% 6px no-repeat;
  background-size: 17px;
  padding-right: 26px;
}




/* =========================================================
@meida 750px
========================================================= */
@media screen and (max-width: 750px) {
.header-wrapper {
  margin: 0 auto 4px;
}
.header {
  margin: 0 0 10px 0;
}
.header-logo {
  margin-top: 10px;
}
.contents-lead-wrapper {
  padding: 33px 0 18px 0;
}
#breadcrumb {
  margin-right: 0;
  margin-top: 20px;
}
.breadcrumb-list {
  margin-left: 7px;
}
.breadcrumb-item {
  font-size: 10rem;
}
.breadcrumb-item:not(:last-child)::after {
  margin: 0 3px 0 4px;
  font-size: 15rem;
  top: 2px;
}
.main-inner {
  width: 100%;
  margin: 27px 1px 67px;
}
.news-wrapper {
  width: 100%;
  margin: 20px auto 0;
}
.news-wrapper .heading {
  font-size: 17rem;
  padding-left: 16px;
  margin-left: 17px;
  margin-bottom: 9px;
}
.news-wrapper .heading:before {
  height: 3px;
  bottom: 13px;
  width: 16px;
}
.heading-activity {
  font-size: 18rem;
  position: relative;
  margin-left: 0;
}
.heading-activity span {
  padding: 19px 10px;
  font-size: 17rem;
}
.heading-activity span:before {
  left: -15px;
  bottom: 0;
  width: 117px;
  height: 3px;
}
.article-list {
  width: 95%;
  margin-bottom: 0;
  margin: 0 auto 62px;
}
.article-item {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  padding-top: 20px;
}
.article-box-bottom {
  padding: 5px 0 16px;
  width: 66%;
  margin: 0 auto;
}
.article-image-wrapper {
  width: 65.5%;
  margin: 0 auto;
  height: 157px;
}
.article-image {
  height: auto;
  width: 100%;
}
.category {
  margin-left: 0px;
  padding: 1px 5px 3px 5px;
  width: 80px;
  margin-right: 8px;
}
.date {
  font-size: 10.8rem;
}
.news-text {
  font-size: 10rem;
  margin-top: 4px;
  width: 100%;
  margin-bottom: 8px;
}
.button {
  margin-top: 0;
  margin-right: 0;
}
.news-wrapper .button a {
  background: #40210F url(/volunteer-center/assets/img/common/icon-more.png) 68px 8px no-repeat;
  padding: 6px 36px;
  font-size: 10rem;
  background-size: 19px;
}
.pagination {
  margin: 0 auto 69px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-left: 4px;
}
.pagination a, .pagination span {
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 10rem;
  margin-right: 4px;
}
.entry-body {
  width: 100%;
  padding: 0 2%;
}
.entry-body h2 {
  font-size: 20rem;
  padding-left: 25px;
}
.entry-body h2:before {
  width: 16px;
  bottom: 14px;
  left: 2px;
}
.entry-body p {
  font-size: 11rem;
}
.entry-body a {
  font-size: 11.5rem;
}
i.link-pdf {
  background-size: 63%;
      background: url(/volunteer-center/assets/img/common/icon-pdf.png) 42% 0px no-repeat;
}
i.link-outside {
  background: url(/volunteer-center/assets/img/common/icon-link.png) 39% 4px no-repeat;
  background-size: 12px;
}

}
