.elementor-44644 .elementor-element.elementor-element-a7c67c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-44644 .elementor-element.elementor-element-50d6c52{text-align:center;}.elementor-44644 .elementor-element.elementor-element-50d6c52 .elementor-heading-title{font-size:40px;font-weight:bold;-webkit-text-stroke-color:#000;stroke:#000;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-44644 .elementor-element.elementor-element-35d796d{--spacer-size:50px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-44644 .elementor-element.elementor-element-92392a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-82b0dfd *//* === とわこみゅ協賛ページ用 CSS === */

/* 共通設定 */
.twkm-content-section {
    margin-bottom: 60px;
}

/* ヒーローセクション */
.twkm-hero-section {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px;
    background-color: #f9f9f9; /* 薄いグレー背景 */
    border-radius: 12px;
}

.twkm-hero-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.twkm-lead-text {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
}

/* 見出し H2 */
.twkm-section-title {
    font-size: 1.8em;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

/* 見出しの下線（アクセント） */
.twkm-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #FF9F1C; /* アクセントカラー（オレンジ系） */
    border-radius: 2px;
}

/* プラン案内（2カラムレイアウト） */
.twkm-plan-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.twkm-plan-column {
    flex: 1;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* 個人の協賛カラム */
.twkm-plan-column.individual {
    border-top: 4px solid #4ECDC4; /* アクセントカラー（水色系） */
}

/* 企業の協賛カラム */
.twkm-plan-column.corporate {
    border-top: 4px solid #FF6B6B; /* アクセントカラー（赤系） */
}

.twkm-plan-title {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.twkm-plan-list {
    padding-left: 0;
    list-style: none;
}

.twkm-plan-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    line-height: 1.6;
}

.twkm-plan-list li:last-child {
    border-bottom: none;
}

.twkm-plan-benefit {
    background-color: #fffbea;
    padding: 10px;
    border-radius: 6px;
    font-size: 0.95em;
}

.twkm-small-note {
    font-size: 0.85em;
    color: #777;
    text-align: right;
    margin-top: 10px;
}

/* モバイル対応（プランを縦積みにする） */
@media (max-width: 768px) {
    .twkm-plan-container {
        flex-direction: column;
        gap: 40px;
    }
}

/* FAQリスト */
.twkm-faq-list dt {
    font-weight: bold;
    margin-top: 25px;
    color: #333;
    display: flex;
    align-items: flex-start;
}

.twkm-faq-list dt::before {
    content: "Q.";
    color: #FF9F1C;
    font-size: 1.2em;
    margin-right: 10px;
    line-height: 1;
}

.twkm-faq-list dd {
    margin-left: 35px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
}

/* 注意事項セクション */
.twkm-notes-section {
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 8px;
    font-size: 0.9em;
    color: #666;
}

.twkm-notes-section p {
    margin-bottom: 10px;
}

.twkm-notes-section ul {
    margin: 0;
    padding-left: 20px;
}

.twkm-notes-section li {
    margin-bottom: 5px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9a33552 *//* === とわこみゅ協賛ページ用 CSS === */

/* 共通設定 */
.twkm-content-section {
    margin-bottom: 60px;
}

/* ヒーローセクション */
.twkm-hero-section {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px;
    background-color: #f9f9f9; /* 薄いグレー背景 */
    border-radius: 12px;
}

.twkm-hero-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.twkm-lead-text {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
}

/* 見出し H2 */
.twkm-section-title {
    font-size: 1.8em;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

/* 見出しの下線（アクセント） */
.twkm-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #FF9F1C; /* アクセントカラー（オレンジ系） */
    border-radius: 2px;
}

/* プラン案内（2カラムレイアウト） */
.twkm-plan-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.twkm-plan-column {
    flex: 1;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* 個人の協賛カラム */
.twkm-plan-column.individual {
    border-top: 4px solid #4ECDC4; /* アクセントカラー（水色系） */
}

/* 企業の協賛カラム */
.twkm-plan-column.corporate {
    border-top: 4px solid #FF6B6B; /* アクセントカラー（赤系） */
}

.twkm-plan-title {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.twkm-plan-list {
    padding-left: 0;
    list-style: none;
}

.twkm-plan-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
    line-height: 1.6;
}

.twkm-plan-list li:last-child {
    border-bottom: none;
}

.twkm-plan-benefit {
    background-color: #fffbea;
    padding: 10px;
    border-radius: 6px;
    font-size: 0.95em;
}

.twkm-small-note {
    font-size: 0.85em;
    color: #777;
    text-align: right;
    margin-top: 10px;
}

/* モバイル対応（プランを縦積みにする） */
@media (max-width: 768px) {
    .twkm-plan-container {
        flex-direction: column;
        gap: 40px;
    }
}

/* FAQリスト */
.twkm-faq-list dt {
    font-weight: bold;
    margin-top: 25px;
    color: #333;
    display: flex;
    align-items: flex-start;
}

.twkm-faq-list dt::before {
    content: "Q.";
    color: #FF9F1C;
    font-size: 1.2em;
    margin-right: 10px;
    line-height: 1;
}

.twkm-faq-list dd {
    margin-left: 35px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
}

/* 注意事項セクション */
.twkm-notes-section {
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 8px;
    font-size: 0.9em;
    color: #666;
}

.twkm-notes-section p {
    margin-bottom: 10px;
}

.twkm-notes-section ul {
    margin: 0;
    padding-left: 20px;
}

.twkm-notes-section li {
    margin-bottom: 5px;
}/* End custom CSS */