@charset "utf-8";

/*******************************************************************************
    ACTI コンポーネント
        00 - 00 - 00
            2桁ずつ区切る
            00 ～ 99 の順
        1番目
            00 : メインエリア
            01 : サイドバー
        2番目
            00 : ブロック
            01 : ボタン
        3番目
            任意の機能

*******************************************************************************/


/*
 * 区切りバー
 *
 * 特に margin, padding の間隔を確認するために
 */
.div-bar {
    background-color: #eaeaea;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
}

.container .div-bar {
    margin-left: calc(var(--bs-gutter-x) * .5 * -1);
    margin-right: calc(var(--bs-gutter-x) * .5 * -1);
    width: calc( 100% + ( var(--bs-gutter-x) * .5 * 2 ) );
}


/*******************************************************************************
    ACTI コンポーネント : 000000 メインエリア / ブロック / ダッシュボード
*******************************************************************************/

.acti-com-000000 {
    padding: 0;
    background-color: #222222;
    padding: 10px 25px 30px;
    color: #fff;
    border-radius: 0 0 15px 15px;

    .title {
        position: relative;
        margin: 0;
        font-size: 25px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        line-height: 36px;
        margin: 0 0 30px 0;
    }

    .title:after {
        content: '';
        border-bottom: solid 1px #fff;
        position: absolute;
        top: 50%;
        left: 7em;
        right: 0;
    }

    .profile-detail {
        text-align: center;

        .info {
            margin-top: 30px;

            > p:first-child {
                margin-bottom: 30px;
            }

            > p:last-child {
                margin-bottom: 0;
            }

            .acti-id {
                font-size: 10px;
            }

            .me-acti-code {
                font-size: 12px;
            }

            .me-nickname {
                font-size: 20px;
                display: inline-block;
                padding-top: 5px;
            }
        }
    }
}

/*


.acti-com-000000 .profile-detail > div {
    display: table-cell;
    vertical-align: middle;
}

.acti-com-000000 .profile-detail > div.info {
    padding-left: 20px;
}

.acti-com-000000 .profile-detail > div .acti-id {
    font-size: 12px;
}
*/

/*******************************************************************************
    ACTI コンポーネント : 000001 メインエリア / ブロック / 情報ボックス
*******************************************************************************/

.acti-com-000001 {
    margin-top: 10px;
    background-color: #5B5B5B;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    cursor: pointer;
    color: #D3D3D3;
    padding: 20px 0;
}

.acti-com-000001 p {
    line-height: 1;
    margin: 0;
}

.acti-com-000001 svg {
    fill: #EDEDED;
}

.acti-com-000001 .box {
    display: table;
    width: 100%;
}

.acti-com-000001 .box > div {
    display: table-cell;
    vertical-align: middle;
}

.acti-com-000001 .box .icon {
    border-right: solid 2px #D3D3D3;
    width: 100px;
}

.acti-com-000001 .box .icon > p {
    text-align: center;
    font-size: 8px;
    margin-top: 10px;
}

.acti-com-000001 .box .box-col {
    text-align: center;
}

.acti-com-000001 .box .box-col > .content-1 {
    padding: 0 20px;
}

.acti-com-000001 .box .box-col > .content-1 .box2 {
    width: 100%;
    display: table;
}

.acti-com-000001 .box .box-col > .content-1 .box2 .col {
    display: table-cell;
    width: 50%;
}

.acti-com-000001 .box .box-col > .content-1 .box2 .col .title {
    font-size: 8px;
    margin-bottom: 5px;
}

.acti-com-000001 .box .box-col > .content-1 .box2 .col .value {
    font-size: 38px;
}

.acti-com-000001 .box .box-col > .content-1 .box2 .col .unit {
    font-size: 20px
}

.acti-com-000001 .box .box-col > .content-2 {
    padding: 0 20px;
}

.acti-com-000001 .box .box-col > .content-2 .title {
    font-size: 8px;
    text-align: left;
    margin-bottom: 5px;
}

.acti-com-000001 .box .box-col > .content-2 .value-box {
    margin: 5px 0 10px 0;
}

.acti-com-000001 .box .box-col > .content-2 .value-box .value {
    font-size: 26px;
}

.acti-com-000001 .box .box-col > .content-2 .value-box .unit {
    font-size: 16px;
}

.acti-com-000001 .box .box-col > .content-2 .value-box .split {
    font-size: 30px;
}

.acti-com-000001 .box .box-col > .content-2 .value-box .value2 {
    font-size: 20px;
}

.acti-com-000001 .box .box-col > .content-2 .value-box .unit2 {
    font-size: 10px;
}

.acti-com-000001 .box .box-col > .content-2 .value-box .value3 {
    font-size: 34px;
}

.acti-com-000001 .box .box-col > .content-2 .value-box .unit3 {
    font-size: 13px;
}

.acti-com-000001 .box .box-col > .content-2 .bg-success {
    background-color: #2CBA57 !important;
}

.acti-com-000001 .icon-arrow {
    width: 20px;
}

.acti-com-000001 .icon-arrow-right {
    fill: #D3D3D3;
}

/*******************************************************************************
    ACTI コンポーネント : 000002 メインエリア / ブロック / プロフィールボックス
*******************************************************************************/

.acti-com-000002 {
    text-align: center;

    .info {
        margin-top: 20px;

        p {
            margin: 0 0 10px 0;
        }

        .acti-id {
            font-size: 13px;
        }

        .nickname {
            font-size: 20px;
        }

        .email {
            font-size: 13px;
        }
    }
}

/*******************************************************************************
    ACTI コンポーネント : 000003 メインエリア / ブロック / シルバーブロック
*******************************************************************************/

.acti-com-000003 {
    background: #F1F1F1;
    padding: 30px 20px;
}

.acti-com-000003 .heading1 {
    font-size: 14px;
    margin: 0 0 15px 0
}

.acti-com-000003 .heading1 + .description {
    font-size: 12px;
    color: #6e6e6e;
}
.acti-com-000003 .heading1 + .description a {
    color: #EF7C5E;
}

.acti-com-000003 .heading2 {
    font-size: 16px;
    margin: 0 0 15px 0
}

.acti-com-000003 .heading1 + .description ,
.acti-com-000003 .heading2 + .description {
    font-size: 10px;
    color: #6e6e6e;
}

/*******************************************************************************
    ACTI コンポーネント : 000004 メインエリア / ブロック / ステップ
*******************************************************************************/

.acti-com-000004 {
    color: red;
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 1px #F1F1F1;
    margin-bottom: 40px;
}

.acti-com-000004 .timeline-wrap {
    width: 200px;
    margin: 0 auto;
}

.acti-com-000004 .timeline {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.acti-com-000004 .timeline li {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #969da3;
    font-size: .8em;
}

.acti-com-000004 .timeline li.prev,
.acti-com-000004 .timeline li.current {
    color: #2cba57;
}

.acti-com-000004 .timeline li::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #d6dde3;
    border-radius: 50%;
    background-color: #F3F3F3;
}

.acti-com-000004 .timeline li.prev::before,
.acti-com-000004 .timeline li.current::before {
    border-color: #2cba57;
}

.acti-com-000004 .timeline li:not(:last-child)::after {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #d6dde3;
    content: '';
}

.acti-com-000004 .timeline li.current::before,
.acti-com-000004 .timeline li.prev::after {
    background-color: #2cba57;
}


/*******************************************************************************
    ACTI コンポーネント : 000005 メインエリア / ブロック / ボックス
*******************************************************************************/

.acti-com-000005 {
    margin-top: 30px;
}

.acti-com-000005 .heading-title {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

.acti-com-000005 .heading-title > svg:first-child {
    margin-right: 5px;
}

.acti-com-000005:first-child {
    margin-top: 0;
}

.acti-com-000005 .item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: solid 2px #ddd;
}

.acti-com-000005 .item {
    position: relative;
    border-bottom: solid 1px #ddd;
    padding: 14px;
}

.acti-com-000005 .item .title {
    font-size: 14px;
    color: #222222;
}

.acti-com-000005 .item .value {
    font-size: 14px;
    color: #B4B4B4;
    margin-top: 5px;
}

.acti-com-000005 .item .arrow-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

/* ダークモード */
html.theme-dark {
    .acti-com-000005 {

        h2 {
            color: #ddd;
            svg {
                fill: #ddd;
            }
        }

        .item .title {
            color: #ddd;
        }
    }
}

/*******************************************************************************
    ACTI コンポーネント : 000006 メインエリア / ブロック / 手順ボックス
*******************************************************************************/

.acti-com-000006 {
    box-sizing: border-box;
    background: #FAFAFA;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 30px 20px;
    color: #222;
}

.acti-com-000006 h2 {
    font-size: 15px;
    line-height: 1;
    letter-spacing: .05em;
    color: #222;
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
    padding: 0 0 5px 0;
}

.acti-com-000006 dl {
    margin: 15px 0 0 0;
    padding: 0 0 0 28px;
}

.acti-com-000006 dl dt {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    text-indent: -1.6em;
}

.acti-com-000006 dl dt:first-child {
    margin-top: 0;
}

.acti-com-000006 dl dd {
    font-size: 10px;
    color: #7B7B7B;
}

html.theme-dark {
    .acti-com-000006 {
        background-color: #1e1e1e;
        color: #e0e0e0;
        border-radius: 8px;
        padding: 1rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        h2 {
            color: #e0e0e0;
        }
    }
}

/*******************************************************************************
    ACTI コンポーネント : 000007 メインエリア / ブロック / タブ
*******************************************************************************/

.acti-com-000007 {

    .nav-tabs {
        justify-content: space-around;
        border-width: 0;

        .nav-link {
            flex: 1;
            border-width: 0;
            background-color: #eaeaea;
            color: #aaa;
            border-radius: 16px;
            padding: 16px 8px;
            line-height: 1;
            margin: 0 5px;
        }

        .nav-link.active {
            background-color: #2CBA56;
            color: #fff;
        }
    }

    .tab-content {
        .tab-pane {
            .acti-com-000003 {
                background-color: transparent;
            }
        }
    }
}


/*******************************************************************************
    ACTI コンポーネント : 000008 メインエリア / ブロック / カードプレビュー
*******************************************************************************/

.acti-com-000008 {
    margin: 0 0 24px 0;
}

.acti-com-000008 .box {
    border: solid 3px #24D108;
}

.acti-com-000008 .title {
    position: relative;
    top: -10px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
}
.acti-com-000008 .title span {
    display: inline-block;
    padding: 3px 1em;
    color: #fff;
    background-color: #24D108;
    border-radius: .6em;
}

.acti-com-000008 .image-wrap {
    padding: 0 20px 20px 20px;
    text-align: center;
}

.acti-com-000008 .image-wrap img {
    max-width: 100%;
    height: auto;
}

.acti-com-000008 .message {
    font-size: 10px;
    margin-top: 10px;
}

/*******************************************************************************
    ACTI コンポーネント : 000009 メインエリア / ブロック / 注文明細
*******************************************************************************/

.acti-com-000009 .title {
    text-align: center;
    font-size: 20px;
}

.acti-com-000009 .items .item {
    border: solid 1px #aaa;
    margin-top: 15px;
}

.acti-com-000009 .items .item .item-info {
    padding: 0 0 5px;
}

.acti-com-000009 .items .item .item-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 5px 0;
    text-align: center;
    border-bottom: solid 1px #ddd;
    background-color: #eee;
}

.acti-com-000009 .items .item .item-detail {
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
}

.acti-com-000009 .items .item .item-detail .item-row {
    box-sizing: border-box;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.acti-com-000009 .items .item .item-detail .item-row .col1 {
    display: table-cell;
    width: 40%;
    white-space: nowrap;
}

.acti-com-000009 .items .item .item-detail .item-row .col2 {
    display: table-cell;
}

html.theme-dark {
    .acti-com-000009 {
        .title {
        }
        .items {
            .item {
                .item-info {
                    .item-title {
                        background-color: #777;
                    }
                    .item-detail {
                    }
                }
            }
        }
    }
}

/*
/*
.acti-com-000010:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: solid 1px #24D108;
    background-color: #fff;
}

/*******************************************************************************
    ACTI コンポーネント : 000010 メインエリア / ブロック / ポイント残高
*******************************************************************************/

.acti-com-000010 {
    
}

.acti-com-000010 .detail {
    display: table;
}

.acti-com-000010 .detail .detail-row {
    display: table-row;
}

.acti-com-000010 .detail .detail-row > div {
    display: table-cell;
}

/*******************************************************************************
    ACTI コンポーネント : 000011 メインエリア / ブロック / タブ A
*******************************************************************************/

.acti-com-000011 .nav-item .nav-link {
    border-radius: 2em;
    background-color: transparent;
    color: #BDBDBD;
}

.acti-com-000011 .nav-item .nav-link:hover {
    background-color: #F3F3F3;
    color: #222;
}

.acti-com-000011 .nav-item .nav-link.active {
    background-color: #F3F3F3;
    color: #222;
}

/* ------------------------------------------------------
    スクロールボックス
 ------------------------------------------------------ */

.acti-com-000011 .scroll-box {
    height: calc(100svh - 380px);
    overflow: auto;
    border-bottom: solid 1px #E9E9E9;
}

.acti-com-000011 .scroll-box .scroll-box-row {
    border-top: solid 1px #E9E9E9;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    display: table;
}

.acti-com-000011 .scroll-box .scroll-box-row .scroll-box-col {
    display: table-cell;
    vertical-align: middle;
}

/* ------------------------------------------------------
    Type A : アフィリエイト / 獲得履歴
 ------------------------------------------------------ */

.acti-com-000011-tab-a-content {
    
}

/* ------------------------------------------------------
    Type B : アフィリエイト / 利用履歴
 ------------------------------------------------------ */

.acti-com-000011-tab-b-content {
    
}

/* ------------------------------------------------------
    Type C : アフィリエイト / 履歴出力
 ------------------------------------------------------ */

.acti-com-000011-tab-c-content {
    
}

/*******************************************************************************
    ACTI コンポーネント : 000012 メインエリア / ブロック / KYCまだの案内
*******************************************************************************/

.acti-com-000012 {
    
}

/*******************************************************************************
    ACTI コンポーネント : 000013 メインエリア / ブロック / 出金申請
*******************************************************************************/

.acti-com-000013 {
    
}

/*******************************************************************************
    ACTI コンポーネント : 000014 メインエリア / ブロック / KYCの申請
*******************************************************************************/

.acti-com-000014 {
    
}

/* ------------------------------------------------------
    説明 : 共通
 ------------------------------------------------------ */

.acti-com-000014-explanation .画像 {
    
}

.acti-com-000014-explanation .注意事項 {
    
}


/* ------------------------------------------------------
    説明 A : 運転免許
 ------------------------------------------------------ */
.acti-com-000014-explanation-a { }

/* ------------------------------------------------------
    説明 B : パスポート
 ------------------------------------------------------ */
.acti-com-000014-explanation-b { }

/* ------------------------------------------------------
    説明 C : 保険証
 ------------------------------------------------------ */
.acti-com-000014-explanation-c { }

/* ------------------------------------------------------
    説明 D : マイナンバーカード
 ------------------------------------------------------ */
.acti-com-000014-explanation-d { }

/* ------------------------------------------------------
    説明 E : 学生証
 ------------------------------------------------------ */
.acti-com-000014-explanation-e { }

/*******************************************************************************
    ACTI コンポーネント : 000015 メインエリア / ブロック / ストレージ 状態
*******************************************************************************/

.acti-com-000015 {
    
}

/*******************************************************************************
    ACTI コンポーネント : 000016 メインエリア / ブロック / ストレージ アップロードファイル
*******************************************************************************/

.acti-com-000016 {
    
}


/*******************************************************************************
    ACTI コンポーネント : 000017 メインエリア / ブロック / ストレージ 追加容量を選択
*******************************************************************************/

.acti-com-000017 {
    
}


/*******************************************************************************
    ACTI コンポーネント : 001000 メインエリア / ボタン / 標準
*******************************************************************************/

.acti-com-001000 {
    width: 100%;
    font-size: 15px;
    padding: 14px;
    line-height: 20px;
}

.acti-com-001000 svg {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.acti-com-001000 svg.icon-right {
    margin-left: 10px;
    margin-right: 0;
}

/* -------------------------------------------
    カラー / デフォルト
------------------------------------------- */

.acti-com-001000 svg {
    fill: #fff;
}

.acti-com-001000:hover {
    color: #fff;
}

/* -------------------------------------------
    カラー / グリーン
------------------------------------------- */

.acti-com-001000a {
    background-color: #2CBA56;
    color: #fff;
}

.acti-com-001000a svg {
    fill: #fff;
}

.acti-com-001000a:hover {
    background-color: #00c3ad;
    color: #fff;
}

/* カラー / グリーン - アウトライン
------------------------------------------- */
.acti-com-001000ao {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    color: #2CBA57;
}

.acti-com-001000ao svg {
    fill: #2CBA57;
}

.acti-com-001000ao:hover {
    background-color: #00c3ad;
    color: #fff;
}

.acti-com-001000ao:hover svg {
    fill: #fff;
}

/* -------------------------------------------
    ボタン : 幅
------------------------------------------- */
.acti-com-001000-w90 { width: 90% !important; }
.acti-com-001000-w80 { width: 80% !important; }
.acti-com-001000-w70 { width: 70% !important; }
.acti-com-001000-w60 { width: 60% !important; }
.acti-com-001000-w50 { width: 50% !important; }

/*******************************************************************************
    ACTI コンポーネント : 001001 メインエリア / ボタン / 小
*******************************************************************************/

.acti-com-001001 {
    width: auto;
    font-size: 11px;
    padding: 10px;
    line-height: 1;
}

.acti-com-001001 svg {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.acti-com-001001 svg.icon-right {
    margin-left: 5px;
    margin-right: 0;
}

/* -------------------------------------------
    カラー / デフォルト
------------------------------------------- */

.acti-com-001001 {
    background-color: #767676;
    color: #fff;
}

.acti-com-001001 svg {
    fill: #fff;
}

.acti-com-001001:hover {
    background-color: #aaa;
}

/*******************************************************************************
    ACTI コンポーネント : 001002 メインエリア / ボタン / ブロックボタン
*******************************************************************************/

.acti-com-001002 {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 9.60674px;
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 30px 35px;
    text-align: left;
    text-decoration: none;
}

.acti-com-001002:hover {
    border-color: #2CBA57;
}

.acti-com-001002.active {
    border-color: #2CBA57;
    border-width: 2px;
}

.acti-com-001002 .title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #000000;
}

.acti-com-001002 .description {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #9D9D9D;
}

.acti-com-001002 .price {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #222222;
}

.acti-com-001002 .price .price-tax {
    font-size: 10px;
}

/*******************************************************************************
    ACTI コンポーネント : 001003 メインエリア / ボタン / 長方形ボタン
*******************************************************************************/

.acti-com-001003 {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #B9B9B9;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    text-align: center;
    font-size: 12px;
}

.acti-com-001003.active ,
.acti-com-001003:hover {
    border-color: #2CBA57;
}

/*******************************************************************************
    ACTI コンポーネント : 002011 メインエリア / 見出し Type A / Lv.1
*******************************************************************************/
.acti-com-002011 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;

    background-color: #e5e5e5;
    color: #222222;

    padding: 1rem;
    margin: 0 0 2rem 0;

    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.acti-com-002011 + .acti-com-002011p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    color: #777;
    padding: 0 1rem;
    margin-top: 0.2rem;
}

html.theme-dark {
    .acti-com-002011 {
        background-color: #2a2a2a;
        color: #eeeeee;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    }
    .acti-com-002011 + .acti-com-002011p {
        color: #aaaaaa;
    }
}

/*******************************************************************************
    ACTI コンポーネント : 002012 メインエリア / 見出し Type A / Lv.2
*******************************************************************************/

.acti-com-002012 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.05em;
    margin: 0 0 .5rem 0;
    padding: 0;
}

/*******************************************************************************
    ACTI コンポーネント : 002013 メインエリア / 見出し Type A / Lv.3
*******************************************************************************/

.acti-com-002013 {
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin: 20px 0;
    z-index: 1;
}
.acti-com-002013:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: solid 1px #AAA5A5;
    top: .5em;
    left: 0;
    right: 0;
    z-index: -1;
}
.acti-com-002013 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 1em;
}

.acti-com-000003 .acti-com-002013 span {
    background-color: #f1f1f1;
}

html.theme-dark {
    .acti-com-000003 {
        background-color: #1e1e1e;
        color: #e0e0e0;
    }
}

/*******************************************************************************
    ACTI コンポーネント : 002021 メインエリア / 見出し Type B / Lv.1
*******************************************************************************/

.acti-com-002021 {
    border: solid 1px #242424;
    border-left-width: 0;
    border-right-width: 0;
    color: #8C8C8C;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 .5rem 0;
    padding: 15px 0;
}

/*******************************************************************************
    ACTI コンポーネント : 002031 メインエリア / 見出し Type C / Lv.1
*******************************************************************************/

.acti-com-002031 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 20px 0 15px 0;
    padding: 0;
}

/*******************************************************************************
    ACTI コンポーネント : 002041 メインエリア / 見出し Type D / Lv.1
*******************************************************************************/

.acti-com-002041 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    padding: 30px 0 15px 0;
    margin: 0 0 20px 0;
}




/*******************************************************************************
    ACTI コンポーネント : 002101 メインエリア / テキストカラー / 赤
*******************************************************************************/

.acti-com-002101 {
    color: #f00;
}

/*******************************************************************************
    ACTI コンポーネント : 003000 メインエリア / プラグイン / Swiper
*******************************************************************************/

.acti-com-003000 .swiper-wrap {
    margin: 0 -50px;
}

.acti-com-003000 .swiper {
    width: 100%;
    height: 200px;
}

.acti-com-003000 .swiper-slide {
    text-align: center;
    transform: scale(0.85) translateY(2px);
    transition: transform 0.3s;
}

.acti-com-003000 .swiper-slide-active {
    transform: scale(1.1) translateY(6px);
}

.acti-com-003000 .swiper-slide .image {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
}

.acti-com-003000 .swiper-slide .caption {
    display: none;
    text-align: center;
}

.acti-com-003000 .swiper-slide-active .caption {
    display: block;
}

/*******************************************************************************
    ACTI コンポーネント : 003001 メインエリア / プラグイン / Swiper
*******************************************************************************/

.acti-com-003001 .swiper {
    width: 100%;
    height: 500px;
}

.acti-com-003001 .swiper-slide {
    text-align: center;
    border-width: 0;
}

.acti-com-003001 .swiper-slide .acti-com-003001-card {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.acti-com-003001 .swiper-slide .acti-com-003001-card-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 453px;
    border: solid 2px #24D108;
    padding: 0 20px;
    background-color: #ffff;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 10px;
    table ,
    th ,
    td{
        border-width: 0;
    }
    table {
        margin: 0;
        tr:first-child td:first-child { border-radius: 10px 0 0 0; }
        tr:first-child td:last-child { border-radius: 0 10px 0 0; }
        
    }
}

html.theme-dark {
    .acti-com-003001 .swiper-slide .acti-com-003001-card-content {
        background-color: transparent;
    }
}


