/*#region Mkdocs Orign Style*/
body{
    font-family: "メイリオ","Meiryo","MS Gothic","MS 明朝","MS Mincho","Roboto","Helvetica Neue",serif,Helvetica,Arial,sans-serif;
}
.md-typeset__scrollwrap{
    margin: 0;
}
.md-typeset__table{
    display: table;
    margin-bottom: 0;
    padding: 0;
}
.md-typeset table:not([class]){
    display: table;
    max-width: 100%;
    overflow: auto;
    font-size: 0.7rem;
    background: var(--md-default-bg-color);
    border-radius: 0;
    box-shadow: none;
    touch-action: auto;
    border: none;
}
.md-typeset table:not([class]) tbody tr:hover{
    background-color: white;
    box-shadow: none;
}
.md-typeset table:not([class]) tr{
    transition: none;
}
.md-typeset table:not([class]) th{
    min-width: auto;
    padding: 6px 15px 0px 0px;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: baseline;
    background-color: white;
}
.md-typeset table:not([class]) td{
    padding: 0;
    vertical-align: baseline;
}
.md-footer-nav{
    display: none;
}
.md-footer-copyright{
	font-size: 0;
    }
.md-footer-copyright__highlight{
    font-size: 12.8px;
}
.md-sidebar__scrollwrap {
    max-height: 90%;
    margin: 0 .2rem;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.md-typeset p{
    margin: 0.3em 0 !important;
}
.md-typeset blockquote{
    padding-left: 0;
    color: hsla(0, 0%, 0%, 0.87);
    border-left: 0;
    background-color: #f0f0f0;
    border: solid 1px gray;
    padding: 5px 10px;
    margin: 0 0 1.5em 0 !important;
}
.md-typeset h2[id]:target{
    scroll-margin-top: 3.6rem;
}
.md-typeset h2[id]:target::before{
    margin-top: 3.4rem;
    padding-top: 0.3rem;
}
.md-nav--primary ul > li:focus,
.md-nav--primary ul > li:hover {
    background-color: #aae8cf;
    color: #198b67;
}
.md-nav--primary ul > li.md-nav__item--active{
    background-color: #aae8cf;
    color: #198b67;
}
.md-nav__item .md-nav__link--active{
    color: #198b67!important;
}
.md-sidebar--secondary .md-nav__link:focus, .md-sidebar--secondary .md-nav__link:hover{
    color: #1da177;
}
.md-nav--primary .md-nav__link:focus, .md-nav--primary .md-nav__link:hover{
    color: #198b67;
}
.md-nav--primary .md-nav__title{
    padding-bottom: 0.6rem;
}
.md-nav--primary ul > li > a{
    padding: 0.6rem 0px;
    margin-top: 0 !important;
}
.md-nav__link{
    display: block;
}
.md-logo > img{
    border: none !important;
}
/*#endregion*/

/*#region Material for IE*/
html {
    background-color: hsl(0, 0%, 100%);
}
body, input {
    color: hsla(0, 0%, 0%, 0.87);
}
.md-header {
    color: #ffffff;
    background-color: #1da177;
    box-shadow: 0px 0px 0.2rem rgba(0,0,0,0.1), 0px 0.2rem 0.4rem rgba(0,0,0,0.2);
    transition: color 250ms, background-color 250ms, box-shadow 250ms;
    position: fixed;
}
.md-container {
    padding: 2.4rem 0 0 0;
}
.md-typeset h1 {
    color: hsla(0, 0%, 0%, 0.54);
}
.md-typeset a {
    color: hsl(174, 100%, 29%);
}
.md-overlay {
    background-color: hsla(0, 0%, 0%, 0.54);
}
.md-sidebar {
    position: fixed;
    height: auto;
}
.md-sidebar--secondary {
    right: 5rem;
    top: 4rem !important;
}
.md-sidebar--primary{
    background-color: #ddf3ef;
    color: #198b67;
    top: 2.4rem !important;
}
.md-footer {
    color: hsl(0, 0%, 100%);
    background-color: hsla(0, 0%, 0%, 0.87);
    z-index: 1;
}
@media screen and (min-width:1220px){
    .md-content {
        margin-left: 12.1rem;
        max-width: calc(100% - 12.1rem * 2);
        }    
}
@media screen and (max-width:1400px){
    .md-sidebar--secondary{
        right: 4rem;
    }
}
@media screen and (max-width:1360px){
    .md-sidebar--secondary{
        right: 3rem;
    }
}
@media screen and (max-width:1320px){
    .md-sidebar--secondary{
        right: 2rem;
    }
}@media screen and (max-width:1280px){
    .md-sidebar--secondary{
        right: 1rem;
    }
}
@media screen and (max-width:1240px){
    .md-sidebar--secondary{
        right: 0rem;
    }
}
@media screen and (max-width:76.18em){
    .md-nav {
        background-color: hsl(0, 0%, 100%)
    }
    .md-nav--primary [for=__drawer].md-nav__title {
        color: #ffffff;
        background-color: #1da177;
    }
    .md-nav--primary .md-nav__item {
        border-top: .05rem solid hsla(0, 0%, 0%, 0.07);
    }
    .md-content {
        max-width: calc(100% - 12.1rem);
        }   
    .md-sidebar--primary{
        top: 0 !important;       
        height: 100%; 
    }
    .md-sidebar--secondary{
        right: 0;
    }
    .md-nav--primary > ul > li > .md-nav--secondary > .md-nav__list,
    .md-nav--primary > .md-nav__list,
    .md-nav--primary > ul > li > .md-nav--secondary > ul > li:focus,
    .md-nav--primary > ul > li > .md-nav--secondary > ul > li:hover{
        background-color: #ddf3ef !important;
        color: #198b67;
    }
    .md-nav--primary ul > li > a.md-nav__link:focus, 
    .md-nav--primary ul > li > a.md-nav__link:hover{
        background-color: #aae8cf;
        color: #198b67;
    }
    .md-nav--primary .md-nav__item--active>.md-nav__link:focus, 
    .md-nav--primary .md-nav__item--active>.md-nav__link:hover{
        color: #198b67;
    }
}
@media screen and (max-width: 60em){
    
    .md-content {
        max-width: calc(100%);
        }    
}
/*#endregion*/

.padding-space {
    padding-right:10px
} 
.bg-gray{
    background-color: lightgray;
}
.bg-yellow{
    background-color: yellow;
}

/*#region Table Styling*/
table{
    margin-bottom: 1em !important;
}
thead th:empty{
    display: none;
}
table tr td:first-child {
    padding: 6px 20px 0px 0px !important;
    white-space: nowrap;
    vertical-align: baseline !important;
}
table.tbl-border{
    border-collapse: collapse;
}
table.tbl-border th,
table.tbl-border td,
table.tbl-border td:first-child{
    border: 1px solid gray;
    height: 1rem;
    line-height: 1rem;
    padding: 0.2rem !important;
}
table.tbl-border th{
    background-color: lightgray;
}
table.tbl-border th.center,
table.tbl-border td.center{
    text-align: center;
}
/*table inside Tip*/
.md-typeset .admonition .md-typeset__table td:first-child{
    white-space: pre-wrap;
}
/*#endregion*/

/*#region Icons styling*/
/* a.pdf-link::before{
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    margin-right: 5px;
} */
/*#endregion*/

/*#region Text styling*/
h2, h3{
    font-weight: bold !important;
}
h2{
    background-color: #1da177;
    color: #ffffff;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
h3{
    border-bottom: solid;
    border-bottom-color: lightgrey;
}
.font-red, sup.superscript, p.superscript{
    color: red;
}
.font-blue{
    color: blue !important;
}
.screen-name{
    color: #198b67;
    font-weight: bold;
}
span.display-mode, span.important-notice, p.important-notice{
    color:red;
    font-weight: bold;
}
.highlight-notice{
    text-decoration-line: underline;
}
p.highlight-title{
    margin-top: 20px !important;
    font-weight: bold;
}
span.gray-box-title, p.gray-box-title{
    font-weight: bold;
    padding-right: 10px;
}
div.md-content a{
    color: blue !important;
    text-decoration-line: underline;
}
article{
    font-size: 0.7rem !important;
}
/*#endregion*/

/*#region Images*/
img{
    width: 100%;
    height: auto;
    break-inside: avoid;
    border: solid 1px lightgray;
    margin-bottom: 1em;
    image-rendering: -webkit-optimize-contrast;
}
.md-typeset blockquote > p > img{
    margin-bottom: 0;
}
.img-icon{
    width: auto;
    height: 100%;
    max-height: 25px;
    margin-right: 5px;
    margin-bottom: 0px;
    border: none;
    vertical-align: middle;
}
.img-10{
    width: 10%;
    height: auto;
    break-inside: avoid;
}
.img-20{
    width: 20%;
    height: auto;
    break-inside: avoid;
}
.img-30{
    width: 30%;
    height: auto;
    break-inside: avoid;
}
.img-40{
    width: 40%;
    height: auto;
    break-inside: avoid;
}
.img-50{
    width: 50%;
    height: auto;
    break-inside: avoid;
}
.img-60{
    width: 60%;
    height: auto;
    break-inside: avoid;
}
.img-70{
    width: 70%;
    height: auto;
    break-inside: avoid;
}
.img-80{
    width: 80%;
    height: auto;
    break-inside: avoid;
}
.img-height{
    height: 2.5em;
    width: auto;
    break-inside: avoid;
    margin-bottom: 0;
}
/*#endregion*/

/*#region list styling*/
.md-typeset {
    counter-reset: h2;
}
.md-typeset h2[id]:before{
    display: inline;
    content: counter(h2) ". ";
    counter-increment: h2;
}
.md-typeset ul ol, 
.md-typeset ol ol,
.md-typeset ol ol ol {
    counter-reset: list;
    list-style: none !important;
}
.md-typeset ul ol > li,
.md-typeset ol ol > li,
.md-typeset ol ol ol > li {
    position: relative;
}
.md-typeset ul ol > li:before,
.md-typeset ol ol > li:before{
    content: counter(list);
    counter-increment: list;
    border: solid 1px hsla(0, 0%, 0%, 0.87);
    color: hsla(0, 0%, 0%, 0.87);
    display: block;
    float: left;
    line-height: .9rem;
    margin-top: .1rem;
    margin-left: -1.6em;
    text-align: center;
    height: .9rem;
    width: .9rem;
    border-radius: 50%;
    font-size: .6rem;
}
.md-typeset ol ol ol > li:before{
    content: "("counter(list)")";
    counter-increment: list;
    border: none;
    color: hsla(0, 0%, 0%, 0.87);
    display: block;
    float: left;
    line-height: 1rem;
    margin-top: 0;
    margin-left: -1.2em;
    text-align: center;
    height: 1rem;
    width: 1rem;
    font-size: .8rem;
}
nav.md-nav--secondary{
    counter-reset: nav;
}
nav.md-nav--secondary > ul > li > a.md-nav__link:before{
    display: inline;
    content: counter(nav) ". ";
    counter-increment: nav;
    
}
/*#endregion*/