/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.2 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  padding-top: var(--mieprefg-header-sp-h);
  line-height: 1.7;
  padding-bottom: 40px;
}
@media (min-width: 1160px) {
  main {
    padding-top: calc(var(--mieprefg-header-pc-main-h) + var(--mieprefg-header-pc-sub-h));
  }
}

img {
  max-width: 100%;
}

.u-inner {
  max-width: 1200px;
  width: calc(100% - 16px);
  padding: 8px;
  margin-inline: auto;
}

.u-section {
  margin-top: 64px;
}
.u-section .u-title {
  border-left: 5px solid #1B8C98;
  border-bottom: 1px solid #1B8C98;
  padding: 0 8px 4px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
.u-section ul li {
  list-style: disc;
  margin-left: 20px;
}

.font-bold {
  font-weight: bold;
}

.font-pink {
  color: #F67477;
}

.mt-10 {
  margin-top: 10px;
}

.u-btn {
  margin-top: 40px;
}
.u-btn .u-btn-link {
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  padding: 20px;
  transition: 0.4s ease background;
}
.u-btn .u-btn-link:hover {
  background: #1B8C98;
  color: #fff;
}

.top .top-heading {
  text-align: center;
  margin-bottom: 40px;
  padding: 8px;
}
.top .top-heading .heading-title {
  color: #1B8C98;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-weight: bold;
}
.top .top-heading .heading-title::after, .top .top-heading .heading-title::before {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #1B8C98;
}
.top .top-heading .heading-title::after {
  transform: rotate(45deg);
}
.top .top-heading .heading-title::before {
  transform: rotate(-45deg);
}
.top .top-heading .heading-text {
  margin: 20px 0;
}

.policy .policy-heading {
  border-bottom: 1px solid #1B8C98;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */