@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* イメージ */
div.visual img {
  max-width: 100%;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.visual img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div.visual img {
    width: 100%;
  }
}

.movie {
  padding-top: 56.25%;
  position: relative;
  text-align: center;
}
.movie iframe {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: bottom;
  width: 100%;
}

ul.pics {
  font-size: 0;
  list-style: none;
  margin: 40px auto;
  padding: 0;
  text-align: center;
}
ul.pics > li {
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  ul.pics > li {
    width: 50%;
  }
}
ul.pics > li a {
  display: block;
}
ul.pics > li img {
  border: 2px solid #000;
  max-width: 100%;
  vertical-align: bottom;
}

ul.paging {
  display: table;
  list-style: none;
  margin: 100px auto 0;
  width: 75%;
}
@media screen and (max-width: 767px) {
  ul.paging {
    display: block;
    margin: 50px auto;
    padding: 0;
    width: 100%;
  }
}
ul.paging > li {
  background: #eee;
  background: linear-gradient(#eee 0%, #eee 50%, #ddd 51%, #ddd 100%);
  box-sizing: border-box;
  display: table-cell;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  ul.paging > li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
ul.paging > li span {
  display: block;
}
ul.paging > li + li {
  border-left: 1px solid #fff;
}
ul.paging > li:first-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 767px) {
  ul.paging > li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  ul.paging > li:first-child a {
    padding: 7px 0;
  }
}
ul.paging > li:first-child span::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 2px;
}
ul.paging > li:last-child {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 767px) {
  ul.paging > li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  ul.paging > li:last-child a {
    padding: 7px 0;
  }
}
ul.paging > li:last-child span::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 2px;
  padding-right: 0;
}
ul.paging a {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

/* キャプション付き画像 */
@media screen and (max-width: 767px) {
  .list--caption > li {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(odd) {
    clear: none;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list--caption > li:nth-child(n+4) {
    clear: both;
    margin-top: 25px;
  }
}
.list--caption a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list--caption a {
    font-size: 13px;
  }
}
.list--caption a:hover {
  text-decoration: underline;
}
.list--caption__img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list--caption__img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .list--caption__text {
    font-size: 11px;
  }
}
.list--caption__text.red {
  color: #b40000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list--caption__text.red {
    font-size: 16px;
  }
}
.list--caption__text.link {
  padding-left: 22px;
  position: relative;
  text-align: left;
}
.list--caption__text.link:before {
  background: transparent url(../media/images/common/icon_arrow--blue.svg) no-repeat top center;
  content: "";
  display: inline-block;
  height: 15px;
  padding-right: 7px;
  vertical-align: text-bottom;
  width: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.list--caption.rowImg {
  margin-bottom: 0;
}
.list--caption.rowCaption--index {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .list--caption.rowCaption--index {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .list--caption.rowCaption--index > li {
    margin: 0;
    width: 100%;
    border-top: solid 1px #ccc;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .list--caption.rowCaption--index > li .list--caption__text {
    font-size: 16px;
    padding: 4.5px 0;
  }
}
.list--caption.rowCaption--center {
  text-align: center;
}
.list--caption.rowCaption--only {
  margin-top: 0;
}
.list--caption.rowCaption--only > li {
  width: 100%;
  margin: 0;
  text-align: center;
}

/*# sourceMappingURL=p_kenkyu.css.map */
