@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  text-align: left;
  line-height: 1.75;
  /** print */
  /** ↑ print */
}

@media print {
  body {
    zoom: 0.75;
  }
}

body .media-dtp {
  zoom: 0.75;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}

abbr[title],
abbr[data-original-title] {
  -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;
  padding-left: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #018463;
  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;
}

pre,
code,
kbd,
samp {
  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;
  width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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: 0.5rem;
}

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;
  cursor: pointer;
  color: #333;
}

input[type="text"] {
  border-radius: 0;
}

input[type="text"]::-webkit-input-placeholder, input[type="text"]::-moz-placeholder, input[type="text"]::-ms-placeholder, input[type="text"]::placeholder {
  color: #cccccc;
}

input[type="text"], textarea {
  cursor: initial;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

option[disabled], select[disabled] {
  color: #8c8c8c !important;
  opacity: 0.4;
  cursor: default;
}

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"] {
  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: 0.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;
}

details {
  list-style: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

html, :root {
  color: #333;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-family: sans-serif;
}

@media print, screen and (min-width: 768px) {
  html, :root {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  html, :root {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

/** print */
@media print {
  html, :root {
    color: #000;
  }
}

.media-dtp html, .media-dtp :root {
  color: #000;
}

/** ↑ print */
input[type='text'], textarea {
  font-family: sans-serif !important;
}

.attention {
  color: #e70924;
}

.small-text {
  color: #8c8c8c;
}

.page-header {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #8c8c8c;
}

.caption {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.label, [class^="label--"] {
  display: inline-block;
  background-color: #fff;
  color: #707070;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  border: 1px solid #707070;
  padding: 6px 8px 4px;
  margin-right: 0.25em;
  margin-bottom: 0.5rem;
}

.label--important, .label--new {
  border-color: #fb0020;
  color: #fb0020;
}

.label--emphasis {
  border-color: #946F00;
  color: #946F00;
}

.label-s {
  line-height: 1;
  padding: 2px;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 11px;
  margin-bottom: 0;
}

[data-js-check-date] {
  display: none;
}

.badge {
  display: inline-block;
  height: 32px;
  min-width: 32px;
  margin-right: 2px;
}

.badge img {
  width: auto;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

h1 {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

h2 {
  font-family: var(--font-light-conde), sans-serif;
  font-weight: 200;
}

h3 {
  font-family: var(--font-light-conde), sans-serif;
  font-weight: 200;
}

h4 {
  font-family: var(--font-light-conde), sans-serif;
  font-weight: 200;
}

h5, h6 {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
    margin-top: 4.5rem;
    margin-bottom: 3rem;
  }
  h3 {
    font-size: 32px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 24px;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  h5 {
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  h6 {
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .font-l, .btn-lg {
    font-size: 18px;
  }
  .font-s {
    font-size: 14px;
  }
  .font-xs, .btn-sm {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 32px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 24px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  h4 {
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  h5 {
    font-size: 18px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  h6 {
    font-size: 16px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .font-l, .btn-lg {
    font-size: 18px;
  }
  .font-s {
    font-size: 14px;
  }
  .font-xs, .btn-sm {
    font-size: 12px;
  }
}

.font-weight-bold, b, strong {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .font-weight-normal, .font-weight-light {
    font-family: var(--font-normal), sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .font-weight-normal, .font-weight-light {
    font-family: var(--font-normal-conde), sans-serif;
  }
}

.typesquare_embed {
  display: none;
}

.btn {
  display: inline-flex;
  border-radius: 2px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #333;
  text-decoration: none;
  color: #fff;
  min-height: 48px;
  min-width: 8em;
}

.btn > span {
  max-width: 100%;
  padding: 1px;
  background-color: transparent;
  line-height: 1.25;
}

.btn:focus, .btn.focus {
  cursor: default;
}

.btn:hover {
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.3;
  filter: grayscale(100%);
  pointer-events: none;
}

.btn[target="_blank"] > span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e804';
  display: inline-block;
  margin-left: 0.25em;
  line-height: 1;
}

.btn[download] > span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e806';
  display: inline-block;
  margin-left: 0.25em;
  line-height: 1;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn-sm {
  padding: 0.5em;
  min-height: 40px;
  font-size: 14px;
  min-width: 6em;
}

.btn-lg {
  padding: 0.5em 3em;
  min-height: 80px;
  min-width: 10em;
}

.btn:not(.btn-link) {
  justify-content: center;
  align-items: center;
  text-align: center;
}

/** print */
@media print {
  .btn:not(.btn-link) {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
  }
}

.media-dtp .btn:not(.btn-link) {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}

/** ↑ print */
.btn-primary {
  background-color: #01916d;
  border-width: 1px;
  border-color: #018463;
}

.btn-secondary {
  background-color: #fff;
  border-width: 2px;
  border-color: #8c8c8c;
  color: #333;
}

.btn-secondary > span {
  padding: 0;
}

.btn-link {
  background-color: transparent;
  color: #01916d;
  padding: 0;
  text-align: left;
  min-height: auto;
  min-width: auto;
}

.btn-link > span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e802';
  display: inline-block;
  margin-left: 0.25em;
  line-height: 1;
}

_:-ms-lang(x)::-ms-backdrop, .btn {
  /* todo ie11 hack */
  min-height: auto;
}

@media print, screen and (min-width: 768px) {
  .btn:not(.btn-link) {
    transition-property: background-color, color;
    transition-duration: 0.4s, 0.4s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1), cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 0s, 0s;
  }
  .btn:not(.btn-link):hover, .btn:not(.btn-link):focus {
    background-color: #01916d;
    color: #fff;
    text-decoration: none;
  }
  .btn:not(.btn-link):active {
    transform: translateY(2px);
    background-color: #01916d;
    color: #fff;
  }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: rgba(1, 145, 109, 0.8);
  }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background-color: #fff;
    border-color: #018463;
    color: #018463;
  }
  .btn.btn-secondary:active {
    background-color: #f6f6f6;
  }
  .btn-link {
    min-height: initial;
  }
  .btn-link:hover, .btn-link:focus {
    text-decoration: underline;
    color: #01916d;
  }
  .btn-link:active {
    color: #018463;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    user-select: none;
  }
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot#iefix") format("embedded-opentype"), url("../font/fontello.woff2") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-document span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e805';
}

.icon-search span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e809';
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 12 - 0.01px);
  max-width: calc(100% / 12 - 0.01px);
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 6 - 0.01px);
  max-width: calc(100% / 6 - 0.01px);
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 3 - 0.01px);
  max-width: calc(100% / 3 - 0.01px);
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 2.4 - 0.01px);
  max-width: calc(100% / 2.4 - 0.01px);
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 12 * 7 - 0.01px);
  max-width: calc(100% / 12 * 7 - 0.01px);
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 1.5 - 0.01px);
  max-width: calc(100% / 1.5 - 0.01px);
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 1.2 - 0.01px);
  max-width: calc(100% / 1.2 - 0.01px);
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 12 * 11 - 0.01px);
  max-width: calc(100% / 12 * 11 - 0.01px);
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
  }
  .col, [class*="col-"], [class*="_col"] {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem -0.5rem;
  }
  .col, [class*="col-"], [class*="_col"] {
    padding: 0.25rem 0.5rem;
  }
  .col-sm-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 12 - 0.01px);
    max-width: calc(100% / 12 - 0.01px);
  }
  .col-sm-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6 - 0.01px);
    max-width: calc(100% / 6 - 0.01px);
  }
  .col-sm-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3 - 0.01px);
    max-width: calc(100% / 3 - 0.01px);
  }
  .col-sm-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2.4 - 0.01px);
    max-width: calc(100% / 2.4 - 0.01px);
  }
  .col-sm-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 12 * 7 - 0.01px);
    max-width: calc(100% / 12 * 7 - 0.01px);
  }
  .col-sm-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1.5 - 0.01px);
    max-width: calc(100% / 1.5 - 0.01px);
  }
  .col-sm-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1.2 - 0.01px);
    max-width: calc(100% / 1.2 - 0.01px);
  }
  .col-sm-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 12 * 11 - 0.01px);
    max-width: calc(100% / 12 * 11 - 0.01px);
  }
  .col-sm-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.m-wysiwyg {
  /*プロパティ設定に関わらずfloat防止*/
}

.m-wysiwyg > *:first-child {
  margin-top: 0;
}

.m-wysiwyg > *:last-child {
  margin-bottom: 0;
}

.m-wysiwyg a[target="_blank"]:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e804';
  margin-right: 0.25rem;
}

.m-wysiwyg img {
  width: auto;
  max-width: 100%;
}

.m-wysiwyg ul {
  list-style-type: disc;
}

.m-wysiwyg ol {
  list-style-type: decimal;
}

.m-wysiwyg ul, .m-wysiwyg ol {
  line-height: 1.5;
  padding-left: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-wysiwyg li {
  margin-bottom: 1rem;
}

.m-wysiwyg li > *:first-child {
  margin-top: 1rem;
}

.m-wysiwyg li.caption {
  list-style: none;
  text-indent: -1.5em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-wysiwyg li.caption ul, .m-wysiwyg li.caption ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-wysiwyg .quote {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-left-width: 6px;
  padding: 1rem 3rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
}

.m-wysiwyg .quote:before, .m-wysiwyg .quote:after {
  position: absolute;
  height: 17px;
  width: 22px;
  opacity: 0.45;
}

.m-wysiwyg .quote:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 17"><path d="M22,17V7.49h-4.47C17.6,5.76,17.54,3.96,22,3.82V0c-6.55,0.29-9,2.16-9,7.92V17H22z"/><path d="M9,17V7.49H4.64l0.01-0.22C4.72,5.61,4.73,3.95,9,3.82V0C2.3,0.29,0,2.23,0,7.92V17H9z"/></svg>');
  top: 1rem;
  left: 0.5rem;
}

.m-wysiwyg .quote:after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 17"><path d="M0.03,17C6.15,16.64,9,14.83,9,8.78V0H0v9.22h4.57c0,1.94-0.36,3.46-4.54,3.6V17z"/><path d="M13,17c6.26-0.29,9-2.24,9-8.22V0h-9v9.22h4.46c0,1.94-0.21,3.46-4.46,3.6V17z"/></svg>');
  bottom: 1rem;
  right: 1rem;
}

.m-wysiwyg .quote em {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .m-wysiwyg .quote {
    border-left-width: 4px;
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
  }
}

.m-wysiwyg > * > li {
  /*li 第1階層*/
}

.m-wysiwyg > * > li > ul, .m-wysiwyg > * > li > ol {
  /*ul,ol 第2階層*/
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.m-wysiwyg > * > li > ul {
  list-style-type: circle;
}

.m-wysiwyg > * > li > * > li {
  /*li 第2階層*/
  margin-bottom: 0.75rem;
}

.m-wysiwyg > * > li > * > li > *:first-child {
  margin-top: 0.75rem;
}

.m-wysiwyg > * > li > * > li > ul, .m-wysiwyg > * > li > * > li > ol {
  /*ul,ol 第3階層*/
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.4;
}

.m-wysiwyg > * > li > * > li ul {
  list-style-type: square;
}

.m-wysiwyg > * > li > * > li > * li {
  /*li 第3階層 以降*/
  margin-bottom: 0.5rem;
}

.m-wysiwyg > * > li > * > li > * li > *:first-child {
  margin-top: 0.5rem;
}

.m-wysiwyg > * > li > * > li > * li ul, .m-wysiwyg > * > li > * > li > * li ol {
  /*ul,ol 第4階層 以降*/
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.4;
}

.m-wysiwyg dl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-wysiwyg dd {
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  line-height: 1.5;
}

.m-wysiwyg table {
  float: none;
}

.m-wysiwyg table[align="left"] {
  margin-right: auto;
}

.m-wysiwyg table[align="right"] {
  margin-left: auto;
}

.m-wysiwyg table[align="center"] {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .m-wysiwyg strong {
    font-family: var(--font-bold), sans-serif;
    font-weight: 600;
  }
}

.screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container-fluid {
  width: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

ul.list-style {
  list-style: disc;
  padding-left: 1.5rem;
}

ol.list-style {
  list-style: decimal;
  padding-left: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .container, .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .container {
    max-width: 1184px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/** print */
@media print {
  .container {
    max-width: 100%;
  }
}

.media-dtp .container {
  max-width: 100%;
}

/** ↑ print */
.m-global-header {
  position: relative;
  background-color: #fff;
  z-index: 400;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.m-global-header__region {
  color: #595959;
}

.m-global-site-footer__wrap {
  position: relative;
}

.m-user-type-selector {
  overflow-y: hidden;
}

.m-user-type-selector__popup {
  position: relative;
  margin-bottom: 0;
}

.m-user-type-selector--current .m-user-type-selector__btn {
  background-image: url(../img/icon_arrow_circle_green.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
  background-size: 18px 18px;
}

[data-user-type-selector="checked"] {
  overflow-y: visible !important;
}

[data-user-type-selector="checked"] .m-user-type-selector__popup {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

[data-user-type-selector="checked"] .m-user-type-selector--current .m-user-type-selector__btn {
  background-color: #01916d;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-user-type-selector {
    position: absolute;
    top: 0;
    right: 2rem;
    height: 40px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    z-index: 1;
  }
  .m-user-type-selector__popup {
    background-color: #fff;
  }
  .m-user-type-selector__btn {
    display: block;
    padding: 0 3rem 0 1rem;
    width: 100%;
    line-height: 40px;
    border: 0;
    text-align: left;
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }
  .m-user-type-selector__btn:hover {
    background-color: #f6f6f6;
  }
  .m-user-type-selector--consumer .m-user-type-selector__popup {
    top: 0;
  }
  .m-user-type-selector--healthcare .m-user-type-selector__popup {
    top: -40px;
  }
  .m-user-type-selector--business .m-user-type-selector__popup {
    top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .m-user-type-selector {
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    height: 3rem;
    text-align: right;
    background-color: #F0F0F0;
    border-bottom: 1px solid #CCCCCC;
  }
  .m-user-type-selector__popup {
    display: inline-block;
    background-color: #F0F0F0;
  }
  .m-user-type-selector__btn {
    display: block;
    padding-right: 2rem;
    padding-left: 1rem;
    width: 100%;
    line-height: 3rem;
    border: 0;
    text-align: left;
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }
  .m-user-type-selector--consumer .m-user-type-selector__popup {
    top: 0;
  }
  .m-user-type-selector--healthcare .m-user-type-selector__popup {
    top: -3rem;
  }
  .m-user-type-selector--business .m-user-type-selector__popup {
    top: -6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-global-menu {
    position: relative;
    height: 40px;
    padding-top: 0 !important;
  }
  .m-global-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s linear, visibility 0s linear 0.4s;
  }
  .m-global-menu__wrap {
    height: 100%;
    overflow: hidden;
    transition: height 0.4s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .m-global-menu__list {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
  }
  .m-global-menu__list > li {
    padding: 0 0.5rem;
  }
  .m-global-menu__list > li:first-child {
    padding-left: 0;
  }
  .m-global-menu__list > li > a {
    display: inline-block;
    line-height: 34px;
    padding-top: 3px;
    border-bottom: 3px solid #fff;
  }
  .m-global-menu--current > a, .m-global-menu:hover > a {
    border-bottom-color: #01916d !important;
  }
  .m-global-menu__link {
    color: #333;
    text-decoration: none;
  }
  .m-global-menu__sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    visibility: hidden;
    transition: visibility 0s linear 0.4s;
  }
  .m-global-menu__sub-menu__foot {
    padding-bottom: 2rem;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  .m-global-menu[data-js-global-menu="hover"]:before {
    visibility: visible;
    opacity: 0.3;
    transition: opacity 0.4s linear, visibility 0s linear 0s;
  }
  .m-global-menu__list > li:hover {
    z-index: 1;
  }
  .m-global-menu__list > li:hover > a {
    border-bottom: 3px solid #01916d;
    text-decoration: none;
  }
  .m-global-menu__list > li:hover .m-global-menu__sub-menu {
    visibility: visible;
    transition: visibility 0s linear 0s;
  }
  .m-global-menu__list > li:hover .c-category-menu__top {
    opacity: 1;
  }
  .m-global-menu__list > li:hover .c-category-menu__item {
    opacity: 1;
  }
  .m-global-menu__list > li:hover .m-global-menu__sub-menu__foot {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-global-menu__wrap {
    height: auto !important;
  }
  .m-global-menu__list {
    margin-bottom: 0;
  }
  .m-global-menu__list > li {
    border-bottom: 1px solid #cccccc;
  }
  .m-global-menu__list > li > a {
    font-size: 22px;
    display: block;
    line-height: 2rem;
    text-decoration: none;
    padding-top: 1.15rem;
    padding-bottom: 0.85rem;
    padding-left: 0.25rem;
  }
  .m-global-menu__list > li:not(.m-global-menu--sp-open) .m-global-menu__sub-menu {
    display: none;
  }
  .m-global-menu--current > a {
    color: #8c8c8c;
  }
  .m-global-menu__link {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 4rem;
  }
  .m-global-menu__link:hover {
    color: #333;
  }
  .m-global-menu__sub-menu__top {
    display: none;
  }
  .m-global-menu__sub-menu__foot {
    display: none;
  }
}

.m-global-header__global-link {
  text-decoration: none;
}

.m-global-header__global-link > span {
  color: #595959;
  font-size: 12px;
}

.m-global-header__global-link > img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.m-global-header__langs {
  display: inline-block;
}

.m-global-header__langs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  border-radius: unset;
  color: #333;
  padding: 0 10px 1px 0;
}

.m-global-header__langs select::-ms-expand {
  display: none;
}

.m-global-header__langs label {
  color: #595959;
  font-size: 12px;
  position: relative;
}

.m-global-header__langs label:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}

.m-global-header__langs__item {
  position: relative;
  text-decoration: none;
  font-size: 12px;
}

.m-global-header__langs__item--current {
  color: #333;
  border-bottom: 1px solid #333;
}

.m-global-header__langs__item--disable {
  opacity: 0.5;
}

.m-global-header__langs__item:not(:last-child) {
  margin-right: 1rem;
}

.m-global-header__langs__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  border-right: 1px solid #8c8c8c;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.m-global-header__search {
  position: absolute;
  display: flex;
}

.m-global-header__search > input:focus {
  outline: none;
}

.m-global-header__search > input:focus + button:after {
  color: #333;
}

.m-global-header__search > button:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e809';
  color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .m-global-header__utils {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .m-global-header__utils .container {
    position: relative;
  }
  .m-global-header__search {
    top: -80px;
    right: 2rem;
    height: 48px;
    background-color: #f6f6f6;
  }
  .m-global-header__search > input {
    height: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    text-indent: 1rem;
    width: 200px;
  }
  .m-global-header__search > input:focus {
    background-color: #fff;
    border-bottom: 1px solid #000;
  }
  .m-global-header__search > input:focus + button {
    background-color: #fff;
    border-bottom: 1px solid #000;
  }
  .m-global-header__search > button {
    width: 40px;
    height: 48px;
    border: 1px solid transparent;
    padding: 5px 8px 8px 8px;
    position: relative;
    background-color: transparent;
  }
  .m-global-header__links {
    position: absolute;
    top: -80px;
    right: 280px;
    padding-top: 10px;
    padding-right: 1rem;
  }
  .m-global-header__links > * {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-global-header__links {
    padding-bottom: 2rem;
  }
  .m-global-header__langs {
    margin-right: 1rem;
  }
  .m-global-header__search {
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .m-global-header__search > input {
    border: 0;
    height: 3rem;
    background-color: #fff;
    flex: 1;
    text-indent: 1rem;
  }
  .m-global-header__search > button {
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border: 0;
    padding: 2px 10px 4px 8px;
    position: relative;
  }
  .m-global-header__search > button:after {
    font-size: 24px;
  }
  .m-global-header__langs__item {
    position: relative;
    text-decoration: none;
  }
  .m-global-header__langs__item--current {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .m-global-header__langs__item:not(:last-child) {
    margin-right: 1rem;
  }
  .m-global-header__langs__item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1rem;
    border-right: 1px solid #8c8c8c;
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  .m-global-header__head {
    height: 5rem;
    border-bottom: 1px solid #dcdcdc;
  }
  .m-global-header__head .container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .m-global-header__logo {
    margin-right: 1rem;
    min-width: 152px;
  }
  .m-global-header__logo img {
    height: 42px;
    width: auto;
  }
  .m-global-header__region {
    font-size: 14px;
  }
  .m-global-header__toggle {
    display: none;
  }
  .m-global-header__menu {
    position: relative;
  }
  .m-global-header[data-js-search="none"] .m-global-header__links {
    right: 2rem;
    padding-right: 0;
  }
  .m-global-header[data-js-search="none"] .m-global-header__search {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-global-header .container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .m-global-header__head {
    padding-top: 18px;
    height: 4rem;
    z-index: 1;
    position: relative;
    background-color: #fff;
  }
  .m-global-header__logo {
    height: 30px;
    display: inline-block;
  }
  .m-global-header__logo img {
    width: auto;
    height: 100%;
  }
  .m-global-header__region {
    font-size: 12px;
    margin-left: 0.75rem;
  }
  .m-global-header__toggle {
    position: absolute;
    top: 1rem;
    right: 0.75rem;
    width: 30px;
    height: 30px;
    background: none;
    border: 0;
    z-index: 1;
    outline: none !important;
  }
  .m-global-header__toggle:before, .m-global-header__toggle:after, .m-global-header__toggle span {
    content: "";
    display: block;
    background-color: #000;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  }
  .m-global-header__toggle:before {
    transform: translate(-50%, -7px);
  }
  .m-global-header__toggle:after {
    transform: translate(-50%, 7px);
  }
  .m-global-header__toggle[data-global-header="open"]:before, .m-global-header__toggle[data-global-header="open"]:after, .m-global-header__toggle[data-global-header="open"] span {
    width: 27px;
  }
  .m-global-header__toggle[data-global-header="open"]:before {
    transform: translateX(-50%) rotate(45deg);
  }
  .m-global-header__toggle[data-global-header="open"]:after {
    transform: translateX(-50%) rotate(-45deg);
  }
  .m-global-header__toggle[data-global-header="open"] span {
    width: 0;
  }
  .m-global-header__menu {
    background-color: #f6f6f6;
    position: fixed;
    left: 0;
    width: 100%;
    height: calc(100% - 4rem);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    transform: translateY(-98%);
    visibility: hidden;
    margin-top: -3%;
    transition: visibility 0s linear 0.6s, margin-top 0.3s ease-out 0.35s, transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  [data-global-header="open"] + .m-global-header__menu {
    transform: translateY(0);
    visibility: visible;
    margin-top: 0;
    transition: visibility 0s linear 0s, margin-top 0s linear 0s, transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
  .m-global-header[data-js-search="none"] .m-global-header__search {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .fh .m-global-header {
    box-shadow: none;
  }
  .fh .m-global-header__fh {
    color: #595959;
    font-size: 12px;
  }
  .fh .m-global-menu__wrap:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #4a4a4a;
    width: 100%;
    height: 40px;
  }
  .fh .m-global-menu__wrap > .container {
    position: relative;
  }
  .fh .m-global-menu__link {
    color: #fff;
  }
  .fh .m-global-menu__list > li > a {
    border-bottom-color: #4a4a4a;
  }
  .fh .m-global-menu--current > a, .fh .m-global-menu__item:hover > a {
    border-bottom-color: #fff !important;
  }
}

@media screen and (max-width: 767px) {
  .fh .m-global-header__head {
    padding-top: 0;
    height: 5.25rem;
    border-bottom: 1px solid #3b3b3b;
  }
  .fh .m-global-header__head > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    height: 100%;
  }
  .fh .m-global-header__logo {
    margin-left: 1rem;
    height: 2rem;
  }
  .fh .m-global-header__logo img {
    height: 1rem;
  }
  .fh .m-global-header__fh {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    background-color: #4a4a4a;
    line-height: 3rem;
    width: 100%;
    flex: 1;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
  .fh .m-global-header__toggle {
    top: 2.5rem;
  }
  .fh .m-global-header__toggle:before, .fh .m-global-header__toggle:after, .fh .m-global-header__toggle span {
    background-color: #fff;
  }
  .fh .m-global-header__menu {
    background-color: #4a4a4a;
  }
  .fh .m-global-header__langs select {
    background-color: #4a4a4a;
    color: #fff;
  }
  .fh .m-global-header__langs__item {
    color: #fff;
  }
  .fh .m-global-header__search {
    border-bottom-color: #707070;
  }
  .fh .m-global-menu {
    padding-top: 80px;
  }
  .fh .m-global-menu__link {
    color: #fff;
  }
  .fh .m-global-menu__list > li {
    border-bottom-color: #707070;
  }
  .fh .c-category-menu__item a {
    color: #fff;
  }
}

/** print */
@media print {
  .m-global-header {
    box-shadow: none;
  }
  .m-global-header__menu {
    display: none;
  }
}

.media-dtp .m-global-header {
  box-shadow: none;
}

.media-dtp .m-global-header__menu {
  display: none;
}

/** ↑ print */
.m-site-header {
  position: relative;
  background-color: #fff;
  z-index: 400;
}

.m-site-header__head {
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .m-site-header__head {
    height: 4rem;
    z-index: 1;
    position: relative;
    background-color: #fff;
  }
}

.m-site-header__head > .container {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__head > .container {
    min-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__head > .container {
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__logo {
    margin-right: 1rem;
    min-width: 152px;
  }
  .m-site-header__logo img {
    height: 42px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__logo {
    height: 30px;
    display: inline-block;
  }
  .m-site-header__logo img {
    width: auto;
    height: 100%;
  }
}

.m-site-header__region {
  color: #595959;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__region {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__region {
    font-size: 12px;
    margin-left: 0.75rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__links {
    position: absolute;
    margin-top: -80px;
    padding-top: 10px;
  }
  .m-site-header__links > * {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__links {
    padding-bottom: 2rem;
    order: 10;
    padding-left: 1rem;
  }
}

.m-site-header__global-link {
  text-decoration: none;
}

.m-site-header__global-link > span {
  color: #595959;
  font-size: 12px;
}

.m-site-header__global-link > img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.m-site-header__langs {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .m-site-header__langs {
    margin-right: 1rem;
  }
}

.m-site-header__langs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  border-radius: unset;
  color: #333;
  padding: 0 10px 1px 0;
}

.m-site-header__langs select::-ms-expand {
  display: none;
}

.m-site-header__langs label {
  color: #595959;
  font-size: 12px;
  position: relative;
}

.m-site-header__langs label:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}

.m-site-header__langs__item {
  position: relative;
  text-decoration: none;
  font-size: 12px;
}

.m-site-header__langs__item--current {
  color: #333;
  border-bottom: 1px solid #333;
}

.m-site-header__langs__item--disable {
  color: #707070;
}

.m-site-header__langs__item:not(:last-child) {
  margin-right: 1rem;
}

.m-site-header__langs__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  border-right: 1px solid #8c8c8c;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.m-site-header__search {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__search {
    background-color: #f6f6f6;
    position: absolute;
    width: 240px;
    margin-top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__search {
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__search > input {
    height: 48px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    text-indent: 1rem;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__search > input {
    border: 0;
    height: 3rem;
    background-color: #fff;
    flex: 1;
    text-indent: 1rem;
  }
}

.m-site-header__search > input:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__search > input:focus {
    background-color: #fff;
    border-bottom: 1px solid #000;
  }
}

.m-site-header__search > input:focus + button:after {
  color: #333;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__search > input:focus + button {
    background-color: #fff;
    border-bottom: 1px solid #000;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__search > button {
    width: 40px;
    height: 48px;
    border: 1px solid transparent;
    padding: 5px 8px 8px 8px;
    position: relative;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__search > button {
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border: 0;
    padding: 2px 10px 4px 8px;
    position: relative;
  }
}

.m-site-header__search > button:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e809';
  color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .m-site-header__search > button {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header[data-css*="search"] .m-site-header__links {
    padding-right: 256px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__category-top {
    display: inline-block;
    line-height: 34px;
    padding-top: 3px;
    border-bottom: 3px solid #fff;
    color: #333;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__category-top {
    position: relative;
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 22px;
    line-height: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav__item[aria-expanded] .m-site-header__category-top:before, .m-site-header__nav__item[aria-expanded] .m-site-header__category-top:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #8c8c8c;
    width: 16px;
    height: 1px;
    right: 1rem;
    top: 38px;
  }
  .m-site-header__nav__item[aria-expanded] .m-site-header__category-top:before {
    transform: translateX(-50%) rotate(0deg);
  }
  .m-site-header__nav__item[aria-expanded] .m-site-header__category-top:after {
    transform: translateX(-50%) rotate(90deg);
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__category-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    visibility: hidden;
    transition: visibility 0s linear 0.4s;
  }
  .m-site-header__category-menu:before, .m-site-header__category-menu:after {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .m-site-header__category-menu:before {
    left: -50vw;
  }
  .m-site-header__category-menu:after {
    right: -50vw;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__category-menu {
    background-color: #ededed;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }
  .m-site-header__category-menu:after {
    content: "";
    display: block;
    margin-top: 1rem;
  }
}

.m-site-header__category-menu__top {
  color: #333;
  margin-bottom: 1rem;
}

.m-site-header__category-menu__top span:after {
  color: #01916d;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__category-menu__top {
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  .m-site-header__category-menu__top:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__category-menu__top {
    font-size: 20px;
    line-height: 2;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

.m-site-header__category-menu__primary {
  margin-bottom: 1.5rem;
}

.m-site-header__category-menu__label {
  color: #8c8c8c;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__category-menu__label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__category-menu__label + .m-site-header__category-menu__primary {
    padding-left: 1rem;
  }
}

.m-site-header__category-menu__secondary {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__category-menu__secondary {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
}

.m-site-header__category-menu__aside {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__category-menu__aside {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__category-menu__aside {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__category-menu .c-buttons__col {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__category-menu .c-buttons .btn {
    border: none;
    background-color: transparent;
    display: flex;
    font-size: 18px;
    padding: 0;
    min-height: 45px;
    align-items: center;
    justify-content: left;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header .c-category-menu {
    padding-top: 0;
    margin-top: 1rem;
  }
  .m-site-header .c-category-menu__top {
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  .m-site-header .c-category-menu__item {
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header .c-category-menu__item > a {
    height: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header .c-category-menu--card .c-category-menu__list, .m-site-header .c-category-menu--card .c-category-menu__list-sub {
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header .c-category-menu--card .c-category-menu__item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .m-site-header .c-category-menu--card .c-category-menu__item span {
    line-height: 1.25;
    margin-top: 0.25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header .c-category-menu--icon .c-category-menu__list, .m-site-header .c-category-menu--icon .c-category-menu__list-sub {
    margin-top: -6px;
    margin-bottom: -6px;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header .c-category-menu--icon .c-category-menu__item {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .m-site-header .c-category-menu--icon .c-category-menu__item img {
    width: 56px;
    height: 56px;
  }
  .m-site-header .c-category-menu--icon .c-category-menu__item span {
    line-height: 1.25;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav {
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.14);
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav {
    background-color: #f6f6f6;
    position: fixed;
    left: 0;
    width: 100%;
    height: calc(100% - 4rem);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    transform: translateY(-98%);
    visibility: hidden;
    margin-top: -3%;
    transition: visibility 0s linear 0.6s, margin-top 0.3s ease-out 0.35s, transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav__body {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1184px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav__body {
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav__list {
    overflow: hidden;
    transition: height 0.4s linear;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav__list {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav__list > ul {
    width: 100%;
    max-width: 1184px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: 0;
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav__item {
    padding: 0 0.5rem;
  }
  .m-site-header__nav__item:first-child {
    padding-left: 0;
  }
  .m-site-header__nav__item[aria-current="page"] > a, .m-site-header__nav__item:hover > a {
    border-bottom-color: #01916d !important;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav__item:after {
    content: "";
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    height: 1px;
    background-color: #cccccc;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav__item[aria-expanded="false"] .m-site-header__category-menu {
    height: 0;
    transition: height 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}

.m-site-header__nav__item[aria-expanded="true"] .m-site-header__category-top:after {
  transform: translateX(-50%) rotate(0deg);
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav__item[aria-expanded="true"] .m-site-header__category-menu {
    visibility: visible;
    transition: visibility 0s linear 0s;
  }
  .m-site-header__nav__item[aria-expanded="true"] .m-site-header__category-menu__top {
    opacity: 1;
  }
  .m-site-header__nav__item[aria-expanded="true"] .m-site-header__category-menu__secondary {
    opacity: 1;
  }
  .m-site-header__nav__item[aria-expanded="true"] .m-site-header__category-menu__aside {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav__item[aria-expanded="true"] .m-site-header__category-menu {
    transition: height 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav__item[aria-expanded="true"] .c-category-menu__item {
    opacity: 1;
  }
  .m-site-header__nav__item[aria-expanded="true"] .c-category-menu__foot {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__nav__item[aria-expanded="true"] .m-site-header__btn-link {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__nav__item[aria-expanded="true"]:after {
    display: none;
  }
}

.m-site-header__bg {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s linear, visibility 0s linear 0.4s;
}

@media print, screen and (min-width: 768px) {
  .m-site-header[data-js="hover"] .m-site-header__bg {
    visibility: visible;
    opacity: 0.3;
    transition: opacity 0.4s linear, visibility 0s linear 0s;
  }
}

@media print, screen and (min-width: 768px) {
  .m-site-header__toggle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__toggle {
    position: absolute;
    top: 1rem;
    right: 0.75rem;
    width: 30px;
    height: 30px;
    background: none;
    border: 0;
    z-index: 1;
    outline: none !important;
  }
  .m-site-header__toggle:before, .m-site-header__toggle:after, .m-site-header__toggle span {
    content: "";
    display: block;
    background-color: #000;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  }
  .m-site-header__toggle:before {
    transform: translate(-50%, -7px);
  }
  .m-site-header__toggle:after {
    transform: translate(-50%, 7px);
  }
}

.m-site-header[data-js="open"] .m-site-header__toggle:before, .m-site-header[data-js="open"] .m-site-header__toggle:after, .m-site-header[data-js="open"] .m-site-header__toggle span {
  width: 27px;
}

.m-site-header[data-js="open"] .m-site-header__toggle:before {
  transform: translateX(-50%) rotate(45deg);
}

.m-site-header[data-js="open"] .m-site-header__toggle:after {
  transform: translateX(-50%) rotate(-45deg);
}

.m-site-header[data-js="open"] .m-site-header__toggle span {
  width: 0;
}

.m-site-header[data-js="open"] .m-site-header__nav {
  transform: translateY(0);
  visibility: visible;
  margin-top: 0;
  transition: visibility 0s linear 0s, margin-top 0s linear 0s, transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

.m-site-header__btn-link {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__btn-link {
    transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    opacity: 0;
  }
}

.m-site-header__btn-link__head {
  border-bottom: 1px solid #dcdcdc;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__btn-link__body {
    display: flex;
    flex-wrap: wrap;
  }
  .m-site-header__btn-link__body li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-site-header__btn-link__body li {
    margin-bottom: 1rem;
  }
}

.m-site-header__btn-link .btn {
  color: #333;
}

.m-site-header__btn-link .btn span:after {
  color: #01916d;
}

@media print, screen and (min-width: 768px) {
  .m-site-header__btn-link .btn:hover {
    color: #01916d;
  }
}

.m-global-footer__wrap {
  background-color: #333;
  color: #fff;
}

.m-global-footer__wrap .c-container > *:not(:last-child) {
  border-bottom: 1px solid #707070;
}

@media print, screen and (min-width: 768px) {
  .m-global-footer__wrap .c-container > * {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-global-footer__wrap .c-container > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.m-global-footer__wrap .c-sns-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-global-footer__wrap .c-sns-links__item > img {
  opacity: 0.8;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.m-global-footer__wrap .c-sns-links__item:hover > img {
  opacity: 1;
  transform: none;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-footer-links__title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.m-footer-links__link {
  color: #dcdcdc;
  text-decoration: none;
  display: block;
}

.m-footer-links__label {
  font-size: 13px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .m-footer-links__link img {
    background-color: #fff;
  }
  .m-footer-links__link:hover {
    color: #fff;
  }
  .m-footer-links__link:hover img {
    filter: brightness(1.2);
  }
}

@media screen and (max-width: 767px) {
  .m-footer-links__label {
    display: none;
  }
}

.m-footer-sitemap {
  line-height: 1.4;
}

.m-footer-sitemap a {
  text-decoration: none;
  color: #dcdcdc;
}

.m-footer-sitemap__head {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 1rem;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.m-footer-sitemap__body {
  margin-bottom: 0;
}

.m-footer-sitemap__body > li {
  margin-bottom: 5px;
}

.m-footer-sitemap__group > p {
  text-decoration: #8c8c8c;
}

.m-footer-sitemap__group > ul {
  padding-left: 1rem;
}

@media print, screen and (min-width: 768px) {
  .m-footer-sitemap a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .m-footer-sitemap li {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 8px;
  }
  .m-footer-sitemap__category + .m-footer-sitemap__category {
    margin-top: 1rem;
  }
  .m-footer-sitemap__body {
    height: auto !important;
  }
  .m-footer-sitemap__body > li {
    margin-bottom: 5px;
  }
  .m-footer-sitemap__to-top {
    display: none;
  }
  .m-footer-sitemap__group > p {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
  .m-footer-sitemap__group > ul {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-footer-sitemap a {
    display: block;
    width: 100%;
  }
  .m-footer-sitemap li {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .m-footer-sitemap [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-footer-sitemap__category {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .m-footer-sitemap__head {
    position: relative;
    line-height: 37px;
    margin-bottom: 0;
  }
  .m-footer-sitemap__head:not([data-js-accordion]) {
    display: flex;
    justify-content: space-between;
  }
  .m-footer-sitemap__head:not([data-js-accordion]):after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    margin-right: 6px;
    color: #8c8c8c;
  }
  .m-footer-sitemap__head[data-js-accordion]:before, .m-footer-sitemap__head[data-js-accordion]:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #8c8c8c;
    width: 18px;
    height: 1px;
    right: -7px;
    top: 16px;
  }
  .m-footer-sitemap__head[data-js-accordion]:before {
    transform: translateX(-50%) rotate(0deg);
  }
  .m-footer-sitemap__head[data-js-accordion]:after {
    transform: translateX(-50%) rotate(90deg);
  }
  .m-footer-sitemap__head[data-js-accordion] > a {
    pointer-events: none;
  }
  .m-footer-sitemap__head[data-js-accordion="opened"]:after {
    transform: translate(-50%) rotate(0deg);
    background-color: #fff;
  }
  .m-footer-sitemap__body {
    margin-bottom: 0;
  }
  .m-footer-sitemap__body > li {
    margin-bottom: 0;
    line-height: 31px;
  }
  .m-footer-sitemap__group > p {
    font-size: 12px;
    margin-bottom: 0.5rem;
    line-height: 22px;
  }
  .m-footer-sitemap__group > ul {
    padding-left: 1rem;
    margin-top: 8px;
  }
  .m-footer-sitemap__group > ul li {
    font-size: 14px;
    line-height: 31px;
  }
}

.m-footer-assoc {
  line-height: 1.4;
  border-bottom: 1px solid #707070;
}

@media print, screen and (min-width: 768px) {
  .m-footer-assoc {
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-footer-assoc {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}

.m-footer-assoc__title {
  margin-top: 0;
}

.m-footer-assoc__link {
  text-decoration: none;
  color: #dcdcdc;
}

@media print, screen and (min-width: 768px) {
  .m-footer-assoc__link {
    font-size: 14px;
  }
  .m-footer-assoc__link:hover {
    color: #fff;
  }
  .m-footer-assoc .row {
    margin: -0.5rem -1rem;
  }
  .m-footer-assoc .row [class*="col-"] {
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-footer-assoc__link {
    font-size: 16px;
    margin-bottom: 0.5rem;
    display: block;
  }
}

.m-global-footer {
  background-color: #000;
}

.m-global-footer__body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.m-global-footer__copyright {
  color: #999;
}

.m-global-footer__list {
  margin-left: auto;
  margin-bottom: 0;
}

.m-global-footer__item {
  display: inline-block;
  padding-right: 0.5rem;
}

.m-global-footer__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  margin-left: 1rem;
  background-color: #707070;
  height: 0.75rem;
}

.m-global-footer__item a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
}

.m-global-footer__lang a {
  font-size: 12px;
  border: 1px solid #8c8c8c;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #cccccc;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .m-global-footer__body {
    position: relative;
  }
  .m-global-footer__item a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .m-global-footer__lang {
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .m-global-footer__lang a:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .m-global-footer__copyright {
    display: block;
    text-align: center;
    margin-top: 2rem;
  }
  .m-global-footer__lang {
    margin-top: 0.5rem;
  }
}

/** print */
@media print {
  .m-global-footer {
    color: #000;
    background-color: #fff;
  }
  .m-global-footer__wrap > .container {
    display: none;
  }
  .m-global-footer__list {
    display: none;
  }
  .m-global-footer__lang {
    display: none;
  }
}

.media-dtp .m-global-footer {
  color: #000;
  background-color: #fff;
}

.media-dtp .m-global-footer__wrap > .container {
  display: none;
}

.media-dtp .m-global-footer__list {
  display: none;
}

.media-dtp .m-global-footer__lang {
  display: none;
}

/** ↑ print */
.m-hero {
  position: relative;
}

.m-hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

_:-ms-lang(x)::-ms-backdrop, .m-hero img {
  /* todo ie11 hack */
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .m-hero {
    padding-top: 31.25%;
  }
}

@media screen and (max-width: 767px) {
  .m-hero {
    padding-top: 100%;
  }
}

/** print */
@media print {
  .m-hero {
    padding-top: 0 !important;
    overflow: auto !important;
  }
  .m-hero .m-carousel__body {
    position: relative;
    transition: all 0s linear 0s !important;
    transform: none !important;
  }
  .m-hero .m-carousel__item {
    display: none;
  }
  .m-hero .m-carousel__item:first-child {
    display: block !important;
    position: relative;
    text-align: center;
  }
  .m-hero .m-carousel__item:first-child img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: initial;
  }
  .m-hero .m-carousel__prev, .m-hero .m-carousel__next, .m-hero .m-carousel__bullets {
    display: none;
  }
}

.media-dtp .m-hero {
  padding-top: 0 !important;
  overflow: auto !important;
}

.media-dtp .m-hero .m-carousel__body {
  position: relative;
  transition: all 0s linear 0s !important;
  transform: none !important;
}

.media-dtp .m-hero .m-carousel__item {
  display: none;
}

.media-dtp .m-hero .m-carousel__item:first-child {
  display: block !important;
  position: relative;
  text-align: center;
}

.media-dtp .m-hero .m-carousel__item:first-child img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: initial;
}

.media-dtp .m-hero .m-carousel__prev, .media-dtp .m-hero .m-carousel__next, .media-dtp .m-hero .m-carousel__bullets {
  display: none;
}

/** ↑ print */
.m-page-top {
  position: sticky;
  position: -webkit-sticky;
  top: 100vh;
  z-index: 100;
}

.m-page-top__btn {
  display: block;
  position: absolute;
  line-height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 11px;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
}

.m-page-top__btn:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e803';
}

.m-page-top[data-js-pag-top="show"] .m-page-top__btn {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0s linear 0s, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

_:-ms-lang(x)::-ms-backdrop, .m-page-top__btn {
  /* todo ie11 hack */
  position: fixed;
}

@media print, screen and (min-width: 768px) {
  .m-page-top__btn {
    bottom: 1rem;
    right: 1rem;
    transform: translateY(5rem);
  }
}

@media screen and (max-width: 767px) {
  .m-page-top__btn {
    bottom: 0.5rem;
    /* fallback for enviroment can't use calc & env function */
    bottom: calc(env(safe-area-inset-bottom) + 44px);
    right: 0.5rem;
    transform: translateY(4rem);
  }
}

.m-breadcrumb {
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
  overflow: auto;
  font-size: 13px;
}

.m-breadcrumb__body {
  margin-bottom: 0;
  white-space: nowrap;
  display: inline-block;
  padding-right: 1.5rem;
}

.m-breadcrumb__body > li {
  display: inline-flex;
  padding-top: 6px;
  padding-bottom: 4px;
}

.m-breadcrumb__body > li:not(:last-child):after {
  color: #8c8c8c;
  content: "/";
  margin-left: 0.5rem;
  display: inline-block;
  overflow: hidden;
}

.m-breadcrumb__body > li > span {
  max-width: none;
}

.m-breadcrumb__item {
  color: #333;
  display: inline-block;
  text-decoration: none;
  text-overflow: ellipsis;
  max-width: 15em;
  overflow: hidden;
}

.m-breadcrumb--style_gray {
  border-bottom: 0;
  background-color: #595959;
}

.m-breadcrumb--style_gray .m-breadcrumb {
  font-size: 13px;
}

.m-breadcrumb--style_gray .m-breadcrumb__body > li {
  color: #fff;
}

.m-breadcrumb--style_gray .m-breadcrumb__body > li:not(:last-child):after {
  color: #dcdcdc;
}

.m-breadcrumb--style_gray .m-breadcrumb__item {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .m-breadcrumb--style_gray .m-breadcrumb__item:not(span):hover {
    color: #dcdcdc;
  }
}

main ~ .m-breadcrumb {
  border-top: 1px solid #dcdcdc;
  border-bottom: 0;
}

main ~ .m-breadcrumb--style_gray {
  border-top: 0;
}

@media print, screen and (min-width: 768px) {
  .m-breadcrumb__item:not(span):hover {
    color: #333;
    text-decoration: underline;
  }
}

/** print */
@media print {
  .m-breadcrumb {
    display: none;
  }
}

.media-dtp .m-breadcrumb {
  display: none;
}

/** ↑ print */
.m-foot-news {
  background-color: #fff;
  padding-bottom: 3.5rem;
}

.m-foot-news__body {
  position: relative;
}

.m-foot-news__list-link {
  position: absolute;
  top: 0;
  right: 0;
}

.m-card {
  height: 100%;
}

.m-card__body {
  overflow: hidden;
}

.m-card__thumb {
  margin-bottom: 1rem;
  background-color: #fff;
}

.m-card__headline {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.m-card__headline:last-child {
  margin-right: 0;
}

.m-card__title {
  display: inline;
  vertical-align: middle;
  margin-right: 0.5rem;
  line-height: 1.25;
}

.m-card__tag {
  margin-bottom: 0.5rem;
}

.m-card__badge {
  margin-bottom: 0.5rem;
}

.m-card__badge .badge {
  margin-bottom: 0.5rem;
}

.m-card__btns {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-card__btn .caption {
  margin-top: 0.25rem;
}

.m-card__btn + .m-card__btn {
  margin-top: 0.75rem;
}

.m-card__description {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.m-zoom {
  background: rgba(0, 0, 0, 0.5);
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-zoom:before, .m-zoom:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 18px;
  height: 1px;
  top: 50%;
  left: 50%;
}

.m-zoom:before {
  transform: translateX(-50%) rotate(0deg);
}

.m-zoom:after {
  transform: translateX(-50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  .m-zoom {
    pointer-events: none;
    display: none;
  }
}

.m-viewed-products__item {
  border-bottom: 2px solid #01916d;
  height: 100%;
}

.m-viewed-products__item > a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.m-viewed-products .m-card__thumb {
  position: relative;
  padding-top: 66.66667%;
  overflow: hidden;
}

.m-viewed-products .m-card__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.m-viewed-products .m-card__title {
  display: block;
  margin: 0;
}

.m-viewed-products .m-card__title p {
  margin-bottom: 0;
}

.m-viewed-products .m-card__description {
  font-size: 14px;
  line-height: 1.75;
  max-height: 8.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.m-viewed-products .m-card__description p {
  display: inline;
}

@media print, screen and (min-width: 768px) {
  .m-viewed-products {
    margin-bottom: 4rem;
  }
  .m-viewed-products__item:hover {
    color: inherit;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .m-viewed-products {
    margin-bottom: 3rem;
  }
  .m-viewed-products__body {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .m-viewed-products .m-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-x: auto;
  }
  .m-viewed-products .m-slider__item {
    flex-basis: 310px;
    max-width: 310px;
  }
  .m-viewed-products .m-slider__item:last-child {
    flex-basis: calc(310px + 1.5rem);
    max-width: calc(310px + 1.5rem);
    padding-right: 1.5rem;
  }
  .m-viewed-products .m-slider__ui {
    display: none;
  }
}

.m-product-group {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.m-product-group > a {
  text-decoration: none;
}

.m-product-group__headline {
  display: flex;
  background: linear-gradient(to left, #5a5a5a, #333);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 3px solid #000;
  color: #fff;
  align-items: center;
  margin-bottom: 0;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.m-product-group__thumb {
  width: 60px;
  height: auto;
  margin-right: 1rem;
}

.m-product-group__lead {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0;
  padding: 1rem 3rem 1rem 1rem;
  -webkit-appearance: none;
  position: relative;
}

.m-product-group__lead:before, .m-product-group__lead:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000;
  width: 20px;
  height: 1px;
  right: .5rem;
  top: 50%;
}

.m-product-group__lead:before {
  transform: translateX(-50%) rotate(0deg);
}

.m-product-group__lead:after {
  transform: translateX(-50%) rotate(90deg);
}

.m-product-group__lead:not([data-js-accordion="opened"]) span {
  max-height: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.m-product-group__lead[data-js-accordion="opened"] {
  background-color: #f9f9f9;
}

.m-product-group__lead[data-js-accordion="opened"]:after {
  transform: translateX(-50%) rotate(0deg);
}

.m-product-group__lead:focus {
  outline: none;
}

.m-product-group__products {
  background-color: #fff;
  margin-bottom: 1rem;
}

.m-product-group__item > a {
  color: #333;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.m-product-group__item-thumb {
  height: auto;
}

.m-product-group__item-body {
  flex: 1;
  padding: 0 .75rem;
}

.m-product-group__item-name {
  display: inline;
  font-size: 16px;
  margin-right: .5rem;
}

.m-product-group__item-description {
  max-height: 7em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.m-product-group__item-description:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .m-product-group__headline {
    font-size: 18px;
    padding: .375rem .75rem;
  }
  .m-product-group__label {
    position: relative;
  }
  .m-product-group__label:after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -27px;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 14px;
  }
  .m-product-group__label:before {
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
  }
  .m-product-group__products > .row {
    padding: 1.5rem 2rem;
  }
  .m-product-group__item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-product-group__item > a {
    padding: .75rem;
  }
  .m-product-group__item > a:hover {
    background-color: #f6f6f6;
    text-decoration: none;
  }
  .m-product-group__item > a:hover .m-product-group__item-name {
    color: #018463;
  }
  .m-product-group__item-thumb {
    width: 128px;
  }
  .m-product-group__item-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-product-group__headline {
    font-size: 16px;
    padding: .75rem 2rem .75rem .75rem;
    position: relative;
  }
  .m-product-group__headline:after {
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e802';
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: .90rem;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 14px;
  }
  .m-product-group__headline:before {
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: .75rem;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
  }
  .m-product-group__thumb {
    width: 45px;
  }
  .m-product-group__products > .row {
    padding: 1rem;
  }
  .m-product-group__lead {
    font-size: 12px;
  }
  .m-product-group__lead:not([data-js-accordion="opened"]) span {
    max-height: 3.5em;
    -webkit-line-clamp: 2;
  }
  .m-product-group__item {
    font-size: 12px;
  }
  .m-product-group__item-thumb {
    width: 60px;
  }
  .m-product-group__item-name {
    font-size: 14px;
  }
  .m-product-group__item-description {
    font-size: 12px;
  }
}

/** print */
@media print {
  .m-product-group {
    box-shadow: none;
    border: 1px solid #707070;
  }
  .m-product-group__headline {
    background: #fff;
    color: #000;
  }
}

.media-dtp .m-product-group {
  box-shadow: none;
  border: 1px solid #707070;
}

.media-dtp .m-product-group__headline {
  background: #fff;
  color: #000;
}

/** ↑ print */
.m-news-list {
  border-top: 1px solid #8c8c8c;
  padding-top: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-news-list__item {
  margin-bottom: 1.5rem;
}

.m-news-list__date {
  font-size: 14px;
  color: #707070;
}

.m-news-list__body {
  flex: 1;
}

.m-news-list__text {
  margin-bottom: 0;
}

.m-news-list__text .btn {
  color: inherit;
}

.m-news-list__text .btn:visited {
  color: #707070;
}

.m-news-list__text .btn:hover {
  text-decoration: none;
  color: #01916d;
}

.m-news-list__label--important {
  border-color: #fb0020;
  color: #fb0020;
}

.m-news-list__label--release {
  border-color: #946F00;
  color: #946F00;
}

@media print, screen and (min-width: 768px) {
  .m-news-list__item {
    display: flex;
    align-items: self-start;
  }
  .m-news-list__date {
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .m-news-list__date span {
    display: inline-block;
    width: 9em;
    white-space: nowrap;
  }
  .m-news-list__date:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .m-news-list__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-news-list__text {
    font-size: 14px;
  }
  .m-news-list__text span {
    line-height: 1.5;
  }
}

.m-event-list__thumb {
  border: 1px solid #8c8c8c;
}

.m-event-list__date {
  margin-bottom: 0;
}

.m-event-list__text {
  margin-top: 0;
  margin-bottom: 0;
}

.m-event-list__place {
  margin-bottom: 0;
}

.m-event-list__description {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-event-list__item {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.m-toggle-switch {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
  padding-right: 2.5rem;
  text-align: right;
  font-size: 14px;
  border: 0;
  min-width: 36px;
  line-height: 20px;
  -webkit-appearance: none;
  background-color: transparent;
}

.m-toggle-switch:before, .m-toggle-switch:after, .m-toggle-switch + span:before, .m-toggle-switch + span:after {
  content: "";
  display: block;
  border-radius: 10px;
  position: absolute;
  right: 0;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-toggle-switch:before, .m-toggle-switch + span:before {
  width: 36px;
  height: 20px;
  top: 0;
  background-color: #707070;
}

.m-toggle-switch:after, .m-toggle-switch + span:after {
  width: 16px;
  height: 16px;
  top: 2px;
  background-color: #fff;
  transform: translateX(-18px);
}

.m-toggle-switch--on:after, .m-toggle-switch--off:focus:after, .m-toggle-switch[data-js-toggle="checked"]:after, .m-toggle-switch:checked:after {
  transform: translateX(-2px) !important;
}

.m-toggle-switch--on:before, .m-toggle-switch--off:focus:before, .m-toggle-switch[data-js-toggle="checked"]:before, .m-toggle-switch:checked:before {
  background-color: #01916d;
}

.m-toggle-switch[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .m-toggle-switch:not([disabled]):hover {
    opacity: 0.8;
  }
  .m-toggle-switch:focus {
    opacity: 1;
  }
}

.m-toggle-btn {
  display: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.m-toggle-btn__body {
  display: inline-block;
  width: 2.52em;
  height: 1.4em;
  background-color: #707070;
  border-radius: 0.7em;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 0.25em;
  vertical-align: sub;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-toggle-btn__body:before {
  content: "";
  display: block;
  border-radius: 0.7em;
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  background: radial-gradient(circle, white 99%, rgba(255, 255, 255, 0) 100%);
  border: 2px solid #707070;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-toggle-btn__body:hover {
  opacity: 0.8;
}

.m-toggle-btn:checked + .m-toggle-btn__body, .m-toggle-btn__body[checked] {
  background-color: #01916d;
}

.m-toggle-btn:checked + .m-toggle-btn__body:before, .m-toggle-btn__body[checked]:before {
  border-color: #01916d;
  transform: translateX(1.12em);
}

.m-toggle-btn[disabled] + .m-toggle-btn__body {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.m-zero-notice {
  display: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-zero-notice__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

[data-js-result-count="0"] .m-zero-notice {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-zero-notice__icon {
    width: 140px;
  }
  .m-zero-notice__text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-zero-notice__icon {
    width: 140px;
  }
  .m-zero-notice__text {
    text-align: left;
  }
}

.m-keyword-suggest {
  display: flex;
}

.m-keyword-suggest > input {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #8c8c8c;
  margin-right: -1px;
  text-indent: 1rem;
}

.m-keyword-suggest > input:focus {
  border-bottom: 1px solid #000;
  outline: none;
}

.m-keyword-suggest > input:focus + button {
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.m-keyword-suggest > input:focus + button:after {
  color: #333;
}

.m-keyword-suggest > input::-webkit-calendar-picker-indicator {
  display: none;
}

.m-keyword-suggest > button {
  border-radius: 0;
  width: 4rem;
  height: 2.5rem;
  position: relative;
  min-height: auto;
  min-width: auto;
}

.m-keyword-suggest > button:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e809';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.m-cookie-confirm {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 501;
  animation: m-cookie-confirm--anime 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

@keyframes m-cookie-confirm--anime {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.m-cookie-confirm__header p {
  margin-bottom: 0.5rem;
}

.m-cookie-confirm__link {
  color: #fff;
}

.m-cookie-confirm__body__text {
  line-height: 1.5;
}

.m-cookie-confirm__body__btns {
  font-size: 14px;
}

.m-cookie-confirm__accept-all {
  margin-bottom: 0.75rem;
}

.m-cookie-confirm__open-setting {
  color: #fff;
  margin-left: 0.5em;
}

.m-cookie-confirm__close-btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: 0;
  top: 0;
  right: 0;
}

.m-cookie-confirm__close-btn:before, .m-cookie-confirm__close-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 50%;
}

.m-cookie-confirm__close-btn:before {
  transform: translateX(-50%) rotate(45deg);
}

.m-cookie-confirm__close-btn:after {
  transform: translateX(-50%) rotate(135deg);
}

.m-cookie-confirm[data-js-mode="notice"] .m-cookie-confirm__body__btns {
  display: none;
}

.m-cookie-confirm--hide {
  transform: translateY(100%);
}

@media print, screen and (min-width: 768px) {
  .m-cookie-confirm__body {
    display: flex;
  }
  .m-cookie-confirm__body__text {
    font-size: 14px;
    flex: 1;
  }
  .m-cookie-confirm__body__text p {
    margin-bottom: 0;
  }
  .m-cookie-confirm__body__btns {
    min-width: 190px;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-cookie-confirm__body__text {
    font-size: 12px;
  }
  .m-cookie-confirm__body__btns {
    text-align: center;
  }
}

.m-modal[data-js-modal-hash="#cookie-manager"] {
  z-index: 502;
}

.m-cookie-manager__headline h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.m-cookie-manager__text {
  font-size: 14px;
}

.m-cookie-manager__text a {
  color: #333;
  margin-left: 0.5em;
}

.m-cookie-manager__accept-all {
  margin-bottom: 1.5rem;
}

.m-cookie-manager__options dl {
  border-bottom: 1px solid #dcdcdc;
  border-collapse: collapse;
}

.m-cookie-manager__options dt {
  padding-right: 1.5rem;
}

.m-cookie-manager__options dd {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-cookie-manager__option {
  border-top: 1px solid #dcdcdc;
}

.m-cookie-manager__option dt {
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.m-cookie-manager__option dd {
  font-size: 12px;
  line-height: 1.5;
}

.m-cookie-manager__option__switch {
  padding-left: 3rem;
}

@media print, screen and (min-width: 768px) {
  .m-cookie-manager__accept-all {
    text-align: right;
  }
  .m-cookie-manager__option {
    display: table-row;
  }
  .m-cookie-manager__option dt {
    display: table-cell;
    height: 5rem;
    white-space: nowrap;
    vertical-align: middle;
  }
  .m-cookie-manager__option dd {
    display: table-cell;
    vertical-align: middle;
  }
  .m-cookie-manager__option__switch label {
    font-size: 20px;
    margin-bottom: 0;
  }
  .m-cookie-manager__save {
    text-align: right;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-cookie-manager__accept-all .m-cookie__accept-all {
    width: 100%;
  }
  .m-cookie-manager__text {
    line-height: 1.5;
  }
  .m-cookie-manager__option {
    position: relative;
    padding-top: 1rem;
    padding-right: 2.5rem;
    padding-bottom: 1rem;
  }
  .m-cookie-manager__option dd {
    margin-bottom: 0;
  }
  .m-cookie-manager__option__switch {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }
  .m-cookie-manager__option__switch label {
    font-size: 13px;
    margin-bottom: 0;
  }
  .m-cookie-manager__save {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .m-cookie-manager__save .m-cookie__save {
    width: 100%;
  }
}

.m-healthcare-confirm {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, backdrop-filter 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s, -webkit-backdrop-filter 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
}

.m-healthcare-confirm__wrap {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.m-healthcare-confirm__header {
  font-size: 20px;
}

.m-healthcare-confirm__footer {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  background-color: transparent;
}

.m-healthcare-confirm--hide {
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, backdrop-filter 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-backdrop-filter 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}

_:-ms-lang(x)::-ms-backdrop, .m-healthcare-confirm {
  /* todo ie11 hack */
  background-color: #707070;
}

@-moz-document url-prefix() {
  .m-healthcare-confirm {
    background-color: #707070;
  }
}

@media print, screen and (min-width: 768px) {
  .m-healthcare-confirm__wrap {
    padding: 2rem 4rem;
    max-width: 90%;
  }
  .m-healthcare-confirm__header {
    margin-bottom: 2rem;
  }
  .m-healthcare-confirm__logo {
    height: 42px;
    width: auto;
    margin-bottom: 2rem;
  }
  .m-healthcare-confirm__footer {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .m-healthcare-confirm__btn--yes, .m-healthcare-confirm__btn--no {
    width: 10rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-healthcare-confirm__wrap {
    padding: 1.5rem;
    font-size: 12px;
  }
  .m-healthcare-confirm__header {
    margin-bottom: 1rem;
  }
  .m-healthcare-confirm__logo {
    height: 30px;
    width: auto;
    margin-bottom: 2rem;
  }
  .m-healthcare-confirm__footer {
    margin: 1.5rem -0.5rem;
  }
  .m-healthcare-confirm__btn--yes, .m-healthcare-confirm__btn--no {
    flex: 1;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.m-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.m-carousel__body {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.m-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-carousel__item a {
  display: block;
  position: relative;
  height: 100%;
}

.m-carousel__item a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
}

.m-carousel__item a:after {
  content: "→";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}

.m-carousel__bullets {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.m-carousel__bullet {
  background: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.m-carousel__bullet:before {
  content: "";
  display: block;
  background-color: #f6f6f6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #8c8c8c;
}

.m-carousel__bullet[data-js-carousel-bullet="current"]:before {
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-color: #01916d;
}

[data-js-carousel-body*="next"] {
  transition: transform 0.4s linear 0s;
  transform: translateX(-100%);
}

[data-js-carousel-body*="prev"] {
  transition: transform 0.4s linear 0s;
  transform: translateX(100%);
}

[data-js-carousel-body*="-quick"] {
  transition-duration: 0.2s !important;
}

[data-js-carousel-item*="hidden"] {
  display: none;
}

[data-js-carousel-item*="prev"] {
  transform: translateX(-100%);
}

[data-js-carousel-item*="next"] {
  transform: translateX(100%);
}

@media print, screen and (min-width: 768px) {
  .m-carousel__prev, .m-carousel__next {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 100px;
    background: transparent;
    border: 0;
    transform: translateY(-50%);
  }
  .m-carousel__prev:before, .m-carousel__next:before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    border-top: 1px solid #01916d;
    border-right: 1px solid #01916d;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  .m-carousel__prev:hover:before, .m-carousel__next:hover:before {
    opacity: 0.5;
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .m-carousel__prev {
    left: 0;
  }
  .m-carousel__prev:before {
    transform: translateX(-25%) translateY(-50%) rotate(-135deg);
  }
  .m-carousel__next {
    right: 0;
  }
  .m-carousel__next:before {
    transform: translateX(-75%) translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .m-carousel__prev, .m-carousel__next {
    display: none;
  }
}

/** print */
@media print {
  .m-carousel__bullets, .m-carousel__prev, .m-carousel__next {
    display: none;
  }
  .m-carousel__item {
    transform: none !important;
    display: none;
  }
  .m-carousel [data-js-carousel-item="current"] {
    display: block !important;
  }
}

.media-dtp .m-carousel__bullets, .media-dtp .m-carousel__prev, .media-dtp .m-carousel__next {
  display: none;
}

.media-dtp .m-carousel__item {
  transform: none !important;
  display: none;
}

.media-dtp .m-carousel [data-js-carousel-item="current"] {
  display: block !important;
}

/** ↑ print */
.m-slider {
  position: relative;
  overflow: hidden;
  margin: -0.5rem;
  padding: 0.5rem;
}

.m-slider__body {
  transition: transform 0.4s linear 0s;
  flex-wrap: nowrap;
}

.m-slider__ui {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

.m-slider__bullets {
  display: inline-flex;
}

.m-slider__bullet {
  background: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.m-slider__bullet:before {
  content: "";
  display: block;
  background-color: #8c8c8c;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.m-slider__bullet[data-js-slider-bullet="current"]:before {
  background-color: #333;
}

.m-slider__prev, .m-slider__next {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
}

.m-slider__prev:before, .m-slider__next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #01916d;
  border-right: 3px solid #01916d;
}

.m-slider__prev[data-js-slider-prev="hidden"] {
  visibility: hidden;
}

.m-slider__prev:before {
  transform: rotate(-135deg);
}

.m-slider__next[data-js-slider-next="hidden"] {
  visibility: hidden;
}

.m-slider__next:before {
  transform: rotate(45deg);
}

/** print */
@media print {
  .m-slider__ui {
    display: none;
  }
}

.media-dtp .m-slider__ui {
  display: none;
}

/** ↑ print */
.m-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.m-modal:before, .m-modal:after {
  content: "";
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .m-modal:before, .m-modal:after {
    width: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-modal:before, .m-modal:after {
    width: 24px;
  }
}

.m-modal__wrap {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .m-modal__wrap {
    max-width: 1120px;
  }
}

.m-modal__body {
  position: relative;
  background-color: #fff;
  overflow: auto;
}

.m-modal__body:before, .m-modal__body:after {
  content: "";
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-modal__body {
    max-height: calc(100vh - 4rem);
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .m-modal__body:before {
    margin-bottom: 2rem;
  }
  .m-modal__body:after {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modal__body {
    padding: 1rem;
    max-height: calc(100vh - 11rem);
  }
}

.m-modal__close-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.m-modal__wrap:before, .m-modal__wrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 1px;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .m-modal__wrap:before, .m-modal__wrap:after {
    top: 7px;
    right: -2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modal__wrap:before, .m-modal__wrap:after {
    top: 10px;
    right: -32px;
  }
}

.m-modal__wrap:before {
  transform: translateX(-50%) rotate(45deg);
}

.m-modal__wrap:after {
  transform: translateX(-50%) rotate(135deg);
}

.m-modal--hide {
  opacity: 0;
}

.m-modal[data-js-modal--size="large"] .m-modal__wrap {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .m-modal[data-js-modal--size="small"] .m-modal__wrap {
    width: 70%;
  }
}

@media print, screen and (min-width: 768px) {
  .m-modal .c-youtube__body {
    min-width: 640px;
  }
}

[data-js-accordion] + * {
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-js-content-header*="fiexd"] .m-content-header__aside {
  flex-direction: row-reverse;
}

[data-js-content-header*="fiexd"] .m-content-header__local-menu {
  margin-left: 1rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .m-content-header__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 2rem;
  }
  .m-content-header__aside *:last-child {
    margin-bottom: 0;
  }
  .m-content-header__local-menu {
    text-align: right;
    margin-bottom: 1.5rem;
  }
  .m-content-header__conversion {
    margin-bottom: 1.5rem;
    white-space: nowrap;
  }
  .m-content-header__conversion > .btn {
    padding: 0.5em 1rem;
    min-height: auto;
  }
  .m-content-header__conversion > * + * {
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1184px) {
  .m-content-header__conversion > * {
    display: block;
  }
  .m-content-header__conversion > * + * {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-content-header__share {
    margin-top: auto;
  }
}

.m-content-header__share {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.m-content-header__share-close, .m-content-header__share-open {
  padding: 0;
  min-width: auto;
  width: 5rem;
  height: 2rem;
  min-height: auto;
  background-color: #fff;
  border-width: 1px;
  border-color: #dcdcdc;
  color: #8c8c8c;
}

.m-content-header__share-close > span, .m-content-header__share-open > span {
  padding: 0;
}

.m-content-header__share-close:hover, .m-content-header__share-close:focus, .m-content-header__share-open:hover, .m-content-header__share-open:focus {
  background-color: #fff !important;
  border-color: #018463 !important;
  color: #018463 !important;
}

.m-content-header__share-open span:after {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e80a';
  margin-left: 0.25rem;
}

.m-content-header__share-close {
  display: none;
}

.m-content-header__share-close span {
  position: relative;
  padding-right: 1.5rem;
}

.m-content-header__share-close span:before, .m-content-header__share-close span:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #8c8c8c;
  width: 10px;
  height: 1px;
}

.m-content-header__share-close span:before {
  transform: translateX(-50%) rotate(45deg);
}

.m-content-header__share-close span:after {
  transform: translateX(-50%) rotate(135deg);
}

.m-content-header__share-close span:before, .m-content-header__share-close span:after {
  right: 0;
  top: 50%;
}

.m-content-header__share-close:hover span:before, .m-content-header__share-close:hover span:after, .m-content-header__share-close:focus span:before, .m-content-header__share-close:focus span:after {
  background-color: #018463;
}

.m-content-header__share-body {
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 40px;
  transform: translateY(-0.5rem);
  z-index: 50;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, visibility 0s linear 0.4s;
}

.m-content-header__share[data-js-share="open"] .m-content-header__share-open {
  display: none;
}

.m-content-header__share[data-js-share="open"] .m-content-header__share-close {
  display: inherit;
}

.m-content-header__share[data-js-share="open"] .m-content-header__share-body {
  transform: inherit;
  visibility: inherit;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, visibility 0.4s linear 0s;
}

[onmouseover="_atw.xwa()"] {
  display: none !important;
}

/** print */
@media print {
  .m-content-header__share {
    display: none !important;
  }
}

.media-dtp .m-content-header__share {
  display: none !important;
}

/** ↑ print */
@media screen and (max-width: 767px) {
  .m-content-header__local-menu {
    display: none;
  }
  .m-content-header__conversion {
    flex-direction: column;
  }
  .m-content-header__conversion > * {
    margin-top: 0.5rem;
    width: 100%;
  }
  .m-content-header__share {
    display: none;
  }
}

.m-content-header__wrap {
  transition-duration: 0s;
}

.m-content-header__body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

.m-content-header__body > .container {
  display: flex;
  justify-content: space-between;
}

.m-content-header__text *:last-child {
  margin-bottom: 0;
}

.m-content-header__title {
  margin-bottom: 0;
  display: inline;
  line-height: 1.4;
  font-family: var(--font-bold-conde), sans-serif;
  font-weight: 600;
}

.m-content-header__sub-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

.m-content-header__fiexd-arrow {
  display: none;
}

.m-content-header__headding {
  margin-bottom: 0.25rem;
}

.m-content-header__badge {
  margin-bottom: 0.25rem;
}

[data-js-content-header*="fiexd"] .m-content-header__wrap {
  position: fixed;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  z-index: 200;
  transform: translateY(-10%);
}

[data-js-content-header*="fiexd"] .m-content-header__body {
  position: relative;
  padding: 0;
  height: 100%;
}

[data-js-content-header*="fiexd"] .m-content-header__body > .container {
  flex-direction: row;
  align-items: center;
  height: 100%;
}

[data-js-content-header*="fiexd"] .m-content-header__headding [class^="label"], [data-js-content-header*="fiexd"] .m-content-header__sub-title, [data-js-content-header*="fiexd"] .m-content-header__description, [data-js-content-header*="fiexd"] .m-content-header__conversion, [data-js-content-header*="fiexd"] .m-content-header__badge, [data-js-content-header*="fiexd"] .m-content-header__thumbnail {
  display: none;
}

[data-js-content-header*="fiexd"] .m-content-header__menu {
  z-index: -1;
  position: relative;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, visibility 0s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
}

[data-js-content-header*="fiexd"] .m-content-header__fiexd-arrow {
  display: inline-block;
  border: 0;
  background-color: transparent;
  font-size: 14px;
}

[data-js-content-header*="fiexd"] .m-content-header__fiexd-arrow:before {
  font-family: "fontello", serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e803';
  display: block;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transform: rotate(180deg);
}

[data-js-content-header*="fiexd--open"] .m-content-header__wrap {
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

[data-js-content-header*="--menu-open"] .m-content-header__menu {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

[data-js-content-header*="--menu-open"] .m-content-header__fiexd-arrow:before {
  transform: rotate(0);
}

@media print, screen and (min-width: 768px) {
  .m-content-header__thumbnail {
    margin-right: 2rem;
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 160px;
  }
  .m-content-header__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 69%;
    margin-right: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
  }
  .m-content-header__aside {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  [data-js-content-header*="fiexd"] .m-content-header__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-content-header__body > .container {
    flex-direction: column;
  }
  .m-content-header__thumbnail {
    margin-bottom: 0.5rem;
  }
  [data-js-content-header*="fiexd"] .m-content-header__title {
    font-size: 18px;
  }
}

/** print */
@media print {
  .m-content-header__menu {
    display: none;
  }
  .m-content-header__body {
    box-shadow: none;
    border-bottom: 1px solid #707070;
  }
}

.media-dtp .m-content-header__menu {
  display: none;
}

.media-dtp .m-content-header__body {
  box-shadow: none;
  border-bottom: 1px solid #707070;
}

/** ↑ print */
.m-content-menu {
  background-color: #f6f6f6;
  overflow: auto;
}

.m-content-menu__list {
  margin-bottom: 0;
  white-space: nowrap;
}

.m-content-menu__item {
  display: inline-block;
  position: relative;
  margin-right: 2rem;
}

.m-content-menu__item > span, .m-content-menu__item > a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  color: #333;
}

.m-content-menu__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #01916d;
  visibility: hidden;
}

.m-content-menu__item:hover:after {
  visibility: visible;
}

.m-content-menu__item--current:after {
  visibility: visible;
}

.m-content-menu--under {
  box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.4) inset;
}

.m-content-menu--under .m-content-menu__item:after {
  bottom: inherit;
  top: 0;
}

/** print */
@media print {
  .m-content-menu {
    display: none;
  }
}

.media-dtp .m-content-menu {
  display: none;
}

/** ↑ print */
.m-conversion {
  background-color: #333;
}

@media print, screen and (min-width: 768px) {
  .m-conversion {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .m-conversion .row {
    flex-wrap: nowrap;
  }
  .m-conversion__col {
    flex: 0 1 50%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-conversion {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .m-conversion__col {
    width: 100%;
  }
}

/* ----- l-content-area ----- */
.l-content-area {
  background-color: #fff;
}

.l-content-area + .m-foot-news:before {
  content: "";
  display: block;
  background-color: #f6f6f6;
  width: 100%;
  height: 4rem;
  box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.4) inset;
}

.l-components:before {
  content: "";
  display: block;
}

/* ----- l-sub-content-area ----- */
.l-sub-content-area:before {
  content: "";
  display: block;
  background-color: #f6f6f6;
  width: 100%;
  height: 4rem;
  box-shadow: 0 12px 5px -10px rgba(0, 0, 0, 0.4) inset;
}

/* ----- l-lower-area ----- */
.l-lower-area {
  background-color: #f6f6f6;
  border-top: 1px solid #8c8c8c;
}

.l-lower-area:before {
  content: "";
  display: block;
}

@media print, screen and (min-width: 768px) {
  .l-components,
  .l-lower-area {
    padding-bottom: 4rem;
  }
  .l-sub-content-area {
    margin-bottom: 4rem;
  }
  .l-components:before,
  .l-sub-content-area:before,
  .l-lower-area:before {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-components,
  .l-lower-area {
    padding-bottom: 3rem;
  }
  .l-sub-content-area {
    margin-bottom: 3rem;
  }
  .l-components:before,
  .l-sub-content-area:before,
  .l-lower-area:before {
    margin-bottom: 3rem;
  }
}

/* ----- main ----- */
@media print, screen and (min-width: 768px) {
  .t-corporate .m-hero {
    padding-top: 17.1875%;
  }
}

@media screen and (max-width: 767px) {
  .t-corporate main {
    display: flex;
    flex-direction: column;
  }
  .t-corporate main .m-local-menu {
    order: 10;
  }
  .t-corporate .m-hero {
    padding-top: 100%;
  }
}

.t-dark-title .m-content-header__body {
  background-color: #333;
  color: #fff;
}

.t-dark-title .m-content-header__share-close, .t-dark-title .m-content-header__share-open {
  background-color: #333;
  border-color: #8c8c8c;
  color: #fff;
}

.t-dark-title .m-content-header__share-close:hover, .t-dark-title .m-content-header__share-close:focus, .t-dark-title .m-content-header__share-open:hover, .t-dark-title .m-content-header__share-open:focus {
  background-color: #333 !important;
}

.t-dark-title .m-content-header__fiexd-arrow {
  color: #fff;
}

/** print */
@media print {
  .t-dark-title .m-content-header__body {
    background-color: #fff;
    color: #000;
  }
}

.media-dtp .t-dark-title .m-content-header__body {
  background-color: #fff;
  color: #000;
}

/** ↑ print */
.t-btob-gr .m-content-header__body {
  background-color: #333;
  color: white;
}
