@charset "UTF-8";
/* TCDテーマ NANO Ver1.20 アップデート対応 */
body {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.p-cb__item-title,
.p-article12__title {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-weight: 500 !important;
}

/* デフォルトの画像スライダーを非表示 */
#js-header-slider {
  display: none;
}

.l-contents {
  border-top: none;
  margin-bottom: 0;
}

.l-primary {
  margin-bottom: 0;
}

.l-primary .p-index-content03 {
  margin-top: 50px;
}

.l-primary .p-index-content04 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .l-primary .p-index-content04 {
    margin-bottom: 40px;
  }
}

/* グローバルナビ */
@media (max-width: 425px) {
  .l-header .c-logo {
    margin-left: -8px;
  }
}
@media (max-width: 1199px) {
  .l-header .c-logo img {
    width: calc(100% - 60px);
  }
}
@media (max-width: 425px) {
  .l-header .c-logo img {
    width: calc(100vw - 60%);
  }
}
@media (max-width: 375px) {
  .l-header .c-logo img {
    width: calc(100vw - 55%);
  }
}
.l-header .p-global-nav > li {
  font-weight: bold;
}

/* 言語リンクと右側ヘッダーメニュー */
.langSelect-wrap {
  position: absolute;
  right: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .langSelect-wrap {
    right: 100px;
    height: 1em;
    line-height: 1;
  }
}
@media (max-width: 425px) {
  .langSelect-wrap {
    right: 90px;
  }
}

.langSelect-link {
  display: inline-block;
  color: #bcbdbd;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .langSelect-link {
    padding: 0 0.3em;
    font-size: 13px;
  }
}

.langSelect-link:hover {
  opacity: 0.7;
}

.langSelect-link.is-active {
  color: #2779c7;
}

.langSelect-link.--eng {
  border-left: 1px solid #bcbdbd;
}

/* SPナビ */
@media (max-width: 768px) {
  .c-menu-btn {
    width: 55px;
  }
}
.c-menu-btn::before {
  color: #07447d;
}

.l-header__nav-close {
  color: #fff;
  border-top: 1px solid #76a3c5;
  border-bottom: 1px solid #76a3c5;
}
.l-header__nav-close::before {
  color: #fff;
}

.spMenu {
  width: 92.1875%;
  margin: 0 auto;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .spMenu {
    display: none;
  }
}
.spMenu-contact {
  margin-bottom: 24px;
}
.spMenu-contact a {
  color: #07447d;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  padding: 12px 16px;
  display: block;
  text-align: center;
}
.spMenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spMenu-item {
  min-width: 42%;
  margin: 0 10px;
}
.spMenu-link {
  color: #07447d;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 12px 16px;
  border: 1px solid #1f7ec7;
  border-radius: 50px;
  display: block;
  text-align: center;
}
.spMenu-link.--type2 {
  color: #fff;
  background-color: #07447d;
  padding: 10px 16px;
  border: 1px solid #07447d;
  border-radius: 30px;
}

/* サイドバー */
.l-secondary {
  /* サイドバー - ウィジェット変更 */
}
.l-secondary .p-widget__title {
  display: none;
}
.l-secondary .p-banner__content {
  display: none;
}
.l-secondary .p-banners-list__item {
  border: 1px solid #ddd;
}
.l-secondary .tcdw_banner_list1_widget:not(:last-of-type) {
  margin-bottom: 0;
}
.l-secondary > :last-child {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .l-secondary > :last-child {
    margin-bottom: 40px;
  }
}

/* カスタムスライドエリア */
.p-top-customMv__item {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .p-top-customMv__item {
    max-width: 1080px;
  }
}
@media (max-width: 1080px) {
  .p-top-customMv__item {
    width: 100vw;
    width: 100cqw;
    max-width: initial;
  }
}
.p-top-customMv__image {
  width: 100%;
  height: auto;
}
.p-top-customMv__link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .p-top-customMv__link:hover {
    opacity: 0.8;
  }
}

/* スライド実行前は1番目以外を非表示 */
.p-top-customMv > .p-top-customMv__item:not(:first-child) {
  display: none;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0;
}

.slick-dots li:not(:first-child) {
  margin-left: 20px;
}

.slick-dots li button:before {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #dde0e1;
  background-size: 14px auto;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #026dc3;
}

/* TOPページコンテンツエリア */
.l-primary .p-index-content03 .p-cb__item-title,
.l-primary .p-index-content04 .p-cb__item-title {
  color: #016abd;
  font-size: 30px;
}

.l-primary .p-index-content03 .p-cb__item-sub,
.l-primary .p-index-content04 .p-cb__item-sub {
  font-size: 16px;
  font-weight: 500;
}

.p-three-box__item {
  height: 453px;
}

/* サイドバーのページヘッダー */
.p-page-header {
  background-color: #016ec3;
}

.p-page-header .p-page-header__title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.p-page-header .p-page-header__sub {
  font-size: 14px;
  color: #fff;
}

/* p-cover */
.post-type-archive-about .p-cover {
  background-image: url(../images/bg_about.jpg);
}

.post-type-archive-activities .p-cover {
  background-image: url(../images/bg_activities.jpg);
}

.post-type-archive-local_meetings .p-cover {
  background-image: url(../images/bg_local_meetings.jpg);
}

.post-type-archive-seminars .p-cover {
  background-image: url(../images/bg_seminars.jpg);
}

.post-type-archive-documents .p-cover {
  background-image: url(../images/bg_materials.jpg);
}

.page-template-default .p-cover {
  max-height: 180px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ddd;
}
.page-template-default .p-cover .p-cover__page-title {
  font-size: 32px;
  color: #222c33;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-default .p-cover {
    max-height: 120px;
    border-top: 1px solid #ddd;
  }
  .page-template-default .p-cover .p-cover__page-title {
    font-size: 24px;
  }
}

.p-cover .p-cover__header {
  background-color: #016ec3;
}
.p-cover .p-cover__header-title {
  color: #fff;
  font-size: 22px;
}
.p-cover .p-cover__header-sub {
  color: #fff;
  font-size: 14px;
}
.p-cover .p-cover__title {
  color: #fff;
  font-size: 50px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
}
@media (max-width: 768px) {
  .p-cover .p-cover__title {
    font-size: 29px;
  }
}
.p-cover .p-cover__sub {
  color: #fff;
  font-size: 25px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
}
@media (max-width: 768px) {
  .p-cover .p-cover__sub {
    font-size: 14px;
  }
}
.p-cover__inner {
  top: -40px;
}
@media (max-width: 991px) {
  .p-cover__inner {
    top: 0px;
  }
}

/* archive-header */
.l-primary .p-archive-header__title {
  font-size: 27px;
  margin-bottom: 56px;
  line-height: 1.7;
  color: #222c33;
}
@media (max-width: 768px) {
  .l-primary .p-archive-header__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.l-primary .p-archive-header__desc {
  font-size: 19px;
}
@media (max-width: 768px) {
  .l-primary .p-archive-header__desc {
    font-size: 15px;
  }
}

/* entry */
.p-entry__body {
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-entry__body {
    font-size: 15px;
  }
}
.p-entry__body ol li,
.p-entry__body ul li {
  margin-bottom: 1rem;
}
.p-entry__body .wp-block-file a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .p-entry__body .wp-block-file a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-entry__body .wp-block-file a:hover {
    opacity: 0.7;
  }
}
.p-entry__body .wp-block-file * + .wp-block-file__button {
  color: #fff;
  background-color: #016ec3;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 769px) {
  .p-entry__body .wp-block-file * + .wp-block-file__button {
    font-size: 18px;
  }
}

/* wp-block */
.wp-block-columns {
  margin-bottom: 35px;
}
.wp-block-columns .wp-block-social-links {
  margin-left: 0;
}

.wp-block-column figure {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .wp-block-column figure {
    margin: 0;
  }
}

.wp-block-button__link.wp-element-button {
  color: #fff;
  font-weight: 500;
  background-color: #1f7ec7;
  border: 1px solid #1f7ec7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .wp-block-button__link.wp-element-button:hover {
    text-decoration: none;
    color: #1f7ec7;
    background-color: #fff;
  }
}

.wp-block-columns .wp-block-image img {
  height: auto !important;
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-image .alignleft {
    margin: 1em 40px;
  }
}

/* 学会について */
/* －賛助会員 */
body.postid-134 .p-entry__body .wp-block-table {
  margin: 1em 0;
}
body.postid-134 .p-entry__body .wp-block-table table thead {
  border-bottom: none;
}
body.postid-134 .p-entry__body .wp-block-table table thead th {
  color: #fff;
  background-color: #016ec3;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  body.postid-134 .p-entry__body .wp-block-table table thead th {
    font-size: 20px;
  }
}
body.postid-134 .p-entry__body .wp-block-table table tbody td {
  font-size: 15px;
}
@media (min-width: 769px) {
  body.postid-134 .p-entry__body .wp-block-table table tbody td {
    font-size: 18px;
  }
}

/* 学会の活動 */
.post-type-archive-activities .p-article10__img {
  max-height: 157px;
}

/* 地方会 */
.post-type-archive-local_meetings .p-service-cats-list__item:nth-child(n+5) a {
  border-top: none;
}
@media (max-width: 991px) {
  .post-type-archive-local_meetings .p-service-cats-list__item:nth-child(3) a,
  .post-type-archive-local_meetings .p-service-cats-list__item:nth-child(4) a {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .post-type-archive-local_meetings .p-service-cats-list__item:nth-child(2) a {
    border-top: none;
  }
}
.post-type-archive-local_meetings .p-article10__img {
  display: none;
}

/* News - お知らせ */
@media (max-width: 520px) {
  .p-news-tab-list__tabs {
    width: 520px;
  }
}
.p-news-tab-list__tabs-item {
  width: 25%;
}
@media (max-width: 520px) {
  .p-news-tab-list__tabs-item {
    width: 130px;
  }
}
.p-news-tab-list__tabs-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #76a3c5;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.p-news-tab-list__tabs-item.is-active a,
.p-news-tab-list__tabs-item a:hover {
  background-color: #1f7ec7;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: #fff;
}
.p-news-tab-list__tabs-item.is-active:first-child a, .p-news-tab-list__tabs-item:first-child a:hover {
  border-left-color: #1f7ec7;
}
.p-news-tab-list__tabs-item.is-active:last-child a, .p-news-tab-list__tabs-item:last-child a:hover {
  border-right-color: #1f7ec7;
}
.p-news-tab-list__tabs-item:last-child a {
  border-right-color: #76a3c5;
}
.p-news-tab-list__tabs:not(:first-child) > a {
  border-left: 1px solid #fff;
}

.p-news-tab-list__tabs-item.is-active + .p-news-tab-list__tabs-item a {
  border-left-color: #fff;
}

/* お知らせ欄 */
.p-article04__inner {
  height: auto;
  line-height: 1.2;
  padding: 20px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 991px) {
  .p-article04__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 20px;
  }
}
.p-article04__date {
  min-width: 75px;
  color: #222c33;
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック", YuGothic;
  text-align: right;
  margin-top: 3px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .p-article04__date {
    margin-top: 0;
  }
}
.p-article04__title {
  color: #222c33;
  font-size: 14px;
  font-weight: 600;
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-article04__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 10px;
  }
}
.p-article04__title a {
  font-family: "游ゴシック", YuGothic;
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
}
.p-article04__cat {
  font-size: 12px;
  min-width: 100px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  padding: 4px 0 5px;
}

.p-cat-list__title {
  border-top: 3px solid #016ec3 !important;
  color: #222c33;
}
.p-cat-list__title-sub {
  display: block;
  font-size: 75%;
}

.p-cat--15 {
  color: #c27702;
  border: 1px solid #c27702;
}

.p-cat--16 {
  color: #c20902;
  border: 1px solid #c20902;
}

.p-cat--17 {
  color: #02a8c2;
  border: 1px solid #02a8c2;
}

.l-primary .p-index-content03 .p-btn a,
.l-primary .p-index-content04 .p-btn a {
  font-size: 16px;
  border: 1px solid #07447d;
  border-radius: 40px;
  background: #07447d;
  background-image: url(/img/toppage/pic_arrow_top_btn.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center right 4vw;
}

/* Company */
.p-company-list__item {
  width: 100%;
}

/* Activities - 学会の活動 */
.p-article10__content {
  text-align: center;
}

/* About JSNMT - 学会について */
.l-primary .p-index-content04 .p-article12__title {
  font-size: 28px;
  margin: 0 0 10px;
}

.l-primary .p-index-content04 .p-article12__sub {
  font-size: 14px;
  font-weight: 500;
}

.l-primary .p-index-content04 .p-cb__item-title {
  color: #016abd;
}

.l-primary .p-index-content04 {
  background: #d7e3f1;
}

/* Materials & Publications - 刊行物・資料 */
.p-material {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.p-material-titleArea {
  background-color: #1f7ec7;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-material-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.p-material-titleAnd {
  font-weight: 400;
  font-family: "小塚ゴシック Pr6N";
  margin: 0 0.2em;
}

.p-material-subTitle {
  color: #fff;
  font-size: 16px;
}

.p-material-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-bottom: 0;
  padding: 20px 30px 18px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.p-material-link {
  color: #222c33;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  background-image: url(/img/toppage/pic_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center left;
  padding-left: 0.8em;
}

/* サイドバーのページヘッダー */
.p-list__item a {
  height: auto;
  line-height: 1.7;
  padding-top: 12px;
  padding-bottom: 12px;
}
.p-list__item a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  opacity: 0.8;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3' y='7' width='14' height='14' rx='1' fill='none' stroke='%23007acc' stroke-width='2'/><rect x='7' y='3' width='14' height='14' rx='1' fill='white' stroke='%23007acc' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-list__item-toggle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .l-footer {
    margin-top: 30px;
  }
}

/* フッターのウィジェットを非表示 */
.p-footer-widgets {
  display: none;
}

/* フッターロゴ */
.c-logo img {
  width: 100%;
  max-width: 460px;
  height: auto;
}

/* カスタムフッターバナーエリア */
.p-footer-banners.--custom {
  border-bottom: none;
  background: #76a3c5;
}

.p-footer-banners.--custom .p-banner p {
  color: #222c33;
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-filter: drop-shadow(2px 1px 1px rgb(255, 255, 255));
          filter: drop-shadow(2px 1px 1px rgb(255, 255, 255));
}

/* フッターバナー */
.p-banner--lg .p-banner__content {
  font-size: 22px;
}

/* フッターリンクエリア */
.p-footer-linkArea {
  margin: 0 auto;
}

.p-footer-linkBoxList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}

.p-footer-linkBox {
  padding: 20px;
}

.p-footer-linkBox:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.p-footer-linkBox:nth-child(odd) {
  border-right: 1px solid #ddd;
}

.p-footer-linkBox:last-child {
  border-right: 1px solid #ddd;
}

.p-footer-linkBoxTitleLink {
  display: inline-block;
  color: #016ec3;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

.p-footer-linkItem:not(:last-child) {
  margin-bottom: 15px;
}

.p-footer-linkItemTextLink {
  color: #333;
  font-size: 14px;
}
.p-footer-linkItemTextLink[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  opacity: 0.8;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3' y='7' width='14' height='14' rx='1' fill='none' stroke='%23007acc' stroke-width='2'/><rect x='7' y='3' width='14' height='14' rx='1' fill='white' stroke='%23007acc' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-footer-nav {
  display: none;
}

.p-footer-customNav {
  border-top: 1px solid #ddd;
}

.p-footer-customNavList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  word-break: keep-all;
  padding: 15px;
  margin: 0;
}

.p-footer-customNavItem {
  text-align: center;
}

.p-footer-customNavLink {
  color: #222c33;
  font-size: 12px;
}

.p-copyright {
  font-size: 14px;
}

.p-pagetop {
  background-color: #232c33;
}

@media (max-width: 1199px) {
  /* ヘッダー */
  .l-header__search {
    color: #1f7ec7;
  }
  .l-header__search.with_lang_btn {
    right: 55px;
    width: 40px;
  }
}
/* PC表示 */
@media (min-width: 1200px) {
  /* グローバルナビ */
  .l-header__nav {
    margin: 0 auto;
  }
  .l-header__search {
    position: absolute;
    right: 420px;
    bottom: 28px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1f7ec7;
    background-color: #dde0e1;
    padding: 0;
    border-radius: 50%;
    z-index: 5;
  }
  .l-header__form {
    position: relative;
  }
  .l-header__form-input {
    position: absolute;
    top: 26px;
    left: calc(50% - 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    height: 40px;
    padding: 0 15px;
    border-radius: 30px;
    z-index: 10;
  }
  .p-global-nav {
    width: auto;
    max-width: 1180px;
    font-size: 21px;
    margin: 0 auto;
  }
  .p-global-nav > li {
    width: 236px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-right-color: #a5cfed;
    border-left-color: #a5cfed;
  }
  .headerMenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 1em;
  }
  .headerMenu-item:not(:first-child) {
    margin-left: 1em;
  }
  .headerMenu-link {
    color: #026dc3;
    font-size: 19px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .headerMenu-link:hover {
    opacity: 0.7;
  }
  .headerMenu-link.--type1 {
    color: #fff;
    background-color: #1f7ec7;
    padding: 10px 16px;
    border: 1px solid #1f7ec7;
    border-radius: 30px;
  }
  .headerMenu-link.--type1:hover {
    opacity: unset;
    color: #1f7ec7;
    background-color: #fff;
  }
  .headerMenu-link.--type2 {
    color: #fff;
    background-color: #07447d;
    padding: 10px 16px;
    border: 1px solid #07447d;
    border-radius: 30px;
  }
  .headerMenu-link.--type2:hover {
    opacity: unset;
    color: #07447d;
    background-color: #fff;
  }
  .p-megamenu02 {
    height: auto;
  }
  .p-megamenu02::before {
    background-color: #07447d;
  }
  .p-megamenu02__inner {
    width: 100%;
    height: 240px;
  }
  .p-megamenu02__header {
    width: 26%;
    padding: 60px 0 70px;
  }
  .p-megamenu02__title {
    font-size: 35px;
  }
  .p-megamenu02__sub {
    font-size: 20px;
  }
  .p-megamenu02__link {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
  }
  .p-megamenu02__list {
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 74%;
    padding: 30px 0 30px 40px;
  }
  .p-megamenu02__list.--seminars {
    padding-top: 45px;
    padding-bottom: 45px;
    grid-template-columns: repeat(1, 80%);
  }
  .p-megamenu02__list.--documents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .p-megamenu02__list li {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border: none;
  }
  .p-megamenu02 .p-article13 a {
    display: inline;
    padding: 0;
    height: auto;
  }
  .p-megamenu02 .p-article13 a[target=_blank] .p-article13__title::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    opacity: 0.8;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3' y='7' width='14' height='14' rx='1' fill='none' stroke='%23007acc' stroke-width='2'/><rect x='7' y='3' width='14' height='14' rx='1' fill='white' stroke='%23007acc' stroke-width='2'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-megamenu02 .p-article13__content {
    display: block;
  }
  .p-megamenu02 .p-article13__title {
    font-size: 18px;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    font-weight: 400;
    text-align: left;
    background-image: url(/img/toppage/pic_arrow_blue.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 7px auto;
    padding-left: 0.8em;
    margin: 0;
  }
  .p-megamenu02 .p-article13__title:hover {
    opacity: 0.7;
  }
  /* カスタムスライドエリア */
  .slick-dots {
    bottom: -40px;
  }
  .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }
  /* TOPページコンテンツエリア */
  .l-primary .p-index-content03 .p-cb__item-title,
  .l-primary .p-index-content04 .p-cb__item-title {
    font-size: 50px;
  }
  .l-primary .p-index-content03 .p-cb__item-sub,
  .l-primary .p-index-content04 .p-cb__item-sub {
    font-size: 25px;
  }
  /* News - お知らせ */
  .p-news-tab-list__tabs-item a {
    font-size: 22px;
  }
  .p-article04__date {
    min-width: 90px;
    font-size: 19px;
    margin-right: 15px;
  }
  .p-article04__title {
    color: #222c33;
    font-size: 19px;
    font-weight: 600;
  }
  .p-article04__cat {
    font-size: 17px;
    min-width: 146px;
    padding: 5px 0 6px;
  }
  .p-article05__title {
    font-size: 32px;
  }
  .l-primary .p-index-content03 .p-btn a,
  .l-primary .p-index-content04 .p-btn a {
    font-size: 20px;
    background-size: 11px auto;
    background-position: center right 2vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-primary .p-index-content03 .p-btn a:hover,
  .l-primary .p-index-content04 .p-btn a:hover {
    color: #07447d;
    border: 1px solid #07447d;
    background-image: url(/img/toppage/pic_arrow_top_btn_hover.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 11px auto;
    background-position: center right 1.5vw;
  }
  .p-article10__content {
    max-height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* About JSNMT - 学会について */
  .l-primary .p-index-content04 .p-article12__title {
    font-size: 40px;
  }
  .l-primary .p-index-content04 .p-article12__sub {
    font-size: 22px;
  }
  /* Materials & Publications - 刊行物・資料 */
  .p-material {
    width: auto;
    max-width: 1046px;
  }
  .p-material-titleArea {
    padding: 30px 40px;
  }
  .p-material-title {
    font-size: 35px;
    margin: 0 0 15px;
  }
  .p-material-titleAnd {
    font-family: "小塚ゴシック Pr6N";
    font-weight: 500;
    margin: 0 0.2em;
    font-weight: 400;
  }
  .p-material-subTitle {
    font-size: 22px;
  }
  .p-material-list {
    padding: 43px 94px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
  .p-material-link {
    font-size: 22px;
    line-height: 1.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-material-link:hover {
    opacity: 0.7;
  }
  .p-info__inner {
    max-width: 1400px;
  }
  .p-social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-social-nav__item {
    font-size: 30px;
  }
  .p-social-nav__item--facebook {
    font-size: 36px;
    margin-top: -3px;
  }
  /* カスタムフッターバナーエリア */
  .p-footer-banners.--custom .p-banner p {
    font-size: 33px;
  }
  /* フッターバナー */
  .p-banner--lg .p-banner__content {
    font-size: 27px;
  }
  /* フッターリンクエリア */
  .p-footer-linkBoxList {
    max-width: 1400px;
    grid-template-columns: repeat(5, 1fr);
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .p-footer-linkBox {
    padding: 32px 20px 32px 25px;
  }
  .p-footer-linkBox:nth-child(odd) {
    border-right: none;
  }
  .p-footer-linkBox:not(:last-child) {
    border-bottom: none;
  }
  .p-footer-linkBox:last-child {
    border-right: none;
  }
  .p-footer-linkBox:not(:first-child) {
    border-left: 1px solid #ddd;
  }
  .p-footer-linkBoxTitleLink {
    font-size: 19px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-footer-linkBoxTitleLink:hover {
    opacity: 0.7;
  }
  .p-footer-linkItem:not(:first-child) {
    margin-top: 15px;
  }
  .p-footer-linkItemTextLink {
    font-size: 16px;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-footer-linkItemTextLink:hover {
    opacity: 0.7;
  }
  .p-footer-customNavList {
    max-width: 325px;
    padding: 19px 0;
    margin: 0 auto;
  }
  .p-footer-customNavItem:not(:first-child) {
    margin-left: 50px;
  }
  .p-footer-customNavLink {
    font-size: 16px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-footer-customNavLink:hover {
    opacity: 0.7;
  }
  .p-copyright {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .l-contents__inner--narrow {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }
  /* serviceパーツ */
  .p-service-cats-list {
    margin-right: auto;
    margin-left: auto;
  }
  .p-service-cats-list__item {
    width: 25%;
  }
  .p-service-cats-list.--1col, .p-service-cats-list.--2col, .p-service-cats-list.--3col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-service-cats-list.--1col .p-service-cats-list__item, .p-service-cats-list.--2col .p-service-cats-list__item, .p-service-cats-list.--3col .p-service-cats-list__item {
    width: 33.3%;
    max-width: 400px;
  }
  /* サイドバーのページヘッダー */
  .p-page-header .p-page-header__title {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
  }
  .p-page-header .p-page-header__sub {
    font-size: 20px;
    color: #fff;
  }
  .p-list__item {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .p-footer-linkBoxList {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-footer-linkBox:nth-child(2),
  .p-footer-linkBox:nth-child(4) {
    border-right: 1px solid #ddd;
  }
  .p-footer-linkBox:nth-child(4) {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-image .alignleft {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .headerMenu-list {
    display: none;
  }
}
.wpcf7 .formTerm {
  border-bottom: 1px solid #ddd;
  margin: 15px 0 40px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .formTerm {
    margin-bottom: 60px;
    padding-bottom: 65px;
  }
}
.wpcf7 .formTerm.--lead {
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .formTerm.--lead {
    margin-bottom: 40px;
  }
}
.wpcf7 .formTerm.--other {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.wpcf7 .formTerm.--other .formTerm-title {
  color: #fff;
  background-color: #1f7ec7;
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .formTerm.--other .formTerm-title {
    margin-bottom: 30px;
  }
}
.wpcf7 .formTerm-title {
  margin: 0 0 20px 0;
  text-align: center;
}
.wpcf7 .formTerm-inner {
  height: 280px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .formTerm-inner {
    height: 340px;
  }
}
.wpcf7 .formTerm-inner h3,
.wpcf7 .formTerm-inner h4 {
  margin-bottom: 10px;
}
.wpcf7 .formTerm-inner p {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .formTerm-inner p {
    font-size: 16px;
  }
}
.wpcf7 .formTerm-box {
  border: 3px solid #eee;
  padding: 20px;
}
.wpcf7 .formTerm-box p {
  margin-bottom: 0;
}
.wpcf7 .formTerm-important {
  color: #ff0000;
}
.wpcf7 .formTerm-table {
  margin: 0 auto 20px;
}
.wpcf7 .formTerm-table tr th {
  font-weight: 700;
}
.wpcf7 .formTerm-table tr th:first-child {
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .formTerm-table tr th:first-child {
    width: 80%;
  }
}
.wpcf7 .formTerm-table tr th:last-child {
  width: 40%;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .formTerm-table tr th:last-child {
    width: 20%;
  }
}
.wpcf7 .formTerm-table tr td:nth-child(2) {
  text-align: right;
}
.wpcf7 .wpcf7-form {
  /* フォーカスされた要素のみエラー表示 */
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-form {
    padding: 20px 40px 30px;
  }
}
.wpcf7 .wpcf7-form .form-text {
  line-height: 1.5;
  margin-bottom: 35px;
}
.wpcf7 .wpcf7-form .form-item-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.wpcf7 .wpcf7-form .form-item-wrap .form-item {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-wrap .form-item {
    margin-bottom: 20px;
  }
}
.wpcf7 .wpcf7-form .form-item-wrap .form-item .form-body {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-wrap .form-item .form-body {
    font-size: 15px;
  }
}
.wpcf7 .wpcf7-form .form-item-wrap.--file .form-item-head {
  font-size: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-wrap.--file .form-item-head {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.wpcf7 .wpcf7-form .form-item-wrap.--file .form-item-notice {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-wrap.--file .form-item-notice {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .wpcf7 .wpcf7-form .form-item-wrap.--file .form-item-notice:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.wpcf7 .wpcf7-form .form-item-wrap.--file .form-item .form-head {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-wrap.--file .form-item .form-head {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-wrap.--file .form-item:last-child {
    margin-bottom: 0;
  }
}
.wpcf7 .wpcf7-form .form-item {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-item {
    font-size: 15px;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.wpcf7 .wpcf7-form .form-item p {
  font-size: inherit;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-item p {
    font-size: 15px;
  }
}
.wpcf7 .wpcf7-form .form-item.--type .wpcf7-radio {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1em;
}
.wpcf7 .wpcf7-form .form-item.--type .wpcf7-radio span {
  line-height: 1.5;
  text-indent: -1em;
  word-break: keep-all;
}
.wpcf7 .wpcf7-form .form-item.--type .wpcf7-radio span:not(:first-child) {
  margin-top: 15px;
}
.wpcf7 .wpcf7-form .form-item.--submit {
  position: relative;
  border-bottom: none;
  padding-bottom: 0;
}
.wpcf7 .wpcf7-form .form-item-head {
  font-size: inherit;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item-head {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item.--category {
    display: grid;
    grid-template-areas: "head item-head1 item-head2" "head body1 body2";
    grid-template-columns: 240px 1fr 1fr;
  }
  .wpcf7 .wpcf7-form .form-item.--category .form-head {
    grid-area: head;
    line-height: 1.3;
  }
  .wpcf7 .wpcf7-form .form-item.--category .form-item-head.--item-head1 {
    grid-area: item-head1;
  }
  .wpcf7 .wpcf7-form .form-item.--category .form-item-head.--item-head2 {
    grid-area: item-head2;
  }
  .wpcf7 .wpcf7-form .form-item.--category .form-body.--body1 {
    grid-area: body1;
  }
  .wpcf7 .wpcf7-form .form-item.--category .form-body.--body2 {
    grid-area: body2;
  }
  .wpcf7 .wpcf7-form .form-item.--category .form-body .wpcf7-list-item:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .wpcf7 .wpcf7-form .form-item.--category .wpcf7-radio {
    display: inline;
  }
  .wpcf7 .wpcf7-form .form-item.--category .form-body {
    margin-top: 10px;
  }
}
.wpcf7 .wpcf7-form .form-item.--count .wpcf7-radio {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form .form-item.--count .wpcf7-radio .wpcf7-list-item {
    width: 150px;
  }
}
.wpcf7 .wpcf7-form .form-item.--count .wpcf7-radio .wpcf7-list-item:nth-child(n+3) {
  margin-top: 20px;
}
.wpcf7 .wpcf7-form .form-head {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wpcf7 .wpcf7-form .form-body {
  width: 100%;
}
.wpcf7 .wpcf7-form .form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-column {
    display: block;
  }
}
.wpcf7 .wpcf7-form .form-column > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5em;
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-column > span {
    margin-bottom: 15px;
  }
}
.wpcf7 .wpcf7-form .form-column > span:first-child {
  margin-left: 0;
}
.wpcf7 .wpcf7-form .form-column input[type=text] {
  margin-left: 5px;
  padding: 0.5em;
  font-size: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .wpcf7-form .form-column select {
  min-width: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 5px;
}
.wpcf7 .wpcf7-form .form-column .col-head {
  display: inline-block;
  margin-top: 10px;
}
.wpcf7 .wpcf7-form .form-note {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .form-note {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-form .required {
  background-color: #c20902;
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -1px;
}
.wpcf7 .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 16px;
  background-color: #ffffff;
  height: 150px;
  resize: vertical;
}
.wpcf7 .wpcf7-form .wpcf7-list-item-label {
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .wpcf7-acceptance {
    margin-top: 5px;
  }
}
.wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox,
.wpcf7 .wpcf7-form .wpcf7-radio {
  display: block;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .wpcf7-checkbox,
  .wpcf7 .wpcf7-form .wpcf7-radio {
    margin-top: 5px;
  }
}
.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin: 10px 0 0 0;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:first-of-type,
.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item:first-of-type {
  margin-top: 0;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox.--horizontal,
.wpcf7 .wpcf7-form .wpcf7-radio.--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox.--horizontal .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7-radio.--horizontal .wpcf7-list-item {
  margin: 0 1.6em 0 0;
}
.wpcf7 .wpcf7-form .form-zipcode input {
  width: 200px;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  font-size: 18px;
  font-weight: 700;
  background-color: #016ec3;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: #07447d;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  color: #c20902;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid input:focus + .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form .wpcf7-not-valid select:focus + .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form .wpcf7-not-valid textarea:focus + .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  font-weight: 700;
  line-height: 1.5;
  border: 2px solid #00a0d2;
  margin-top: 0;
  padding: 10px;
}

@media (max-width: 1150px) {
  .p-entry__body .p-conference-scroll {
    overflow-x: scroll;
  }
}
.p-entry__body .p-conference-ttl {
  font-size: 20px;
  color: #016abd;
  text-align: center;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-ttl {
    font-size: 24px;
  }
}
.p-entry__body .p-conference-item {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-item {
    margin-bottom: 50px;
  }
}
.p-entry__body .p-conference-item.is-hidden {
  display: none;
}
.p-entry__body .p-conference-itemHead {
  border-left: 8px solid #016abd;
  padding-left: 10px;
  margin: 0 0 15px 0;
}
.p-entry__body .p-conference-itemToggleTitle {
  color: #fff;
  background-color: #016abd;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.p-entry__body .p-conference-itemToggleTitle::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 45%;
  right: 25px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.p-entry__body .p-conference-itemToggleTitle.is-active::after {
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
.p-entry__body .p-conference-itemToggleTitle:hover {
  background-color: #07447d;
}
.p-entry__body .p-conference-itemToggleBody {
  display: none;
  margin-bottom: 0;
}
.p-entry__body .p-conference-itemToggleBody.is-active {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-itemToggleBody.is-active {
    margin-bottom: 30px;
  }
}
.p-entry__body .p-conference-link {
  color: inherit;
}
.p-entry__body .p-conference-table {
  font-size: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-table {
    font-size: 16px;
  }
}
.p-entry__body .p-conference-table tr.is-hidden {
  display: none;
}
.p-entry__body .p-conference-table th,
.p-entry__body .p-conference-table td {
  font-size: inherit;
  line-height: 1.7;
  padding-right: 12px;
  padding-left: 12px;
}
.p-entry__body .p-conference-table__hasWidth {
  min-width: 700px;
}
.p-entry__body .p-conference-table__sText {
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-table__sText {
    font-size: 15px;
  }
}
.p-entry__body .p-conference-th {
  font-size: inherit;
  font-weight: 600;
}
.p-entry__body .p-conference-th-side {
  width: 110px;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-th-side {
    width: 180px;
  }
}
.p-entry__body .p-conference-th-xxs {
  width: 10%;
}
.p-entry__body .p-conference-th-xs {
  width: 16%;
}
.p-entry__body .p-conference-th-s {
  width: 24%;
}
.p-entry__body .p-conference-th-sm {
  width: 26%;
}
.p-entry__body .p-conference-th-m {
  width: 32%;
}
.p-entry__body .p-conference-btnArea {
  text-align: center;
}
.p-entry__body .p-conference-more {
  cursor: pointer;
  display: inline-block;
  color: #026dc3;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background-color: #1f7ec7;
  padding: 10px 16px;
  border: 1px solid #1f7ec7;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-more {
    font-size: 19px;
    padding-right: 35px;
    padding-left: 35px;
  }
}
.p-entry__body .p-conference-more:hover {
  opacity: unset;
  color: #1f7ec7;
  background-color: #fff;
}
.p-entry__body .p-conference-more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .p-entry__body .p-conference-more::after {
    width: 12px;
    height: 12px;
  }
}
.p-entry__body .p-conference-more:hover::after {
  border-color: #1f7ec7;
}
.p-entry__body .p-conference-empty {
  text-align: center;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-pc-none {
    display: none;
  }
}/*# sourceMappingURL=my-style.css.map */