@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
*/

/* ============================
   ichikonn.com アフィリエイトCTA 共通CSS
   ============================ */

/* --- 共通ボタン --- */
.ichikonn-cta-box {
    margin: 30px 0;
    text-align: center;
}
.ichikonn-cta-btn {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    padding: 18px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
    box-shadow: 0 4px 0 rgba(0,0,0,0.15);
    transition: transform .15s ease, box-shadow .15s ease;
    line-height: 1.4;
}
.ichikonn-cta-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 rgba(0,0,0,0.15);
    color: #fff !important;
}
.ichikonn-cta-label {
    display: block;
    font-size: 16px;
}
.ichikonn-cta-sub {
    display: block;
    font-size: 12px;
    opacity: 0.9;
    margin-top: 4px;
}

/* --- サービスごとのカラー --- */
.ichikonn-cta-onet    .ichikonn-cta-btn { background: #1a7fbf; }  /* オーネット：青系 */
.ichikonn-cta-ibj     .ichikonn-cta-btn { background: #c9a227; }  /* IBJ：ゴールド系 */
.ichikonn-cta-torakon .ichikonn-cta-btn { background: #e65100; }  /* とら婚：オレンジ系 */

/* --- 3社比較ボックス --- */
.ichikonn-compare-box {
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}
.ichikonn-compare-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    color: #333;
}
.ichikonn-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.ichikonn-compare-table th,
.ichikonn-compare-table td {
    padding: 10px 6px;
    border: 1px solid #ddd;
    text-align: center;
}
.ichikonn-compare-table thead th {
    background: #333;
    color: #fff;
}
.ichikonn-compare-table td:first-child {
    background: #f0f0f0;
    font-weight: bold;
}
.ichikonn-compare-table a {
    display: inline-block;
    padding: 6px 10px;
    background: #e65100;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
.ichikonn-compare-note {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-top: 14px;
    line-height: 1.6;
}

/* --- 結論ボックス --- */
.ichikonn-conclusion-box {
    background: #fff9e6;
    border-left: 4px solid #c9a227;
    padding: 20px;
    margin: 20px 0 30px;
    border-radius: 4px;
}
.ichikonn-conclusion-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.ichikonn-conclusion-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 14px;
}

/* --- スマホ対応 --- */
@media (max-width: 600px) {
    .ichikonn-cta-label { font-size: 15px; }
    .ichikonn-compare-table { font-size: 12px; }
    .ichikonn-compare-table th,
    .ichikonn-compare-table td { padding: 8px 4px; }
}