@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* スクロールバー全体を非表示 */
::-webkit-scrollbar {
    display: none;
    /* または width: 0; */
    /* または width: 0 !important; */
}

/* スクロール機能は維持しつつ、見た目だけ非表示にする新しいCSSプロパティ */
html {
    scrollbar-width: none; /* Firefox向け */
}


[class*=is-style-btn_] {
	--the-btn-bg: var(--the-btn-color);
}

th {
    white-space: nowrap;
}


/* PCサイズ以上でヘッダーを常に画面上部に固定 */
@media screen and (min-width: 960px) {
  #header {
    position: fixed; /* ヘッダーを画面に固定 */
    top: 0;          /* 画面の上端に固定 */
    width: 100%;     /* 幅を画面いっぱいに */
    z-index: 999;    /* 他の要素より手前に表示 */
    background-color: #fff; /* 背景色を設定して下のコンテンツが透けないように */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 見栄えを良くするための影 */
  }

  /* 固定ヘッダーの高さ分、コンテンツに余白を追加 */
  body {
    padding-top: 80px; /* ヘッダーの高さに合わせて調整してください */
  }
}

/* ログイン時にヘッダーの位置をアドミンバーの下に調整 */
.customize-support #header {
  top: 32px; /* PCでのアドミンバーの高さ */
}

.c-gnav > .-current > a::after {
    width: 0px;
}

.download__button{
	--the-btn-radius: 10px;
}

.c-listMenu a:hover {
    background-color: transparent;
}


.c-spnav>.menu-item>a {
    padding: 1.5em .5em;
}


.c-spnav .c-submenuToggleBtn:before {
	font-size: 21px;
    position: absolute;
    right: 30px;
    bottom: 18px;
}


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



.has-border.-border04 {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
}

.has-border.-border03 {
	border: none;
	border-radius: 20px;
	background-color: #f3f8fd;
}


.icon-modified:before {
   content: "";
   display: inline-block;
   width: 24px;
   height: 24px;
   background: url(https://equal-inc.co.jp/images/update.svg);
   margin-right: 3px;
   vertical-align: -6px;
   background-repeat: no-repeat;
   background-position: center;
   transform: none;
   background-size: 100% 100%;
}

.p-postList.-type-list .c-postTimes__modified:before{
	display: none;
}

.p-postList.-type-card .c-postTimes__modified:before{
	display: none;
}


.blank_url__icon a:after {
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://equal-inc.co.jp/images/blank.svg);
	margin-left: 5px;
	vertical-align: -2px;
    
    /* ここから追加・修正 */
    background-size: contain;     /* 領域内に画像全体が収まるように調整 */
    background-repeat: no-repeat; /* 画像の繰り返しを無効にする */
    background-position: center;  /* 画像を中央に配置 */
    /* ここまで追加・修正 */

    transform: none; /* 今回のケースでは不要ですが、残していても問題なし */
}




.wp-block-group.has-border.-border01{
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
}


.myColumn{
  height : 100%;
  background: #ffffff;
}

.myColumn2{
	  background: #ffffff;
}

.rich-column-flex2 {
    display: flex;
    flex-direction: column;
	background: #fff!important;
}

.rich-column-flex2 .webleed-block-button {
    margin-top: auto;
}

.c-tabList__button {
	border-radius: 5px;
}

.is-style-balloon>.c-tabList .c-tabList__button:before{
	content: none;
}

.c-tabList {
    margin-bottom: 40px!important;
}

.is-style-clmn-border>.swell-block-columns__inner>.swell-block-column {
	border: 2px solid #4887a8;
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
}

[class*="is-style-big_icon_"] {
    border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}



.has-swl-deep-01-color {
	color: #c8161e!important;
}


@media (min-width: 959px) {
.c-widget.c-listMenu.widget_nav_menu{
	display: none;
}
}

.w-beforeFooter{
background: #F7F7F7;
padding-top: 0px;
padding-bottom: 60px;
}



.swell-block-linkList__item.service__list>.swell-block-linkList__link {
	padding-top: 30px;
	padding-bottom: 30px;
}


.wpcf7-list-item-label{
	font-size: 14px;
	font-weight: normal;

}

.wpcf7-list-item.first.last{
		margin-bottom: 20px;	
}

@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 500px;
    }
}

.kasen-webleed {
	text-decoration:underline;
	text-decoration-color: #183d86;
}

.kasen-none a {
	text-decoration: none!important;
	color: #333!important;
}

.kasen-333 a {
	color: #333!important;
	transition: color 0.3s ease; /* ホバー時に滑らかに色を変化させる */
}

.kasen-333 a:hover {
	 color: #666666!important; /* ホバー時にテキストの色を少し明るくする */
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1)!important; /* ほんのり光るような影を付ける */
}

.w-footer__box{
	padding: 0px;
}

.l-footer__widgetArea{
	padding-bottom: 0px;
}

.text-shadow {
text-shadow: 3px 3px 3px #000;
font-weight: 900;
}
.c-gnav .sub-menu {
	background: #dedede!important;
}


.p-breadcrumb {
    padding: 20px 0;
}

.p-breadcrumb__list {
	font-size: 13px;
}

.c-taxList:before {
    display:none!important;
}

.p-articleMetas.-top .p-articleMetas__termList {
    font-size: 18px;
}

.c-taxList__link {
    background: #4887a8;
    color: #fff;
}


/* 固定ページタイトル中央寄せ */
.c-pageTitle,
.c-pageTitle__inner {
	float: none!important;
	text-align: center;
    font-size: 42px;
    font-weight: normal;
}

@media (max-width: 767px) {
.c-pageTitle,
.c-pageTitle__inner {
	font-size: 36px;
}
}


@media (max-width: 767px) {
.archive.category .c-pageTitle, .archive.category .c-pageTitle__inner {
	font-size: 28px;
}
}

.archive.tax-example .c-pageTitle, .archive.tax-example .c-pageTitle__inner {
	font-size: 32px;
}

@media (max-width: 767px) {
.archive.tax-example .c-pageTitle, .archive.tax-example .c-pageTitle__inner {
	font-size: 24px;
}
}



.myImage02 {
    overflow: hidden;
}

.myImage02 img {
    transition: transform .6s ease;
}

.myImage02:hover img {
    transform: scale(1.1);
}




.p-postList.-type-simple {
    border: none;
}

.p-spMenu__nav {
	margin-top: 18px;
}

.sub-menu.is-opened a {
     border: none;
}


.p-articleFoot{
	display: none;
}

.c-categoryList:before {
  display: none;
}



	


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝これより以下は旧HPからの引き継ぎ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* Cloudflare Turnstile の表示設定 */
.wpcf7-turnstile.cf-turnstile{
text-align: center;
margin-bottom: 20px;
}
@media (min-width: 480px) {
.l-sidebar .wpcf7-turnstile.cf-turnstile{
margin-left: -27.5px!important;
}
}
/* Cloudflare Turnstile の表示設定 */





.c-widget__title.-spmenu{
display: none;
}



/* グローバルメニュー 文字太さ設定 */
.c-gnav>.menu-item>a .ttl {
letter-spacing: 1px;
padding: 5px;
}

.I-header_inner.I-container{
	width: 1296px;
}

.c-iconBtn__icon {
    display: block;
    font-size: 30px;
}

.l-header__logo{
	margin: none;
	
}

.c-pageTitle {
    text-align: center;
    font-size: 30px;
}

@media (max-width: 480px){
	.c-pageTitle {
    text-align: center;
    font-size: 28px;
	}
	
}
	
.c-pageTitle__subTitle {
    display: none;	
}


/*メニューの内容サイズを変更*/
.c-listMenu {
    font-size: 18px;
}

.c-widget__title.-spmenu {
    padding: .0em;
}

.c-submenuToggleBtn {
	display: contents; !important
	
}

.c-submenuToggleBtn:after {
	border: none; !important
	
}
		
.c-submenuToggleBtn:before {
	font-size: 18px;
	position: absolute;
    right: 30px;
    bottom: 8px;
}
	
.bgc {
	background-color: #FDFDFD;
}
	

/* ------------------------------------------------------
 * 開閉メニューのフルスクリーン設定
 * ------------------------------------------------------ */
.p-spMenu__inner {
  width: 100vw;
}

/* アニメーション前のメニューの状態 */
.-right .p-spMenu__inner {
  transform: translateX(100vw);
  transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
[data-spmenu="opened"] .p-spMenu__inner {
  transform: translateX(0);
}

.-type-card .p-postList__thumb {
    width: 88%;
    margin: auto;
}

/*公開日（2024/04/06）の文字サイズ
.c-postTimes__posted.icon-posted{
   display: none!important;
}
*/

/*公開日の文字サイズ*/

.c-postTimes__modified.icon-modified{
	font-size: 18px;
}



.p-postList.-type-list .c-postTimes__modified.icon-modified {
  font-size: 14px;
}

.p-postList.-type-card .c-postTimes__modified.icon-modified {
  font-size: 14px;
}

.p-postList.-type-simple .c-postTimes__posted.icon-posted {
  font-size: 14px;
}

.p-postList.-type-simple .c-postTimes__modified.icon-modified {
  font-size: 14px;
}


.c-postMetas__item{
	font-size: 16px;
}

.p-postList.-type-list .c-postTimes__modified:before{
    content: "";	
}

.p-postList.-type-card .c-postTimes__modified:before{
    content: "";	
}

.p-postList.-type-simple .c-postTimes__modified:before{
    content: "";	
}

.p-postList.-type-simple .c-postTimes__posted:before{
    content: "";
	display:block;
}


.c-postTimes__posted:before{
	content: "";
}

.c-postTimes__modified:before, .c-postTimes__posted:before {
    top: 0px;
}

.p-articleFoot{
	display: none;
}

.-type-big .p-postList__body, .-type-card .p-postList__body {
    /* padding-top: 1em; */
    width: 88%;
    margin: auto;
}


.search_sp_fontsize{
	 font-size: 13px;
}

.c-searchForm{
	display: none;
	
}

.error404 .c-ttl404{
	display:none;
}

.error404 .u-ta-c{
	display:none;
}

.c-gnav>.menu-item>a .ttl {
    letter-spacing: 1px;
    padding: 5px;
}

.mincho {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.swell-block-box-menu__link {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}

.wp-block-image.is-style-shadow img, .wp-block-video.is-style-shadow video, img.shadow {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35)!important;
}

.cta__contact {
position: fixed!important;
bottom: 0px!important;
z-index: 9999!important;
background: rgba(255, 255, 255, 0.7)!important;
padding-top: 10px!important;
padding-bottom: 10px!important;
min-height: 65px !important; /* 最低限の高さ */
	
/* bottomに固定する場合で、下部に余白が必要な場合: */
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.must {
margin-left: 10px;
padding: 0px 3px 0px 3px;
font-size: 13px;
Background-color: #BD1E1E;
color: #fff;
}

.not-must {
margin-left: 10px;
padding: 0px 3px 0px 3px;
font-size: 13px;
Background-color: gray;
color: #fff;
}

label {
font-size: 20px;
font-weight: bold;
}

button, input, textarea, menu {
    padding: .5625rem 1.4rem .8125rem 1.4rem!important;
}

select {
      appearance: none;
      -webkit-appearance: none; /*Google Chrome/Safari対応*/
      -moz-appearance: none; /*Firefox対応*/
      -o-appearance: none; /*Opera対応*/
      background: url("https://equal-inc.co.jp/images/pulldown-button.svg") no-repeat right 0.75rem center;
    background-size: 21px 21px; /* アイコンのサイズを調整 */
    padding: .5625rem 1.8rem .8125rem 1.4rem!important;
    border-radius: 4px;
    cursor: pointer;
    width: 100%; /* 必要に応じて調整 */
}



small {
    display: block;
    font-size: 14px!important;
    line-height: 20px!important;
    margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-radio{
   margin-bottom: 24px;
}

input[name="tel-529"],
input[name="your-name2"],
input[name="your-name3"],
input[name="your-message"],
input[name="your-email"] {
Background-color: #FDFDFD;
width: 100%;
margin-top: 10px;
margin-bottom: 24px;
border-radius: 5px;
height: 50px;
border-color: #333;
}

input[name="your-name"] {
Background-color: #FDFDFD;
width: 100%;
margin-top: 10px;
margin-bottom: 2px;
border-radius: 5px;
height: 50px;
border-color: #333;
}



.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    Background-color: #FDFDFD;
    border-radius: 5px;
    height: 50px;
    border-color: #333;
    width: 100%;
    margin-bottom: 24px;
}



.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
	margin-bottom: 20px;
    display: block;
}

.wpcf7-form-control.wpcf7-radio{
    display: block;
}

input[name="number-553"],
input[name="number-554"] {
width: 100%!important;
right: 0px;
margin-top: 10px;
margin-bottom: 24px;
}

textarea[name="your-message"] {
Background-color: #FDFDFD;
width: 100%;
margin-top:10px;
margin-bottom: 5px;
border-radius: 5px;
border-color: #333;
}

.wpcf7-submit {
cursor: not-allowed;
    width: 100%;
border: none;
cursor: pointer;
line-height: 1;
font-size: 1.2rem;
background-color: #4887a8;
color: #ffffff;
border-radius: 5px;
padding: 20px 38px!important;
box-shadow: var(--swl-btn_shadow);
transition: box-shadow .25s;
font-weight: bold;
}

.wpcf7-submit:hover {
box-shadow:0 4px 12px rgb(0 0 0 / 10%),0 12px 24px -12px rgb(0 0 0 / 20%);
opacity: 1;
}

select.wpcf7-form-control.wpcf7-select {
width: 100%;
height: 35px;
}

span.wpcf7-list-item {
display: block;
}




option{
       color: #757575!important;
       padding: .5625rem 1.4rem .8125rem 1.4rem;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝これより以下は480px以下のCSS＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media (max-width: 480px) {
textarea[name="your-message"] {
font-size: 18px;
}

input[name="acceptance-465"] {
font-size: 18px;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	font-size: 18px;
}

input[name="tel-529"],
input[name="your-name2"],
input[name="your-name3"],
input[name="your-message"],
input[name="your-email"] {
font-size: 18px;
}

input[name="your-name"] {
font-size: 18px;
}

.is-style-shadow.cap_box {
    margin-left: 20px;
    margin-right: 20px;
}
	
.c-tabList {
    margin-bottom: 20px!important;
}
	
	
}

/* カード型はここから */
.p-postList.-type-card .p-postList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* カード型ここまで */



/* リスト型はここから */
.p-postList.-type-list .p-postList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* リスト型ここまで */

/* テキスト型はここから */
.front-page .p-postList.-type-simple .p-postList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
/* テキスト型ここまで */






.l-topTitleArea__body.l-container>.c-pageTitle {
   font-weight: bold;
}


ul.is-style-index li:before {
    background-color: #cdcdcd;
	height: 0.75rem;
    width: 0.75rem;
	left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.has-border.-border02{
	border-radius: 10px;
}

.single span.p-breadcrumb__text {
display:block!important;
}

/* 横スクロールを可能にする */
.p-breadcrumb {
  padding: 8px 1em 4px;
}

.p-breadcrumb__list {
  overflow: scroll;
  padding-left: 0;
  padding-bottom: 8px;
}

.icon-home:before {
	display: none;
}



@media screen and (min-width: 960px) {
.myColumnCaptionBox {
  height : 100%;
}

.myColumnCaptionBox .cap_box_content{
  height : 100%;
}
}

.button1 .wp-block-button__link.wp-element-button:hover{
	background-color: #183d86!important;
	border: solid 2px #183d86!important;
	transition:0.5s;
}





.rich-column-flex{
	display: flex;
    flex-direction: column;
	border-radius: 0px!important;
    box-shadow: none!important;
	padding: 0px 20px !important;
}

/* ボタンを一番下に固定する */
.rich-column-flex .webleed-block-button {
    margin-top: auto !important;
}


.swell-block-columns.webleed-performance__box {
    margin-left: 10px;
    margin-right: 10px;
}

#fix_bottom_menu .menu_list {
	height: 100%;
	padding: 0;
}

#fix_bottom_menu .menu-item i {
	display: none;
}

#fix_bottom_menu span {
	display: block;
	text-align: center;
    font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}


.menu_list>.download-contact {
	background: #595757; /* 資料ダウンロード */
	color: #fff;
	font-weight: bold;
}

#fix_bottom_menu .download-contact span:after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://equal-inc.co.jp/images/right.svg);
    margin-left: 5px;
    vertical-align: -2px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
}







.menu_list>.line-contact {
	background: #08c656; /* LINEで無料相談 */
	color: #fff;
	font-weight: bold;
}




#fix_bottom_menu .line-contact span:after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://equa-inc.co.jp/images/right.svg);
    margin-left: 5px;
    vertical-align: -2px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
}


#fix_bottom_menu .mail-contact span:after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://equal-inc.co.jp/images/right.svg);
    margin-left: 5px;
    vertical-align: -2px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
}


.menu_list>.mail-contact {
	background: #4887a8; /* メールで無料相談 */
	color: #fff;
	font-weight: bold;
}




.follow-banner {
  position: fixed;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  z-index: 20;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: right 0.5s ease-out;
}

.follow-banner a:before{
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://equal-inc.co.jp/images/mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
}


.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff!important;
  background-color: #4887a8;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  transition: filter 0.3s ease;
  text-decoration: none!important;
}

.follow-banner a:hover {
  filter: brightness(1.1); /* 10%明るくする */
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* スクロール後に表示される状態 */
.follow-banner.is-visible {
    right: 0;
}






/* スマホでは非表示に */
@media screen and (max-width: 959px) {
  .follow-banner {
    display: none;
  }
}

.footer__before-parts_left {
    border-right: 1px solid #fff;
	padding-right: 80px;
}
.footer__before-parts_right{
	padding-left: 80px;
}

.footer__before-menu_left {
border-right: 1px solid #4887a8;
padding-right: 30px;
}
.footer__before-menu_right {
padding-left: 30px;
}


.wp-block-columns.gap-none {
	gap: 0!important;
}




.swell-block-button.is-style-btn_shiny.__red {
	--the-btn-bg: #c8161e;
}


/* スマホでは非表示に */
@media screen and (max-width: 781px) {
  
	.footer__before-parts_left {
	border-right: none;
	padding-right: 0px;
    border-bottom: 1px solid #fff;
    padding-bottom: 80px;
}

.footer__before-parts_right{
	padding-top: 80px;
	padding-left: 0px;
}
}

.c-pageTitle__inner, .c-pageTitle[data-style=b_bottom] {
	border-bottom: 0px!important;
}

.c-listMenu a:before {
	display: none!important;
}

.post_content h2.is-style-section_ttl.has-text-align-left {
    padding-left: 4.75em;
}

.post_content h2.is-style-section_ttl.has-text-align-left::before {
    width: 4em;
}


/* グローバルナビの幅の変更 */
.c-gnav>.menu-item>.sub-menu {
    width: 400%;
}

.w-beforeFooter {
    margin-bottom: 0px;
}


.bg-white {
	background: #fdfdfd;
}


.document_thumbnail{
	padding: 60px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background-color: #EBEBEB;
}


.document_thumbnail img{
	filter: drop-shadow(7px 7px 5px rgba(164, 164, 164, 0.75));
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: filter;
}


@media (max-width: 480px) {
.document_thumbnail{
	padding: 30px;
	border-radius: 15px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background-color: #EBEBEB;
}
.partner_List{
	margin-left: 20px;
	margin-right: 20px;
}
}



.single-news .l-mainContent__inner {
	max-width: 742px;
	margin-left: auto;
	margin-right: auto;
}


.wp-block-table {
    --table-border: 1px solid #4887a8;
}





.p-postList.-type-card, .p-postList.-type-thumb {
    display: grid;
    gap: 30px !important;
	max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
}





@media (min-width: 600px) {
    .p-postList.-type-card, .p-postList.-type-thumb {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 960px) {
    .p-postList.-type-card, .p-postList.-type-thumb {
        grid-template-columns: repeat(3, 1fr);
    }
}


.-type-card .p-postList__item {
	padding: 25px 25px!important;
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* アニメーションを滑らかにする */
	margin: 0!important;
	border-radius: 8px;
}

@media screen and (max-width: 479px) {
.-type-card .p-postList__item {
        border-radius: 4px;
    }
}



.p-postList__item {
        width: 100%!important;
    }

.p-postList__thumb {
	box-shadow: none;
}

.p-postList.-type-card.-pc-col3.-sp-col1 {
	margin-bottom: 60px;
}

.-type-card .p-postList__thumb, -type-big .p-postList__body, .-type-card .p-postList__body {
	width: 100%;
}




.-type-list .p-postList__item {
	padding: 10px!important;
	box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* アニメーションを滑らかにする */
	margin-bottom: 20px!important;
	border-radius: 4px;
}

.icon-folder:before {
    content: none!important;
}

.p-postList__cat {
	background: #4887a8;
	color: #fff;
	padding: 2px 8px; 
}



.swell-block-review__inner {
border-top: none;
border-radius: 20px;
background-color: #f3f8fd;
box-shadow: none;
padding: 2rem;
max-width: 100%;
}

@media not all and (min-width: 600px) {
    .swell-block-review__inner {
        padding: 1.5rem;
    }
}

.swell-block-review__rating .__label {
    background-color: #4887a8;
}

.swell-block-review__image {
    display: block;
    margin: 0 auto 1rem;
    max-width: 100%;
}

.swell-block-review__title{
	display: none;
}

.swell-block-review__image {
    margin: 0 auto 2rem;
}

@media not all and (min-width: 600px) {
    .swell-block-review__image {
    margin: 0 auto 1.5rem;
}
}

.pb-cv-box__inner {
	max-width: 100%!important;
}

.pb-button.is-round {
	max-width: 380px!important;
}

.pb-cv-box {
	border-radius: 20px;
}

.swl-bg-color {
    border-radius: 4px;
    padding: .5rem 1rem;
	margin-left: 8px;
	margin-right: 8px;
	color: #fff;
}

@media screen and (min-width: 600px) {
    .p-relatedPosts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px !important;
    }
	.-type-list .p-postList__item {
	margin-bottom: 0px!important;
}
}

.l-sidebar .-type-list .p-postList__item {
        margin-bottom: 10px !important;
    }
}



.wp-block-accordion-heading__toggle {
	display: flex;
}

.wp-block-accordion-heading__toggle-title {
	flex: none;
	margin-right: 10px;
}

.top-page_btn {
	max-width: 480px;
}

@media (max-width: 480px) {
	.top-page_btn {
	max-width: 280px;
}
	
}

.single-download .p-articleMetas__times {
	display: none;
}



/* 絞り込みフォーム全体のコンテナ */
.download-filter {
    background: #f3f8fd; 
    padding: 25px; /* ラベルが増えた分、上下に少し余裕を持たせています */
    border-radius: 8px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 要素間の余白を少し広げました */
    align-items: flex-end; /* ラベルの高さが違う場合でも、セレクトとボタンの底を揃えます */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* 各入力項目のブロック（ラベル＋セレクト） */
.filter-item {
    display: flex;
    flex-direction: column; /* 上下に並べる */
    gap: 8px; /* ラベルとセレクトボックスの間の距離 */
    flex: 1;
    min-width: 200px;
}

/* ラベルのスタイル */
.filter-label {
    font-size: 16px;
    font-weight: bold;
    color: #4887a8; /* テーマカラーに合わせて調整 */
    text-align: left;
}

/* セレクトボックスのスタイル（ご自身の調整を維持） */
.download-filter select {
    width: 100%; /* 親の.filter-itemいっぱいに広げる */
    padding: 10px 15px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px; 
    color: #333;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.download-filter select:focus {
    border-color: #4887a8;
    outline: none;
}

/* 検索ボタンのスタイル（ご自身の調整を維持） */
.download-filter input[type="submit"] {
    background-color: #4887a8;
    color: #fff;
    border: solid 1px #4887a8;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    height: 46px; /* セレクトボックスと高さを合わせるための微調整 */
}

.download-filter input[type="submit"]:hover {
    background-color: #fff;
    color: #4887a8;
    border: solid 1px #4887a8;
}

/* スマホ表示（768px以下）の調整 */
@media (max-width: 768px) {
    .download-filter {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    
    .filter-item {
        width: 100%;
        min-width: 0;
    }

    .download-filter input[type="submit"] {
        width: 100%;
        margin-top: 10px; /* スマホ時にボタンの上に少し余白を追加 */
    }
}

/* カード単位 */
        .service-card {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            transition: background-color 0.3s ease;
        }

        /* カード全体をリンクにするためのスタイル */
        .card-link {
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 15px; /* ホバー範囲を広げ、余白を持たせる */
            transition: background-color 0.3s ease;
			border: solid 1px transparent;
        }

        /* ホバー時の背景色設定 */
        .card-link:hover {
            background-color: #f3f8fd; /* 薄い青色 */
			border: solid 1px #4887a8;
        }

        /* 画像エリア */
        .image-box {
            width: 100%;
            aspect-ratio: 16 / 9;
            border: 1px solid #ccc;
            margin-bottom: 24px;
            overflow: hidden;
            display: block;
            background-color: #fff;
        }

        .service-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        /* タイトルエリア */
        .title-area {
            margin-bottom: 20px;
        }

        .title-line-p {
            display: block;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.02em;
            margin: 0;
            color: #333333;
        }

        .title-line {
            display: block;
            font-size: 21px;
            font-weight: 700;
            letter-spacing: 0.02em;
            margin: 0;
            color: #333333;
        }

        /* 説明文 */
        .description {
            font-size: 16px;
            color: #444444;
            margin: 0 0 24px 0;
            line-height: 1.8;
            word-break: break-all;
        }

        /* 青い三角形アイコン */
        .arrow-icon {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 12px;
            border-color: transparent transparent transparent #6da8bf;
            margin-right: 12px;
        }

        /* VIEW MORE ボタン（構造上divに変更） */
        .view-more-btn {
        display: flex;
        align-items: center;
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        margin-top: auto;
        /* --- 追加：動きを滑らかにする設定 --- */
        transition: transform 0.3s ease;
        }
        
        /* --- 追加：カードがホバーされたとき、ボタン全体を右に10px動かす --- */
        .card-link:hover .view-more-btn {
        transform: translateX(10px);
        }

        /* レスポンシブ調整 */
        @media (max-width: 768px) {       
            .card-link {
                padding: 10px;
            }
        }


.p-postList__link:hover .c-postThumb__img {
	transform: none;
}

 .-type-list .p-postList__item:hover, .-type-card .p-postList__item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


/* 背景色が変わるのを防ぐ（既存） */
.-type-simple .p-postList__link:hover {
    background-color: transparent;
}

/* 通常時：タイトルの設定 */
.-type-simple .p-postList__title {
    display: inline-block; /* ← ここを inline-block に変更！ */
    transition: all .3s ease;
    
    /* アンダーラインの準備 */
    background-image: linear-gradient(#4887a8, #4887a8);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    padding-bottom: 2px;
}

/* ホバー時：右に10px動きつつ、線を伸ばす */
.-type-simple .p-postList__item:hover .p-postList__title {
    transform: translateX(10px); /* これでまた動くようになります */
    background-size: 100% 1px;
	color: #4887a8;
}


.single-post .p-downloadCard, .single-performance .p-downloadCard {
    width: auto;
}

.single-post .p-downloadCardList, .single-performance .p-downloadCardList {
margin-top: 0em!important;
}

.category-select__list{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.category-select__list .tag-cloud-link {
	font-size: 16px!important;
	border: solid 1px #4887a8;
	background: #fff;
	border-radius: 5px;
	color: #4887a8!important;
	font-weight: bold;
}


.p-downloadCardList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* カード間のスペース */
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-downloadCard {
    width: calc(33.333% - 20px); /* 3列表示の場合 */
    min-width: 250px;
    overflow: hidden;
    display: flex; /* カード全体をflexにし、コンテンツとボタンを配置 */
    flex-direction: column;
	   border: 1px solid transparent;
}
.p-downloadCard__link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: opacity 0.3s;
    /* ボタンを除くコンテンツ部分がリンクになるように設定 */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* コンテンツ部分が残りスペースを埋める */
}
.p-downloadCard:hover {
	border: 1px solid #4887a8;
	background-color: #f3f8fd; 
}
	
.p-downloadCard:hover .p-downloadCard__button {
    background-color: #fff; 
    color: #4887a8;
}
	
.p-downloadCard__thumbnail{
	margin: 20px;
	border-radius: 15px;
    background-color: #EBEBEB;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.p-downloadCard__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
	padding: 30px;
	
}
	
.thumbnail__img img {
	filter: drop-shadow(7px 7px 5px rgba(164, 164, 164, 0.75));
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: filter;
}

.p-downloadCard__content {
    padding: 0px 20px;
    flex-grow: 1; /* コンテンツ部分が残りスペースを埋める */
}
.p-downloadCard__title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px; /* ディスクリプションとの間隔を調整 */
    line-height: 1.4;
}
.p-downloadCard__description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
	line-height: 1.4rem;
}
.p-downloadCard__meta {
line-height: 0;
}
.p-downloadCard__term {
    display: inline-block;
	line-height: 1;
    background-color: #4887a8;
    color: #fff;
    padding: 4px 8px;
	border-radius: 1px;
    font-size: 16px;
    margin-right: 5px;
	margin-bottom: 8px;
}
.p-downloadCard__button_wrap {
    /* ボタンをカード最下部に固定 */
    padding: 0px 20px 20px 20px;
    margin-top: auto; /* コンテンツの後に配置し、上部の余白を確保 */
    text-align: center;
}
.p-downloadCard__button {
    display: block;
    padding: 5px 15px!important;
    background-color: #4887a8; /* ボタンの目立つ色 */
    color: #fff;
    text-decoration: none;
    font-weight: bold;
	border: 2px solid #4887a8;
    transition: background-color 0.6s;
	width: 70%;
	margin: auto;
	border-radius: 50px;
	transition: background-color 0.3s ease, color 0.3s ease ;
	font-size: 16px;
	line-height: 2rem;
}
@media (max-width: 959px) {
.p-downloadCard {
    width: 100%; /* スマホでは1列表示 */
}
}
@media (max-width: 480px) {
.p-downloadCard__button {
	width: 80%;
}
}
.sidebar__banner img {
	transition: all .3s ease;
}
.sidebar__banner img:hover {
	transform: translateY(5px);
}

.w-fixSide {
    overflow-y: visible;
}

/* 投稿者名のリンクを無効化 */
.p-articleMetas__author {
    pointer-events: none; /* クリックを無効にする */
    cursor: default;      /* カーソルを矢印のままにする */
    text-decoration: none; /* 下線などがあれば消す */
}

.c-postAuthor__figure {
    height: 28px;
    width: 28px;
}

.c-postAuthor__name.u-thin {
	font-size: 18px;
}