@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 87.5%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.1s 1 ease normal forwards;
          animation: fadeUp 1s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 0.2s 1 ease normal forwards;
          animation: fadeUp 1s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 0.3s 1 ease normal forwards;
          animation: fadeUp 1s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 0.4s 1 ease normal forwards;
          animation: fadeUp 1s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 0.6s 1 ease normal forwards;
          animation: fadeUp 1s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 0.7s 1 ease normal forwards;
          animation: fadeUp 1s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 0.8s 1 ease normal forwards;
          animation: fadeUp 1s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 0.9s 1 ease normal forwards;
          animation: fadeUp 1s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 1.1s 1 ease normal forwards;
          animation: fadeUp 1s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 1.2s 1 ease normal forwards;
          animation: fadeUp 1s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
.marginpadding0 {
  margin: 0;
  padding: 0;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
#page_head h1 {
  text-align: center;
  font-size: 200%;
  color: #fff;
}
#page_head {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35))), url(../img/22550434_m.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.35)), url(../img/22550434_m.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 6%;
}
@media screen and (max-width: 560px ) {
  #page_head {
    padding: 60px 6%;
  }
}

.breadcrumbs {
  font-size: 87.5%;
  color: #8c8c8c;
  text-align: right;
  margin: 1rem;
}

.post_date {
  color: #8c8c8c;
  margin-bottom: 1em;
}

.seminar-time {
  display: none;
}

article {
  max-width: 980px;
  margin: 0 auto;
  width: 95%;
  line-height: 2;
  margin-bottom: 2.75rem;
}
article figure, article p, article iframe {
  margin: 1rem 0;
}
article h2 {
  font-weight: 700;
  font-size: 250%;
  line-height: 1.5;
  margin: 6rem 0 2rem;
  position: relative;
  z-index: 0;
  padding: 0.25em 0;
  text-align: center;
  color: #1B79B0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  article h2 {
    font-size: 200%;
    margin-top: 2rem;
  }
}
article h3 {
  border-left: 2px solid #1B79B0;
  background: #f9f9f9;
  padding: 8px 20px;
  font-size: 162.5%;
  margin: 3rem 0 1rem;
  line-height: 1.5;
}
article h4 {
  font-size: 137.5%;
  position: relative;
  padding-bottom: 0.5rem;
  overflow: hidden;
  margin: 2rem 0 1rem;
  line-height: 1.5;
}
article h4:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #1B79B0;
  position: absolute;
  bottom: 0;
}
article h4:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ccc;
  position: absolute;
  bottom: 0;
}
article .ank_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  gap: 1rem 2rem;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 2rem 0;
  margin: 3rem 0;
}
article .ank_list:before {
  content: "INDEX";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  background: #fff;
  font-size: 87.5%;
  top: -0.65em;
  line-height: 1;
  padding: 0 5px;
  font-weight: bold;
}
article .ank_list li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #4c83ff;
  padding-right: 5px;
}
article ul:not(.ank_list, .cate_postlist) {
  margin: 2rem 0;
}
article ul:not(.ank_list, .cate_postlist) > li {
  position: relative;
  padding-left: 1.5rem;
}
article ul:not(.ank_list, .cate_postlist) > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
article ul:not(.ank_list, .cate_postlist) > li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background: #1B79B0;
  opacity: 0.5;
}
article ol:not(.ank_list, .cate_postlist) {
  counter-reset: numlist;
  margin: 2rem 0;
}
article ol:not(.ank_list, .cate_postlist) > li {
  position: relative;
  padding-left: 2rem;
}
article ol:not(.ank_list, .cate_postlist) > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
article ol:not(.ank_list, .cate_postlist) > li:nth-of-type(n+10):before {
  content: counter(numlist);
}
article ol:not(.ank_list, .cate_postlist) > li:nth-of-type(-n+9):before {
  content: "0" counter(numlist);
}
article ol:not(.ank_list, .cate_postlist) > li:before {
  counter-increment: numlist;
  position: absolute;
  left: 0;
  color: #1B79B0;
  font-weight: bold;
}
article .note {
  padding: 3rem;
  margin: 1rem 0;
  background: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  article .note {
    padding: 6.4vw;
  }
}
article .note > *:first-child,
article .note > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
article .note > *:last-child,
article .note > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
article table:not([class]) {
  margin-bottom: 2rem;
}
article table:not([class]) thead {
  background: #1B79B0;
  color: #fff;
}


#cat_cont .wp-pagenavi {
  margin: 5rem 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#cat_cont .wp-pagenavi span, #cat_cont .wp-pagenavi a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1%;
  background: #fff;
}
#cat_cont .wp-pagenavi span.current {
  background: #1B79B0;
  color: #fff;
  border: 1px solid #1B79B0;
}
#cat_cont .wp-pagenavi a:hover {
  background: #0f5833;
  color: #fff;
  border: 1px solid #0f5833;
}

#cat_cont ul li:first-child {
  border-top: 1px solid #aaa;
}
#cat_cont ul li {
  border-bottom: 1px solid #aaa;
}
#cat_cont ul li a {
  display: block;
  position: relative;
  z-index: 0;
  text-decoration: none !important;
  padding-right: calc(2% + 1rem);
  padding: 1.5rem 2%;
  color: #000;
}
@media screen and (max-width: 560px ) {
  #cat_cont ul li a {
    padding: 1.5rem 5%;
  }
}
#cat_cont ul li a span {
  margin-right: 2em;
  color: #555;
  font-size: 87.5%;
}
#cat_cont ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 2%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#cat_cont ul li a:hover {
  text-decoration: none;
}
#cat_cont ul li a:hover:after {
  right: 0;
}
#cat_cont ul a, #cat_cont ul a * {
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.btn_downloads {
  display: inline-block;
  font-size: 90%;
  line-height: 1;
  padding: 3px 10px;
  text-decoration: none;
  background: #555555;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 15px;
  margin-left: 1em;
}

.wp-block-file .btn_downloads {
  display: none;
}

.wp-block-file:after {
  margin-top: 3em;
  font-size: 100%;
  display: block;
  background: #eaeaea;
  border-radius: 5px;
  color: #666;
  padding: 5px 10px;
  margin-bottom: 2em;
  content: "一部環境ではブラウザ上でPDFが閲覧できない場合がございます。ブラウザでの表示ができない場合は、「ダウンロード」よりファイルのダウンロードをお試しください";
}

.newsletter .btn_downloads, .seminar .btn_downloads {
  display: none !important;
}

.member-list a:not(.btn_downloads) {
  display: block;
}
.member-list .btn_downloads {
  margin-top: 1.5em;
  padding: 1em 2em;
  display: inline-block;
}

.wp-block-table table td:first-child {
  font-weight: bold;
  background-color: #c7e0f9 !important;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.wp-block-file a:not(.nofancybox) {
  background: #fff0f0;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 2em;
  border: solid 2px #ff0000;
  color: #ff0000;
}
@media screen and (max-width: 560px ) {
  .wp-block-file a:not(.nofancybox) {
    display: block;
  }
}

@media screen and (max-width: 560px ) {
  .wp-block-file a {
    text-align: center;
    display: block;
  }
}