/** Shopify CDN: Minification failed

Line 9382:18 Unterminated string token
Line 9407:18 Unterminated string token

**/
@charset "UTF-8";
 @-webkit-keyframes scaling {
     0% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     100% {
         -webkit-transform: none;
         transform: none;
    }
}
 @-moz-keyframes scaling {
     0% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     100% {
         -webkit-transform: none;
         transform: none;
    }
}
 @keyframes scaling {
     0% {
         -webkit-transform: scale(1.2);
         transform: scale(1.2);
    }
     100% {
         -webkit-transform: none;
         transform: none;
    }
}
 @-webkit-keyframes fadeFlash {
     0% {
         opacity: 1;
    }
     50% {
         opacity: 0.4;
    }
     100% {
         opacity: 1;
    }
}
 @-moz-keyframes fadeFlash {
     0% {
         opacity: 1;
    }
     50% {
         opacity: 0.4;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes fadeFlash {
     0% {
         opacity: 1;
    }
     50% {
         opacity: 0.4;
    }
     100% {
         opacity: 1;
    }
}
 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-moz-keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes fadeIn {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @-webkit-keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -50px, 0);
         transform: translate3d(0, -50px, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @-moz-keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -50px, 0);
         transform: translate3d(0, -50px, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, -50px, 0);
         transform: translate3d(0, -50px, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @-webkit-keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @-moz-keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @-webkit-keyframes fadeInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(-50px, 0, 0);
         transform: translate3d(-50px, 0, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @-moz-keyframes fadeInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(-50px, 0, 0);
         transform: translate3d(-50px, 0, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @keyframes fadeInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(-50px, 0, 0);
         transform: translate3d(-50px, 0, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @-webkit-keyframes fadeInRight {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(50px, 0, 0);
         transform: translate3d(50px, 0, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @-moz-keyframes fadeInRight {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(50px, 0, 0);
         transform: translate3d(50px, 0, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @keyframes fadeInRight {
     0% {
         opacity: 0;
         -webkit-transform: translate3d(50px, 0, 0);
         transform: translate3d(50px, 0, 0);
    }
     100% {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
    }
}
 @font-face {
     font-family: "Noto Sans JP";
     font-style: normal;
     font-weight: 400;
     src: url("/nutrition/assets/font/NotoSansJP-Light.woff") format("woff");
}
 @font-face {
     font-family: "Noto Sans JP";
     font-style: normal;
     font-weight: 700;
     src: url("/nutrition/assets/font/NotoSansJP-Bold.woff") format("woff");
}
/*! * Bootstrap v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
 :root {
     --blue: #007bff;
     --indigo: #6610f2;
     --purple: #6f42c1;
     --pink: #e83e8c;
     --red: #dc3545;
     --orange: #fd7e14;
     --yellow: #ffc107;
     --green: #28a745;
     --teal: #20c997;
     --cyan: #17a2b8;
     --white: #fff;
     --gray: #6c757d;
     --gray-dark: #343a40;
     --black: #000;
     --primary: #1c2c56;
     --secondary: #00b2d9;
     --success: #28a745;
     --info: #17a2b8;
     --warning: #ffc107;
     --danger: #dc3545;
     --white: #fff;
     --light: #f7f9fb;
     --dark: #424142;
     --stomach_health: #6eba44;
     --swallow_chew: #674498;
     --malnutrition: #0b318f;
     --product: #00aad3;
     --breakpoint-xs: 0;
     --breakpoint-sm: 576px;
     --breakpoint-md: 768px;
     --breakpoint-lg: 992px;
     --breakpoint-xl: 1117px;
     --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
 *, *::before, *::after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 html {
     font-family: sans-serif;
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     -ms-overflow-style: scrollbar;
     -webkit-tap-highlight-color: transparent;
}
 @-ms-viewport {
     width: device-width;
}
 article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
     display: block;
}

@media (min-width: 768px) {
	.v-mb { display: none !important; }
}
@media (max-width: 767px) {
	.v-dt { display: none !important; }
}

 body {
     margin: 0;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     font-size: 18;
     font-weight: 400;
     line-height: 1.5;
     color: #3e3a39;
     text-align: left;
     background-color: #fff;
}
 [tabindex="-1"]:focus {
     outline: 0 !important;
}
 hr {
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
     height: 0;
     overflow: visible;
}
 h1, h2, h3, h4, h5, h6 {
     margin-top: 0;
     margin-bottom: 0.5rem;
}
 p {
     margin-top: 0;
     margin-bottom: 1rem;
}
 abbr[title], abbr[data-original-title] {
     text-decoration: underline;
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
     cursor: help;
     border-bottom: 0;
}
 address {
     margin-bottom: 1rem;
     font-style: normal;
     line-height: inherit;
}
 ol, ul, dl {
     margin-top: 0;
     margin-bottom: 1rem;
}
 ol ol, ul ul, ol ul, ul ol {
     margin-bottom: 0;
}
 dt {
     font-weight: 700;
}
 dd {
     margin-bottom: .5rem;
     margin-left: 0;
}
 blockquote {
     margin: 0 0 1rem;
}
 dfn {
     font-style: italic;
}
 b, strong {
     font-weight: bolder;
}
 small {
     font-size: 80%;
}
 sub, sup {
     position: relative;
     font-size: 75%;
     line-height: 0;
     vertical-align: baseline;
}
 sub {
     bottom: -.25em;
}
 sup {
     top: -.5em;
}
 a {
     color: #1c2c56;
     text-decoration: none;
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
}
 a:hover {
     color: #090e1c;
     text-decoration: underline;
}
 a:not([href]):not([tabindex]) {
     color: inherit;
     text-decoration: none;
}
 a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
     color: inherit;
     text-decoration: none;
}
 a:not([href]):not([tabindex]):focus {
     outline: 0;
}
 pre, code, kbd, samp {
     font-family: monospace, monospace;
     font-size: 1em;
}
 pre {
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
     -ms-overflow-style: scrollbar;
}
 figure {
     margin: 0 0 1rem;
}
 img {
     vertical-align: middle;
     border-style: none;
}
 svg:not(:root) {
     overflow: hidden;
}
 table {
     border-collapse: collapse;
}
 caption {
     padding-top: 0.75rem;
     padding-bottom: 0.75rem;
     color: #6c757d;
     text-align: left;
     caption-side: bottom;
}
 th {
     text-align: inherit;
}
 label {
     display: inline-block;
     margin-bottom: .5rem;
}
 button {
     border-radius: 0;
}
 button:focus {
     outline: 1px dotted;
     outline: 5px auto -webkit-focus-ring-color;
}
 input, button, select, optgroup, textarea {
     margin: 0;
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}
 button, input {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, html [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     padding: 0;
     border-style: none;
}
 input[type="radio"], input[type="checkbox"] {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     padding: 0;
}
 input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
     -webkit-appearance: listbox;
}
 textarea {
     overflow: auto;
     resize: vertical;
}
 fieldset {
     min-width: 0;
     padding: 0;
     margin: 0;
     border: 0;
}
 legend {
     display: block;
     width: 100%;
     max-width: 100%;
     padding: 0;
     margin-bottom: .5rem;
     font-size: 1.5rem;
     line-height: inherit;
     color: inherit;
     white-space: normal;
}
 progress {
     vertical-align: baseline;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 [type="search"] {
     outline-offset: -2px;
     -webkit-appearance: none;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 ::-webkit-file-upload-button {
     font: inherit;
     -webkit-appearance: button;
}
 output {
     display: inline-block;
}
 summary {
     display: list-item;
     cursor: pointer;
}
 template {
     display: none;
}
 [hidden] {
     display: none !important;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     margin-bottom: 0.5rem;
     font-family: inherit;
     font-weight: 500;
     line-height: 1.2;
     color: inherit;
}
 .lead {
     font-size: 1.25rem;
     font-weight: 300;
}
 .display-1 {
     font-size: 6rem;
     font-weight: 300;
     line-height: 1.2;
}
 .display-2 {
     font-size: 5.5rem;
     font-weight: 300;
     line-height: 1.2;
}
 .display-3 {
     font-size: 4.5rem;
     font-weight: 300;
     line-height: 1.2;
}
 .display-4 {
     font-size: 3.5rem;
     font-weight: 300;
     line-height: 1.2;
}
 hr {
     margin-top: 1rem;
     margin-bottom: 1rem;
     border: 0;
     border-top: 1px solid rgba(0, 0, 0, 0.1);
}
 small, .small {
     font-size: 80%;
     font-weight: 400;
}
 mark, .mark {
     padding: 0.2em;
     background-color: #fcf8e3;
}
 .list-unstyled {
     padding-left: 0;
     list-style: none;
}
 .list-inline {
     padding-left: 0;
     list-style: none;
}
 .list-inline-item {
     display: inline-block;
}
 .list-inline-item:not(:last-child) {
     margin-right: 0.5rem;
}
 .initialism {
     font-size: 90%;
     text-transform: uppercase;
}
 .blockquote {
     margin-bottom: 1rem;
     font-size: 1.25rem;
}
 .blockquote-footer {
     display: block;
     font-size: 80%;
     color: #6c757d;
}
 .blockquote-footer::before {
     content: "\2014 \00A0";
}
 .container {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 @media (min-width: 576px) {
     .container {
         max-width: 540px;
    }
}
 @media (min-width: 768px) {
     .container {
         max-width: 720px;
    }
}
 @media (min-width: 992px) {
     .container {
         max-width: 960px;
    }
}
 @media (min-width: 1117px) {
     .container {
         max-width: 1100px;
    }
}
 .container-fluid {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 .row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
}
 .no-gutters {
     margin-right: 0;
     margin-left: 0;
}
 .no-gutters > .col, .no-gutters > [class*="col-"] {
     padding-right: 0;
     padding-left: 0;
}
 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
}
 .col {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
}
 .col-auto {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
}
 .col-1 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 8.33333%;
     flex: 0 0 8.33333%;
     max-width: 8.33333%;
}
 .col-2 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 16.66667%;
     flex: 0 0 16.66667%;
     max-width: 16.66667%;
}
 .col-3 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
}
 .col-4 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 33.33333%;
     flex: 0 0 33.33333%;
     max-width: 33.33333%;
}
 .col-5 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 41.66667%;
     flex: 0 0 41.66667%;
     max-width: 41.66667%;
}
 .col-6 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
}
 .col-7 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 58.33333%;
     flex: 0 0 58.33333%;
     max-width: 58.33333%;
}
 .col-8 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 66.66667%;
     flex: 0 0 66.66667%;
     max-width: 66.66667%;
}
 .col-9 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
}
 .col-10 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 83.33333%;
     flex: 0 0 83.33333%;
     max-width: 83.33333%;
}
 .col-11 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 91.66667%;
     flex: 0 0 91.66667%;
     max-width: 91.66667%;
}
 .col-12 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
}
 .order-first {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     order: -1;
}
 .order-last {
     -webkit-box-ordinal-group: 14;
     -ms-flex-order: 13;
     order: 13;
}
 .order-0 {
     -webkit-box-ordinal-group: 1;
     -ms-flex-order: 0;
     order: 0;
}
 .order-1 {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 1;
     order: 1;
}
 .order-2 {
     -webkit-box-ordinal-group: 3;
     -ms-flex-order: 2;
     order: 2;
}
 .order-3 {
     -webkit-box-ordinal-group: 4;
     -ms-flex-order: 3;
     order: 3;
}
 .order-4 {
     -webkit-box-ordinal-group: 5;
     -ms-flex-order: 4;
     order: 4;
}
 .order-5 {
     -webkit-box-ordinal-group: 6;
     -ms-flex-order: 5;
     order: 5;
}
 .order-6 {
     -webkit-box-ordinal-group: 7;
     -ms-flex-order: 6;
     order: 6;
}
 .order-7 {
     -webkit-box-ordinal-group: 8;
     -ms-flex-order: 7;
     order: 7;
}
 .order-8 {
     -webkit-box-ordinal-group: 9;
     -ms-flex-order: 8;
     order: 8;
}
 .order-9 {
     -webkit-box-ordinal-group: 10;
     -ms-flex-order: 9;
     order: 9;
}
 .order-10 {
     -webkit-box-ordinal-group: 11;
     -ms-flex-order: 10;
     order: 10;
}
 .order-11 {
     -webkit-box-ordinal-group: 12;
     -ms-flex-order: 11;
     order: 11;
}
 .order-12 {
     -webkit-box-ordinal-group: 13;
     -ms-flex-order: 12;
     order: 12;
}
 .offset-1 {
     margin-left: 8.33333%;
}
 .offset-2 {
     margin-left: 16.66667%;
}
 .offset-3 {
     margin-left: 25%;
}
 .offset-4 {
     margin-left: 33.33333%;
}
 .offset-5 {
     margin-left: 41.66667%;
}
 .offset-6 {
     margin-left: 50%;
}
 .offset-7 {
     margin-left: 58.33333%;
}
 .offset-8 {
     margin-left: 66.66667%;
}
 .offset-9 {
     margin-left: 75%;
}
 .offset-10 {
     margin-left: 83.33333%;
}
 .offset-11 {
     margin-left: 91.66667%;
}
 @media (min-width: 576px) {
     .col-sm {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-sm-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
    }
     .col-sm-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.33333%;
         flex: 0 0 8.33333%;
         max-width: 8.33333%;
    }
     .col-sm-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.66667%;
         flex: 0 0 16.66667%;
         max-width: 16.66667%;
    }
     .col-sm-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-sm-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.33333%;
         flex: 0 0 33.33333%;
         max-width: 33.33333%;
    }
     .col-sm-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.66667%;
         flex: 0 0 41.66667%;
         max-width: 41.66667%;
    }
     .col-sm-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-sm-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.33333%;
         flex: 0 0 58.33333%;
         max-width: 58.33333%;
    }
     .col-sm-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.66667%;
         flex: 0 0 66.66667%;
         max-width: 66.66667%;
    }
     .col-sm-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-sm-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.33333%;
         flex: 0 0 83.33333%;
         max-width: 83.33333%;
    }
     .col-sm-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.66667%;
         flex: 0 0 91.66667%;
         max-width: 91.66667%;
    }
     .col-sm-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .order-sm-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
    }
     .order-sm-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
    }
     .order-sm-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
    }
     .order-sm-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
    }
     .order-sm-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
    }
     .order-sm-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
    }
     .order-sm-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
    }
     .order-sm-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
    }
     .order-sm-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
    }
     .order-sm-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
    }
     .order-sm-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
    }
     .order-sm-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
    }
     .order-sm-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
    }
     .order-sm-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
    }
     .order-sm-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
    }
     .offset-sm-0 {
         margin-left: 0;
    }
     .offset-sm-1 {
         margin-left: 8.33333%;
    }
     .offset-sm-2 {
         margin-left: 16.66667%;
    }
     .offset-sm-3 {
         margin-left: 25%;
    }
     .offset-sm-4 {
         margin-left: 33.33333%;
    }
     .offset-sm-5 {
         margin-left: 41.66667%;
    }
     .offset-sm-6 {
         margin-left: 50%;
    }
     .offset-sm-7 {
         margin-left: 58.33333%;
    }
     .offset-sm-8 {
         margin-left: 66.66667%;
    }
     .offset-sm-9 {
         margin-left: 75%;
    }
     .offset-sm-10 {
         margin-left: 83.33333%;
    }
     .offset-sm-11 {
         margin-left: 91.66667%;
    }
}
 @media (min-width: 768px) {
     .col-md {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-md-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
    }
     .col-md-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.33333%;
         flex: 0 0 8.33333%;
         max-width: 8.33333%;
    }
     .col-md-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.66667%;
         flex: 0 0 16.66667%;
         max-width: 16.66667%;
    }
     .col-md-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-md-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.33333%;
         flex: 0 0 33.33333%;
         max-width: 33.33333%;
    }
     .col-md-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.66667%;
         flex: 0 0 41.66667%;
         max-width: 41.66667%;
    }
     .col-md-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-md-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.33333%;
         flex: 0 0 58.33333%;
         max-width: 58.33333%;
    }
     .col-md-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.66667%;
         flex: 0 0 66.66667%;
         max-width: 66.66667%;
    }
     .col-md-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-md-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.33333%;
         flex: 0 0 83.33333%;
         max-width: 83.33333%;
    }
     .col-md-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.66667%;
         flex: 0 0 91.66667%;
         max-width: 91.66667%;
    }
     .col-md-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .order-md-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
    }
     .order-md-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
    }
     .order-md-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
    }
     .order-md-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
    }
     .order-md-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
    }
     .order-md-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
    }
     .order-md-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
    }
     .order-md-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
    }
     .order-md-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
    }
     .order-md-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
    }
     .order-md-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
    }
     .order-md-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
    }
     .order-md-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
    }
     .order-md-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
    }
     .order-md-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
    }
     .offset-md-0 {
         margin-left: 0;
    }
     .offset-md-1 {
         margin-left: 8.33333%;
    }
     .offset-md-2 {
         margin-left: 16.66667%;
    }
     .offset-md-3 {
         margin-left: 25%;
    }
     .offset-md-4 {
         margin-left: 33.33333%;
    }
     .offset-md-5 {
         margin-left: 41.66667%;
    }
     .offset-md-6 {
         margin-left: 50%;
    }
     .offset-md-7 {
         margin-left: 58.33333%;
    }
     .offset-md-8 {
         margin-left: 66.66667%;
    }
     .offset-md-9 {
         margin-left: 75%;
    }
     .offset-md-10 {
         margin-left: 83.33333%;
    }
     .offset-md-11 {
         margin-left: 91.66667%;
    }
}
 @media (min-width: 992px) {
     .col-lg {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-lg-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
    }
     .col-lg-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.33333%;
         flex: 0 0 8.33333%;
         max-width: 8.33333%;
    }
     .col-lg-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.66667%;
         flex: 0 0 16.66667%;
         max-width: 16.66667%;
    }
     .col-lg-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-lg-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.33333%;
         flex: 0 0 33.33333%;
         max-width: 33.33333%;
    }
     .col-lg-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.66667%;
         flex: 0 0 41.66667%;
         max-width: 41.66667%;
    }
     .col-lg-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-lg-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.33333%;
         flex: 0 0 58.33333%;
         max-width: 58.33333%;
    }
     .col-lg-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.66667%;
         flex: 0 0 66.66667%;
         max-width: 66.66667%;
    }
     .col-lg-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-lg-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.33333%;
         flex: 0 0 83.33333%;
         max-width: 83.33333%;
    }
     .col-lg-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.66667%;
         flex: 0 0 91.66667%;
         max-width: 91.66667%;
    }
     .col-lg-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .order-lg-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
    }
     .order-lg-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
    }
     .order-lg-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
    }
     .order-lg-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
    }
     .order-lg-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
    }
     .order-lg-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
    }
     .order-lg-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
    }
     .order-lg-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
    }
     .order-lg-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
    }
     .order-lg-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
    }
     .order-lg-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
    }
     .order-lg-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
    }
     .order-lg-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
    }
     .order-lg-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
    }
     .order-lg-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
    }
     .offset-lg-0 {
         margin-left: 0;
    }
     .offset-lg-1 {
         margin-left: 8.33333%;
    }
     .offset-lg-2 {
         margin-left: 16.66667%;
    }
     .offset-lg-3 {
         margin-left: 25%;
    }
     .offset-lg-4 {
         margin-left: 33.33333%;
    }
     .offset-lg-5 {
         margin-left: 41.66667%;
    }
     .offset-lg-6 {
         margin-left: 50%;
    }
     .offset-lg-7 {
         margin-left: 58.33333%;
    }
     .offset-lg-8 {
         margin-left: 66.66667%;
    }
     .offset-lg-9 {
         margin-left: 75%;
    }
     .offset-lg-10 {
         margin-left: 83.33333%;
    }
     .offset-lg-11 {
         margin-left: 91.66667%;
    }
}
 @media (min-width: 1117px) {
     .col-xl {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
    }
     .col-xl-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
    }
     .col-xl-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.33333%;
         flex: 0 0 8.33333%;
         max-width: 8.33333%;
    }
     .col-xl-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.66667%;
         flex: 0 0 16.66667%;
         max-width: 16.66667%;
    }
     .col-xl-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
    }
     .col-xl-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.33333%;
         flex: 0 0 33.33333%;
         max-width: 33.33333%;
    }
     .col-xl-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.66667%;
         flex: 0 0 41.66667%;
         max-width: 41.66667%;
    }
     .col-xl-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
     .col-xl-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.33333%;
         flex: 0 0 58.33333%;
         max-width: 58.33333%;
    }
     .col-xl-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.66667%;
         flex: 0 0 66.66667%;
         max-width: 66.66667%;
    }
     .col-xl-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
    }
     .col-xl-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.33333%;
         flex: 0 0 83.33333%;
         max-width: 83.33333%;
    }
     .col-xl-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.66667%;
         flex: 0 0 91.66667%;
         max-width: 91.66667%;
    }
     .col-xl-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .order-xl-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
    }
     .order-xl-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
    }
     .order-xl-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
    }
     .order-xl-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
    }
     .order-xl-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
    }
     .order-xl-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
    }
     .order-xl-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
    }
     .order-xl-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
    }
     .order-xl-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
    }
     .order-xl-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
    }
     .order-xl-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
    }
     .order-xl-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
    }
     .order-xl-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
    }
     .order-xl-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
    }
     .order-xl-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
    }
     .offset-xl-0 {
         margin-left: 0;
    }
     .offset-xl-1 {
         margin-left: 8.33333%;
    }
     .offset-xl-2 {
         margin-left: 16.66667%;
    }
     .offset-xl-3 {
         margin-left: 25%;
    }
     .offset-xl-4 {
         margin-left: 33.33333%;
    }
     .offset-xl-5 {
         margin-left: 41.66667%;
    }
     .offset-xl-6 {
         margin-left: 50%;
    }
     .offset-xl-7 {
         margin-left: 58.33333%;
    }
     .offset-xl-8 {
         margin-left: 66.66667%;
    }
     .offset-xl-9 {
         margin-left: 75%;
    }
     .offset-xl-10 {
         margin-left: 83.33333%;
    }
     .offset-xl-11 {
         margin-left: 91.66667%;
    }
}
 .table {
     width: 100%;
     max-width: 100%;
     margin-bottom: 1rem;
     background-color: transparent;
}
 .table th, .table td {
     padding: 0.75rem;
     vertical-align: top;
     border-top: 1px solid #dee2e6;
}
 .table thead th {
     vertical-align: bottom;
     border-bottom: 2px solid #dee2e6;
}
 .table tbody + tbody {
     border-top: 2px solid #dee2e6;
}
 .table .table {
     background-color: #fff;
}
 .table-sm th, .table-sm td {
     padding: 0.3rem;
}
 .table-bordered {
     border: 1px solid #dee2e6;
}
 .table-bordered th, .table-bordered td {
     border: 1px solid #dee2e6;
}
 .table-bordered thead th, .table-bordered thead td {
     border-bottom-width: 2px;
}
 .table-striped tbody tr:nth-of-type(odd) {
     background-color: rgba(0, 0, 0, 0.05);
}
 .table-hover tbody tr:hover {
     background-color: rgba(0, 0, 0, 0.075);
}
 .table-black, .table-black > th, .table-black > td {
     background-color: #b8b8b8;
}
 .table-hover .table-black:hover {
     background-color: #ababab;
}
 .table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
     background-color: #ababab;
}
 .table-primary, .table-primary > th, .table-primary > td {
     background-color: #bfc4d0;
}
 .table-hover .table-primary:hover {
     background-color: #b0b6c5;
}
 .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
     background-color: #b0b6c5;
}
 .table-secondary, .table-secondary > th, .table-secondary > td {
     background-color: #b8e9f4;
}
 .table-hover .table-secondary:hover {
     background-color: #a2e2f1;
}
 .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
     background-color: #a2e2f1;
}
 .table-success, .table-success > th, .table-success > td {
     background-color: #c3e6cb;
}
 .table-hover .table-success:hover {
     background-color: #b1dfbb;
}
 .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
     background-color: #b1dfbb;
}
 .table-info, .table-info > th, .table-info > td {
     background-color: #bee5eb;
}
 .table-hover .table-info:hover {
     background-color: #abdde5;
}
 .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
     background-color: #abdde5;
}
 .table-warning, .table-warning > th, .table-warning > td {
     background-color: #ffeeba;
}
 .table-hover .table-warning:hover {
     background-color: #ffe8a1;
}
 .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
     background-color: #ffe8a1;
}
 .table-danger, .table-danger > th, .table-danger > td {
     background-color: #f5c6cb;
}
 .table-hover .table-danger:hover {
     background-color: #f1b0b7;
}
 .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
     background-color: #f1b0b7;
}
 .table-white, .table-white > th, .table-white > td {
     background-color: white;
}
 .table-hover .table-white:hover {
     background-color: #f2f2f2;
}
 .table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
     background-color: #f2f2f2;
}
 .table-light, .table-light > th, .table-light > td {
     background-color: #fdfdfe;
}
 .table-hover .table-light:hover {
     background-color: #ececf6;
}
 .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
     background-color: #ececf6;
}
 .table-dark, .table-dark > th, .table-dark > td {
     background-color: #cacaca;
}
 .table-hover .table-dark:hover {
     background-color: #bdbdbd;
}
 .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
     background-color: #bdbdbd;
}
 .table-stomach_health, .table-stomach_health > th, .table-stomach_health > td {
     background-color: #d6eccb;
}
 .table-hover .table-stomach_health:hover {
     background-color: #c7e5b8;
}
 .table-hover .table-stomach_health:hover > td, .table-hover .table-stomach_health:hover > th {
     background-color: #c7e5b8;
}
 .table-swallow_chew, .table-swallow_chew > th, .table-swallow_chew > td {
     background-color: #d4cbe2;
}
 .table-hover .table-swallow_chew:hover {
     background-color: #c6bbd9;
}
 .table-hover .table-swallow_chew:hover > td, .table-hover .table-swallow_chew:hover > th {
     background-color: #c6bbd9;
}
 .table-malnutrition, .table-malnutrition > th, .table-malnutrition > td {
     background-color: #bbc5e0;
}
 .table-hover .table-malnutrition:hover {
     background-color: #a9b6d8;
}
 .table-hover .table-malnutrition:hover > td, .table-hover .table-malnutrition:hover > th {
     background-color: #a9b6d8;
}
 .table-product, .table-product > th, .table-product > td {
     background-color: #b8e7f3;
}
 .table-hover .table-product:hover {
     background-color: #a2e0ef;
}
 .table-hover .table-product:hover > td, .table-hover .table-product:hover > th {
     background-color: #a2e0ef;
}
 .table-active, .table-active > th, .table-active > td {
     background-color: rgba(0, 0, 0, 0.075);
}
 .table-hover .table-active:hover {
     background-color: rgba(0, 0, 0, 0.075);
}
 .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
     background-color: rgba(0, 0, 0, 0.075);
}
 .table .thead-dark th {
     color: #fff;
     background-color: #212529;
     border-color: #32383e;
}
 .table .thead-light th {
     color: #495057;
     background-color: #e9ecef;
     border-color: #dee2e6;
}
 .table-dark {
     color: #fff;
     background-color: #212529;
}
 .table-dark th, .table-dark td, .table-dark thead th {
     border-color: #32383e;
}
 .table-dark.table-bordered {
     border: 0;
}
 .table-dark.table-striped tbody tr:nth-of-type(odd) {
     background-color: rgba(255, 255, 255, 0.05);
}
 .table-dark.table-hover tbody tr:hover {
     background-color: rgba(255, 255, 255, 0.075);
}
 @media (max-width: 575.98px) {
     .table-responsive-sm {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
     .table-responsive-sm > .table-bordered {
         border: 0;
    }
}
 @media (max-width: 767.98px) {
     .table-responsive-md {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
     .table-responsive-md > .table-bordered {
         border: 0;
    }
}
 @media (max-width: 991.98px) {
     .table-responsive-lg {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
     .table-responsive-lg > .table-bordered {
         border: 0;
    }
}
 @media (max-width: 1116.98px) {
     .table-responsive-xl {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
     .table-responsive-xl > .table-bordered {
         border: 0;
    }
}
 .table-responsive {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
}
 .table-responsive > .table-bordered {
     border: 0;
}
 .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 18;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: 0;
     -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
 .form-control::-ms-expand {
     background-color: transparent;
     border: 0;
}
 .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #3b5db6;
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.25);
     box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.25);
}
 .form-control::-webkit-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control:-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control::-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control::placeholder {
     color: #6c757d;
     opacity: 1;
}
 .form-control:disabled, .form-control[readonly] {
     background-color: #e9ecef;
     opacity: 1;
}
 select.form-control:not([size]):not([multiple]) {
     height: calc(2.25rem + 2px);
}
 select.form-control:focus::-ms-value {
     color: #495057;
     background-color: #fff;
}
 .form-control-file, .form-control-range {
     display: block;
     width: 100%;
}
 .col-form-label {
     padding-top: calc(0.375rem + 1px);
     padding-bottom: calc(0.375rem + 1px);
     margin-bottom: 0;
     font-size: inherit;
     line-height: 1.5;
}
 .col-form-label-lg {
     padding-top: calc(0.5rem + 1px);
     padding-bottom: calc(0.5rem + 1px);
     font-size: 1.25rem;
     line-height: 1.5;
}
 .col-form-label-sm {
     padding-top: calc(0.25rem + 1px);
     padding-bottom: calc(0.25rem + 1px);
     font-size: 0.875rem;
     line-height: 1.5;
}
 .form-control-plaintext {
     display: block;
     width: 100%;
     padding-top: 0.375rem;
     padding-bottom: 0.375rem;
     margin-bottom: 0;
     line-height: 1.5;
     background-color: transparent;
     border: solid transparent;
     border-width: 1px 0;
}
 .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
     padding-right: 0;
     padding-left: 0;
}
 .form-control-sm {
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
     border-radius: 0;
}
 select.form-control-sm:not([size]):not([multiple]) {
     height: calc(1.8125rem + 2px);
}
 .form-control-lg {
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     border-radius: 0;
}
 select.form-control-lg:not([size]):not([multiple]) {
     height: calc(2.875rem + 2px);
}
 .form-group {
     margin-bottom: 1rem;
}
 .form-text {
     display: block;
     margin-top: 0.25rem;
}
 .form-row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -5px;
     margin-left: -5px;
}
 .form-row > .col, .form-row > [class*="col-"] {
     padding-right: 5px;
     padding-left: 5px;
}
 .form-check {
     position: relative;
     display: block;
     padding-left: 1.25rem;
}
 .form-check-input {
     position: absolute;
     margin-top: 0.3rem;
     margin-left: -1.25rem;
}
 .form-check-input:disabled ~ .form-check-label {
     color: #6c757d;
}
 .form-check-label {
     margin-bottom: 0;
}
 .form-check-inline {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding-left: 0;
     margin-right: 0.75rem;
}
 .form-check-inline .form-check-input {
     position: static;
     margin-top: 0;
     margin-right: 0.3125rem;
     margin-left: 0;
}
 .valid-feedback {
     display: none;
     width: 100%;
     margin-top: 0.25rem;
     font-size: 80%;
     color: #28a745;
}
 .valid-tooltip {
     position: absolute;
     top: 100%;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: .5rem;
     margin-top: .1rem;
     font-size: .875rem;
     line-height: 1;
     color: #fff;
     background-color: rgba(40, 167, 69, 0.8);
     border-radius: .2rem;
}
 .was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
     border-color: #28a745;
}
 .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
     border-color: #28a745;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
     display: block;
}
 .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
     color: #28a745;
}
 .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
     display: block;
}
 .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
     color: #28a745;
}
 .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
     background-color: #71dd8a;
}
 .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
     display: block;
}
 .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
     background-color: #34ce57;
}
 .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
     -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
     border-color: #28a745;
}
 .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
     border-color: inherit;
}
 .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
     display: block;
}
 .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 .invalid-feedback {
     display: none;
     width: 100%;
     margin-top: 0.25rem;
     font-size: 80%;
     color: #dc3545;
}
 .invalid-tooltip {
     position: absolute;
     top: 100%;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: .5rem;
     margin-top: .1rem;
     font-size: .875rem;
     line-height: 1;
     color: #fff;
     background-color: rgba(220, 53, 69, 0.8);
     border-radius: .2rem;
}
 .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
     border-color: #dc3545;
}
 .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
     border-color: #dc3545;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
     display: block;
}
 .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
     color: #dc3545;
}
 .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
     display: block;
}
 .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
     color: #dc3545;
}
 .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
     background-color: #efa2a9;
}
 .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
     display: block;
}
 .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
     background-color: #e4606d;
}
 .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
     -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
     border-color: #dc3545;
}
 .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
     border-color: inherit;
}
 .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
     display: block;
}
 .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 .form-inline {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .form-inline .form-check {
     width: 100%;
}
 @media (min-width: 576px) {
     .form-inline label {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-bottom: 0;
    }
     .form-inline .form-group {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-flow: row wrap;
         flex-flow: row wrap;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         margin-bottom: 0;
    }
     .form-inline .form-control {
         display: inline-block;
         width: auto;
         vertical-align: middle;
    }
     .form-inline .form-control-plaintext {
         display: inline-block;
    }
     .form-inline .input-group {
         width: auto;
    }
     .form-inline .form-check {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         width: auto;
         padding-left: 0;
    }
     .form-inline .form-check-input {
         position: relative;
         margin-top: 0;
         margin-right: 0.25rem;
         margin-left: 0;
    }
     .form-inline .custom-control {
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
     .form-inline .custom-control-label {
         margin-bottom: 0;
    }
}
 .btn {
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 18;
     line-height: 1.5;
     border-radius: 0;
     -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
 .btn:hover, .btn:focus {
     text-decoration: none;
}
 .btn:focus, .btn.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.25);
     box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.25);
}
 .btn.disabled, .btn:disabled {
     opacity: 0.65;
}
 .btn:not(:disabled):not(.disabled) {
     cursor: pointer;
}
 .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
     background-image: none;
}
 a.btn.disabled, fieldset:disabled a.btn {
     pointer-events: none;
}
 .btn-black {
     color: #fff;
     background-color: #000;
     border-color: #000;
}
 .btn-black:hover {
     color: #fff;
     background-color: black;
     border-color: black;
}
 .btn-black:focus, .btn-black.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
 .btn-black.disabled, .btn-black:disabled {
     color: #fff;
     background-color: #000;
     border-color: #000;
}
 .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
     color: #fff;
     background-color: black;
     border-color: black;
}
 .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
 .btn-primary {
     color: #fff;
     background-color: #1c2c56;
     border-color: #1c2c56;
}
 .btn-primary:hover {
     color: #fff;
     background-color: #131d39;
     border-color: #0f1830;
}
 .btn-primary:focus, .btn-primary.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
}
 .btn-primary.disabled, .btn-primary:disabled {
     color: #fff;
     background-color: #1c2c56;
     border-color: #1c2c56;
}
 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #0f1830;
     border-color: #0c1326;
}
 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
}
 .btn-secondary {
     color: #fff;
     background-color: #00b2d9;
     border-color: #00b2d9;
}
 .btn-secondary:hover {
     color: #fff;
     background-color: #0093b3;
     border-color: #0088a6;
}
 .btn-secondary:focus, .btn-secondary.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
}
 .btn-secondary.disabled, .btn-secondary:disabled {
     color: #fff;
     background-color: #00b2d9;
     border-color: #00b2d9;
}
 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
     color: #fff;
     background-color: #0088a6;
     border-color: #007e99;
}
 .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
}
 .btn-success {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
}
 .btn-success:hover {
     color: #fff;
     background-color: #218838;
     border-color: #1e7e34;
}
 .btn-success:focus, .btn-success.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .btn-success.disabled, .btn-success:disabled {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
}
 .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
     color: #fff;
     background-color: #1e7e34;
     border-color: #1c7430;
}
 .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .btn-info {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
}
 .btn-info:hover {
     color: #fff;
     background-color: #138496;
     border-color: #117a8b;
}
 .btn-info:focus, .btn-info.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 .btn-info.disabled, .btn-info:disabled {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
}
 .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
     color: #fff;
     background-color: #117a8b;
     border-color: #10707f;
}
 .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 .btn-warning {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
}
 .btn-warning:hover {
     color: #212529;
     background-color: #e0a800;
     border-color: #d39e00;
}
 .btn-warning:focus, .btn-warning.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
 .btn-warning.disabled, .btn-warning:disabled {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
}
 .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
     color: #212529;
     background-color: #d39e00;
     border-color: #c69500;
}
 .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
 .btn-danger {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
}
 .btn-danger:hover {
     color: #fff;
     background-color: #c82333;
     border-color: #bd2130;
}
 .btn-danger:focus, .btn-danger.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 .btn-danger.disabled, .btn-danger:disabled {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
}
 .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
     color: #fff;
     background-color: #bd2130;
     border-color: #b21f2d;
}
 .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 .btn-white {
     color: #212529;
     background-color: #fff;
     border-color: #fff;
}
 .btn-white:hover {
     color: #212529;
     background-color: #ececec;
     border-color: #e6e6e6;
}
 .btn-white:focus, .btn-white.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
 .btn-white.disabled, .btn-white:disabled {
     color: #212529;
     background-color: #fff;
     border-color: #fff;
}
 .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
     color: #212529;
     background-color: #e6e6e6;
     border-color: #dfdfdf;
}
 .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
 .btn-light {
     color: #212529;
     background-color: #f7f9fb;
     border-color: #f7f9fb;
}
 .btn-light:hover {
     color: #212529;
     background-color: #dee6ee;
     border-color: #d5e0ea;
}
 .btn-light:focus, .btn-light.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
}
 .btn-light.disabled, .btn-light:disabled {
     color: #212529;
     background-color: #f7f9fb;
     border-color: #f7f9fb;
}
 .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
     color: #212529;
     background-color: #d5e0ea;
     border-color: #cdd9e6;
}
 .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
}
 .btn-dark {
     color: #fff;
     background-color: #424142;
     border-color: #424142;
}
 .btn-dark:hover {
     color: #fff;
     background-color: #2f2e2f;
     border-color: #282828;
}
 .btn-dark:focus, .btn-dark.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
}
 .btn-dark.disabled, .btn-dark:disabled {
     color: #fff;
     background-color: #424142;
     border-color: #424142;
}
 .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
     color: #fff;
     background-color: #282828;
     border-color: #222122;
}
 .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
}
 .btn-stomach_health {
     color: #fff;
     background-color: #6eba44;
     border-color: #6eba44;
}
 .btn-stomach_health:hover {
     color: #fff;
     background-color: #5d9e3a;
     border-color: #589536;
}
 .btn-stomach_health:focus, .btn-stomach_health.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
}
 .btn-stomach_health.disabled, .btn-stomach_health:disabled {
     color: #fff;
     background-color: #6eba44;
     border-color: #6eba44;
}
 .btn-stomach_health:not(:disabled):not(.disabled):active, .btn-stomach_health:not(:disabled):not(.disabled).active, .show > .btn-stomach_health.dropdown-toggle {
     color: #fff;
     background-color: #589536;
     border-color: #528b33;
}
 .btn-stomach_health:not(:disabled):not(.disabled):active:focus, .btn-stomach_health:not(:disabled):not(.disabled).active:focus, .show > .btn-stomach_health.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
}
 .btn-swallow_chew {
     color: #fff;
     background-color: #674498;
     border-color: #674498;
}
 .btn-swallow_chew:hover {
     color: #fff;
     background-color: #55387e;
     border-color: #4f3475;
}
 .btn-swallow_chew:focus, .btn-swallow_chew.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
}
 .btn-swallow_chew.disabled, .btn-swallow_chew:disabled {
     color: #fff;
     background-color: #674498;
     border-color: #674498;
}
 .btn-swallow_chew:not(:disabled):not(.disabled):active, .btn-swallow_chew:not(:disabled):not(.disabled).active, .show > .btn-swallow_chew.dropdown-toggle {
     color: #fff;
     background-color: #4f3475;
     border-color: #49306c;
}
 .btn-swallow_chew:not(:disabled):not(.disabled):active:focus, .btn-swallow_chew:not(:disabled):not(.disabled).active:focus, .show > .btn-swallow_chew.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
}
 .btn-malnutrition {
     color: #fff;
     background-color: #0b318f;
     border-color: #0b318f;
}
 .btn-malnutrition:hover {
     color: #fff;
     background-color: #08256b;
     border-color: #072160;
}
 .btn-malnutrition:focus, .btn-malnutrition.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
}
 .btn-malnutrition.disabled, .btn-malnutrition:disabled {
     color: #fff;
     background-color: #0b318f;
     border-color: #0b318f;
}
 .btn-malnutrition:not(:disabled):not(.disabled):active, .btn-malnutrition:not(:disabled):not(.disabled).active, .show > .btn-malnutrition.dropdown-toggle {
     color: #fff;
     background-color: #072160;
     border-color: #061d54;
}
 .btn-malnutrition:not(:disabled):not(.disabled):active:focus, .btn-malnutrition:not(:disabled):not(.disabled).active:focus, .show > .btn-malnutrition.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
}
 .btn-product {
     color: #fff;
     background-color: #00aad3;
     border-color: #00aad3;
}
 .btn-product:hover {
     color: #fff;
     background-color: #008bad;
     border-color: #0081a0;
}
 .btn-product:focus, .btn-product.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
}
 .btn-product.disabled, .btn-product:disabled {
     color: #fff;
     background-color: #00aad3;
     border-color: #00aad3;
}
 .btn-product:not(:disabled):not(.disabled):active, .btn-product:not(:disabled):not(.disabled).active, .show > .btn-product.dropdown-toggle {
     color: #fff;
     background-color: #0081a0;
     border-color: #007793;
}
 .btn-product:not(:disabled):not(.disabled):active:focus, .btn-product:not(:disabled):not(.disabled).active:focus, .show > .btn-product.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
}
 .btn-outline-black {
     color: #000;
     background-color: transparent;
     background-image: none;
     border-color: #000;
}
 .btn-outline-black:hover {
     color: #fff;
     background-color: #000;
     border-color: #000;
}
 .btn-outline-black:focus, .btn-outline-black.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
 .btn-outline-black.disabled, .btn-outline-black:disabled {
     color: #000;
     background-color: transparent;
}
 .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
     color: #fff;
     background-color: #000;
     border-color: #000;
}
 .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
 .btn-outline-primary {
     color: #1c2c56;
     background-color: transparent;
     background-image: none;
     border-color: #1c2c56;
}
 .btn-outline-primary:hover {
     color: #fff;
     background-color: #1c2c56;
     border-color: #1c2c56;
}
 .btn-outline-primary:focus, .btn-outline-primary.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
}
 .btn-outline-primary.disabled, .btn-outline-primary:disabled {
     color: #1c2c56;
     background-color: transparent;
}
 .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
     color: #fff;
     background-color: #1c2c56;
     border-color: #1c2c56;
}
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(28, 44, 86, 0.5);
}
 .btn-outline-secondary {
     color: #00b2d9;
     background-color: transparent;
     background-image: none;
     border-color: #00b2d9;
}
 .btn-outline-secondary:hover {
     color: #fff;
     background-color: #00b2d9;
     border-color: #00b2d9;
}
 .btn-outline-secondary:focus, .btn-outline-secondary.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
}
 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
     color: #00b2d9;
     background-color: transparent;
}
 .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
     color: #fff;
     background-color: #00b2d9;
     border-color: #00b2d9;
}
 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 178, 217, 0.5);
}
 .btn-outline-success {
     color: #28a745;
     background-color: transparent;
     background-image: none;
     border-color: #28a745;
}
 .btn-outline-success:hover {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
}
 .btn-outline-success:focus, .btn-outline-success.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .btn-outline-success.disabled, .btn-outline-success:disabled {
     color: #28a745;
     background-color: transparent;
}
 .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
     color: #fff;
     background-color: #28a745;
     border-color: #28a745;
}
 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .btn-outline-info {
     color: #17a2b8;
     background-color: transparent;
     background-image: none;
     border-color: #17a2b8;
}
 .btn-outline-info:hover {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
}
 .btn-outline-info:focus, .btn-outline-info.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 .btn-outline-info.disabled, .btn-outline-info:disabled {
     color: #17a2b8;
     background-color: transparent;
}
 .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
     color: #fff;
     background-color: #17a2b8;
     border-color: #17a2b8;
}
 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
 .btn-outline-warning {
     color: #ffc107;
     background-color: transparent;
     background-image: none;
     border-color: #ffc107;
}
 .btn-outline-warning:hover {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
}
 .btn-outline-warning:focus, .btn-outline-warning.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
 .btn-outline-warning.disabled, .btn-outline-warning:disabled {
     color: #ffc107;
     background-color: transparent;
}
 .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
     color: #212529;
     background-color: #ffc107;
     border-color: #ffc107;
}
 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
 .btn-outline-danger {
     color: #dc3545;
     background-color: transparent;
     background-image: none;
     border-color: #dc3545;
}
 .btn-outline-danger:hover {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
}
 .btn-outline-danger:focus, .btn-outline-danger.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 .btn-outline-danger.disabled, .btn-outline-danger:disabled {
     color: #dc3545;
     background-color: transparent;
}
 .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
     color: #fff;
     background-color: #dc3545;
     border-color: #dc3545;
}
 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
 .btn-outline-white {
     color: #fff;
     background-color: transparent;
     background-image: none;
     border-color: #fff;
}
 .btn-outline-white:hover {
     color: #212529;
     background-color: #fff;
     border-color: #fff;
}
 .btn-outline-white:focus, .btn-outline-white.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
 .btn-outline-white.disabled, .btn-outline-white:disabled {
     color: #fff;
     background-color: transparent;
}
 .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
     color: #212529;
     background-color: #fff;
     border-color: #fff;
}
 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
 .btn-outline-light {
     color: #f7f9fb;
     background-color: transparent;
     background-image: none;
     border-color: #f7f9fb;
}
 .btn-outline-light:hover {
     color: #212529;
     background-color: #f7f9fb;
     border-color: #f7f9fb;
}
 .btn-outline-light:focus, .btn-outline-light.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
}
 .btn-outline-light.disabled, .btn-outline-light:disabled {
     color: #f7f9fb;
     background-color: transparent;
}
 .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
     color: #212529;
     background-color: #f7f9fb;
     border-color: #f7f9fb;
}
 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(247, 249, 251, 0.5);
}
 .btn-outline-dark {
     color: #424142;
     background-color: transparent;
     background-image: none;
     border-color: #424142;
}
 .btn-outline-dark:hover {
     color: #fff;
     background-color: #424142;
     border-color: #424142;
}
 .btn-outline-dark:focus, .btn-outline-dark.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
}
 .btn-outline-dark.disabled, .btn-outline-dark:disabled {
     color: #424142;
     background-color: transparent;
}
 .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
     color: #fff;
     background-color: #424142;
     border-color: #424142;
}
 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(66, 65, 66, 0.5);
}
 .btn-outline-stomach_health {
     color: #6eba44;
     background-color: transparent;
     background-image: none;
     border-color: #6eba44;
}
 .btn-outline-stomach_health:hover {
     color: #fff;
     background-color: #6eba44;
     border-color: #6eba44;
}
 .btn-outline-stomach_health:focus, .btn-outline-stomach_health.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
}
 .btn-outline-stomach_health.disabled, .btn-outline-stomach_health:disabled {
     color: #6eba44;
     background-color: transparent;
}
 .btn-outline-stomach_health:not(:disabled):not(.disabled):active, .btn-outline-stomach_health:not(:disabled):not(.disabled).active, .show > .btn-outline-stomach_health.dropdown-toggle {
     color: #fff;
     background-color: #6eba44;
     border-color: #6eba44;
}
 .btn-outline-stomach_health:not(:disabled):not(.disabled):active:focus, .btn-outline-stomach_health:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-stomach_health.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(110, 186, 68, 0.5);
}
 .btn-outline-swallow_chew {
     color: #674498;
     background-color: transparent;
     background-image: none;
     border-color: #674498;
}
 .btn-outline-swallow_chew:hover {
     color: #fff;
     background-color: #674498;
     border-color: #674498;
}
 .btn-outline-swallow_chew:focus, .btn-outline-swallow_chew.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
}
 .btn-outline-swallow_chew.disabled, .btn-outline-swallow_chew:disabled {
     color: #674498;
     background-color: transparent;
}
 .btn-outline-swallow_chew:not(:disabled):not(.disabled):active, .btn-outline-swallow_chew:not(:disabled):not(.disabled).active, .show > .btn-outline-swallow_chew.dropdown-toggle {
     color: #fff;
     background-color: #674498;
     border-color: #674498;
}
 .btn-outline-swallow_chew:not(:disabled):not(.disabled):active:focus, .btn-outline-swallow_chew:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-swallow_chew.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(103, 68, 152, 0.5);
}
 .btn-outline-malnutrition {
     color: #0b318f;
     background-color: transparent;
     background-image: none;
     border-color: #0b318f;
}
 .btn-outline-malnutrition:hover {
     color: #fff;
     background-color: #0b318f;
     border-color: #0b318f;
}
 .btn-outline-malnutrition:focus, .btn-outline-malnutrition.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
}
 .btn-outline-malnutrition.disabled, .btn-outline-malnutrition:disabled {
     color: #0b318f;
     background-color: transparent;
}
 .btn-outline-malnutrition:not(:disabled):not(.disabled):active, .btn-outline-malnutrition:not(:disabled):not(.disabled).active, .show > .btn-outline-malnutrition.dropdown-toggle {
     color: #fff;
     background-color: #0b318f;
     border-color: #0b318f;
}
 .btn-outline-malnutrition:not(:disabled):not(.disabled):active:focus, .btn-outline-malnutrition:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-malnutrition.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(11, 49, 143, 0.5);
}
 .btn-outline-product {
     color: #00aad3;
     background-color: transparent;
     background-image: none;
     border-color: #00aad3;
}
 .btn-outline-product:hover {
     color: #fff;
     background-color: #00aad3;
     border-color: #00aad3;
}
 .btn-outline-product:focus, .btn-outline-product.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
}
 .btn-outline-product.disabled, .btn-outline-product:disabled {
     color: #00aad3;
     background-color: transparent;
}
 .btn-outline-product:not(:disabled):not(.disabled):active, .btn-outline-product:not(:disabled):not(.disabled).active, .show > .btn-outline-product.dropdown-toggle {
     color: #fff;
     background-color: #00aad3;
     border-color: #00aad3;
}
 .btn-outline-product:not(:disabled):not(.disabled):active:focus, .btn-outline-product:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-product.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(0, 170, 211, 0.5);
}
 .btn-link {
     font-weight: 400;
     color: #1c2c56;
     background-color: transparent;
}
 .btn-link:hover {
     color: #090e1c;
     text-decoration: underline;
     background-color: transparent;
     border-color: transparent;
}
 .btn-link:focus, .btn-link.focus {
     text-decoration: underline;
     border-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-link:disabled, .btn-link.disabled {
     color: #6c757d;
}
 .btn-lg {
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     border-radius: 0;
}
 .btn-sm {
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
     border-radius: 0;
}
 .btn-block {
     display: block;
     width: 100%;
}
 .btn-block + .btn-block {
     margin-top: 0.5rem;
}
 input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
     width: 100%;
}
 .align-baseline {
     vertical-align: baseline !important;
}
 .align-top {
     vertical-align: top !important;
}
 .align-middle {
     vertical-align: middle !important;
}
 .align-bottom {
     vertical-align: bottom !important;
}
 .align-text-bottom {
     vertical-align: text-bottom !important;
}
 .align-text-top {
     vertical-align: text-top !important;
}
 .bg-black {
     background-color: #000 !important;
}
 a.bg-black:hover, a.bg-black:focus, button.bg-black:hover, button.bg-black:focus {
     background-color: black !important;
}
 .bg-primary {
     background-color: #1c2c56 !important;
}
 a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
     background-color: #0f1830 !important;
}
 .bg-secondary {
     background-color: #00b2d9 !important;
}
 a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
     background-color: #0088a6 !important;
}
 .bg-success {
     background-color: #28a745 !important;
}
 a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
     background-color: #1e7e34 !important;
}
 .bg-info {
     background-color: #17a2b8 !important;
}
 a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
     background-color: #117a8b !important;
}
 .bg-warning {
     background-color: #ffc107 !important;
}
 a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
     background-color: #d39e00 !important;
}
 .bg-danger {
     background-color: #dc3545 !important;
}
 a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
     background-color: #bd2130 !important;
}
 .bg-white {
     background-color: #fff !important;
}
 a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
     background-color: #e6e6e6 !important;
}
 .bg-light {
     background-color: #f7f9fb !important;
}
 a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
     background-color: #d5e0ea !important;
}
 .bg-dark {
     background-color: #424142 !important;
}
 a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
     background-color: #282828 !important;
}
 .bg-stomach_health {
     background-color: #6eba44 !important;
}
 a.bg-stomach_health:hover, a.bg-stomach_health:focus, button.bg-stomach_health:hover, button.bg-stomach_health:focus {
     background-color: #589536 !important;
}
 .bg-swallow_chew {
     background-color: #674498 !important;
}
 a.bg-swallow_chew:hover, a.bg-swallow_chew:focus, button.bg-swallow_chew:hover, button.bg-swallow_chew:focus {
     background-color: #4f3475 !important;
}
 .bg-malnutrition {
     background-color: #0b318f !important;
}
 a.bg-malnutrition:hover, a.bg-malnutrition:focus, button.bg-malnutrition:hover, button.bg-malnutrition:focus {
     background-color: #072160 !important;
}
 .bg-product {
     background-color: #00aad3 !important;
}
 a.bg-product:hover, a.bg-product:focus, button.bg-product:hover, button.bg-product:focus {
     background-color: #0081a0 !important;
}
 .bg-white {
     background-color: #fff !important;
}
 .bg-transparent {
     background-color: transparent !important;
}
 .border {
     border: 1px solid #dee2e6 !important;
}
 .border-top {
     border-top: 1px solid #dee2e6 !important;
}
 .border-right {
     border-right: 1px solid #dee2e6 !important;
}
 .border-bottom {
     border-bottom: 1px solid #dee2e6 !important;
}
 .border-left {
     border-left: 1px solid #dee2e6 !important;
}
 .border-0 {
     border: 0 !important;
}
 .border-top-0 {
     border-top: 0 !important;
}
 .border-right-0 {
     border-right: 0 !important;
}
 .border-bottom-0 {
     border-bottom: 0 !important;
}
 .border-left-0 {
     border-left: 0 !important;
}
 .border-black {
     border-color: #000 !important;
}
 .border-primary {
     border-color: #1c2c56 !important;
}
 .border-secondary {
     border-color: #00b2d9 !important;
}
 .border-success {
     border-color: #28a745 !important;
}
 .border-info {
     border-color: #17a2b8 !important;
}
 .border-warning {
     border-color: #ffc107 !important;
}
 .border-danger {
     border-color: #dc3545 !important;
}
 .border-white {
     border-color: #fff !important;
}
 .border-light {
     border-color: #f7f9fb !important;
}
 .border-dark {
     border-color: #424142 !important;
}
 .border-stomach_health {
     border-color: #6eba44 !important;
}
 .border-swallow_chew {
     border-color: #674498 !important;
}
 .border-malnutrition {
     border-color: #0b318f !important;
}
 .border-product {
     border-color: #00aad3 !important;
}
 .border-white {
     border-color: #fff !important;
}
 .rounded {
     border-radius: 0 !important;
}
 .rounded-top {
     border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
}
 .rounded-right {
     border-top-right-radius: 0 !important;
     border-bottom-right-radius: 0 !important;
}
 .rounded-bottom {
     border-bottom-right-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
}
 .rounded-left {
     border-top-left-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
}
 .rounded-circle {
     border-radius: 50% !important;
}
 .rounded-0 {
     border-radius: 0 !important;
}
 .clearfix::after {
     display: block;
     clear: both;
     content: "";
}
 .d-none {
     display: none !important;
}
 .d-inline {
     display: inline !important;
}
 .d-inline-block {
     display: inline-block !important;
}
 .d-block {
     display: block !important;
}
 .d-table {
     display: table !important;
}
 .d-table-row {
     display: table-row !important;
}
 .d-table-cell {
     display: table-cell !important;
}
 .d-flex {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
}
 .d-inline-flex {
     display: -webkit-inline-box !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
}
 @media (min-width: 576px) {
     .d-sm-none {
         display: none !important;
    }
     .d-sm-inline {
         display: inline !important;
    }
     .d-sm-inline-block {
         display: inline-block !important;
    }
     .d-sm-block {
         display: block !important;
    }
     .d-sm-table {
         display: table !important;
    }
     .d-sm-table-row {
         display: table-row !important;
    }
     .d-sm-table-cell {
         display: table-cell !important;
    }
     .d-sm-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
    }
     .d-sm-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
    }
}
 @media (min-width: 768px) {
     .d-md-none {
         display: none !important;
    }
     .d-md-inline {
         display: inline !important;
    }
     .d-md-inline-block {
         display: inline-block !important;
    }
     .d-md-block {
         display: block !important;
    }
     .d-md-table {
         display: table !important;
    }
     .d-md-table-row {
         display: table-row !important;
    }
     .d-md-table-cell {
         display: table-cell !important;
    }
     .d-md-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
    }
     .d-md-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
    }
}
 @media (min-width: 992px) {
     .d-lg-none {
         display: none !important;
    }
     .d-lg-inline {
         display: inline !important;
    }
     .d-lg-inline-block {
         display: inline-block !important;
    }
     .d-lg-block {
         display: block !important;
    }
     .d-lg-table {
         display: table !important;
    }
     .d-lg-table-row {
         display: table-row !important;
    }
     .d-lg-table-cell {
         display: table-cell !important;
    }
     .d-lg-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
    }
     .d-lg-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
    }
}
 @media (min-width: 1117px) {
     .d-xl-none {
         display: none !important;
    }
     .d-xl-inline {
         display: inline !important;
    }
     .d-xl-inline-block {
         display: inline-block !important;
    }
     .d-xl-block {
         display: block !important;
    }
     .d-xl-table {
         display: table !important;
    }
     .d-xl-table-row {
         display: table-row !important;
    }
     .d-xl-table-cell {
         display: table-cell !important;
    }
     .d-xl-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
    }
     .d-xl-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
    }
}
 @media print {
     .d-print-none {
         display: none !important;
    }
     .d-print-inline {
         display: inline !important;
    }
     .d-print-inline-block {
         display: inline-block !important;
    }
     .d-print-block {
         display: block !important;
    }
     .d-print-table {
         display: table !important;
    }
     .d-print-table-row {
         display: table-row !important;
    }
     .d-print-table-cell {
         display: table-cell !important;
    }
     .d-print-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
    }
     .d-print-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
    }
}
 .embed-responsive {
     position: relative;
     display: block;
     width: 100%;
     padding: 0;
     overflow: hidden;
}
 .embed-responsive::before {
     display: block;
     content: "";
}
 .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0;
}
 .embed-responsive-21by9::before {
     padding-top: 42.85714%;
}
 .embed-responsive-16by9::before {
     padding-top: 56.25%;
}
 .embed-responsive-4by3::before {
     padding-top: 75%;
}
 .embed-responsive-1by1::before {
     padding-top: 100%;
}
 .flex-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
     -ms-flex-direction: row !important;
     flex-direction: row !important;
}
 .flex-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
     -ms-flex-direction: column !important;
     flex-direction: column !important;
}
 .flex-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
     -ms-flex-direction: row-reverse !important;
     flex-direction: row-reverse !important;
}
 .flex-column-reverse {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: reverse !important;
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
}
 .flex-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
}
 .flex-nowrap {
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
}
 .flex-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
}
 .justify-content-start {
     -webkit-box-pack: start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
}
 .justify-content-end {
     -webkit-box-pack: end !important;
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
}
 .justify-content-center {
     -webkit-box-pack: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
}
 .justify-content-between {
     -webkit-box-pack: justify !important;
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
}
 .justify-content-around {
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
}
 .align-items-start {
     -webkit-box-align: start !important;
     -ms-flex-align: start !important;
     align-items: flex-start !important;
}
 .align-items-end {
     -webkit-box-align: end !important;
     -ms-flex-align: end !important;
     align-items: flex-end !important;
}
 .align-items-center {
     -webkit-box-align: center !important;
     -ms-flex-align: center !important;
     align-items: center !important;
}
 .align-items-baseline {
     -webkit-box-align: baseline !important;
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
}
 .align-items-stretch {
     -webkit-box-align: stretch !important;
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
}
 .align-content-start {
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
}
 .align-content-end {
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
}
 .align-content-center {
     -ms-flex-line-pack: center !important;
     align-content: center !important;
}
 .align-content-between {
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
}
 .align-content-around {
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
}
 .align-content-stretch {
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
}
 .align-self-auto {
     -ms-flex-item-align: auto !important;
     align-self: auto !important;
}
 .align-self-start {
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
}
 .align-self-end {
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
}
 .align-self-center {
     -ms-flex-item-align: center !important;
     align-self: center !important;
}
 .align-self-baseline {
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
}
 .align-self-stretch {
     -ms-flex-item-align: stretch !important;
     align-self: stretch !important;
}
 @media (min-width: 576px) {
     .flex-sm-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
    }
     .flex-sm-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
    }
     .flex-sm-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
    }
     .flex-sm-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
    }
     .flex-sm-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
    }
     .flex-sm-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
    }
     .flex-sm-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
    }
     .justify-content-sm-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
    }
     .justify-content-sm-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
    }
     .justify-content-sm-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
    }
     .justify-content-sm-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
    }
     .justify-content-sm-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
    }
     .align-items-sm-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
    }
     .align-items-sm-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
    }
     .align-items-sm-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
    }
     .align-items-sm-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
    }
     .align-items-sm-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
    }
     .align-content-sm-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
    }
     .align-content-sm-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
    }
     .align-content-sm-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
    }
     .align-content-sm-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
    }
     .align-content-sm-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
    }
     .align-content-sm-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
    }
     .align-self-sm-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
    }
     .align-self-sm-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
    }
     .align-self-sm-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
    }
     .align-self-sm-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
    }
     .align-self-sm-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
    }
     .align-self-sm-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
    }
}
 @media (min-width: 768px) {
     .flex-md-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
    }
     .flex-md-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
    }
     .flex-md-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
    }
     .flex-md-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
    }
     .flex-md-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
    }
     .flex-md-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
    }
     .flex-md-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
    }
     .justify-content-md-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
    }
     .justify-content-md-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
    }
     .justify-content-md-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
    }
     .justify-content-md-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
    }
     .justify-content-md-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
    }
     .align-items-md-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
    }
     .align-items-md-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
    }
     .align-items-md-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
    }
     .align-items-md-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
    }
     .align-items-md-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
    }
     .align-content-md-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
    }
     .align-content-md-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
    }
     .align-content-md-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
    }
     .align-content-md-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
    }
     .align-content-md-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
    }
     .align-content-md-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
    }
     .align-self-md-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
    }
     .align-self-md-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
    }
     .align-self-md-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
    }
     .align-self-md-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
    }
     .align-self-md-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
    }
     .align-self-md-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
    }
}
 @media (min-width: 992px) {
     .flex-lg-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
    }
     .flex-lg-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
    }
     .flex-lg-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
    }
     .flex-lg-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
    }
     .flex-lg-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
    }
     .flex-lg-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
    }
     .flex-lg-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
    }
     .justify-content-lg-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
    }
     .justify-content-lg-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
    }
     .justify-content-lg-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
    }
     .justify-content-lg-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
    }
     .justify-content-lg-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
    }
     .align-items-lg-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
    }
     .align-items-lg-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
    }
     .align-items-lg-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
    }
     .align-items-lg-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
    }
     .align-items-lg-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
    }
     .align-content-lg-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
    }
     .align-content-lg-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
    }
     .align-content-lg-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
    }
     .align-content-lg-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
    }
     .align-content-lg-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
    }
     .align-content-lg-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
    }
     .align-self-lg-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
    }
     .align-self-lg-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
    }
     .align-self-lg-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
    }
     .align-self-lg-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
    }
     .align-self-lg-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
    }
     .align-self-lg-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
    }
}
 @media (min-width: 1117px) {
     .flex-xl-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
    }
     .flex-xl-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
    }
     .flex-xl-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
    }
     .flex-xl-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
    }
     .flex-xl-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
    }
     .flex-xl-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
    }
     .flex-xl-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
    }
     .justify-content-xl-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
    }
     .justify-content-xl-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
    }
     .justify-content-xl-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
    }
     .justify-content-xl-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
    }
     .justify-content-xl-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
    }
     .align-items-xl-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
    }
     .align-items-xl-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
    }
     .align-items-xl-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
    }
     .align-items-xl-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
    }
     .align-items-xl-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
    }
     .align-content-xl-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
    }
     .align-content-xl-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
    }
     .align-content-xl-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
    }
     .align-content-xl-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
    }
     .align-content-xl-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
    }
     .align-content-xl-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
    }
     .align-self-xl-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
    }
     .align-self-xl-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
    }
     .align-self-xl-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
    }
     .align-self-xl-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
    }
     .align-self-xl-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
    }
     .align-self-xl-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
    }
}
 .float-left {
     float: left !important;
}
 .float-right {
     float: right !important;
}
 .float-none {
     float: none !important;
}
 @media (min-width: 576px) {
     .float-sm-left {
         float: left !important;
    }
     .float-sm-right {
         float: right !important;
    }
     .float-sm-none {
         float: none !important;
    }
}
 @media (min-width: 768px) {
     .float-md-left {
         float: left !important;
    }
     .float-md-right {
         float: right !important;
    }
     .float-md-none {
         float: none !important;
    }
}
 @media (min-width: 992px) {
     .float-lg-left {
         float: left !important;
    }
     .float-lg-right {
         float: right !important;
    }
     .float-lg-none {
         float: none !important;
    }
}
 @media (min-width: 1117px) {
     .float-xl-left {
         float: left !important;
    }
     .float-xl-right {
         float: right !important;
    }
     .float-xl-none {
         float: none !important;
    }
}
 .position-static {
     position: static !important;
}
 .position-relative {
     position: relative !important;
}
 .position-absolute {
     position: absolute !important;
}
 .position-fixed {
     position: fixed !important;
}
 .position-sticky {
     position: -webkit-sticky !important;
     position: sticky !important;
}
 .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
}
 .fixed-bottom {
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1030;
}
 @supports ((position: -webkit-sticky) or (position: sticky)) {
     .sticky-top {
         position: -webkit-sticky;
         position: sticky;
         top: 0;
         z-index: 1020;
    }
}
 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     white-space: nowrap;
     -webkit-clip-path: inset(50%);
     clip-path: inset(50%);
     border: 0;
}
 .sr-only-focusable:active, .sr-only-focusable:focus {
     position: static;
     width: auto;
     height: auto;
     overflow: visible;
     clip: auto;
     white-space: normal;
     -webkit-clip-path: none;
     clip-path: none;
}
 .w-25 {
     width: 25% !important;
}
 .w-50 {
     width: 50% !important;
}
 .w-75 {
     width: 75% !important;
}
 .w-100 {
     width: 100% !important;
}
 .h-25 {
     height: 25% !important;
}
 .h-50 {
     height: 50% !important;
}
 .h-75 {
     height: 75% !important;
}
 .h-100 {
     height: 100% !important;
}
 .mw-100 {
     max-width: 100% !important;
}
 .mh-100 {
     max-height: 100% !important;
}
 .m-0 {
     margin: 0 !important;
}
 .mt-0, .my-0 {
     margin-top: 0 !important;
}
 .mr-0, .mx-0 {
     margin-right: 0 !important;
}
 .mb-0, .my-0 {
     margin-bottom: 0 !important;
}
 .ml-0, .mx-0 {
     margin-left: 0 !important;
}
 .m-1 {
     margin: 0.25rem !important;
}
 .mt-1, .my-1 {
     margin-top: 0.25rem !important;
}
 .mr-1, .mx-1 {
     margin-right: 0.25rem !important;
}
 .mb-1, .my-1 {
     margin-bottom: 0.25rem !important;
}
 .ml-1, .mx-1 {
     margin-left: 0.25rem !important;
}
 .m-2 {
     margin: 0.5rem !important;
}
 .mt-2, .my-2 {
     margin-top: 0.5rem !important;
}
 .mr-2, .mx-2 {
     margin-right: 0.5rem !important;
}
 .mb-2, .my-2 {
     margin-bottom: 0.5rem !important;
}
 .ml-2, .mx-2 {
     margin-left: 0.5rem !important;
}
 .m-3 {
     margin: 1rem !important;
}
 .mt-3, .my-3 {
     margin-top: 1rem !important;
}
 .mr-3, .mx-3 {
     margin-right: 1rem !important;
}
 .mb-3, .my-3 {
     margin-bottom: 1rem !important;
}
 .ml-3, .mx-3 {
     margin-left: 1rem !important;
}
 .m-4 {
     margin: 1.5rem !important;
}
 .mt-4, .my-4 {
     margin-top: 1.5rem !important;
}
 .mr-4, .mx-4 {
     margin-right: 1.5rem !important;
}
 .mb-4, .my-4 {
     margin-bottom: 1.5rem !important;
}
 .ml-4, .mx-4 {
     margin-left: 1.5rem !important;
}
 .m-5 {
     margin: 3rem !important;
}
 .mt-5, .my-5 {
     margin-top: 3rem !important;
}
 .mr-5, .mx-5 {
     margin-right: 3rem !important;
}
 .mb-5, .my-5 {
     margin-bottom: 3rem !important;
}
 .ml-5, .mx-5 {
     margin-left: 3rem !important;
}
 .p-0 {
     padding: 0 !important;
}
 .pt-0, .py-0 {
     padding-top: 0 !important;
}
 .pr-0, .px-0 {
     padding-right: 0 !important;
}
 .pb-0, .py-0 {
     padding-bottom: 0 !important;
}
 .pl-0, .px-0 {
     padding-left: 0 !important;
}
 .p-1 {
     padding: 0.25rem !important;
}
 .pt-1, .py-1 {
     padding-top: 0.25rem !important;
}
 .pr-1, .px-1 {
     padding-right: 0.25rem !important;
}
 .pb-1, .py-1 {
     padding-bottom: 0.25rem !important;
}
 .pl-1, .px-1 {
     padding-left: 0.25rem !important;
}
 .p-2 {
     padding: 0.5rem !important;
}
 .pt-2, .py-2 {
     padding-top: 0.5rem !important;
}
 .pr-2, .px-2 {
     padding-right: 0.5rem !important;
}
 .pb-2, .py-2 {
     padding-bottom: 0.5rem !important;
}
 .pl-2, .px-2 {
     padding-left: 0.5rem !important;
}
 .p-3 {
     padding: 1rem !important;
}
 .pt-3, .py-3 {
     padding-top: 1rem !important;
}
 .pr-3, .px-3 {
     padding-right: 1rem !important;
}
 .pb-3, .py-3 {
     padding-bottom: 1rem !important;
}
 .pl-3, .px-3 {
     padding-left: 1rem !important;
}
 .p-4 {
     padding: 1.5rem !important;
}
 .pt-4, .py-4 {
     padding-top: 1.5rem !important;
}
 .pr-4, .px-4 {
     padding-right: 1.5rem !important;
}
 .pb-4, .py-4 {
     padding-bottom: 1.5rem !important;
}
 .pl-4, .px-4 {
     padding-left: 1.5rem !important;
}
 .p-5 {
     padding: 3rem !important;
}
 .pt-5, .py-5 {
     padding-top: 3rem !important;
}
 .pr-5, .px-5 {
     padding-right: 3rem !important;
}
 .pb-5, .py-5 {
     padding-bottom: 3rem !important;
}
 .pl-5, .px-5 {
     padding-left: 3rem !important;
}
 .m-auto {
     margin: auto !important;
}
 .mt-auto, .my-auto {
     margin-top: auto !important;
}
 .mr-auto, .mx-auto {
     margin-right: auto !important;
}
 .mb-auto, .my-auto {
     margin-bottom: auto !important;
}
 .ml-auto, .mx-auto {
     margin-left: auto !important;
}
 @media (min-width: 576px) {
     .m-sm-0 {
         margin: 0 !important;
    }
     .mt-sm-0, .my-sm-0 {
         margin-top: 0 !important;
    }
     .mr-sm-0, .mx-sm-0 {
         margin-right: 0 !important;
    }
     .mb-sm-0, .my-sm-0 {
         margin-bottom: 0 !important;
    }
     .ml-sm-0, .mx-sm-0 {
         margin-left: 0 !important;
    }
     .m-sm-1 {
         margin: 0.25rem !important;
    }
     .mt-sm-1, .my-sm-1 {
         margin-top: 0.25rem !important;
    }
     .mr-sm-1, .mx-sm-1 {
         margin-right: 0.25rem !important;
    }
     .mb-sm-1, .my-sm-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-sm-1, .mx-sm-1 {
         margin-left: 0.25rem !important;
    }
     .m-sm-2 {
         margin: 0.5rem !important;
    }
     .mt-sm-2, .my-sm-2 {
         margin-top: 0.5rem !important;
    }
     .mr-sm-2, .mx-sm-2 {
         margin-right: 0.5rem !important;
    }
     .mb-sm-2, .my-sm-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-sm-2, .mx-sm-2 {
         margin-left: 0.5rem !important;
    }
     .m-sm-3 {
         margin: 1rem !important;
    }
     .mt-sm-3, .my-sm-3 {
         margin-top: 1rem !important;
    }
     .mr-sm-3, .mx-sm-3 {
         margin-right: 1rem !important;
    }
     .mb-sm-3, .my-sm-3 {
         margin-bottom: 1rem !important;
    }
     .ml-sm-3, .mx-sm-3 {
         margin-left: 1rem !important;
    }
     .m-sm-4 {
         margin: 1.5rem !important;
    }
     .mt-sm-4, .my-sm-4 {
         margin-top: 1.5rem !important;
    }
     .mr-sm-4, .mx-sm-4 {
         margin-right: 1.5rem !important;
    }
     .mb-sm-4, .my-sm-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-sm-4, .mx-sm-4 {
         margin-left: 1.5rem !important;
    }
     .m-sm-5 {
         margin: 3rem !important;
    }
     .mt-sm-5, .my-sm-5 {
         margin-top: 3rem !important;
    }
     .mr-sm-5, .mx-sm-5 {
         margin-right: 3rem !important;
    }
     .mb-sm-5, .my-sm-5 {
         margin-bottom: 3rem !important;
    }
     .ml-sm-5, .mx-sm-5 {
         margin-left: 3rem !important;
    }
     .p-sm-0 {
         padding: 0 !important;
    }
     .pt-sm-0, .py-sm-0 {
         padding-top: 0 !important;
    }
     .pr-sm-0, .px-sm-0 {
         padding-right: 0 !important;
    }
     .pb-sm-0, .py-sm-0 {
         padding-bottom: 0 !important;
    }
     .pl-sm-0, .px-sm-0 {
         padding-left: 0 !important;
    }
     .p-sm-1 {
         padding: 0.25rem !important;
    }
     .pt-sm-1, .py-sm-1 {
         padding-top: 0.25rem !important;
    }
     .pr-sm-1, .px-sm-1 {
         padding-right: 0.25rem !important;
    }
     .pb-sm-1, .py-sm-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-sm-1, .px-sm-1 {
         padding-left: 0.25rem !important;
    }
     .p-sm-2 {
         padding: 0.5rem !important;
    }
     .pt-sm-2, .py-sm-2 {
         padding-top: 0.5rem !important;
    }
     .pr-sm-2, .px-sm-2 {
         padding-right: 0.5rem !important;
    }
     .pb-sm-2, .py-sm-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-sm-2, .px-sm-2 {
         padding-left: 0.5rem !important;
    }
     .p-sm-3 {
         padding: 1rem !important;
    }
     .pt-sm-3, .py-sm-3 {
         padding-top: 1rem !important;
    }
     .pr-sm-3, .px-sm-3 {
         padding-right: 1rem !important;
    }
     .pb-sm-3, .py-sm-3 {
         padding-bottom: 1rem !important;
    }
     .pl-sm-3, .px-sm-3 {
         padding-left: 1rem !important;
    }
     .p-sm-4 {
         padding: 1.5rem !important;
    }
     .pt-sm-4, .py-sm-4 {
         padding-top: 1.5rem !important;
    }
     .pr-sm-4, .px-sm-4 {
         padding-right: 1.5rem !important;
    }
     .pb-sm-4, .py-sm-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-sm-4, .px-sm-4 {
         padding-left: 1.5rem !important;
    }
     .p-sm-5 {
         padding: 3rem !important;
    }
     .pt-sm-5, .py-sm-5 {
         padding-top: 3rem !important;
    }
     .pr-sm-5, .px-sm-5 {
         padding-right: 3rem !important;
    }
     .pb-sm-5, .py-sm-5 {
         padding-bottom: 3rem !important;
    }
     .pl-sm-5, .px-sm-5 {
         padding-left: 3rem !important;
    }
     .m-sm-auto {
         margin: auto !important;
    }
     .mt-sm-auto, .my-sm-auto {
         margin-top: auto !important;
    }
     .mr-sm-auto, .mx-sm-auto {
         margin-right: auto !important;
    }
     .mb-sm-auto, .my-sm-auto {
         margin-bottom: auto !important;
    }
     .ml-sm-auto, .mx-sm-auto {
         margin-left: auto !important;
    }
}
 @media (min-width: 768px) {
     .m-md-0 {
         margin: 0 !important;
    }
     .mt-md-0, .my-md-0 {
         margin-top: 0 !important;
    }
     .mr-md-0, .mx-md-0 {
         margin-right: 0 !important;
    }
     .mb-md-0, .my-md-0 {
         margin-bottom: 0 !important;
    }
     .ml-md-0, .mx-md-0 {
         margin-left: 0 !important;
    }
     .m-md-1 {
         margin: 0.25rem !important;
    }
     .mt-md-1, .my-md-1 {
         margin-top: 0.25rem !important;
    }
     .mr-md-1, .mx-md-1 {
         margin-right: 0.25rem !important;
    }
     .mb-md-1, .my-md-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-md-1, .mx-md-1 {
         margin-left: 0.25rem !important;
    }
     .m-md-2 {
         margin: 0.5rem !important;
    }
     .mt-md-2, .my-md-2 {
         margin-top: 0.5rem !important;
    }
     .mr-md-2, .mx-md-2 {
         margin-right: 0.5rem !important;
    }
     .mb-md-2, .my-md-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-md-2, .mx-md-2 {
         margin-left: 0.5rem !important;
    }
     .m-md-3 {
         margin: 1rem !important;
    }
     .mt-md-3, .my-md-3 {
         margin-top: 1rem !important;
    }
     .mr-md-3, .mx-md-3 {
         margin-right: 1rem !important;
    }
     .mb-md-3, .my-md-3 {
         margin-bottom: 1rem !important;
    }
     .ml-md-3, .mx-md-3 {
         margin-left: 1rem !important;
    }
     .m-md-4 {
         margin: 1.5rem !important;
    }
     .mt-md-4, .my-md-4 {
         margin-top: 1.5rem !important;
    }
     .mr-md-4, .mx-md-4 {
         margin-right: 1.5rem !important;
    }
     .mb-md-4, .my-md-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-md-4, .mx-md-4 {
         margin-left: 1.5rem !important;
    }
     .m-md-5 {
         margin: 3rem !important;
    }
     .mt-md-5, .my-md-5 {
         margin-top: 3rem !important;
    }
     .mr-md-5, .mx-md-5 {
         margin-right: 3rem !important;
    }
     .mb-md-5, .my-md-5 {
         margin-bottom: 3rem !important;
    }
     .ml-md-5, .mx-md-5 {
         margin-left: 3rem !important;
    }
     .p-md-0 {
         padding: 0 !important;
    }
     .pt-md-0, .py-md-0 {
         padding-top: 0 !important;
    }
     .pr-md-0, .px-md-0 {
         padding-right: 0 !important;
    }
     .pb-md-0, .py-md-0 {
         padding-bottom: 0 !important;
    }
     .pl-md-0, .px-md-0 {
         padding-left: 0 !important;
    }
     .p-md-1 {
         padding: 0.25rem !important;
    }
     .pt-md-1, .py-md-1 {
         padding-top: 0.25rem !important;
    }
     .pr-md-1, .px-md-1 {
         padding-right: 0.25rem !important;
    }
     .pb-md-1, .py-md-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-md-1, .px-md-1 {
         padding-left: 0.25rem !important;
    }
     .p-md-2 {
         padding: 0.5rem !important;
    }
     .pt-md-2, .py-md-2 {
         padding-top: 0.5rem !important;
    }
     .pr-md-2, .px-md-2 {
         padding-right: 0.5rem !important;
    }
     .pb-md-2, .py-md-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-md-2, .px-md-2 {
         padding-left: 0.5rem !important;
    }
     .p-md-3 {
         padding: 1rem !important;
    }
     .pt-md-3, .py-md-3 {
         padding-top: 1rem !important;
    }
     .pr-md-3, .px-md-3 {
         padding-right: 1rem !important;
    }
     .pb-md-3, .py-md-3 {
         padding-bottom: 1rem !important;
    }
     .pl-md-3, .px-md-3 {
         padding-left: 1rem !important;
    }
     .p-md-4 {
         padding: 1.5rem !important;
    }
     .pt-md-4, .py-md-4 {
         padding-top: 1.5rem !important;
    }
     .pr-md-4, .px-md-4 {
         padding-right: 1.5rem !important;
    }
     .pb-md-4, .py-md-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-md-4, .px-md-4 {
         padding-left: 1.5rem !important;
    }
     .p-md-5 {
         padding: 3rem !important;
    }
     .pt-md-5, .py-md-5 {
         padding-top: 3rem !important;
    }
     .pr-md-5, .px-md-5 {
         padding-right: 3rem !important;
    }
     .pb-md-5, .py-md-5 {
         padding-bottom: 3rem !important;
    }
     .pl-md-5, .px-md-5 {
         padding-left: 3rem !important;
    }
     .m-md-auto {
         margin: auto !important;
    }
     .mt-md-auto, .my-md-auto {
         margin-top: auto !important;
    }
     .mr-md-auto, .mx-md-auto {
         margin-right: auto !important;
    }
     .mb-md-auto, .my-md-auto {
         margin-bottom: auto !important;
    }
     .ml-md-auto, .mx-md-auto {
         margin-left: auto !important;
    }
}
 @media (min-width: 992px) {
     .m-lg-0 {
         margin: 0 !important;
    }
     .mt-lg-0, .my-lg-0 {
         margin-top: 0 !important;
    }
     .mr-lg-0, .mx-lg-0 {
         margin-right: 0 !important;
    }
     .mb-lg-0, .my-lg-0 {
         margin-bottom: 0 !important;
    }
     .ml-lg-0, .mx-lg-0 {
         margin-left: 0 !important;
    }
     .m-lg-1 {
         margin: 0.25rem !important;
    }
     .mt-lg-1, .my-lg-1 {
         margin-top: 0.25rem !important;
    }
     .mr-lg-1, .mx-lg-1 {
         margin-right: 0.25rem !important;
    }
     .mb-lg-1, .my-lg-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-lg-1, .mx-lg-1 {
         margin-left: 0.25rem !important;
    }
     .m-lg-2 {
         margin: 0.5rem !important;
    }
     .mt-lg-2, .my-lg-2 {
         margin-top: 0.5rem !important;
    }
     .mr-lg-2, .mx-lg-2 {
         margin-right: 0.5rem !important;
    }
     .mb-lg-2, .my-lg-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-lg-2, .mx-lg-2 {
         margin-left: 0.5rem !important;
    }
     .m-lg-3 {
         margin: 1rem !important;
    }
     .mt-lg-3, .my-lg-3 {
         margin-top: 1rem !important;
    }
     .mr-lg-3, .mx-lg-3 {
         margin-right: 1rem !important;
    }
     .mb-lg-3, .my-lg-3 {
         margin-bottom: 1rem !important;
    }
     .ml-lg-3, .mx-lg-3 {
         margin-left: 1rem !important;
    }
     .m-lg-4 {
         margin: 1.5rem !important;
    }
     .mt-lg-4, .my-lg-4 {
         margin-top: 1.5rem !important;
    }
     .mr-lg-4, .mx-lg-4 {
         margin-right: 1.5rem !important;
    }
     .mb-lg-4, .my-lg-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-lg-4, .mx-lg-4 {
         margin-left: 1.5rem !important;
    }
     .m-lg-5 {
         margin: 3rem !important;
    }
     .mt-lg-5, .my-lg-5 {
         margin-top: 3rem !important;
    }
     .mr-lg-5, .mx-lg-5 {
         margin-right: 3rem !important;
    }
     .mb-lg-5, .my-lg-5 {
         margin-bottom: 3rem !important;
    }
     .ml-lg-5, .mx-lg-5 {
         margin-left: 3rem !important;
    }
     .p-lg-0 {
         padding: 0 !important;
    }
     .pt-lg-0, .py-lg-0 {
         padding-top: 0 !important;
    }
     .pr-lg-0, .px-lg-0 {
         padding-right: 0 !important;
    }
     .pb-lg-0, .py-lg-0 {
         padding-bottom: 0 !important;
    }
     .pl-lg-0, .px-lg-0 {
         padding-left: 0 !important;
    }
     .p-lg-1 {
         padding: 0.25rem !important;
    }
     .pt-lg-1, .py-lg-1 {
         padding-top: 0.25rem !important;
    }
     .pr-lg-1, .px-lg-1 {
         padding-right: 0.25rem !important;
    }
     .pb-lg-1, .py-lg-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-lg-1, .px-lg-1 {
         padding-left: 0.25rem !important;
    }
     .p-lg-2 {
         padding: 0.5rem !important;
    }
     .pt-lg-2, .py-lg-2 {
         padding-top: 0.5rem !important;
    }
     .pr-lg-2, .px-lg-2 {
         padding-right: 0.5rem !important;
    }
     .pb-lg-2, .py-lg-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-lg-2, .px-lg-2 {
         padding-left: 0.5rem !important;
    }
     .p-lg-3 {
         padding: 1rem !important;
    }
     .pt-lg-3, .py-lg-3 {
         padding-top: 1rem !important;
    }
     .pr-lg-3, .px-lg-3 {
         padding-right: 1rem !important;
    }
     .pb-lg-3, .py-lg-3 {
         padding-bottom: 1rem !important;
    }
     .pl-lg-3, .px-lg-3 {
         padding-left: 1rem !important;
    }
     .p-lg-4 {
         padding: 1.5rem !important;
    }
     .pt-lg-4, .py-lg-4 {
         padding-top: 1.5rem !important;
    }
     .pr-lg-4, .px-lg-4 {
         padding-right: 1.5rem !important;
    }
     .pb-lg-4, .py-lg-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-lg-4, .px-lg-4 {
         padding-left: 1.5rem !important;
    }
     .p-lg-5 {
         padding: 3rem !important;
    }
     .pt-lg-5, .py-lg-5 {
         padding-top: 3rem !important;
    }
     .pr-lg-5, .px-lg-5 {
         padding-right: 3rem !important;
    }
     .pb-lg-5, .py-lg-5 {
         padding-bottom: 3rem !important;
    }
     .pl-lg-5, .px-lg-5 {
         padding-left: 3rem !important;
    }
     .m-lg-auto {
         margin: auto !important;
    }
     .mt-lg-auto, .my-lg-auto {
         margin-top: auto !important;
    }
     .mr-lg-auto, .mx-lg-auto {
         margin-right: auto !important;
    }
     .mb-lg-auto, .my-lg-auto {
         margin-bottom: auto !important;
    }
     .ml-lg-auto, .mx-lg-auto {
         margin-left: auto !important;
    }
}
 @media (min-width: 1117px) {
     .m-xl-0 {
         margin: 0 !important;
    }
     .mt-xl-0, .my-xl-0 {
         margin-top: 0 !important;
    }
     .mr-xl-0, .mx-xl-0 {
         margin-right: 0 !important;
    }
     .mb-xl-0, .my-xl-0 {
         margin-bottom: 0 !important;
    }
     .ml-xl-0, .mx-xl-0 {
         margin-left: 0 !important;
    }
     .m-xl-1 {
         margin: 0.25rem !important;
    }
     .mt-xl-1, .my-xl-1 {
         margin-top: 0.25rem !important;
    }
     .mr-xl-1, .mx-xl-1 {
         margin-right: 0.25rem !important;
    }
     .mb-xl-1, .my-xl-1 {
         margin-bottom: 0.25rem !important;
    }
     .ml-xl-1, .mx-xl-1 {
         margin-left: 0.25rem !important;
    }
     .m-xl-2 {
         margin: 0.5rem !important;
    }
     .mt-xl-2, .my-xl-2 {
         margin-top: 0.5rem !important;
    }
     .mr-xl-2, .mx-xl-2 {
         margin-right: 0.5rem !important;
    }
     .mb-xl-2, .my-xl-2 {
         margin-bottom: 0.5rem !important;
    }
     .ml-xl-2, .mx-xl-2 {
         margin-left: 0.5rem !important;
    }
     .m-xl-3 {
         margin: 1rem !important;
    }
     .mt-xl-3, .my-xl-3 {
         margin-top: 1rem !important;
    }
     .mr-xl-3, .mx-xl-3 {
         margin-right: 1rem !important;
    }
     .mb-xl-3, .my-xl-3 {
         margin-bottom: 1rem !important;
    }
     .ml-xl-3, .mx-xl-3 {
         margin-left: 1rem !important;
    }
     .m-xl-4 {
         margin: 1.5rem !important;
    }
     .mt-xl-4, .my-xl-4 {
         margin-top: 1.5rem !important;
    }
     .mr-xl-4, .mx-xl-4 {
         margin-right: 1.5rem !important;
    }
     .mb-xl-4, .my-xl-4 {
         margin-bottom: 1.5rem !important;
    }
     .ml-xl-4, .mx-xl-4 {
         margin-left: 1.5rem !important;
    }
     .m-xl-5 {
         margin: 3rem !important;
    }
     .mt-xl-5, .my-xl-5 {
         margin-top: 3rem !important;
    }
     .mr-xl-5, .mx-xl-5 {
         margin-right: 3rem !important;
    }
     .mb-xl-5, .my-xl-5 {
         margin-bottom: 3rem !important;
    }
     .ml-xl-5, .mx-xl-5 {
         margin-left: 3rem !important;
    }
     .p-xl-0 {
         padding: 0 !important;
    }
     .pt-xl-0, .py-xl-0 {
         padding-top: 0 !important;
    }
     .pr-xl-0, .px-xl-0 {
         padding-right: 0 !important;
    }
     .pb-xl-0, .py-xl-0 {
         padding-bottom: 0 !important;
    }
     .pl-xl-0, .px-xl-0 {
         padding-left: 0 !important;
    }
     .p-xl-1 {
         padding: 0.25rem !important;
    }
     .pt-xl-1, .py-xl-1 {
         padding-top: 0.25rem !important;
    }
     .pr-xl-1, .px-xl-1 {
         padding-right: 0.25rem !important;
    }
     .pb-xl-1, .py-xl-1 {
         padding-bottom: 0.25rem !important;
    }
     .pl-xl-1, .px-xl-1 {
         padding-left: 0.25rem !important;
    }
     .p-xl-2 {
         padding: 0.5rem !important;
    }
     .pt-xl-2, .py-xl-2 {
         padding-top: 0.5rem !important;
    }
     .pr-xl-2, .px-xl-2 {
         padding-right: 0.5rem !important;
    }
     .pb-xl-2, .py-xl-2 {
         padding-bottom: 0.5rem !important;
    }
     .pl-xl-2, .px-xl-2 {
         padding-left: 0.5rem !important;
    }
     .p-xl-3 {
         padding: 1rem !important;
    }
     .pt-xl-3, .py-xl-3 {
         padding-top: 1rem !important;
    }
     .pr-xl-3, .px-xl-3 {
         padding-right: 1rem !important;
    }
     .pb-xl-3, .py-xl-3 {
         padding-bottom: 1rem !important;
    }
     .pl-xl-3, .px-xl-3 {
         padding-left: 1rem !important;
    }
     .p-xl-4 {
         padding: 1.5rem !important;
    }
     .pt-xl-4, .py-xl-4 {
         padding-top: 1.5rem !important;
    }
     .pr-xl-4, .px-xl-4 {
         padding-right: 1.5rem !important;
    }
     .pb-xl-4, .py-xl-4 {
         padding-bottom: 1.5rem !important;
    }
     .pl-xl-4, .px-xl-4 {
         padding-left: 1.5rem !important;
    }
     .p-xl-5 {
         padding: 3rem !important;
    }
     .pt-xl-5, .py-xl-5 {
         padding-top: 3rem !important;
    }
     .pr-xl-5, .px-xl-5 {
         padding-right: 3rem !important;
    }
     .pb-xl-5, .py-xl-5 {
         padding-bottom: 3rem !important;
    }
     .pl-xl-5, .px-xl-5 {
         padding-left: 3rem !important;
    }
     .m-xl-auto {
         margin: auto !important;
    }
     .mt-xl-auto, .my-xl-auto {
         margin-top: auto !important;
    }
     .mr-xl-auto, .mx-xl-auto {
         margin-right: auto !important;
    }
     .mb-xl-auto, .my-xl-auto {
         margin-bottom: auto !important;
    }
     .ml-xl-auto, .mx-xl-auto {
         margin-left: auto !important;
    }
}
 .text-justify {
     text-align: justify !important;
}
 .text-nowrap {
     white-space: nowrap !important;
}
 .text-truncate {
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .text-left {
     text-align: left !important;
}
 .text-right {
     text-align: right !important;
}
 .text-center {
     text-align: center !important;
}
 @media (min-width: 576px) {
     .text-sm-left {
         text-align: left !important;
    }
     .text-sm-right {
         text-align: right !important;
    }
     .text-sm-center {
         text-align: center !important;
    }
}
 @media (min-width: 768px) {
     .text-md-left {
         text-align: left !important;
    }
     .text-md-right {
         text-align: right !important;
    }
     .text-md-center {
         text-align: center !important;
    }
}
 @media (min-width: 992px) {
     .text-lg-left {
         text-align: left !important;
    }
     .text-lg-right {
         text-align: right !important;
    }
     .text-lg-center {
         text-align: center !important;
    }
}
 @media (min-width: 1117px) {
     .text-xl-left {
         text-align: left !important;
    }
     .text-xl-right {
         text-align: right !important;
    }
     .text-xl-center {
         text-align: center !important;
    }
}
 .text-lowercase {
     text-transform: lowercase !important;
}
 .text-uppercase {
     text-transform: uppercase !important;
}
 .text-capitalize {
     text-transform: capitalize !important;
}
 .font-weight-light {
     font-weight: 300 !important;
}
 .font-weight-normal {
     font-weight: 400 !important;
}
 .font-weight-bold {
     font-weight: 700 !important;
}
 .font-italic {
     font-style: italic !important;
}
 .text-white {
     color: #fff !important;
}
 .text-black {
     color: #000 !important;
}
 a.text-black:hover, a.text-black:focus {
     color: black !important;
}
 .text-primary {
     color: #1c2c56 !important;
}
 a.text-primary:hover, a.text-primary:focus {
     color: #0f1830 !important;
}
 .text-secondary {
     color: #00b2d9 !important;
}
 a.text-secondary:hover, a.text-secondary:focus {
     color: #0088a6 !important;
}
 .text-success {
     color: #28a745 !important;
}
 a.text-success:hover, a.text-success:focus {
     color: #1e7e34 !important;
}
 .text-info {
     color: #17a2b8 !important;
}
 a.text-info:hover, a.text-info:focus {
     color: #117a8b !important;
}
 .text-warning {
     color: #ffc107 !important;
}
 a.text-warning:hover, a.text-warning:focus {
     color: #d39e00 !important;
}
 .text-danger {
     color: #dc3545 !important;
}
 a.text-danger:hover, a.text-danger:focus {
     color: #bd2130 !important;
}
 .text-white {
     color: #fff !important;
}
 a.text-white:hover, a.text-white:focus {
     color: #e6e6e6 !important;
}
 .text-light {
     color: #f7f9fb !important;
}
 a.text-light:hover, a.text-light:focus {
     color: #d5e0ea !important;
}
 .text-dark {
     color: #424142 !important;
}
 a.text-dark:hover, a.text-dark:focus {
     color: #282828 !important;
}
 .text-stomach_health {
     color: #6eba44 !important;
}
 a.text-stomach_health:hover, a.text-stomach_health:focus {
     color: #589536 !important;
}
 .text-swallow_chew {
     color: #674498 !important;
}
 a.text-swallow_chew:hover, a.text-swallow_chew:focus {
     color: #4f3475 !important;
}
 .text-malnutrition {
     color: #0b318f !important;
}
 a.text-malnutrition:hover, a.text-malnutrition:focus {
     color: #072160 !important;
}
 .text-product {
     color: #00aad3 !important;
}
 a.text-product:hover, a.text-product:focus {
     color: #0081a0 !important;
}
 .text-muted {
     color: #6c757d !important;
}
 .text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}
 .visible {
     visibility: visible !important;
}
 .invisible {
     visibility: hidden !important;
}
 @media print {
     *, *::before, *::after {
         text-shadow: none !important;
         -webkit-box-shadow: none !important;
         box-shadow: none !important;
    }
     a:not(.btn) {
         text-decoration: underline;
    }
     abbr[title]::after {
         content: " (" attr(title) ")";
    }
     pre {
         white-space: pre-wrap !important;
    }
     pre, blockquote {
         border: 1px solid #999;
         page-break-inside: avoid;
    }
     thead {
         display: table-header-group;
    }
     tr, img {
         page-break-inside: avoid;
    }
     p, h2, h3 {
         orphans: 3;
         widows: 3;
    }
     h2, h3 {
         page-break-after: avoid;
    }
     @page {
         size: a3;
    }
     body {
         min-width: 992px !important;
    }
     .container {
         min-width: 992px !important;
    }
     .navbar {
         display: none;
    }
     .badge {
         border: 1px solid #000;
    }
     .table {
         border-collapse: collapse !important;
    }
     .table td, .table th {
         background-color: #fff !important;
    }
     .table-bordered th, .table-bordered td {
         border: 1px solid #ddd !important;
    }
}
 body {
     font-family: "Noto Sans JP", 游ゴシチE?￣?E "Yu Gothic", YuGothic, sans-serif;
     font-size: 14.44444px;
}
 @media (min-width: 768px) {
     body {
         font-size: 18px;
    }
}
 img {
     max-width: 100%;
     height: auto;
}
 a img {
     -webkit-transition: opacity 0.15s linear;
     -o-transition: opacity 0.15s linear;
     transition: opacity 0.15s linear;
}
 a:hover > img, a:focus > img {
     opacity: 0.6;
}
 a:link > img, a:visited > img {
     opacity: 1;
}
 a:hover > img, a:active > img {
     opacity: 0.6;
}
 .head-1 {
     margin-top: 30px;
     margin-bottom: 20px;
     padding-bottom: 12px;
     color: #1c2c56;
     font-size: 16.66667px;
     text-align: center;
     position: relative;
}
 @media (min-width: 768px) {
     .head-1 {
         font-size: 30px;
    }
}
 @media (min-width: 768px) {
     .head-1 {
         margin-top: 40px;
         margin-bottom: 25px;
         padding-bottom: 15px;
    }
}
 .head-1:before {
     content: "";
     display: block;
     width: 36px;
     height: 1px;
     margin-left: -18px;
     background-color: #1c2c56;
     position: absolute;
     bottom: 0;
     left: 50%;
}
 @media (min-width: 768px) {
     .head-1:before {
         width: 56px;
         margin-left: -28px;
    }
}
 .stomach_health .head-1:before {
     background-color: #6eba44;
}
 .swallow_chew .head-1:before {
     background-color: #674498;
}
 .malnutrition .head-1:before {
     background-color: #0b318f;
}
 .product .head-1:before {
     background-color: #00aad3;
}
 .head-2 {
     margin-bottom: 20px;
     padding-bottom: 10px;
     color: #3e3a39;
     font-size: 15.83333px;
     text-align: center;
     position: relative;
}
 @media (min-width: 768px) {
     .head-2 {
         font-size: 24px;
    }
}
 @media (min-width: 768px) {
     .head-2 {
         margin-bottom: 25px;
         padding-bottom: 15px;
         color: #1c2c56;
    }
}
 @media (min-width: 768px) {
     .recipe .head-2 {
         color: #f08500;
    }
}
 .head-2:before {
     content: "";
     display: block;
     width: 34px;
     height: 1px;
     margin-left: -17px;
     background-color: #3e3a39;
     position: absolute;
     bottom: 0;
     left: 50%;
}
 @media (min-width: 768px) {
     .head-2:before {
         width: 52px;
         margin-left: -26px;
         background-color: #1c2c56;
    }
}
 @media (min-width: 768px) {
     .stomach_health .head-2:before {
         background-color: #6eba44;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .head-2:before {
         background-color: #674498;
    }
}
 @media (min-width: 768px) {
     .malnutrition .head-2:before {
         background-color: #0b318f;
    }
}
 @media (min-width: 768px) {
     .recipe .head-2:before {
         background-color: #f08500;
    }
}
 @media (min-width: 768px) {
     .product .head-2:before {
         background-color: #00aad3;
    }
}
 ul, ol {
     padding-left: 20px;
}
 ul.row, ul.natural {
     padding-left: 0;
}
 ul.row li, ul.natural li {
     list-style: none;
}
 ol.row, ol.natural {
     padding-left: 0;
}
 ol.row li, ol.natural li {
     list-style: none;
}
 br.pc {
     display: none;
}
 @media (min-width: 992px) {
     br.pc {
         display: inline;
    }
}
 .strong {
     font-weight: bold;
}
 table {
     width: 100%;
}
 table tr:first-child td, table tr:first-child th {
     padding-top: 0;
}
 table td, table th {
     padding: 20px;
     border-bottom: 1px solid #eee;
     font-weight: normal;
}
 table td:first-child, table th:first-child {
     padding-left: 0;
}
 table td:last-child, table th:last-child {
     padding-right: 0;
}
 @media (max-width: 575.98px) {
     table, table tbody, table thead, table tr, table th, table td {
         display: block;
    }
     table td, table th {
         padding-left: 0;
         padding-right: 0;
    }
     table th {
         padding-bottom: 15px;
         border-bottom: none;
         font-weight: bold;
    }
     table td {
         padding-top: 0;
    }
}
 .btn-outline-black.btn-reverse {
     color: #FFF;
     background-color: #000;
}
 .btn-outline-black.btn-reverse:hover {
     color: #000;
     background-color: transparent;
}
 .btn-outline-primary.btn-reverse {
     color: #FFF;
     background-color: #1c2c56;
}
 .btn-outline-primary.btn-reverse:hover {
     color: #1c2c56;
     background-color: transparent;
}
 .btn-outline-secondary.btn-reverse {
     color: #FFF;
     background-color: #00b2d9;
}
 .btn-outline-secondary.btn-reverse:hover {
     color: #00b2d9;
     background-color: transparent;
}
 .btn-outline-success.btn-reverse {
     color: #FFF;
     background-color: #28a745;
}
 .btn-outline-success.btn-reverse:hover {
     color: #28a745;
     background-color: transparent;
}
 .btn-outline-info.btn-reverse {
     color: #FFF;
     background-color: #17a2b8;
}
 .btn-outline-info.btn-reverse:hover {
     color: #17a2b8;
     background-color: transparent;
}
 .btn-outline-warning.btn-reverse {
     color: #FFF;
     background-color: #ffc107;
}
 .btn-outline-warning.btn-reverse:hover {
     color: #ffc107;
     background-color: transparent;
}
 .btn-outline-danger.btn-reverse {
     color: #FFF;
     background-color: #dc3545;
}
 .btn-outline-danger.btn-reverse:hover {
     color: #dc3545;
     background-color: transparent;
}
 .btn-outline-white.btn-reverse {
     color: #FFF;
     background-color: #fff;
}
 .btn-outline-white.btn-reverse:hover {
     color: #fff;
     background-color: transparent;
}
 .btn-outline-light.btn-reverse {
     color: #FFF;
     background-color: #f7f9fb;
}
 .btn-outline-light.btn-reverse:hover {
     color: #f7f9fb;
     background-color: transparent;
}
 .btn-outline-dark.btn-reverse {
     color: #FFF;
     background-color: #424142;
}
 .btn-outline-dark.btn-reverse:hover {
     color: #424142;
     background-color: transparent;
}
 .btn-outline-stomach_health.btn-reverse {
     color: #FFF;
     background-color: #6eba44;
}
 .btn-outline-stomach_health.btn-reverse:hover {
     color: #6eba44;
     background-color: transparent;
}
 .btn-outline-swallow_chew.btn-reverse {
     color: #FFF;
     background-color: #674498;
}
 .btn-outline-swallow_chew.btn-reverse:hover {
     color: #674498;
     background-color: transparent;
}
 .btn-outline-malnutrition.btn-reverse {
     color: #FFF;
     background-color: #0b318f;
}
 .btn-outline-malnutrition.btn-reverse:hover {
     color: #0b318f;
     background-color: transparent;
}
 .btn-outline-product.btn-reverse {
     color: #FFF;
     background-color: #00aad3;
}
 .btn-outline-product.btn-reverse:hover {
     color: #00aad3;
     background-color: transparent;
}
 .btn-icon {
     padding-right: 2.25rem;
     position: relative;
}
 .btn-icon i {
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     position: absolute;
     top: 50%;
     right: 0.75rem;
}
 .btn-icon.btn-lg {
     padding-right: 2.5rem;
}
 .btn-icon.btn-lg i {
     right: 1rem;
}
 .btn-icon.btn-sm {
     padding-right: 2rem;
}
 .btn-icon.btn-sm i {
     right: 0.5rem;
}
 .btn {
     white-space: normal;
}
 .link-arrow {
     display: inline-block;
     padding-left: 10px;
     position: relative;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -ms-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .link-arrow:before {
     content: "";
     display: inline-block;
     margin-top: -4px;
     border-top: 4px solid transparent;
     border-bottom: 4px solid transparent;
     border-left: 6px solid #1c2c56;
     position: absolute;
     top: .7em;
     left: 0;
}
 .link-arrow:hover {
     opacity: 0.6;
     text-decoration: none;
}
 .link-arrow.link-white {
     color: #fff;
}
 .link-arrow.link-white:before {
     border-left-color: #fff;
}
 .header {
     position: relative;
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #ccc;
}
.header-shop-box{
/*     display: none; */
}
 @media (min-width: 768px) {
     .header {
         padding-top: 20px;
         padding-bottom: 56px;
         border-bottom: none;
    }
}
 .home .header {
     border-bottom: none;
}
@media (max-width: 768px) {
    .home .header.is-archive {
         border-bottom: 1px solid #ccc;
    }
}
 @media (min-width: 768px) {
     .home .header {
         padding-bottom: 50px;
    }
}
 .header.fixed {
     visibility: hidden;
     width: 100%;
     background-color: #FFF;
     position: fixed;
     left: 0;
     z-index: 9999;
     -webkit-transform: translate(0, -100%);
     -moz-transform: translate(0, -100%);
     -ms-transform: translate(0, -100%);
     -o-transform: translate(0, -100%);
     transform: translate(0, -100%);
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -ms-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 576px) {
     .header.fixed {
         padding-bottom: 15px;
    }
}
 .header.fixed.is-fixed {
     visibility: visible;
     -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     -o-transform: translate(0, 0);
     transform: translate(0, 0);
}
 @media (min-width: 768px) {
     .header-contents-area {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
}
 .header-logo-box {
     text-align: center;
}
 @media (min-width: 768px) {
     .header-logo-box {
         text-align: left;
    }
}
 .header-logo, h1.header-logo {
     display: inline-block;
     margin-top: 0;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0;
     line-height: 1;
}
 @media (min-width: 768px) {
     .header-logo, h1.header-logo {
         margin-left: 0;
         margin-right: 0;
    }
}
 .header-logo strong, .header-logo small, h1.header-logo strong, h1.header-logo small {
     vertical-align: bottom;
}
 .header-logo strong, h1.header-logo strong {
     display: inline-block;
}
 .header-logo small, h1.header-logo small {
     display: none;
     margin-left: 7px;
     font-size: 11px;
}
 @media (min-width: 768px) {
     .header-logo small, h1.header-logo small {
         display: inline-block;
    }
}
 .header-logo img, h1.header-logo img {
     width: 125px;
}
 @media (min-width: 768px) {
     .header-logo img, h1.header-logo img {
         width: auto;
    }
}
 .header-logo a, h1.header-logo a {
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -ms-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .header-logo a:hover, h1.header-logo a:hover {
     opacity: 0.6;
}
 .header-shop-button {
     display: none;
}
 @media (min-width: 768px) {
     .header-shop-button {
         display: block;
         margin-top: 0;
         margin-bottom: 0;
         padding-left: 45px;
         color: #727171;
         font-size: 12.85714px;
         line-height: 1.3;
         position: relative;
         -webkit-transition: 0.2s;
         -moz-transition: 0.2s;
         -ms-transition: 0.2s;
         -o-transition: 0.2s;
         transition: 0.2s;
    }
}
 @media (min-width: 768px) and (min-width: 768px) {
     .header-shop-button {
         font-size: 14px;
    }
}
 .header-shop-button:hover {
     opacity: 0.6;
     text-decoration: none;
}
 .header-shop-button:hover img {
     opacity: 1;
}
 .header-shop-button-sp {
     display: inline-block;
     padding: 5px 5px 5px 30px;
     border: 2px solid #00b2d9;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     color: #00b2d9;
     font-size: 10px;
     line-height: 1.2;
     position: absolute;
     top: 5px;
     right: 5px;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -ms-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .header-shop-button-sp {
         display: none;
    }
}
 .header-shop-button-sp:hover {
     opacity: 0.6;
     color: #00b2d9;
     text-decoration: none;
}
 .header-shop-button-sp:hover img {
     opacity: 1;
}
 .header-shop-icon {
     width: 20px;
     position: absolute;
     top: 50%;
     left: 5px;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
}
 @media (min-width: 768px) {
     .header-shop-icon {
         width: auto;
         left: 0;
    }
}
 .header-shop-link {
     display: block;
     color: #727171;
}
 @media (min-width: 992px) {
     .header-shop-link {
         display: inline-block;
         margin-left: 10px;
    }
}
 .header-shop-link:before {
     border-left: 6px solid #727171;
}
 .header-shop-link:hover {
     opacity: 1;
}
 .container-wide {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 @media (min-width: 576px) {
     .container-wide {
         max-width: 540px;
    }
}
 @media (min-width: 768px) {
     .container-wide {
         max-width: 720px;
    }
}
 @media (min-width: 992px) {
     .container-wide {
         max-width: 960px;
    }
}
 @media (min-width: 1117px) {
     .container-wide {
         max-width: 1100px;
    }
}
 @media (min-width: 1117px) {
     .container-wide {
         max-width: 1100px;
         padding-left: 0;
         padding-right: 0;
    }
}
 .container > *:first-child, .contents > *:first-child {
     margin-top: 0;
}
 .main-area {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 @media (min-width: 576px) {
     .main-area {
         max-width: 540px;
    }
}
 @media (min-width: 768px) {
     .main-area {
         max-width: 720px;
    }
}
 @media (min-width: 992px) {
     .main-area {
         max-width: 960px;
    }
}
 @media (min-width: 1117px) {
     .main-area {
         max-width: 1100px;
    }
}
 @media (min-width: 768px) {
     .main-area {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
    }
}
 @media (min-width: 1117px) {
     .main-area {
         max-width: 1100px;
         padding-left: 0;
         padding-right: 0;
    }
}
 .main-contents {
     margin-bottom: 30px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 @media (min-width: 768px) {
     .main-contents {
         width: calc(100% - 180px);
         margin-bottom: 0;
         padding-right: 30px;
    }
}
 @media (min-width: 992px) {
     .main-contents {
         width: calc(100% - 260px);
         padding-right: 80px;
    }
}
 .side-contents {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 @media (min-width: 768px) {
     .side-contents {
         width: 180px;
    }
}
 @media (min-width: 992px) {
     .side-contents {
         width: 260px;
         padding-right: 15px;
    }
}
.sub-contents{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .sub-contents {
      width: 100%;
      height: auto;} }
  @media (min-width: 992px) {
    .sub-contents {
      width: 100%;
      height: auto; } }

.sub-topics-title{
    font-size: 18px;
    margin:30px auto 15px;
    text-align: center;}
  @media (min-width: 768px) {
    .sub-topics-title {
    font-size: 18px;
    margin:30px auto 15px;
    text-align: center;} }
  @media (min-width: 992px) {
    .sub-topics-title {
    font-size: 18px;
    margin:30px auto 15px;
    text-align: center;} }

.sub-topics-list{
    background-color: #f7f9fb;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-left: -30px;}
  @media (min-width: 768px) {
.sub-topics-list{
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row column;}}
  @media (min-width: 992px) {
.sub-topics-list{
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;}}

.sub-topics-list li{
    width: 100%;
    margin: 0 2% 15px;
    list-style: none;}
  @media (min-width: 768px) {
.sub-topics-list li{
    width: 29%;
    margin: 0 2% 40px;}}
  @media (min-width: 992px) {
.sub-topics-list li{
    width: 29%;
    margin: 0 2%;}}


.sub-topics-list li .side-topics-text{
    vertical-align: middle;}
  @media (min-width: 992px) {
.sub-topics-text{
    display: block;}}
  @media (min-width: 768px) {
.sub-topics-list li .side-topics-text{
    display: block;}}

.sub-topics-list li .side-topics-cat-inner{
   font-size: 10px;}
  @media (min-width: 992px) {
.sub-topics-text li .side-topics-cat-inner{
   font-size: 14px;}}
  @media (min-width: 768px) {
.sub-topics-list li .side-topics-cat-inner{
   font-size: 12px;}}


.sub-topics-list li .side-topics-cat {
    top: -6px;
    left: -10px;
      }
 .footer {
     margin-top: 15px;
     padding-top: 15px;
     padding-bottom: 15px;
     background-color: #424142;
     position: relative;
}
 @media (min-width: 768px) {
     .footer {
         margin-top: 30px;
         padding-top: 15px;
         padding-bottom: 20px;
    }
}
 .home .footer {
     margin-top: 60px;
}
 @media (min-width: 768px) {
     .home .footer {
         margin-top: 30px;
    }
}
 .footer-contents-area {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .footer-contents-head {
     width: 185px;
}
 @media (min-width: 768px) {
     .footer-contents-head {
         width: 195px;
    }
}
 .footer-logo, h2.footer-logo {
     margin-top: 0;
     margin-bottom: 15px;
}
 .footer-logo img, h2.footer-logo img {
     width: 120px;
}
 @media (min-width: 768px) {
     .footer-logo img, h2.footer-logo img {
         width: 150px;
    }
}
 .footer-copy {
     margin-bottom: 0;
     color: #fff;
     font-size: 11px;
     line-height: 1;
}
 .footer-social-area {
     width: 100%;
     padding-left: 15px;
     padding-right: 15px;
     position: absolute;
     top: -40px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
}
 @media (min-width: 768px) {
     .footer-social-area {
         top: -52px;
    }
}
 @media (min-width: 768px) {
     .home .footer-social-area {
         width: auto;
         padding-left: 0;
         padding-right: 0;
         position: static;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0);
    }
}
 @media (min-width: 768px) {
     .home .footer-social-area .social-list {
         text-align: left;
    }
}
 @media (min-width: 768px) {
     .footer-nav-list {
         margin-left: -20px;
    }
}
 @media (min-width: 768px) {
     .footer-nav-list > li {
         display: inline-block;
         padding-left: 20px;
    }
}
 .footer-nav-link {
     color: #fff;
     font-size: 11px;
}
 .footer-nav-link:hover {
     opacity: 0.6;
     color: #fff;
     text-decoration: none;
}
 .icon-balloon {
     display: block;
     width: 25px;
     height: 25px;
     background-color: #1c2c56;
     border: 1px solid #1c2c56;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     font-family: sans-serif;
     text-align: center;
     vertical-align: middle;
     line-height: 20px;
     position: relative;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .icon-balloon {
         width: 72px;
         height: 72px;
         line-height: 70px;
    }
}
 .icon-balloon:before {
     content: "";
     position: absolute;
     bottom: -2px;
     left: -2px;
     border: 3px solid transparent;
     border-right: 3px solid #1c2c56;
     z-index: 0;
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .icon-balloon:before {
         bottom: 3px;
         left: 3px;
         border-width: 4px;
         border-right-width: 4px;
    }
}
 .icon-balloon:after {
     content: "";
     position: absolute;
     bottom: -1px;
     left: -1px;
     border: 3px solid transparent;
     border-right: 3px solid #1c2c56;
     z-index: 0;
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .icon-balloon:after {
         bottom: 4px;
         left: 4px;
         border-width: 4px;
         border-right-width: 4px;
    }
}
 .icon-balloon img {
     width: 33.3333%;
}
 .stomach_health .icon-balloon {
     background-color: #6eba44;
     border-color: #6eba44;
}
 .stomach_health .icon-balloon:before {
     border-right-color: #6eba44;
}
 .stomach_health .icon-balloon:after {
     border-right-color: #6eba44;
}
 .swallow_chew .icon-balloon {
     background-color: #674498;
     border-color: #674498;
}
 .swallow_chew .icon-balloon:before {
     border-right-color: #674498;
}
 .swallow_chew .icon-balloon:after {
     border-right-color: #674498;
}
 .malnutrition .icon-balloon {
     background-color: #0b318f;
     border-color: #0b318f;
}
 .malnutrition .icon-balloon:before {
     border-right-color: #0b318f;
}
 .malnutrition .icon-balloon:after {
     border-right-color: #0b318f;
}
 .recipe .icon-balloon {
     background-color: #f08500;
     border-color: #f08500;
}
 .recipe .icon-balloon:before {
     border-right-color: #f08500;
}
 .recipe .icon-balloon:after {
     border-right-color: #f08500;
}
 .product .icon-balloon {
     background-color: #00aad3;
     border-color: #00aad3;
}
 .product .icon-balloon:before {
     border-right-color: #00aad3;
}
 .product .icon-balloon:after {
     border-right-color: #00aad3;
}
 .icon-balloon.icon-outline {
     border-color: #fff;
}
 .icon-balloon.icon-outline:before {
     border-right-color: #fff;
}
 .icon-balloon.icon-sm {
     width: 20px;
     height: 20px;
     line-height: 14px;
}
 @media (min-width: 768px) {
     .icon-balloon.icon-sm {
         width: 30px;
         height: 30px;
         line-height: 28px;
    }
}
 .icon-balloon.icon-sm:before {
     bottom: -2px;
     left: -2px;
     border-width: 3px;
     border-right-width: 3px;
}
 @media (min-width: 768px) {
     .icon-balloon.icon-sm:before {
         bottom: -1px;
         left: -1px;
         border-width: 3px;
         border-right-width: 3px;
    }
}
 .icon-balloon.icon-sm:after {
     bottom: -1px;
     left: -1px;
     border-width: 3px;
     border-right-width: 3px;
}
 @media (min-width: 768px) {
     .icon-balloon.icon-sm:after {
         bottom: 0;
         left: 0;
         border-width: 3px;
         border-right-width: 3px;
    }
}
 button.hamburger {
     display: block;
     width: 50px;
     height: 50px;
     margin: 0;
     padding: 0;
     background-color: #00b2d9;
     border: 2px solid #fff;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     outline: none;
     cursor: pointer;
     position: absolute;
     top: 45px;
     right: 5px;
     z-index: 9999;
}
 @media (min-width: 768px) {
     button.hamburger {
         display: none;
    }
}
 .hamburger span.text {
     display: block;
     color: #fff;
     font-size: 10px;
     position: absolute;
     top: 8px;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
}
 .hamburger span.bar {
     position: absolute;
     display: inline-block;
     height: 2px;
     width: 16px;
     background: #fff;
     border-radius: 2px;
     position: absolute;
     bottom: 13px;
     left: 50%;
     margin-top: -2px;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
     -webkit-transition: background 0.3s 0s;
     -o-transition: background 0.3s 0s;
     transition: background 0.3s 0s;
}
 .hamburger span.bar:before, .hamburger span.bar:after {
     content: '';
     display: inline-block;
     width: 16px;
     background: #fff;
     border-radius: 2px;
     position: absolute;
     height: 2px;
     right: 0;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform-origin: 0% 50%;
     -ms-transform-origin: 0% 50%;
     transform-origin: 0% 50%;
     -webkit-transition: -webkit-transform 0.3s 0s;
     transition: -webkit-transform 0.3s 0s;
     -o-transition: transform 0.3s 0s;
     transition: transform 0.3s 0s;
     transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
 .hamburger span.bar:before {
     top: -6px;
}
 .hamburger span.bar:after {
     top: 6px;
}
 .hamburger.smooth span.bar {
     background: none;
}
 .hamburger.smooth span.bar:before, .hamburger.smooth span.bar:after {
     background: #fff;
}
 .hamburger.smooth span.bar:before {
     -webkit-transform: translateX(2px) translateY(0px) rotate(45deg);
     -ms-transform: translateX(2px) translateY(0px) rotate(45deg);
     transform: translateX(2px) translateY(0px) rotate(45deg);
}
 .hamburger.smooth span.bar:after {
     -webkit-transform: translateX(2px) translateY(0px) rotate(-45deg);
     -ms-transform: translateX(2px) translateY(0px) rotate(-45deg);
     transform: translateX(2px) translateY(0px) rotate(-45deg);
}
 .hamburger-nav {
     display: none;
     width: 100%;
     padding: 50px 15px 15px;
     background-color: rgba(255, 255, 255, 0.9);
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     position: absolute;
     top: 100%;
     right: 0;
     z-index: 999;
}
 @media (min-width: 576px) {
     .hamburger-nav {
         width: 300px;
    }
}
 .hamburger-list {
     display: block;
     margin: 0;
     text-align: center;
     color: #fff;
}
 .hamburger-list:hover, .hamburger-list:focus {
     color: white;
     text-decoration: none;
}
 .hamburger-list.current:before {
     display: none;
}
 .hamburger-list li {
     padding-bottom: 5px;
}
 .hamburger-list li:last-child {
     padding-bottom: 0;
}
 .hamburger-link {
     display: block;
     padding: 15px;
     border: 2px solid #1c2c56;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     color: #1c2c56;
     font-size: 13.75px;
     font-weight: bold;
     line-height: 1;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .hamburger-link {
         font-size: 16px;
    }
}
 .hamburger-link:hover {
     color: #1c2c56;
     text-decoration: none;
}
 .hamburger-link.stomach_health {
     border-color: #6eba44;
     color: #6eba44;
}
 .hamburger-link.stomach_health:hover {
     color: #6eba44;
}
 .hamburger-link.swallow_chew {
     border-color: #674498;
     color: #674498;
}
 .hamburger-link.swallow_chew:hover {
     color: #674498;
}
 .hamburger-link.malnutrition {
     border-color: #0b318f;
     color: #0b318f;
}
 .hamburger-link.malnutrition:hover {
     color: #0b318f;
}
 .hamburger-link.recipe {
     border-color: #f08500;
     color: #f08500;
}
 .hamburger-link.recipe:hover {
     color: #f08500;
}
 .hamburger-link.product {
     border-color: #00aad3;
     color: #00aad3;
}
 .hamburger-link.product:hover {
     color: #00aad3;
}
 .gnav {
     display: none;
     position: relative;
}
 @media (min-width: 768px) {
     .gnav {
         display: block;
         border-bottom: 1px solid #9FA0A0;
    }
}
 @media (min-width: 768px) {
     .home .gnav {
         margin-bottom: 20px;
    }
}
 @media (min-width: 768px) {
     .stomach_health .gnav {
         border-bottom: 2px solid #6eba44;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .gnav {
         border-bottom: 2px solid #674498;
    }
}
 @media (min-width: 768px) {
     .malnutrition .gnav {
         border-bottom: 2px solid #0b318f;
    }
}
 @media (min-width: 768px) {
     .recipe .gnav {
         border-bottom: 2px solid #f08500;
    }
}
 @media (min-width: 768px) {
     .product .gnav {
         border-bottom: 2px solid #e4f3fa;
    }
}
 ul.gnav-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     margin-left: -15px;
     margin-bottom: 0;
     padding-left: 0;
     list-style: none;
     width: 90%;
     margin: 0 auto;
}
 ul.gnav-list > li {
     width: 22%;
     max-width: 160px;
     padding-left: 15px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 ul.gnav-list > li:first-child{
    padding-left: 0;
 }
 @media (min-width: 992px) {
     ul.gnav-list > li {
         max-width: 190px;
    }
}
 ul.gnav-list > li.current {
     width:50%;
     max-width: calc(100% - 480px);
     padding-left: 0;
}
 @media (min-width: 992px) {
     ul.gnav-list > li.current {
         max-width: calc(100% - 570px);
    }
}
 .home ul.gnav-list > li {
     max-width: 235px;
}
 a.gnav-item {
     display: block;
     padding: 12px 10px 10px;
     border-top: 2px solid #1c2c56;
     border-left: 2px solid #1c2c56;
     border-right: 2px solid #1c2c56;
     -webkit-border-radius: 14px 14px 0 0;
     border-radius: 14px 14px 0 0;
     text-align: center;
     line-height: 1;
     position: relative;
}
 a.gnav-item:before {
     content: "";
     display: block;
     width: 46px;
     height: 1px;
     margin-left: -23px;
     background-color: #1c2c56;
     position: absolute;
     left: 50%;
     bottom: 7px;
}
 a.gnav-item img{
    vertical-align: top;
 }
 a.gnav-item:hover {
     text-decoration: none;
}
 a.gnav-item:hover img {
     opacity: 1;
}
 a.gnav-item.stomach_health {
     border-color: #6eba44;
}
 a.gnav-item.stomach_health:before {
     background-color: #6eba44;
}
 a.gnav-item.swallow_chew {
     border-color: #674498;
}
 a.gnav-item.swallow_chew:before {
     background-color: #674498;
}
 a.gnav-item.malnutrition {
     border-color: #0b318f;
}
 a.gnav-item.malnutrition:before {
     background-color: #0b318f;
}
 a.gnav-item.recipe {
     border-color: #f08500;
}
 a.gnav-item.recipe:before {
     background-color: #f08500;
}
 a.gnav-item.product {
     border-color: #E4F3FA;
     background-color: #E4F3FA;
}
 a.gnav-item.product:before {
     background-color: #00aad3;
}
 .current a.gnav-item {
     max-width: 280px;
     margin-left: auto;
     margin-right: auto;
     padding: 20px 10px 30px;
     -webkit-border-radius: 27px 27px 0 0;
     border-radius: 27px 27px 0 0;
}
 @media (min-width: 992px) {
     .current a.gnav-item {
         padding: 20px 35px 30px;
    }
}
 .current a.gnav-item:before {
     display: block;
     bottom: 15px;
}
 .current a.gnav-item:after {
     content: "";
     display: block;
     width: 100%;
     height: 2px;
     background-color: #fff;
     position: absolute;
     left: 0;
     bottom: -2px;
}
 .current a.gnav-item img {
     width: 100%;
}
 .current a.gnav-item.product:after {
     background-color: #e4f3fa;
}
 .home a.gnav-item {
     padding: 15px 10px 20px;
     -webkit-border-radius: 17px 17px 0 0;
     border-radius: 17px 17px 0 0;
}
 .home a.gnav-item:before {
     display: block;
}
 .side-banner-list {
     margin-bottom: 0;
}
 .side-banner-list > li {
     margin-bottom: 15px;
}
 @media (min-width: 768px) {
     .side-banner-list > li {
         margin-bottom: 20px;
    }
}
 .side-banner-list > li:last-child {
     margin-bottom: 0;
}
 @media (max-width: 575.98px) {
     .side-topics-area {
         margin-left: -15px;
         margin-right: -15px;
    }
}
 @media (max-width: 767.98px) {
     .side-topics-area {
         padding-top: 30px;
         background-color: #f6f6f6;
    }
}
 .side-topics-title {
     margin-bottom: 20px;
     color: #595757;
     font-size: 13.75px;
     text-align: center;
}
 @media (min-width: 768px) {
     .side-topics-title {
         font-size: 16px;
    }
}
 @media (min-width: 768px) {
     .side-topics-title {
         margin-bottom: 5px;
    }
}
 .side-topics-list {
     padding: 1px 15px 1px;
     background-color: #F6F6F6;
}
 @media (min-width: 768px) {
     .side-topics-list {
         padding: 20px 20px 1px;
         background-color: #f7f9fb;
    }
}
 .side-topics-list > li {
     margin-bottom: 20px;
     list-style: none;
}
 .side-topics-item {
     display: table;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background-color: #fff;
     -webkit-border-radius: 8px;
     border-radius: 8px;
     position: relative;
}
 .side-topics-item > * {
     display: table-cell;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: middle;
}
 @media (min-width: 768px) {
     .side-topics-item {
         display: block;
         min-height: 0;
         -webkit-border-radius: 0;
         border-radius: 0;
    }
}
 .side-topics-item:hover {
     text-decoration: none;
}
 .side-topics-item:hover .side-topics-pic {
     opacity: 0.6;
}
 .side-topics-pic {
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
     background-repeat: no-repeat;
     background-position: center;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 @media (max-width: 767.98px) {
     .side-topics-pic {
         width: 100px;
         height: 100%;
         -webkit-border-radius: 8px 0 0 8px;
         border-radius: 8px 0 0 8px;
         position: relative;
         overflow: hidden;
    }
}
 @media (min-width: 768px) {
     .side-topics-pic {
         display: block;
         width: auto;
    }
}
 .side-topics-pic:before {
     content: '';
     display: block;
     width: 100%;
     padding-top: 75%;
}
 @media (min-width: 768px) {
     .side-topics-pic:before {
         padding-top: 68.2%;
    }
}
 .sukkiri_01 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_1_1b196827-f009-4152-bcf4-61c878f697b4.jpg?v=1679384021);
}
 .sukkiri_02 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_2_2980cefd-df84-4675-8941-834c68c5d351.jpg?v=1679384021);
}
 .sukkiri_03 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_3_52b32138-560b-4a25-a5de-543c7ef667fa.jpg?v=1679384021);
}
 .sukkiri_04 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_4_0b571c9f-b2b5-4e7f-bd25-36352115d4e5.jpg?v=1679384021);
}
 .sukkiri_05 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_5_733e40c8-70fa-4122-ae29-2b5f6494c856.jpg?v=1679384021);
}
 .sukkiri_06 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_6_e3c04ce8-284d-4d4d-b9e6-0ae1947f9247.jpg?v=1679384021);
}
 .sukkiri_07 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_7_53c9505e-2adb-46ae-8fe9-b6da9ec9d9f8.jpg?v=1679384021);
}
 .sukkiri_08 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_8_d8af3b4f-fbe8-4987-93ce-1fa9fca3ae17.jpg?v=1679384021);
}
 .sukkiri_09 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_9_bdfea792-50f4-410b-9dbb-245f1c344cec.jpg?v=1679384021);
}
 .sukkiri_10 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_10_bb5d4c77-2029-4f5a-bc92-d70dea25dfff.jpg?v=1679384020);
}
 .dietaryfiber01 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_1.jpg?v=1679400791);
}
 .dietaryfiber02 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_2.jpg?v=1679400791);
}
 .dietaryfiber03 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_3.jpg?v=1679400791);
}
 .dietaryfiber05 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_5.jpg?v=1679400790);
}
 .dietaryfiber06 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_6.jpg?v=1679400791);
}
 .dietaryfiber07 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_7.jpg?v=1679400791);
}
 .intestinal01 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_intestinal_1.jpg?v=1679399672);
}
 .meal_assistance_01 .side-topics-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_1.jpg);
}
 .meal_assistance_02 .side-topics-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_2.jpg);
}
 .meal_assistance_03 .side-topics-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_3.jpg);
}
 .meal_assistance_04 .side-topics-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_4.jpg);
}
 .meal_assistance_05 .side-topics-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_5.jpg);
}
 .meal_assistance_06 .side-topics-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_6.jpg);
}
 .meal_assistance_07 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_7_14de4500-5185-4a83-bd9f-f31154d33b56.jpg?v=1679368560);
}
 .meal_assistance_08 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_8.jpg?v=1679254614);
}
 .meal_assistance_09 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_9.jpg?v=1679254614);
}
 .meal_assistance_10 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_10.jpg?v=1679254614);
}
 .meal_assistance_11 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_11.jpg?v=1679254614);
}
 .meal_assistance_12 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_12.jpg?v=1679254614);
}
 .meal_assistance_13 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_13.jpg?v=1679254614);
}
 .meal_assistance_14 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_14.jpg?v=1679254613);
}
 .meal_assistance_15 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_15.jpg?v=1679254613);
}
 .meal_assistance_16 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_16.jpg?v=1679254613);
}
 .meal_assistance_17 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_17.jpg?v=1679254613);
}
 .meal_assistance_18 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_18.jpg?v=1679254613);
}
 .meal_assistance_19 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_19.jpg?v=1679254614);
}
 .meal_assistance_20 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_20.jpg?v=1679254612);
}
 .meal_assistance_21 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_21.jpg?v=1679254613);
}
 .meal_assistance_22 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_22.jpg?v=1679254613);
}
 .meal_assistance_23 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_23.jpg?v=1679254614);
}
.meal_assistance_24 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_24.jpg?v=1679254613);
}
 .meal_assistance_25 .side-topics-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_25.jpg);
}
 .meal_assistance_26 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_26.jpg?v=1679254613);
}
 .meal_assistance_27 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_27.jpg?v=1679254613);
}
 .meal_assistance_28 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_28.jpg?v=1679254613);
}
 .meal_assistance_29 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_29.jpg?v=1679254614);
}
 .meal_assistance_30 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_30.jpg?v=1679254614);
}
 .meal_assistance_31 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_31.jpg?v=1679254613);
}
 .meal_assistance_35 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_35.jpg?v=1679254614);
}
 .recipe_01 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_1.jpg?v=1679440897);
}
 .recipe_02 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_2.jpg?v=1679440898);
}
 .recipe_03 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_3.jpg?v=1679440897);
}
 .recipe_04 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_4.jpg?v=1679440898);
}
 .recipe_05 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_5.jpg?v=1679440897);
}
 .recipe_06 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_6.jpg?v=1679440898);
}
 .recipe_07 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_7.jpg?v=1679440898);
}
 .recipe_08 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_8.jpg?v=1679440898);
}
 .recipe_09 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_9.jpg?v=1679440898);
}
 .recipe_10 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_10.jpg?v=1679440898);
}
.recipe_11 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_11.jpg?v=1679440898);
}
.recipe_12 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_12.jpg?v=1679440898);
}
.recipe_13 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_13.jpg?v=1679440897);
}
 .energy_check_01 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_1.jpg?v=1679572529);
}
 .energy_check_02 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2.jpg?v=1679572529);
}
 .energy_check_02-2 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2-2.jpg?v=1679572529);
}
 .nutrition_column_01 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_01.jpg?v=1679537072);
}
 .nutrition_column_02 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_02.jpg?v=1679537072);
}
 .nutrition_column_03 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_03.jpg?v=1679537072);
}
 .nutrition_column_04 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_04.jpg?v=1679537072);
}
 .side-topics-text {
     padding: 10px;
     color: #3E3A39;
     font-size: 12px;
     font-weight: bold;
     line-height: 1.3;
}
 @media (min-width: 768px) {
     .side-topics-text {
         font-size: 14px;
    }
}
 @media (min-width: 768px) {
     .side-topics-text {
         display: block;
         font-weight: normal;
    }
}
 .side-topics-cat {
     display: table;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     width: 35px;
     height: 35px;
     background-color: #1c2c56;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     color: #fff;
     font-size: 10px;
     text-align: center;
     line-height: 1.2;
     position: absolute;
     top: -5px;
     left: 5px;
}
 .side-topics-cat > * {
     display: table-cell;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: middle;
}
 @media (min-width: 768px) {
     .side-topics-cat {
         font-size: 14px;
    }
}
 @media (min-width: 768px) {
     .side-topics-cat {
         width: 50px;
         height: 50px;
         top: -15px;
         left: -15px;
    }
}
 .stomach_health .side-topics-cat {
     background-color: #6eba44;
}
.swallow_chew .side-topics-cat {
     background-color: #674498;
}
.malnutrition .side-topics-cat {
     background-color: #0b318f;
}
.recipe .side-topics-cat {
     background-color: #f08500;
}
 .product .side-topics-cat {
     background-color: #00aad3;
}
 .breadcrumbs {
     padding-top: 8px;
     padding-bottom: 8px;
}
 @media (min-width: 768px) {
     .breadcrumbs {
         padding-top: 12px;
         padding-bottom: 12px;
    }
}
 .breadcrumbs-list {
     margin-left: -20px;
     margin-bottom: 0;
     font-size: 12.85714px;
     letter-spacing: -0.4em;
}
 @media (min-width: 768px) {
     .breadcrumbs-list {
         font-size: 14px;
    }
}
 @media (min-width: 768px) {
     .breadcrumbs-list {
         margin-left: -35px;
    }
}
 .breadcrumbs-list > li {
     display: inline-block;
     padding-left: 20px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     color: #9FA0A0;
     line-height: 13px;
     letter-spacing: normal;
     position: relative;
}
 @media (min-width: 768px) {
     .breadcrumbs-list > li {
         padding-left: 35px;
         line-height: 28px;
    }
}
 .breadcrumbs-list > li:before {
     content: "";
     display: block;
     width: 4px;
     height: 10px;
     margin-top: -5px;
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_breadcrumbs_sp.svg?v=1679253972) no-repeat center;
     -webkit-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     position: absolute;
     top: 50%;
     left: 8px;
}
 @media (min-width: 768px) {
     .breadcrumbs-list > li:before {
         width: 14px;
         height: 28px;
         background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_breadcrumbs.svg?v=1679253972);
         margin-top: -14px;
    }
}
 .breadcrumbs-list > li:first-child:before {
     display: none;
}
 .breadcrumbs-list > li a {
     color: #00b2d9;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -ms-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .breadcrumbs-list > li a {
         color: #9FA0A0;
    }
}
 .breadcrumbs-list > li a:hover {
     opacity: 0.6;
     color: #00b2d9;
     text-decoration: none;
}
 @media (min-width: 768px) {
     .breadcrumbs-list > li a:hover {
         color: #9FA0A0;
    }
}
 .pagehead-area {
     width: 100%;
     max-width: 1100px;
     margin-left: auto;
     margin-right: auto;
     position: relative;
}
 .pagehead-mv-area {
     margin-bottom: 20px;
     position: relative;
}
 @media (min-width: 768px) {
     .pagehead-mv-area {
         margin-bottom: 0;
    }
}
 .pagehead-mv-text {
     margin-top: 0;
     margin-bottom: 0;
     color: #1c2c56;
     font-size: 17.05882px;
     position: absolute;
     top: 50%;
     left: 15px;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
}
 @media (min-width: 768px) {
     .pagehead-mv-text {
         font-size: 34px;
    }
}
 @media (min-width: 768px) {
     .pagehead-mv-text {
         display: none;
    }
}
 .stomach_health .pagehead-mv-text {
     color: #6eba44;
}
 .swallow_chew .pagehead-mv-text {
     color: #674498;
}
 .malnutrition .pagehead-mv-text {
     color: #0b318f;
}
 .product .pagehead-mv-text {
     color: #00aad3;
}
 .pagehead-title, h1.pagehead-title {
     margin-top: 0;
     margin-bottom: 0;
     padding-bottom: 12px;
     color: #1c2c56;
     font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Sans JP", serif;
     font-size: 16.66667px;
     text-align: left;
     position: absolute;
     left: 65px;
     bottom: 40px;
}
 @media (min-width: 768px) {
     .pagehead-title, h1.pagehead-title {
         font-size: 30px;
    }
}
 @media (max-width: 767.98px) {
     .pagehead-title, h1.pagehead-title {
         display: none;
    }
}
 .stomach_health .pagehead-title, .stomach_health h1.pagehead-title {
     color: #6eba44;
}
 .swallow_chew .pagehead-title, .swallow_chew h1.pagehead-title {
     color: #674498;
}
 .malnutrition .pagehead-title, .malnutrition h1.pagehead-title {
     color: #fff;
}
 .recipe .pagehead-title, .recipe h1.pagehead-title {
     color: #fff;
}
 .product .pagehead-title, .product h1.pagehead-title {
     color: #00aad3;
}
 .pagehead-title-sp, h1.pagehead-title-sp {
     margin-top: 0;
     margin-bottom: 20px;
     padding-bottom: 12px;
     color: #1c2c56;
     font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Sans JP", serif;
     font-size: 16.66667px;
     text-align: center;
     position: relative;
}
 @media (min-width: 768px) {
     .pagehead-title-sp, h1.pagehead-title-sp {
         font-size: 30px;
    }
}
 @media (min-width: 768px) {
     .pagehead-title-sp, h1.pagehead-title-sp {
         display: none;
    }
}
 .pagehead-title-sp:before, h1.pagehead-title-sp:before {
     content: "";
     display: block;
     width: 36px;
     height: 1px;
     margin-left: -18px;
     background-color: #999;
     position: absolute;
     bottom: 0;
     left: 50%;
}
 .stomach_health .pagehead-title-sp, .stomach_health h1.pagehead-title-sp {
     color: #6eba44;
}
 .swallow_chew .pagehead-title-sp, .swallow_chew h1.pagehead-title-sp {
     color: #674498;
}
 .malnutrition .pagehead-title-sp, .malnutrition h1.pagehead-title-sp {
     color: #0b318f;
}
 .product .pagehead-title-sp, .product h1.pagehead-title-sp {
     color: #3e3a39;
}
 .pagehead-mv2-area {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     height: 130px;
     background-color: #6eba44;
     position: relative;
}
 @media (min-width: 768px) {
     .pagehead-mv2-area {
         height: 260px;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
    }
}
 @media (min-width: 992px) {
     .pagehead-mv2-area {
         height: 260px;
    }
}
 .stomach_health .pagehead-mv2-area {
     background-color: #6eba44;
}
 .swallow_chew .pagehead-mv2-area {
     background-color: #674498;
}
 .malnutrition .pagehead-mv2-area {
     background-color: #0b318f;
}
 .recipe .pagehead-mv2-area {
     background-color: #f08500;
}
 .product .pagehead-mv2-area {
     background-color: #00aad3;
}
 .pagehead-mv2-pic {
     width: 50%;
     height: 100%;
     position: relative;
     overflow: hidden;
}
 @media (min-width: 768px) {
     .pagehead-mv2-pic {
         width: 44.5455%;
    }
}
 .pagehead-mv2-pic img {
     width: auto;
     height: auto;
     max-width: none;
     min-width: 100%;
     min-height: 100%;
     max-height: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .pagehead-mv2-textarea {
     width: 50%;
     padding: 5px;
}
 @media (min-width: 768px) {
     .pagehead-mv2-textarea {
         width: 55.4545%;
         padding-left: 20px;
         padding-right: 20px;
    }
}
 @media (min-width: 992px) {
     .pagehead-mv2-textarea {
         padding-left: 50px;
         padding-right: 50px;
    }
}
 .pagehead-mv2-title {
     color: #fff;
     font-size: 16.9697px;
     line-height: 1.3;
     text-align: center;
     position: relative;
}
 @media (min-width: 768px) {
     .pagehead-mv2-title {
         font-size: 33px;
    }
}
 @media (max-width: 767.98px) {
     .pagehead-mv2-title .pagehead-energycheck02-small {
         font-size: 12px;
    }
}
 @media (min-width: 768px) {
     .pagehead-mv2-title .pagehead-energycheck02-small {
         margin-bottom: 10px;
    }
}
 @media (max-width: 767.98px) {
     .pagehead-mv2-title .pagehead-energycheck02-large {
         font-size: 14px;
    }
}
 @media (min-width: 768px) {
     .pagehead-mv2-title {
         padding-left: 85px;
         text-align: left;
    }
}
 @media (min-width: 992px) {
     .pagehead-mv2-title {
         padding-left: 115px;
    }
}
 .pagehead-mv2-icon {
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 5px;
     text-align: center;
}
 @media (min-width: 768px) {
     .pagehead-mv2-icon {
         margin-top: -36px;
         margin-left: 0;
         margin-right: 0;
         margin-bottom: 0;
         position: absolute;
         top: 50%;
         left: 0;
    }
}
 .pagehead-mv2-date {
     margin-bottom: 0;
     color: #fff;
     font-size: 10px;
     text-align: center;
     line-height: 1;
}
 @media (min-width: 768px) {
     .pagehead-mv2-date {
         font-size: 16px;
    }
}
 @media (min-width: 768px) {
     .pagehead-mv2-date {
         position: absolute;
         right: 10px;
         bottom: 15px;
    }
}
 .pagehead-mv3-area {
     background-color: #6eba44;
}
 @media (min-width: 768px) {
     .pagehead-mv3-area {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         height: 260px;
         position: relative;
    }
}
 @media (min-width: 992px) {
     .pagehead-mv3-area {
         height: 260px;
    }
}
 .stomach_health .pagehead-mv3-area {
     background-color: #6eba44;
}
 .swallow_chew .pagehead-mv3-area {
     background-color: #674498;
}
 .malnutrition .pagehead-mv3-area {
     background-color: #0b318f;
}
 .product .pagehead-mv3-area {
     background-color: #00aad3;
}
 .pagehead-mv3-pic {
     height: 100%;
     position: relative;
     overflow: hidden;
}
 @media (min-width: 768px) {
     .pagehead-mv3-pic {
         width: 44.5455%;
    }
}
 @media (min-width: 768px) {
     .pagehead-mv3-pic img {
         width: auto;
         height: auto;
         max-width: none;
         min-width: 100%;
         min-height: 100%;
         max-height: 100%;
         position: absolute;
         top: 50%;
         left: 50%;
         -webkit-transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 .pagehead-mv3-textarea {
     display: none;
}
 @media (min-width: 768px) {
     .pagehead-mv3-textarea {
         display: block;
         width: 55.4545%;
         padding: 5px 20px;
    }
}
 @media (min-width: 992px) {
     .pagehead-mv3-textarea {
         padding-left: 50px;
         padding-right: 50px;
    }
}
 .pagehead-mv3-title {
     color: #fff;
     font-size: 16.9697px;
     line-height: 1.3;
     text-align: center;
     position: relative;
}
 @media (min-width: 768px) {
     .pagehead-mv3-title {
         font-size: 33px;
    }
}
 .pagenavi-area {
     display: none;
}
 @media (min-width: 768px) {
     .pagenavi-area {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         margin-top: 45px;
         margin-bottom: 45px;
         border-top: 1px solid #231815;
         border-bottom: 1px solid #231815;
    }
}
 .pagenavi-previous, .pagenavi-next, .pagenavi-archive {
     display: block;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     color: #3e3a39;
     font-size: 12.85714px;
     text-align: center;
     line-height: 50px;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .pagenavi-previous, .pagenavi-next, .pagenavi-archive {
         font-size: 14px;
    }
}
 .pagenavi-previous:hover, .pagenavi-next:hover, .pagenavi-archive:hover {
     color: #9C9A9A;
     text-decoration: none;
}
 .pagenavi-previous, .pagenavi-next {
     width: 36%;
     position: relative;
}
 @media (min-width: 992px) {
     .pagenavi-previous, .pagenavi-next {
         width: 31%;
    }
}
 .pagenavi-previous:hover .icon-balloon.pagenavi-icon, .pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: #1c2c56;
}
 .pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     border-right-color: #1c2c56;
}
 .stomach_health .pagenavi-previous:hover .icon-balloon.pagenavi-icon, .stomach_health .pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: #6eba44;
}
 .stomach_health .pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .stomach_health .pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     border-right-color: #6eba44;
}
 .swallow_chew .pagenavi-previous:hover .icon-balloon.pagenavi-icon, .swallow_chew .pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: #674498;
}
 .swallow_chew .pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .swallow_chew .pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     border-right-color: #674498;
}
 .malnutrition .pagenavi-previous:hover .icon-balloon.pagenavi-icon, .malnutrition .pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: #0b318f;
}
 .malnutrition .pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .malnutrition .pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     border-right-color: #0b318f;
}
 .recipe .pagenavi-previous:hover .icon-balloon.pagenavi-icon, .recipe .pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: #f08500;
}
 .recipe .pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .recipe .pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     border-right-color: #f08500;
}
 .product .pagenavi-previous:hover .icon-balloon.pagenavi-icon, .product .pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: #00aad3;
}
 .product .pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .product .pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     border-right-color: #00aad3;
}
 .pagenavi-previous:hover .pagenavi-icon-off, .pagenavi-next:hover .pagenavi-icon-off {
     display: none;
     opacity: 0;
}
 .pagenavi-previous:hover .pagenavi-icon-on, .pagenavi-next:hover .pagenavi-icon-on {
     display: inline-block;
     opacity: 1;
}
 .pagenavi-previous:hover img, .pagenavi-next:hover img {
     opacity: 1;
}
 .pagenavi-previous:before, .pagenavi-next:before {
     content: "";
     display: block;
     width: 34px;
     height: 16px;
     margin-top: -8px;
     position: absolute;
     top: 50%;
}
 .pagenavi-previous:before {
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_pagenavi_left.svg?v=1679354710) no-repeat left center;
     right: 10px;
}
 .pagenavi-next:before {
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_pagenavi_right.svg?v=1679354710) no-repeat right center;
     left: 10px;
}
 span.pagenavi-previous, span.pagenavi-next {
     opacity: 0.4;
}
 span.pagenavi-previous .icon-balloon.pagenavi-icon, span.pagenavi-next .icon-balloon.pagenavi-icon {
     background-color: transparent;
     border: none;
}
 span.pagenavi-previous .icon-balloon.pagenavi-icon:before, span.pagenavi-previous .icon-balloon.pagenavi-icon:after, span.pagenavi-next .icon-balloon.pagenavi-icon:before, span.pagenavi-next .icon-balloon.pagenavi-icon:after {
     display: none;
}
 span.pagenavi-previous:hover, span.pagenavi-next:hover {
     opacity: 0.4;
     color: #3e3a39;
}
 span.pagenavi-previous:hover .icon-balloon.pagenavi-icon, span.pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: transparent;
     border: none;
}
 span.pagenavi-previous:hover .icon-balloon.pagenavi-icon:before, span.pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, span.pagenavi-next:hover .icon-balloon.pagenavi-icon:before, span.pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     display: none;
}
 .stomach_health span.pagenavi-previous:hover .icon-balloon.pagenavi-icon, .swallow_chew span.pagenavi-previous:hover .icon-balloon.pagenavi-icon, .malnutrition span.pagenavi-previous:hover .icon-balloon.pagenavi-icon, .product span.pagenavi-previous:hover .icon-balloon.pagenavi-icon, .stomach_health span.pagenavi-next:hover .icon-balloon.pagenavi-icon, .swallow_chew span.pagenavi-next:hover .icon-balloon.pagenavi-icon, .malnutrition span.pagenavi-next:hover .icon-balloon.pagenavi-icon, .product span.pagenavi-next:hover .icon-balloon.pagenavi-icon {
     background-color: transparent;
     border: none;
}
 .stomach_health span.pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .swallow_chew span.pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .malnutrition span.pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .product span.pagenavi-previous:hover .icon-balloon.pagenavi-icon:after, .stomach_health span.pagenavi-next:hover .icon-balloon.pagenavi-icon:after, .swallow_chew span.pagenavi-next:hover .icon-balloon.pagenavi-icon:after, .malnutrition span.pagenavi-next:hover .icon-balloon.pagenavi-icon:after, .product span.pagenavi-next:hover .icon-balloon.pagenavi-icon:after {
     display: none;
}
 .pagenavi-archive {
     width: 28%;
     border-left: 1px solid #231815;
     border-right: 1px solid #231815;
}
 @media (min-width: 992px) {
     .pagenavi-archive {
         width: 38%;
    }
}
 .icon-balloon.pagenavi-icon {
     display: inline-block;
     margin-right: 15px;
     background-color: #fff;
     border-color: #1c2c56;
     line-height: 25px;
     position: relative;
}
 .icon-balloon.pagenavi-icon:before {
     border-right-color: #1c2c56;
}
 .icon-balloon.pagenavi-icon:after {
     border-right-color: #fff;
}
 .icon-balloon.pagenavi-icon img {
     width: 50%;
}
 .stomach_health .icon-balloon.pagenavi-icon {
     border-color: #6eba44;
}
 .stomach_health .icon-balloon.pagenavi-icon:before {
     border-right-color: #6eba44;
}
 .swallow_chew .icon-balloon.pagenavi-icon {
     border-color: #674498;
}
 .swallow_chew .icon-balloon.pagenavi-icon:before {
     border-right-color: #674498;
}
 .malnutrition .icon-balloon.pagenavi-icon {
     border-color: #0b318f;
}
 .malnutrition .icon-balloon.pagenavi-icon:before {
     border-right-color: #0b318f;
}
.recipe .icon-balloon.pagenavi-icon {
     border-color: #f08500;
}
.recipe .icon-balloon.pagenavi-icon:before {
     border-right-color: #f08500;
}
 .product .icon-balloon.pagenavi-icon {
     border-color: #00aad3;
}
 .product .icon-balloon.pagenavi-icon:before {
     border-right-color: #00aad3;
}
 .pagenavi-icon-on {
     display: none;
     opacity: 0;
}
 .pagenavi-area-sp {
     margin-top: 15px;
     margin-left: -5px;
     text-align: center;
}
 @media (min-width: 768px) {
     .pagenavi-area-sp {
         display: none;
    }
}
 .pagenavi-previous-sp, .pagenavi-next-sp, .pagenavi-archive-sp {
     display: inline-block;
     width: 40%;
     margin-left: 5px;
     margin-bottom: 5px;
     padding: 8px 10px;
     border: 1px solid #666;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     color: #666;
     font-size: 12.85714px;
     line-height: 1;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .pagenavi-previous-sp, .pagenavi-next-sp, .pagenavi-archive-sp {
         font-size: 14px;
    }
}
 .pagenavi-previous-sp img, .pagenavi-next-sp img, .pagenavi-archive-sp img {
     width: 10px;
}
 .pagenavi-previous-sp:hover, .pagenavi-next-sp:hover, .pagenavi-archive-sp:hover {
     opacity: 0.6;
     text-decoration: none;
}
 span.pagenavi-previous-sp, span.pagenavi-next-sp, span.pagenavi-archive-sp {
     opacity: 0.4;
}
 span.pagenavi-previous-sp:hover, span.pagenavi-next-sp:hover, span.pagenavi-archive-sp:hover {
     opacity: 0.4;
}
 .pagenavi-previous-sp img {
     margin-right: 5px;
}
 .pagenavi-next-sp img {
     margin-left: 5px;
}
 .social-list {
     margin-left: -10px;
     margin-bottom: 0;
     text-align: center;
     letter-spacing: -0.4em;
}
 .social-list li {
     display: inline-block;
     width: 33.3333%;
     padding-left: 10px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     letter-spacing: normal;
     line-height: 1;
}
 @media (min-width: 768px) {
     .social-list li {
         width: auto;
    }
}
 #pagetop {
     width: 60px;
     right: 20px;
     z-index: 999;
}
 #pagetop img {
     max-width: 100%;
}
 @media print {
     #pagetop {
         display: none;
    }
}
 .anker {
     margin-top: -59px;
     padding-top: 59px;
     position: relative;
}
 @media (min-width: 576px) {
     .anker {
         margin-top: -69px;
         padding-top: 69px;
    }
}
 @media (min-width: 768px) {
     .anker {
         margin-top: -87px;
         padding-top: 87px;
    }
}
 .font-size-base {
     font-size: 14.44444px;
}
 @media (min-width: 768px) {
     .font-size-base {
         font-size: 18px;
    }
}
 .font-size-large4 {
     font-size: 17.05882px;
}
 @media (min-width: 768px) {
     .font-size-large4 {
         font-size: 34px;
    }
}
 .font-size-large3 {
     font-size: 16.66667px;
}
 @media (min-width: 768px) {
     .font-size-large3 {
         font-size: 30px;
    }
}
 .font-size-large2 {
     font-size: 16.15385px;
}
 @media (min-width: 768px) {
     .font-size-large2 {
         font-size: 26px;
    }
}
 .font-size-large {
     font-size: 15px;
}
 @media (min-width: 768px) {
     .font-size-large {
         font-size: 20px;
    }
}
 .font-size-small {
     font-size: 13.75px;
}
 @media (min-width: 768px) {
     .font-size-small {
         font-size: 16px;
    }
}
 .font-size-small2 {
     font-size: 12.85714px;
}
 @media (min-width: 768px) {
     .font-size-small2 {
         font-size: 14px;
    }
}
 .font-mincho {
     font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Sans JP", serif;
}
 .line-height-lg {
     line-height: 1.8;
}
 .line-height-md {
     line-height: 1.5;
}
 .line-height-sm {
     line-height: 1.2;
}
 .letter-spacing-lg {
     letter-spacing: .5em;
}
 .letter-spacing-md {
     letter-spacing: normal;
}
 .letter-spacing-sm {
     letter-spacing: -0.1em;
}
 .margin-top-xs {
     margin-top: 15px;
}
 @media (min-width: 768px) {
     .margin-top-xs {
         margin-top: 20px;
    }
}
 .margin-top-sm {
     margin-top: 20px;
}
 @media (min-width: 768px) {
     .margin-top-sm {
         margin-top: 25px;
    }
}
 .margin-top-md {
     margin-top: 30px;
}
 @media (min-width: 768px) {
     .margin-top-md {
         margin-top: 40px;
    }
}
 .margin-top-lg {
     margin-top: 40px;
}
 @media (min-width: 768px) {
     .margin-top-lg {
         margin-top: 50px;
    }
}
 .margin-top-xl {
     margin-top: 50px;
}
 @media (min-width: 768px) {
     .margin-top-xl {
         margin-top: 60px;
    }
}
 .margin-bottom-xs, .archive-list > li, .energycheck01-check-list > li, .product .sitemap-cat-title-inner {
     margin-bottom: 15px;
}
 @media (min-width: 768px) {
     .margin-bottom-xs, .archive-list > li, .energycheck01-check-list > li, .product .sitemap-cat-title-inner {
         margin-bottom: 20px;
    }
}
 .margin-bottom-sm, .product-button-list > li, .eat10-check-title, .eat10-check-button, .eat10-message-area, .eat10-point-box, .energycheck01-question-title, .energycheck01-result-area, .energycheck01-result-text, .energycheck01-result-num, .recipe-first-area {
     margin-bottom: 20px;
}
 @media (min-width: 768px) {
     .margin-bottom-sm, .product-button-list > li, .eat10-check-title, .eat10-check-button, .eat10-message-area, .eat10-point-box, .energycheck01-question-title, .energycheck01-result-area, .energycheck01-result-text, .energycheck01-result-num, .recipe-first-area {
         margin-bottom: 25px;
    }
}
 .margin-bottom-md, .energycheck02-product-list > li {
     margin-bottom: 30px;
}
 @media (min-width: 768px) {
     .margin-bottom-md, .energycheck02-product-list > li {
         margin-bottom: 40px;
    }
}
 .margin-bottom-lg, .recipe-make-area, .recipe-point-area {
     margin-bottom: 40px;
}
 @media (min-width: 768px) {
     .margin-bottom-lg, .recipe-make-area, .recipe-point-area {
         margin-bottom: 50px;
    }
}
 .margin-bottom-xl {
     margin-bottom: 50px;
}
 @media (min-width: 768px) {
     .margin-bottom-xl {
         margin-bottom: 60px;
    }
}
 .padding-top-xs {
     padding-top: 15px;
}
 @media (min-width: 768px) {
     .padding-top-xs {
         padding-top: 20px;
    }
}
 .padding-top-sm, .eat10-check-list > li, .energycheck01-question-list > li {
     padding-top: 20px;
}
 @media (min-width: 768px) {
     .padding-top-sm, .eat10-check-list > li, .energycheck01-question-list > li {
         padding-top: 25px;
    }
}
 .padding-top-md {
     padding-top: 30px;
}
 @media (min-width: 768px) {
     .padding-top-md {
         padding-top: 40px;
    }
}
 .padding-top-lg {
     padding-top: 40px;
}
 @media (min-width: 768px) {
     .padding-top-lg {
         padding-top: 50px;
    }
}
 .padding-top-xl {
     padding-top: 50px;
}
 @media (min-width: 768px) {
     .padding-top-xl {
         padding-top: 60px;
    }
}
 .padding-bottom-xs {
     padding-bottom: 15px;
}
 @media (min-width: 768px) {
     .padding-bottom-xs {
         padding-bottom: 20px;
    }
}
 .padding-bottom-sm, .eat10-check-list > li {
     padding-bottom: 20px;
}
 @media (min-width: 768px) {
     .padding-bottom-sm, .eat10-check-list > li {
         padding-bottom: 25px;
    }
}
 .padding-bottom-md {
     padding-bottom: 30px;
}
 @media (min-width: 768px) {
     .padding-bottom-md {
         padding-bottom: 40px;
    }
}
 .padding-bottom-lg {
     padding-bottom: 40px;
}
 @media (min-width: 768px) {
     .padding-bottom-lg {
         padding-bottom: 50px;
    }
}
 .padding-bottom-xl {
     padding-bottom: 50px;
}
 @media (min-width: 768px) {
     .padding-bottom-xl {
         padding-bottom: 60px;
    }
}
 .page-social-head {
     margin-top: 15px;
     margin-bottom: 20px;
}
 @media (min-width: 768px) {
     .page-social-head {
         margin-top: 20px;
         margin-bottom: 30px;
    }
}
 @media (min-width: 1117px) {
     .page-social-head {
         padding-left: 0;
         padding-right: 0;
    }
}
 @media (min-width: 768px) {
     .page-social-head-inner {
         width: calc(100% - 180px);
         padding-right: 30px;
    }
}
 @media (min-width: 992px) {
     .page-social-head-inner {
         width: calc(100% - 260px);
         padding-right: 80px;
    }
}
 @media (min-width: 768px) {
     .page-social-head-inner .social-list {
         text-align: right;
    }
}
 @media (min-width: 768px) {
     .sitemap .page-social-head-inner {
         width: 100%;
         padding-right: 0;
    }
}
 @media (min-width: 992px) {
     .sitemap .page-social-head-inner {
         width: 100%;
         padding-right: 0;
    }
}
 @media (min-width: 1117px) {
     .sitemap .page-social-head-inner {
         margin-right: -15px;
    }
}
 .page-social-foot {
     margin-top: 35px;
}
 @media (min-width: 1117px) {
     .page-social-foot {
         padding-left: 0;
         padding-right: 0;
    }
}
 @media (min-width: 768px) {
     .page-social-foot-inner {
         width: calc(100% - 180px);
         padding-right: 30px;
    }
}
 @media (min-width: 992px) {
     .page-social-foot-inner {
         width: calc(100% - 260px);
         padding-right: 80px;
    }
}
 @media (min-width: 768px) {
     .sitemap .page-social-foot-inner {
         width: 100%;
         padding-right: 0;
    }
}
 @media (min-width: 992px) {
     .sitemap .page-social-foot-inner {
         width: 100%;
         padding-right: 0;
    }
}
 @media (min-width: 1117px) {
     .sitemap .page-social-foot-inner {
         margin-right: -15px;
    }
}
 @media (min-width: 768px) {
     .page-social-foot-inner .social-list {
         text-align: right;
    }
}
 @media (min-width: 992px) {
     .page-text-box {
         padding-left: 15px;
    }
}
 @media (min-width: 768px) {
     .stomach_health .page-text-color {
         color: #6eba44;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .page-text-color {
         color: #674498;
    }
}
 @media (min-width: 768px) {
     .malnutrition .page-text-color {
         color: #0b318f;
    }
}
 @media (min-width: 768px) {
     .recipe .page-text-color {
         color: #f08500;
         line-height: 1.8em;
    }
}
 @media (min-width: 768px) {
     .product .page-text-color {
         color: #00aad3;
    }
}
 .page-archive-area {
     padding: 15px 15px 0;
     background-color: #f6f6f6;
}
.page-archive-area h2,
.page-archive-area.new_artical{
    font-size: 20px;
    color: #1b2c54;
    font-weight: 700;
}
 @media (max-width: 575.98px) {
     .page-archive-area {
         margin-left: -15px;
         margin-right: -15px;
    }
}
 @media (min-width: 768px) {
     .page-archive-area {
         padding: 15px 15px 15px;
         background-color: #f7f9fb;
    }
}
 @media (min-width: 992px) {
     .page-archive-area {
         padding: 25px 25px 25px;
    }
}
 .page-archive-area .head-2 {
     margin-top: -25px;
     position: relative;
}
 @media (min-width: 768px) {
     .page-archive-area .head-2 {
         margin-top: -30px;
    }
}
 @media (min-width: 992px) {
     .page-archive-area .head-2 {
         margin-top: -40px;
    }
}
 .page-archive-list {
     margin-bottom: 0;
}
 @media (min-width: 768px) {
     .page-archive-list {
         margin-left: -15px;
         letter-spacing: -0.4em;
    }
     .page-archive-list > * {
         display: inline-block;
         width: 33.33333%;
         padding-left: 15px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         vertical-align: top;
         letter-spacing: normal;
    }
}
 @media (min-width: 992px) {
     .page-archive-list {
         margin-left: -25px;
         letter-spacing: -0.4em;
    }
     .page-archive-list > * {
         display: inline-block;
         width: 33.33333%;
         padding-left: 25px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         vertical-align: top;
         letter-spacing: normal;
    }
}
 .page-archive-list > * {
     padding-bottom: 15px;
}
 @media (min-width: 992px) {
     .page-archive-list > * {
         padding-bottom: 25px;
    }
}
 .page-archive-item {
     display: table;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background-color: #fff;
     -webkit-border-radius: 8px;
     border-radius: 8px;
}
 .page-archive-item > * {
     display: table-cell;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: middle;
}
 @media (min-width: 768px) {
     .page-archive-item {
         display: block;
         min-height: 0;
         -webkit-border-radius: 0;
         border-radius: 0;
    }
}
 .page-archive-item:hover {
     text-decoration: none;
}
 .page-archive-item:hover .page-archive-pic {
     opacity: 0.6;
}
 .page-archive-item:hover .page-archive-text {
     border-bottom-color: #fff;
}
 .page-archive-item:hover .page-archive-more {
     background-color: #1c2c56;
     color: #fff;
}
 .stomach_health .page-archive-item:hover .page-archive-more {
     background-color: #6eba44;
}
 .swallow_chew .page-archive-item:hover .page-archive-more {
     background-color: #674498;
}
 .malnutrition .page-archive-item:hover .page-archive-more {
     background-color: #0b318f;
}
 .product .page-archive-item:hover .page-archive-more {
     background-color: #00aad3;
}
 .page-archive-item:hover .page-archive-icon {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_white.png?v=1679443701);
}
 .page-archive-pic {
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
     background-repeat: no-repeat;
     background-position: center;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 @media (max-width: 767.98px) {
     .page-archive-pic {
         width: 100px;
         -webkit-border-radius: 8px 0 0 8px;
         border-radius: 8px 0 0 8px;
         position: relative;
         overflow: hidden;
    }
}
 @media (min-width: 768px) {
     .page-archive-pic {
         display: block;
         width: auto;
    }
}
 .page-archive-pic:before {
     content: '';
     display: block;
     width: 100%;
     padding-top: 75%;
}
 @media (min-width: 768px) {
     .page-archive-pic:before {
         padding-top: 68.2%;
    }
}
 .sukkiri_01 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_1_1b196827-f009-4152-bcf4-61c878f697b4.jpg?v=1679384021);
}
 .sukkiri_02 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_2_2980cefd-df84-4675-8941-834c68c5d351.jpg?v=1679384021);
}
 .sukkiri_03 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_3_52b32138-560b-4a25-a5de-543c7ef667fa.jpg?v=1679384021);
}
 .sukkiri_04 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_4_0b571c9f-b2b5-4e7f-bd25-36352115d4e5.jpg?v=1679384021);
}
 .sukkiri_05 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_5_733e40c8-70fa-4122-ae29-2b5f6494c856.jpg?v=1679384021);
}
 .sukkiri_06 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_6_e3c04ce8-284d-4d4d-b9e6-0ae1947f9247.jpg?v=1679384021);
}
 .sukkiri_07 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_7_53c9505e-2adb-46ae-8fe9-b6da9ec9d9f8.jpg?v=1679384021);
}
 .sukkiri_08 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_8_d8af3b4f-fbe8-4987-93ce-1fa9fca3ae17.jpg?v=1679384021);
}
 .sukkiri_09 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_9_bdfea792-50f4-410b-9dbb-245f1c344cec.jpg?v=1679384021);
}
 .dietaryfiber01 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_1.jpg?v=1679400791);
}
 .dietaryfiber02 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_2.jpg?v=1679400791);
}
 .dietaryfiber03 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_3.jpg?v=1679400791);
}
 .dietaryfiber05 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_5.jpg?v=1679400790);
}
 .dietaryfiber06 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_6.jpg?v=1679400791);
}
 .dietaryfiber07 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_7.jpg?v=1679400791);
}
 .intestinal01 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_intestinal_1.jpg?v=1679399672);
}
 .intestinal02 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_intestinal_2.jpg?v=1679399672);
}
 .meal_assistance_01 .page-archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_1.jpg);
}
 .meal_assistance_02 .page-archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_2.jpg);
}
 .meal_assistance_03 .page-archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_3.jpg);
}
 .meal_assistance_04 .page-archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_4.jpg);
}
 .meal_assistance_05 .page-archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_5.jpg);
}
 .meal_assistance_06 .page-archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_6.jpg);
}
 .meal_assistance_07 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_7_14de4500-5185-4a83-bd9f-f31154d33b56.jpg?v=1679368560);
}
 .meal_assistance_08 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_8.jpg?v=1679254614);
}
 .meal_assistance_09 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_9.jpg?v=1679254614);
}
 .meal_assistance_10 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_10.jpg?v=1679254614);
}
 .meal_assistance_11 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_11.jpg?v=1679254614);
}
 .meal_assistance_12 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_12.jpg?v=1679254614);
}
 .meal_assistance_13 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_13.jpg?v=1679254614);
}
 .recipe_01 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_1.jpg?v=1679440897);
}
 .recipe_02 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_2.jpg?v=1679440898);
}
 .recipe_03 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_3.jpg?v=1679440897);
}
 .recipe_04 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_4.jpg?v=1679440898);
}
 .recipe_05 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_5.jpg?v=1679440897);
}
 .recipe_06 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_6.jpg?v=1679440898);
}
 .recipe_13 .page-archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_13.jpg?v=1679440897);
}
 .recipe_14 .page-archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_14.jpg?v=1679440897);
}
 .recipe_15 .page-archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_15.jpg?v=1679440898);
}
 .recipe_07 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_7.jpg?v=1679440898);
}
 .recipe_08 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_8.jpg?v=1679440898);
}
 .recipe_09 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_9.jpg?v=1679440898);
}
 .recipe_10 .side-topics-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_10.jpg?v=1679440898);
}
 .recipe_11 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_11.jpg?v=1679440898);
}
 .recipe_12 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_12.jpg?v=1679440898);
}
 .recipe_13 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_13.jpg?v=1679440897);
}
.recipe_14 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_14.jpg?v=1679440897);
}
.recipe_15 .side-topics-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_15.jpg?v=1679440898);
}
 .energy_check_01 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_1.jpg?v=1679572529);
}
 .energy_check_02 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2.jpg?v=1679572529);
}
 .energy_check_02-2 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2-2.jpg?v=1679572529);
}
 .nutrition_column_01 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_01.jpg?v=1679537072);
}
 .nutrition_column_01 .page-archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_01.jpg?v=1679537072);
}
 .nutrition_column_02 .page-archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_02.jpg?v=1679537072);
}
 .nutrition_column_03 .page-archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_03.jpg?v=1679537072);
}
.nutrition_column_04 .page-archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_04.jpg?v=1679537072);
}

 .page-archive-textarea {
     padding: 10px;
}
 @media (min-width: 768px) {
     .page-archive-textarea {
         display: block;
         padding: 12px 12px 0;
    }
}
 .page-archive-lead {
     display: block;
     margin-bottom: 5px;
     color: #595757;
     font-size: 12px;
     font-weight: bold;
     line-height: 1.3;
}
 @media (min-width: 768px) {
     .page-archive-lead {
         font-size: 16px;
    }
}
 @media (max-width: 1116.98px) {
     .page-archive-lead br {
         display: none;
    }
}
 .page-archive-text {
     display: inline-block;
     color: #3e3a39;
     font-size: 12px;
     line-height: 1.3;
}
 @media (min-width: 768px) {
     .page-archive-text {
         font-size: 16px;
    }
}
 @media (min-width: 768px) {
     .page-archive-text {
         padding-bottom: 12px;
         border-bottom: 1px solid #C4C4C7;
    }
    .page-archive-text.v_hidden{
        display:inherit;
    }
}
 .page-archive-more {
     display: none;
}
 @media (min-width: 768px) {
     .page-archive-more {
         display: block;
         padding: 5px 12px;
         color: #1c2c56;
         font-size: 10px;
         text-align: right;
         -webkit-transition: 0.2s;
         -o-transition: 0.2s;
         transition: 0.2s;
    }
}
 @media (min-width: 768px) {
     .stomach_health .page-archive-more {
         color: #6eba44;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .page-archive-more {
         color: #674498;
    }
}
 @media (min-width: 768px) {
     .malnutrition .page-archive-more {
         color: #0b318f;
    }
}
 @media (min-width: 768px) {
     .product .page-archive-more {
         color: #00aad3;
    }
}
 .page-archive-icon {
     display: inline-block;
     width: 8px;
     height: 9px;
     margin-right: 10px;
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_primary_b90a2639-3d63-4f6e-94b8-593cbda1ca18.png?v=1679583963) no-repeat center;
}
 .stomach_health .page-archive-icon {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_stomach_health.png?v=1679443262);
}
 .swallow_chew .page-archive-icon {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_swallow_chew.png?v=1679443261);
}
 .malnutrition .page-archive-icon {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_malnutrition.png?v=1679443262);
}
 .product .page-archive-icon {
     background-image: url(../img/common/icon_heart_product.png);
}
 .page-archive2-list {
     margin-bottom: 0;
     margin-left: -15px;
     letter-spacing: -0.4em;
}
 .page-archive2-list > * {
     display: inline-block;
     width: 50%;
     padding-left: 15px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: top;
     letter-spacing: normal;
}
 @media (min-width: 768px) {
     .page-archive2-list {
         margin-left: -15px;
         letter-spacing: -0.4em;
    }
     .page-archive2-list > * {
         display: inline-block;
         width: 33.33333%;
         padding-left: 15px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         vertical-align: top;
         letter-spacing: normal;
    }
}
 @media (min-width: 992px) {
     .page-archive2-list {
         margin-left: -25px;
         letter-spacing: -0.4em;
    }
     .page-archive2-list > * {
         display: inline-block;
         width: 33.33333%;
         padding-left: 25px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         vertical-align: top;
         letter-spacing: normal;
    }
}
 .page-archive2-list > * {
     padding-bottom: 15px;
}
 @media (min-width: 992px) {
     .page-archive2-list > * {
         padding-bottom: 25px;
    }
}
 .page-archive2-item {
     display: block;
}
 .page-archive2-item:hover {
     text-decoration: none;
}
 .page-archive2-item:hover .page-archive2-pic {
     opacity: 0.6;
}
 .page-archive2-pic {
     display: block;
     background-color: #fff;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
     background-repeat: no-repeat;
     background-position: center;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .page-archive2-pic:before {
     content: '';
     display: block;
     width: 100%;
     padding-top: 60%;
}
 @media (min-width: 768px) {
     .page-archive2-pic:before {
         padding-top: 68.2%;
    }
}
 .sukkiri_01 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_1_1b196827-f009-4152-bcf4-61c878f697b4.jpg?v=1679384021);
}
 .sukkiri_02 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_2_2980cefd-df84-4675-8941-834c68c5d351.jpg?v=1679384021);
}
 .sukkiri_03 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_3_52b32138-560b-4a25-a5de-543c7ef667fa.jpg?v=1679384021);
}
 .sukkiri_04 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_4_0b571c9f-b2b5-4e7f-bd25-36352115d4e5.jpg?v=1679384021);
}
 .sukkiri_05 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_5_733e40c8-70fa-4122-ae29-2b5f6494c856.jpg?v=1679384021);
}
 .sukkiri_06 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_6_e3c04ce8-284d-4d4d-b9e6-0ae1947f9247.jpg?v=1679384021);
}
 .sukkiri_07 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_7_53c9505e-2adb-46ae-8fe9-b6da9ec9d9f8.jpg?v=1679384021);
}
 .sukkiri_09 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_9_bdfea792-50f4-410b-9dbb-245f1c344cec.jpg?v=1679384021);
}
 .dietaryfiber01 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_1.jpg?v=1679400791);
}
 .dietaryfiber02 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_2.jpg?v=1679400791);
}
 .dietaryfiber03 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_3.jpg?v=1679400791);
}
 .dietaryfiber05 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_5.jpg?v=1679400790);
}
 .dietaryfiber07 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_7.jpg?v=1679400791);
}
 .meal_assistance_01 .page-archive2-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_1.jpg);
}
 .meal_assistance_02 .page-archive2-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_2.jpg);
}
 .meal_assistance_03 .page-archive2-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_3.jpg);
}
 .meal_assistance_04 .page-archive2-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_4.jpg);
}
 .meal_assistance_05 .page-archive2-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_5.jpg);
}
 .meal_assistance_06 .page-archive2-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_6.jpg);
}
 .meal_assistance_07 .page-archive2-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_7.jpg);
}
 .meal_assistance_08 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_8.jpg?v=1679254614);
}
 .meal_assistance_09 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_9.jpg?v=1679254614);
}
 .meal_assistance_10 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_10.jpg?v=1679254614);
}
 .meal_assistance_11 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_11.jpg?v=1679254614);
}
 .meal_assistance_12 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_12.jpg?v=1679254614);
}
 .meal_assistance_13 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_13.jpg?v=1679254614);
}
 .recipe_01 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_1.jpg?v=1679440897);
}
 .recipe_02 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_2.jpg?v=1679440898);
}
 .recipe_03 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_3.jpg?v=1679440897);
}
 .recipe_04 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_4.jpg?v=1679440898);
}
 .recipe_05 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_5.jpg?v=1679440897);
}
 .recipe_06 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_6.jpg?v=1679440898);
}
 .recipe_07 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_7.jpg?v=1679440898);
}
 .recipe_08 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_8.jpg?v=1679440898);
}
 .recipe_09 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_9.jpg?v=1679440898);
}
 .recipe_10 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_10.jpg?v=1679440898);
}
 .recipe_11 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_11.jpg?v=1679440898);
}
.recipe_12 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_12.jpg?v=1679440898);
}
.recipe_13 .page-archive2-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_13.jpg?v=1679440897);
}
.recipe_14 .page-archive2-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_14.jpg?v=1679440897);
}
.recipe_15 .page-archive2-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_15.jpg?v=1679440898);
}
 .energy_check_01 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_1.jpg?v=1679572529);
}
 .energy_check_02 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2.jpg?v=1679572529);
}
 .energy_check_02-2 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2-2.jpg?v=1679572529);
}
 .nutrition_column_01 .page-archive2-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_01.jpg?v=1679537072);
}
 .page-archive2-lead {
     display: block;
     padding: 10px;
     background-color: #fff;
     font-size: 10px;
}
 @media (min-width: 768px) {
     .page-archive2-lead {
         font-size: 16px;
    }
}
 @media (min-width: 768px) {
     .page-archive2-lead {
         background: none;
    }
}
 @media (min-width: 768px) {
     .page-col2 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         margin-left: -40px;
    }
}
 @media (min-width: 768px) {
     .page-col2 > * {
         width: 50%;
         padding-left: 40px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
    }
}
 @media (min-width: 768px) {
     .page-col2.reverse {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: reverse;
         -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
    }
}
 .page-circle-list {
     padding-left: 0;
}
 .page-circle-list > li {
     padding-left: 1.1em;
     list-style-type: none;
     position: relative;
}
 .page-circle-list > li:before {
     content: "?E;
     display: block;
     position: absolute;
     top: 0;
     left: 0;
}
 .page-circle-list > li .page-arrow-box {
     margin-left: -1.1em;
}
 .page-note-box {
     padding-left: 1.1em;
     position: relative;
}
 .page-note-box:before {
     content: "※";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
}
 .page-arrow-box {
     padding-left: 1.1em;
     position: relative;
}
 .page-arrow-box:before {
     content: "?E;
     display: block;
     position: absolute;
     top: 0;
     left: 0;
}
 .home-first-area {
     width: 100%;
     max-width: 1100px;
     margin-left: auto;
     margin-right: auto;
     position: relative;
}
 .home-mv-area {
     position: relative;
}
 .home-mv-title, h2.home-mv-title {
     width: 24.6666%;
     margin-top: 0;
     margin-bottom: 0;
     color: #00b2d9;
     font-size: 17.05882px;
     position: absolute;
     left: 15px;
     bottom: 10px;
}
 @media (min-width: 768px) {
     .home-mv-title, h2.home-mv-title {
         font-size: 34px;
    }
}
 @media (min-width: 768px) {
     .home-mv-title, h2.home-mv-title {
         width: auto;
         left: 30px;
         bottom: 20px;
    }
}
 .home-mv-title strong, .home-mv-title small, h2.home-mv-title strong, h2.home-mv-title small {
     display: block;
     font-weight: normal;
}
 .home-mv-title small, h2.home-mv-title small {
     font-size: 13.75px;
}
 @media (min-width: 768px) {
     .home-mv-title small, h2.home-mv-title small {
         font-size: 16px;
    }
}
 @media (min-width: 768px) {
     .home-info-area {
         position: absolute;
         right: 10px;
         bottom: 10px;
    }
}
 .home-info-box {
     display: table;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-bottom: 0;
     padding: 8px;
     background-color: #EEE;
     font-size: 12.85714px;
}
 .home-info-box > * {
     display: table-cell;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: middle;
}
 @media (min-width: 768px) {
     .home-info-box {
         padding: 0;
         background: none;
    }
}
 @media (min-width: 768px) {
     .home-info-box {
         font-size: 14px;
    }
}
 .home-info-box dt {
     width: 75px;
     padding: 10px 5px;
     background-color: #fff;
     color: #1c2c56;
     text-align: center;
}
 @media (min-width: 768px) {
     .home-info-box dt {
         width: 95px;
    }
}
 .home-info-box dd {
     padding: 10px;
     background-color: rgba(28, 44, 86, 0.7);
}
 @media (min-width: 768px) {
     .home-info-box dd {
         width: 360px;
    }
}
 @media (min-width: 992px) {
     .home-info-box dd {
         width: 430px;
    }
}
 .home-info-list {
     margin-bottom: 0;
}
 .home-article-col3 {
     margin-bottom: 40px;
         z-index: 9;
    position: relative;
}
 @media (min-width: 768px) {
     .home-article-col3 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         margin-left: -12px;
         margin-right: -12px;
         margin-bottom: 20px;
         z-index: 9;
         position: relative;
    }
     .home-article-col3 > * {
         width: 33.3333%;
         padding: 0 12px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         border-left: 1px solid #ddd;
    }
     .home-article-col3 > *:first-child {
         border-left: #fff;
    }
}
 @media (max-width: 767.98px) {
     .home-cat-box {
         margin-bottom: 15px;
    }
}
 .home-cat-title {
     margin-bottom: 0;
     font-size: 15px;
}
 @media (min-width: 768px) {
     .home-cat-title {
         font-size: 20px;
    }
}
 @media (min-width: 768px) {
     .home-cat-title {
         margin-bottom: 15px;
    }
}
 @media (min-width: 768px) {
    .list_link_sec{
        padding-left: 0;
    }
    .list_link{
        display: block;
        font-size: 14px;
        text-align: right;
        padding: 24px 20px;
        text-decoration: underline;
    }
}
@media (max-width: 767.98px) {
    .list_link_sec{
        padding-left: 0;
    }
    .list_link{
        display: block;
        font-size: 14px;
        text-align: right;
        padding: 6px 20px;
        text-decoration: underline;
    }
}
 .home-cat-title-inner {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 0;
     padding: 8px 40px;
     border: 2px solid #1c2c56;
     color: #1c2c56;
     font-weight: bold;
     text-align: center;
     position: relative;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}

 @media (min-width: 768px) {
     .home-cat-title-inner {
         padding: 10px 40px;
    }
}
 @media (min-width: 1117px) {
     .home-cat-title-inner {
         padding: 10px 60px;
    }
}
 .home-cat-title-inner:before, .home-cat-title-inner:after {
     content: "";
     display: block;
     position: absolute;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (max-width: 767.98px) {
     .home-cat-title-inner:before, .home-cat-title-inner:after {
         margin-top: -4px;
         border-top: 4px solid transparent;
         border-bottom: 4px solid transparent;
         border-left: 6px solid #1c2c56;
         top: 50%;
         right: 10px;
    }
}
 @media (min-width: 768px) {
     .home-cat-title-inner:before, .home-cat-title-inner:after {
         width: 18px;
         height: 21px;
         margin-top: -9px;
         background-repeat: no-repeat;
         background-position: center;
         -webkit-background-size: contain;
         -o-background-size: contain;
         background-size: contain;
         top: 50%;
         left: 20px;
    }
}
 @media (min-width: 1117px) {
     .home-cat-title-inner:before, .home-cat-title-inner:after {
         left: 40px;
    }
}
 @media (max-width: 767.98px) {
     .home-cat-title-inner:before {
         border-left-color: #1c2c56;
    }
}
 @media (min-width: 768px) {
     .home-cat-title-inner:before {
         background-image: url(../img/common/icon_arrow_down_primary.svg);
    }
}
 .home-cat-title-inner:after {
     opacity: 0;
     visibility: hidden;
}
 @media (max-width: 767.98px) {
     .home-cat-title-inner:after {
         border-left-color: #fff;
    }
}
 @media (min-width: 768px) {
     .home-cat-title-inner:after {
         background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_white.svg?v=1679442170);
    }
}
 .home-cat-title-inner:hover {
     background-color: #1c2c56;
     color: #fff;
     text-decoration: none;
}
 .home-cat-title-inner:hover:before {
     opacity: 0;
     visibility: hidden;
}
 .home-cat-title-inner:hover:after {
     opacity: 1;
     visibility: visible;
}
 .stomach_health .home-cat-title-inner {
     border-color: #6eba44;
     color: #6eba44;
}
 @media (max-width: 767.98px) {
     .stomach_health .home-cat-title-inner:before {
         border-left-color: #6eba44;
    }
}
 @media (min-width: 768px) {
     .stomach_health .home-cat-title-inner:before {
         background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_stomach_health.svg?v=1679441454);
    }
}
 .stomach_health .home-cat-title-inner:hover {
     background-color: #6eba44;
     color: #fff;
}
 .swallow_chew .home-cat-title-inner {
     border-color: #674498;
     color: #674498;
}
 @media (max-width: 767.98px) {
     .swallow_chew .home-cat-title-inner:before {
         border-left-color: #674498;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .home-cat-title-inner:before {
         background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_swallow_chew.svg?v=1679444297);
    }
}
 .swallow_chew .home-cat-title-inner:hover {
     background-color: #674498;
     color: #fff;
}
 .malnutrition .home-cat-title-inner {
     border-color: #0b318f;
     color: #0b318f;
}
 @media (max-width: 767.98px) {
     .malnutrition .home-cat-title-inner:before {
         border-left-color: #0b318f;
    }
}
 @media (min-width: 768px) {
     .malnutrition .home-cat-title-inner:before {
         background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_malnutrition.svg?v=1679444363);
    }
}
 .malnutrition .home-cat-title-inner:hover {
     background-color: #0b318f;
     color: #fff;
}
 .home-cat-pic {
     text-align: center;
}
 @media (min-width: 768px) {
     .home-cat-pic {
         margin-bottom: 20px;
    }
}
 @media (max-width: 767.98px) {
     ul.home-cat-list {
         padding: 8px 8px 3px;
         background-color: #f3f3f3;
    }
}
 ul.home-cat-list > li {
     margin-bottom: 5px;
}
 @media (min-width: 768px) {
     ul.home-cat-list > li {
         margin-bottom: 10px;
    }
}
 @media (max-width: 767.98px) {
     .stomach_health ul.home-cat-list {
         background-color: #E7F3E3;
    }
}
 @media (max-width: 767.98px) {
     .swallow_chew ul.home-cat-list {
         background-color: #e8e3f1;
    }
}
 @media (max-width: 767.98px) {
     .malnutrition ul.home-cat-list {
         background-color: #dedcee;
    }
}
 .home-cat-item {
     display: block;
     padding: 8px 10px 8px 28px;
     background-color: #fff;
     line-height: 1.2;
     position: relative;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .home-cat-item {
         display: table;
         width: 100%;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         min-height: 90px;
         padding: 12px 25px;
         background-color: #f7f9fb;
    }
     .home-cat-item > * {
         display: table-cell;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         vertical-align: middle;
    }
}
 @media (min-width: 992px) {
     .home-cat-item {
         min-height: 68px;
    }
}
 .home-cat-item:before {
     content: "";
     display: block;
     width: 8px;
     height: 8px;
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_primary_b90a2639-3d63-4f6e-94b8-593cbda1ca18.png?v=1679583963) no-repeat center;
     -webkit-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     position: absolute;
}
 @media (max-width: 767.98px) {
     .home-cat-item:before {
         margin-top: -4px;
         top: 50%;
         left: 10px;
    }
}
 @media (min-width: 768px) {
     .home-cat-item:before {
         bottom: 10px;
         right: 10px;
    }
}
 @media (min-width: 768px) {
     .home-cat-item:after {
         content: "";
         display: block;
         width: 14px;
         height: 7px;
         border-top: 7px solid #f7f9fb;
         border-left: 7px solid transparent;
         border-right: 7px solid transparent;
         position: absolute;
         top: 100%;
         left: 25px;
         -webkit-transition: 0.2s;
         -o-transition: 0.2s;
         transition: 0.2s;
    }
}
 @media (max-width: 1116.98px) {
     .home-cat-item br {
         display: none;
    }
}
 .home-cat-item:hover {
     text-decoration: none;
}
 @media (min-width: 768px) {
     .home-cat-item:hover {
         background-color: #eee;
    }
}
 @media (min-width: 768px) {
     .home-cat-item:hover:after {
         border-top-color: #eee;
    }
}
 .stomach_health .home-cat-item {
     color: #6eba44;
}
 .stomach_health .home-cat-item:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_stomach_health.png?v=1679443262);
}
 @media (max-width: 1116.98px) {
     .stomach_health .home-cat-item br {
         display: none;
    }
}
 @media (min-width: 768px) {
     .stomach_health .home-cat-item:hover {
         background-color: #fcfdfa;
    }
}
 @media (min-width: 768px) {
     .stomach_health .home-cat-item:hover:after {
         border-top-color: #fcfdfa;
    }
}
 .swallow_chew .home-cat-item {
     color: #674498;
}
 .swallow_chew .home-cat-item:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_swallow_chew.png?v=1679443261);
}
 @media (max-width: 1116.98px) {
     .swallow_chew .home-cat-item br {
         display: none;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .home-cat-item:hover {
         background-color: #fbfafd;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .home-cat-item:hover:after {
         border-top-color: #fbfafd;
    }
}
 .malnutrition .home-cat-item {
     color: #0b318f;
}
 .malnutrition .home-cat-item:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_malnutrition.png?v=1679443262);
}
 @media (max-width: 1116.98px) {
     .malnutrition .home-cat-item br {
         display: none;
    }
}
 @media (min-width: 768px) {
     .malnutrition .home-cat-item:hover {
         background-color: #f9f9fc;
    }
}
 @media (min-width: 768px) {
     .malnutrition .home-cat-item:hover:after {
         border-top-color: #f9f9fc;
    }
}
 @media (max-width: 767.98px) {
     .home-banner-box {
         margin-bottom: 20px;
    }
}
 .swallow_chew-eat10-box {
     display: table;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     background-color: #727171;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .swallow_chew-eat10-box > * {
     display: table-cell;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: middle;
}
 .swallow_chew-eat10-box:hover {
     opacity: 0.6;
     text-decoration: none;
}
 .swallow_chew-eat10-pic {
     width: 43.5%;
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/eat-10_pic_1_sp.jpg?v=1679372840) no-repeat center;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 @media (min-width: 1117px) {
     .swallow_chew-eat10-pic {
         width: 62.5%;
         background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/eat-10_pic_1.jpg?v=1679372840);
    }
}
 .swallow_chew-eat10-textarea {
     padding: 15px;
}
 @media (min-width: 768px) {
     .swallow_chew-eat10-textarea {
         padding: 20px;
    }
}
 .swallow_chew-eat10-title {
     display: block;
     margin-bottom: 10px;
     padding-right: 25px;
     color: #fff;
     font-size: 15.45455px;
     line-height: 1.3;
     position: relative;
}
 @media (min-width: 768px) {
     .swallow_chew-eat10-title {
         font-size: 22px;
    }
}
 @media (min-width: 768px) {
     .swallow_chew-eat10-title {
         margin-bottom: 20px;
         padding-right: 36px;
    }
}
 .swallow_chew-eat10-title:before {
     content: "";
     display: block;
     width: 20px;
     height: 21px;
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_notebook.svg?v=1680253933) no-repeat center;
     -webkit-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     position: absolute;
     right: 0;
     bottom: 0;
}
 @media (min-width: 768px) {
     .swallow_chew-eat10-title:before {
         width: 31px;
         height: 32px;
    }
}
 .swallow_chew-eat10-text {
     display: block;
     color: #fff;
     font-size: 12px;
     line-height: 1.3;
}
 @media (min-width: 768px) {
     .swallow_chew-eat10-text {
         font-size: 16px;
    }
}
 @media (max-width: 767.98px) {
     .product-button-area {
         margin-left: -30px;
    }
}
 @media (min-width: 1117px) {
     .product-button-area {
         width: 700px;
    }
}
 @media (min-width: 768px) {
     .product-button-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         margin-left: -20px;
    }
}
 @media (min-width: 992px) {
     .product-button-list {
         margin-left: -30px;
    }
}
 @media (min-width: 768px) {
     .product-button-list > li {
         padding-left: 20px;
         width: 50%;
    }
}
 @media (min-width: 992px) {
     .product-button-list > li {
         padding-left: 30px;
    }
}

.product-button-list li a {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 20px 0 28px;
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}
.product-button-list li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_blank.png?v=1679499789) no-repeat;
    background-size: cover;
}
.product-button-list li.onlineshop a { background-color: #66acc8; }
.product-button-list li.amazon a { background-color: #e09532; }
.product-button-list li.rakuten a { background-color: #a72427; }
.product-button-list li.yahoo a { background-color: #ff002b; }
@media (min-width: 768px) {
    .product-button-list li a {
        height: 64px;
        padding: 0 20px 0 28px;
        font-size: 18px;
    }
}
.product-button-list li a:hover {
    opacity: 0.8;
}

.product-button-list a img {
     -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
 @media (min-width: 768px) {
     .product-button-list a img {
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
         box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }
}
 .product-lead strong {
     color: #00A0E9;
}
 @media (min-width: 768px) {
     .product-select-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-left: -25px;
    }
}
 .product-select-list > li {
     padding-bottom: 10px;
}
 @media (min-width: 768px) {
     .product-select-list > li {
         min-width: 280px;
         max-width: 50%;
         padding-left: 25px;
    }
}
 .product-select-button {
     display: block;
     width: 100%;
     border-width: 2px;
     font-size: 13.75px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .product-select-button {
         font-size: 16px;
    }
}
 .product-select-button img {
     margin-left: 10px;
     vertical-align: baseline;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .product-select-button img.on {
     display: none;
     opacity: 0;
}
 .product-select-button:hover img {
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .product-select-button:hover img.off {
     display: none;
     opacity: 0;
}
 .product-select-button:hover img.on {
     display: inline-block;
     opacity: 1;
}
 .product-list-area {
     padding: 20px;
}
 @media (min-width: 768px) {
     .product-list-area {
         padding: 35px 15px 30px;
    }
}
 .product-list-area.product-1 {
     background-color: #F9FCF9;
}
 @media (min-width: 768px) {
     .product-list-area.product-1 {
         padding: 35px 30px 30px;
    }
}
 .product-list-area.product-2 {
     background-color: #fbf7fb;
}
 @media (min-width: 768px) {
     .product-list-area.product-2 {
         padding: 35px 30px 30px;
    }
}
 .product-list-area.product-3 {
     background-color: #f8f8fb;
}
 .product-list-title {
     display: none;
     padding-bottom: 15px;
     font-size: 15px;
     font-weight: bold;
     text-align: center;
     position: relative;
}
 @media (min-width: 768px) {
     .product-list-title {
         font-size: 20px;
    }
}
 .product-list-title:before {
     content: "";
     width: 180px;
     height: 1px;
     background-color: #C4C4C7;
     position: absolute;
     left: 50%;
     bottom: 0;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
}
 .product-1 .product-list-title {
     color: #45B035;
}
 .product-2 .product-list-title {
     color: #920783;
}
 .product-3 .product-list-title {
     color: #1d2088;
}
 .product-list-title.active {
     display: block;
}
 @media (min-width: 768px) {
     .product-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -ms-flex-pack: distribute;
         justify-content: space-around;
         margin-left: -20px;
    }
}
 .product-list > li {
     margin-top: 40px;
}
 @media (min-width: 768px) {
     .product-list > li {
         margin-top: 60px;
         padding-left: 20px;
    }
}
 @media (min-width: 768px) {
     .product-1 .product-list > li, .product-2 .product-list > li {
         width: 50%;
    }
}
 @media (min-width: 768px) {
     .product-3 .product-list > li {
         width: 33.3333%;
    }
}
 .product-item {
     max-width: 320px;
     margin-left: auto;
     margin-right: auto;
     position: relative;
}
 .brand_sites{
    position: absolute;
    width:  90px;
    height: 90px;
    left: 0;
    top: -26px;
}
 .brand_sites.hc{
    left: -90px;
    top: -60px;
}
 .brand_site_link{
    display: inline-block;
    width:  100%;
}
 .brand_site_link{
    width: 100%;
    height: auto;
}
 @media (max-width: 750px) {
        .brand_sites{
        position: absolute;
        width:  66px;
        height: 66px;
        left: 0;
        top: -26px;
    }
}
 .product-item-pic {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 15px;
}
 @media (min-width: 992px) {
     .product_isocaljellyhc .product-item-pic {
         margin-left: -39px;
         margin-right: -39px;
    }
}
 .product-item-pic img {
     width: 100%;
}
 .product-item-textarea {
     margin-bottom: 15px;
}
 @media (min-width: 768px) {
     .product-item-textarea {
         margin-bottom: 20px;
    }
}
 .product-item-name {
     font-size: 13.33333px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .product-item-name {
         font-size: 15px;
    }
}
 .product-1 .product-item-name {
     color: #45B035;
}
 .product-2 .product-item-name {
     color: #920783;
}
 .product-3 .product-item-name {
     color: #1d2088;
}
 .product-item-text {
     font-size: 11.66667px;
}
 @media (min-width: 768px) {
     .product-item-text {
         font-size: 12px;
    }
}
 .product-item-button-box {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-left: -5px;
}
 @media (min-width: 768px) {
     .product-item-button-box {
         margin-left: -10px;
    }
}
 .product-item-button-box > * {
     width: 50%;
     margin-bottom: 5px;
     padding-left: 5px;
}
 @media (min-width: 768px) {
     .product-item-button-box > * {
         margin-bottom: 10px;
         padding-left: 10px;
    }
}
 .product-item-button-box > *:first-child {
     width: 100%;
}
.product-item-button-four-box > *:first-child {
    width: 50%;
}
 .product-item-button {
     display: block;
     padding: 10px 15px 10px 5px;
     color: #fff;
     font-size: 13.75px;
     text-align: center;
     position: relative;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
@media (min-width: 992px) {
    .product-item-button-four-box .product-item-button.onlineshop {
        font-size: 14px;
    }
}
 @media (min-width: 768px) {
     .product-item-button {
         font-size: 16px;
    }

    .product-item-button-four-box .product-item-button {
        font-size: 14px;
    }
}
 .product-item-button:before, .product-item-button:after {
     content: "";
     display: block;
     margin-top: -8px;
     border: 8px solid transparent;
     border-left: 8px solid #fff;
     position: absolute;
     top: 50%;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .product-item-button:before {
     right: 0;
}
 .product-item-button:after {
     right: 1px;
}
 .product-item-button.onlineshop {
     background-color: #6cbfde;
}
 .product-item-button.onlineshop:after {
     border-left-color: #6cbfde;
}
 .product-item-button.onlineshop:hover {
     background-color: #42add5;
}
 .product-item-button.onlineshop:hover:after {
     border-left-color: #42add5;
}
 .product-item-button.amazon {
     background-color: #f39f22;
}
 .product-item-button.amazon:after {
     border-left-color: #f39f22;
}
 .product-item-button.amazon:hover {
     background-color: #d6850c;
}
 .product-item-button.amazon:hover:after {
     border-left-color: #d6850c;
}
 .product-item-button.rakuten {
     background-color: #b31e23;
}
 .product-item-button.rakuten:after {
     border-left-color: #b31e23;
}
 .product-item-button.rakuten:hover {
     background-color: #87171a;
}
 .product-item-button.rakuten:hover:after {
     border-left-color: #87171a;
}
 .product-item-button.yahoo {
     background-color: #ff002b;
     font-size: 12px;
     padding: 5px 19px 3px 5px;
}
 .product-item-button.yahoo:after {
     border-left-color: #ff002b;
}
 .product-item-button.yahoo:hover {
     background-color: #E73040;
}
 .product-item-button.yahoo:hover:after {
     border-left-color: #E73040;
}
@media (max-width: 994px) {
   .product-item-button.yahoo {
       padding: 10px 15px 10px 5px;
   }
}
@media (max-width: 768px) {
    .product-item-button.yahoo {
        padding: 5px 19px 3px 5px;
    }
 }
.product-item-button:hover {
     color: #fff;
     text-decoration: none;
}
 .article-section {
     margin-bottom: 40px;
}
 @media (min-width: 768px) {
     .article-section {
         margin-bottom: 50px;
    }
}
 .article-section-head-1 {
     padding-left: 30px;
     color: #1c2c56;
     font-family: 游明朝, "Yu Mincho", YuMincho, "Noto Sans JP", serif;
     font-size: 16.15385px;
     font-weight: bold;
     position: relative;
}
 @media (min-width: 768px) {
     .article-section-head-1 {
         font-size: 26px;
    }
}
 @media (min-width: 768px) {
     .article-section-head-1 {
         padding-left: 40px;
    }
}
 .article-section-head-1 .icon-balloon {
     position: absolute;
     top: -2px;
     left: 0;
}
 .stomach_health .article-section-head-1 {
     color: #6eba44;
}
 .swallow_chew .article-section-head-1 {
     color: #674498;
}
 .malnutrition .article-section-head-1 {
     color: #0b318f;
}
 .product .article-section-head-1 {
     color: #00aad3;
}
 .article-section-head-2 {
     padding-left: 22px;
     color: #5E5D5C;
     font-size: 14.44444px;
     font-weight: bold;
     position: relative;
}
 @media (min-width: 768px) {
     .article-section-head-2 {
         font-size: 18px;
    }
}
 @media (min-width: 768px) {
     .article-section-head-2 {
         padding-left: 28px;
    }
}
 .article-section-head-2:before, .article-section-head-2:after {
     content: "";
     display: block;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     position: absolute;
     top: 50%;
}
 .article-section-head-2:before {
     width: 14px;
     height: 14px;
     margin-top: -7px;
     border: 1px solid #1c2c56;
     left: 0;
}
 @media (min-width: 768px) {
     .article-section-head-2:before {
         width: 18px;
         height: 18px;
         margin-top: -9px;
    }
}
 .article-section-head-2:after {
     width: 8px;
     height: 8px;
     margin-top: -4px;
     background-color: #1c2c56;
     left: 3px;
}
 @media (min-width: 768px) {
     .article-section-head-2:after {
         width: 12px;
         height: 12px;
         margin-top: -6px;
    }
}
 .stomach_health .article-section-head-2:before {
     border-color: #6eba44;
}
 .stomach_health .article-section-head-2:after {
     background-color: #6eba44;
}
 .swallow_chew .article-section-head-2:before {
     border-color: #674498;
}
 .swallow_chew .article-section-head-2:after {
     background-color: #674498;
}
 .malnutrition .article-section-head-2:before {
     border-color: #0b318f;
}
 .malnutrition .article-section-head-2:after {
     background-color: #0b318f;
}
 .product .article-section-head-2:before {
     border-color: #00aad3;
}
 .product .article-section-head-2:after {
     background-color: #00aad3;
}
 .article-section-inner {
     padding-left: 30px;
}
 @media (min-width: 768px) {
     .article-section-inner {
         padding-left: 40px;
    }
}
.article-section-inner .text_italic{
    font-style: italic;
}
 .article-supervision-area {
     padding: 10px 5px 15px;
     border-top: 1px solid #9D9D9E;
     border-bottom: 1px solid #9D9D9E;
}
 @media (min-width: 768px) {
     .article-supervision-area {
         padding: 15px 15px 20px;
    }
}
 .article-supervision-head {
     display: table;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-bottom: 10px;
}
 .article-supervision-head > * {
     display: table-cell;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: middle;
}
 @media (min-width: 768px) {
     .article-supervision-head {
         margin-bottom: 25px;
    }
}
 .article-supervision-head-pic {
     width: 70px;
}
 @media (min-width: 768px) {
     .article-supervision-head-pic {
         width: 90px;
    }
}
 .article-supervision-head-pic img {
     width: 100%;
}
 .article-supervision-head-textarea {
     padding-left: 15px;
}
 @media (min-width: 768px) {
     .article-supervision-head-textarea {
         padding-left: 30px;
    }
}
 .article-supervision-lead {
     margin-bottom: 8px;
     font-size: 12px;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .article-supervision-lead {
         font-size: 17px;
    }
}
 @media (min-width: 768px) {
     .article-supervision-lead {
         margin-bottom: 10px;
    }
}
 @media (max-width: 767.98px) {
     .article-supervision-lead > span {
         display: inline-block;
         padding: 2px 10px;
         background-color: #00b2d9;
         -webkit-border-radius: 999px;
         border-radius: 999px;
         color: #fff;
    }
}
 .article-supervision-title {
     margin-bottom: 5px;
     font-size: 13.33333px;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .article-supervision-title {
         font-size: 15px;
    }
}
 .article-supervision-name {
     margin-bottom: 0;
     line-height: 1.2;
}
 .article-supervision-name strong {
     display: inline-block;
     margin-right: 0.2em;
     font-size: 16.15385px;
     font-weight: normal;
}
 @media (min-width: 768px) {
     .article-supervision-name strong {
         font-size: 26px;
    }
}
 .article-supervision-name small {
     display: inline-block;
     font-size: 14.44444px;
}
 @media (min-width: 768px) {
     .article-supervision-name small {
         font-size: 18px;
    }
}
 .article-supervision-contents {
     font-size: 13.75px;
     line-height: 1.3;
}
 @media (min-width: 768px) {
     .article-supervision-contents {
         font-size: 16px;
    }
}
 .article-supervision-button {
     display: inline-block;
     padding: 10px 20px;
     background-color: #1c2c56;
     color: #fff;
     font-size: 11.66667px;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .article-supervision-button {
         font-size: 12px;
    }
}
 .article-supervision-button:hover {
     opacity: 0.6;
     color: #fff;
     text-decoration: none;
}
 .stomach_health .article-supervision-button {
     background-color: #6eba44;
}
 .swallow_chew .article-supervision-button {
     background-color: #674498;
}
 .malnutrition .article-supervision-button {
     background-color: #0b318f;
}
 .product .article-supervision-button {
     background-color: #00aad3;
}
 .archive-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     background-color: #f7f9fb;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (max-width: 767.98px) {
     .archive-item {
         -webkit-border-radius: 5px;
         border-radius: 5px;
    }
}
 .archive-item:hover {
     opacity: 0.6;
     text-decoration: none;
}
 .archive-pic {
     width: 33%;
     background-repeat: no-repeat;
     background-position: center;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 @media (max-width: 767.98px) {
     .archive-pic {
         -webkit-border-radius: 5px 0 0 5px;
         border-radius: 5px 0 0 5px;
    }
}
 .sukkiri_01 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_1.jpg?v=1679381646);
}
 .sukkiri_02 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_2.jpg?v=1679381646);
}
 .sukkiri_03 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_3.jpg?v=1679381646);
}
 .sukkiri_04 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_4.jpg?v=1679381646);
}
 .sukkiri_05 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_5.jpg?v=1679381646);
}
 .sukkiri_06 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_6.jpg?v=1679381646);
}
 .sukkiri_07 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_7.jpg?v=1679381646);
}
 .sukkiri_08 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_8.jpg?v=1679381646);
}
 .sukkiri_09 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_9.jpg?v=1679381646);
}
 .sukkiri_10 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_sukkiri_10.jpg?v=1679381646);
}
 .intestinal01 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_intestinal_1.jpg?v=1679399672);
}
 .intestinal02 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_intestinal_2.jpg?v=1679399672);
}
 .dietaryfiber01 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_1.jpg?v=1679400791);
}
 .dietaryfiber02 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_2.jpg?v=1679400791);
}
 .dietaryfiber03 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_3.jpg?v=1679400791);
}
 .dietaryfiber05 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_5.jpg?v=1679400790);
}
 .dietaryfiber06 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_6.jpg?v=1679400791);
}
 .dietaryfiber07 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_dietaryfiber_7.jpg?v=1679400791);
}
 .meal_assistance_01 .archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_1.jpg);
}
 .meal_assistance_02 .archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_2.jpg);
}
 .meal_assistance_03 .archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_3.jpg);
}
 .meal_assistance_04 .archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_4.jpg);
}
 .meal_assistance_05 .archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_5.jpg);
}
 .meal_assistance_06 .archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_6.jpg);
}
 .meal_assistance_07 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_7.jpg?v=1679254613);
}
 .meal_assistance_08 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_8.jpg?v=1679254614);
}
 .meal_assistance_09 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_9.jpg?v=1679254614);
}
 .meal_assistance_10 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_10.jpg?v=1679254614);
}
 .meal_assistance_11 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_11.jpg?v=1679254614);
}
 .meal_assistance_12 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_12.jpg?v=1679254614);
}
 .meal_assistance_13 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_13.jpg?v=1679254614);
}
 .meal_assistance_14 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_14.jpg?v=1679254613);
}
 .meal_assistance_15 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_15.jpg?v=1679254613);
}
 .meal_assistance_16 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_16.jpg?v=1679254613);
}
 .meal_assistance_17 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_17.jpg?v=1679254613);
}
 .meal_assistance_18 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_18.jpg?v=1679254613);
}
 .meal_assistance_19 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_19.jpg?v=1679254614);
}
 .meal_assistance_20 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_20.jpg?v=1679254612);
}
 .meal_assistance_21 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_21.jpg?v=1679254613);
}
 .meal_assistance_22 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_22.jpg?v=1679254613);
}
 .meal_assistance_23 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_23.jpg?v=1679254614);
}
.meal_assistance_24 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_24.jpg?v=1679254613);
}
.meal_assistance_25 .archive-pic {
     background-image: url(/nutrition/assets/img/swallow_chew/thum_meal_assistance_25.jpg);
}
.meal_assistance_26 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_26.jpg?v=1679254613);
}
 .meal_assistance_27 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_27.jpg?v=1679254613);
}
 .meal_assistance_28 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_28.jpg?v=1679254613);
}
.meal_assistance_29 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_29.jpg?v=1679254614);
     background-position: -15px;
}
.meal_assistance_30 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_30.jpg?v=1679254614);
}
.meal_assistance_31 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_31.jpg?v=1679254613);
}
.meal_assistance_35 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_meal_assistance_35.jpg?v=1679254614);
}
 .recipe_01 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_1.jpg?v=1679440897);
}
 .recipe_02 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_2.jpg?v=1679440898);
}
 .recipe_03 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_3.jpg?v=1679440897);
}
 .recipe_04 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_4.jpg?v=1679440898);
}
 .recipe_05 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_5.jpg?v=1679440897);
}
 .recipe_06 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_6.jpg?v=1679440898);
}
 .recipe_07 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_7.jpg?v=1679440898);
}
 .recipe_08 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_8.jpg?v=1679440898);
}
 .recipe_09 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_9.jpg?v=1679440898);
}
 .recipe_10 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_10.jpg?v=1679440898);
}
 .recipe_11 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_11.jpg?v=1679440898);
}
 .recipe_12 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_12.jpg?v=1679440898);
}
 .recipe_13 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_13.jpg?v=1679440897);
}
.recipe_14 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_14.jpg?v=1679440897);
}
.recipe_15 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_recipe_15.jpg?v=1679440898);
}
 .energy_check_01 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_1.jpg?v=1679572529);
}
 .energy_check_02 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2.jpg?v=1679572529);
}
 .energy_check_02-2 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thum_energy_check_2-2.jpg?v=1679572529);
}
 .nutrition_column_01 .archive-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_01.jpg?v=1679537072);
}
 .nutrition_column_02 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_02.jpg?v=1679537072);
}
 .nutrition_column_03 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_03.jpg?v=1679537072);
}
.nutrition_column_04 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/nutrition_column_04.jpg?v=1679537072);
}
.eiyonavi_001 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thumb_001.jpg?v=1679372375);
}
.eiyonavi_002 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thumb_002.jpg?v=1679372375);
}
.eiyonavi_003 .archive-pic {
    background-image: url(/nutrition/assets/img/eiyonavi/thumb_003.jpg);
}
.eiyonavi_004 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thumb_004.jpg?v=1679372375);
}
.eiyonavi_005 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thumb_005.jpg?v=1679569645);
}
.eiyonavi_006 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thumb_006.jpg?v=1679572317);
}
.eiyonavi_007 .archive-pic {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/thumb_007.jpg?v=1679572366);
}
 .archive-pic:before {
     content: "";
     display: block;
     width: 100%;
     padding-top: 55.5%;
}
 .archive-textarea {
     width: 67%;
     padding: 30px 20px;
}
 @media (max-width: 767.98px) {
     .archive-textarea {
         padding: 20px 15px;
         -webkit-border-radius: 0 5px 5px 0;
         border-radius: 0 5px 5px 0;
    }
}
 .archive-title {
     margin-bottom: 10px;
     font-size: 15px;
     font-weight: bold;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .archive-title {
         font-size: 20px;
    }
}
 @media (min-width: 768px) {
     .archive-title {
         margin-bottom: 15px;
    }
}
 @media (min-width: 768px) {
     .stomach_health .archive-title {
         color: #6eba44;
    }
}
 @media (min-width: 768px) {
     .swallow_chew .archive-title {
         color: #674498;
    }
}
 @media (min-width: 768px) {
     .malnutrition .archive-title {
         color: #0b318f;
    }
}
 @media (min-width: 768px) {
     .recipe .archive-title {
         color: #595857;
    }
}
 @media (min-width: 768px) {
     .product .archive-title {
         color: #00aad3;
    }
}
 .archive-text {
     margin-bottom: 0;
     font-size: 14.11765px;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .archive-text {
         font-size: 17px;
    }
}
 .archive-read-area {
     padding: 20px 0 0;
}
 @media (max-width: 767.98px) {
     .archive-read-area {
         margin-left: -15px;
         margin-right: -15px;
         padding: 20px 15px;
         background-color: #F6F6F6;
    }
}
 .archive-read-title {
     margin-bottom: 10px;
     font-size: 15px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .archive-read-title {
         font-size: 20px;
    }
}
 @media (max-width: 767.98px) {
     .archive-read-title {
         text-align: center;
    }
}
 .archive-read-button {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: #6eba44;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .archive-read-button:hover {
     opacity: 0.6;
     text-decoration: none;
}
 .archive-read-button-pic {
     width: 50%;
     background-repeat: no-repeat;
     background-position: center;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
}
 .sukkiri_list .archive-read-button-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/read_thum.jpg?v=1679381118);
}
 .dietaryfiber_list .archive-read-button-pic {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/read_thum_efb10e97-20a0-4f7b-9bee-944507d736c0.jpg?v=1679381811);
}
 .archive-read-button-pic:before {
     content: "";
     display: block;
     width: 100%;
     padding-top: 45%;
}
 @media (min-width: 768px) {
     .archive-read-button-pic:before {
         padding-top: 40%;
    }
}
 .archive-read-button-text {
     width: 50%;
     padding: 5px;
     color: #fff;
     font-size: 16.15385px;
     text-align: center;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .archive-read-button-text {
         font-size: 26px;
    }
}
 @media (max-width: 767.98px) {
     .eat10-check-list {
         margin-left: -30px;
    }
}
 .eat10-check-list > li {
     border-top: 1px solid #C9CACA;
}
 .eat10-check-title {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .eat10-check-title-num {
     display: block;
     padding-right: 10px;
     color: #00b2d9;
     font-size: 32px;
}
 @media (min-width: 768px) {
     .eat10-check-title-num {
         font-size: 45px;
    }
}
 .eat10-check-title-text {
     display: block;
     color: #674498;
     font-size: 14.44444px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .eat10-check-title-text {
         font-size: 18px;
    }
}
 @media (min-width: 576px) {
     .eat10-radio-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         margin-left: -10px;
    }
}
 .eat10-radio-list > li {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 @media (min-width: 576px) {
     .eat10-radio-list > li {
         width: calc(100% / 2);
         padding-left: 10px;
    }
}
 @media (min-width: 768px) {
     .eat10-radio-list > li {
         width: calc(100% / 3);
    }
}
 @media (min-width: 992px) {
     .eat10-radio-list > li {
         width: calc(100% / 5);
    }
}
 .eat10-radio-item input[type=radio] {
     display: none;
}
 .eat10-radio-label {
     display: table;
     width: 100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     border: 1px solid #C9CACA;
     color: #7B868C;
     font-weight: bold;
     position: relative;
}
 .eat10-radio-label > * {
     display: table-cell;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     vertical-align: middle;
}
 @media (min-width: 576px) {
     .eat10-radio-label {
         color: #3e3a39;
    }
}
 input[type="radio"]:checked + .eat10-radio-label {
     border-color: #674498;
     color: #674498;
}
 input[type="radio"]:checked + .eat10-radio-label .eat10-radio-label-num {
     color: #fff;
     background-color: #674498;
}
 @media (min-width: 576px) {
     input[type="radio"]:checked + .eat10-radio-label .eat10-radio-label-num:before {
         border-left-color: #fff;
    }
}
 .eat10-radio-label-text {
     padding: 10px;
     font-size: 13.75px;
     text-align: center;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .eat10-radio-label-text {
         font-size: 16px;
    }
}
 @media (min-width: 576px) {
     .eat10-radio-label-text {
         padding: 5px 5px 35px;
    }
}
 .eat10-radio-label-num {
     width: 50px;
     padding: 5px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     color: #7B868C;
     font-size: 12.85714px;
     text-align: center;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .eat10-radio-label-num {
         font-size: 14px;
    }
}
 @media (min-width: 576px) {
     .eat10-radio-label-num {
         display: block;
         width: 100%;
         color: #3e3a39;
         position: absolute;
         left: 0;
         bottom: 0;
    }
}
 @media (min-width: 576px) {
     .eat10-radio-label-num:before {
         content: "";
         display: inline-block;
         margin-right: 5px;
         border: 3px solid transparent;
         border-left: 3px solid #7c858b;
         -webkit-transition: 0.2s;
         -o-transition: 0.2s;
         transition: 0.2s;
    }
}
 @media (max-width: 767.98px) {
     .eat10-check-button {
         margin-left: -30px;
    }
}
 .eat10-check-button input[type="button"] {
     display: block;
     height: auto;
     margin-left: auto;
     margin-right: auto;
     padding: 10px 30px;
     background-color: #424142;
     border: none;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     color: #FFF;
     font-size: 14.44444px;
     font-weight: bold;
     cursor: pointer;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .eat10-check-button input[type="button"] {
         font-size: 18px;
    }
}
 @media (min-width: 768px) {
     .eat10-check-button input[type="button"] {
         padding: 20px 50px;
    }
}
 .eat10-check-button input[type="button"]:hover, .eat10-check-button input[type="button"]:focus {
     opacity: 0.8;
}
 .eat10-errorMessage {
     margin-bottom: 0;
}
 .eat10-errorMessage span {
     display: none;
}
 .eat10-message-area {
     padding: 25px 15px 10px;
     background-color: #f7f9fb;
}
 @media (max-width: 767.98px) {
     .eat10-message-area {
         margin-left: -30px;
    }
}
 .eat10-message-text {
     margin-bottom: 0;
     font-weight: bold;
}
 .eat10-message-note {
     font-size: 10px;
}
 @media (max-width: 767.98px) {
     .eat10-message-note {
         margin-left: -30px;
    }
}
 .eat10-point-box {
     text-align: center;
}
 .eat10-point-title, .eat10-point-num, .eat10-point-text {
     display: inline-block;
     vertical-align: middle;
}
 .eat10-point-num {
     width: 100px;
     height: 30px;
     margin-left: 10px;
     margin-right: 10px;
     background-color: #fff;
     line-height: 30px;
}
 @media (min-width: 768px) {
     .eat10-point-num {
         width: 150px;
         height: 50px;
         line-height: 50px;
    }
}
 .eat10-point-text {
     vertical-align: bottom;
}
 @media (max-width: 767.98px) {
     .energycheck01-question-list {
         margin-left: -30px;
    }
}
 .energycheck01-question-list > li {
     padding-bottom: 10px;
     border-top: 1px solid #C9CACA;
}
 .energycheck01-question-title {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .energycheck01-question-title-num {
     display: block;
     padding-right: 10px;
     color: #0b318f;
     font-size: 32px;
}
 @media (min-width: 768px) {
     .energycheck01-question-title-num {
         font-size: 45px;
    }
}
 .energycheck01-question-title-text {
     display: block;
     color: #3e3a39;
     font-size: 14.44444px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .energycheck01-question-title-text {
         font-size: 18px;
    }
}
 @media (min-width: 576px) {
     .energycheck01-check-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         margin-left: -20px;
    }
}
 .energycheck01-check-list > li {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 @media (min-width: 576px) {
     .energycheck01-check-list > li {
         width: 50%;
         padding-left: 20px;
    }
}
 @media (min-width: 992px) {
     .energycheck01-check-list > li {
         width: 33.3333%;
    }
}
 @media (max-width: 575.98px) {
     .energycheck01-check-item {
         padding: 10px 10px 5px;
         background-color: #F3F5F9;
    }
}
 .energycheck01-check-title {
     margin-bottom: 10px;
     font-size: 15px;
     text-align: center;
}
 @media (min-width: 768px) {
     .energycheck01-check-title {
         font-size: 20px;
    }
}
 @media (max-width: 575.98px) {
     .energycheck01-check-title {
         font-weight: bold;
    }
}
 .energycheck01-check-title-inner {
     display: block;
     padding: 0 5px 5px;
     border-bottom: 1px solid #0b318f;
}
 @media (min-width: 576px) {
     .energycheck01-check-title-inner {
         display: inline-block;
    }
}
 .energycheck01-check-contents {
     margin-bottom: 10px;
}
 @media (max-width: 575.98px) {
     .energycheck01-check-contents {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }
}
 @media (max-width: 575.98px) {
     .energycheck01-check-contents-2 .energycheck01-check-pic {
         width: 100%;
         text-align: center;
    }
}
 @media (max-width: 575.98px) {
     .energycheck01-check-contents-2 .energycheck01-check-text {
         width: 100%;
         text-align: center;
    }
}
 .energycheck01-check-pic {
     margin-bottom: 10px;
}
 @media (max-width: 575.98px) {
     .energycheck01-check-pic {
         width: 53%;
    }
}
 .energycheck01-check-text {
     margin-bottom: 10px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 @media (max-width: 575.98px) {
     .energycheck01-check-text {
         width: 47%;
         padding-left: 10px;
    }
}
 .energycheck01-check-text strong, .energycheck01-check-text small {
     display: block;
}
 .energycheck01-check-text strong {
     font-size: 13.75px;
}
 @media (min-width: 768px) {
     .energycheck01-check-text strong {
         font-size: 16px;
    }
}
 .energycheck01-check-text small {
     font-size: 12.85714px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .energycheck01-check-text small {
         font-size: 14px;
    }
}
 @media (min-width: 576px) {
     .energycheck01-check-text small {
         text-align: right;
         font-weight: normal;
    }
}
 .energycheck01-selectList {
     padding-left: 0;
}
 .energycheck01-selectList > li {
     margin-bottom: 5px;
     padding: 5px;
     background-color: #fff;
     border: 2px solid #C9CACA;
     font-size: 13.33333px;
     font-weight: bold;
     text-align: center;
     list-style: none;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .energycheck01-selectList > li {
         font-size: 15px;
    }
}
 .energycheck01-selectList > li:hover {
     background-color: #005bac;
     border-color: #005bac;
     color: #fff;
}
 .energycheck01-selectList > li.active {
     background-color: #005bac;
     border-color: #005bac;
     color: #fff;
}
 .energycheck01-weight-box {
     padding: 12px;
     border: 2px solid #c9caca;
     font-weight: bold;
     text-align: center;
}
 .energycheck01-weight-box input[type=text] {
     display: inline-block;
     width: 160px;
     height: 50px;
     margin-left: 10px;
     margin-right: 10px;
     padding: 10px;
     border: 2px solid #c9caca;
     color: #0b318f;
     font-size: 16.66667px;
     font-weight: bold;
     text-align: center;
     line-height: 30px;
}
 @media (min-width: 768px) {
     .energycheck01-weight-box input[type=text] {
         font-size: 30px;
    }
}
 .energycheck01-button-box {
     margin-bottom: 40px;
     text-align: center;
     position: relative;
}
 @media (max-width: 991.98px) {
     .energycheck01-button-box {
         margin-left: -30px;
    }
}
 .energycheck01-button-box:before {
     content: "";
     display: block;
     width: 60px;
     height: 15px;
     margin-left: -30px;
     background: url(/nutrition/assets/img/malnutrition/energy_check_01/arrow_1.svg) no-repeat center bottom;
     -webkit-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     position: absolute;
     left: 50%;
     bottom: -30px;
}
 .energycheck01-button {
     display: inline-block;
     height: auto;
     padding: 10px 30px;
     background-color: #424142;
     border: none;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     color: #FFF;
     font-size: 14.44444px;
     font-weight: bold;
     cursor: pointer;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .energycheck01-button {
         font-size: 18px;
    }
}
 @media (min-width: 768px) {
     .energycheck01-button {
         padding: 20px 50px;
    }
}
 .energycheck01-button:hover, .energycheck01-button:focus {
     opacity: 0.8;
}
 .energycheck01-errorMessage {
     display: none;
     margin-left: -30px;
     text-align: center;
}
 @media (min-width: 768px) {
     .energycheck01-errorMessage {
         margin-left: 0;
    }
}
 .energycheck01-result-area {
     margin-left: -30px;
     padding: 20px;
     background-color: #e7eaf4;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .energycheck01-result-area {
         margin-left: 0;
         padding: 35px 40px;
    }
}
 @media (min-width: 992px) {
     .energycheck01-result-area {
         background-color: #F7F9FB;
    }
}
 .energycheck01-result-row {
     font-weight: bold;
}
 @media (min-width: 992px) {
     .energycheck01-result-row {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
}
 .energycheck01-result-text, .energycheck01-result-num {
     text-align: center;
}
 @media (min-width: 992px) {
     .energycheck01-result-text, .energycheck01-result-num {
         text-align: left;
    }
}
 @media (min-width: 992px) {
     .energycheck01-result-text {
         width: 45%;
         padding-right: 20px;
    }
}
 @media (min-width: 1117px) {
     .energycheck01-result-text {
         width: 50%;
    }
}
 @media (min-width: 992px) {
     .energycheck01-result-num {
         width: 55%;
    }
}
 @media (min-width: 1117px) {
     .energycheck01-result-num {
         width: 50%;
    }
}
 .energycheck01-result-num .val, .energycheck01-result-num .unit {
     display: inline-block;
     vertical-align: middle;
}
 .energycheck01-result-num .val {
     width: 100px;
     height: 50px;
     margin-right: 10px;
     margin-left: 60px;
     padding: 10px;
     background-color: #fff;
     color: #0b318f;
     font-size: 16.66667px;
     font-weight: bold;
     line-height: 30px;
     position: relative;
}
 @media (min-width: 768px) {
     .energycheck01-result-num .val {
         font-size: 30px;
    }
}
 @media (min-width: 1117px) {
     .energycheck01-result-num .val {
         margin-left: 83px;
    }
}
 @media (min-width: 1117px) {
     .energycheck01-result-num .val {
         width: 150px;
    }
}
 .energycheck01-result-num .val:before {
     content: "";
     display: block;
     width: 50px;
     height: 40px;
     margin-top: -20px;
     background: url(/nutrition/assets/img/malnutrition/energy_check_01/arrow_2.svg) no-repeat left center;
     -webkit-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     position: absolute;
     top: 50%;
     left: -60px;
}
 @media (min-width: 1117px) {
     .energycheck01-result-num .val:before {
         width: 68px;
         left: -83px;
    }
}
 @media (min-width: 992px) {
     .energycheck01-result-print {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         margin-left: -45px;
    }
}
 .energycheck01-result-print > * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 @media (min-width: 992px) {
     .energycheck01-result-print > * {
         width: 50%;
         padding-left: 45px;
    }
}
 .energycheck01-result-message {
     background-color: #fff;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
}
 @media (max-width: 991.98px) {
     .energycheck01-result-message {
         margin-left: 50px;
         margin-bottom: 20px;
         min-height: 50px;
         padding: 15px;
    }
}
 @media (min-width: 992px) {
     .energycheck01-result-message {
         min-height: 290px;
         padding: 15px 15px 40px;
    }
}
 .energycheck01-result-message:before {
     content: "";
     display: block;
     border: 10px solid transparent;
     position: absolute;
}
 @media (max-width: 991.98px) {
     .energycheck01-result-message:before {
         margin-top: -10px;
         border-right: 10px solid #fff;
         top: 50%;
         left: -20px;
    }
}
 @media (min-width: 992px) {
     .energycheck01-result-message:before {
         border-left: 10px solid #fff;
         top: 20%;
         right: -20px;
    }
}
 .energycheck01-result-message:after {
     content: "";
     display: block;
     width: 30px;
     height: 30px;
     background: url(../img/malnutrition/energy_check_01/icon_human.png) no-repeat center;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     position: absolute;
}
 @media (max-width: 991.98px) {
     .energycheck01-result-message:after {
         margin-top: -15px;
         top: 50%;
         left: -50px;
    }
}
 @media (min-width: 992px) {
     .energycheck01-result-message:after {
         right: 15px;
         bottom: 15px;
    }
}
 .energycheck01-result-graph {
     position: relative;
}
 .energycheck01-result-graph .inner {
     position: relative;
}
 .energycheck01-result-title {
     display: none;
     width: 33%;
     height: 33%;
     min-width: 94px;
     min-height: 94px;
     margin-bottom: 0;
     background-color: #F7F9FB;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     font-size: 13.75px;
     font-weight: bold;
     text-align: center;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 @media (min-width: 768px) {
     .energycheck01-result-title {
         font-size: 16px;
    }
}
 .energycheck01-result-title.active {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .energycheck01-result-percentage {
     margin-bottom: 0;
     color: #fff;
     font-weight: bold;
     position: absolute;
     top: 50%;
     right: 18%;
     -webkit-transform: translate(50%, -50%);
     -ms-transform: translate(50%, -50%);
     transform: translate(50%, -50%);
}
 .energycheck01-note {
     font-size: 10px;
}
 .energycheck02-tab-area {
     margin-left: -30px;
}
 @media (min-width: 768px) {
     .energycheck02-tab-area {
         margin-left: -35px;
         margin-right: -35px;
         padding-left: 35px;
         padding-right: 35px;
         padding-bottom: 35px;
         background-image: url(/nutrition/assets/img/malnutrition/energy_check_02/tab_bg.png), url(/nutrition/assets/img/malnutrition/energy_check_02/tab_bg.png);
         background-repeat: no-repeat;
         background-position: center top, center bottom;
         -webkit-background-size: contain;
         -o-background-size: contain;
         background-size: contain;
    }
}
 .energycheck02-tab-title {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-left: -3px;
}
 @media (min-width: 768px) {
     .energycheck02-tab-title {
         margin-left: -10px;
         margin-bottom: 20px;
    }
}
 .energycheck02-tab-title > * {
     width: calc(100% / 3);
     padding-left: 3px;
}
 @media (min-width: 768px) {
     .energycheck02-tab-title > * {
         padding-left: 10px;
    }
}
 .energycheck02-tab-title-inner {
     position: relative;
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-title-inner:before {
         content: "";
         width: 100%;
         height: 3px;
         background-color: #fff;
         position: absolute;
         bottom: 0;
         left: 0;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-title-inner.active:before {
         opacity: 0;
         visibility: visible;
    }
}
 .energycheck02-tab-title-inner .pc {
     display: none;
}
 @media (min-width: 768px) {
     .energycheck02-tab-title-inner .pc {
         display: inline-block;
    }
}
 .energycheck02-tab-title-inner .pc.on {
     display: none;
}
 @media (min-width: 768px) {
     .energycheck02-tab-title-inner .sp {
         display: none;
    }
}
 .energycheck02-tab-title-inner .sp.on {
     display: none;
}
 .energycheck02-tab-title-inner.active .pc {
     display: none;
}
 @media (min-width: 768px) {
     .energycheck02-tab-title-inner.active .pc {
         display: inline-block;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-title-inner.active .pc.on {
         display: inline-block;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-title-inner.active .pc.off {
         display: none;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-title-inner.active .sp {
         display: none;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-title-inner.active .sp.on {
         display: inline-block;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-title-inner.active .sp.off {
         display: none;
    }
}
 .energycheck02-tab-top {
     margin-bottom: 10px;
     padding: 8px 8px 8px 21px;
     background-color: #58207c;
     color: #fff;
     line-height: 1.2;
     position: relative;
}
 .energycheck02-tab-top:before {
     content: "";
     display: inline-block;
     border: 6px solid transparent;
     border-left: 6px solid #fff;
     position: absolute;
     top: 11px;
     left: 8px;
}
 @media (min-width: 768px) {
     .energycheck02-tab-top:before {
         top: 13px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-top {
         display: none;
    }
}
 .energycheck02-tab-top.tab-2 {
     background-color: #E77400;
}
 .energycheck02-tab-top.tab-3 {
     background-color: #00a8e3;
}
 .energycheck02-tab1-list > li {
     margin-bottom: 15px;
     padding: 20px;
     background-color: #F8F6FB;
}
 @media (min-width: 768px) {
     .energycheck02-tab1-list > li {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         margin-bottom: 0;
         padding: 25px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab1-list > li:nth-child(even) {
         background-color: #fff;
    }
}
 .energycheck02-tab2-list > li {
     margin-bottom: 15px;
     padding: 20px;
     background-color: #fff8f2;
}
 @media (min-width: 768px) {
     .energycheck02-tab2-list > li {
         margin-bottom: 0;
         padding: 25px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab2-list > li:nth-child(even) {
         background-color: #fff;
    }
}
 .energycheck02-tab3-list > li {
     padding: 0 20px 20px;
     background-color: #f2f9fe;
}
 @media (min-width: 768px) {
     .energycheck02-tab3-list > li {
         padding: 20px;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab3-list > li:first-child {
         padding-top: 20px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab3-list > li:last-child {
         background-color: #f1f5fb;
    }
}
 @media (min-width: 992px) {
     .energycheck02-tab3-list .energycheck02-tab-child-list-2, .energycheck02-tab3-list .energycheck02-tab-child-list-3 {
         margin-left: 15px;
         margin-right: 15px;
    }
}
 .energycheck02-tab-lead {
     padding-left: 15px;
     color: #E78D22;
     font-size: 14.44444px;
     font-weight: bold;
     line-height: 1.2;
     position: relative;
}
 @media (min-width: 768px) {
     .energycheck02-tab-lead {
         font-size: 18px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-lead {
         width: calc(100% - 85px);
         margin-left: auto;
    }
}
 @media (min-width: 992px) {
     .energycheck02-tab-lead {
         width: calc(100% - 125px);
    }
}
 @media (min-width: 1117px) {
     .energycheck02-tab-lead {
         width: calc(100% - 139px);
    }
}
 .energycheck02-tab-lead:before {
     content: "";
     display: block;
     border: 6px solid transparent;
     border-left: 6px solid #f9c385;
     position: absolute;
     top: 3px;
     left: 0;
}
 @media (min-width: 768px) {
     .energycheck02-tab-lead:before {
         top: 5px;
    }
}
 .energycheck02-tab-lead.tab-3 {
     color: #009ED6;
}
 @media (min-width: 768px) {
     .energycheck02-tab-lead.tab-3 {
         width: auto;
         margin-left: 0;
    }
}
 @media (min-width: 992px) {
     .energycheck02-tab-lead.tab-3 {
         width: auto;
    }
}
 @media (min-width: 1117px) {
     .energycheck02-tab-lead.tab-3 {
         width: auto;
    }
}
 .energycheck02-tab-lead.tab-3:before {
     border-left-color: #48b1df;
}
 .energycheck02-tab-lead-2 {
     padding-left: 15px;
     color: #009ED6;
     font-size: 14.44444px;
     font-weight: bold;
     line-height: 1.2;
     position: relative;
}
 @media (min-width: 768px) {
     .energycheck02-tab-lead-2 {
         font-size: 18px;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-lead-2 {
         margin-bottom: 10px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-lead-2 {
         width: 80px;
         margin-left: 0;
    }
}
 @media (min-width: 992px) {
     .energycheck02-tab-lead-2 {
         width: 120px;
    }
}
 @media (min-width: 1117px) {
     .energycheck02-tab-lead-2 {
         width: 134px;
    }
}
 .energycheck02-tab-lead-2:before {
     content: "";
     display: block;
     border: 6px solid transparent;
     border-left: 6px solid #48b1df;
     position: absolute;
     top: 3px;
     left: 0;
}
 @media (min-width: 768px) {
     .energycheck02-tab-lead-2:before {
         top: 5px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-box {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-stitle {
         margin-bottom: 10px;
         text-align: center;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-stitle {
         width: 80px;
    }
}
 @media (min-width: 992px) {
     .energycheck02-tab-stitle {
         width: 120px;
    }
}
 @media (min-width: 1117px) {
     .energycheck02-tab-stitle {
         width: 134px;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-stitle img {
         width: 180px;
    }
}
 .energycheck02-tab-stitle-2 {
     margin-bottom: 10px;
}
 @media (min-width: 768px) {
     .energycheck02-tab-stitle-2 {
         margin-bottom: 0;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-box {
         width: calc(100% - 80px);
         padding-left: 5px;
    }
}
 @media (min-width: 992px) {
     .energycheck02-tab-child-box {
         width: calc(100% - 120px);
    }
}
 @media (min-width: 1117px) {
     .energycheck02-tab-child-box {
         width: calc(100% - 134px);
    }
}
 .energycheck02-tab-child-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     margin-left: -5px;
}
 .energycheck02-tab-child-list > li {
     width: calc(100% / 3);
     padding-left: 5px;
     text-align: center;
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-child-list .pc {
         display: none;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-list .sp {
         display: none;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-list-2 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: end;
         -ms-flex-align: end;
         align-items: flex-end;
         margin-left: -5px;
    }
}
 .energycheck02-tab-child-list-2 > li {
     margin-bottom: 10px;
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-list-2 > li {
         width: calc(100% / 3);
         margin-bottom: 0;
         padding-left: 5px;
         text-align: center;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-child-list-2 .pc {
         display: none;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-list-2 .sp {
         display: none;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-list-3 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: end;
         -ms-flex-align: end;
         align-items: flex-end;
         margin-left: -5px;
    }
}
 .energycheck02-tab-child-list-3 > li {
     margin-bottom: 10px;
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-list-3 > li {
         width: calc(100% / 2);
         margin-bottom: 0;
         padding-left: 5px;
         text-align: center;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-tab-child-list-3 .pc {
         display: none;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab-child-list-3 .sp {
         display: none;
    }
}
 .energycheck02-tab1-link {
     display: block;
}
 @media (min-width: 768px) {
     .energycheck02-tab1-link .on {
         display: none;
    }
}
 .energycheck02-tab1-link:hover img {
     opacity: 1;
}
 @media (min-width: 768px) {
     .energycheck02-tab1-link:hover .on {
         display: inline-block;
    }
}
 @media (min-width: 768px) {
     .energycheck02-tab1-link:hover .off {
         display: none;
    }
}
 @media (max-width: 767.98px) {
     .energycheck02-product-list {
         margin-left: -30px;
    }
}
 .energycheck02-product-title {
     margin-bottom: 10px;
     font-size: 14.44444px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .energycheck02-product-title {
         font-size: 18px;
    }
}
 .energycheck02-product-item {
     padding: 20px;
     background-color: #F7F9FB;
}
 @media (min-width: 992px) {
     .energycheck02-product-item {
         padding: 25px 40px;
    }
}
 .energycheck02-product-item-inner {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .energycheck02-product-pic {
     width: 37%;
     text-align: center;
}
 .energycheck02-product-textarea {
     width: 63%;
     padding-left: 15px;
}
 @media (min-width: 992px) {
     .energycheck02-product-textarea {
         padding-left: 40px;
    }
}
 .energycheck02-product-stitle {
     margin-bottom: 10px;
     font-size: 15px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .energycheck02-product-stitle {
         font-size: 20px;
    }
}
 .energycheck02-product-lead {
     display: inline-block;
     height: 25px;
     margin-bottom: 10px;
     padding-left: 10px;
     padding-right: 10px;
     background-color: #199fce;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     color: #fff;
     font-size: 12.30769px;
     line-height: 25px;
}
 @media (min-width: 768px) {
     .energycheck02-product-lead {
         font-size: 13px;
    }
}
 @media (min-width: 768px) {
     .energycheck02-product-lead {
         height: 25px;
         padding-left: 10px;
         padding-right: 10px;
         background-color: #fff;
         color: #3e3a39;
         line-height: 25px;
    }
}
 .energycheck02-product-text strong {
     color: #00A0E9;
     font-weight: normal;
}
 .energycheck02-product-button-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-left: -10px;
}
 @media (min-width: 1117px) {
     .energycheck02-product-button-list {
         width: calc(63% - 30px);
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         margin-left: auto;
    }
}
 .energycheck02-product-button-list > li {
     width: 50%;
     margin-bottom: 5px;
     padding-left: 10px;
}
 @media (min-width: 768px) {
     .energycheck02-product-button-list > li {
         margin-bottom: 10px;
    }
}
 .energycheck02-product-button-list > li:first-child {
     width: 100%;
}
 .energycheck02-product-button-list.yahoo > li:first-child {
     width: 50%;
}
 .energycheck02-product-button-list .product-item-button{
    font-size: 14px;
}
 .energycheck02-product-button-list .product-item-button.yahoo{
    background-color: #ff002b;
    font-size: 12px;
    padding: 12px 15px 12px 5px;
}
 @media (min-width: 768px) {
     .energycheck02-product-button-list img {
         -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
         box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    }
}
 .energycheck02-product-button-box {
     text-align: center;
}
 @media (max-width: 767.98px) {
     .recipe-first-area {
         margin-left: -30px;
    }
}
 @media (min-width: 768px) {
     .recipe-first-area {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }
}
 @media (max-width: 767.98px) {
     .recipe-first-pic-box {
         margin-bottom: 15px;
         padding-bottom: 10px;
         border-bottom: 1px solid #999;
    }
}
 @media (min-width: 768px) {
     .recipe-first-pic-box {
         width: 54.2%;
    }
}
 @media (min-width: 768px) {
     .recipe-first-ingredients {
         width: 45.8%;
         padding-left: 20px;
    }
}
 .recipe-first-pic {
     margin-bottom: 10px;
}
 @media (min-width: 768px) {
     .recipe-first-pic {
         margin-bottom: 15px;
    }
}
 @media (max-width: 767.98px) {
     .recipe-nutrition-box {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-left: -5px;
    }
}
 @media (max-width: 767.98px) {
     .recipe-nutrition-box > * {
         padding-left: 5px;
    }
}
 .recipe-nutrition-list {
     margin-bottom: 5px;
     font-size: 11.66667px;
}
 @media (min-width: 768px) {
     .recipe-nutrition-list {
         font-size: 12px;
    }
}
 @media (min-width: 768px) {
     .recipe-nutrition-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
    }
}
 .recipe-nutrition-list dt {
     min-width: 70px;
     height: 20px;
     padding-left: 5px;
     padding-right: 5px;
     border: 1px solid #3e3a39;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     text-align: center;
     line-height: 18px;
}
 @media (max-width: 767.98px) {
     .recipe-nutrition-list dt {
         margin-bottom: 5px;
    }
}
 @media (min-width: 768px) {
     .recipe-nutrition-list dt {
         min-width: 82px;
         margin-right: 10px;
         padding-left: 10px;
         padding-right: 10px;
    }
}
 .recipe-nutrition-list dd {
     margin-bottom: 0;
     font-weight: bold;
     text-align: center;
}
 .recipe-ingredients-title {
     margin-bottom: 10px;
     font-size: 14.73684px;
     font-weight: bold;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .recipe-ingredients-title {
         font-size: 19px;
    }
}
 @media (min-width: 768px) {
     .recipe-ingredients-title {
         margin-bottom: 15px;
    }
}
 .recipe-ingredients-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 3px;
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/ingredients_bg.png?v=1679532979) repeat-x center;
     font-size: 13.33333px;
}
 .recipe-ingredients-list.ingredients-come {
    width: 100%;
    background: #FFF;
 }
 @media (min-width: 768px) {
     .recipe-ingredients-list {
         font-size: 15px;
    }
}
 .recipe-ingredients-list dt, .recipe-ingredients-list dd {
     background-color: #fff;
     line-height: 1.2;
}
 .recipe-ingredients-list dt {
     margin-right: 10px;
     padding-right: 3px;
     font-weight: normal;
}
 .recipe-ingredients-list dd {
     margin-bottom: 0;
     padding-left: 3px;
}
 .recipe-ingredients-list a {
     text-decoration: underline;
}
 .recipe-ingredients-list a:hover {
     text-decoration: none;
}
 @media (max-width: 767.98px) {
     .recipe-make-area {
         margin-left: -30px;
    }
}
 .recipe-make-title {
     margin-bottom: 10px;
     font-size: 14.73684px;
     font-weight: bold;
     line-height: 1.2;
}
 @media (min-width: 768px) {
     .recipe-make-title {
         font-size: 19px;
    }
}
 .recipe-make-list {
     padding-left: 0;
}
 .recipe-make-list > li {
     margin-bottom: 5px;
     padding-left: 23px;
     font-size: 14.44444px;
     list-style: none;
     line-height: 1.2;
     position: relative;
}
 @media (min-width: 768px) {
     .recipe-make-list > li {
         font-size: 18px;
    }
}
 @media (min-width: 768px) {
     .recipe-make-list > li {
         padding-left: 25px;
    }
}
 .recipe-make-list > li:before {
     content: "";
     width: 18px;
     height: 18px;
     background-color: #3e3a39;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     color: #fff;
     font-size: 13.33333px;
     text-align: center;
     line-height: 18px;
     position: absolute;
     top: 0;
     left: 0;
}
 @media (min-width: 768px) {
     .recipe-make-list > li:before {
         font-size: 15px;
    }
}
 @media (min-width: 768px) {
     .recipe-make-list > li:before {
         width: 20px;
         height: 20px;
         line-height: 20px;
         top: 2px;
    }
}
 .recipe-make-list > li:nth-child(1):before {
     content: "1";
}
 .recipe-make-list > li:nth-child(2):before {
     content: "2";
}
 .recipe-make-list > li:nth-child(3):before {
     content: "3";
}
 .recipe-make-list > li:nth-child(4):before {
     content: "4";
}
 .recipe-make-list > li:nth-child(5):before {
     content: "5";
}
 .recipe-make-list > li:nth-child(6):before {
     content: "6";
}
 .recipe-make-list > li:nth-child(7):before {
     content: "7";
}
 .recipe-make-list > li:nth-child(8):before {
     content: "8";
}
 .recipe-make-list > li:nth-child(9):before {
     content: "9";
}
 .recipe-make-list > li:nth-child(10):before {
     content: "10";
}
 .recipe-make-list > li:nth-child(11):before {
     content: "11";
}
 .recipe-make-list > li:nth-child(12):before {
     content: "12";
}
 .recipe-make-list > li:nth-child(13):before {
     content: "13";
}
 .recipe-make-list > li:nth-child(14):before {
     content: "14";
}
 .recipe-make-list > li:nth-child(15):before {
     content: "15";
}
 .recipe-make-list > li:nth-child(16):before {
     content: "16";
}
 .recipe-make-list > li:nth-child(17):before {
     content: "17";
}
 .recipe-make-list > li:nth-child(18):before {
     content: "18";
}
 .recipe-make-list > li:nth-child(19):before {
     content: "19";
}
 .recipe-make-list > li:nth-child(20):before {
     content: "20";
}
 .recipe-make-list a {
     text-decoration: underline;
}
 .recipe-make-list a:hover {
     text-decoration: none;
}
 .recipe-point-area {
     padding: 20px 20px 15px;
     background-color: #F1F4FB;
}
 @media (max-width: 767.98px) {
     .recipe-point-area {
         margin-left: -30px;
    }
}
 @media (min-width: 768px) {
     .recipe-point-area {
         background-color: #F7F9FB;
    }
}
 @media (min-width: 992px) {
     .recipe-point-area {
         padding: 30px 30px 25px;
    }
}
 .recipe-point-title {
     font-size: 14.44444px;
     font-weight: bold;
}
 @media (min-width: 768px) {
     .recipe-point-title {
         font-size: 18px;
    }
}
 .recipe-point-list {
     margin-bottom: 0;
}
 .recipe-point-list > li {
     margin-bottom: 5px;
     padding-left: 15px;
     line-height: 1.2;
     position: relative;
}
 .recipe-point-list > li:before, .recipe-point-list > li:after {
     content: "";
     display: block;
     -webkit-border-radius: 999px;
     border-radius: 999px;
     position: absolute;
}
 .recipe-point-list > li:before {
     width: 7px;
     height: 7px;
     background-color: #0B318F;
     top: 7px;
     left: 2px;
}
 .recipe-point-list > li:after {
     width: 11px;
     height: 11px;
     border: 1px solid #0B318F;
     top: 5px;
     left: 0;
}
 @media (max-width: 767.98px) {
     .recipe-supervision-area {
         margin-left: -30px;
    }
}
 .sitemap-article-col3 {
     margin-bottom: 30px;
}
 @media (min-width: 768px) {
     .sitemap-article-col3 {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         margin-left: -25px;
         margin-bottom: 10px;
         position: relative;
    }
     .sitemap-article-col3:before {
         content: "";
         display: block;
         width: calc(100% - 25px);
         height: 1px;
         background-color: #9FA0A0;
         position: absolute;
         left: 25px;
         bottom: 0;
    }
     .sitemap-article-col3 > * {
         width: 33.3333%;
         padding-left: 25px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
    }
}
 @media (max-width: 767.98px) {
     .sitemap-cat-box {
         margin-bottom: 15px;
    }
}
 .sitemap-cat-title {
     margin-bottom: 0;
     font-size: 15px;
}
 @media (min-width: 768px) {
     .sitemap-cat-title {
         font-size: 20px;
    }
}
 @media (min-width: 768px) {
     .sitemap-cat-title {
         margin-bottom: 15px;
    }
}
 .sitemap-cat-title-inner {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 0;
     padding: 8px 40px;
     border: 2px solid #1c2c56;
     color: #1c2c56;
     font-weight: bold;
     text-align: center;
     position: relative;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .sitemap-cat-title-inner {
         padding: 10px 40px;
    }
}
 @media (min-width: 1117px) {
     .sitemap-cat-title-inner {
         padding: 10px 60px;
    }
}
 .sitemap-cat-title-inner:before, .sitemap-cat-title-inner:after {
     content: "";
     display: block;
     width: 15px;
     height: 17px;
     margin-top: -7px;
     background-repeat: no-repeat;
     background-position: center;
     -webkit-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     position: absolute;
     top: 50%;
     left: 15px;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (max-width: 767.98px) {
     .sitemap-cat-title-inner:before, .sitemap-cat-title-inner:after {
         -webkit-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
    }
}
 @media (min-width: 768px) {
     .sitemap-cat-title-inner:before, .sitemap-cat-title-inner:after {
         width: 18px;
         height: 21px;
         margin-top: -9px;
         left: 20px;
    }
}
 @media (min-width: 1117px) {
     .sitemap-cat-title-inner:before, .sitemap-cat-title-inner:after {
         left: 40px;
    }
}
 .sitemap-cat-title-inner:before {
     background-image: url(../img/common/icon_arrow_down_primary.svg);
}
 .sitemap-cat-title-inner:after {
     opacity: 0;
     visibility: hidden;
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_white.svg?v=1679442170);
}
 .sitemap-cat-title-inner:hover {
     background-color: #1c2c56;
     color: #fff;
     text-decoration: none;
}
 .sitemap-cat-title-inner:hover:before {
     opacity: 0;
     visibility: hidden;
}
 .sitemap-cat-title-inner:hover:after {
     opacity: 1;
     visibility: visible;
}
 .stomach_health .sitemap-cat-title-inner {
     border-color: #6eba44;
     color: #6eba44;
}
 .stomach_health .sitemap-cat-title-inner:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_stomach_health.svg?v=1679441454);
}
 .stomach_health .sitemap-cat-title-inner:hover {
     background-color: #6eba44;
     color: #fff;
}
 .swallow_chew .sitemap-cat-title-inner {
     border-color: #674498;
     color: #674498;
}
 .swallow_chew .sitemap-cat-title-inner:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_swallow_chew.svg?v=1679444297);
}
 .swallow_chew .sitemap-cat-title-inner:hover {
     background-color: #674498;
     color: #fff;
}
 .malnutrition .sitemap-cat-title-inner {
     border-color: #0b318f;
     color: #0b318f;
}
 .malnutrition .sitemap-cat-title-inner:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_malnutrition.svg?v=1679444363);
}
 .malnutrition .sitemap-cat-title-inner:hover {
     background-color: #0b318f;
     color: #fff;
}
 .product .sitemap-cat-title-inner {
     border-color: #00aad3;
     color: #00aad3;
}
 @media (min-width: 768px) {
     .product .sitemap-cat-title-inner {
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         padding-left: 90px;
    }
}
 .product .sitemap-cat-title-inner:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow_down_product.svg?v=1679441454);
}
 .product .sitemap-cat-title-inner:hover {
     background-color: #00aad3;
     color: #fff;
}
 ul.sitemap-cat-list {
     margin-bottom: 0;
}
 @media (max-width: 767.98px) {
     ul.sitemap-cat-list {
         padding: 8px 8px 3px;
    }
}
 ul.sitemap-cat-list > li {
     margin-bottom: 5px;
}
 @media (min-width: 768px) {
     ul.sitemap-cat-list > li {
         margin-bottom: 10px;
    }
}
 .sitemap-cat-item {
     display: block;
     padding: 8px 10px 8px 28px;
     background-color: #f7f9fb;
     line-height: 1.2;
     position: relative;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 @media (min-width: 768px) {
     .sitemap-cat-item {
         display: table;
         width: 100%;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         min-height: 90px;
         padding: 12px 25px;
    }
     .sitemap-cat-item > * {
         display: table-cell;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         vertical-align: middle;
    }
}
 @media (min-width: 992px) {
     .sitemap-cat-item {
         min-height: 68px;
    }
}
 .sitemap-cat-item:before {
     content: "";
     display: block;
     width: 8px;
     height: 8px;
     background: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_primary_b90a2639-3d63-4f6e-94b8-593cbda1ca18.png?v=1679583963) no-repeat center;
     -webkit-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     position: absolute;
}
 @media (max-width: 767.98px) {
     .sitemap-cat-item:before {
         margin-top: -4px;
         top: 50%;
         left: 10px;
    }
}
 @media (min-width: 768px) {
     .sitemap-cat-item:before {
         bottom: 10px;
         right: 10px;
    }
}
 @media (max-width: 1116.98px) {
     .sitemap-cat-item br {
         display: none;
    }
}
 .sitemap-cat-item:hover {
     text-decoration: none;
}
@media (min-width: 768px) {
    .sitemap-cat-item:hover {
         background-color: #eee;
    }
}
.stomach_health .sitemap-cat-item {
     color: #6eba44;
}
.stomach_health .sitemap-cat-item:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_stomach_health.png?v=1679443262);
}
@media (max-width: 1116.98px) {
    .stomach_health .sitemap-cat-item br {
        display: none;
    }
}
@media (min-width: 768px) {
    .stomach_health .sitemap-cat-item:hover {
         background-color: #fcfdfa;
    }
}
.swallow_chew .sitemap-cat-item {
    color: #674498;
}
.swallow_chew .sitemap-cat-item:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_swallow_chew.png?v=1679443261);
}
 @media (max-width: 1116.98px) {
    .swallow_chew .sitemap-cat-item br {
         display: none;
    }
}
@media (min-width: 768px) {
    .swallow_chew .sitemap-cat-item:hover {
         background-color: #fbfafd;
    }
}
 .malnutrition .sitemap-cat-item {
     color: #0b318f;
}
 .malnutrition .sitemap-cat-item:before {
     background-image: url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_heart_malnutrition.png?v=1679443262);
}
@media (max-width: 1116.98px) {
    .malnutrition .sitemap-cat-item br {
         display: none;
    }
}
@media (min-width: 768px) {
    .malnutrition .sitemap-cat-item:hover {
         background-color: #f9f9fc;
    }
}
.page-archive-area .list-link {
     margin-left: .75rem;
     padding-bottom: 1rem;
}
.page-archive-area .list-link a {
     color: #1c2c56;
     font-weight: 700;
}
.page-archive-area .list-link a::before {
     content: '\025b6';
     font-weight: 700;
}
.page-archive-area .list-link.recipe_list a::before {
     content: '';
     font-weight: 700;
}
.page-archive-area .list-link.recipe_list a::after {
     content: '';
     background:url(https://cdn.shopify.com/s/files/1/0605/9520/8378/files/icon_arrow.png?v=1679447640)no-repeat top right;
     font-weight: 700;
     width: 26px;
     height: 26px;
     position: absolute;
     right: 15px;
     top: 4px;
}
@media (min-width: 768px) {
    .page-archive-area .list-link {
         padding: .2rem;
    }
}
@media (min-width: 768px) {
    .page_amazon {
         text-align: right;
    }
    .only_pc{
         display:block;
    }
    .only_sp{
         display:none;
    }
}
@media (max-width: 767px) {
    .page_pdf{
         padding-top: 15px;
         text-align: center;
    }
    .page_amazon{
         text-align:center;
    }
    .only_pc{
         display:none;
    }
    .only_sp{
         display:block;
    }
}
@media (min-width: 1116.98px) {
    .page-archive-area .nutrition_title{
         display:block;
         position:relative;
         border: 1px solid #6eba44;
         padding: 1px;
         float:right;
         background: #6eba44;
         color: #ffffff;
    }
    .page-archive-area .title_1{
         background: #0070c0;
         border: 1px solid #0070c0;
    }
    .page-archive-area .title_2{
         background: #674498;
         border: 1px solid #674498;
    }
}
@media (max-width: 767.98px){
    .v_hidden{
        visibility: hidden;
    }
     .page-archive-text.v_hidden{
        display:inherit;
        width:300px;
    }
    .page-archive-area .nutrition_title{
         display:block;
         position:relative;
         border: 0.1rem solid #6eba44;
         padding: 0.5rem;
         float:right;
         background: #6eba44;
         color: #ffffff;
    }
    .page-archive-area .title_1{
         background: #0070c0;
         border: 0.1rem solid #0070c0;
    }
    .page-archive-area .title_2{
         background: #f08500;
         border: 0.1rem solid #f08500;
    }
    .page-archive-area .title_3{
         background: #1b2c54;
         border: 0.1rem solid #1b2c54;
    }
}
@media (min-width: 768px){
    .page-archive-area .nutrition_title{
         display:block;
         position:relative;
         border: 1px solid #6eba44;
         padding: 1px;
         float:right;
         background: #6eba44;
         color: #ffffff;
    }
    .page-archive-area .title_1{
         background: #0070c0;
         border: 1px solid #0070c0;
    }
    .page-archive-area .title_2{
         background: #f08500;
         border: 1px solid #f08500;
    }
    .page-archive-area .title_3{
         background: #1b2c54;
         border: 1px solid #1b2c54;
    }
}
/*recipe*/
@media (min-width: 768px){
    .find_recipe{
         width: 760px;
        /*height: 510px;
        */
         border: 1px solid #f08500;
         border-radius: 5px;
         padding: 30px 40px 40px 40px;
         position: relative;
    }
    .ttl_icon{
        width: 15px;
        height: 15px;
        border: 1px solid #f08500;
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 50%;
    }
    .ttl_icon:before{
        content: "";
        position: absolute;
        width: 32px;
        height: 1px;
        background: #f08500;
        transform: rotate(135deg);
        top: -7px;
        right: -22px;
    }
    .clear{
         clear: both;
    }
    .find_recipe .head-2{
         font-size: 30px;
         position: relative;
         width: 30%;
         margin: 0 auto;
         padding: 0;
    }

    .recipe .pagehead-mv-text{
        color: #f08500;
    }
    .find_recipe .head-2:before{
         content: "";
         width: auto;
         height: 80px;
         position: absolute;
         margin-top: -14px;
         z-index: -9999;
         top: 15px;
         left: -10px;
         right: -35px;
         background: url(/nutrition/assets/img/recipe/icon_ttl.png),url(/nutrition/assets/img/recipe/icon_ttl_01.png);
         background-position: top left,top right;
         background-repeat: no-repeat;
        /*background-color: none;
        */
    }
    .search_by{
         position: relative;
    }
    .search_by .category{
         width: 130px;
         height: 130px;
         font-size: 20px;
         color: #a86c4e;
         border-radius: 50%;
         vertical-align: middle;
        /*background: #fff;
        */
        /*border: 1px solid #a86c4e;
        */
         padding: 40px 10px;
         text-align: center;
         position: absolute;
         left: -60px;
         top: 3%;
         font-weight: 500;
    }
    .search_by .category.category_list{
         left: -60px;
         top: 35%;
    }
    .search_by .category.ingredients{
         left: -60px;
         top: 66%;
    }
    .recipe_table{
        /*background: pink;
        */
         width: auto;
        /*height: 384px;
        */
         list-style: none;
         display: inline-block;
         margin: 30px auto 30px 80px;
         position: relative;
    }
    /*display: inline-block;
    */
    .recipe_table li{
         width: 180px;
        /*height: 40px;
        */
         padding: 10px 15px;
         border-radius: 5px;
         background: #fefdf5;
         border: 1px solid #f08500;
         float: left;
         margin: 0 15px 15px 0;
    }
    .recipe_table li.col_2{
         width: 375px;
    }
    .recipe_table li:hover, .recipe_table li.active{
         background: #f08500;
    }
    .recipe_table li.s_margin{
         margin: 0 0px 15px 0;
    }
    /*.recipe_table li.s_margin{
         margin: 0 15px 15px 0;
    }
    */
    .recipe_table li a{
         text-decoration: none;
         display: block;
    }
    .recipe_table li:hover a, .recipe_table li:hover .txt, .recipe_table li.active .txt{
         color: #fff;
    }
    .recipe_table li .txt{
         font-size: 16px;
         color: #595857;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
         margin: 0;
    }
    .category {
         position: relative;
         background: #fff;
         border: 1px solid #a86c4e;
    }
    .category.active{
         color: #fff;
         background: #a86c4e;
        /*border: 1px solid #a86c4e;
        */
    }
    .category:after, .category:before {
         left: 100%;
         top: 50%;
         border: solid transparent;
         content: " ";
         height: 0;
         width: 0;
         position: absolute;
         pointer-events: none;
    }
    .category:after {
         border-color: rgba(136, 183, 213, 0);
         border-left-color: #fff;
         border-width: 5px;
         margin-top: -5px;
    }
    .category.active:after{
         border-left-color: #a86c4e;
    }
    .category:before {
         border-color: rgba(133, 51, 11, 0);
         border-left-color: #a86c4e;
         border-width: 6px;
         margin-top: -6px;
    }
    .page-archive2-lead .txt{
         min-width: 100px;
         font-size: 13px;
         text-align: center;
         padding: 5px 15px;
         border-radius: 5px;
         background: #fefdf5;
         border: 1px solid #f08500;
         float: left;
         margin: 0 15px 15px 0;
         font-family: 'Meiryo';
         font-weight: bold;
         color: #595857;
    }
    .page-archive2-lead.food_category{
         padding: 10px 0 0 0;
         font-family: 'Meiryo';
         color: #595857;
    }
    .page-archive2-lead.food_name{
         padding: 0 0 10px 0;
         font-family: 'Meiryo';
         font-weight: bold;
         color: #595857;
    }
    .page-archive2-lead .txt:nth-of-type(2), .page-archive2-lead .txt:nth-of-type(3){
         margin: 0 0 15px 0;
    }
    .page-archive-area .list-link.recipe_list{
         background: #fff;
         border: 1px solid #f08500;
         text-align: center;
         width: 50%;
         margin: 0 auto;
         position: relative;
    }
    .page-archive-area .list-link.recipe_list a{
         color: #f08500;
         font-size: 16px;
         font-family: 'Meiryo';
    }
}
/*end of recipe*/
/*recipe*/
@media (max-width: 767px){
    .find_recipe{
         width: 100%;
        /*height: 510px;
        */
         border: 1px solid #f08500;
         border-radius: 5px;
         /*border-radius: .05rem;*/
         padding: 30px 40px 0px 40px;
         padding: 3% 4% 0 4%;
         /*padding: .3rem .4rem 0 .4rem;*/
         position: relative;
    }
    .ttl_icon{
        width: 15px;
        height: 15px;
        border: 1px solid #f08500;
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 50%;
    }
    .ttl_icon:before{
        content: "";
        position: absolute;
        width: 32px;
        height: 1px;
        background: #f08500;
        transform: rotate(135deg);
        top: -7px;
        right: -22px;
    }
    .recipe .head-2,
    .recipe .pagehead-mv-text{
        color: #f08500;
    }
    .clear{
         clear: both;
    }
    .find_recipe .head-2{
         font-size: 25px;
         position: relative;
         width: 60%;
         margin: 0 auto;
         padding: 0;
    }
    .find_recipe .head-2:before{
         content: "";
        /*border-right: 1px solid #00861A;
        */
        /*display: table-cell;
        */
         width: auto;
         height: 80px;
         position: absolute;
         margin-top: -14px;
         z-index: -9999;
         top: 15px;
         left: -10px;
         right: -35px;
         background: url(/nutrition/assets/img/recipe/icon_ttl.png),url(/nutrition/assets/img/recipe/icon_ttl_01.png);
         background-position: top left,top right;
         background-repeat: no-repeat;
        /*background-color: none;
        */
    }

    .search_by{
         position: relative;
    }
    .search_by .category{
         width: 70px;
         height: 70px;
         /*width: 15.625%;*/
         /*height: 15.625%;*/
         font-size: 10px;
         color: #a86c4e;
         border-radius: 50%;
         vertical-align: middle;
        /*background: #fff;
        */
        /*border: 1px solid #a86c4e;
        */
         padding: 20px 10px;
         text-align: center;
         position: absolute;
         left: -30px;
         top: 5%;
         font-weight: 500;
    }
    .search_by .category.category_list{
         left: -30px;
         top: 40%;
    }
    .search_by .category.ingredients{
         left: -30px;
         top: 70%;
    }
    .recipe_table{
        /*background: pink;
        */
         width: 90%;
        /*height: 384px;
        */
         list-style: none;
         display: inline-block;
         margin: 30px auto 0px 60px;
         margin: 4.6875% auto 0 9%;
         position: relative;
    }
    /*display: inline-block;
    */
    .recipe_table li{
         width: 165px;
         width: 48%;
        /*height: 40px;
        */
         padding: 10px 15px;
         /*padding: 1.5%;*/
         border-radius: 5px;
         background: #fefdf5;
         border: 1px solid #f08500;
         float: left;
         margin: 0 10px 15px 0;
         /*margin: 0 1% 1.5% 0;*/
    }
    .recipe_table li.col_2{
         width: 100%;
    }
    .recipe_table li:nth-child(even){
        float: right;
        margin-right: 0;
    }
    .recipe_table li:hover, .recipe_table li.active{
         background: #f08500;
    }
    .recipe_table li.s_margin{
         margin: 0 0px 15px 0;
    }
    /*.recipe_table li.s_margin{
         margin: 0 15px 15px 0;
    }
    */
    .recipe_table li a{
         text-decoration: none;
         display: block;
    }
    .recipe_table li:hover a, .recipe_table li:hover .txt, .recipe_table li.active .txt{
         color: #fff;
    }
    .recipe_table li .txt{
         font-size: 10px;
         color: #595857;
         font-weight: bold;
         text-align: center;
         line-height: 1.2;
         margin: 0;
    }
    .category {
         position: relative;
         background: #fff;
         border: 1px solid #a86c4e;
    }
    .category.active{
         color: #fff;
         background: #a86c4e;
        /*border: 1px solid #a86c4e;
        */
    }
    .category:after, .category:before {
         left: 100%;
         top: 50%;
         border: solid transparent;
         content: " ";
         height: 0;
         width: 0;
         position: absolute;
         pointer-events: none;
    }
    .category:after {
         border-color: rgba(136, 183, 213, 0);
         border-left-color: #fff;
         border-width: 5px;
         margin-top: -5px;
    }
    .category.active:after{
         border-left-color: #a86c4e;
    }
    .category:before {
         border-color: rgba(133, 51, 11, 0);
         border-left-color: #a86c4e;
         border-width: 6px;
         margin-top: -6px;
    }
    .page-archive2-lead .txt{
         min-width: 100px;
         min-width: 40%;
         font-size: 10px;
         text-align: center;
         padding: 5px 15px;
         border-radius: 5px;
         background: #fefdf5;
         border: 1px solid #f08500;
         float: left;
         margin: 0 10px 15px 0;
         /*margin: 0 1.5% 1.5% 0;*/
         font-family: 'Meiryo';
         font-weight: bold;
         color: #595857;
    }
    .page-archive2-lead.food_category{
         padding: 10px 0 0 0;
         font-family: 'Meiryo';
         color: #595857;
         background: transparent;
    }
    .page-archive2-lead.food_name{
         padding: 0 0 10px 0;
         font-family: 'Meiryo';
         font-weight: bold;
         color: #595857;
         background: transparent;
    }
    .page-archive2-lead .txt:nth-of-type(2), .page-archive2-lead .txt:nth-of-type(3){
         margin: 0 0 15px 0;
    }
    .page-archive-area .list-link.recipe_list{
         background: #fff;
         border: 1px solid #f08500;
         text-align: center;
         width: 70%;
         margin: 0 auto;
         position: relative;
         padding: 5px 0;
    }
    .page-archive-area .list-link.recipe_list a{
         color: #f08500;
         font-size: 16px;
         font-family: 'Meiryo';
    }

    .page-archive-area{
        padding: 30px 15px;
    }
}

@media (max-width: 359px){
    .recipe_table li{
        width: 46%;
    }
    .find_recipe .head-2{
        font-size: 20px;
    }
}
@media (min-width: 768px){
.page-archive2-lead .txt-button{
         min-width: 100px;
         font-size: 13px;
         text-align: center;
         padding: 5px 15px;
         border-radius: 5px;
         background: #ffffff;
         border: 1px solid #bfbfbf;
         float: left;
         margin: 0 15px 15px 0;
         font-family: 'Meiryo';
         font-weight: bold;
         color: #002099;

    }
     .page-archive-area .list-links{
         background: #fff;
         border: 1px solid #bfbfbf;
         text-align: center;
         width: 100%;
         margin: 0 auto;
         position: relative;
        padding: 4px 0;
    }
    .page-archive-area .list-links a{
        color: #999899;
        font-family: 'Meiryo';
        font-size: 20px;
        font-weight: 500;
        display: block;
        text-decoration: none;
    }
    .page-archive2-lead.food_category{
        height: 0px;
    }

}
@media (max-width: 767px){
.page-archive2-lead .txt-button{
         min-width: 100px;
         font-size: 13px;
         text-align: center;
         padding: 5px 15px;
         border-radius: 5px;
         background: #ffffff;
         border: 1px solid #bfbfbf;
         float: left;
         margin: 0 15px 15px 0;
         font-family: 'Meiryo';
         font-weight: bold;
         color: #002099;

    }
     .page-archive-area .list-links{
         background: #fff;
         border: 1px solid #bfbfbf;
         text-align: center;
         width: 100%;
         margin: 0 auto;
         position: relative;

    }
    .page-archive2-lead.food_category{
        height: 0px;
    }
}

.page-width--narrow {
max-width: 1100px;
}

.rte .swallow_chew li,
.rte .stomach_health li {
  list-style: none;
}

.rte .side-topics-list > li {
  margin-bottom: 20px;
}

div:empty {
  display: block;
}

.rte .swallow_chew ul {
  padding-left: 0;
}

.rte .stomach_health ul {
  padding-left: 0;
}

.rte .sitemap ul.sitemap-cat-list > li {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
.rte .sitemap ul.sitemap-cat-list > li {
  margin-bottom: 10px;
}

}

@media screen and (min-width: 750px) {
}
  .article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 0 !important;
  }

/*end of recipe*/
/*# sourceMappingURL=style.css.map */

.element-margin {
  display: none;
}

.header {
  display: block !important;
}

.rte .stomach_health .stomach-ol li {
  list-style: disc !important;
  list-style-type: decimal !important;
}

.rte .stomach_health .stomach-ul li {
  list-style: disc !important;
  list-style-type: disc !important;
}

.stomach-ol {
  padding-left: 20px;
}
