@charset "utf-8";
.sec-container p{
    font-size: 1rem;
}

.est-date{
    text-align: right;
}

.term-ttl{
    font-weight: bold;
    margin-bottom: 1rem;
}

.ttl-inside{
    font-weight: bold;
    margin: 1rem 0;
}

.term-item{
    text-align: left;
    background: #fff;
    padding: 1rem;
    margin-top: 1rem;
    line-height: 1rem;
}

.term-item:nth-of-type(n + 2){
    margin-top: 2rem;
}

.term-txt li{
    text-indent: -1em;
    padding-left: 1em;
}

.term-txt li:nth-of-type(n + 2){
    margin-top: 1rem;
}

.list-inside{
    margin-top: 1rem;
}

.term-item a {
    font-weight: bold;
    color: #2066BC;
    text-indent: 0em;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 20px;
}

.txt-other{
    margin-top: 1rem;
}

.border {
    text-indent: 0em;
}

.center{
    text-align: center;
}