.use__main {
  max-width: 730px;
  margin: 60px auto 80px;
  padding: 0 15px;
  text-align: justify;
  width: 100%;
}

.box h1 {
  color: #FF8C05;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin: 40px 0 20px;
  text-align: center;
}

.box h2 {
  margin: 20px 0 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}

.box a {
  color: #1ebbf0;
}

.box em {
  font-weight: bold;
}

.box p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}

.box ul {
  margin-bottom: 20px;
  padding: 0 20px;
}

.box ul li {
  margin-bottom: 5px;
  position: relative;
}

.box ul li::before {
  background-color: #333;
  border-radius: 50%;
  content: '';
  left: -12px;
  position: absolute;
  top: 5px;
  height: 6px;
  width: 6px;
}
.top .c-block {
    padding: 40px 0;
}

    .top .c-block:nth-child(even) {
        background-color: #FFF;
    }

.top .c-block__title {
    color: #FF8C05;
}

.top .c-block-year {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.top .l-list i {
    /*width: 30px;*/
}

.top .l-list-ttl {
    padding-left: 10px;
}

.top .pagenavi {
    margin-top: 10px;
}

.year {
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    padding-right: 25px;
}

    .year::before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #3C5088;
        content: '';
        position: absolute;
        top: 13px;
        right: 0;
    }

    .year ul {
        background-color: #FFF;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        display: none;
        position: absolute;
        text-align: center;
        width: 65px;
    }

        .year ul a {
            border-bottom: 1px solid #E5E5E5;
            display: block;
            font-size: 17px;
            line-height: 23px;
            padding: 3px 0;
            transition: .3s;
        }

            .year ul a:hover {
                background-color: #E5E5E5;
                opacity: 1;
            }

.show-value {
    color: #3C5088;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.detail {
    padding-bottom: 100px;
}

.detail__top {
    background-color: #EEE;
    margin-bottom: 40px;
    padding: 20px 15px;
    text-align: center;
}

    .detail__top h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
    }

    .detail__top .txt-date {
        color: #666;
        font-style: italic;
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

.detail__main {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.detail h3 {
    color: #FF8C05;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
}

.detail .l-list__item {
    border-bottom: 1px dashed #999;
    padding: 15px 0;
}

.detail .l-list-ttl span {
    color: #666;
    font-style: italic;
    font-weight: normal;
}

.detail .l-list-ttl em {
    text-decoration: underline;
}

.cmsContent {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

    .cmsContent h3 {
        margin-bottom: 40px;
    }

    .cmsContent p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        text-align: justify;
    }

        .cmsContent p:last-child {
            margin-bottom: 0;
        }

.cmsPdf h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

    .cmsPdf h3::before {
        background-color: #FF8C05;
        bottom: 0;
        content: '';
        left: calc(50% - 35px);
        position: absolute;
        height: 3px;
        width: 70px;
    }

.post .rollover, .post .rollover-video:not(.ts-slide), .post img, .textwidget img, img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
    max-width: 100%;
    height: auto;
}
.cmsContent img
{
    display: block;
    margin: 0 auto;
}

.cmsContent a {
    color: #0091ff;
}
/*.cmsContent ul {
    list-style: disc;
}*/

.cmsContent ol {
    list-style-type: decimal;
}

.cmsContent ol li{
    margin-left: 20px;
}

.cmsContent table {
    width: 100% !important;
}
/*# sourceMappingURL=dieukhoansudung.css.map */



.l-list__content .l-list-ttl {
    width: calc(100% - 40px);
    margin-bottom: 0;
}