@charset "UTF-8";
/* CSS Document */
h2 {
    font-size: 24px;
    font-weight: 700;
}

#policyContent_block {
    width: 90%;
    max-width: 1080px;
    /*font-family: 'Microsoft JhengHei';*/
    padding-bottom: 50px;
}

.block_title {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 53px;
    text-align: center;
    color: #3AAFA9;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sub_title {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 36px;
    font-weight: 700;
    color: #40474A;
}

.sub_content {
    font-size: 14px;
    text-align: left;
    line-height: 20.8px;
    font-weight: 400;
    color: #40474A;
}

.sub_content_indent p, .sub_content_indent li {
    text-indent: -0.8em;
    margin-left: 1em;
    /*padding: 2em;*/
    margin-top: 10px;
    text-align: left;
    line-height: 20.8px;
    font-weight: 400;
    color: #40474A;
}

.search_icon {
    left: 10px !important;
}

@media only screen and (min-width: 560px) {

    .block_title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 24px;
    }

    .sub_content {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1080px) {
    h2 {
        /*font-size: 40px;*/
        font-size: 36px;
    }
}

@media only screen and (min-width: 1480px) {

}