/** Utility
-----------------------------------**/
.full-img img {
  max-width: 100%;
  vertical-align: bottom;
}

.mt-0  { margin-top: 0 !important; }
.mt-5  { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }

.mb-0  { margin-bottom: 0 !important; }
.mb-5  { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }

@media screen and (max-width: 568px) {
  #netIndex article h2 {
    margin-bottom: 15px;
    text-align: center;
    background: none;
    border: none;
  }

  #netIndex article h2 img {
    display: inline-block;
    max-width: 300px;
    width: 100%;
  }
}

/** pc-col-02
-----------------------------------**/
@media screen and (min-width: 569px) {
  #netIndex .pc-col-02 {
    display: flex;
    align-items: center;
  }

  #netIndex .pc-col-02 > .col {
    float: none;
    width: 500px;
    padding-top: 0;
    margin-left: 30px;
  }

  #netIndex .pc-col-02 > .col:first-child {
    width: 340px;
    margin-left: 0;
  }
}

#netIndex .pc-col-02 > .col:first-child img {
  max-width: 100%;
}

/** campaign-box
-----------------------------------**/
@media screen and (min-width: 569px) {
  .campaign-box {
    display: flex;
    align-items: center;
  }

  .campaign-title {
    width: 120px;
    box-sizing: border-box;
  }

  #netIndex .campaign-box .campaign-detail {
    width: calc(100% - 120px);
  }
}

#netIndex .campaign-box {
  margin-top: 10px;
}

#netIndex .campaign-box .campaign-detail .list.mark > li {
  padding-left: 10px;
}

/** application-box
-----------------------------------**/
.application-box {
  margin-top: 15px;
}

.application-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #89c034;
}

@media screen and (min-width: 569px) {
  .application-box .btn-area {
    width: 260px;
  }

  .application-box .btn-outer {
    width: 260px !important;
    margin-top: 0 !important;
  }

  .application-box {
    display: flex;
  }

  .application-criteria {
    width: calc(100% - 260px);
    padding-right: 10px;
  }
}

/** grid-col-3
-----------------------------------**/
#netIndex .box-wrapper .box-inner .box-Title {
  position: relative;
  left: 0;
}

.grid-col-3 .box-Title {
  text-align: center;
}

@media screen and (min-width: 569px) {
  .grid-col-3 {
    display: flex;
    justify-content: space-between;
  }

  #netIndex h2 + .grid-col-3 {
    margin-top: 20px;
  }

  .grid-col-3 > * {
    width: 32.8%;
    padding: 30px 20px 40px !important;
    box-sizing: border-box;
  }

  #netIndex .box-wrapper + .box-wrapper {
    margin-top: 0;
  }

  #netIndex .grid-col-3 .btn-area .btn-outer {
    width: 100%;
  }

  .grid-col-3 .box-Title {
    height: 55px;
  }
}

@media screen and (max-width: 568px) {
  #netIndex .grid-col-3 .box-wrapper .box-inner .box-Title {
    padding-bottom: 0;
    border-left: none;
    font-size: 14px;
    line-height: 1.3;
  }

  #netIndex .grid-col-3 .box-wrapper .box-inner .box-Title + * {
    margin-top: 0;
  }
}
