﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*フロントサイトCSS*/
html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body, p{
    line-height:1.6;
    font-size:16px;
}

.page_title {
    margin-bottom: 0.5em;
}

    .page_title h1 {
        font-size: 1.5em;
        font-weight: bold;
    }

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

section {
    height: 100%;
    padding: 1.1rem 1.5rem 0 1.5rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


.itemprop {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 0.95em;
}

    .itemprop ul {
        list-style: none;
        display: flex;
        padding-left: 1rem;
    }

    .itemprop li {
        display: flex;
        align-items: center;
    }

        .itemprop li:not(:last-of-type)::after {
            content: ">";
            margin: 0 0.8em;
            color: #777;
        }

    .itemprop a {
        text-decoration: none;
        color: #000;
        margin-left: 0.3em;
    }


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

