html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    background: #cccccc;
    color: #000000;
    font-family: Arial, "Yu Gothic", "Meiryo", sans-serif;
}

.page-container {
    padding: 20px 20px 30px 31px;
}

.organization-selector {
    width: 890px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    border: 3px solid #111111;
}

.selector-header {
    height: 110px;
    display: flex;
    align-items: center;
    padding: 0 17px;
    box-sizing: border-box;
    background: #7192b1;
    border-bottom: 3px solid #111111;
}

.selector-header h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.selector-body {
    min-height: 258px;
    padding: 36px 17px 24px;
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 3px solid #111111;
}

.selector-instruction {
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

.organization-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.organization-links a {
    display: block;
    margin: 0 0 17px;
    color: #0000ee;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: underline;
}

.organization-links a:last-child {
    margin-bottom: 0;
}

.organization-links a:visited {
    color: #551a8b;
}

.organization-links a:hover {
    color: #cc0000;
}

.selector-footer {
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 15px;
    box-sizing: border-box;
    background: #ffffff;
}

.logo-item {
    display: flex;
    align-items: center;
    height: 110px;
}

.logo-uok {
    width: 420px;
    margin-right: 15px;
}

.logo-kut {
    width: 405px;
}

.logo-item img {
    display: block;
    width: auto;
    height: auto;
    border: 0;
}

.logo-uok img {
    max-width: 420px;
    max-height: 100px;
}

.logo-kut img {
    max-width: 405px;
    max-height: 100px;
}

@media screen and (max-width: 950px) {
    .page-container {
        padding: 10px;
    }

    .organization-selector {
        width: 100%;
    }

    .selector-footer {
        height: auto;
        flex-wrap: wrap;
    }

    .logo-uok,
    .logo-kut {
        width: auto;
        max-width: 100%;
        margin-right: 15px;
    }

    .logo-item img {
        max-width: 100%;
        height: auto;
    }
}

/* 最近利用したIdP */
.recent-idp-area {
    margin: 0 0 24px 0;
    padding: 0;
}

.recent-idp-title {
    margin: 0 0 18px 0;

    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

.recent-idp-link-wrapper {
    margin: 0 0 22px 0;
}

.recent-idp-link-wrapper a {
    color: #551a8b;

    font-size: 20px;
    line-height: 1.5;

    text-decoration: underline;
}

.recent-idp-link-wrapper a:hover {
    color: #cc0000;
}

.clear-button {
    margin: 0 0 24px 0;
    padding: 3px 10px;

    background-color: #f5f5f5;
    color: #000000;

    border: 1px solid #777777;
    border-radius: 3px;

    font-size: 18px;
    line-height: 1.2;

    cursor: pointer;
}

.clear-button:hover {
    background-color: #e5e5e5;
}
