@charset "utf-8";
/*
Theme Name:ISSUE Child
Version:1.10.1
Template: issue_tcd106
*/


/**** トップページ ****/
.cb_banner{
    height: 850px;
}
.cb_banner .catch{
    margin-top: 40px;
}
.top-cta-btn2{
    margin-left: 40px;
    background: #f89910;
    border: 1px solid #f89910;
}
.top-cta-btn2:hover{
    background: #d5840e;
	border-color: #d5840e !important;
}

/* モバイル対応 */
@media (max-width: 768px) {
	#page_contents{
		margin-top: 25px;
	}
	.top-cta-btn2{
	    margin-top: 30px;
		margin-left: 0;
	}
}

/* 項目の見出しに装飾 */
.steps h4,
.channel-info h4 {
  font-size: 17px;
  margin-bottom: 8px;
  border-left: 4px solid #000;
  padding-left: 10px;
}

.channel-info{
    margin-top: 35px;
}

/* ボタンを丸み＋アニメーション */
.join-button {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 25px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}
.join-button:hover {
  background-color: #333;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


/* スクロールセクション */
.scroll_content_section .content .desc{
    display: block;
}
.sl-support {
  padding: 24px 20px;
  text-align: left;
font-size: var(--content_font_size);
}

.sl-support-title {
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.5;
}

/* 箇条書き */
.sl-support-list {
  padding-left: 1.2em;
  margin: 0;
}
.sl-support-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  list-style: auto;
}

/* CTAセクション */
/* CTAベース */
.fj-cta {
  margin: 80px auto;
  padding: 60px 20px;
  max-width: 960px;
  text-align: center;
  background: #f9f9f9;
}

.fj-cta-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.fj-cta-text{
  line-height: 1.8;
}
.fj-cta-text p {
  margin: 12px 0;
  line-height: 1.85;
  color: #444;
}

.fj-cta-text p strong {
  color: #000;
  font-weight: 700;
}

.fj-cta-note {
  margin-top: 18px;
  color: #666;
  font-size: 0.85rem;
}

/* q_frame調整（TCDテーマの既存classをそのまま利用） */
.q_frame.q_frame1 {
  margin-top: 36px;
  margin-bottom: 24px;
}

/* gray背景の中の余白とまとめ感 */
.gray_bg {
  background: #fff;
  padding: 24px 20px;
  border: 1px solid #e5e7eb;
  margin-top: 28px;
  text-align: left;
}

.gray_bg h4 {
  margin-bottom: 12px;
  font-weight: 700;
}

.steps ol {
  padding-left: 1.4em;
  margin-bottom: 20px;
}

.channel-info p {
  margin: 10px 0 24px;
  line-height: 1.7;
}

/* CTAボタン位置 */
.q_button_wrap {
  text-align: center;
  margin-top: 28px;
}

/* 4つの活動セクション */
#cb_content_2{
  background-color: #f9f9f9;
  padding: 150px 0;
}
.activities {
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.activity-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.activity-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 24px;
  width: 360px;
  transition: transform 0.3s ease;
  text-align: center;
}

.activity-card:hover {
  transform: translateY(-5px);
}

.activity-icon {
  font-size: 2.4rem;
  color: #0077cc;
  margin-bottom: 16px;
}

.activity-card h3 {
  margin-bottom: 12px;
  color: #0055a5;
  margin-top: 20px;
}

.activity-card p {
  color: #444;
  line-height: 1.6;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .activity-list {
    flex-direction: column;
    align-items: center;
  }

  .activity-card {
    width: 90%;
  }
}


/* 4つの政治信念セクション */
#cb_content_3{
padding: 150px 0;
}
.belief-icon {
    font-size: 1.5rem;
    color: #0077cc;
    margin-right: 10px;
    display: inline-block;
}
.belief h3{
    display: inline-block;
    margin: 10px 0;
}

/* バッジプロジェクト */
#cb_content_4 p{
  font-size: var(--content_font_size);
}



.cb_banner{
    height: 850px;
}
.cb_banner .catch{
    margin-top: 40px;
}
/* 項目の見出しに装飾 */
.steps h4,
.channel-info h4 {
  font-size: 17px;
  margin-bottom: 8px;
  border-left: 4px solid #000;
  padding-left: 10px;
}

.channel-info{
    margin-top: 35px;
}

/* ボタンを丸み＋アニメーション */
.join-button {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 25px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}
.join-button:hover {
  background-color: #333;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


/* スクロールセクション */
.scroll_content_section .content .desc{
    display: block;
}
.sl-support {
  padding: 24px 20px;
  text-align: left;
font-size: var(--content_font_size);
}

.sl-support-title {
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.5;
}

/* 箇条書き */
.sl-support-list {
  padding-left: 1.2em;
  margin: 0;
}
.sl-support-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  list-style: auto;
}

/* CTAセクション */
/* CTAベース */
.fj-cta {
  margin: 80px auto;
  padding: 60px 20px;
  max-width: 960px;
  text-align: center;
  background: #f9f9f9;
}

.fj-cta-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.fj-cta-text{
  line-height: 1.8;
}
.fj-cta-text p {
  margin: 12px 0;
  line-height: 1.85;
  color: #444;
}

.fj-cta-text p strong {
  color: #000;
  font-weight: 700;
}

.fj-cta-note {
  margin-top: 18px;
  color: #666;
  font-size: 0.85rem;
}

/* q_frame調整（TCDテーマの既存classをそのまま利用） */
.q_frame.q_frame1 {
  margin-top: 36px;
  margin-bottom: 24px;
}

/* gray背景の中の余白とまとめ感 */
.gray_bg {
  background: #fff;
  padding: 24px 20px;
  border: 1px solid #e5e7eb;
  margin-top: 28px;
  text-align: left;
}

.gray_bg h4 {
  margin-bottom: 12px;
  font-weight: 700;
}

.steps ol {
  padding-left: 1.4em;
  margin-bottom: 20px;
}

.channel-info p {
  margin: 10px 0 24px;
  line-height: 1.7;
}

/* CTAボタン位置 */
.q_button_wrap {
  text-align: center;
  margin-top: 28px;
}

/* 4つの活動セクション */
#cb_content_2{
  background-color: #f9f9f9;
  padding: 150px 0;
}
.activities {
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.activity-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.activity-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 24px;
  width: 360px;
  transition: transform 0.3s ease;
  text-align: center;
}

.activity-card:hover {
  transform: translateY(-5px);
}

.activity-icon {
  font-size: 2.4rem;
  color: #0077cc;
  margin-bottom: 16px;
}

.activity-card h3 {
  margin-bottom: 12px;
  color: #0055a5;
  margin-top: 20px;
}

.activity-card p {
  color: #444;
  line-height: 1.6;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .activity-list {
    flex-direction: column;
    align-items: center;
  }

  .activity-card {
    width: 90%;
  }
}


/* 4つの政治信念セクション */
#cb_content_3{
padding: 150px 0;
}
.belief-icon {
    font-size: 1.5rem;
    color: #0077cc;
    margin-right: 10px;
    display: inline-block;
}
.belief h3{
    display: inline-block;
    margin: 10px 0;
}

/* バッジプロジェクト */
#cb_content_4 p{
  font-size: var(--content_font_size);
}

/* フッター */
#footer_logo{
	width: 125px;
}
@media (max-width: 1391px) {
    .p-footer-bar .icon_type_google {
        font-family: 'Material Symbols Rounded' !important;
	}
}