.history-inner {
    width: 96%;
    max-width: 700px;
    margin: 0 auto;
}
.history-inner .common-txt {
    font-size: 14px;
}
.pageAnker {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.shinjou-list {
    padding-left: 1em;
    text-indent: -2em;
    line-height: 1.3;
    margin-bottom: 0.8em;
}
@media screen and (min-width:768px) {
    .shinjou-list {
        text-indent: -1.5em;
    }    
}

.shinjou-list-txt01{
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 1em;
    padding-top: 2em;
}
.shinjou-list small {
    font-size: 12px;
    margin-right: 1em;
    color: #777;
    font-weight: normal;
}
.shinjou-list-txt02{
    font-size: 0.9em;
}
.shinjou-list-txt03{
    font-size: 0.9em;
    color: #7e7e7e;
}



.history-area01 {
    padding: 0 1em;
}
.history-block01 {
    padding: 1em;
    margin-bottom: 1em;
    font-size: 0.8em;
    background: #ecf2fb;
}
.history-block-ttl {
    font-weight: bold;
    margin-bottom: 0.8em;
    line-height: 1.3;
}
.history-block-txt {
    line-height: 1.3;
    margin-bottom: 0.8em;
}
.history-block-items {
    padding: 1.6em 0 0.8em;
    border-top: 1px solid #ccc;
    margin-top: 1.6em;
}

.history-block-list:before {
    content:"●";
    margin-right: 0.5em;
    margin-left: -1.3em;
    font-size: 0.7em;
}
.history-block-list {
    margin-bottom: 0.8em;
    line-height: 1.3;
    vertical-align: middle;
    padding-left: 1.2em;
}
.history-block-list small{
    font-size: 10px;
    color: #7e7e7e;
}
.history-block02 {
    padding: 1em;
    /* border: 1px solid #762d30; */
    font-size: 0.8em;
    margin-bottom: 1em;
    background: #ffefef;
}

.history-ttl {
    color: #7e7e7e;
    font-style: italic;
    margin: 2em 0 1em;
    font-weight: 100;
    line-height: 1.6;
    font-size: 0.85em;
}

.history-jisseki-items {
    border: 1px solid #999;
    padding: 1em 1.6em 1.6em;
    line-height: 1.5;
    font-size: 0.8em;
    margin-bottom: 4em;
}

.history-jisseki-ttl {
    font-weight: bold;
    padding: 5px 0 0;
}

.history-jisseki-list {
    margin-left: 6em;
    text-indent: -4em;
}

@media screen and (min-width:768px) {
    .history-area01 {
        display: flex;
        justify-content: space-between;
        padding: 0 2em;
    }
    .history-block01 {
        width: 48%;
    }
    .history-block02 {
        width: 48%;
    }
}

.history-jisseki-img {
    text-align: center;
    padding-bottom: 2em;
}

.history-jisseki-img img {
    width: auto;
    max-width: 80%;
}

.history-jisseki-img figcaption {
    color: #999;
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
    padding: 8px 0;
}