@charset "utf-8";
/*--京sscms_style.css--*/
/* ##########PC########## */
/*CMSデフォルトスタイル*/
.note-editable ol,
.note-editable ul{
    list-style:none;
    padding-left: 0;
}

.note-editable ol li,
.note-editable ul li{
    list-style-position: unset;
}

.page_body h3,
.note-editable h3{
    font-size: 1.3em;
    font-weight: 700;
    color: #0b3178;
    margin: 1.5em 0 0.6em 0;
    border-bottom: 2px solid #0b3178;
    margin-bottom: 1em;
    padding: 0 0.6em 0.3em 0.6em;
}

.page_body h4,
.note-editable h4{
    font-size: 1.2em;
    font-weight: 500;
    margin: 1em 0 0.5em 0;
    line-height: 1.4;
    position: relative;
    padding-left: 0.7em;
}
.page_body h4::before,
.note-editable h4::before{
    content: "";
    display: block;
    width: 0;
    border-left: 0.25rem solid #0b3178;
    height: 1em;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.page_body h5,
.note-editable h5{
    font-size: 1.1em;
    font-weight: 500;
    margin: 1em 0 0.5em 0;
}

.page_body h6,
.note-editable h6{
    font-size: 1.05em;
    font-weight: 500;
    margin: 1em 0 0.5em 0;
}

.page_body p,
.note-editable p{
    margin: 0 0.5em 1em 0.5em;
}

.page_body a,
.note-editable a{
    color: #003d84;
}

.page_body ul,
.note-editable ul{
    margin: 1em 0.5em;
    line-height: 1.4;
}

.page_body ul li,
.note-editable ul li{
    margin-bottom: 0.6em;
    position: relative;
    padding-left: 1em;
}

.page_body ul li::before,
.note-editable ul li::before{
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    position: absolute;
    top: 0.1em;
    left: 0;
    color: rgba(65, 63, 112, 0.8);
}

.page_body ol,
.note-editable ol{
    margin: 1em 0.5em;
    list-style: decimal;
    line-height: 1.6;
}

.page_body ol li,
.note-editable ol li{
    margin-bottom: 0.6em;
    margin-left: 1em;
}

.page_body table,
.note-editable table{
    width: 100%;
    margin: 1em 0;
    line-height: 1.6;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.page_body table th,
.note-editable table th{
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    background-color: #595857;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 0.25em 0.5em;
}

.page_body table td,
.note-editable table td{
    border: 1px solid rgb(135 135 135 / 32%);
    text-align: center;
    padding: 0.3em;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}

.page_body table th p,
.page_body table td p,
.note-editable table th p,
.note-editable table td p{
    margin: 0;
}

@media screen and (min-width:1px) and (max-width:1024px) {
}

@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
}
/* ##########印刷用########## */
@media print{

}