body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 1px;
    color: #333333;
}

@media (min-width: 768px) {
    body {
        padding-top: 5%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 180%;
        padding-top: 54px;
    }
}

/*------------------------------*/

.topNav {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #FFFFFF;
}

@media (min-width: 768px) {
    .activeScroll .topNav {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    }
}

/*------------------------------*/

.topNavContent {
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .topNavContent {
        height: 54px;
    }
}

/*------------------------------*/

a.topLogo {
    display: block;
    position: relative;
    z-index: 500;
    top: 0;
    left: 0;
    width: 25%;
    background: url("../images/topLogo.jpg") no-repeat center center #FFFFFF;
    background-size: contain;
    text-decoration: none;
    padding: 0 0 5% 0;
}

a.topLogo:hover {
    opacity: .7;
}

@media (max-width: 767px) {
    a.topLogo {
        width: 270px;
        height: 54px;
        padding: 0;
    }
}

/*------------------------------*/

.topLogo2-box {
    width: 100%;
    position: relative;
    z-index: 10;
}

.topLogo2 {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 7.8125%;
    max-width: 150px;
}

@media (max-width: 767px) {
    .topLogo2 {
        top: 10px;
        right: 10px;
        width: 60px;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuOpen {
        display: none !important;
    }
}

.topMenuOpen {
    position: absolute;
    z-index: 497;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: url("../images/open-menu.jpg") no-repeat center center #0060b5;
    background-size: contain;
}

.menuOpening .topMenuOpen {
    display: none;
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuClose {
        display: none !important;
    }
}

.topMenuClose {
    display: none;
    position: absolute;
    z-index: 499;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: url("../images/close-menu.jpg") no-repeat center center #0060b5;
    background-size: contain;
}

.menuOpening .topMenuClose {
    display: block;
}

/*------------------------------*/

@media (max-width: 767px) {
    .topNavMenuBox {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;

        overflow-y: auto;
        position: absolute;
        z-index: 498;
        top: 54px;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        visibility: hidden;
        background: #0060b5;
        padding: 0 0 54px 0;
    }

    .topNavMenuBox.show {
        height: 100vh;
        opacity: 1;
        visibility: inherit;
    }

    .topNavMenuBox,
    .topNavMenuBox a {
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 2px;
        color: #FFFFFF;
        text-decoration: none;
    }
}

/*------------------------------*/

.topLang {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .topLang {
        position: absolute;
        top: 0;
        right: 0;
        width: 10.20%;
        height: 100%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
    }

    .topLangActive,
    a.topLangLink {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        width: 50%;
        height: 100%;
        border: 1px solid transparent;
    }

    .topLangActive {
        background: #0060b5;
        color: #FFFFFF;
    }

    a.topLangLink {
        background: #FFFFFF;
        color: #0060b5;
        text-decoration: none;
    }

    a.topLangLink:hover {
        background: #0060b5;
        color: #FFFFFF;
        border-left: 1px solid #FFFFFF;
    }

    .topLangLine {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topLang {
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topLang {
        font-size: 14px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .topLang {
        padding: 20px;
        border-bottom: 1px solid #FFFFFF;
    }

    .topLangLine {
        width: 2px;
        height: 20px;
        background: #FFFFFF;
        margin: 0 10px;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenu {
        position: absolute;
        top: 0;
        right: 10.20%;
        width: auto;
        height: 100%;

        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 4px;
        color: #333333;
    }

    .topMenu a {
        color: #333333;
        text-decoration: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topMenu {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topMenu {
        font-size: 13px;
        line-height: 150%;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuTB {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        position: relative;
        width: auto;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .topMenuTB > li {
        position: relative;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        margin-right: 60px;
    }

    .topMenuTB > li > a {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
    }

    .topMenuTB > li > a:after {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: -3px;

        content: '';
        width: 0;
        height: 2px;
        background: #0060b5;

        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .topMenuTB > li > a:hover:after,
    .topMenuTB > li > a.active:after,
    .topMenuTB > li.topMenuSub:hover > a:after {
        width: 100%;
    }
}

@media (max-width: 1499px) and (min-width: 1200px) {
    .topMenuTB > li {
        margin-right: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topMenuTB > li {
        margin-right: 25px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topMenuTB > li {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .topMenuTB,
    .topMenuTB > li {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
    }

    .topMenuTB > li {
        position: relative;
        border-bottom: 1px solid #FFFFFF;
    }

    .topMenuTB > li > a {
        width: 100%;
        display: block;
        padding: 20px;
    }
}

/*------------------------------*/

/*.topMenuTB > li.topMenuSub > a {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .topMenuTB > li.topMenuSub > a:before {
        content: '';
        width: 2px;
        height: 15px;
        background: #FFFFFF;

        position: absolute;
        top: 27px;
        right: 27px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .topMenuTB > li.topMenuSub > a:after {
        content: '';
        width: 15px;
        height: 2px;
        background: #FFFFFF;

        position: absolute;
        top: 27px;
        right: 20px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .topMenuTB > li.topMenuSub > a.activeShow:before {
        display: none !important;
    }
}*/

/*------------------------------*/

@media (min-width: 768px) {
    .topMenu .dropDownIcon {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .topMenu .dropDownIcon {
        width: 45px;
        height: 58px;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .topMenu .dropDownIcon:before {
        content: '';
        width: 2px;
        height: 12px;
        background: #FFFFFF;
        position: absolute;
        top: 23px;
        right: 20px;
    }

    .topMenu .dropDownIcon:after {
        content: '';
        width: 12px;
        height: 2px;
        background: #FFFFFF;
        position: absolute;
        top: 28px;
        right: 15px;
    }

    .topMenu .dropDownIcon.activeShow:before {
        display: none !important;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topMenuDown {
        position: absolute;
        z-index: 1;
        left: -20%;
        right: 0;
        top: -15px;
        visibility: hidden;
        opacity: 0;

        width: 140%;
        background: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding: 0 20% 15px 20%;

        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .topMenuTB > li.topMenuSub:hover .topMenuDown {
        top: 100%;
        visibility: inherit;
        opacity: 1;
    }

    .topMenuDown > a {
        width: 100%;
        position: relative;
        display: block;
        margin: 15px 0 0 0;
    }

    .topMenuDown > a:before {
        position: absolute;
        left: 0;
        bottom: -6px;
        opacity: 0;

        content: '';
        width: 7px;
        height: 7px;
        background: #0060b5;
        margin: 0;

        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;

        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .topMenuDown > a:hover:before {
        opacity: 1;
        margin-left: 100%;
    }

    .topMenuDown > a:after {
        position: absolute;
        left: 0;
        bottom: -3px;

        content: '';
        width: 0;
        height: 1px;
        background: #0060b5;

        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .topMenuDown > a:hover:after {
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .topMenuDown {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .topMenuDown {
        font-size: 12px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .topMenuDown {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;

        position: relative;
        opacity: 0;
        visibility: hidden;
        height: 0;
        padding: 10px 20px 10px 40px;
        margin-top: -20px;
    }

    .topMenuDown.activeShow {
        height: auto;
        opacity: 1;
        visibility: inherit;
        margin-top: 0;
    }

    .topMenuDown > a {
        display: table;
        font-size: 14px;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .topMenuDown > a:before {
        content: '-';
        padding-right: 5px;
    }
}

/*------------------------------*/

.pageDown {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    position: absolute;
    z-index: 11;
    right: 3%;
    bottom: -35px;

    width: 12px;
    height: 195px;
    background: url("../images/scroll-down.png") no-repeat top center;
    background-size: contain;
}

a.pageDown {
    display: block;
    text-decoration: none;
}

.pageDown:hover {
    height: 180px;
}

.pageDown:before {
    position: absolute;
    right: 6px;
    bottom: 0;

    content: '';
    width: 1px;
    height: 70px;
    background: #dddddd;
}

.pageDown:after {
    position: absolute;
    right: 3px;
    bottom: 0;

    content: '';
    width: 7px;
    height: 7px;
    background: #32afdc;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


@media (max-width: 1199px) and (min-width: 992px) {
    .pageDown {
        width: 11px;
        height: 190px;
    }

    .pageDown:hover {
        height: 175px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageDown {
        width: 10px;
        height: 180px;
    }

    .pageDown:hover {
        height: 170px;
    }
}

@media (max-width: 767px) {
    .pageDown {
        width: 9px;
        height: 170px;
    }

    .pageDown:hover {
        height: 155px;
    }

    .pageDown:before {
        right: 4px;
    }

    .pageDown:after {
        right: 1px;
    }
}

/*------------------------------*/

.pageTopBox {
    position: relative;
}

a.pageTop {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    position: absolute;
    right: 30px;
    bottom: 10px;

    display: block;
    width: 12px;
    height: 130px;
    background: url("../images/pageTop.png") no-repeat bottom center;
    background-size: contain;
    text-decoration: none;
    margin: 0;
}

a.pageTop:hover {
    background-position: 0 55px !important;
}

a.pageTop:before {
    position: absolute;
    top: 0;
    right: 6px;

    content: '';
    width: 1px;
    height: 50px;
    background: #dddddd;
}

a.pageTop:after {
    position: absolute;
    top: 0;
    right: 3px;

    content: '';
    width: 7px;
    height: 7px;
    background: #32afdc;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

@media (max-width: 1199px) {
    a.pageTop {
        right: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    a.pageTop {
        width: 11px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    a.pageTop {
        width: 9px;
        height: 110px;
    }

    a.pageTop:before {
        right: 4px;
    }

    a.pageTop:after {
        right: 1px;
    }
}

/*------------------------------*/

@media (min-width: 768px) {
    .topFooterMenu {
        display: none !important;
    }
}

.topFooterMenu > a {
    width: 100%;
    display: table;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 20px;
}

/*------------------------------*/

.footerBox {
    background: #0060b5;
    padding: 20px 0;
}

.footerContent {
    position: relative;
}

.footerText {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 991px) and (min-width: 768px) {
    .footerText {
        text-align: left;
    }
}

.footerMenu {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -3px;
}

.footerMenu > a {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .footerMenu {
        display: none;
    }
}

/*------------------------------*/

.footerLogo {
    width: 100%;
    max-width: 500px;
    padding: 0 30px;
    margin: 40px auto;
}

/*------------------------------
all page
------------------------------*/

.pageSection {
    padding: 150px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageSection {
        padding: 120px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageSection {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .pageSection {
        padding: 60px 0;
    }
}

/*------------------------------*/

.pageTitle {
    width: 100%;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: 4px;
    text-align: center;
    padding: 0 0 15px 0;
}

.pageTitle:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    content: '';
    width: 7px;
    height: 7px;
    background: #32afdc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageTitle {
        font-size: 40px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageTitle {
        font-size: 32px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .pageTitle {
        font-size: 28px;
        line-height: 120%;
    }
}

/*------------------------------*/

.pageBanner {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

/*------------------------------*/

.pageBanner_content {
    position: relative;
    width: 100%;
    padding-bottom: 43%;
}

@media (max-width: 767px) {
    .pageBanner_content {
        height: 66.934vw;
        padding: 0;
    }
}

/*------------------------------*/

.pageBanner_title {
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #FFFFFF;
    font-size: 62px;
    line-height: 120%;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pageBanner_title {
        font-size: 52px;
        line-height: 120%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageBanner_title {
        font-size: 42px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .pageBanner_title {
        font-size: 32px;
        line-height: 120%;
    }
}

/*------------------------------
top news
------------------------------*/

.newsSelect {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 70px 0;
}

.newsSelect > li {
    width: 50%;
    display: block;
}

.newsSelect > li:not(:last-child) {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .newsSelect {
        max-width: 100%;
        margin: 35px 0;
    }

    .newsSelect > li:not(:last-child) {
        padding-right: 15px;
    }
}

/*------------------------------*/

.newsList {
    margin: 70px 0;
}

@media (max-width: 767px) {
    .newsList {
        margin: 35px 0;
    }
}

/*------------------------------*/

.newsListTb {
    width: 100%;
    display: table;
    clear: both;
    border-bottom: 1px solid #dddddd;
    padding: 30px 0;
    margin: 0;
}

.newsList > .newsListTb:first-child {
    padding-top: 0;
}

.newsListTb > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.newsListTb > li.newsDate {
    width: 110px;
    color: #787878;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.newsListTb > li.newsLabel {
    width: 80px;
}

.newsListTb > li.newsTitle {
    padding: 0 15px 0 0;
}

@media (min-width: 1200px) {
    .newsListTb > li.newsMore {
        width: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .newsListTb > li.newsMore {
        width: 45px;
    }
}

@media (max-width: 575px) {
    .newsListTb > li.newsDate,
    .newsListTb > li.newsLabel {
        display: inline-block;
        vertical-align: middle;
    }

    .newsListTb > li.newsDate {
        width: 100px;
    }

    .newsListTb > li.newsTitle {
        width: 100%;
        display: block;
        padding: 10px 0 15px 0;
    }

    .newsListTb > li.newsMore {
        width: 60px;
        float: right;
    }

    .newsListTb > li.newsListRow {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*------------------------------*/

.newsLabelBox {
    display: block;
    width: 70%;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 6px 0;
}

/*------------------------------*/

a.newsListLink {
    width: 100%;
    display: block;
    color: #333333;
    text-decoration: none;
}

a.newsListLink:hover {
    color: #32afdc;
}

/*------------------------------*/

.newsListDetail {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.newsListDetail > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .newsListDetail > li.newsListTitle {
        padding: 0 65px 0 0;
    }

    .newsListDetail > li.newsListMore {
        width: 60px;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .newsListDetail > li.newsListTitle {
        padding: 0 60px 0 0;
    }

    .newsListDetail > li.newsListMore {
        width: 45px;
    }
}

@media (max-width: 575px) {
    .newsListDetail > li.newsListTitle {
        width: 100%;
        display: block;
        padding: 10px 0 15px 0;
    }

    .newsListDetail > li.newsListMore {
        position: absolute;
        right: 0;
        width: 60px;
    }
}

/*------------------------------*/

.newsMoreLink {
    display: block;
    position: relative;
    width: 100%;
    height: 7px;
}

.newsMoreLink:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 100%;
    height: 1px;
    background: #333333;
    margin: 1px 0 0 0;
}

a.newsListLink:hover .newsMoreLink:before {
    background: #32afdc;
}

.newsMoreLink:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #333333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 1px 0 0 0;
}

a.newsListLink:hover .newsMoreLink:after {
    background: #32afdc;
    margin-left: 100%;
}

/*------------------------------*/

a.newsListPDF {
    display: block;
    width: 31px;
    height: 34px;
    background: url("../images/pdf-icon3.png") no-repeat center;
    background-size: contain;
}

a.newsListPDF:hover {
    opacity: .7;
}

@media (min-width: 576px) {
    a.newsListPDF {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 75px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    a.newsListPDF {
        right: 60px;
    }
}

@media (max-width: 575px) {
    a.newsListPDF {
        margin-left: 15px;
    }
}

/*------------------------------*/

a.newsViewMore {
    position: relative;
    display: block;
    width: 220px;
    background: #333333;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

a.newsViewMore:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #0060b5;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

@media (min-width: 768px) {
    a.newsViewMore:hover:before {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@media (max-width: 767px) {
    a.newsViewMore:hover {
        background: #0060b5;
    }
}

/*------------------------------*/

.newsViewMoreText {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.newsViewMoreText:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    margin: 1px 0 0 0;
}

.newsViewMoreText:after {
    position: absolute;
    top: 50%;
    right: 44px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 1px 0 0 0;
}

.newsViewMoreText:hover:after {
    right: 10px;
}

/*------------------------------
top about
------------------------------*/

.aboutRow {
    width: 100%;
    position: relative;
    background: url("../images/bg1.jpg") repeat-y top left;
    background-size: 100% auto;
}

@media (max-width: 767px) {
    .aboutRow {
        background: none;
    }
}

/*------------------------------*/

.aboutContent {
    position: relative;
}

/*------------------------------*/

.aboutBox1 {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .aboutBox1 {
        width: 55%;
        float: right;
    }
}

/*------------------------------*/

.aboutBox1_text {
    color: #FFFFFF;
}

.aboutBox1_text > p {
    margin: 0 0 30px 0;
}

/*------------------------------*/

@media (min-width: 768px) {
    .aboutBox1 .pageTitle {
        width: auto;
        display: table;
    }
}

@media (min-width: 1200px) {
    .aboutBox1 .pageTitle {
        margin-left: calc(20% + 30px);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .aboutBox1 .pageTitle {
        margin-left: calc(20% + 25px);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aboutBox1 .pageTitle {
        margin-left: calc(20% + 20px);
    }
}

/*------------------------------*/

.aboutBox1_1 {
    width: 100%;
    background: url("../images/home/n-002.jpg") no-repeat center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .aboutBox1_1 {
        padding: 70px 40px 70px calc(20% + 30px);
        margin-top: 70px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .aboutBox1_1 {
        padding: 55px 35px 55px calc(20% + 25px);
        margin-top: 50px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aboutBox1_1 {
        padding: 40px 30px 40px calc(20% + 20px);
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .aboutBox1_1 {
        padding: 70px 30px;
        margin-top: 35px;
    }
}

/*------------------------------*/

.aboutBox2 {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .aboutBox2 {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 55%;
        margin-top: 60px;
    }
}

/*------------------------------*/

.aboutLinkRow {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .aboutLinkRow {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*------------------------------*/

a.aboutLink {
    text-decoration: none;
}

@media (min-width: 768px) {
    a.aboutLink {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;

        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;

        position: relative;
        display: block;
        width: 50%;
        padding-bottom: 30%;
        background: url("../images/bg2.png") repeat top left;
        margin: 10px 10px 0 0;
    }

    a.aboutLink:hover {
        background: url("../images/bg3.png") no-repeat center;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    a.aboutLink {
        width: auto;
        display: table;
        text-align: center;
        margin: 70px auto 0 auto;
    }
}

/*------------------------------*/

.aboutLinkBox {
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .aboutLinkBox {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        position: absolute;
        width: 100%;
        height: 100%;
    }

    a.aboutLink:hover .aboutLinkBox {
        color: #333333;
    }
}


/*------------------------------*/

.aboutLinkText1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 5px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .aboutLinkText1 {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aboutLinkText1 {
        font-size: 14px;
        line-height: 150%;
    }
}

/*------------------------------*/

.aboutLinkText2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .aboutLinkText2 {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aboutLinkText2 {
        font-size: 12px;
        line-height: 150%;
    }
}

/*------------------------------*/

.aboutLinkMore {
    position: relative;
    display: block;
}

.aboutLinkMore:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}

.aboutLinkMore:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

a.aboutLink:hover .aboutLinkMore:before,
a.aboutLink:hover .aboutLinkMore:after {
    background: #333333;
}

a.aboutLink:hover .aboutLinkMore:after {
    right: 0;
}

@media (min-width: 768px) {
    .aboutLinkMore {
        height: 1px;
        color: transparent;
        font-size: 0;
        line-height: 0;
        margin: 10% auto 0 auto;
    }
}

@media (min-width: 1200px) {
    .aboutLinkMore {
        width: 75px;
    }

    .aboutLinkMore:after {
        right: 72px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .aboutLinkMore {
        width: 55px;
    }

    .aboutLinkMore:after {
        right: 52px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aboutLinkMore {
        width: 40px;
    }

    .aboutLinkMore:after {
        right: 37px;
    }
}

@media (max-width: 767px) {
    .aboutLinkMore {
        width: 250px;
        border: 1px solid #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        padding: 5px 0;
        margin: 30px auto 0 auto;
    }

    a.aboutLink:hover .aboutLinkMore {
        background: url("../images/bg3.png") no-repeat center;
        background-size: cover;
        color: #333333;
    }

    .aboutLinkMore:before {
        left: auto;
        width: 50px;
        right: 10px;
    }

    .aboutLinkMore:after {
        right: 55px;
    }

    a.aboutLink:hover .aboutLinkMore:after {
        right: 10px;
    }
}

/*------------------------------
top service
------------------------------*/

.serviceHome {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 50px 0 0 0;
}

@media (min-width: 768px) {
    .serviceHome {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*------------------------------*/

.serviceHomeCol {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .serviceHomeCol {
        width: calc(100% / 3);
    }

    .serviceHome > .serviceHomeCol:not(.serviceHomeCol_3) {
        border-right: 3px solid #FFFFFF;
    }
}

@media (max-width: 767px) {
    .serviceHome > .serviceHomeCol:not(.serviceHomeCol_3) {
        border-bottom: 3px solid #FFFFFF;
    }
}

/*------------------------------*/

a.serviceHomeA {
    width: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

a.serviceHomeA:after {
    content: "";
    position: absolute;
    background: #001446;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms ease 0ms;
    -o-transition: opacity 500ms ease 0ms;
    transition: opacity 500ms ease 0ms;
    pointer-events: none
}

a.serviceHomeA:hover:after {
    opacity: 0.25;
}

/*------------------------------*/

@media (min-width: 768px) {
    .serviceHomeA_1 {
        position: absolute;
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        border-bottom: 3px solid #FFFFFF;
    }

    .serviceHomeA_2 {
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .serviceHomeA_1 {
        position: relative;
        width: 50% !important;
        border-right: 3px solid #FFFFFF;
    }

    .serviceHomeA_2 {
        position: absolute;
        width: 50% !important;
        height: 100%;
        top: 0;
        right: 0;
    }
}

/*------------------------------*/

.serviceHomeA_pic {
    width: 100%;
    display: block;

    webkit-transition: -webkit-transform 500ms ease 0ms,
    -webkit-filter 500ms ease 0ms;
    transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
    -webkit-transition: -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
    -o-transition: transform 500ms ease 0ms, filter 500ms ease 0ms;
    transition: transform 500ms ease 0ms, filter 500ms ease 0ms;
    transition: transform 500ms ease 0ms, filter 500ms ease 0ms, -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms;
    transition: transform 500ms ease 0ms, filter 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms, -webkit-filter 500ms ease 0ms
}

a.serviceHomeA:hover .serviceHomeA_pic {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

/*------------------------------*/

@media (min-width: 768px) {
    .serviceHomeA_1 .serviceHomeA_pic,
    .serviceHomeA_2 .serviceHomeA_pic {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    a.serviceHomeA_1:hover .serviceHomeA_pic,
    a.serviceHomeA_2:hover .serviceHomeA_pic {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        -o-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

/*------------------------------*/

.serviceRow_title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    line-height: 180%;
    text-align: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .serviceRow_title {
        font-size: 18px;
        line-height: 180%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serviceRow_title {
        font-size: 14px;
        line-height: 180%;
    }
}

@media (max-width: 767px) {
    .serviceRow_title {
        font-size: 16px;
        line-height: 180%;
    }
}

/*------------------------------
top contact
------------------------------*/

a.topContactLink {
    position: relative;
    display: block;
    width: 100%;
    max-width: 880px;
    border: 2px solid #333333;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    text-decoration: none;
    text-align: center;
    padding: 40px 0;
    margin: 40px auto;
}

a.topContactLink:hover {
    color: #0060b5;
    border-color: #0060b5;
}

a.topContactLink:before {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 60px;
    height: 1px;
    background: #333333;
}

a.topContactLink:hover:before {
    background: #0060b5;
}

a.topContactLink:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 7px;
    height: 7px;
    background: #333333;
    margin-right: 60px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.topContactLink:hover:after {
    background: #0060b5;
    margin-right: 0;
}

@media (max-width: 499px) {
    a.topContactLink {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 374px) {
    a.topContactLink {
        padding-right: 50px;
    }
}

/*------------------------------*/

a.topContactPhone {
    width: auto;
    display: table;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 3px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}

a.topContactPhone:hover {
    color: #0060b5;
}

@media (max-width: 575px) {
    a.topContactPhone {
        font-size: 22px;
        line-height: 150%;
    }
}

/*------------------------------*/

.topContactHour {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    margin: 5px 0 0 0;
}

/*------------------------------
company
------------------------------*/

.company_about {
    margin: 50px 0 0 0;
}

/*------------------------------*/

.company_aboutList,
.company_aboutList > li {
    display: block;
    width: 100%;
}

.company_aboutList {
    border-top: 1px solid #dddddd;
    padding: 30px 0;
    margin: 0;
}

.company_about > .company_aboutList:last-child {
    border-bottom: 1px solid #dddddd;
}

.company_aboutList > li:first-child {
    color: #787878;
}

@media (min-width: 768px) {
    .company_aboutList {
        display: table;
    }

    .company_aboutList > li {
        display: table-cell;
        vertical-align: middle;
    }

    .company_aboutList > li:first-child {
        width: 140px;
    }

    .company_aboutList > li:last-child {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .company_aboutList > li:first-child {
        width: 15%;
    }

    .company_aboutList > li:last-child {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .company_aboutList {
        padding: 20px 0;
    }
}

/*------------------------------*/

a.companyViewMore {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    background: #333333;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 50px auto 0 auto;

    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

a.companyViewMore:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #0060b5;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

@media (min-width: 768px) {
    a.companyViewMore:hover:before {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@media (max-width: 767px) {
    a.companyViewMore:hover {
        background: #0060b5;
    }
}

/*------------------------------*/

.companyViewMoreText {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.companyViewMoreText:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    margin: 1px 0 0 0;
}

.companyViewMoreText:after {
    position: absolute;
    top: 50%;
    right: 44px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 1px 0 0 0;
}

.companyViewMoreText:hover:after {
    right: 10px;
}

/*------------------------------*/

.company_accessMap {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    margin: 50px 0;
}

.company_accessMap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .company_accessMap {
        height: 66.934vw;
        padding: 0;
    }
}

/*------------------------------*/

.company_accessBox {
    position: relative;
    width: 100%;
}

/*------------------------------*/

.company_accessRow,
.company_accessRow > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .company_accessRow {
        display: table;
    }

    .company_accessRow > li {
        display: table-cell;
        vertical-align: top;
    }

    .company_accessRow > li:first-child {
        width: 66%;
        padding-right: 30px;
    }

    .company_accessRow > li:last-child {
        width: 34%;
    }
}

@media (max-width: 767px) {
    .company_accessRow > li:last-child {
        margin-top: 50px;
    }
}

/*------------------------------*/

.company_accessBtn_box {
    margin: 12% 0 0 0;
}

.company_accessBtn_box > a.company_accessBtn:not(:last-child) {
    margin-bottom: 15px;
}

a.company_accessBtn {
    position: relative;
    display: block;
    width: 100%;
    background: #333333;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

a.company_accessBtn:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #0060b5;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

@media (min-width: 768px) {
    a.company_accessBtn:hover:before {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    a.company_accessBtn {
        font-size: 12px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    a.company_accessBtn:hover {
        background: #0060b5;
    }
}

/*------------------------------*/

.company_accessBtnText {
    position: relative;
    width: 100%;
    padding: 6px 0;
}

.company_accessBtnText:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    margin: 1px 0 0 0;
}

.company_accessBtnText:after {
    position: absolute;
    top: 50%;
    right: 44px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 1px 0 0 0;
}

.company_accessBtnText:hover:after {
    right: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .company_accessBtnText {
        padding-right: 45px;
    }
}

/*------------------------------*/

.company_chartText {
    text-align: center;
    margin: 50px 0;
}

/*------------------------------*/

.company_overseaMap {
    margin: 50px 0 0 0;
}

/*------------------------------*/

.company_overseaRow {
    margin: 80px 0 0 0;
}

/*------------------------------*/

@media (min-width: 768px) {
    .company_overseaBox {
        width: 100%;
        display: table;
    }

    .company_overseaBoxCell {
        display: table-cell;
        vertical-align: bottom;
    }

    .company_overseaBox > .company_overseaBoxCell:first-child {
        width: calc(100% - 180px);
    }

    .company_overseaBox > .company_overseaBoxCell:last-child {
        width: 180px;
        padding-left: 20px;
    }
}

/*------------------------------*/

.company_overseaTitle {
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 38px;
    line-height: 120%;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 20px 20px;
}

.company_overseaTitle:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 7px;
    height: 7px;
    background: #32afdc;
    margin: -6px 0 0 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .company_overseaTitle {
        font-size: 28px;
    }
}

/*------------------------------*/

.company_overseaList {
    width: 100%;
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 30px 0;
    margin: 0;
}

.company_overseaList > li.company_overseaListTitle {
    color: #787878;
}

.company_overseaList > li.company_overseaListTitle > p {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .company_overseaList {
        display: table;
    }

    .company_overseaList > li {
        display: table-cell;
        vertical-align: middle;
        clear: both;
    }

    .company_overseaList > li.company_overseaListTitle {
        width: 310px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .company_overseaList > li {
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .company_overseaList > li {
        width: 100%;
        display: block;
    }

    .company_overseaList > li:not(:last-child) {
        margin-bottom: 15px;
    }
}

/*------------------------------*/

.company_overseaList_2,
.company_overseaList_2 > li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.company_overseaList_2 > li.company_overseaListText > .d-inline-block {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .company_overseaList_2 {
        display: table;
    }

    .company_overseaList_2 > li {
        display: table-cell;
        vertical-align: middle;
    }

    .company_overseaList_2 > li.company_overseaListText {
        width: auto;
    }

    .company_overseaList_2 > li.company_overseaListLink {
        width: 175px;
        padding-left: 15px;
    }
}

/*------------------------------*/

.company_overseaBtn_box {

}

a.company_overseaBtn {
    position: relative;
    display: block;
    width: 100%;
    background: #333333;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

a.company_overseaBtn:hover {
    background: #0060b5;
}

/*a.company_overseaBtn:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #0060b5;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

@media (min-width: 768px) {
    a.company_overseaBtn:hover:before {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}*/

@media (min-width: 992px) {
    .company_overseaBtn_box > a.company_overseaBtn:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    a.company_overseaBtn {
        width: 175px;
        display: inline-block;
        vertical-align: middle;
        margin: 15px 0 0 0;
    }

    .company_overseaBtn_box > a.company_overseaBtn:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .company_overseaBtn_box {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    a.company_overseaBtn {
        width: 50%;
        max-width: 175px;
        display: block;
        margin: 15px 0 0 0;
    }

    a.company_overseaBtn:not(:last-child) {
        margin-right: 6px;
    }

    a.company_overseaBtn:not(:first-child) {
        margin-left: 6px;
    }
}

/*------------------------------*/

a.company_overseaBtn.linkWeb {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 1);
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 1);
    box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 1);
    background: #FFFFFF;
    color: #333333;
}

a.company_overseaBtn.linkWeb:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #0060b5;
}

a.company_overseaBtn.linkWeb:before {
    display: none;
}

a.company_overseaBtn.linkWeb:after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/linkIconB.png") no-repeat center;
    background-size: contain;
    padding: 0;
    margin: 0;
}

a.company_overseaBtn.linkWeb:hover:after {
    background: url("../images/linkIconW.png") no-repeat center;
    background-size: contain;
}

/*------------------------------*/

.company_overseaBtnText {
    position: relative;
    width: 100%;
    padding: 6px 0;
}

.company_overseaBtnText:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    margin: 1px 0 0 0;
}

.company_overseaBtnText:after {
    position: absolute;
    top: 50%;
    right: 44px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 1px 0 0 0;
}

.company_overseaBtnText:hover:after {
    right: 10px;
}

/*------------------------------*/

.linkWeb .company_overseaBtnText {
    color: #333333;
}

.linkWeb:hover .company_overseaBtnText {
    color: #FFFFFF;
}

.linkWeb .company_overseaBtnText:before,
.linkWeb .company_overseaBtnText:after {
    display: none;
}

/*------------------------------*/

.company_affRow {
    width: 100%;
}

.company_affRow.first {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .company_affRow {
        display: table;
        border-top: 1px solid #999999;
        margin: 30px 0 0 0;
    }

    .company_affCol {
        width: 50%;
        position: relative;
        display: table-cell;
        vertical-align: top;
        padding: 30px 0 0 0;
    }

    .company_affCol:first-child {
        border-right: 1px solid #999999;
        padding-right: 30px;
    }

    .company_affCol:last-child {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .company_affRow.first {
        border-top: 1px solid #999999;
    }

    .company_affCol {
        border-bottom: 1px solid #999999;
        padding: 30px 0;
    }
}

/*------------------------------*/

a.company_affTBLink {
    display: block;
    text-decoration: none;
}

/*------------------------------*/

.company_affTB {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.company_affTB > li {
    display: table-cell;
    vertical-align: middle;
}

.company_affTB > li:first-child {
    width: 120px;
}

.company_affTB > li:last-child {
    padding-left: 15px;
}

@media (max-width: 767px) {
    .company_affTB > li:first-child {
        width: 100px;
    }

    .company_affTB > li:last-child {
        padding-left: 10px;
    }
}

/*------------------------------*/

.company_affTitle {
    width: auto;
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #0060b5;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

a.company_affTBLink:hover .company_affTitle {
    border-color: #0060b5;
}

@media (max-width: 767px) {
    .company_affTitle {
        font-size: 16px;
        line-height: 150%;
    }
}

/*------------------------------*/

.company_affText {
    margin: 15px 0 0 0;
}

/*------------------------------*/

.company_affBtn {
    width: 100%;
}

.company_affCol:first-child .company_affBtn {
    right: 30px;
}

.company_affBtn > .linkWeb {
    width: 160px;
    display: inline-block;
    margin: 0;
}

@media (min-width: 768px) {
    .company_affBtn {
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .company_affBtn {
        text-align: right;
    }
}

/*------------------------------
news
------------------------------*/

.newsDetailDate,
.newsDetailLabel {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.newsDetailDate {
    width: 90px;
    color: #787878;
}

.newsDetailLabel {
    width: 80px;
}

/*------------------------------*/

.newsDetailTitle {
    width: 100%;
    display: block;
    border-bottom: 1px solid #dddddd;
    color: #787878;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    padding: 30px 0;
}

/*------------------------------*/

.newsDetailTitle2 {
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #787878;
    color: #787878;
    font-size: 21px;
    line-height: 150%;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
}

/*------------------------------*/

@media (max-width: 767px) {
    .newsDetailPicRow > .row > [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.newsDetailPicRow_TB {
    width: 100%;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .newsDetailPicRow_TB {
        display: table;
    }

    .newsDetailPicRow_TB > li {
        display: table-cell;
        vertical-align: middle;
    }

    .newsDetailPicRow_TB > li:first-child {
        width: 330px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .newsDetailPicRow_TB {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .newsDetailPicRow_TB > li {
        display: block;
    }

    .newsDetailPicRow_TB > li:first-child {
        margin-top: 30px;
    }
}

/*------------------------------*/

.newsDetailPicRow_Title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 30px 0;
}

/*------------------------------*/

.newsDetailPicRow_Text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin: 15px 0 0 0;
}

@media (min-width: 768px) {
    .newsDetailPicRow_Text {
        width: 330px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .newsDetailPicRow_Text {
        margin-bottom: 50px;
    }
}

/*------------------------------*/

.newsDetailPic {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 50px 0;
}

/*------------------------------*/

.newsDetailContent {
    letter-spacing: 0;
    margin: 50px 0;
}

.newsDetailContent a {
    color: #32aedb;
}

/*------------------------------*/

.newsDetailContent_tb {
    width: auto;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .newsDetailContent_tb,
    .newsDetailContent_tb > tbody,
    .newsDetailContent_tb > tbody > tr,
    .newsDetailContent_tb > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

/*------------------------------*/

a.newsDetailContent_pdf {
    display: block;
    position: relative;
    line-height: 120%;
    padding: 0 0 0 32px;
}

a.newsDetailContent_pdf:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 22px;
    height: 25px;
    background: url("../images/pdf-icon3.png") no-repeat;
    background-size: contain;
}

/*------------------------------*/

a.newsDetailContent_jpeg {
    display: block;
    position: relative;
    line-height: 120%;
    padding: 0 0 0 32px;
}

a.newsDetailContent_jpeg:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 22px;
    height: 26px;
    background: url("../images/jpeg-icon.png") no-repeat;
    background-size: contain;
}

/*------------------------------*/

.newsDetailTB {
    width: auto;
    padding: 0;
    margin: 0;
}

.newsDetailTB > tbody > tr > td {
    vertical-align: top;
    padding: 5px 0;
}

.newsDetailTB > tbody > tr.vBottom > td {
    vertical-align: bottom;
}

.newsDetailTB > tbody > tr > td:first-child {
    word-break: keep-all;
    white-space: nowrap;
    padding-right: 10px;
}

.newsDetailTB.NoPadTB > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}

/*------------------------------*/

ul.newsDetailTB2 {
    width: auto;
    display: table;
    padding: 0;
    margin: 0;
}

ul.newsDetailTB2 > li {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 768px) {
    ul.newsDetailTB2 > li:not(:last-child) {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    ul.newsDetailTB2,
    ul.newsDetailTB2 > li {
        width: 100%;
        display: block;
    }
}

/*------------------------------*/

.newsNum {
    width: auto;
    display: table;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 0;
    margin: 50px auto 0 auto;
}

.newsNum > li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.newsNum > li > a.textNum {
    color: #333333;
    text-decoration: none;
}

.newsNum > li > a.textNum:hover,
.newsNum > li > a.textNum.active {
    color: #0060b5;
}

.newsNum > li > a.textArrow {
    display: block;
    width: 30px;
}

/*------------------------------
contact
------------------------------*/

.contactText1 {
    text-align: center;
    margin: 60px 0 20px 0;
}

/*------------------------------*/

.contactText2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    margin: 20px 0;
}

.contactText2 a {
    color: #333333;
    letter-spacing: 4px;
    text-decoration: none;
}

@media (max-width: 575px) {
    .contactText2 {
        font-size: 24px;
        line-height: 100%;
    }
}

/*------------------------------*/

.contactText3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 100px 0;
}

/*------------------------------*/

.contactText4 {
    text-align: center;
    margin: 50px 0;
}

/*------------------------------*/

.contactText5 {
    line-height: 120%;
    text-align: center;
    margin: 50px 0;
}

.contactText5 .checkbox {
    padding-left: 0;
}

.contactText5 .checkbox label {
    margin-bottom: 0;
}

.contactText5 a {
    color: #0060b5;
}

.contactText5 a:hover {
    text-decoration: underline;
}

/*------------------------------*/

.contactText6 {
    line-height: 200%;
    text-align: center;
    margin: 50px 0;
}

@media (max-width: 767px) {
    .contactText6 {
        text-align: left;
    }
}

/*------------------------------*/

.contactTิbRow {
    width: 100%;
    display: block;
    border-top: 1px solid #dddddd;
    padding: 30px 0;
    margin: 0;
}

.contactTิbBox > .contactTิbRow:last-child {
    border-bottom: 1px solid #dddddd;
}

.contactTิbRow > li {
    position: relative;
    display: block;
}

.contactTิbRow > li.textRequire:after {
    position: absolute;
    top: 10px;
    right: 0;
    content: '必須';
    width: 60px;
    background: #000000;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    padding: 6px 0 8px 0;
}

@media (min-width: 768px) {
    .contactTิbRow {
        display: table;
    }

    .contactTิbRow > li {
        display: table-cell;
        vertical-align: top;
    }

    .contactTิbRow > li:first-child {
        width: 200px;
        padding-top: 10px;
    }

    .contactTิbBox_confirm .contactTิbRow > li:first-child {
        width: 150px;
        padding-top: 0;
    }

    .contactTิbRow > li:last-child {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .contactTิbRow > li:first-child {
        margin-bottom: 15px;
    }

    .contactTิbRow > li.textRequire:after {
        top: 0;
    }
}

/*------------------------------*/

.contactTิbRow_1 {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.contactTิbRow_1 > li {
    display: block;
}

@media (min-width: 576px) {
    .contactTิbRow_1 {
        display: table;
    }

    .contactTิbRow_1 > li {
        display: table-cell;
        vertical-align: middle;
    }

    .contactTิbRow_1 > li:first-child {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .contactTิbRow_1 > li:first-child {
        margin-bottom: 15px;
    }
}

/*------------------------------*/

.contactTิbRow_2 {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.contactTิbRow_2 > li {
    display: block;
}

@media (min-width: 768px) {
    .contactTิbRow_2 {
        display: table;
    }

    .contactTิbRow_2 > li {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }

    .contactTิbRow_2 > li:first-child {
        padding-right: 8px;
    }

    .contactTิbRow_2 > li:last-child {
        padding-left: 8px;
    }
}

@media (max-width: 767px) {
    .contactTิbRow_2 > li:first-child {
        margin-bottom: 15px;
    }
}

/*------------------------------*/

.contactTิbRow_3,
.contactTิbRow_3 > li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.contactTิbRow_3 > li:not(:last-child) {
    margin-bottom: 15px;
}

/*------------------------------*/

.contactRadio > .radio:first-child {
    padding-left: 5px;
}

.contactTิbBox .radio label {
    line-height: 120%;
    margin-bottom: 0;
}

/*------------------------------*/

.contactTิbBox .form-control {
    height: auto;
    background: #f0f5ff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*------------------------------*/

.contactTิbBox select.form-control {
    background: url("../images/select-icon.png") no-repeat right center #f0f5ff;
    background-size: auto 25px;
}

.contactTิbBox select.form-control:invalid {
    color: #cccccc;
}

/*------------------------------*/

.contactBtn {
    position: relative;
    display: block;
    width: 220px;
    background: #333333;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;

    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

.contactBtn.back {
    background: #aaaaaa;
}

.contactBtn:hover,
.contactBtn:focus {
    outline: none;
}

.contactBtn:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #0060b5;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

@media (min-width: 768px) {
    .contactBtn:hover:before {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@media (max-width: 767px) {
    .contactBtn:hover {
        background: #0060b5;
    }
}

/*------------------------------*/

.contactBtnText {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.contactBtnText:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    margin: 1px 0 0 0;
}

.contactBtnText:after {
    position: absolute;
    top: 50%;
    right: 44px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 1px 0 0 0;
}

.contactBtnText:hover:after {
    right: 10px;
}

/*------------------------------*/

.contactBtnRow {
    width: auto;
    display: table;
    padding: 0;
    margin: 50px auto 0 auto;
}

.contactBtnRow > li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

@media (max-width: 575px) {
    .contactBtnRow {
        width: 100%;
        display: block;
    }

    .contactBtnRow > li {
        display: block;
        padding: 0;
    }

    .contactBtnRow > li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/*------------------------------
Service
------------------------------*/

.serRow1 {
    overflow: hidden;
    padding-top: calc(5% + 30px);
}

@media (max-width: 991px) and (min-width: 768px) {
    .serRow1 {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .serRow1 {
        padding-top: 70px;
    }
}

/*------------------------------*/

.serRow2_1 {
    margin: 0;
}

@media (min-width: 992px) {
    .row.serRow2_1 > [class*="col-"]:first-child {
        padding: 0 5% 5% 5%;
    }

    .row.serRow2_1 > [class*="col-"]:last-child {
        background: url("../images/service/bg-1.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 0 5% 5% 0;
    }
}

@media (min-width: 1500px) {
    .row.serRow2_1 > [class*="col-"]:first-child {
        padding-left: 10%;
    }
}

@media (max-width: 991px) {
    .row.serRow2_1 > [class*="col-"]:first-child {
        order: 2;
    }

    .row.serRow2_1 > [class*="col-"]:last-child {
        order: 1;
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.serRow2_2 {
    margin: 0;
}

@media (min-width: 992px) {
    .row.serRow2_2 > [class*="col-"]:first-child {
        background: url("../images/service/bg-2.jpg") no-repeat;
        background-size: 100% 100%;
        padding: 0 0 5% 5%;
    }

    .row.serRow2_2 > [class*="col-"]:last-child {
        padding: 0 5% 5% 5%;
    }
}

@media (max-width: 991px) {
    .row.serRow2_2 > [class*="col-"]:first-child {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.serRow3 {
    background: #f0f5ff;
}

/*------------------------------*/

@media (min-width: 768px) {
    .serRow4 > .row {
        border-top: 1px solid #333333;
        margin: 0;
    }

    .serRow4 > .row:not(:last-child) {
        margin: 0 0 50px 0;
    }

    .serRow4 > .row > [class*="col-"] {
        padding: 20px 0 0 0;
    }

    .serRow4 > .row > [class*="col-"]:nth-child(1) {
        border-right: 1px solid #333333;
        padding-right: 20px;
    }

    .serRow4 > .row > [class*="col-"]:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
    }

    .serRow4 > .row > [class*="col-"]:nth-child(3) {
        border-left: 1px solid #333333;
        padding-left: 20px;
    }

    .serRow4 > .row > [class*="col-"].borderNone {
        border: none !important;
    }
}

@media (max-width: 767px) {
    .serRow4 > .row > [class*="col-"] {
        border-top: 1px solid #333333;
        padding-top: 30px;
        margin-top: 50px;
    }

    .serRow4 > .row:first-child > [class*="col-"]:first-child {
        margin-top: 0;
    }

    .serRow4 > .row > [class*="col-"].borderNone {
        border: none !important;
        padding-top: 0;
        margin-top: 30px;
    }
}

/*------------------------------*/

.serRow5 {
    background-position: top right !important;
    background-size: auto 80px !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .serRow5 {
        background-size: auto 70px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serRow5 {
        background-size: auto 60px !important;
    }
}

/*------------------------------*/

.serRow5_1 {
    background: url("../images/service/num-01.png") no-repeat;
}

.serRow5_2 {
    background: url("../images/service/num-02.png") no-repeat;
}

.serRow5_3 {
    background: url("../images/service/num-03.png") no-repeat;
}

.serRow5_4 {
    background: url("../images/service/num-04.png") no-repeat;
}

.serRow5_5 {
    background: url("../images/service/num-05.png") no-repeat;
}

.serRow5_6 {
    background: url("../images/service/num-06.png") no-repeat;
}

.serRow5_7 {
    background: url("../images/service/num-07.png") no-repeat;
}

.serRow5_8 {
    background: url("../images/service/num-08.png") no-repeat;
}

/*------------------------------*/

.serText1 {
    font-weight: 300;
    font-size: 30px;
    line-height: 150%;
    margin: 0 0 30px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .serText1 {
        font-size: 28px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serText1 {
        font-size: 26px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .serText1 {
        font-size: 24px;
        line-height: 150%;
    }
}

/*------------------------------*/

.serText2 {

}

/*------------------------------*/

.serText3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .serText3 {
        font-size: 22px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serText3 {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    .serText3 {
        font-size: 18px;
        line-height: 150%;
    }
}

/*------------------------------*/

.serText4 {
    text-align: center;
    margin: 50px 0;
}

/*------------------------------*/

.serText5 {
    width: 100%;
    min-height: 75px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 23px;
    line-height: 150%;
    padding: 8px 0 0 0;
    margin: 0 0 20px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .serText5 {
        font-size: 18px;
        line-height: 150%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serText5 {
        font-size: 16px;
        line-height: 150%;
    }
}

/*------------------------------*/

.serText6 {
    letter-spacing: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .serText6 {
        font-size: 14px;
        line-height: 180%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serText6 {
        font-size: 12px;
        line-height: 180%;
    }
}

/*------------------------------*/

.serText7 {
    padding: 0;
    margin: 0;
}

.serText7 > li {
    position: relative;
    display: block;
}

.serText7 > li:not(:last-child) {
    margin-bottom: 10px;
}

/*------------------------------*/

.serText8 {
    font-size: 12px;
    line-height: 130%;
}

.serText8 > a {
    position: relative;
    display: inline-block;
    color: #0060b5;
    padding-right: 30px;
    margin-bottom: 5px;
}

.serText8 > a:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 18px;
    height: 13px;
    background: url("../images/linkIconB-2.png") no-repeat center;
    background-size: contain;
}

@media (max-width: 991px) and (min-width: 768px) {
    .serText8 {
        font-size: 10px;
        line-height: 130%;
    }
}

/*------------------------------*/

a.serBtn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    background: #333333;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0 0;

    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

a.serBtn:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #0060b5;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

@media (min-width: 768px) {
    a.serBtn:hover:before {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@media (max-width: 767px) {
    a.serBtn:hover {
        background: #0060b5;
    }
}

/*------------------------------*/

.serBtnText {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.serBtnText:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    margin: 1px 0 0 0;
}

.serBtnText:after {
    position: absolute;
    top: 50%;
    right: 44px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    content: '';
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 1px 0 0 0;
}

.serBtnText:hover:after {
    right: 10px;
}

/*------------------------------*/

.serBtnText.serBtnText_1 {
    font-size: 14px;
    padding-right: 30px;
    margin: 50px 0 0 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .serBtnText.serBtnText_1 {
        font-size: 12px;
        letter-spacing: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .serBtnText.serBtnText_1 {
        font-size: 12px;
        letter-spacing: 0;
        padding-right: 0;
    }

    .serBtnText.serBtnText_1:before,
    .serBtnText.serBtnText_1:after {
        display: none !important;
    }
}

/*------------------------------*/

a.serBtn_2 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 420px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 1);
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 1);
    box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 1);
    background: #FFFFFF;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    margin: 30px 0;
}

a.serBtn_2:hover {
    background: #333333;
    color: #FFFFFF;
}

a.serBtn_2:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    width: 26px;
    height: 18px;
    background: url("../images/linkIconB-2.png");
    background-size: 100% 100%;
}

a.serBtn_2:hover:after {
    background: url("../images/linkIconW-2.png");
    background-size: 100% 100%;
}

/*------------------------------
Achievement
------------------------------*/

.achievementTitle {
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 38px;
    line-height: 120%;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 20px 20px;
    margin: 70px 0 15px 0;
}

.achievementTitle:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 7px;
    height: 7px;
    background: #32afdc;
    margin: -6px 0 0 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .achievementTitle {
        font-size: 28px;
    }
}

/*------------------------------*/

.achievementText1 {
    margin: 30px 0 50px 0;
}

.achievementText1 .textBlue {
    color: #0060b5;
    font-weight: 600;
}

/*------------------------------*/

.achievementText2 {
    text-align: center;
    margin: 10px 0 30px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .achievementText2 {
        font-size: 14px;
        line-height: 150%;
    }
}

/*------------------------------*/

.achievementText3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 991px) and (min-width: 768px) {
    .achievementText3 {
        font-size: 14px;
        line-height: 150%;
    }
}

/*------------------------------*/

.achievementRow1 {
    width: 100%;
    overflow: hidden;
    background: url("../images/achievement/bg-1.jpg") no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 767px) {
    .achievementRow1 > .row > [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.achievementRow2 {

}

/*------------------------------*/

@media (min-width: 768px) {
    .achievementRow3 > .row:not(:last-child) {
        margin-bottom: 30px;
    }
}

/*------------------------------*/

.achievementRow3Col1,
.achievementRow3Col2,
.achievementRow3Col3,
.achievementRow3Col4,
.achievementRow3Col5,
.achievementRow3Col6 {
    position: relative;
    margin-bottom: 30px;
}

.achievementRow3Col1:after,
.achievementRow3Col2:after,
.achievementRow3Col3:after,
.achievementRow3Col4:after,
.achievementRow3Col5:after,
.achievementRow3Col6:after {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    content: '';
}

@media (min-width: 768px) {
    .achievementRow3Col1:after {
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: url("../images/arrow-up.png") no-repeat;
        background-size: contain;
        margin: 0 0 -35px 0;
    }

    .achievementRow3Col2:after {
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url("../images/arrow-right.png") no-repeat;
        background-size: contain;
        margin: 0 -40px 0 0;
    }

    .achievementRow3Col3:after {
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: url("../images/arrow-down.png") no-repeat;
        background-size: contain;
        margin: 0 0 -60px 0;
    }

    .achievementRow3Col4:after,
    .achievementRow3Col5:after {
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url("../images/arrow-left.png") no-repeat;
        background-size: contain;
        margin: 0 -15px 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .achievementRow3Col1:after,
    .achievementRow3Col2:after,
    .achievementRow3Col3:after,
    .achievementRow3Col4:after,
    .achievementRow3Col5:after,
    .achievementRow3Col6:after {
        width: 40px;
        height: 40px;
    }

    .achievementRow3Col1:after {
        margin: 0 0 -25px 0;
    }

    .achievementRow3Col2:after {
        margin: 0 -30px 0 0;
    }

    .achievementRow3Col3:after {
        margin: 0 0 -45px 0;
    }

    .achievementRow3Col4:after,
    .achievementRow3Col5:after {
        margin: 0 -10px 0 0;
    }
}

@media (max-width: 767px) {
    .achievementRow3Col1 {
        order: 6;
    }

    .achievementRow3Col2 {
        order: 1;
    }

    .achievementRow3Col3 {
        order: 2;
    }

    .achievementRow3Col4 {
        order: 5;
    }

    .achievementRow3Col5 {
        order: 4;
    }

    .achievementRow3Col6 {
        order: 3;
    }

    .achievementRow3Col2:after,
    .achievementRow3Col3:after,
    .achievementRow3Col4:after,
    .achievementRow3Col5:after,
    .achievementRow3Col6:after {
        width: 50px;
        height: 50px;
    }

    .achievementRow3Col2:after,
    .achievementRow3Col3:after,
    .achievementRow3Col4:after,
    .achievementRow3Col5:after,
    .achievementRow3Col6:after {
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: url("../images/arrow-down.png") no-repeat;
        background-size: contain;
        margin: 0 0 -50px 0;
    }
}

/*------------------------------*/

.achievementRow4 {
    width: 100%;
    position: relative;
}

/*------------------------------*/

a.achievementBtn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 385px;
    background: #333333;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin: 50px auto;

    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

a.achievementBtn:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #0060b5;

    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

@media (min-width: 768px) {
    a.achievementBtn:hover:before {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@media (max-width: 767px) {
    a.achievementBtn:hover {
        background: #0060b5;
    }
}

/*------------------------------*/

.achievementBtnText {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.achievementBtnText:after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 20px;
    height: 24px;
    background: url("../images/pdf-icon.png") no-repeat center;
    background-size: contain;
}

/*------------------------------
Privacy Policy
------------------------------*/

.privacyContent {
    letter-spacing: 0;
}

.privacyContent a {
    color: #333333;
}

/*------------------------------*/

.privacyTitle {
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 34px;
    line-height: 120%;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 20px 20px;
    margin: 70px 0 15px 0;
}

.privacyTitle:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    content: '';
    width: 7px;
    height: 7px;
    background: #32afdc;
    margin: -6px 0 0 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .privacyTitle {
        font-size: 24px;
    }
}

/*------------------------------*/

.privacyTitle2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
}

/*------------------------------*/