/* ============================================================
   style.css - セルフバック レスポンシブ版
   ============================================================ */

/* ---- Base Reset & Common ---- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

th {
    font-weight: normal
}

td {
    text-align: left
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img,
video {
    max-width: 100%;
    height: auto
}

img {
    border-style: none;
    vertical-align: bottom
}

img[src$=".svg"] {
    width: 100%
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a img {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: inherit
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

body>div {
    font-size: 14px;
    font-size: 1.4rem
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    background: #f2f2f2;
    word-break: break-all;
    word-wrap: break-word
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "メイリオ",
        Meiryo,
        Osaka,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        sans-serif;
    color: #333;
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    border: none
}

img {
    max-width: 100%;
    height: auto;
    width: auto
}

/* ---- 共通: .pcOnly ---- */
.pcOnly {
    display: none;
}

.hide {
    display: none
}

a {
    color: #005982;
    text-decoration: none
}

a:link {
    color: #005982
}

a:visited {
    color: #005982
}

a:hover {
    color: #603
}

a:active {
    color: #603
}

.bold {
    font-weight: bold !important
}

input[type="text"],
input[type="password"],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px;
    font-family: sans-serif
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 25px 5px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: url(../images/sp/selficon_selectarrow.svg) no-repeat right 5px center #fff;
    background-size: 14px 14px
}

input::placeholder {
    color: #999
}


/* ---- About / Content Styles (SP base) ---- */
#aboutSelf h1 img {
    width: 100%;
    height: auto
}

#aboutSelf a {
    transition: 0.5s all
}

#aboutSelf a:hover {
    opacity: 0.7
}

#aboutSelf .arrow {
    max-width: 60px;
    width: 100%;
    height: auto;
    margin: 20px auto
}

#aboutSelf .flex {
    display: flex;
    justify-content: center;
    gap: 40px
}

#aboutSelf .wrap {
    flex-wrap: wrap;
    margin-top: 40px
}

#aboutSelf .cont {
    display: flex;
    align-items: center;
    gap: 20px
}

#aboutSelf .cont p {
    text-align: left
}

#aboutSelf .cont img {
    max-width: 150px;
    width: 100%;
    height: auto
}

#aboutSelf .emp {
    font-size: 18px;
    font-weight: bold
}

#aboutSelf .button {
    text-align: center;
    margin-top: 40px
}

#aboutSelf .button a {
    padding: 20px 30px;
    background: #dd9c49;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    line-height: 1
}

#aboutSelf .screen {
    margin-top: 40px
}

#aboutSelf .screen img {
    width: 100%;
    height: auto
}

#aboutSelf .red {
    color: #cd0000
}

#aboutSelf .label {
    background: #cd0000;
    color: #fff;
    line-height: 1;
    display: block;
    padding: 8px 0px;
    max-width: 80px;
    width: 30%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

#aboutSelf .bold {
    font-weight: bold
}

#aboutSelf .left {
    text-align: left
}

#aboutSelf .link a {
    text-decoration: underline
}

#aboutSelf nav.anchor {
    margin-top: 40px
}

#aboutSelf nav.anchor ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    line-height: 1.2
}

#aboutSelf nav.anchor ul li {
    width: calc(50% - 30px)
}

#aboutSelf nav.anchor ul li a {
    color: #fff;
    font-weight: bold;
    background: #219191;
    text-align: center;
    border-radius: 30px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

#aboutSelf nav.anchor ul li a:link {
    color: #fff
}

#aboutSelf nav.anchor ul li a:visited {
    color: #fff
}

.about {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding: 80px 20px
}

.about>p {
    margin-top: 40px;
    font-weight: bold
}

.about h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.about ul {
    margin: auto;
    margin-top: 40px;
    width: 90%
}

.before {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    background: url(../images/bg.png) center center;
    padding: 80px 20px
}

.before>p {
    margin-top: 40px
}

.before h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.before .emp {
    margin-top: 40px
}

.before .emp a {
    color: #333;
    text-decoration: underline
}

.before .cookie {
    margin: 40px auto 0;
    max-width: 640px;
}

.check {
    font-size: 16px;
    line-height: 1.8;
    padding: 80px 20px
}

.check h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.check h3 {
    display: inline-block;
    line-height: 1;
    padding: 12px 16px;
    color: #fff;
    font-size: 16px
}

.check .first {
    background: #e5ba10
}

.check .second {
    background: #cd0000
}

.check .third {
    background: #747474
}

.check .forth {
    background: #2a99c6
}

.check ul.explanation {
    margin-top: 20px;
    display: block;
}

.check ul li+li {
    margin-top: 20px
}

.check ul p {
    margin-top: 10px
}

.howtouse {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    background: url(../images/bg.png) center center;
    padding: 80px 20px
}

.howtouse h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.howtouse p {
    margin-top: 20px
}

.howtouse .useFirst,
.howtouse .useSecond,
.howtouse .useThird,
.howtouse .useFourth,
.howtouse .useFifth,
.howtouse .useSixth,
.howtouse .useSeventh {
    position: relative;
    line-height: 1;
    border: 3px solid #eee;
}

.howtouse .useFirst::before {
    content: "1";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    background: #219191;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    right: 20px;
    bottom: 20px
}

.howtouse .useSecond::before {
    content: "2";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    background: #219191;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    right: 20px;
    bottom: 20px
}

.howtouse .useThird::before {
    content: "3";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    background: #219191;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    right: 20px;
    bottom: 20px
}

.howtouse .useFourth::before {
    content: "4";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    background: #219191;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    right: 20px;
    bottom: 20px
}

.howtouse .useFifth::before {
    content: "5";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    background: #219191;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    right: 20px;
    bottom: 20px
}

.howtouse .useSixth::before {
    content: "6";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    background: #219191;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    right: 20px;
    bottom: 20px
}

.howtouse .useSeventh::before {
    content: "7";
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    background: #219191;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    right: 20px;
    bottom: 20px
}

.chance {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding: 80px 20px
}

.chance p:not(.induction) {
    text-align: left;
}

.chance h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.chance ul {
    margin: auto;
    margin-top: 40px;
    width: 90%
}

.chance>p {
    margin-top: 40px
}

.chance p+p {
    margin-top: 20px
}

.chance p a {
    text-decoration: underline
}

.chance .induction {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    line-height: 3
}

.chance .induction::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #333;
    transform: rotate(-30deg)
}

.chance .induction::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #333;
    transform: rotate(30deg)
}

.chance .banLink {
    margin-top: 20px
}

.content {
    font-size: 16px;
    line-height: 1.8;
    background: url(../images/bg.png) center center;
    padding: 80px 20px
}

.content h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.content ul {
    margin-top: 40px;
    text-align: center
}

.content ul li {
    align-items: center;
    max-width: 700px;
    margin: auto
}

.content ul li+li {
    margin-top: 40px
}

.content ul li img {
    max-width: 250px
}

.content ul li p:not(.emp) {
    text-align: left;
    margin-top: 20px
}

.content .emp {
    margin-top: 10px
}

.content .emp a {
    text-decoration: underline
}

.faq {
    font-size: 16px;
    line-height: 1.8;
    padding: 80px 20px
}

.faq h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.faq .qaHead,
.faq .dropdown_toggle {
    cursor: pointer;
    padding: 20px 10px;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
    line-height: 1;
    margin-top: 40px;
    font-weight: bold;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq .qaHead:hover,
.faq .dropdown_toggle:hover {
    opacity: 0.7
}

.faq .qaHead::after,
.faq .dropdown_toggle::after {
    content: "";
    background: url(../images/arrow2.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 14px;
    display: inline-block;
    margin-left: auto;
    transition: 0.5s all;
    margin-left: 10px;
    flex-shrink: 0
}

.faq .qaHead p,
.faq .dropdown_toggle p {
    display: flex;
    font-size: 18px;
    line-height: 1.6
}

.faq .qaHead p::before,
.faq .dropdown_toggle p::before {
    content: "Q";
    color: #fff;
    background: #219191;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    flex-shrink: 0
}

.faq .hide {
    margin-top: 20px;
    background: #fff;
    padding: 20px 20px 20px calc(20px + 1em);
    text-indent: -1em;
    display: none
}

.faq .hide::before {
    content: "A."
}

.faq .dropdown_toggle::after {
    transform: rotate(180deg);
    transition: 0.5s all
}

.note {
    font-size: 16px;
    line-height: 1.8;
    background: url(../images/bg.png) center center;
    padding: 80px 20px
}

.note h2 {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold
}

.note h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1
}

.note ul {
    margin-top: 10px;
    font-size: 16px
}

.note ul li {
    padding-left: 1em;
    text-indent: -1em
}

.note ul li::before {
    content: "\30fb"
}

.note .mark {
    padding-left: 30px;
    text-indent: -30px;
    position: relative
}

.note .mark::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_caution.svg) no-repeat bottom;
    background-size: 20px 20px;
    position: relative;
    top: 6px
}

.note .selfCaution {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold
}

.note .button {
    margin-top: 40px
}


/* ---- pgTop ---- */
#pgTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    z-index: 10;
}

#pgTop a {
    display: block;
    width: 44px;
    height: 44px;
}

#pgTop img {
    width: 44px;
    height: 44px;
}

p#pagetop {
    display: none;
}

/* ---- Footer ---- */
#footer {
    background: #3f99b6;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

#footer #footerWrap {
    width: 100%;
    padding: 20px 10px 40px 10px;
    line-height: 1.3;
}

#footer #footerWrap .clearfix {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#footer #footerWrap .logoL {
    width: 140px;
    float: none;
    margin: 0 auto;
    padding: 0;
}

#footer .logoL svg {
    width: 140px;
    height: 43px;
}

#footer #footerWrap .copyright {
    width: auto;
    float: none;
    align-items: center;
}

#footer #footerWrap ul {
    padding: 20px 5px;
    text-align: center;
}

#footer #footerWrap li {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline;
    margin-right: 5px;
    color: #fff;
}

#footer #footerWrap li a {
    color: #fff;
    text-decoration: underline !important;
}

#footer #footerWrap p {
    text-align: center;
}

.footerTxt {
    width: 100%;
    margin: 30px auto 40px 0;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
}

/* ============================================================
   Desktop overrides (768px+)  ― PC版 about.css に準拠
   ============================================================ */
@media (min-width: 768px) {

    /* ---- 全体ラッパー ---- */
    body {
        overflow-x: clip;
    }

    #aboutSelf {
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px 80px;
        font-size: 16px;
        line-height: 1.8;
    }

    /* ---- h1 (ヒーロー画像) ---- */
    #aboutSelf h1 {
        text-align: center;
    }

    #aboutSelf h1 img {
        max-width: 980px;
        width: 100%;
        height: auto;
    }

    /* ---- h2: <br>非表示・サイズ拡大 ---- */
    #aboutSelf h2 {
        font-size: 40px;
        line-height: 1;
        text-align: center;
        font-weight: bold;
    }

    #aboutSelf h2 br {
        display: none;
    }

    /* ---- セクション共通 padding ---- */
    #aboutSelf section {
        padding: 120px 0;
    }

    /* ---- ナビゲーションアンカー ---- */
    #aboutSelf nav.anchor ul {
        gap: 20px;
    }

    #aboutSelf nav.anchor ul li {
        width: auto;
    }

    #aboutSelf nav.anchor ul li a {
        width: 200px;
        height: 60px;
        font-size: 16px;
    }

    /* ---- 共通: .emp ---- */
    #aboutSelf .emp {
        font-size: 20px;
    }


    /* ---- 共通: .label (「重要」バッジ) ---- */
    #aboutSelf .label {
        display: inline-block;
        padding: 6px 25px;
        margin-right: 10px;
        margin-bottom: 0;
        max-width: none;
        width: auto;
    }

    /* ---- 共通: .button ---- */
    #aboutSelf .button a {
        padding: 20px 40px;
    }

    /* ---- 共通: .cont (フローアイテム) ---- */
    #aboutSelf .cont {
        flex-direction: column;
        text-align: center;
        gap: 0;
        width: 200px;
        flex-shrink: 0;
    }

    #aboutSelf .cont p {
        text-align: center;
        margin-top: 20px;
        line-height: 1.5;
    }

    #aboutSelf .cont img {
        max-width: 200px;
    }

    #aboutSelf .chance .cont img {
        max-width: 200px;
    }

    /* ---- 共通: .arrow (フロー矢印) ---- */
    #aboutSelf .arrow {
        max-width: 60px;
        margin: 0;
        display: flex;
        align-items: center;
        height: 200px;
    }

    /* ---- #about: フロー横並び ---- */
    .about {
        text-align: center;
    }

    .about>p {
        margin-top: 40px;
        font-weight: bold;
    }

    .about>p:last-child {
        margin-top: 20px;
    }

    .about>p:not(.emp) {
        text-align: left;
    }

    .about ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        margin-top: 40px;
        width: 100%;
    }

    /* ---- #before: 全幅背景 ---- */
    #aboutSelf .before {
        text-align: center;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 120px calc(50vw - 50%);
    }

    .before>p {
        margin-top: 40px;
    }

    .before .emp {
        margin-top: 40px;
    }

    /* .before の「重要」ラベルとテキストの間の改行は PC では非表示 */
    .before .emp br {
        display: none;
    }

    /* ---- #check: 詳細画面の見方 ---- */
    .check ul.explanation {
        display: none;
    }

    /* ---- #howtouse: 全幅背景 ＋ 2列グリッド ---- */
    #aboutSelf .howtouse {
        text-align: center;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 120px calc(50vw - 50%);
    }

    .howtouse p {
        margin-top: 20px;
    }

    .howtouse .flex.wrap,
    .howtouse ul.flex.wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        margin-top: 40px;
    }

    .howtouse ul.flex.wrap>li {
        width: calc(49% - 30px);
        text-align: center;
    }

    /* howtouseのulがclassなし場合も対応 */
    .howtouse ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        margin-top: 40px;
    }

    .howtouse ul>li {
        width: calc(33.333% - 30px);
        text-align: center;
    }

    /* 番号バッジ: 偶数は左側に */
    .howtouse .useSecond::before,
    .howtouse .useFourth::before,
    .howtouse .useSixth::before {
        right: auto;
        left: 20px;
    }

    /* ---- #chance: フロー横並び ---- */
    .chance {
        text-align: center;
    }

    .chance p:not(.induction) {
        text-align: center;
    }

    .chance>p {
        margin-top: 40px;
    }

    .chance p+p {
        margin-top: 20px;
    }

    .chance ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
        margin-top: 40px;
        width: 100%;
    }

    .chance .induction {
        margin-top: 80px;
        padding: 0 60px;
        line-height: 3;
    }

    .chance .banLink {
        margin: 40px auto 0;
        max-width: 570px;
    }

    /* ---- #content: 全幅背景 ＋ 画像+テキスト横並び ---- */
    .content {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50% + 40px);
        padding-left: calc(50vw - 50% + 40px);
    }

    .content ul {
        margin-top: 40px;
        text-align: left;
    }

    .content ul li {
        display: flex;
        align-items: center;
        gap: 30px;
        max-width: 700px;
        margin: auto;
    }

    .content ul li+li {
        margin-top: 40px;
    }

    .content ul li:nth-child(2) {
        flex-direction: row-reverse;
    }

    .content ul li img {
        max-width: 250px;
        flex-shrink: 0;
    }

    .content ul li p:not(.emp) {
        text-align: left;
        margin-top: 20px;
    }

    .content .emp {
        margin-top: 10px;
        line-height: 1;
    }

    /* ---- #faq ---- */
    .faq .qaHead,
    .faq .dropdown_toggle {
        padding: 20px;
        font-size: 20px;
    }

    .faq .qaHead p,
    .faq .dropdown_toggle p {
        font-size: 20px;
    }

    .faq .hide {
        padding: 20px 20px 20px 2.85em;
        text-indent: -1.3em;
    }

    /* ---- #note: 全幅背景 ---- */
    #aboutSelf .note {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 120px calc(50vw - 50%);
    }

    .note .selfCaution {
        font-size: 20px;
    }

    /* ---- pgTop ---- */
    #pgTop {
        right: 30px;
        bottom: 40px;
        width: 50px;
        height: 50px;
    }

    #pgTop a,
    #pgTop img {
        width: 50px;
        height: 50px;
    }

    /* ---- Footer ---- */
    #footer #footerWrap {
        max-width: 950px;
        margin: 0 auto;
        padding: 40px 0 30px 0;
    }

    #footer #footerWrap .clearfix {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    #footer #footerWrap .logoL {
        width: 140px;
        /* margin: 40px 140px 0 0; */
        margin: 0 140px 0 0;
        padding-left: 10px;
    }

    #footer #footerWrap .copyright {
        width: 660px;
    }

    #footer #footerWrap ul {
        padding: 0 5px 20px 5px;
        text-align: left;
    }

    #footer #footerWrap p {
        text-align: left;
    }
}

@media (min-width: 769px) and (max-width: 880px) {
    #aboutSelf .cont {
        width: 150px;
    }
}

@media (min-width: 880px) {

    /* ---- 共通: .pcOnly ---- */
    .pcOnly {
        display: block;
    }
}