@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.landing-method-android-page {
    background: #fffde8;
    color: #414141;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
}

.landing-method-android-page a {
    color: #414141;
    text-decoration: none;
}

.landing-method-android-section {
    padding: 40px 0 80px;
}

.landing-method-android-wrapper h3 {
    margin-bottom: 24px;
    color: #082e62;
    font-size: 2rem;
    text-align: center;
}

.landing-method-android-box {
    background: #fff;
    padding: 24px;
    color: #414141;
}

.landing-method-android-title {
    color: #082e62;
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
}

.landing-method-android-warning {
    color: #414141;
    font-weight: 700;
}

.landing-method-android-warning span,
.landing-method-android-career-title,
.landing-method-android-credit-note p,
.landing-method-android-credit-link-card p {
    color: red;
}

.landing-method-android-career-title {
    margin-bottom: 12px;
    font-size: 1.4em;
    font-weight: 700;
}

.landing-method-android-career-description {
    color: #414141;
}

.landing-method-android-career-card,
.landing-method-android-credit-note,
.landing-method-android-credit-link-card {
    background: #fff;
}

.landing-method-android-link-label {
    padding: 8px;
    font-weight: 700;
    text-align: left;
}

.landing-method-android-link-wrap {
    text-align: left;
}

.landing-method-android-link {
    display: inline-block;
    color: blue !important;
    text-align: left;
    text-decoration: underline !important;
    word-break: break-all;
    overflow-wrap: anywhere;
}

.landing-method-android-credit-note p {
    font-size: 1em;
    font-weight: 700;
}

.landing-method-android-credit-link-card {
    margin-bottom: 50px;
    text-align: center;
}

.landing-method-android-credit-link-card p {
    margin-bottom: 20px !important;
    font-size: 1.2em;
    font-weight: 700;
}

.landing-method-android-credit-link-wrap {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .landing-method-android-section {
        padding: 24px 0 56px;
    }

    .landing-method-android-wrapper h3 {
        margin-bottom: 20px;
        font-size: 1.75rem;
    }

    .landing-method-android-box {
        padding: 20px 16px;
    }

    .landing-method-android-title {
        font-size: 1.4rem;
    }

    .landing-method-android-career-title {
        font-size: 1.15rem;
    }
}
