<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/**
 * システム側の人がstyleをいじる時に使う、一時的なCSSファイル
 * このファイルに直接styleを書き加えて良いが、折を見てsass管理下へ移行すること。
 */
.b0102 .check_label input ~ .check_label__indicator {
    background: #f2dddd;
    border: solid 1px #444;
}
.b0102 .check_label input:checked ~ .check_label__indicator {
    background: #000000;
    border: none;
}

#fixed_footer_top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1;
}

#fixed_footer_top.invisible
    .fixed_footer
    .icon_dial_wrapper
    .center_list
    &gt; li
    .button_voice,
#fixed_footer_top.invisible
    .fixed_footer
    .icon_dial_wrapper
    .center_list
    &gt; li
    .button_dial {
    background-color: #888888;
    pointer-events: none;
}
.dial_video_area
    .dial_video_list_wrapper
    .dial_status_list
    &gt; li
    ul
    &gt; li
    .text_wrapper.status_text_wrapper
    p {
    background-color: #888888;
}
.fixed_footer.abs {
    position: absolute;
    width: auto;
    bottom: 0;
}
.fixed_footer.dial_button.abs {
    padding: 0 !important;
}
.b0102 .fixed_footer.abs {
    background-color: transparent !important;
}
.fixed_footer.fixed {
    position: fixed;
    bottom: 0;
}

.dial_video_area
    .dial_video_list_wrapper
    .dial_status_list
    &gt; li
    ul
    &gt; li
    .text_wrapper.status_text_wrapper {
    top: auto;
    bottom: 0;
}

.video_footer .icon_end_wrapper#calling_stop_button {
    bottom: 60px;
    bottom: 60px;
}

@media (max-width: 480px) {
    .call_time .call_time_list {
        max-height: 335px;
    }
    .video_footer .icon_end_wrapper#calling_stop_button {
        bottom: 50px;
    }
}

/* 「本当に通話を終了しますか？」POP */
.call_end_check_popup {
    width: 40%;
    max-width: 400px;
    min-width: 300px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 220;
    border-radius: 12px;
    padding: 12px 20px 40px 20px;
}
.close_button_area {
    right: 20px;
    width: auto;
    position: absolute;
    top: 12px;
}
.popup_close {
    display: block;
}
.close-button {
    background: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    padding: 0;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s all ease;
}
.close-button::before {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #000;
    position: absolute;
    display: block;
    top: 50%;
    left: 4px;
    transform: rotate(45deg);
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
    box-sizing: inherit;
}
.close-button::after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #000;
    position: absolute;
    display: block;
    left: 50%;
    top: 4px;
    transform: rotate(45deg);
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
    box-sizing: inherit;
}
.call_end_text {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin-top: 64px;
}
.call_end_button {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #a12a28;
    border: 1px solid #a12a28;
    border-radius: 50px;
    transform: 0.3s all ease;
    cursor: pointer;
    margin-top: 32px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
}
@media (max-width: 480px) {
    .call_end_text {
        font-size: 20px;
        margin-top: 56px;
    }
    .call_end_button {
        margin-top: 28px;
        font-size: 20px;
    }
}

/* 通話時のポイントチャージポップアップのオーバーレイ */
.point_buy_popup_overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.dial_video_area
    .dial_video_list_wrapper
    .dial_status_list
    &gt; li
    .dial_talking_list
    &gt; li
    .buy_points_step_box_area {
    z-index: 10001 !important;
}

.dial_video_area
    .dial_video_list_wrapper
    .dial_status_list
    &gt; li
    .dial_talking_list
    &gt; li
    .buy_points_box_area {
    z-index: 10001 !important;
}

.dial_video_area
    .dial_video_list_wrapper
    .dial_status_list
    &gt; li
    .dial_talking_list
    &gt; li
    .popup_close_button_area.no_bg_close_button {
    top: -5px !important;
}

.horizontal_titles_and_inputs_align_list_wrapper
    .horizontal_titles_and_inputs_align_list__page_configuration
    &gt; li
    .horizontal_title_and_input_list
    &gt; dd
    .amount_minutes_wrapper {
    margin-top: auto;
    margin-bottom: auto;
}

.inline_block_list &gt; span {
    display: inline-block;
}

.dial_video_area
    .dial_video_list_wrapper
    .dial_status_list
    &gt; li
    ul
    &gt; li
    .text_wrapper.status_text_button_wrapper {
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}

html.b-access_log-index .term_form_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
html.b-access_log-index .term_form_wrapper &gt; * {
    margin-bottom: 12px;
}
html.b-access_log-index .term_form_wrapper .csv_dl {
    margin-left: auto;
}
html.b-access_log-index .term_form_wrapper .csv_dl button {
    color: #222;
    text-align: center;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 100px;
    border: solid 1px;
    height: 32px;
    padding: 4px 20px;
    display: flex;
    align-items: center;
}
html.b-access_log-index .term_form_wrapper .csv_dl button svg {
    margin-right: 8px;
}
html.b-access_log-index .term_form_wrapper .term_submit_button {
    width: fit-content;
}
html.b-access_log-index .term_form_wrapper .term_submit_button button {
    border-radius: 50px;
    background: #005dab;
    height: 40px;
    padding: 4px 20px;
    color: #fff;
    text-align: center;
    font-family: Helvetica Neue;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    align-items: center;
}
html.b-access_log-index .term_form_wrapper .term_submit_button button &gt; .pc {
    display: none;
}
html.b-access_log-index .term_form_wrapper .term_submit_button button &gt; .sp {
    display: initial;
}
html.b-access_log-index .term_form_wrapper .term[type="date"] {
    border: 0.5px solid rgba(34, 34, 34, 0.5);
    border-radius: 5px;
    width: 35%;
    min-width: 125px;
    height: 40px;
    padding: 0 8px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
html.b-access_log-index table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
html.b-access_log-index th {
    background: rgba(0, 93, 171, 0.1);
}
html.b-access_log-index th,
html.b-access_log-index td {
    height: 66px;
    color: #222;
    text-align: center;
    font-feature-settings: "ss01" on;
    font-family: Helvetica Neue;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (min-width: 767px) {
    html.b-access_log-index .term_form_wrapper .term {
        margin-right: 20px;
    }
    html.b-access_log-index
        .term_form_wrapper
        .term_submit_button
        button
        &gt; .pc {
        display: initial;
    }
    html.b-access_log-index
        .term_form_wrapper
        .term_submit_button
        button
        &gt; .sp {
        display: none;
    }
    html.b-access_log-index .term_form_wrapper .term[type="date"] {
        width: 290px;
    }

    .mall_description {
        width: 420px !important;
    }
}

html.b-access_log-index .log_list {
    display: flex;
    flex-direction: column;
}
html.b-access_log-index .log_list .user_select {
    width: max-content;
    height: fit-content;
    padding: 0 4px;
    border: solid 1px #222;
    margin-right: 40px;
    color: rgba(34, 34, 34, 0.87);
    font-family: Helvetica Neue;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
html.b-access_log-index .log_list select.user_select {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border: 0.5px solid rgba(34, 34, 34, 0.5);
    appearance: auto;
}
html.b-access_log-index .log_list ul.user_select {
    padding: 0;
    display: none;
}
html.b-access_log-index .log_list ul.user_select &gt; li {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    padding: 8px 0;
}
html.b-access_log-index .log_list ul.user_select &gt; li.active {
    background: #005dab;
}
html.b-access_log-index .log_list ul.user_select &gt; li a {
    color: #8d8d8d;
}
html.b-access_log-index .log_list ul.user_select &gt; li.active a {
    color: #fff;
}

.prefix-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px;
    color: #333;
}


@media (min-width: 767px) {
    html.b-access_log-index .log_list {
        flex-direction: row;
    }
    html.b-access_log-index .log_list ul.user_select {
        display: initial;
    }
    html.b-access_log-index .log_list select.user_select {
        display: none;
    }
}

.others-input-box {
    border: none;
    border-bottom: 1px solid #aaaaaa;
}

/* お知らせメールを受け取りますかポップアップ */
#notification_prompt {
    position: fixed;
    margin: 0 16px;
    z-index: 20000;
    bottom: 100px;
    background-color: #002544;
    border: 1px solid #222;
    border-radius: 8px;
    /* 画面の中央に配置 */
    left: 50%;
    transform: translateX(-50%);
    /* 幅をデフォルトで80%に設定 */
    width: 90%;
    /* PCなどの大画面での最大幅を指定 */
    max-width: 500px;
    /* スマートフォンなどの小さい画面でのマージンを調整 */
    margin: 0 auto;
}

.call_waiting_content {
    padding: 17px 12px 17px 30px;
    display: flex;
}

.call_waiting_text_1 {
    color: #fff;
    font-size: 12px;
}

.call_waiting_text_2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.call_waiting_close_button_area {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    transform: translateY(-50%);
}

.call_waiting_popup_close {
    display: block;
    margin-top: 4px;
}

.accept_button_rapper {
    margin: auto;
    margin-right: 12px;
}
#accept_button {
    padding: 8px 10px;
    background-color: #91ffa7;
    border: 1px solid #004a89;
    border-radius: 8px;
    width: 100%;
    margin-left: 12px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 440px) {
    .accept_button_rapper {
        width: 120px;
    }
}

#temporary_email_change {
    cursor: pointer;
}

#accept_button p {
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.email_error {
    text-align: center;
    color: red;
    font-size: 12px;
}

.call_waiting_step_content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 20000;
    background-color: #002544;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 20px;
    max-width: 500px;
    height: 200px;
}
.call_waiting_step_close_button_area {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
}
.text-underline {
    text-decoration: underline;
}
.input_mail {
    display: block;
    margin: 16px auto 4px;
    width: 100%;
    border: 1px solid white;
    border-radius: 8px;
    height: 32px;
    max-width: 320px;
    outline: none;
}
.input_mail[type="text"] {
    color: white;
}

.input_mail::placeholder {
    font-size: 10px;
}
.input_mail:focus::placeholder {
    color: transparent;
}
.register_button {
    padding: 2px 0px;
    background-color: #91ffa7;
    border: 1px solid #004a89;
    border-radius: 8px;
    width: 30%;
    text-align: center;
    margin: auto;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
}
.call_waiting_completion_content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 20000;
    background-color: #002544;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 20px 10px 20px 0px;
    max-width: 500px;
    display: flex;
    align-items: center;
}
.icon_check_completion_area {
    margin-left: 16px;
    margin-right: 8px;
    margin-top: 8px;
}

#email_confirmation_popup {
    display: none;
}
#email_change_form {
    display: none;
}
#notification_setup_complete {
    display: none;
}

.download_app_icon {
    height: 60px;
}

.link_message {
    color: #005dab !important;
    border-bottom: 1px solid #005dab !important;
}

.suspension-status {
    background-color: #fff;
    padding-top: 154px;
    padding-bottom: 120px;
    border-radius: 20px;
    margin-top: 30px;
}
.account-suspension-icon img {
    margin: 0 auto;
}
.suspension-message {
    background-color: #ffeeee;
    width: 70%;
    margin: 32px auto;
    border-radius: 5px;
    padding: 17px 0px;
}
.suspension-message p,
.suspension-action {
    text-align: center;
    font-size: 14px;
    color: #222;
}
.suspension-action a {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
/* PC用のスタイル */
.sp-only {
    display: none;
}

@media (max-width: 440px) {
    .suspension-status {
        padding-top: 64px;
        padding-bottom: 100px;
    }
    .suspension-message {
        width: 95%;
        margin: 24px auto;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .suspension-message p,
    .suspension-action p {
        font-size: 12px;
    }
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#popup-content h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
#popup-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #a12a28;
    font-weight: bold;
}
#close-popup {
    padding: 10px 20px;
    background-color: #fff;
    color: white;
    border: 1px solid #000000;
    border-radius: 50px;
    cursor: pointer;
    margin: 20px auto 0px;
    width: 40%;
}
#close-popup p {
    color: #000;
    font-weight: bold;
}
@media (max-width: 440px) {
    #popup-content {
        width: 90%;
    }
}

.short_on_points_prompt {
    text-align: center;
    border-radius: 8px;
    margin: 8px 0;
    padding: 12px 20px;
    width: -webkit-fill-available;
    align-self: center;
    background-color: #fff1d0;
}

.online-mall-criteria {
    text-align: left;
    border-radius: 8px;
    margin: 8px 0;
    padding: 12px 20px;
    width: -webkit-fill-available;
    align-self: center;
    background-color: #fff1d0;
}

.custom_textarea {
    min-height: 120px;
    font-size: 15px;
    border: 1px solid #707070;
    border-radius: 5px;
    line-height: 1.5em;
    width: 26.5em;
    padding: 12px;
    background-color: white;
}
@media (max-width: 480px) {
    .custom_textarea {
        width: 100%;
    }
}

.question_mark_after_title {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 10px;
}
.rotate-180 {
    transform: rotate(180deg);
}

.inline_display {
    display: inline;
}

.flex_display {
    display: flex !important;
}

.self_center {
    align-self: center;
}

.px-1px {
    padding-left: 1px;
    padding-right: 1px;
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px;
}

.pb-5px {
    padding-bottom: 5px;
}

.icon_question:hover .mall_display_conditions {
    left: 90px !important;
}

.icon_question:hover .mall_display_conditions::before {
    left: 47% !important;
}

.profile_img_frame {
    border: 1px solid #aaaaaa;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .icon_question:hover .mall_description {
        left: -200px !important;
    }

    .icon_question:hover .mall_description::before {
        left: 90% !important;
    }

    .square_img {
        max-width: 53.33333px;
        width: auto !important;
        height: auto !important;
        object-fit: cover !important;
        aspect-ratio: 1 / 1 !important;
    }
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#countdown_filter_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time_remaining_points_wrapper {
    text-align: center;
}

#auto_charge_display {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

#auto_charge_display div {
    display: flex;
    align-items: center;
    background-color: #4caf50;
    border-radius: 20px;
    padding: 4px 12px;
    color: white;
}

#auto_charge_display img {
    margin-right: 10px;
    height: auto;
    width: 20px;
}

#auto_charge_display p {
    margin: 0;
    font-size: 14px;
    color: white;
}

#coupon_display {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

#coupon_display div {
    display: flex;
    align-items: center;
    background-color: #ff5600;
    border-color: #ff9c40;
    border-radius: 20px;
    padding: 4px 12px;
    color: white;
}

#coupon_display p {
    margin: 0 auto;
    font-size: 14px;
    color: white;
}

@media (max-width: 767px) {

    #auto_charge_display,
    #coupon_display {
        width: 120px;
        padding: 8px;
    }
    #auto_charge_display img {
        margin-right: 8px;
        width: 12px;
    }

    #auto_charge_display p,
    #coupon_display p {
        font-size: 10px;
        font-weight: bold;
    }

    #auto_charge_display div,
    #coupon_display div {
        padding: 4px 6px;
    }
}

@media (max-width: 370px) {

    #auto_charge_display,
    #coupon_display {
        width: 100px;
    }
}

.border-0-5-px {
    border-width: 0.5px;
}

.center_both_axes {
    align-items: center;
    justify-content: center;
}

.call-checking {
    background-color: #888888;
    pointer-events: none;
}

.w_fit {
    width: fit-content;
}

@media (max-width: 821px) {
    .payment_req_container {
        flex-direction: column !important;
        gap: 24px;
        align-items: center;
        padding-bottom: 32px;
    }

    .payment_req_hint_container {
        text-align: left !important;
        gap: 12px;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 821px) {
    .payment_req_container {
        gap: 32px;
        align-items: center;
        padding-bottom: 48px;
    }

    .payment_req_hint_container {
        text-align: left !important;
        width: fit-content;
        padding-left: 20%;
        padding-right: 20%;
        gap: 16px;
        display: flex;
        flex-direction: column;
    }

    .p_20_percent_pc {
        padding-left: 20%;
        padding-right: 20%;
    }
}

.payment_req_hint_container a {
    color: #007e8b;
    text-decoration: underline;
}

.b0111 .scroll_x_true {
    overflow-x: scroll;
}

@media (max-width: 768px) {
    .confirm_button_container {
        flex-direction: column-reverse;
        display: flex;
        gap: 24px;
        padding-top: 24px;
    }
}

@media (min-width: 768px) {
    .confirm_button_container {
        flex-direction: row;
        display: flex;
        gap: 48px;
        padding-top: 24px;
    }

    .confirm_button_container .black_cancel_button {
        width: 140px;
    }

    .confirm_button_container .move_button {
        width: 140px;
    }
}

.confirm_button_container .black_cancel_button {
    border-width: 1px;
    border-style: solid;
}
.slide_out {
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
}

.logout_button {
    background-color: #fff;
    border: 1px solid #000000;
    padding: 8px 16px;
    border-radius: 50px;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fast-coupon-input {
    border: 1px solid black;
}
</pre></body></html>