/*----------------------------------------------------------
--------------------------display---------------------------
----------------------------------------------------------*/
.display_none {
  display: none;
}

.display_inlineBlock {
  display: inline-block;
}

/*----------------------------------------------------------
--------------------------flex------------------------------
----------------------------------------------------------*/
.flexBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  flex-flow: row;
  -ms-flex-flow: row;
}

.flexBox > * {
  word-break: break-all;
}

.flexBox_start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.flexBox_cntStart {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.flexBox_stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.flexBox_end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flexBox_center {
  -ms-flex-pack: center;
      justify-content: center;
}

.flexBox_spaceBetween {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flexBox_column {
  -ms-flex-flow: column;
      flex-flow: column;
}

.flexBox_colEnd {
  -ms-flex-align: end;
      align-items: flex-end;
}

.flexBox_inline {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flexBox_wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -20px;
}

.flexBox_wrap > * {
  margin-bottom: 20px;
}

.flexBox_smallWrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -4px;
}

.flexBox_smallWrap > * {
  margin-bottom: 4px;
}

.flexBox_margin > *:not(:last-child) {
  margin-right: 12px;
}

.flexBox_bigMargin > *:not(:last-child) {
  margin-right: 24px;
}

.flexBox_moreBigMargin > *:not(:last-child) {
  margin-right: 48px;
}

.flexBox_partition > *:not(:last-child) {
  border-right: 1px solid #eee;
  padding-right: 48px;
  margin-right: 48px;
}

.flexBox_in3 > * {
  width: calc((100% - (12px * 2)) / 3);
}

.flexBox_in2 > * {
  width: calc((100% - 12px) / 2);
}

@media screen and (max-width: 640px) {
  .flexBox_spStart {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .flexBox_spCenter {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .flexBox_spIn2 > * {
    width: calc((100% - 8px) / 2) !important;
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
  .flexBox_spIn2 > *:nth-child(even) {
    margin-left: 8px;
  }
}

@media screen and (max-width: 640px) {
  .spColumn {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .spColumn > * {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .spColumn > *.spMargin {
    margin-top: 36px;
  }
  .spColumn.flexBox_partition > *:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-bottom: 36px;
  }
}

/*----------------------------------------------------------
-----------------------margin-------------------------------
----------------------------------------------------------*/
html body .margin_center {
  margin-left: auto;
  margin-right: auto;
}

img.margin_center {
  display: block;
}

html body .mt_5 {
  margin-top: 5px;
}

html body .mt_10 {
  margin-top: 10px;
}

html body .mt_10_res5 {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  html body .mt_10_res5 {
    margin-top: 5px;
  }
}

html body .mt_15 {
  margin-top: 15px;
}

html body .mt_15_res7 {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  html body .mt_15_res7 {
    margin-top: 7px;
  }
}

html body .mt_16 {
  margin-top: 16px;
}

html body .mt_20 {
  margin-top: 20px;
}

html body .mt_20_res10 {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  html body .mt_20_res10 {
    margin-top: 10px;
  }
}

html body .mt_24 {
  margin-top: 24px;
}

html body .mt_25 {
  margin-top: 25px;
}

html body .mt_30 {
  margin-top: 30px;
}

html body .mt_30_res15 {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  html body .mt_30_res15 {
    margin-top: 15px;
  }
}

html body .mt_35 {
  margin-top: 35px;
}

html body .mt_35_res17 {
  margin-top: 35px;
}

@media screen and (max-width: 640px) {
  html body .mt_35_res17 {
    margin-top: 17px;
  }
}

html body .mt_40 {
  margin-top: 40px;
}

html body .mt_40_res20 {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  html body .mt_40_res20 {
    margin-top: 20px;
  }
}

html body .mt_45 {
  margin-top: 45px;
}

html body .mt_50 {
  margin-top: 50px;
}

html body .mt_50_res25 {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  html body .mt_50_res25 {
    margin-top: 25px;
  }
}

html body .mt_55 {
  margin-top: 55px;
}

html body .mt_60 {
  margin-top: 60px;
}

html body .mt_60_res30 {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  html body .mt_60_res30 {
    margin-top: 30px;
  }
}

html body .mt_80 {
  margin-top: 80px;
}

html body .mt_80_res40 {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  html body .mt_80_res40 {
    margin-top: 40px;
  }
}

html body .ml_5 {
  margin-left: 5px;
}

html body .ml_10 {
  margin-left: 10px;
}

html body .ml_10_res5 {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  html body .ml_10_res5 {
    margin-left: 5px;
  }
}

html body .ml_15 {
  margin-left: 15px;
}

html body .ml_15_res7 {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  html body .ml_15_res7 {
    margin-left: 7px;
  }
}

html body .ml_16 {
  margin-left: 16px;
}

html body .ml_20 {
  margin-left: 20px;
}

html body .ml_20_res10 {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  html body .ml_20_res10 {
    margin-left: 10px;
  }
}

html body .ml_24 {
  margin-left: 24px;
}

html body .ml_25 {
  margin-left: 25px;
}

html body .ml_30 {
  margin-left: 30px;
}

html body .ml_30_res15 {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  html body .ml_30_res15 {
    margin-left: 15px;
  }
}

html body .ml_35 {
  margin-left: 35px;
}

html body .ml_35_res17 {
  margin-left: 35px;
}

@media screen and (max-width: 640px) {
  html body .ml_35_res17 {
    margin-left: 17px;
  }
}

html body .ml_40 {
  margin-left: 40px;
}

html body .ml_40_res20 {
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  html body .ml_40_res20 {
    margin-left: 20px;
  }
}

html body .ml_40_res0 {
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  html body .ml_40_res0 {
    margin-left: 0px;
  }
}

html body .ml_45 {
  margin-left: 45px;
}

html body .ml_50 {
  margin-left: 50px;
}

html body .ml_50_res25 {
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  html body .ml_50_res25 {
    margin-left: 25px;
  }
}

html body .ml_55 {
  margin-left: 55px;
}

html body .ml_60 {
  margin-left: 60px;
}

html body .ml_60_res30 {
  margin-left: 60px;
}

@media screen and (max-width: 640px) {
  html body .ml_60_res30 {
    margin-left: 30px;
  }
}

html body .mr_5 {
  margin-right: 5px;
}

html body .mr_10 {
  margin-right: 10px;
}

html body .mr_10_res5 {
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  html body .mr_10_res5 {
    margin-right: 5px;
  }
}

html body .mr_15 {
  margin-right: 15px;
}

html body .mr_15_res7 {
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  html body .mr_15_res7 {
    margin-right: 7px;
  }
}

html body .mr_16 {
  margin-right: 16px;
}

html body .mr_20 {
  margin-right: 20px;
}

html body .mr_20_res10 {
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  html body .mr_20_res10 {
    margin-right: 10px;
  }
}

html body .mr_24 {
  margin-right: 24px;
}

html body .mr_25 {
  margin-right: 25px;
}

html body .mr_30 {
  margin-right: 30px;
}

html body .mr_30_res10 {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  html body .mr_30_res10 {
    margin-right: 10px;
  }
}

html body .mr_30_res15 {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  html body .mr_30_res15 {
    margin-right: 15px;
  }
}

html body .mr_35 {
  margin-right: 35px;
}

html body .mr_35_res17 {
  margin-right: 35px;
}

@media screen and (max-width: 640px) {
  html body .mr_35_res17 {
    margin-right: 17px;
  }
}

html body .mr_40 {
  margin-right: 40px;
}

html body .mr_40_res20 {
  margin-right: 40px;
}

@media screen and (max-width: 640px) {
  html body .mr_40_res20 {
    margin-right: 20px;
  }
}

html body .mr_45 {
  margin-right: 45px;
}

html body .mr_50 {
  margin-right: 50px;
}

html body .mr_50_res25 {
  margin-right: 50px;
}

@media screen and (max-width: 640px) {
  html body .mr_50_res25 {
    margin-right: 25px;
  }
}

html body .mr_55 {
  margin-right: 55px;
}

html body .mr_60 {
  margin-right: 60px;
}

html body .mr_60_res30 {
  margin-right: 60px;
}

@media screen and (max-width: 640px) {
  html body .mr_60_res30 {
    margin-right: 30px;
  }
}

html body .mb_5 {
  margin-bottom: 5px;
}

html body .mb_10 {
  margin-bottom: 10px;
}

html body .mb_10_res5 {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  html body .mb_10_res5 {
    margin-bottom: 5px;
  }
}

html body .mb_14 {
  margin-bottom: 14px;
}

html body .mb_15 {
  margin-bottom: 15px;
}

html body .mb_15_res7 {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  html body .mb_15_res7 {
    margin-bottom: 7px;
  }
}

html body .mb_16 {
  margin-bottom: 16px;
}

html body .mb_20 {
  margin-bottom: 20px;
}

html body .mb_20_res10 {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  html body .mb_20_res10 {
    margin-bottom: 10px;
  }
}

html body .mb_24 {
  margin-bottom: 24px;
}

html body .mb_25 {
  margin-bottom: 25px;
}

html body .mb_30 {
  margin-bottom: 30px;
}

html body .mb_30_res20 {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  html body .mb_30_res20 {
    margin-bottom: 20px;
  }
}

html body .mb_30_res15 {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  html body .mb_30_res15 {
    margin-bottom: 15px;
  }
}

html body .mb_35 {
  margin-bottom: 35px;
}

html body .mb_35_res17 {
  margin-bottom: 35px;
}

@media screen {
  html body .mb_35_res17 {
    margin-bottom: 17px;
  }
}

html body .mb_40 {
  margin-bottom: 40px;
}

html body .mb_40_res20 {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  html body .mb_40_res20 {
    margin-bottom: 20px;
  }
}

html body .mb_45 {
  margin-bottom: 45px;
}

html body .mb_50 {
  margin-bottom: 50px;
}

html body .mb_50_res25 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  html body .mb_50_res25 {
    margin-bottom: 25px;
  }
}

html body .mb_55 {
  margin-bottom: 55px;
}

html body .mb_60 {
  margin-bottom: 60px;
}

html body .mb_60_res30 {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  html body .mb_60_res30 {
    margin-bottom: 30px;
  }
}

html body .mb_80 {
  margin-bottom: 80px;
}

html body .mb_80_res40 {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  html body .mb_80_res40 {
    margin-bottom: 40px;
  }
}
