@charset "utf-8";
/* Financial ADR System */
.mv-bg{background: url("../img/financial/mv.jpg") no-repeat center center/cover;}

.financial-desc{margin: 0 0 60px;}
.financial-box{margin: 0 0 60px;}
.financial-row{margin: 0 0 2em;}
.financial-list{padding-left: 1em;}
.financial-list li{margin-left: 1em; text-indent: -1em;}
.financial-list2 li{display: flex; justify-content: space-between;}
.financial-list2 p:nth-of-type(1){width: 115px; position: relative;}
.financial-list2 p:nth-of-type(1):after{content: ':'; position: absolute; top: 0; right: 0;}
.financial-list2 p:nth-of-type(2){width: calc(100% - 150px);}

.financial-note{text-align: right;}
.financial-note p:not(:last-of-type){padding: 0 0 30px;}
.financial-box a:hover{text-decoration: underline; color: #1F9042;}

@media (max-width: 767px){    
    .financial-list2 p:nth-of-type(1){width: 100px;}
    .financial-list2 p:nth-of-type(2){width: calc(100% - 120px);}
}