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



--------------------------------------*/
.contentSubBox {
  margin: 0 0 45px;
}

.contentImg {
  max-width: 430px;
  margin: 0 auto;
}

.contentImg + .contentImg {
  margin: 20px auto 0;
}

.finance {
  border: solid 2px #FFAE44;
  border-radius: 12px;
  padding: 15px 25px;
  margin: 0 0 50px;
}

.financeItem {
  padding: 8px 0 8px 25px;
  position: relative;
  border-top: dotted 2px #CCCCCC;
}
.financeItem::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFAE44;
  left: 0;
  top: 14px;
}
.financeItem::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  left: 4px;
  top: 18px;
}
.financeItem:nth-of-type(1) {
  border-top: dotted 0 #CCCCCC;
}

.financeTableWrap {
  overflow-x: scroll;
}

.financeTable {
  width: 100%;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  margin: 0 0 15px;
  max-width: 600px;
  min-width: 600px;
}

.financeTableHead, .financeTableData {
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  padding: 10px;
  font-weight: 400;
}

.financeTableHead {
  background: #F9F9F9;
}

.financeTableData {
  text-align: center;
}
.financeTableData span {
  font-weight: 700;
}

.financeTableHeadNone {
  background: #fff;
  text-align: left;
  width: 300px;
}

@media print, screen and (min-width: 600px) {
  .financeTableWrap {
    overflow-x: auto;
  }
}

@media print, screen and (min-width: 960px) {
  .contentImgWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contentImg {
    margin: 0;
    max-width: 100%;
    width: 48.8636363636%;
  }
  .contentImg + .contentImg {
    margin: 0;
  }
  .finance {
    margin: 0 0 70px;
  }
}

/*# sourceMappingURL=finance.css.map*/