.pointStatus-detail dt {
  font-size: 14px;
  float: left;
  vertical-align: middle;
}

.pointStatus-detail dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: right;
  color: #eb5505;
  border-bottom: #e5e5e5 1px solid;
}

.unit {
  padding-left: .2em;
}

.cardBox-newsBox .icon-white {
  color: #777;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.icon-lightGrey {
  color: #777;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .layout-section.layout-customize-spCol1 .layout-ctr .layout-display:not(:last-child) {
    padding-right: 15px;
  }

  .layout-section.layout-customize-spCol1 .layout-ctr .layout-display:not(:first-child) {
    padding-left: 15px;
  }

  .layout-section.layout-customize-spCol3 .layout-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .layout-section.layout-customize-spCol3 .layout-display {
    display: inline;
    width: 19%;
  }

  .layout-section.layout-customize-spCol3 .layout-display:not(:last-child) {
    margin-right: 1%;
  }

  .layout-section.layout-customize-spCol3 .image {
    text-align: center;
  }

  .layout-section.layout-customize-spCol2 .layout-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .layout-section.layout-customize-spCol2 .layout-display {
    display: inline;
    width: 24.25%;
  }

  .layout-section.layout-customize-spCol2 .layout-display:not(:last-child) {
    margin-right: 1%;
  }

  .layout-section.layout-customize-spCol2 .image {
    text-align: center;
  }

  .pointStatus-display {
    float: left;
  }

  .pointStatus-display:nth-child(odd) {
    width: 32%;
    padding-right: 1%;
  }

  .pointStatus-display:nth-child(even) {
    width: 68%;
  }

  .pointStatus-detail dt {
    font-size: 16px;
    line-height: 24px;
  }

  .pointStatus-detail dd {
    font-size: 24px;
    line-height: 24px;
  }

  .pointStatusSmall-detail dt {
    line-height: 24px;
    float: left;
  }

  .pointStatusSmall-detail dd {
    font-size: 24px;
    line-height: 24px;
    text-align: right;
    color: #eb5505;
  }
}

@media screen and (max-width: 767px) {
  .layout-section.layout-customize-spCol1 .layout-ctr .layout-display {
    display: block;
  }

  .layout-section.layout-customize-spCol1 .layout-ctr .layout-display:nth-child(n+2) {
    margin-top: 20px;
  }

  .layout-section.layout-customize-spCol1 .layout-ctr .layout-display .image {
    text-align: center;
  }

  .layout-section.layout-customize-spCol1.layout-col1to2-r .layout-ctr .layout-display:nth-child(n),
  .layout-section.layout-customize-spCol1.layout-col1to2-l .layout-ctr .layout-display:nth-child(n),
  .layout-section.layout-customize-spCol1.layout-col1to3-r .layout-ctr .layout-display:nth-child(n),
  .layout-section.layout-customize-spCol1.layout-col1to3-l .layout-ctr .layout-display:nth-child(n) {
    width: 100%;
  }

  .layout-section.layout-customize-spCol3 .layout-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .layout-section.layout-customize-spCol3 .layout-display {
    display: inline;
    width: 32.3333%;
    margin-bottom: 20px;
    margin-left: 1.5%;
  }

  .layout-section.layout-customize-spCol3 .layout-display:nth-child(3n+1) {
    margin-left: 0;
  }

  .layout-section.layout-customize-spCol3 .image {
    text-align: center;
  }

  .layout-section.layout-customize-spCol2 .layout-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .layout-section.layout-customize-spCol2 .layout-display {
    display: inline;
    width: 49.25%;
    margin-bottom: 20px;
    margin-left: 1.5%;
  }

  .layout-section.layout-customize-spCol2 .layout-display:nth-child(2n+1) {
    margin-left: 0;
  }

  .layout-section.layout-customize-spCol2 .image {
    text-align: center;
  }

  .pointStatus-detail {
    margin-top: 15px;
  }

  .pointStatus-detail dt {
    font-size: 14px;
    line-height: 22px;
    float: left;
    vertical-align: middle;
  }

  .pointStatus-detail dd {
    font-size: 22px;
    line-height: 22px;
  }

  .pointStatusSmall-detail {
    font-size: 14px;
    text-align: center;
  }

  .pointStatusSmall-detail dt {
    line-height: 22px;
  }

  .pointStatusSmall-detail dd {
    font-size: 22px;
    margin-top: 5px;
    color: #eb5505;
  }

  .cardBox.padding-sp-20 .cardBox-cont {
    padding: 20px !important;
  }

  .cardBox.padding-sp-0 .cardBox-cont {
    padding: 0 !important;
  }
}