
.txt-red,
a.txt-red,
a.txt-red:link,
a.txt-red:visited,
a.txt-red:hover,
a.txt-red:active,
a.txt-red:focus {
    color: #e60012;
    text-decoration: none;
}

.txt-red {
    text-align: center;
    font-weight: bold;
}

.bg-gray {
    background: #eee;
}

main#str-contents {
    padding: 0;
}

.wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 16px;
}

.hero {
    background: #14a843;
    color: #fff;
    text-align: center;
    padding: 16px 0;
}

.hero__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.hero__desc {
    font-size: 16px;
    font-weight: bold;
}

.note-android {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 13px;
    background: #eee;
    margin: 0;
}

.section-title {
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
    margin: 0px 0 8px;
}

.lead {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.initial {
    padding: 10px 16px 20px;
}

.title-section {
    background: #333;
    padding: 16px 0;
}

.title-section h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.title-section p {
    text-align: center;
    color: #fff;
    font-weight: bold;
}


/* step */
.steps {
    margin: 0 auto;
    padding: 3rem 14px 1rem;
}

#stepsEsimSetup,
#stepsIos,
#stepsAndroid {
    width: 80%;
    margin: 0 auto;
}

.bar {
    background: #333;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px;
}

.body {
    position: relative;
    border-top: 0;
    padding: 12px;
    min-height: 520px;
}

.cap {
    margin: 6px 0 6px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    word-break: auto-phrase;;
    overflow-wrap: anywhere;
    white-space: pre-line;
}

.frame {
    max-width: 340px;
    margin: 0 auto
}

.frame img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    background: #333;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.nav em {
    font-style: normal;
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-size: 16px;
    text-align: center;
}

.nav .chev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.nav.prev {
    right: 90%;
}

.nav.prev .chev {
    left: 8px
}

.nav.next {
    left: 90%;
}

.nav.next .chev {
    right: 8px
}

.dashed {
    border-bottom: 2px dashed #333;
    margin: 24px;
}

.cta-wrap {
    max-width: 520px;
    margin: 12px auto;
}

.cta {
    display: block;
    position: relative;
    padding: 14px 14px 16px;
    border-radius: 12px;
    color: #14a843;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    margin: 10px 0;
    background: #fff;
    border: 2px solid #14a843;
}

.qa-wrap .cta {
    color: #333;
    border: 2px solid #333;
    line-height: 1.2;
}

.cta.link {
    line-height: 1;
    color: #333;
    border: 2px solid #333;
}

.cta__label {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.cta__chev {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: 50% 50%;
    font-size: 28px;
    font-style: normal;
}

.cta.link .cta__chev {
    transform: none;
    top: 25%;
}

a.cta,
a.cta:visited,
a.cta:hover,
a.cta:active,
a.cta:focus {
    color: #14a843;
    text-decoration: none;
}

a.cta.link:link,
a.cta.link:visited,
a.cta.link:hover,
a.cta.link:active,
a.ctalink:focus {
    color: #333;
    text-decoration: none;
}

.qa-wrap a.cta,
.qa-wrap a.cta:link,
.qa-wrap a.cta:visited,
.qa-wrap a.cta:hover,
.qa-wrap a.cta:active,
.qa-wrap a.cta:focus {
    color: #333;
}

a.cta .cta__label,
a.cta .cta__chev {
    color: inherit !important;
}

.faq {
    background: #333;
    color: #dadada;
    padding: 2rem 0 3rem;
    margin-top: 3rem;
}

.faq-card {
    padding: 16px 24px;
}

.qa {
    display: inline-block;
    margin: 0 0 2rem;
    border-bottom: 2px solid #7a7a7a;
}

.qa:last-of-type {
    border-bottom: none;
}

.qa-row {
    display: flex;
    grid-template-columns: 28px 1fr;
    column-gap: 10px;
    align-items: start;
    margin-bottom: 1.2rem;
}

.chip {
    width: 30px;
    margin-top: -4px;
}

.q {
    margin: 0 0 6px;
    font-weight: bold;
    line-height: 1.2;
}

.a {
    margin: 0 0 10px;
    line-height: 1.2;
}

.a img {display: none;}

.faq-cta {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 44px 12px 16px;
    position: relative;
    border: 1px solid;
    width: 70%;
    margin: 0 auto;
}

.faq-cta::after {
    content: "›";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}

.faq a,
a.faq-cta,
a.faq-cta:link,
a.faq-cta:visited,
a.faq-cta:hover,
a.faq-cta:active,
a.faq-cta:focus {
    color: #dadada;
    text-decoration: none;
}

@media (min-width: 768px) {
    .hero {
        padding: 40px 24px;
    }

    .dashed {
        margin: 24px 33rem;
    }

    .steps {
        width: 670px;
    }

    .nav.prev {
        right: 82%;
    }
    
    .nav.prev .chev {
        left: 8px
    }
    
    .nav.next {
        left: 82%;
    }
    
    .nav.next .chev {
        right: 8px
    }

    .faq-card {
        padding: 16px 20rem;
    }
    .faq-cta {
        width: 20%;
    }

    #contents-area.lyt-col-1 {
        width: 100%;
    }
    #contents-area.lyt-col-1 #contents-body {
        width: 100%;
    }
}

/* ラベルスタイル */
.label-container {
    text-align: center;
    margin-bottom: 10px;
}

.label-new {
    background-color: #2196F3;
    color: white;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
}

.label-old {
    background-color: #333;
    color: white;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
}