@charset "UTF-8";

.biz .biz_header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9c9ea1;
}

.biz .biz_header .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.biz .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.biz .lead {
  font-weight: 700;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .page_header {
    background-image: url(../img/bg_header.jpg);
  }

  .biz {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .biz .biz_header .icon {
    width: 50px;
    margin-right: 12px;
  }

  .biz .biz_header .name {
    font-size: 1.5em;
  }

  .biz .image {
    flex-basis: 50%;
  }

  .biz .biz_container {
    flex-basis: 47.5%;
  }

  .biz .md_button_b {
    margin-top: 30px;
  }

  .biz.biz_l .image {
    margin-right: 2.5%;
  }

  .biz.biz_r .image {
    order: 1;
    margin-left: 2.5%;
  }

  .biz.biz_r .biz_container {
    order: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_header {
    background-image: url(../img/bg_header_sp.jpg);
  }

  .biz {
    margin-bottom: 40px;
  }

  .biz .biz_header .icon {
    width: 40px;
    margin-right: 7px;
  }

  .biz .biz_header .icon img {
    margin: 0 auto;
  }

  .biz .biz_header .name {
    font-size: 1.2em;
  }

  .biz .image {
    margin-bottom: 10px;
  }

  .biz .image img {
    margin: 0 auto;
  }

  .biz .md_button_b {
    margin-top: 15px;
  }
}