/**
 * 静的ページ共通CSS
 * 対象: /support, /term, /sp/permit, /sp/policy, /sp/rule
 */

/* ===========================================
   support（お問い合わせ）
   旧インラインスタイルから抽出
   =========================================== */
.title {
    background-color: #333;
    color: white;
    font-size: 5vw;
    text-align: center;
    line-height: 2;
}
.contact_text {
    margin: 4vw 0;
    padding: 0 2%;
    font-size: 4.6vw;
    line-height: 1.3;
}
.ac {
    width: 96%;
    margin: 2.6667vw auto 0;
    padding: 2.6667vw;
    background-color: white;
    border-radius: 2vw;
    box-sizing: border-box;
}
.ac h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1%;
    font-size: 4.2667vw;
    font-weight: bold;
    border-bottom: .6vw solid #084d8f;
}
.ac h1 img {
    width: 7.2%;
    margin: -0.2% 1% 0 0;
}
.ac_btn {
    width: 100%;
    margin-top: 3vw;
    padding-left: 2%;
    border: solid .3vw #000;
    box-sizing: border-box;
    font-size: 4vw;
    line-height: 3;
    position: relative;
    cursor: pointer;
}
.ac_btn::after {
    content: '＞';
    display: block;
    color: #666;
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg) scaleY(1.5);
    top: 50%;
    right: 2%;
    transition: .3s;
}
.ac_btn.off::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(1.5);
}
.ac_content {
    display: none;
    font-size: 4vw;
    line-height: 1.3;
    padding: 0 2%;
    overflow: hidden;
}
.ac_content p {
    margin-top: 2vw;
}
.contact_btn {
    display: block;
    width: 50%;
    margin: 3vw auto 1vw;
    color: #000;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    border: solid .6vw #666;
    border-radius: 1.6vw;
}
.support {
    margin-top: 5vw;
    padding: 0 3%;
    font-size: 4vw;
    line-height: 1.4;
    box-sizing: border-box;
}

@media (min-width: 835px) {
    .title {
        font-size: 1rem;
    }
    .contact_text {
        margin: 10px 0;
        font-size: 0.875rem;
    }
    .ac {
        width: 100%;
        margin-top: 10px;
        padding: 15px;
        border-radius: 10px;
    }
    .ac h1 {
        font-size: 1rem;
        border-width: 2px;
    }
    .ac h1 img {
        display: block;
        width: 24px;
    }
    .ac_btn {
        font-size: 0.875rem;
        border-width: 1px;
        margin-top: 10px;
    }
    .ac_content {
        font-size: 0.875rem;
    }
    .ac_content p {
        margin-top: 8px;
    }
    .contact_btn {
        border-width: 2px;
        margin: 10px auto 5px;
    }
    .support {
        font-size: 0.875rem;
    }
}

/* ===========================================
   term（サイト対応状況）の minhead
   旧 setup.css から移植
   =========================================== */
.static-content .minhead {
    border-bottom: 2px dotted;
    border-left: 10px solid #ff8a00;
    margin-bottom: 10px;
    padding: 0px 0px 0px 5px;
}

/* term の span.date（旧 term.php に書かれていたインラインスタイル相当） */
.static-content span.date {
    color: #ff8800;
}

/* term の span.pachi（ご利用端末の現在ボタン、旧 sp.css から移植） */
.static-content span.pachi {
    display: inline-block;
    font-size: 0.8em;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    margin-right: 10px;
    padding: 3px 6px;
    border: 2px solid #d9333f;
    background: linear-gradient(to top, #ff3333 0%, #ff9999 85%);
}

/* term の機種選択リンクボタン（旧 sp.css の a.button.login から移植） */
.static-content a.login.button {
    display: inline-block;
    background-color: #111;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 6px;
    border-radius: 5px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

/* ===========================================
   policy（プライバシーポリシー）
   旧インラインスタイルから抽出
   =========================================== */
.content_wrap {
    width: 100%;
    background: #FFF;
    margin-top: -1px;
    font-size: 0.8em;
}
.agreeArea {
    padding-top: 10px;
    border-bottom: 1px dotted #999;
}
.agreeArea .boxArea {
    margin-bottom: 1em;
}
.agreeArea dt {
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.7em;
}
h2 {
    font-size: 1.2em;
    color: #ffffff;
    background: #000000;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 0px 5px 5px;
}

/* ===========================================
   rule（特定商取引法）
   旧インラインスタイルから抽出
   =========================================== */
.content {
    padding: 0 10px;
}

/* ===========================================
   静的ページ共通: 本文リンクのスタイル
   旧サイト準拠（#0000EE + 下線）
   =========================================== */
.static-content a {
    color: #0000EE;
    text-decoration: underline;
}
.static-content a:visited {
    color: #551A8B;
}
.static-content footer article a,
.static-content footer article a:visited {
    color: #fff;
    text-decoration: none;
}

#footerNav > article > p {
    display: flex;
    justify-content: space-around;
}

/* ===========================================
   テーブル系（旧 sp.css から移植）
   rule（特定商取引法）の table.basic で実使用される分のみ
   =========================================== */
.static-content .basic {
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 16px;
    line-height: 1em;
}
.static-content .basic td {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    padding: 8px 4px 6px 4px;
    background-color: #fff;
    text-align: right;
    vertical-align: middle;
}
.static-content td.center {
    text-align: center;
    vertical-align: middle;
    background-color: #e0e0e0;
    padding: 6px 4px 4px 4px;
    font-size: 14px;
}
.static-content td.left_align {
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    font-size: 14px;
    padding: 6px 4px 4px 4px;
}

/* 静的ページではコンテンツ領域の背景を白にする
   （common.css 内の @media (min-width: 835px) で #e6e6e6 が当たるのを上書き） */
.hs--2026__content {
    background-color: #fff;
}
@media (min-width: 835px) {
    .hs--2026__content {
        background-color: #fff;
    }
}
