/* 一覧ページ */
ul.depth-0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 82px;
}
.depth-0 a {
    display: block;
    margin: 0;
    font-size: 1.7em;
    color: #153779 !important;
    font-weight: 600;
    padding-bottom: .5em;
    border-bottom: 10px solid #f2f2f2;
}
.depth-1 {
    margin: 1.5em 0 0;
}
.depth-1 a {
    display: block;
    margin: 0 0 .5em;
    font-size: 1.5em;
    color: #153779 !important;
    border-bottom: 0px solid #f2f2f2;
    position: relative;
    padding: 0 0 0 50px;
}
.depth-1 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 40px;
    height: 2px;
    background: #7bc9bd;
    border-radius: 50%;
}
.depth-2 a {
    background: #153779;
    padding: 1em;
    margin: 0;
    font-size: 1.2em;
    color: #fff !important;
    border-bottom: 0px solid #f2f2f2;
}
.depth-2 a:before {
    content: none;
}
.manual-items {
    border: 1px solid #ccc;
    padding: 2em !important;
    margin-bottom: 1em;
}
.manual-item a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    background: none;
    font-weight: 400;
    color: #153779 !important;
    border-bottom: 0px solid #f2f2f2;
}
.manual-item a:hover {
    text-decoration: underline !important;
}
.manual-item .no {
    color: #7bc9bd;
    font-size: 1.3em;
}
.manual-item .day {
    color: #888;
    font-size: .9em;
}

/* 手順ページ */
.manual-content h1 {
    border-top: 10px solid #153779;
    border-bottom: 5px solid #f2f2f2;
    padding: 2em 0;
    margin: 0 0 1.5em 0;
}
.manual-content h2 {
    padding: 1.5em;
    margin: 0 0 2em 0 !important;
    background: #f7f7f7;
    border-left: solid 5px #7bc9bd;
}
.manual-header {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    align-items: start;
    margin: 0 0 3em;
}
.no-image {
    font-size: .9em;
    color: #aaa;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #f7f7f7;
}
.manual-icon {
    display: flex;
    justify-content: center;
}
.manual-icon img {
    max-height: 100px;
    width: auto;
}
.manual-title-area {
    align-self: center;
}
.manual-description {
    margin: 0;
}
.manual-spec {
    border: 3px solid #7bc9bd;
}
.manual-spec-ttl {
    background: #ebf7f3;
    padding: 1em 2em;
    font-size: 1.1em;
}
.manual-spec p {
    padding: 2em;
    margin: 0;
}
.step-block {
    margin-top: 5em;
    padding-top: 5em;
    border-top: 5px solid #f2f2f2;
}
.single_day {
    font-size: .5em;
    font-weight: 400;
    color: #888;
}
.manual-tree-menu ul {
    list-style: none;
    padding: 0;
}
.manual-tree-menu {
    margin: 4em 0;
}
.manual-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 3em;
    table-layout: fixed;
    font-size: .9em;
}
.manual-table td {
    border: 1px solid #ccc;
    padding: .5em 1em;
    text-align: left;
}
.step-detail-view {
    margin: 5em 0 0;
}
.detail-title {
    padding: 0 0 0 1em;
    border-left: solid 4px #153779;
    font-size: 1.2em;
}
.manual-footer {
    margin-top: 5em;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
    text-align: right;
    color: #888;
    font-size: .8em;
    font-weight: 400;
}