@charset "UTF-8";
/*
Theme Name: Neve Child
Version: 3.8.16
Template: neve
*/
/* リセットCSS */
.element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  scroll-behavior: smooth;
}

/*アイキャッチ削除*/
.nv-thumb-wrap {
  display: none;
}

/*共通class*/
body {
  font-family: "Noto Sans JP", serif !important;
}

.site-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0px;
  color: #007946;
}

.site-footer .item--inner.has_menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block-7, #block-8, #block-9 {
  text-align: center;
}

.-txtMright {
  margin-right: 0px !important;
  margin-left: auto !important;
}

.hfg-grid-bottom .hfg-slot .component-wrap {
  display: none;
}

#block-7 p {
  font-size: 14px;
}

#nv-primary-navigation-main {
  position: relative;
  top: -12px;
}

.-fontS {
  font-size: 36px !important;
}

#comments {
  display: none !important;
}

.mt-60 {
  margin-top: 60px;
}

.mt-32 {
  margin-top: 32px !important;
}

.c-header-title {
  position: relative;
  margin-bottom: 40px;
}
.c-header-title .c-header-title-content {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background-image: url(https://u-shizuoka-bussei.jp/wp-content/uploads/2025/02/heroImage3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 10% bottom 45%;
  padding: 40px;
}
.c-header-title .c-header-title-content h2 {
  font-size: 50px;
  line-height: 38px;
  font-weight: normal;
  position: relative;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
}
.c-header-title .c-header-title-content h3 {
  position: relative;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}
.c-header-title .c-header-title-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent);
  width: 100%;
}

.c-yearLink {
  max-width: 800px;
  margin: 0px auto;
}
.c-yearLink .c-yearLink-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  grid-column-gap: 12px;
}

/*カード*/
.card-img-top {
  height: 260px;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-text {
  margin-bottom: 0px;
  font-size: 14px;
}

.card-title {
  font-size: 16px;
}

/*header*/
.header {
  z-index: 1111;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.header .nav-ul .wrap {
  padding-inline: 8px;
}

.neve-main {
  margin-top: 52px;
}

/*メインボタン*/
.main-Btn a {
  background: #007946;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transform: skew(-10deg, 0deg);
          transform: skew(-10deg, 0deg);
}

.main-Btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  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;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.main-Btn a:hover {
  background: #007946;
  color: #FFF;
  opacity: 0.8;
}

.main-Btn a:hover:after {
  right: 1.4rem;
}

/*サブボタン*/
.more_btn {
  padding: 0 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 200px;
  display: block;
  text-align: right;
  position: relative;
  padding-right: 20px;
  color: #333;
  vertical-align: bottom;
  position: absolute;
  right: 28px;
  bottom: 14px;
  font-size: 18px;
}

.more_btn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #007946;
}

.more_btn:focus {
  color: #007946;
}

.more_btn:hover:after {
  right: 6px;
}

.more_btn:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 3px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*ページング*/
.navContant {
  margin-top: 40px;
}

.page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.pagination a {
  display: inline-block;
  color: black;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination i {
  line-height: 40px;
}

.pagination .active a {
  background-color: #5CC6CD;
  color: white;
}

.pagination a:hover {
  background-color: #86c8cc;
  color: white;
}

.pagination .disabled a {
  pointer-events: none;
  color: #ccc;
}

.pagination .disabled a:hover {
  background-color: initial;
  color: #ccc;
}

/*news*/
.single-post-container .post-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.p-news-single {
  margin-bottom: 0px;
}

.p-newsArchive {
  margin-bottom: 40px;
}

.p-home-newsSection {
  padding-bottom: 60px;
}
.p-home-newsSection .p-home-newsSection-Btn {
  margin-top: 16px;
}

.p-newsArchive .p-publications-yearLink {
  margin-bottom: 40px;
}

.p-newsArchive .p-publications-yearLink li {
  color: #007946;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid transparent; /* 初期状態：透明 */
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-newsArchive .p-publications-yearLink li:hover {
  border-bottom: 1px solid #007946;
}

.p-newsArchive .c-yearLink-grid {
  grid-template-columns: auto;
  grid-column-gap: 24px;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.post_list a {
  color: #333;
}
.post_list a:hover {
  color: #007946;
}
.post_list a:hover .image-container {
  opacity: 0.7;
}
.post_list a:hover h2 {
  text-decoration: underline;
}
.post_list .days {
  margin-top: 4px;
  margin-bottom: 4px;
}
.post_list h2 {
  font-size: 16px;
  margin-bottom: 0px;
}

.image-container img {
  height: 260px; /* 高さを固定 */
  width: 400px; /* 幅は親要素に合わせる */
  -o-object-fit: cover;
     object-fit: cover; /* 画像をカバーする */
  -o-object-position: center;
     object-position: center; /* 画像の中央を基準に表示 */
}

#news p {
  margin-bottom: 0px;
}

.main_post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nv-blog-sidebar {
  margin-left: 40px;
}

/*news一覧*/
.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.prev-post, .next-post {
  font-size: 16px;
}

.prev-post a, .next-post a {
  text-decoration: none;
  color: #0073aa;
}

.prev-post a:hover, .next-post a:hover {
  color: #005a87;
}

/* 一覧に戻るボタンを中央に配置 */
.back-to-list-container {
  text-align: center;
  margin: 0 20px; /* 両側に間隔を追加 */
}

.back-to-list-btn {
  background-color: #007946;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

.back-to-list-btn:hover {
  opacity: 0.8;
  color: #fff;
}

li.meta.author.vcard {
  display: none;
}

/*topページ*/
.p-home-hero {
  position: relative;
}

.p-home-hero::before {
  content: "食品栄養科学部 環境生命科学科 物性化学研究室";
  position: absolute;
  top: 50%; /* 高さの50%位置に */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  z-index: 999;
  font-size: 22px;
  color: #007946;
  background-color: rgba(166, 247, 106, 0.7882352941);
  padding: 12px;
  font-weight: bold;
  border-radius: 8px;
}

.p-home-hero .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-headContent {
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  color: #6e7283;
  font-size: 18px;
  padding: 10px 25px;
  border-bottom: 2px solid #a2b94d;
  position: relative;
}
.c-headContent:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px; /*ひし形（左側）の上下位置*/
  left: 0;
  width: 12px; /*ひし形（左側）の幅*/
  height: 12px; /*ひし形（左側）の高さ*/
  background: #a2b94d; /*ひし形（左側）の色*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /*ひし形（左側）の回転*/
}
.c-headContent:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px; /*ひし形（右側）の上下位置*/
  right: 0;
  width: 12px; /*ひし形（右側）の幅*/
  height: 12px; /*ひし形（右側）の高さ*/
  background: #a2b94d; /*ひし形（右側）の色*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); /*ひし形（右側）の回転*/
}
.c-headContent .c-headContent-title {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 56px;
  margin-bottom: 0px;
  color: #007946;
}
.c-headContent .c-headContent-sub {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #333333;
}

/*topページ　研究テーマ*/
.p-home-aboutSection {
  background-color: #f5f7f4;
  padding-bottom: 60px;
  /* アコーディオンが閉じている状態ではボーダーを追加 */
  /* アコーディオンが閉じているときにボーダーをなくす */
}
.p-home-aboutSection p {
  margin-bottom: 0px;
}
.p-home-aboutSection .p-about-image {
  text-align: center;
  width: 60%;
  margin: 0px auto;
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
}
.p-home-aboutSection .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.p-home-aboutSection .accordion-button:hover {
  color: #333;
  opacity: 0.6;
}
.p-home-aboutSection .accordion-button {
  border-bottom: 1px solid #dee2e6; /* ボーダーをデフォルトで追加 */
  background-color: #fff !important;
  font-size: 20px;
  padding: 24px;
  font-family: "Noto Sans JP", serif;
}
.p-home-aboutSection .accordion-button.collapsed {
  border-bottom: 1px solid #dee2e6; /* 閉じた状態でもボーダーを持つ */
}
.p-home-aboutSection .accordion-button:not(.collapsed) {
  color: #333; /* 開いた状態でも文字色は白 */
  border-bottom: 1px solid #dee2e6; /* 閉じた状態でもボーダーを持つ */
}
.p-home-aboutSection .bi {
  font-size: 22px;
  padding-right: 8px;
}
.p-home-aboutSection .bi::before {
  font-weight: 600 !important;
}
.p-home-aboutSection .p-home-aboutSection-Btn {
  margin-top: 40px;
}

/*topページ　研究業績*/
.p-home-PublicationsSection {
  padding-bottom: 60px;
}
.p-home-PublicationsSection .list-group-item {
  padding: 40px;
}
.p-home-PublicationsSection .p-home-publicationsSection-Btn {
  margin-top: 40px;
}

/*topページ　Instagram*/
.p-home-instagram {
  background-color: #f5f7f4;
  padding-bottom: 60px;
}

/*topページ　その他*/
.p-home-othersSection {
  padding-bottom: 60px;
}

.photo-card {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.photo-card:hover {
  opacity: 0.7;
  color: #007946;
}
.photo-card .photo-card-img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/*よくある質問＆会社概要*/
.p-labLife-contant a {
  color: #000;
}
.p-labLife-contant .p-labLife-contant-txt {
  text-align: center;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
.p-labLife-contant .p-labLife-contant-txt .p-labLife-contant-img {
  overflow: hidden;
  position: relative;
}
.p-labLife-contant .p-labLife-contant-txt .p-labLife-contant-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
}
.p-labLife-contant .p-labLife-contant-txt .p-labLife-contant-img img {
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0.9;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-labLife-contant .p-labLife-contant-txt .p-labLife-contant-img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-labLife-contant .p-labLife-contant-txt h2 {
  font-size: 50px;
  line-height: 46px;
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(63, 89, 78, 0.4705882353);
  padding: 4px;
}
.p-labLife-contant .p-labLife-contant-txt h2 span {
  font-size: 18px;
  font-weight: 500;
}
.p-labLife-contant .p-labLife-contant-txt:before {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -26px;
  width: 100px;
  height: 3px;
  background: #007946;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 200;
}
.p-labLife-contant .p-labLife-contant-txt:after {
  content: "";
  position: absolute;
  bottom: 9.5%;
  right: -19px;
  width: 3px;
  height: 18px;
  background: #007946;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 200;
}
.p-labLife-contant .p-labLife-contant-txt:hover:before {
  right: -40px;
}
.p-labLife-contant .p-labLife-contant-txt:hover:after {
  right: -35px;
}

/*研究概要*/
.p-researchOverview {
  margin-bottom: 40px;
  background-color: transparent !important;
  padding-bottom: 0px !important;
}
.p-researchOverview .p-researchOverview-videoContent {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.p-researchOverview .p-researchOverview-videoContent .p-researchOverviewVideo::before {
  background-image: url(https://u-shizuoka-bussei.jp/wp-content/uploads/2025/03/596_color.png);
  content: "";
  display: inline-block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 28px;
  bottom: 0;
}
.p-researchOverview .p-researchOverview-videoContent .p-researchOverviewVideo::after {
  background-image: url(https://u-shizuoka-bussei.jp/wp-content/uploads/2025/03/20006_color.png);
  content: "";
  display: inline-block;
  width: 260px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-researchOverview .p-researchOverview-videoContent .p-researchOverviewVideo-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.p-researchOverview .p-researchOverview-videoContent .p-researchOverviewVideo-title:before, .p-researchOverview .p-researchOverview-videoContent .p-researchOverviewVideo-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.p-researchOverview .p-researchOverview-videoContent .p-researchOverviewVideo-title:before {
  left: 0;
}
.p-researchOverview .p-researchOverview-videoContent .p-researchOverviewVideo-title:after {
  right: 0;
}
.p-researchOverview .accordion-item {
  border-right: none;
  border-left: none;
}
.p-researchOverview .accordion-button {
  font-weight: 500;
}
.p-researchOverview .bi {
  font-size: 26px;
}
.p-researchOverview .accordion-button:not(.collapsed) {
  border-bottom: none;
}
.p-researchOverview .p-accInnerNone::after {
  display: none;
}
.p-researchOverview .p-accInnerNone:hover {
  opacity: 1;
  cursor: auto;
}

.c-titleAccordion {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #007946;
}

/*研究業績*/
.p-publications {
  margin-bottom: 40px;
}
.p-publications .p-publications-yearLink {
  margin-bottom: 40px;
}
.p-publications .p-publications-yearLink .c-yearLink-grid {
  text-align: center;
}
.p-publications .p-publications-yearLink .c-yearLink-grid a {
  color: #007946;
  font-size: 20px;
}
.p-publications .p-publications-yearLink .c-yearLink-grid a:hover {
  border-bottom: 1px solid #007946;
}
.p-publications .p-publications-content-list {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.p-publications .p-publications-content-list li {
  border-bottom: 1px dashed #b9b9b9;
  padding: 0.8em 0 0.8em 2em;
  position: relative;
}
.p-publications .p-publications-content-list li .content-list-inner {
  text-align: right;
}
.p-publications .p-publications-content-list li .more_btn {
  right: 0px;
  bottom: 0px;
  font-weight: 500;
  display: inline-block;
  width: auto;
  position: relative;
  padding-bottom: 0px;
}
.p-publications .p-publications-content-list li .more_btn::after {
  bottom: -2px;
}
.p-publications .p-publications-content-list li:before {
  color: rgba(0, 121, 70, 0.3803921569);
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 12px;
  position: absolute;
}
.p-publications .p-publications-content-title {
  position: relative;
  padding: 0.8rem 2rem;
  border-bottom: 3px solid rgba(0, 121, 70, 0.3803921569);
  margin-bottom: 12px;
  font-size: 24px;
}
.p-publications .p-publications-content-title:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: rgba(0, 121, 70, 0.3803921569) transparent transparent;
}
.p-publications .p-publications-content-title:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.p-publications .p-publications-content-year {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  padding-top: 120px;
  margin-top: -120px;
  z-index: -1;
}
.p-publications .p-publications-content-year:before {
  position: absolute;
  content: "";
  background: #007964;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
}
.p-publications .mb-40 {
  margin-bottom: 40px;
}

/*メンバー紹介*/
.p-member-relative {
  position: relative;
}

.p-member-student .p-member-listName {
  font-weight: 500;
  margin-right: 12px;
  margin-left: 4px;
}

.ribbon7 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  color: #FFF;
  background: #297946;
  position: absolute;
  left: -20px;
  top: 10px;
}

.ribbon7:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155); /*折り返し部分*/
}

.p-member .card-title {
  border-bottom: double 5px #FFC778;
  font-size: 20px;
}
.p-member .card-img-left {
  width: 320px;
}
.p-member a {
  border-bottom: 1px solid #000;
  color: #338d53;
}
.p-member .p-publications-content-inner {
  margin-bottom: 4px;
}

.p-member-theme {
  color: #338d53;
}

.p-publications-content-inner {
  position: relative;
  padding: 0.3em 0 0.2em 1em;
  border-bottom: 3px solid #9dd025;
  display: inline-block;
  color: #333333;
  margin-top: 20px;
  font-size: 20px;
}

.p-publications-content-inner::before {
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #9dd025;
  content: "";
}

.p-publications-content-inner::after {
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #9dd025;
  content: "";
}

.p-member-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: square;
  padding-left: 20px;
  grid-column-gap: 12px;
}
.p-member-grid li::marker {
  color: #297946;
}

.p-publications .p-publications-content-title.-membertitle {
  font-size: 32px !important;
}

/*研究室の生活*/
.p-life {
  margin-bottom: 40px;
  background-color: transparent !important;
  padding-bottom: 0px !important;
}
.p-life .p-life-videoContent {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.p-life .p-life-videoContent .p-lifeVideo-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.p-life .p-life-videoContent .p-lifeVideo-title:before, .p-life .p-life-videoContent .p-lifeVideo-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.p-life .p-life-videoContent .p-lifeVideo-title:before {
  left: 0;
}
.p-life .p-life-videoContent .p-lifeVideo-title:after {
  right: 0;
}
.p-life .p-life-videoContent .p-lifeVideo::before {
  background-image: url(https://u-shizuoka-bussei.jp/wp-content/uploads/2025/03/18225_color.png);
  content: "";
  display: inline-block;
  width: 200px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 46px;
  bottom: 0;
}
.p-life .p-life-videoContent .p-lifeVideo::after {
  background-image: url(https://u-shizuoka-bussei.jp/wp-content/uploads/2025/03/20036_color.png);
  content: "";
  display: inline-block;
  width: 240px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.p-life .p-life-videoContent .p-lifeVideo-title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.p-life .p-life-videoContent .p-lifeVideo-title:before, .p-life .p-life-videoContent .p-lifeVideo-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.p-life .p-life-videoContent .p-lifeVideo-title:before {
  left: 0;
}
.p-life .p-life-videoContent .p-lifeVideo-title:after {
  right: 0;
}
.p-life .c-flow-inner {
  width: 45%;
}

.list-9 {
  list-style-type: disc;
  list-style-position: inside;
  padding: 1em;
  border: 2px solid #007946;
  margin-top: 12px;
}

.list-9 li {
  padding: 0.5em;
}

.list-9 li:not(:last-child) {
  border-bottom: 1px dashed #007946;
}

.list-9 li::marker {
  color: #007946;
  font-size: 1.1em;
}

.c-flowContent {
  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;
}

.c-flow-inner {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.c-flow-inner > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flow-inner > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-flow-inner > li .c-flow-icon {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.c-flow-inner > li .c-flow-icon::before {
  content: "MONTH";
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.c-flow-inner > li .c-flow-icon::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.c-flow-inner > li dl dd {
  margin: 0;
}

.c-flow-inner > li dl {
  width: calc(100% - 290px);
  margin-top: 0.8em;
}

/*フッター*/
.ft-accces {
  font-size: 14px;
}

.builder-item--footer-two-widgets {
  padding: 8px 0px !important;
}

#block-8 {
  margin-bottom: 20px;
}

#block-9 a:hover {
  opacity: 0.5;
}

/*pagetop*/
.page-top {
  position: fixed;
  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;
  width: 60px;
  height: 80px;
  right: -80px;
  bottom: 60px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #007946;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  z-index: 999;
}

.page-top i {
  position: absolute;
  font-size: 40px;
  color: #FFF;
  top: -6px;
  font-weight: 300;
}

.page-top p {
  margin: 0;
  font-size: 15px;
  bottom: 13px;
  position: absolute;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.page-top.is-active {
  right: -2px;
  bottom: 60px;
}

.page-top.is-active:hover {
  background: #007946;
  opacity: 0.8;
}

/*スマホ*/
@media (max-width: 767px) {
  body#neve_body {
    line-height: 28px;
  }
  .neve-main {
    margin-top: 54px;
  }
  .p-home-hero::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 15px;
    padding: 8px;
    width: 92%;
    text-align: center;
  }
  .post_list {
    grid-template-columns: 1fr 1fr;
  }
  .slick-slide img {
    display: block;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card-img-top {
    height: 120px;
  }
  .p-newsArchive .p-publications-yearLink {
    margin-bottom: 20px;
  }
  .p-newsArchive .c-yearLink-grid {
    grid-auto-flow: unset;
  }
  .c-headContent {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
  }
  .c-headContent .c-headContent-title {
    font-size: 40px;
  }
  .c-headContent .c-headContent-sub {
    font-size: 16px;
  }
  .image-container img {
    height: 140px;
  }
  .main-Btn a {
    max-width: 170px;
  }
  .p-home-newsSection, .p-home-aboutSection, .p-home-PublicationsSection, .p-home-instagram, .p-home-othersSection {
    padding-bottom: 30px;
  }
  .p-home-aboutSection .accordion-button {
    font-size: 14px;
    padding: 12px;
  }
  .sb_instagram_header {
    display: none;
  }
  .p-researchOverview .p-researchOverviewVideo::before {
    background-image: none !important;
  }
  .p-researchOverview .p-researchOverviewVideo::after {
    background-image: none !important;
  }
  .c-titleAccordion {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .p-researchOverview .bi {
    font-size: 22px;
  }
  .p-accInnerNone {
    display: block;
  }
  .accordion-inner {
    text-align: right;
    width: 100%;
  }
  .accordion-inner .more_btn {
    bottom: 0px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    right: 0px;
    padding-bottom: 0px;
    position: relative;
  }
  .accordion-inner .more_btn::after {
    bottom: -2px;
  }
  .c-yearLink .c-yearLink-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: unset;
  }
  .page-top {
    right: -2px;
    bottom: 30px;
    height: 50px;
    width: 50px;
  }
  .page-top.is-active {
    right: -2px;
    bottom: 30px;
    height: 50px;
    width: 50px;
  }
  .page-top p {
    display: none;
  }
  /*ハンバーガーメニュー*/
  .header-menu-sidebar .nav-ul li:not([class*=block]) > .wrap > a {
    padding: 8px 0 !important;
    border-bottom: 1px dashed;
  }
  .c-header-title {
    margin-bottom: 20px;
  }
  .p-publications .p-publications-yearLink {
    margin-bottom: 20px;
  }
  .c-header-title .c-header-title-content h2 {
    font-size: 28px;
    padding: 12px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .c-header-title .c-header-title-content {
    padding: 0px;
  }
  .c-header-title .c-header-title-content h3 {
    padding-left: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .nv-blog-sidebar {
    display: none;
  }
  .nv-single-post-wrap > div:not(:last-child) {
    margin-bottom: var(--spacing, 20px) !important;
  }
  .nv-single-post-wrap > div:first-child {
    margin-top: 20px !important;
  }
  .single-post-container .title {
    font-size: 24px !important;
  }
  .single-post-container p {
    margin-bottom: 0px;
  }
  .single-post-container .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px;
    margin-top: 12px;
  }
  .nv-index-posts, .nv-single-post-wrap {
    margin-bottom: 0px !important;
  }
  .nv-sidebar-wrap {
    padding: 0px 15px !important;
  }
  .p-member .card-img-left {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-member-grid {
    display: block;
  }
  .p-member-student .card-body {
    padding: 8px;
  }
  .p-member .card-title {
    font-size: 16px;
  }
  .p-publications-content-inner {
    margin-top: 12px;
    font-size: 24px;
    margin-bottom: 20px;
    width: auto;
    margin-left: 12px;
  }
  .p-publications-content-inner.sp-mtl {
    margin-left: 0px;
  }
  .p-publications .p-publications-content-title.-membertitle {
    font-size: 24px !important;
  }
  .p-publications .p-publications-content-title {
    padding: 0.8rem 1rem;
  }
  .p-life .p-life-videoContent .p-lifeVideo::before {
    display: none;
  }
  .p-life .p-life-videoContent .p-lifeVideo::after {
    display: none;
  }
  .c-flow-inner > li dl {
    width: 90%;
    margin-right: 10px;
  }
  .p-life .c-flow-inner {
    width: auto;
  }
  .list-9 {
    padding: 4px;
  }
  .p-home-othersSection .c-headContent {
    margin-bottom: 30px !important;
  }
}