/* ---------------------------------------------------
    CONTENT MAIN STYLE
----------------------------------------------------- */
.container {
    max-width: 920px;
}

 .entryInfomationContain{
     height:100px;
     margin:10px auto;
     background-color:#e9ecef;
     display:flex;
 }
 
 .entryTermInfomation{
     margin:auto;
     text-align:center;
     width:100%;
 }
 
 .bg-danger-subtle {
  background-color: #f8d7da !important;
}

/* ---------------------------------------------------
    TOKUSHOHO STYLE
----------------------------------------------------- */
a.tokushoho,
.tokushoho:hover,
.tokushoho:focus {
    color: #007bff;
    text-decoration: none;
    position: relative;
}
a.tokushoho::after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #666 1px solid;
    border-right: #666 1px solid;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
a.tokushoho[aria-expanded=false]::after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}
a.tokushoho[aria-expanded=true]::after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-duration: 0.3s;
}

.tokushohoTable {
    font-size: .9rem;
    margin-left: .25rem;
    margin-right: .25rem;
    border: 1px solid #dee2e6;
}

.tokushohoTable .tokushohoTitle {
    background-color: #6c757d;
    color: whitesmoke;
}