body#miyazakibeef .section .application {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
body#miyazakibeef .section .application .block {
  flex-basis: 48%;
}
body#miyazakibeef .section .application .block + .block figure {
  width: 53%;
}
body#miyazakibeef .section .application figure {
  width: 75%;
  margin: 0 auto 1.25em;
}
body#miyazakibeef .section .application table {
  width: 100%;
  margin-bottom: 0.625em;
  border-collapse: collapse;
  border-spacing: 0;
}
body#miyazakibeef .section .application table tbody tr th, body#miyazakibeef .section .application table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.3125em 0.625em;
  border-bottom: solid 1px #ffffff;
  line-height: 1.875;
}
body#miyazakibeef .section .application table tbody tr th {
  position: relative;
  width: 25%;
  white-space: nowrap;
  color: #ffffff;
}
body#miyazakibeef .section .roots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
}
body#miyazakibeef .section .roots figure {
  flex-basis: 48%;
}
body#miyazakibeef .section .roots figure figcaption {
  margin-top: 0.625em;
}
body#miyazakibeef .section .roots .contents {
  flex-basis: 48%;
}
body#miyazakibeef .section .roots .contents table {
  margin-bottom: 0.625em;
  border-collapse: collapse;
  border-spacing: 0;
}
body#miyazakibeef .section .roots .contents table tbody tr th, body#miyazakibeef .section .roots .contents table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.3125em 0.625em;
  border-bottom: solid 1px #ffffff;
  line-height: 1.875;
}
body#miyazakibeef .section .roots .contents table tbody tr th {
  position: relative;
  width: 25%;
  white-space: nowrap;
  color: #ffffff;
}
body#miyazakibeef .section .roots .contents .notice {
  font-size: 75%;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#miyazakibeef .section .application {
    display: block;
  }
  body#miyazakibeef .section .application .block + .block {
    margin-top: 1.25em;
  }
  body#miyazakibeef .section .application .block + .block figure {
    width: 75%;
  }
  body#miyazakibeef .section .application table {
    font-size: 75%;
  }
  body#miyazakibeef .section .roots {
    display: block;
    margin-bottom: 1.25em;
  }
  body#miyazakibeef .section .roots figure {
    margin-bottom: 1.25em;
  }
  body#miyazakibeef .section .roots figure figcaption {
    font-size: 75%;
  }
  body#miyazakibeef .section .roots .contents table {
    width: 100%;
    font-size: 75%;
  }
  body#miyazakibeef .section .roots .contents .notice {
    font-size: 62.5%;
  }
}
