.whole_sight {
    width: 100%;
    margin: 0 auto;
}

ul {
  padding: 0;
}
li {
  list-style: none;
}
form.messiah {
    padding: 20px 39px;
    border-radius: 18px;
	width:92%;
	background: #f1f1f1;
    margin: 0 auto;
    margin-bottom: 30px;
}
form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}
input[type="radio"] {
  display: none;
}
.category input[type="radio"]:checked + label {
  background: #ff7bac; /* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.position input[type="radio"]:checked + label {
  background: #3fa9f5; /* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.affiliation input[type="radio"]:checked + label {
  background: #fbb03b; /* マウス選択時の背景色を指定する */
  color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.category .label:hover {
  background-color: #e2edf9;
}
.position .label:hover {
  background-color: #e2edf9; /* マウスオーバー時の背景色を指定する */
}
.affiliation .label:hover {
  background-color: #e2edf9;
}

.p-zoom {
    padding: 0!important;
    overflow: hidden;
}

.label {
  display: block;
    margin: 5px;
    width: 122px;
    height: 29px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
    border-radius: 25px;
}

.category .label {
  border: 1px solid #ccc;
  color: #363636;
  width: 94%;
}
.position .label {
  border: 1px solid #ccc;
  color: #363636;
  width: 94%;
}
.tags .label {
  border: 1px solid #ccc;
  color: #363636;
  width: 94%;
}
.affiliation .label {
  border: 1px solid #ccc;
  color: #363636;
  width: 94%;
}
.subject .label {
  border: 1px solid #ccc;
  color: #363636;
  width: 94%;
}

.search-box_label {
  font-weight: bold;
}
.is-hide {
  display: none;
}
.under_line {
  width: 500px;
}
.search-box h2 {
  margin: 0;
  font-size: 1.2rem;
}

.search-box2 .label {
    border: 1px solid #ccc;
    color: #363636;
}

.search-box h3 {
    font-weight: 100;
    margin: 15px 0 0 10px;
}
.reset-button {
  width: 25%;
  margin: 20px auto 0;
  line-height: 30px;
  background: #ccc;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}
.reset-button:hover {
  background: #999;
}
.nothing {
  display: none;
}

.list {
  display: inline-flex;
  flex-wrap: wrap;
}
.list li {
    width: 300px;
    height: 345px;
    padding: 15px;
  /* margin: auto; */
  object-fit: cover;
}

.list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-box,
.search-box2 {
  margin: 5px 1em 0 0;
  font-size: 0.82em;
}
.search-box input[type=checkbox],
.search-box input[type=radio],
.search-box2 input[type=checkbox],
.search-box2 input[type=radio] {
  display: none;
}
.search-box input[type=checkbox]:checked + label,
.search-box input[type=radio]:checked + label,
.search-box2 input[type=checkbox]:checked + label{
  background: #363636;
  color: #fff;
}
.search-box label{
  padding: 5px 10px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 7px;
  transition: all 0.2s;
}

.search-box2 label {
  padding: 8px 10px;
  background: #f5f5f5;
  border: 2px solid #111;
  border-radius: 7px;
  transition: all 0.2s;
  width:17%;
}

.search-box label:hover,
.search-box2 label:hover {
  background: #dfdfdf;
  cursor: pointer;
}

p.story_label {
    font-size: 1.6em;
    font-weight: 600;
    text-align: left;
}

ul.volunteer-news-list--index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-bottom: 50px;
}


.volunteer-news-list--index li {
    overflow: hidden;
    box-sizing: border-box;
    width: -webkit-calc(100% / 3 - 36px);
    width: calc(100% / 3 - 36px);
    height: 100%;
    margin: 8px 18px 40px;
    padding: 0;
    list-style: none;
    text-align: left;
    height: 370px;
    background: #fff;
    position: relative;
}

.news-menu-tag {
    position: absolute;
    bottom: 30px;
}

.volunteer-news-list--index li a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.education_top_story {
    width: 83%;
    margin: 0 auto;
}

.news-event__img {
    overflow: hidden;
    height: 29vh;
    padding: 0;
}

.news-event__img img:hover {
    transform: scale(1.3);
}

.news-event__img img {
    transition: all 0.5s ease-in-out;
}

.news-event__img img {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}


.news-event__data {
    padding: 10px;
    font-size: 208px;
    font-size: 13rem;
    font-size: 13px;
    line-height: 1.4;
}

span.news-event__icon {
    display: inline-block;
    margin: 0;
    padding: 0 4px 0 0;
}

span.news-event__icon img {
    margin-top: 1px;
}

span.news-event__date {
    font-size: 0.75rem;
}

.ls_link__box{
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ls_link__img {
    transition: all 0.5s ease-in-out;
}

.ls_link__img:hover {
    transform: scale(1.3);
}

@media (max-width: 767.98px){
.volunteer-news-list--index li {
    width: -webkit-calc(100% / 1 - 36px);
    width: calc(100% / 1 - 36px);
}

.whole_sight {
    width: 100%;
}

form.messiah {
        padding: 10px 0px 10px 20px;
        border-radius: 18px;
        width: 100%;
        background: #f1f1f1;
        margin: 0;
        margin-bottom: 30px;
}

.search-box, .search-box2 {
    margin: 5px 1em 0 0;
    font-size: 0.8em;
}

.news-event__img {
    height: 28vh;
}

.p-zoom {
    height: 24vh;
}
	
.search-box2 label {
    width: 93%;
}
form.messiah {
    font-size: 1.8rem;
}

}