    .bnr {
      max-width: 640px;
      margin: 0 auto;
      padding-top: 45px;
    }

    .bnr_area1 {
      margin-bottom: 50px;
    }

    .bnr_wrap {
      margin-bottom: 15px;
      /*height: 100px;*/
    }

    .bnr_wrap a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .bnr_catch {
      font-size: 14px;
      position: relative;
      padding-left: 1em;
      font-weight: 400;
      margin-bottom: 5px;
    }

    .bnr_catch.whisper {
      margin-bottom: 10px;
    }

    .bnr_catch span {
      font-weight: 600;
      font-size: 15px;
    }

    .bnr_catch:before {
      content: "ąŁ";
      font-size: 60%;
      color: #EE7200;
      display: inline-block;
      margin-right: 0.5em;
      position: absolute;
      left: 0;
    }

    .bnr_ttl {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .bnr_desc {
      font-size: 13px;
    }

    .bnr_left {
      float: left;
      max-width: 300px;
      margin-bottom: 30px;
    }

    .bnr_right {
      float: right;
      max-width: 300px;
      margin-bottom: 30px;
    }

    .clearfix::after {
      content: "";
      display: block;
      clear: both;
    }

    @media screen and (max-width:999px) {
      .bnr {
        max-width: unset;
        padding: 0 3%;
                padding-top: 30px;
      }

      .bnr_wrap {
        margin-bottom: 15px;
        height: unset;
      }




      .bnr_catch {
        font-size: 14px;
        position: relative;
        padding-left: 1em;
        font-weight: 400;
        margin-bottom: 5px;
      }

      .bnr_catch.whisper {
        margin-bottom: 10px;
      }

      .bnr_catch span {
        font-weight: 600;
        font-size: 15px;
      }

      .bnr_catch:before {
        content: "ąŁ";
        font-size: 60%;
        color: #EE7200;
        display: inline-block;
        margin-right: 0.5em;
        position: absolute;
        left: 0;
      }

      .bnr_ttl {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
      }

      .bnr_desc {
        font-size: 13px;
      }

      .bnr_left {
        float: unset;
        max-width: 100%;
        margin-bottom: 30px;
      }

      .bnr_right {
        float: unset;
        max-width: 100%;
      }
      .icon_badge {
  margin: 0 4% 6% 4%;
  text-align: center;
}
.icon_badge a img {
  width: 45%;
}

    }