img {
  max-width: 100%; }

#entrybody ul {
  margin: 0; }

#entrybody img {
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none; }

.list__container.type--volunteer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .list__container.type--volunteer > li {
    /* @mixin space-grid */
    margin-right: 16px;
    width: calc(((100% - 16px * (2 - 1)) / 2) - .1px); }
    .list__container.type--volunteer > li:nth-child(2n) {
      margin-right: 0; }
    .list__container.type--volunteer > li:nth-child(n+3) {
      margin-top: 16px; }
    .list__container.type--volunteer > li:last-child {
      margin-right: 0; }

.sec__container.type--volunteer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #entrybody,.article__container,.sec__container.type--volunteer {
      flex-wrap: wrap;}
  }
.sec__map.type--volunteer {
  margin-right: 16px;
  width: 546px; }
  @media screen and (max-width: 768px) {
    #entrybody,.article__container,.sec__map.type--volunteer {
      /*margin-right: unset;*/}
  }

.sec__list.type--volunteer {
  list-style: none; }
  .sec__list.type--volunteer > li {
    /* @mixin space-row */
    margin-bottom: 8px; }
    .sec__list.type--volunteer > li:last-child {
      margin-bottom: 0; }
  .sec__list.type--volunteer img {
    margin-right: 8px !important;
    vertical-align: middle; }

.article__container.type--volunteer > * {
  margin-bottom: 40px !important; }
  .article__container.type--volunteer > *:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 768px) {
	#entrybody .volapply p:nth-child(2) {
		margin-top: 20px;}
}

/* 20230830追加　詳細ページテーブル用スタイル */
table.table-style {
  border-collapse: collapse;
  width: 100% !important;
}
@media screen and (max-width:768px) {
  table.table-style tbody tr th {
      display: block;
  }

  table.table-style tbody tr td {
      display: block;
  }
}  
