@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/*テキスト内で使うリンクカラー*/
@media screen and (min-width: 769px) {
  .health_section .pt-m .flex_box {
    display: flex;
    gap: 20px;
  }
  .health_section .pt-m .flex_box .flex_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .health_section .pt-m .flex_box {
    display: block;
  }
}

.mt-xs {
  margin-top: 0 !important;
}

.row img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.table-container {
  overflow-x: auto;
}

@media screen and (min-width: 769px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 170px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}

table thead th {
  text-align: center;
}
table tbody tr td {
  text-align: right;
}
table tbody tr td:first-child {
  text-align: left;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px 15px;
}

h1 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) and (min-width: 769px) {
  .health_section .pt-m .flex_box {
    display: flex;
    gap: 20px;
  }
  .health_section .pt-m .flex_box .flex_item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (max-width: 768px) {
  .health_section .pt-m .flex_box {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .row img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (max-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .table-container {
    overflow-x: auto;
  }
}
@media screen and (max-width: 750px) and (min-width: 769px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) and (max-width: 768px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 170px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  table thead th {
    text-align: center;
  }
  table tbody tr td {
    text-align: right;
  }
  table tbody tr td:first-child {
    text-align: left;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 15px;
  }
  h1 {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 751px) and (min-width: 769px) {
  .health_section .pt-m .flex_box {
    display: flex;
    gap: 20px;
  }
  .health_section .pt-m .flex_box .flex_item {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 768px) {
  .health_section .pt-m .flex_box {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .row img {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 751px) {
  .table-container {
    overflow-x: auto;
  }
}
@media screen and (min-width: 751px) and (min-width: 769px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 768px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 170px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  table thead th {
    text-align: center;
  }
  table tbody tr td {
    text-align: right;
  }
  table tbody tr td:first-child {
    text-align: left;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 15px;
  }
  h1 {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 500px) and (min-width: 769px) {
  .health_section .pt-m .flex_box {
    display: flex;
    gap: 20px;
  }
  .health_section .pt-m .flex_box .flex_item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  .health_section .pt-m .flex_box {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .row img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .table-container {
    overflow-x: auto;
  }
  .forPC {
    display: none !important;
  }
}
@media screen and (max-width: 500px) and (min-width: 769px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (max-width: 500px) and (max-width: 768px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 170px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (max-width: 500px) {
  table thead th {
    text-align: center;
  }
  table tbody tr td {
    text-align: right;
  }
  table tbody tr td:first-child {
    text-align: left;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 15px;
  }
  .br_pc {
    display: none;
  }
  h1 {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 750px) and (min-width: 769px) {
  .health_section .pt-m .flex_box {
    display: flex;
    gap: 20px;
  }
  .health_section .pt-m .flex_box .flex_item {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 768px) {
  .health_section .pt-m .flex_box {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .row img {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 750px) {
  .table-container {
    overflow-x: auto;
  }
}
@media screen and (min-width: 750px) and (min-width: 769px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (min-width: 750px) and (max-width: 768px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 170px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (min-width: 750px) {
  table thead th {
    text-align: center;
  }
  table tbody tr td {
    text-align: right;
  }
  table tbody tr td:first-child {
    text-align: left;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 15px;
  }
  h1 {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  .health_section .pt-m .flex_box {
    display: flex;
    gap: 20px;
  }
  .health_section .pt-m .flex_box .flex_item {
    width: 100%;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .health_section .pt-m .flex_box {
    display: block;
  }
}
@media print, screen and (min-width: 501px) {
  .row img {
    width: 100%;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 501px) {
  .table-container {
    overflow-x: auto;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  body#health .first-content {
    position: relative;
  }
  body#health .first-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 170px;
    background-color: #b0e9ff;
    z-index: 1;
  }
}
@media print, screen and (min-width: 501px) {
  table thead th {
    text-align: center;
  }
  table tbody tr td {
    text-align: right;
  }
  table tbody tr td:first-child {
    text-align: left;
  }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px 15px;
  }
  .br_pc {
    display: block;
  }
  h1 {
    position: relative;
    z-index: 2;
  }
}
/*# sourceMappingURL=map/health.css.map */
