/* www.aratos.works/ja/table
    最終更新日: 2025/06/21
    1: アートボードに分配 ホーム
        1-1: ホーム 説明画像
        1-2: ホーム アートボードに分配
        1-3: ホーム タグからアートボードに分配を作成
    2: アートボードに分配 サポート
        2-1: サポート 基本設定
*/

/* 1: アートボードに分配 ホーム ------------------------------ */
#dta-home main > article > section > h1 > strong {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
}

#dta-home main > article .concept {
    margin-top: var(--half-margin);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.2;
    text-align: center;
}
@media screen and (max-width: 480px) and (orientation: portrait) and (hover: none),
screen and (max-width: 950px) and (orientation: landscape) and (hover: none),
screen and (max-width: 800px) and (hover: hover) {
    #dta-home main > article .concept {
        font-size: 1.1rem;
    }    
}

/* 1-1: ホーム 説明画像 ------------------------------ */
/* 日本語 */
#dta-home[lang="ja"] .slider .slider-00 {
    background: url(/assets/ja/images/dta/dta-features-01-ja.webp) center/cover;
}
#dta-home[lang="ja"] .slider .slider-01 {
    background: url(/assets/ja/images/dta/dta-features-02-ja.webp) center/cover;
}
#dta-home[lang="ja"] .slider .slider-02 {
    background: url(/assets/ja/images/dta/dta-features-03-ja.webp) center/cover;
}
#dta-home[lang="ja"] .slider .slider-03 {
    background: url(/assets/ja/images/dta/dta-features-04-ja.webp) center/cover;
}

/* 英語 */
#dta-home[lang="en"] .slider .slider-00 {
    background: url(/assets/en/images/dta/dta-features-01-en.webp) center/cover;
}
#dta-home[lang="en"] .slider .slider-01 {
    background: url(/assets/en/images/dta/dta-features-02-en.webp) center/cover;
}
#dta-home[lang="en"] .slider .slider-02 {
    background: url(/assets/en/images/dta/dta-features-03-en.webp) center/cover;
}
#dta-home[lang="en"] .slider .slider-03 {
    background: url(/assets/en/images/dta/dta-features-04-en.webp) center/cover;
}

/* 1-2: ホーム アートボードに分配 ------------------------------ */
#dta-home main > article > section:nth-of-type(1) > .benefit > li {
    border-top-color: var(--pale-red);
}

#dta-home main > article > section:nth-of-type(1) > .benefit > li:last-of-type {
    border-bottom-color: var(--pale-red);
}

#dta-home main > article > section:nth-of-type(1) > .benefit > li > p:first-of-type {
    color: var(--red);
}

/* 2: アートボードに分配 サポート ------------------------------ */

/* 2-1: サポート 基本設定 ------------------------------ */

#dta-support .panel {
    display: grid;
    grid-template-columns: 3fr 8fr;
    column-gap: 90px;
}

#dta-support .panel > div:first-of-type > img {
    width: 270px;
}

#dta-support .panel p {
    line-height: 1.5;
    margin-bottom: 0.5em;
}

#dta-support .panel p:last-of-type {
    margin-bottom: 0;
}

#dta-support .panel .control {
    font-weight: 500;
}

@media screen and (max-width: 480px) and (orientation: portrait) and (hover: none) {
    #dta-support .panel {
        display: block;
    }
    
    #dta-support .panel > div:first-of-type > img {
        width: 200px;
    }    
}

#dta-support .style-type {
    font-weight: 600;
}

#dta-support * ~ .style-type {
    margin-top: 20px;
}
