@charset "utf-8";
/* CSS Document */
*, *::before, *::after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  ;
  margin: 0;
  padding: 0;
}
main {
  flex: 1;
}
body {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  overflow-wrap: break-word;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
img, picture, video {
  display: block;
  height: auto;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
em {
  font-style: normal;
}
button {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.red {
  color: #D51B1E;
}
.blue {
  color: #1A24D5;
}
.green {
  color: #44D51A;
}
.yellow {
  color: #D5B11A;
}
.l-contents__block a[target="_blank"] {
  background: url(../images/icon-link.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-contents__block a[href$=".pdf"] {
  background: url(../images/icon-pdf.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-contents__block a[href$=".docx"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-contents__block a[href$=".doc"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.event-buttons a[target="_blank"] {
  background: url(../images/icon-not.png) no-repeat center right;
  padding: 6px 6px 6px 20px;
  background-size: 0px auto;
}
.event-buttons a[href$=".pdf"] {
  background: url(../images/icon-not.png) no-repeat center right;
  padding: 6px 6px 6px 20px;
  background-size: 0px auto;
}
.event-buttons a[href$=".docx"] {
  background: url(../images/icon-not.png) no-repeat center right;
  padding: 6px 6px 6px 20px;
  background-size: 0px auto;
}
.event-buttons a[href$=".doc"] {
  background: url(../images/icon-not.png) no-repeat center right;
  padding: 6px 6px 6px 20px;
  background-size: 0px auto;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 35px;
  display: block;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .3s;
  opacity: 0;
}
.pagetop img {
  width: 100%;
  height: auto;
}
.pagetop:hover {
  box-shadow: 0 0 10px #fff;
}
.pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption, [class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .alignright {
    float: none;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .alignleft {
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  img.alignright {
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
  }
  img.alignleft {
    width: 100%;
    display: block;
    margin: 0 auto 0 0;
  }
}
blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}