#str-contents {
    margin-top: 10px
}

@media screen and (max-width:750px) {
    #str-contents {
        margin-top: 0
    }
}

.hdg-l2 {
    margin-top: 30px;
    padding-bottom: 5px;
    line-height: 1.25;
    font-weight: bold;
    border-bottom: 1px solid #c9c9c9;
    font-size: 18px
}

@media screen and (max-width: 720px) {
    .hdg-l2 {
        margin-top: 35px;
        font-size: 16px
    }
}

.hdg-l3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px
}

@media screen and (max-width: 720px) {
    .hdg-l3 {
        margin-top: 10px
    }
}

.hdg-l2+.hdg-l3 {
    margin-top: 10px
}

.list-ol {
    list-style: none;
    margin-left: 0
}

.list-ol>li {
    margin-top: 5px;
    position: relative;
    list-style: none
}

.list-ol.list-ol-child {
    margin-top: 20px
}

.list-bullet {
    margin-top: 5px
}

.list-bullet>li {
    padding-left: 15px;
    position: relative;
    list-style: none;
    position: relative
}

.list-bullet>li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    overflow: hidden;
    position: absolute;
    top: .53em;
    left: 4px
}

.list-bullet>li:before {
    border-radius: 50%;
    background-color: #333
}

@media screen and (max-width: 550px) {
    .list-bullet>li {
        padding-left: 13px;
        position: relative
    }

    .list-bullet>li:before {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        overflow: hidden;
        position: absolute;
        top: .53em;
        left: 4px
    }
}

.notice-list>li {
    margin-top: 5px
}

.overview {
    background-color: #fafafa;
    padding: 15px;
    margin-top: 20px
}

.overview>:first-child {
    margin-top: 0
}

@media screen and (max-width: 720px) {
    .overview {
        margin-top: 10px !important;
        background-color: #f5f5f5
    }
}

.contact {
    border: 1px solid #bdbcbc;
    padding: 10px;
    margin-top: 10px
}

.contact>:first-child {
    margin-top: 0
}

.last-modified {
    margin-top: 30px;
    text-align: right
}

@media screen and (max-width: 550px) {
    .last-modified {
        margin-top: 20px
    }
}

.link-01 {
    text-decoration: none
}

.link-01:link,
.link-01:visited,
.link-01:hover,
.link-01:active {
    text-decoration: none
}

.section-indt {
    padding-left: 1em
}

.section-indt .hdg-l3{
    margin-top:4px;
}

.section-indt .hdg-l3.section-indt-hdg{
    margin-top:20px;
}

@media screen and (max-width: 720px) {
    .section-indt .hdg-l3 {
        margin-top:4px;
    }
    .section-indt .hdg-l3.section-indt-hdg {
        margin-top:16px;
    }
}