@charset "UTF-8";

/* =========================================================
  contentGpArticleDoc, contentPage, cke_editable
========================================================= */
.contentGpArticleDoc .docNo {
    display: inline-block;
    margin-right: 1rem;
}

.contentGpArticleDoc .date {
    margin: 0 0 1.25rem;
}

.contentGpArticleDoc .date p {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.contentGpArticleDoc .body,
.contentPage .body {
    min-height: 18.75rem;
    margin: 0 0 5rem;
}

.contentGpArticleDoc .body .text-beginning>*:first-child,
.contentPage .body>*:first-child,
.cke_editable>*:first-child {
    margin-top: 0;
}

.contentGpArticleDoc .body p,
.contentPage .body p,
.cke_editable p {
    margin: 0 0 1rem;
}

.contentGpCategoryCategory h2,
.contentGpArticleDoc h2,
.contentPage h2,
.cke_editable h2 {
    display: flex;
    align-items: center;
    margin: 3rem 0 1.5rem;
    padding: 0.8rem 0.8rem 1rem;
    background-color: var(--main-color-2);
    color: var(--mono-color-9);
    font-size: 1.6rem;
    line-height: 1.3;
}

.contentGpCategoryCategory h3,
.contentGpArticleDoc h3,
.contentPage h3,
.cke_editable h3 {
    display: flex;
    align-items: center;
    height: 2.5rem;
    margin: 1.8rem 0 2rem;
    padding: 2px 0 0 1.5rem;
    border-left: 2px solid var(--main-color-2);
    font-weight: bold;
}

.contentGpCategoryCategory h4,
.contentGpArticleDoc h4,
.contentPage h4,
.cke_editable h4 {
    margin: 1.5rem 0;
    padding: 2px 0 0;
    font-weight: bold;
}

.contentGpCategoryCategory img,
.contentGpArticleDoc img,
.contentPage img,
.cke_editable img {
    border-color: var(--main-color-2);
}

.contentGpCategoryCategory table,
.contentGpArticleDoc table,
.contentPage table,
.cke_editable table {
    margin: 0 auto 1.875rem;
    border-collapse: collapse;
}

.contentGpCategoryCategory table,
.contentGpArticleDoc table,
.contentPage table {
    border: 1px solid var(--mono-color-6);
}

.cke_editable table {
    border: 1px solid var(--mono-color-6) !important;
}

.contentGpCategoryCategory table p,
.contentGpArticleDoc table p,
.contentPage table p,
.cke_editable table p {
    margin-bottom: 0;
}

.contentGpArticleDoc table caption,
.contentPage table caption,
.cke_editable table caption {
    margin: 0.5rem;
    text-align: center;
}

.contentGpCategoryCategory table th,
.contentGpCategoryCategory table td,
.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td,
.cke_editable table th,
.cke_editable table td {
    padding: 6px 10px;
    text-align: center;
    word-wrap: break-word;
}

.contentGpCategoryCategory table th,
.contentGpCategoryCategory table td,
.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td,
.cke_editable table th,
.cke_editable table td {
    border: 1px solid var(--mono-color-5);
}

.contentGpArticleDoc table th {
    width: 45%;
    background-color: var(--mono-color-7);
    font-weight: normal;
}

.contentGpArticleDoc table td {
    width: 55%;
}

.contentGpCategoryCategory th,
.contentGpArticleDoc th,
.contentPage th,
.cke_editable th {
    background-color: var(--mono-color-6);
}

.contentGpArticleDo table td {
    background-color: var(--mono-color-6);
}

.contentGpArticleDoc ul,
.contentGpArticleDoc ol,
.contentPage ul,
.contentPage ol,
.cke_editable ul,
.cke_editable ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.contentGpArticleDoc ul li,
.contentPage ul li,
.cke_editable ul li {
    position: relative;
}

.contentGpArticleDoc ul li::before,
.contentPage ul li::before,
.cke_editable ul li::before {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -15px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #818a92;
    content: "";
}


.contentGpArticleDoc ol,
.contentPage ol,
.cke_editable ol {
    list-style-type: decimal;
}

.contentGpArticleDoc li,
.contentPage li,
.cke_editable li {
    margin-bottom: 0.5rem;
}

.contentGpArticleDoc blockquote,
.contentPage blockquote,
.cke_editable blockquote {
    position: relative;
    padding: 10px;
    border-top: 1px solid var(--main-color-2);
    border-bottom: 1px solid var(--main-color-2);
    border-left: none;
}

.contentGpArticleDoc blockquote::before,
.contentGpArticleDoc blockquote::after,
.contentPage blockquote::before,
.contentPage blockquote::after,
.cke_editable blockquote::before,
.cke_editable blockquote::after {
    position: absolute;
    background-color: var(--mono-color-9);
    color: var(--main-color-2);
    font-size: 40px;
    line-height: 1;
    text-align: center;
    content: '"';
}

.contentGpArticleDoc blockquote::before,
.contentPage blockquote::before,
.cke_editable blockquote::before {
    top: -8px;
    left: -10px;
}

.contentGpArticleDoc blockquote::after,
.contentPage blockquote::after,
.cke_editable blockquote::after {
    right: -10px;
    bottom: -32px;
}

.contentGpArticleDoc blockquote cite,
.contentPage blockquote cite,
.cke_editable blockquote cite {
    display: block;
    padding-right: 30px;
    color: var(--main-color-2);
    font-size: 0.8125rem;
    text-align: right;
}

.contentGpArticleDoc blockquote p:last-child,
.contentPage blockquote cite p:last-child,
.cke_editable blockquote p:last-child {
    margin: 0;
}

.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags,
.contentGpArticleDoc .qrcode,
.contentGpArticleDoc .inquiry,
.cke_editable .map,
.cke_editable .rels,
.cke_editable .tags {
    margin-bottom: 30px;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2,
.cke_editable .maps h2,
.cke_editable .rels h2,
.cke_editable .tags h2 {
    margin: 0 0 10px;
    padding: 7px 0 7px 16px;
    border: none;
    background-color: var(--main-color-2);
    color: var(--mono-color-1);
    font-weight: bold;
    font-size: 1rem;
}

.contentGpArticleDoc .maps h3,
.cke_editable .maps h3 {
    margin: 0 0 12px;
    padding: 0;
    border-width: 0 0 2px;
    border-style: none none solid;
    border-color: var(--mono-color-3);
    background-color: transparent;
    color: var(--mono-color-1);
    font-weight: bold;
    font-size: 1rem;
}

.contentGpArticleDoc #placeList {
    position: relative;
    margin-bottom: 0.5rem;
}

.contentGpArticleDoc #placeList::before {
    position: relative;
    content: "ルート案内：";
}

.contentGpArticleDoc .inquiry h2,
.contentPage .inquiry h2 {
    margin: 0;
    padding: 7px 0 7px 16px;
    border: none;
    background-color: var(--mono-color-3);
    color: var(--mono-color-1);
    font-weight: bold;
    font-size: 1rem;
}

.contentGpArticleDoc address,
.contentPage address {
    padding: 16px;
    border-width: 0 1px 1px;
    border-style: none solid solid;
    border-color: var(--mono-color-3);
    font-style: normal;
}

.contentGpArticleDoc address .section,
.contentPage address .section {
    font-weight: bold;
}

/* template contents  */
.contentGpArticleDoc .material,
.contentGpArticleDoc .memo {
    display: flex;
}

.contentGpArticleDoc .material-name,
.contentGpArticleDoc .memo-name {
    flex-basis: 6rem;
    margin-right: 1rem;
    padding: 4px 10px;
    background-color: var(--mono-color-6);
}

.contentGpArticleDoc .material-body,
.contentGpArticleDoc .memo-body {
    padding: 4px 0;
}

/* =========================================================
  similarDocs (joruri-search)
========================================================= */
#similarDocs #reldoc {
    padding: 0 10px;
}

#similarDocs #reldoc li {
    padding: 12px 0;
}

#similarDocs #reldoc li:not(:last-child) {
    border-bottom: 1px solid var(--mono-color-3);
}

#similarDocs #reldoc .date {
    color: var(--mono-color-1);
    font-size: 0.875rem;
}

#similarDocs #reldoc .date::before {
    content: "（";
}

#similarDocs #reldoc .date::after {
    content: "）";
}

@media only screen and (max-width: 959px) {
    #similarDocs #reldoc {
        padding: 0;
    }

    #similarDocs #reldoc li {
        padding: 12px;
    }
}

/* print btn
----------------------------------------------- */
#printBtn {
    display: block;
    text-align: right;
}

#printBtn svg {
    margin: 0 4px 2px 0;
}

/*==================================================
 以下追記 
 ===================================================*/
.contentGpArticleDoc .date {
    text-align: right;
}