.loading-wrapper {
  display: none;
}
.swiper-container.swiper-container-horizontal {
  width: 100%;
}
/*.sec-wrap_wht.pb0{
	padding-bottom:128px !important;
}*/

#case-section.eb-case-section ul li.swiper-slide {
  display: block;
}

/* 画面サイズが480px以下の時に表示・非表示 */
@media screen and (max-width: 480px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
/* 画面サイズが480px以上の時に表示・非表示 */
@media screen and (min-width: 480px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}

.wp-block-columns .benchmark-form div[class*="formbox-editor_"] {
  background-color: #f4f4f4 !important;
}

.container {
  width: 960px;
}
.container.ie_wrap.def-dele {
  width: 100%;
}

.block-member-col[class*="block-col-"] {
  padding: 0 0 20px 20px;
}

#menu {
  line-height: 0.5;
}

li.menu-item {
  width: 100px;
}

li.lang-item {
  width: 30px;
}

.global-nav-line li ul a {
  color: #000000;
}

/*20240827_暫定対応*/

#gnav .global-nav li ul {
  visibility: hidden;
  position: absolute;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  top: 60px;
  color: #fff;
}

#gnav,
.global-nav li ul li,
.mb-horizontal-nav {
  background: #333;
}

.global-nav-line li ul a {
  color: #fff;
}

/*記事サイドバー*/

.col-sidebar.sidebar li.menu-item {
  width: auto !important;
}

/*続きを読む*/

.archive-header p {
  padding-bottom: 12px;
  font-size: 1.4rem;
}

.read-more {
  position: inherit;
  text-align: right;
  margin-bottom: 6px;
}

/*コラム詳細ページ タイトル*/
h2.clm-title_1 {
  border-top: solid 2px #000000;
}
h3.clm-title_2 {
  padding: 15px 5px !important;
  display: block;
  border-bottom: 2px solid #e4e4e4 !important;
  position: relative;
}
h3.clm-title_2:before {
  content: "";
  background: linear-gradient(to right, #f0cbf2 0%, #dbc2f7 40%, #85caf0 100%);
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .home .one-column .read-more,
  .archive .ar-one-column .read-more,
  .search .ar-one-column .read-more {
    position: inherit;
  }
}
@media screen and (min-width: 768px) {
  .home .one-column .read-more,
  .archive .ar-one-column .read-more,
  .search .ar-one-column .read-more {
    position: inherit;
  }
  /*トップスライダー*/
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-pagination {
    position: inherit !important;
    margin: 20px auto !important;
  }
	
}
/*画像リンク*/
a img.img_opacity{
	-webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity:hover {
    opacity: 0.75;
    filter: alpha(opacity = 75);
}
/*改行修正*/
.more-item {
	word-break: break-all;
}

/* @media screen and (max-width: 960px) {
	.container {
		width: 100%;
	}
} */

@media screen and (max-width: 767px) {
#case-section.eb-case-section ul li.swiper-slide {
  display: block;
	width: 100% !important;
}
	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
	.eb-case-section .swiper-pagination {
		display: block;
	}
}
.wp-block-emanon-blocks-member.block-row {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
}
@media screen and (max-width: 768px) {
    .wp-block-emanon-blocks-member.block-row {
        width: 100%;
			justify-content: center !important;
    }
}
.block-member-col[class*=block-col-] {
    margin-bottom: 32px;
    width: calc(100% - 16px);
}
@media screen and (min-width: 768px) {
    .block-member-col.block-col-4 {
        width: calc(25% - 16px);
    }
}

@media screen and (min-width: 768px) {
    .block-member-col[class*=block-col-] {
        margin-bottom: 0;
        margin-right: 16px;
    }
}

.block-member-name {
    font-size: 18px;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
    text-align: center;
}
.block-member-position {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}
.block-member-text {
    font-size: 14px;
    line-height: 1.5 !important;
    margin: 0;
}