@charset "utf-8";
html {
    height: 100%;
}

body {
    height: calc(100% - 50px);
    background: #f8f8f8;
}

.content.container {
    /*width: 900px;*/
    background: #fff;
    margin: 1rem auto;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden;
    min-height: 92%;
    /* full height almost always */
}

@media screen and (max-width: 1200px) {
    .content.container {
        width: calc( 100% - 30px);
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .content.container {
        /*max-width: 1200px;*/
    }
    .error-page .white_box {
        width: 80%;
    }
}


/* error-page */

.error-page {
    padding-top: 5rem;
}

.error-page h2 {
    color: #f32;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.error-page h3 {
    text-align: center;
    font-weight: bold;
    border: 0;
}

.error-page .white_box {
    margin: 0px auto 100px;
    overflow: hidden;
}

.error-page .cause {
    background-color: white;
    border: 1px solid #004286;
}

.disabled a,
a.disabled {
    pointer-events: none;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    margin: 1rem 0;
}

header .header-title {
    padding-left: 80px
}

.app-logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 1rem;
}

.app-name {
    margin-bottom: 1rem;
}

legend {
    color: #15848F;
}

.actions.columns {
    margin-top: 1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color: #15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right: 2rem;
    margin-top: -80px;
    font-size: 16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0, 0, 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0, 0, 0.54);
}

.asc:after {
    content: " \2193";
}

.desc:after {
    content: " \2191";
}

form .error select,
form .error input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #ffd9e1;
}

form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: normal;
    color: var(--red);
}

.required>label {
    font-weight: bold;
}

.required>label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height: 150px;
    background: none;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}

.view .numbers .subheader,
.view .dates .subheader {
    color: #747474;
}

.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top: 1.2rem;
    border-bottom: 1px solid #eee;
}


/** Notices and Errors **/

.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0, 0, 0.74);
    padding: 5px;
}

.cake-error .cake-stack-trace {
    margin-top: 10px;
}

.cake-stack-trace code {
    background: inherit;
    border: 0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color: #fff;
    text-decoration: underline;
}

.checks {
    padding: 30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}

.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: var(--secondary);
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    /*height: 50px;*/
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: var(--danger);
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

div.message.hidden {
    height: 0;
}

.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}


/*
.content {
    padding: 2rem;
}
*/


/* Use 'one true layout' methods to get equal height columns */


/* Force equal height by overflowing */


/*.content,*/

#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}


/*
.content h3 {
    color: var(--dark);
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: var(--dark);
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--dark);
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}
*/

table td {
    vertical-align: top;
    word-break: break-all;
}

.no-pading {
    padding-left: 0!important;
    padding-right: 0!important;
}

.body-page {
    margin-top: 3em;
}

.display-flex {
    display: flex!important;
}

.signin-input input {
    padding-left: 4em!important;
    padding-top: 19px!important;
}

.signin-input-2 input {
    padding-left: 5.5em!important;
    padding-top: 19px!important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (min-width: 768px) {
    .block-header-bar {
        display: block;
        margin-left: 5%;
    }
}

@media (min-width: 992px) {
    .block-header-bar {
        display: block;
        margin-left: 11%;
    }
}

.navbar-div {
    background: lightgray;
}

.navbar-div .nav-item a {
    color: white!important;
}

.ioc-logo {
    /*background-image: url("/img/ioc-logo.png");*/
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 60px;
    width: 80px;
}

.dropdown {
    border-radius: 0;
    border: 0;
}

.dropdown-menu {
    background: #0c73cc;
    border: 0;
    top: 80%;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-item:hover {
    background: #085ca5;
    color: #fff;
}

.dropdown-menu a {
    color: #fff;
}

.navbar .nav-item .nav-link {
    color: #eee !important;
}

.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
    color: red !important;
}


/*パンくずリスト*/

.breadcrumb {
    /* background-color: var(--light); */
    background-color: transparent;
    overflow: hidden;
    color: var(--gray);
}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #8186a0;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    /* text-decoration: none; */
    text-decoration: underline;
    color: var(--gray-dark);
}

.breadcrumb li:first-child a:before {
    /*家アイコンに*/
    font-weight: normal;
    font-size: 1.1em;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.pagination {
    margin: 0;
}

.page-count {
    /* color: #6c757d; */
    background-color: transparent;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.row-head.text-white a {
    color: var(--white);
}

.navbar-brand img {
    max-height: 50px;
}

.page-header .page-title h1 {
    display: inline-block;
    padding: 0 .7rem;
    font-size: 1.6rem;
}

.hint {
    font-size: 0.9rem;
    color: var(--gray);
}

.ol-num-kakko li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}

.ol-num-kakko li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}

.tos-content,
.tos-content p {
    color: var(--gray-dark);
    font-size: 13px;
}

.hdg-lv3-pt1 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    position: relative;
    margin-top: 32px;
    padding-left: 16px;
}

.hdg-lv3-pt1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    width: 8px;
    height: calc(100% - 9px);
}