.accordion-content {
  display: none;
  margin-top: 10px;
  padding-left: 20px;
}

.accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-content li {
  margin: 6px 0;
}

.accordion-content a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}




.category-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  flex-wrap: wrap;
}

.category-card {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 16px 24px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  min-width: 160px;
  font-family: "Motoya Mincho", "モトヤ明朝", serif; /* フォント指定 */
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  background-color: #e0e0e0;
}

/* モバイルで縦並び */
@media (max-width: 768px) {
  .category-section {
    flex-direction: column;
    align-items: center;
  }

  .category-card {
    width: 80%;
    margin-bottom: 12px;
  }
}



/* 新着記事と人気記事の余白調整 */
@media (min-width: 481px) {
  .column-right	.widget-entry-cards .a-wrap {
    padding: 2px 5px 2px 22px;
  }
  .column-left	.widget-entry-cards .a-wrap {
    padding: 2px 22px 2px 5px;
  }
}


/* 全体の余白 */
.page-id-227 #main {
    padding: 0 29px 0;
    margin-top: -26px;
}

/* スマホ余白調整 */
@media (max-width: 480px) {
  .page-id-227 #main {
    margin-top: -26px;
  }
}
/* 下部の黒い線を消す */
#cta_box-3{
	display:none;
}

/* 下部の余白調整 */
.page-id-227 .entry-content{
	margin-bottom:0;
}
#post-227{
	margin-bottom:0;
}
#footer{
	margin-top:-26px;
}
.footer-bottom{
	margin-top: 0;
}


@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
