/* individual.css */

body{
	margin: 0;
}
.center{
	text-align: center;
}
/* 共通 */
#quote-head .quote-head-inner{
	z-index: 1000;
}
#page-top{
	z-index: 1001;
}
/* 上付き文字のスタイル */
sup {
    vertical-align: super;
    font-size: smaller;
}

/* 下付き文字のスタイル */
sub {
    vertical-align: sub;
    font-size: smaller;
}

/* フォントサイズ調整 */
@media screen and (min-width: 1601px){
	html {
		font-size: 14px;
	}
}

.wrap {
    width: 80% !important;
    margin: 0 auto;
}
@media screen and (min-width: 1601px){
	.wrap {
		width: 900px !important;
	}
}
@media only screen and (max-width: 768px) {
	.wrap {
		width: 90% !important;
	}
}

/* 共通ボタンスタイル */
.button {
  display: inline-block;  /* <a>をボタンのように表示 */
  padding: 8px;
  border-radius: 20px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  font-size: large;
  color: white;
  font-weight: bold;
  margin: 0 10px;
}

/* ご依頼ボタン */
.button-request {
  background: #FF5752;
}

/* お問合せボタン */
.button-contact {
  background: #38AED7;
}


/* トップページ */
#top-client-area p{
	text-align: center;
    margin-top: 50px;
    font-size: 14px;
}
ul#global-nav li.pulldown.arrow > a{
	font-size: 1.35em;
    padding: 0;
}
ul#global-nav li.pulldown.arrow span{
	padding: .3em 1.0em .3em 0 !important;
}
.is-animation header#main-head #header-area ul#global-nav li.nav-archive dl.nav-dl dd.nav-dd{
	padding-top: .5em;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルの幅*/
.table-res-form {
    width: 40%;
    margin: auto;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
.wpcf7-response-output{
	display: none!important;
}

/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
	.table-res-form {
    	width: 100%;
	}
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 90%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
		/*thとtd内の余白指定*/
	.table-res-form th, .table-res-form td {
		padding: 0.5em;
	}
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}

/* リッチリザルトFAQ */
.sc_fs_faq.sc_card{
	box-shadow: none;
	margin: 0;
	padding: 0;
}

/* 資料ダウンロードフォーム */
p:has(.accept-policy){
	padding: 0;
}
.pamphlet form dl.pamphlet-dl {
    display: flex;
    flex-wrap: wrap;
    width: 46%;
    margin: auto;
    border: 1px solid #ccc;
}
.pamphlet form dl dt {
    display: flex;
    width: 35%;
    padding: 0.6em 1em 0.6em;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	align-items: center;
}
.wpcf7 dl.pamphlet-dl dd {
    padding: 0.6em 2em 0.6em;
    width: 65%;
    border-bottom: 1px solid #ccc;
}
dl.pamphlet-dl p {
    padding: 0;
}
.pamphlet-dl input[type=text], input[type=email], input[type=tel], select, textarea{
	margin-bottom: 0 !important;
}
.pamphlet form dl.pamphlet-dl dt:last-of-type,
.pamphlet form dl.pamphlet-dl dd:last-of-type {
    border-bottom: none;
}
.pamphlet .wpcf7.js form .btn-wrap .btn input{
	padding: .75em 6em .75em 5.5em;
    border-radius: 10px;
}
.pamphlet .btn-wrap .wpcf7-spinner{
	position: absolute;
}
.pamphlet form .btn-wrap .btn:after{
	display: none;
}
@media only screen and (max-width: 1280px) {
	.pamphlet form dl.pamphlet-dl {
		width: 60%;
	}
}
@media only screen and (max-width: 768px) {
	.pamphlet form dl.pamphlet-dl {
		width: 100%;
	}
	.pamphlet form dl.pamphlet-dl dt{
		padding: .2em 0.2em .2em;
		font-size: 0.9em;
	}
	.pamphlet form dl.pamphlet-dl dd input, .pamphlet form dl.pamphlet-dl dd select{
		font-size: 0.9em;
	}
	.pamphlet .wpcf7.js form .btn-wrap .btn input{
		font-size: 1.0em;
	}
}

/* お問合わせフォーム */
.table-cont.table-res-form {
	width: 50%;
}
.table-cont.table-res-form th{
	vertical-align: middle;
	width: 25%;
    text-align: left;
}
.table-cont.table-res-form tr:nth-child(2n+1) {
    background: #ffff;
}
.table-cont .requied{
	margin-left: 2px;
}
.table-cont textarea {
  resize: vertical;
  height:200px;
}
@media only screen and (max-width: 768px) {
	.table-cont.table-res-form {
		width: 80%;
	}
}
/* お問合わせサンクスページ */
.thanks-contents{
	text-align: left;
}
.service-container{
	border: 1px solid #ccc;
	margin-bottom: 30px;

}
.service-container .service-body{
	padding: 20px;
}
.service-container .title{
	border-bottom: 2px solid;
    font-size: 18px;
    color: #000c4e;
}
.service-container .sub-service-title{
    font-size: 14px;
    color: #000c4e;
    margin: 0 5px;
	font-weight: 100;
}
.bold{
	font-weight: bold;
}
.highlight{
	color: #ff5752;
    font-size: 16px;
}
.service-container .service-title .large{
    font-size: 20px;
}
.text-section{
	display: inline-block;
    width: 65%;
    vertical-align: top;
}
.text-section a{
	font-size: 16px;
}
.image-section{
	display: inline-block;
    box-shadow: 0px 3px 3px #ccc;
    margin-left: 20px;
}
.image-section img{
	width: 270px;
}
.image-section a[target=_blank]{
    background-image: none;
    padding: 0;
	margin: 0;
}
.account-container .txt{
	width: 65%;
    display: inline-block;
}
.account-btn{
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}
.account-btn a:hover{
   text-decoration: none;
}
.account-btn span{
	position: relative;
    padding: 1rem 1rem;
    color: #ff5752;
    font-size: 14px;
    text-align: center;
}
.account-btn span::before,
.account-btn span::after {
    position: absolute;
    top: 1rem;
    height: 20px;
    content: '';
}
.account-btn span::before {
    border-left: solid 1px #ff5752;
    left: 0;
    transform: rotate(-30deg);
}
.account-btn span::after {
    border-right: solid 1px #ff5752;
    right: 0;
    transform: rotate(30deg);
}
.account-btn a{
    background-color: #ff5752;
    color: #fff;
    padding: 15px 15px;
    font-size: 15px;
    border-radius: 10px;
    margin-top: 5px;
    display: inline-block;
	width: 270px;
}
.sns-container {
	width: 85%;
	margin: 100px auto 30px;
	text-align: center;
}
.sns-container .sns-fb,
.sns-container .sns-x{
    float: left;
    margin-left: 5px;
}
.sns-container .sns-txt{
    float: left;
    margin-left: 11px;
    width: 80%;
	text-align: left;
}
.sns-container .sns-txt p{
	padding: 0;
}
.sns-container .logo{
	text-align: center;
}
.sns-container img{
    width: 35px;
    margin: auto;	
}
.sns-container .txt{
	letter-spacing: initial;	
}
.btn-container{
	text-align: center;
    width: 100%;
    margin: auto;
    display: inline-block;
}
.back-top{
	background-color: #3a9bbc;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;
    margin: 40px auto 80px;
	display: inline-block;
}
.back-top a:visited{
	color: #ffff;
}
@media only screen and (max-width: 1200px) {
	.account-btn{
		width: 30%;
	}
	.account-btn a{
		width: 190px;
    	font-size: 13px;
	}
}
@media only screen and (max-width: 768px) {
	.service-container .text-section{
		width: 100%;
	}
	.service-container .image-section{
		margin-left: 0;
	}
	.account-container .txt{
		width: 100%;
	}
	.sns-container .sns-txt{
		width: 100%;
	}
	.btn-container .back-top{
		font-size: 14px;
	}
}

/* 対応工法 */
.technique-container {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.technique-item {
    width: 100%; /* Mobile first approach, default to full width */
    text-align: center;
    margin-bottom: 20px; /* Add some space between items on mobile */
}
.technique-image {
    width: 100%;
    height: auto;
}
.technique-title {
    font-weight: bold;
    margin: 10px 0;
}
.technique-link {
    color: black;
    text-decoration: none;
}
.technique-link:hover {
    text-decoration: underline;
}
.technique-description {
    text-align: left;
    margin: 0 10px;
}
.technique-item a:visited {
    color: #000;
}
@media (min-width: 600px) {
    .technique-item {
        width: 23%; /* Adjusted to account for space between items */
        margin-bottom: 0; /* Reset the margin-bottom for larger screens */
    }
}

/* 切削LPページ */
.quote-contents-machine{
	width: 90%;
    margin: auto;
}
.quote-contents-machine ul li{
	line-height: 1.5;
    font-weight: bold;
}
@media (min-width: 600px) {
	.quote-contents-machine{
		width: 50%;
    }
}

/* 事例ページ */
header#page-head.archives h1{
	font-size: 2.4em;
	padding-top: calc(10vh - 0.5em);
}
header#page-head.archives h1 span{
	font-size: 0.7em;
}
#maincontents.archives #left-column{
	margin: auto;
}
#maincontents #left-column.wrap{
	padding: 0;
}
.archives .contents-section h2 span:after{
	content: none;
}
.content-case {
   max-width: 800px; /* 最大幅を800pxに制御 */
   margin: 0 auto; 
   padding: 20px; /* 要素内の余白を追加 */
}
.content-case .button-request {
  background: #FF5752;
}
.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.archive-item {
    border: 1px solid #ddd;
    padding: 15px;
}
.archive-item img {
    max-width: 100%;
    height: auto;
}
.archive-item table {
    width: 100%;
    margin-top: 15px;
}
.archive-item th {
    text-align: left;
    padding-right: 10px;
}
.link-area a.request{
	background: #ff5752;
	margin-right: 30px;
}
.custom-field-link {
    display: block;
    color: #333;
    text-decoration: none;
	    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.custom-field-link:hover{
	text-decoration: none;
	opacity: unset;
}
.custom-field-link:visited{
	color: #333;
}
.custom-fields-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.custom-fields-box table {
    width: 100%;
}

.custom-fields-box th {
    text-align: left;
    padding-right: 10px;
	white-space: nowrap;
}
.category-section.custom-field-section a{
	width: 100%;
}


/* 事例投稿ページ */
.custom-fields.archives-fields table{
	margin: auto;
}
.archives-fields table th{
	vertical-align: middle;
}
.archives article.single h2{
	border-bottom: none;
	display: block;
}
.archives .link-area a.request,
.archives .link-area a.consul{
    color: white;
    padding: 8px;
    border: none;
    border-radius: 20px;
	width: 225px;
    margin: 10px;
    font-size: 1.2em;
}
.archives .link-area a.request{
	background: #FF5752;
}
.archives .link-area a.consul{
	background: #3AA5CA;
}
.archives .link-area a.request:after,
.archives .link-area a.consul:after{
	content: none;
}
.archives .link-area a.request:hover,
.archives .link-area a.consul:hover{
	text-decoration: none;
}
.archives  article.single nav.column2-prev ul li.prev{
	padding: 20px 35px 20px 15px;
}
.archives article.single nav.single-nav ul li:first-child{
	padding: 20px 15px 20px 35px;
}
.archives article.single nav.single-nav ul li:nth-of-type(3){
	padding: 20px 35px 20px 15px;
}
.custom-fields-box th{
    width: 50px;	
}

	/* グレーで塗りつぶすスタイル */
.content-case .gray-column {
	background-color: gray;
}

/* テーブルの枠線をグレーに設定 */
.content-case table {
	border-collapse: collapse;
	width: 100%; /* テーブルの幅を100%に設定 */
}
.content-case table, th, td {
	border: 1px solid #d3d3d3;
	padding: 8px; /* セルの内側の余白を設定 */
	text-align: left; /* セル内のテキストを左に配置 */
}

/* 1列目のタイトルを中央に配置 */
.content-case th.gray-column {
	background-color: gray;
	text-align: center;
	width: 8em; /* 幅を4文字分に設定 */
	color: white; /* フォント色を白に設定 */
}

/* 2列目のテキストを左寄せに配置 */
.content-case td:nth-child(2),
.content-case th:nth-child(2) {
	text-align: left;
}

/* セル内のテキストにマージンを追加 */
.content-case td, th {
	margin: 10px;
}

/* ボタンの配置 */
.content-case .button-container {
	text-align: center; /* ボタンを横方向に中央揃え */
}
.content-case .button-container1 {
    display: flex;
    align-items: center;
}
.content-case .button {
	display: inline-block; /* ボタンのインラインブロック要素として表示 */
	margin: 10px; /* ボタン間の余白を調整 */
}
.content-case .custom-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #38AED7;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s;
	text-decoration: none;
	border: none;
	outline: none;
	width: 150px;
}
.content-case .custom-button:hover {
	background-color: #2980b9;
}

/* 画像の配置 */
.content-case .center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-case .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-case .image {
	max-width: 50%; /* 画像の幅を調整 */
	height: auto;
}

/* トップページ画像差し替え */
#top-service-area{
	background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/top/bg_service.jpg.webp);
}
#top-works-area{
	background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/headline_quote01.jpg.webp);
}
#topimg-area section.top01:before, #topimg-area section.top02:before, #topimg-area section.top03:before, #topimg-area section.top04:before, #topimg-area section.top05:before, #topimg-area section.top01:after, #topimg-area section.top02:after, #topimg-area section.top03:after, #topimg-area section.top04:after, #topimg-area section.top05:after{
	background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/top/bg.png.webp);
}

/* 即時見積ページ画像差し替え */
#quote-head span.quote-img01{
	background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/headline_quote02.jpg.webp);
}
#quote-head span.quote-img02{
	background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/headline_quote01.jpg.webp);
}
#quote-head span.quote-img03{
	background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/headline_quote03.jpg.webp);
}
#quote-head span.quote-img04{
	    background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/headline_quote04.jpg.webp);
}
#quote-head span.quote-img05 {
    background-image: url(//www.kabuku.io/wp-content/themes/new_connect/css/../img/contents/headline_quote05.jpg.webp);
}

/* 即時見積ページレイアウト */
.workslist-top .works-list ul{
	margin-bottom: 1em;
}

@media (min-width: 600px) {
	.technique-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.technique-item {
			flex: 1;
			margin: 0 10px;
			box-sizing: border-box;
	}
}

/* 即時見積 - 製罐溶接 */
.material-section .sep-box.welding-box{
	justify-content: center;
}
.material-section.can .sep-box .material-contents{
	margin: 0 15px;
}
.material-section.can .sep-box .material-contents table th{
	width: 25%;
}
.material-section.can .sep-box .material-contents table td.td-expansion26{
	padding-bottom: 2.6em;
}
.material-section.can .sep-box .material-contents table td.td-expansion58{
	padding-bottom: 5.8em;
}
.material-section.can .sep-box .material-contents table td.td-expansion74{
    padding-bottom: 7.4em;
}
.material-section.can .sep-box .material-contents table td.td-expansion105{
	padding-bottom: 10.5em;
}
.material-section.can .sep-box .material-contents figure img{
	height: 100%;
}
.sep-box.welding-box2 img{
	width: 100%;
	height: auto;
}
.contents-section.can h2{
	margin-bottom: 0.3em;
}
.h2-span{
	font-size: 0.7em;
}
.h2-span:after{
	display: none;
}
.quote-contents-material .ext-txt{
    display: block;
    width: 72%;
    margin: auto;
    text-align: left;
}
@media screen and (max-width: 575px) {
	.quote-contents-material .ext-txt{
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
    .quote-contents-shape {
        flex-direction: column;
        align-items: center;
    }

    .quote-contents-shape img {
        margin-bottom: 12px;
    }
}

/* お役立ち情報リンクページ */
#maincontents #left-column{
	width: 80%;
    max-width: 800px;
    margin: 0 auto;
	padding: 0;
}
h2.helpful-description{
	z-index: 100;
    position: relative;
    font-family: zen-kaku-gothic-antique, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5em;
    color: #fff;
    margin-top: 12px;
}
.helpful #wide-contents{
	width: 80%;
	max-width: 1200px;
    margin: auto;
	margin-bottom: 90px;
}
.case-link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-link-item {
  width: calc(33.333% - 40px); /* 3列レイアウトのための幅設定 */
  margin-bottom: 20px; /* アイテム間のマージン */
}
@media (max-width: 800px) {
	.case-link-item{
	   width: 80%;
       margin: auto;
	}
}

.case-link-item .thumbnail {
  position: relative;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* 疑似要素の範囲をコントロール */
    height: 25%;
}

.case-link-item .thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 画像を暗くする */
}

.case-link-item .title {
  color: #ffff;
  text-align: center;
  z-index: 100;
  font-size: 2.4em;
  position: absolute; /* タイトルを絶対位置指定で中央に */
  z-index: 2; /* タイトルをオーバーレイより前面に */
  width: 100%; /* タイトルの幅をサムネイルに合わせる */
  top: 50%; /* 上から50%の位置に */
  left: 50%; /* 左から50%の位置に */
  transform: translate(-50%, -50%); /* 正確に中央に配置 */
}

.case-link-item .description {
  color: #333;
    text-align: left;
    font-size: 17px;
    padding-top: 0;
}
.case-link-item a:hover{
  text-decoration: none;
}

.case-link-item a:hover .thumbnail::after {
  background: rgba(0, 0, 0, 0.25); /* ホバー時にサムネイルを少し明るくする */
}


/* バナー */
  .custom-banner {
    border-radius: 18px;
    font-family: Arial, sans-serif;
    border: solid 3px #ff5752;
    padding: 3px;
    width: 600px;
    height: 255px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
  }
  .custom-banner-header {
    color: #000000;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
  }
.custom-banner.banner2 .custom-banner-header {
    margin-top: 25px;
}
.custom-banner-header .text-gradient{
    font-size: 20px;
}
  .custom-banner-header .text-gradient::after {
    content: '';
    display: block;
    width: 58%;
    height: 11px;
    background: linear-gradient(to right, #9ce6ff, #104ea9);
    position: absolute;
    bottom: 0px;
    left: 21%;
  }
  .custom-banner.banner2 .custom-banner-header .text-gradient::after{
bottom: -8px;
}
  .custom-banner-header .number-highlight {
    color: #ff5752;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 50px;
  }
  .custom-banner-content {
    text-align: center;
  }
.custom-banner-content p.banner-txt1{
    font-weight: bold;
    padding: 0;
    margin-bottom: 6px;
}
.custom-banner.banner2 .custom-banner-content p.banner-txt1{
    margin-top: 18px;
}
.custom-banner-content p.banner-txt2{
        font-size: 20px !important;
    font-weight: bold;
    padding: 0;
    margin-bottom: 14px;
}
  .custom-banner-btnarea {
    display: inline-flex;
  }
a.custom-button{
    color: #ffff;
}
a.custom-button:visited{
    color: #ffff;
}
.custom-button {
	border-radius: 8px;
    display: inline-block;
    margin: 0px 10px;
    padding: 12px 68px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
  }
  .button-details {
    background-color: #ff5752;
  }
  .button-request {
    background-color: #3aa5ca;
  }
  .custom-banner-btnarea a:hover {
    opacity: 0.8;
  }
.custom-banner-footer{
margin: 7px;
}
.custom-banner.banner2 .custom-banner-footer{
    margin-top: 15px;
}
.custom-banner-footer img{
width: 80px;
}


/* イベントページ */
#event-column{
    width: 90%;
    margin: auto;
    max-width: 800px;
}
.event .title {
    display: flex;
    align-items: center;
	margin-top: 35px;
    margin-bottom: 30px;
}
.event .title h2 {
    margin: 0;
    font-size: 1.3em;
}
.event .title img {
    margin-right: 10px;
    height: auto; /* 高さを自動調整 */
    max-height: 100%; /* 親要素の高さを超えないようにする */
    width: auto; /* 幅を自動調整 */
}
.event .event-detail{
	display: block;
    margin: auto;
    width: 80%;
    margin-bottom: 30px;
}
.event .event-detail img{
	display: block;
	margin: auto;
	width: 400px;
	height: auto;
}
.event .event-detail .txt{
	width: 400px;
    margin: auto;
    font-size: 0.8em;
}
.event .event-link{
	display: inline-block;
    background-color: #43afe2;
    color: #fff;
    font-weight: bold;
    text-decoration-line: underline;
	position: relative;
}
.event .event-link a{
	color: #ffff;
}
.event .event-link.link1{
    display: block;
    margin: auto;
    width: 300px;
    text-align: center;
    margin: 28px auto;
    padding: 20px 38px;
	font-size: 1.4em;
}
.event .event-link.link2,
.event .event-link.link3{
    padding: 10px 25px;
	display: block;
    text-align: center;
    margin-bottom: 20px;	
    font-size: 1.2em;
}

.event .event-link.link2{
    width: 240px;
	height: 28px;
}
.event .event-link.link3{
    width: 300px;
}
.event .tooltip {
    position: absolute;
    top: -10px;
    left: 310px;
    background-color: #ff7c80;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 0.9em;
    display: block;
    z-index: 10;
    white-space: nowrap; /* テキストの改行を防ぐ */
}
.event .tooltip::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -12px;
    border-width: 10px 16px 16px 0;
    border-style: solid;
    border-color: transparent #ff7c80 transparent transparent;
}

.event .banner-area{
	width: 80%;
    margin: auto;
    border: 6px solid #bebebe;
    border-radius: 50px;
	margin-bottom: 30px;
}

.event .banner-area img{
	display: block;
    margin: auto;
}
.event .banner-area-txt{
    width: 95%;
    margin: auto;
}
#event-footer{
	text-align: center;
    font-size: 11px;
}

@media (max-width: 800px) {
	.event .event-detail img,
	.event .event-detail .txt{
		width: 100%;
	}
	.event .event-detail{
		width: 90%;
	}
	.event .event-link.link1{
		width: auto;
    	padding: 20px 15px;
	}
	.event .tooltip{
	    top: -10px;
		left: 284px;
		padding: 5px 8px;
		font-size: 0.6em;
	}
	.event .tooltip::before{
	    top: 8px;
    	left: -10px;
	}
	.event .banner-area{
		width: 100%;
		border-radius: 8px;
	}
	.event .banner-area img{
		width: 100%;
    	height: auto;
	}
}

/* イベントLPページ */
.eventlp .top-block1{
  position: relative;
  padding: 20px 0 30px 0;
  color: #1a1a1a;
  background-color: #3aa5ca;
  height: 520px;
}
.eventlp .top-block1::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 100px 100vw;
  border-color: transparent transparent #ffff transparent;
}
.eventlp .top-block2{
  padding: 10px 0 40px 0;
  color: #ccc;
}
.eventlp .title{
	text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
	font-size: 47px;
    line-height: 68px;
}

.eventlp .top-block1 p{
	text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    padding-top: 28px;
}
.eventlp .top-block2 img{
    width: 685px;
    margin: auto;
    display: block;
}
.eventlp #event-column {
    width: 900px;
    margin-bottom: 200px;
}
.eventlp .event-detail-top{
	margin-bottom: 30px;
}
.eventlp .event-detail-top .txt{
    width: 98%;
    font-weight: 700;
    margin: auto;
	letter-spacing: -2px;
	font-size: 27px;
}
.event-detail-top-p{
    font-size: 18px;
    width: 91%;
    margin: auto;
}

.eventlp .note{
	font-size: 12px;
    width: 67%;
    margin: 10px auto;
}
.eventlp .event-link.link1{
    display: block;
    margin: auto;
    width: 470px;
    text-align: center;
    margin: auto;
    padding: 16px 60px;
    font-size: 36px;
    border-radius: 10px;
    margin-top: 50px;
	text-decoration: none;
	margin-bottom: 36px;
}
.eventlp .event-link a{
	text-decoration: none;
}
.eventlp .logo-area img{
	width: 550px;
    margin: 70px auto 0;
    display: block;
}
.eventlp .logo-area p{
	text-align: center;
    font-size: 25px;
    color: #43afe2;
    font-weight: bold;
}
.eventlp .needs-area{
    background-color: #fce5cd;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.eventlp .needs-area img{
    width: 650px;
    margin: auto;
    display: block;
    padding: 60px 0;
}
.eventlp .event-detail{
	margin-top: 40px;
}
.eventlp .title-area{
	width: 80%;
	margin: auto;
}
.eventlp .title-area p{
	margin: 0;
    font-weight: bold;
}
.eventlp .title-area .title1{ font-size: 16px; }
.eventlp .title-area .title2{ font-size: 25px; }
.eventlp .title-area .title3{ font-size: 48px; line-height: 50px; }

.eventlp .event-detail .txt{
    width: 83%;
    font-weight: 100;
    font-size: 17px;
    margin-top: 30px;
}
.eventlp .banner-area{
	background-color: #f3f3f3;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    border: none;
    border-radius: 0;
    padding-bottom: 50px;
    padding-top: 25px;
    margin-top: 30px;
}
.eventlp .banner-area-wrap{
    width: 870px;
    margin: auto;
}
.eventlp .banner-area-txt{
	background-color: #fff;
    padding: 10px;
	font-size: 18px;
	width: 100%;
    margin: auto;
}
.eventlp .banner-area img{
    width: 100%;
}
.parallelogram {
    display: inline-block;
    width: 170px;
    height: 55px;
    background: #ff5752;
    color: #fff;
    text-align: center;
    transform: skew(-15deg);
    position: relative;
}

.parallelogram span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) skew(15deg);
    font-weight: bold;
    font-size: 30px;
    white-space: nowrap;
}
.eventlp .quote-area-title{
    position: relative;	
}
.eventlp .quote-area-title .sub-title{
	width: 200px;
    display: inline-block;
    font-size: 24px;
    color: #ff5752;
    font-weight: bold;
    margin-left: 18px;
    position: absolute;
    top: 12px;
}
.eventlp .quote-area-title .sub-title span{
	font-size: 30px;
    padding: 3px;
}
.eventlp .quote-area-title p{
	font-size: 18px;
}
.eventlp .img-area img{
	width: 100%;
}
.eventlp .account-new{
    font-size: 24px;
    color: #ff5752;
    font-weight: 600;
	text-align: center;
    width: 100%;
}
.eventlp .event-link.quote-link{
	margin-top: 8px;
}
  .fixed-button {
position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #43afe2;
    color: #fff;
    padding: 16px 15px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
  }

  .fixed-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -3px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent transparent #43afe2;
  }

  .fixed-button span {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .fixed-button .text {
    white-space: nowrap;
	font-size: 18px;
  }

#eventlp-footer .footer-inner{
	background-color: #43afe2;
    padding: 3px;
	color: #ffff;
	text-align: center;
}
#eventlp-footer .footer-inner img{
	display: inline-block;
    margin: 0 15px;
    width: 85px;
    vertical-align: middle;
}
#eventlp-footer .footer-inner p{
	display: inline-block;
}
.page-template-page-eventlp{
	overflow-x: hidden;
}
.page-template-page-eventlp .grecaptcha-badge{
	display: none;
}

@media (max-width: 800px) {
	.eventlp #event-column,
	.eventlp .banner-area-wrap{
	    width: 90%;
	}
	.eventlp .title h2{
        font-size: 20px;
        line-height: 30px;
	}
	.eventlp .top-block1 p{
	    font-size: 20px;
	}
	.eventlp .top-block1:before{
	    border-width: 0 0 60px 100vw;
	}
	.eventlp .top-block1{
		height: 300px;
	}
	.eventlp .top-block2 img,
	.eventlp .logo-area img,
	.eventlp .needs-area img{
		width: 100%;
	}
	.eventlp #event-column .event-link{
		width: 200px;
		font-size: 18px;
	}
	.eventlp .event-detail .txt {
		width: 100%;
		font-size: 12px;
	}
	.eventlp .note {
		font-size: 10px;
		width: 95%;
	}
	.eventlp .title-area {
    	width: 100%;
	}
}

/* 検索結果ページ */
mark.search-highlight {
    background-color: yellow;
    color: black;
}
.search-results {
    display: flex;
    flex-direction: column;
}

.search-result-item {
    display: flex;
    margin-bottom: 20px;
}
.search-results-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.search-result-item {
    width: 30%; /* 3カラム表示のために幅を調整 */
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃え */
}
.search-thumbnail {
    width: 250px;
	text-align: center;
}
.search-thumbnail img {
    width: 100%;
    height: auto;
}
.search-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 15px;
}
.search-details h2 {
    font-size: 1.2em; /* タイトルのフォントサイズ調整 */
    text-align: center;
}
.search-results-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-excerpt {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 3行で切り取る */
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 検索フォームのスタイル */
.search-form-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
	height: 50px;
}

#searchform {
    display: contents;
    width: 100%;
    max-width: 600px;
    border: 2px solid #696969;
    border-radius: 4px;
    overflow: hidden;
}

#search-key {
    font-size: 16px;
	border-radius: 0;
	background: none;
}
#search-key:focus{
	-webkit-box-shadow: 0 0 7px #fba7a4;
    box-shadow: 0 0 7px #fba7a4;
    border: 2px solid #ffbbb9;
}

#searchsubmit {
    background-color: #696969;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchsubmit svg {
    fill: none; /* fill属性を無効化 */
    width: 32px; /* アイコンの幅を調整 */
    height: 32px; /* アイコンの高さを調整 */
    stroke: #fff; /* アイコンの線の色を白に設定 */
    stroke-width: 3px; /* アイコンの線の幅を調整 */
}

.search-result .category-section h2{
	width: 100%;
}
.search-thumbnail img {
    width: 100%;
    height: auto;
}
.search-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 15px;
}
.search-details h2 {
    font-size: 1.2em; /* タイトルのフォントサイズ調整 */
    text-align: center;
}
.search-results-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; /* 全体のアイテム間隔を均等に設定 */
}

#sub-nav form {
}
/* 検索フォームのスタイル */
.search-form-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
	height: 50px;
}

#searchform {
    display: contents;
    width: 100%;
    max-width: 600px;
    border: 2px solid #696969;
    border-radius: 4px;
    overflow: hidden;
}

#search-key {
    font-size: 16px;
	border-radius: 0;
	background: none;
}
#search-key:focus{
	-webkit-box-shadow: 0 0 7px #fba7a4;
    box-shadow: 0 0 7px #fba7a4;
    border: 2px solid #ffbbb9;
}

#searchsubmit {
    background-color: #696969;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchsubmit svg {
    fill: none; /* fill属性を無効化 */
    width: 32px; /* アイコンの幅を調整 */
    height: 32px; /* アイコンの高さを調整 */
    stroke: #fff; /* アイコンの線の色を白に設定 */
    stroke-width: 3px; /* アイコンの線の幅を調整 */
}

.search-result .category-section h2{
	width: 100%;
}

/* AM5周年キャンペーンページ */
#quote-btn-area.cpn-quote-btn{
    position: relative;
    box-shadow: none;
}
.cpn-top-img{
	position: relative;
    width: 100%;
    background: url('https://www.kabuku.io/wp-content/uploads/2024/06/cpn_top-1536x1025.jpg.webp') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;	
}
.top-txt-img{
	max-width: 100%;
    height: auto;
}
.top-txt-img.top{
    margin-top: 20px;
}
.top-txt-img.bottom {
    margin-bottom: 20px;
}
.cpn-details {
    padding: 20px;
    background-color: #fff;
}
.cpn h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block; 
}
.cpn h2::after {
    content: "";
    display: block;
    width: 33%;
    height: 2px;
    background-color: #9b9b9b;
    margin: 0 auto;
    position: absolute;
    left: 33%;
    bottom: -3px;
}
.cpn-tokuten {
    margin-bottom: 30px;
	text-align: left;
}
.cpn-tokuten h3 {
    font-size: 20px;
    color: #000; /* テキスト色を黒に設定 */
    margin-bottom: 10px;
    position: relative;
    display: inline-block; /* テキストの幅を基準にするために追加 */
    z-index: 1; /* ハイライトの上に表示 */
}
.cpn-tokuten h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	height: 55%;
    background-color: #ffb9b7;
    z-index: -1; /* テキストの後ろに表示 */
}
.toku-contents p {
    font-size: 14px;
    line-height: 0;
    color: #333;
}
section.cpn-details{
	max-width: 900px;
    margin: 30px auto;
}
section.cpn-period{
	margin-bottom: 30px;
}
section.contents-area.cpn{
	text-align: center;
	margin-top: 80px;
}
section.contents-area.cpn .cpn-sample{
    border: 3px dashed #ff5752;
}
.cpn-sample .sample-img{
    width: 100%;
    max-width: 509px;
    margin: 0 auto;
}
.cpn-sample .sample-img img{
	width: 100%;
	height: auto;
    display: block;
}
.cpn-sample .sample-txt{
	text-align: left;
}
.cpn-sample .sep-bold{
	font-weight: bold;
    font-size: 20px;
}
section.contents-area.cpn .cpn-quote-btn{
	margin-top: 30px;
}

@media screen and (min-width: 1601px) {
	section.contents-area.cpn{
		width: 1200px;
	}
}
@media screen and (max-width: 1200px) {
	.cpn-sample .sample-img{
		max-width: 320px;	
	}
}
@media (max-width: 768px) {
    .cpn-top-img {
        justify-content: center;
    }
    .top-txt-img {
        margin: 10px 0; /* モバイル表示での調整 */
    }
    .cpn-details {
        padding: 10px;
    }
    .cpn-details h2 {
        font-size: 20px;
    }
    .cpn-tokuten h3 {
        font-size: 18px;
    }
    .toku-contents p {
        font-size: 12px;
    }
}

/* 学習コーナーアーカイブページ */
.category-section.study .thumbnail-area{
	width: 100%;
    height: 247px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.category-section.study .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-section.study .post-tags {
    margin-left: auto;
    text-align: right;
    padding: 0 3px;
    color: #999;
    border: 1px solid #ffdc00;
    font-size: .9em;
}
.category-section.study .post-tags a,
.single.blog .post-tags a{
	color: #ffc700;
	font-weight: bold;
}

.category-section.study .post-tags a:hover,
.single.blog .post-tags a:hover{
	color: #dcac00;
    text-decoration: none;
}
.category-top.tag h1{
	margin-top: 15px;
}

.single.blog .post-tags{
    padding: 0 3px;
    color: #999;
    font-size: .9em;
}
.single.blog .post-tags a{
	border: 1px solid #ffc700;
}


/* よくある質問ページ */
#faq-container {
    width: 80%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}
#faq-container h2{
    font-size: 2.0em;
	margin-bottom: 25px;
}
#faq-search-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 55px 65px;
    background-color: #eee;
    max-width: 1000px;
    margin: 20px auto 50px;
}
#faq-search {
    width: 60%;
    padding: 10px;
    border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
}
#faq-search:focus{
    -webkit-box-shadow: 0 0 7px  #0b539496;
    box-shadow: 0 0 7px #0b539496;
    border: 2px solid  #0b539496;
}

#faq-search-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #0b5394;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 6px;
	font-weight: bold;
    font-size: 1.3em;
}

#faq-search-button:hover {
    background-color: #005f8a;
}

#faq-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.faq-category{
	margin-top: 10px;
    margin-bottom: 25px;
}
.faq-category h2{
    font-size: 2.0em;
	margin-bottom: 25px;
	color: #0b5394;
}

#faq-container .tab-link {
    padding: 10px 35px;
    cursor: pointer;
    border: 2px solid #0b5394;
    background-color: #fff;
    color: #0b5394;
    border-radius: 5px;
    text-align: center;
    transition: background-color .3s, color .3s, border-color .3s;
    font-weight: bold;
    font-size: 1.3em;
	margin: 0 10px;
}

#faq-container .tab-link:hover {
    background-color: #ddd;
}
#faq-container .tab-link.active {
    background-color: #0b5394;
    color: #fff;
    border-color: #0b5394;
}

#faq-accordion{
	max-width: 1000px;
    margin: 50px auto 80px;	
}

#faq-container .accordion {
    position: relative;
    background-color: #cfe2f3;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
}
#faq-container .accordion::before{
    content: "Q";
    color: #074f90;
    position: absolute;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
    top: 16px;
    left: 20px;
}
#faq-container .accordion.active{
	margin-bottom: 0;
}
#faq-container .accordion-icon {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 24px;
}
 
#faq-container .accordion:hover {
    background-color: #9cd0ff;
}
#faq-container .accordion h3{
	padding-left: 30px;
}

#faq-container .panel {
    padding: 0 18px;
    background-color: #f3f3f3;
    display: none;
    overflow: hidden;
	text-align: left;
	position: relative;
}
#faq-container .panel::before{
	content: "A";
    color: #ff5752;
	position: absolute;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
    top: 14px;
    left: 20px;
}

#faq-container .panel.show {
    display: block;
    margin-bottom: 10px;
}

#faq-container .panel p{
	padding-left: 30px;
}

@media (max-width: 768px) {
	#faq-search-container{
		padding: 30px 0px;
	}
	#faq-search-button{
		padding: 6px 6px;
		font-size: 1.0em;
	}
	#faq-tabs{
		display: block;
	}
	#faq-container .tab-link{
		padding: 9px 10px;
        font-size: 1em;
        margin: 5px 5px;
	}
}

/* 目次 */
#left-column #toc_container{
	font-size: 14px;
	margin-bottom: 65px;
	border: 1px dashed #aaa;
}
#left-column #toc_container{
    transition: max-height 0.3s ease;
    overflow: hidden;
}
#left-column #toc_container.contracted span.toc_toggle{
	position: relative;
}
#left-column #toc_container p.toc_title{
	text-align: left;
	margin: 10px 18px 10px 20px;
    border-bottom: 1px dashed #aaa;
	font-size: 18px;
	position: relative;
}
#left-column #toc_container span.toc_toggle{
	position: absolute;
    right: 0;
}
#left-column #toc_container span.toc_toggle a{
	color: #333;
}
#left-column #toc_container span.toc_brackets{
	display: none;
}
#left-column  #toc_container p.toc_title+ul.toc_list{
	margin: 10px 18px 10px 20px;
}
#left-column #toc_container .toc_list > li {
        padding: 5px 0 8px;
}
#left-column #toc_container .toc_list > li > a {
    display: block; 
    border-bottom: 1px dashed #aaa;
	color: #333;
    padding-bottom: 3px;
}
#left-column #toc_container .toc_list > li > ul > li {
    border-bottom: 1px dashed #aaa;
	margin-top: 3px;
	padding: 10px 0 3px;
}
#left-column #toc_container .toc_list > li > ul > li > a{
	color: #333;
    padding-bottom: 3px;
}
#left-column #toc_container .toc_list > li > ul > li:last-child > a {
    border-bottom: none;
}

/* コンテンツページのhタグ */
#maincontents.study-case article.single{
	font-family: Helvetica, sans-serif;
}
#maincontents.study-case article.single strong{
	font-family: Helvetica, sans-serif !important;
}
#maincontents.study-case article.single h2{
	font-size: 18pt;
	border-bottom: none;
	font-family: Helvetica, sans-serif  !important;
}
#maincontents.study-case article.single h3{
	font-size: 15pt;
	position: relative;
    padding-left: 24px;
	border-bottom: none;
	font-family: Helvetica, sans-serif !important;
	padding: .5em .25em .5em 1.0em;
	font-weight: 100;
}
#maincontents.study-case article.single h3::before {
    content: ''; 
    position: absolute; 
    left: 0;
    top: 0;
    width: 5px; 
    height: 100%; 
    background-color: #3aa5ca;
}
#maincontents.study-case article.single h4{
	font-size: 14pt;
    position: relative;
    padding-left: 33px;
    border-bottom: none;
    font-family: Helvetica, sans-serif !important;
    color: #3aa5ca;
}
#maincontents.study-case article.single h4 span{
    color: #3aa5ca;
}
#maincontents.study-case article.single h4:before {
	content: '';
    position: absolute;
    left: 0;
    top: 27px;
    width: 15px;
    height: 3px;
    background-color: #3aa5ca;
    margin-left: 10px;
}
#maincontents.study-case article.single p {
    font-size: 12pt;
	font-family: Helvetica, sans-serif !important;
}

/* 記事ページ内で、指定したURLの別の記事をカード表示させる */
/* カード全体のスタイル */
.post-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin: 16px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 800px;
}
.post-card a {
    display: flex; /* 横並びにする */
    text-decoration: none; /* リンクの下線を消す */
    color: inherit; /* リンクの色を継承する */
    transition: transform 0.2s ease; /* ホバー時のエフェクト */
	background-image: none;
}

/* ホバー時のエフェクト */
.post-card a:hover {
    transform: scale(1.02); /* カードを拡大 */
}

/* サムネイルのスタイル */
.post-card-thumbnail {
    flex-shrink: 0;
    width: 230px;
    height: 165px;
    overflow: hidden;
}

/* サムネイル内の画像のスタイル */
.post-card-thumbnail img {
    width: 96%;
    height: 96%;
    margin: 5px;
}

/* コンテンツ部分のスタイル */
.post-card-content {
    padding: 0px 0px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

/* タイトルのスタイル */
h3.post-card-title{
	padding: 5px 0 !important;
    margin-bottom: 0 !important;
	font-size: 12pt !important;
    font-weight: bold !important;
}
h3.post-card-title:before{
	display: none;
}

/* 説明文のスタイル */
.post-card-excerpt {
    color: #666;
    margin: 0;
    font-size: 11pt !important;
    line-height: 1.3 !important;
	padding: 6px 0;
}

/* 投稿日のスタイル */
.post-card-date {
    color: #999;
    font-size: 11pt;
}
