@charset 'utf-8';
/* =========================================================
news_contents.css
================================================
/* ---------------------------------------------------------
 .main-wrapper
--------------------------------------------------------- */
.article-point-wrapper {
  margin-bottom: 30px;
}
.main-wrapper {
  padding: 0;
}
.main-inner {
  width: 1005px;
  margin: 100px auto 92px;
}


/* .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;
}





/* ---------------------------------------------------------
 .news-wrapper
--------------------------------------------------------- */
.news-wrapper {
  margin: 38px auto 93px;
}
.news-wrapper .heading {
  margin-left: 13px;
  font-size: 22.5rem;
  margin-bottom: 0;
}
.news-wrapper .heading:before {
  bottom: 18px;
  width: 38px;
}
.heading-activity {
  position: relative;
}
.heading-activity span {
  position: static;
}
.heading-activity span:before {
  width: 145px;
}
.heading-activity-lead {
  font-size: 18rem;
}



/* ---------------------------------------------------------
 .entry-body
--------------------------------------------------------- */
.entry-body {
  width: 984px;
  font-size: 0;
  margin: 0 auto;
}
.entry-body table {
  width: 100%;
  height: 70%;
  margin-top: 22px;
}
.entry-body th {
  width: auto;
  font-weight: 600;
}
.entry-body th,
.entry-body td {
  font-size: 17rem;
  height: 30px;
  padding-left: 1px;
}
.entry-body p {
  font-size: 16.5rem;
  margin-top: 30px;
}
.entry-body > ul {
  margin-top: 27px;
}
.entry-body > ul li {
  margin-bottom: 10px;
}
.entry-body > ol {
  counter-reset: my-counter;
  margin-top: 27px;
}
.entry-body > ol li {
  font-size: 16.4rem;
  position: relative;
  margin-top: 15px;
  padding-left: 18px;
}
.entry-body > ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #666;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 12px;
  font-size: 12rem;
  text-align: center;
  top: 5px;
  left: 0;
  border: 1px solid #666;
  border-radius: 50%;
}
.entry-body .image-one-wrapper,
.entry-body .image-two-wrapper,
.entry-body .image-three-wrapper {
  width: 74%;
  text-align: left;
}
.image-one-wrapper > img,
.image-two-wrapper > img,
.image-three-wrapper > img {
  margin-top: 29px;
}
.entry-body .image-one-wrapper img {
  width: 100%;
}
.entry-body .image-two-wrapper img {
  width: 50%;
}
.entry-body .image-three-wrapper img {
  width: 33.3333%;
}
.button {
  text-align: left;
}
.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;
}
.entry-body a.link-map {
  border-bottom: none;
  }
.entry-body .button a {
  padding: 10px 20px;
  border-radius: 20px;
  border: solid 1px #40210f;
  background: #fff;
  color: #40210f;
  text-decoration: none;
  font-weight: 500;
  font-size: 13rem;
}
.entry-body .button a:hover {
  color: #fff;
  font-weight: 500;
  background: #40210f;
  opacity: 1;
}
.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 h4 {
  font-size: 12rem;
}
.entry-body h3 {
  font-size: 22.5rem;
  margin-top: 28px;
  color: #40210f;
  position: relative;
  padding-bottom: 4px;
}
.entry-body h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 0px;
  width: 88px;
  height: 2px;
  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 h4 {
  font-size: 18.5rem;
  margin-top: 28px;
  color: #40210f;
}
.entry-body > ul li {
  font-size: 16.4rem;
  padding-left: 13px;
  margin-bottom: 12px;
}
.entry-body > ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #40210f;
  position: relative;
  left: -5px;
  top: -3px;
}
.entry-body > ul.group-list li.group-item:before {
  width: 0;
  height: 0;
}
.entry-body strong {
  font-weight: bold;
  color: #40210f; 
}
.entry-body figcaption,
.entry-body figcaption a {
  font-size: 11rem;
  padding: 0 5px;
}
.entry-body figcaption a {
  margin-top: 3px;
}
.entry-body figure {
  text-align: left;
}
.entry-body .image-one-wrapper figure img {
  width: 100%;
  margin-top: 20px;
}
.entry-body .image-two-wrapper figure img {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.entry-body .image-two-wrapper figure {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
a[href^="tel:"]{
    pointer-events: none;
  }
i {
  font-style: normal;
}
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;
}
span.danger {
  color: #ff0000;
}
p.notetake {
  font-size: 13px;
  margin-top: 0;
}

/* --------------
200422 imgºá·ùÐÞÕý¤Ë¤è¤ë×·Ó›£¨kakiuchi
--------------- */
.entry-body img {
  max-width: 100%;
  margin: 0 auto 20px;
  height: auto;
}

/* =========================================================
@meida 1024px
========================================================= */
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
  .main-inner,.news-wrapper,.entry-body {
    width: 100%;
  }
  .main-inner {
    padding: 0 2%;
  }
}





/* =========================================================
@meida 750px
========================================================= */
@media screen and (max-width: 750px) {
.main-inner {
  width: 100%;
  padding: 0 2%;
  margin: 27px auto 67px;
}
.entry-body {
  width: 100%;
  margin: 0 auto; 
}
.heading-activity {
  margin-left: 0;
}
.heading-activity span:before {
  left: -4px;
  margin-bottom: -7px;
  bottom: -3px;
  height: 2px;
}
.heading-activity-lead {
  font-size: 11.6rem;
}
#breadcrumb {
  margin-right: 0;
  margin-top: 20px;
}
.breadcrumb-list {
  margin-left: 0;
}
.breadcrumb-item {
  font-size: 10rem;
}
.breadcrumb-item:not(:last-child)::after {
  margin: 0 3px 0 4px;
  font-size: 15rem;
  top: 2px;
}
.article-top-date {
  font-size: 11rem;
  margin-top: 0;
  margin-bottom: -3px;
}
.news-wrapper .heading {
  font-size: 16rem;
  margin-top: 33px;
}
.news-wrapper .heading:before {
  bottom: 41px;
  width: 16px;
}
.news-wrapper {
  margin: 22px auto 0;
}
.entry-body th {
  width: 16%;
}
.entry-body th, .entry-body td {
  font-size: 11rem;
}
.entry-body p {
  font-size: 11rem;
}
.entry-body > ol li {
  font-size: 10.5rem;
  padding-left: 13px;
}
.entry-body > ol li::before {
  width: 12px;
  height: 12px;
  line-height: 9px;
  padding-right: 1px;
  font-size: 10rem;
  top: 3px;
}
.entry-body > ul li {
  font-size: 11rem;
}
.entry-body > ul li:before {
  width: 2px;
  height: 2px;
}
.entry-body h2 {
  font-size: 20rem;
  padding-left: 25px;
  margin-top: 21px;
}
.entry-body h2:before {
  width: 16px;
  bottom: 14px;
  left: 2px;
}
.entry-body h3 {
  font-size: 14.5rem;
}
.entry-body h4 {
  font-size: 12.5rem;
}
.entry-body a {
  font-size: 11.5rem;
}
.entry-body figcaption,
.entry-body figcaption a {
  font-size: 10rem;
}
.image-col-wrapper {
  width: 99%;
}
.entry-body img.one-col {
  width: 100%
}
.entry-body img.three-col {
  width: 50%
}
.entry-body img.two-col {
  width: 70%;
}
.entry-body .button {
  margin-top: 25px;
}
.entry-body .button a {
  font-size: 10rem;
}
.entry-body > ul {
  margin-top: 20px;
}
.entry-body .image-one-wrapper,
.entry-body .image-two-wrapper,
.entry-body .image-three-wrapper {
  width: 100%;
}
.entry-body figcaption {
  padding: 0 6px;
}
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;
}


}