@charset "UTF-8";
/* ============================================================================
 * Base
 * ========================================================================= */
@import url("//fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap&subset=japanese");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  margin: 0 !important;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-family: \0030e1\0030a4\0030ea\0030aa, Meiryo, \0030d2\0030e9\0030ae\0030ce\0089d2\0030b4\0020\0050\0072\006f\0020\0057\0033, "Hiragino Kaku Gothic Pro", \00ff2d\00ff33\0020\00ff30\0030b4\0030b7\0030c3\0030af, sans-serif, \006e38\00660e\00671d, "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  text-align: left;
  line-height: 1.6;
  word-break: normal;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin: 20px 0 0;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

strong {
  font-weight: normal;
  color: #c00;
}

hr {
  border: none;
}

a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
}

a[href*="tel:"]:hover, a[href*="tel:"]:focus, a[href*="tel:"]:active {
  text-decoration: none !important;
}

a, button {
  cursor: pointer;
  transition: .3s all ease;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  opacity: .85;
}

a:hover img, a:focus img, a:active img, button:hover img, button:focus img, button:active img {
  opacity: .85;
}

a img, button img {
  transition: .3s all ease;
}

@-moz-document url-prefix() {
  *:hover, *:focus, *:active {
    outline-color: #333;
  }
}

input,
select,
button {
  font-family: \0030e1\0030a4\0030ea\0030aa, Meiryo, \0030d2\0030e9\0030ae\0030ce\0089d2\0030b4\0020\0050\0072\006f\0020\0057\0033, "Hiragino Kaku Gothic Pro", \00ff2d\00ff33\0020\00ff30\0030b4\0030b7\0030c3\0030af, sans-serif, \006e38\00660e\00671d, "Yu Mincho", YuMincho, serif;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

input::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
}

select::-ms-expand {
  display: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

textarea {
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
}

textarea::placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::-ms-input-placeholder {
  color: #ccc;
}

table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: .3s all ease;
  background-color: rgba(255, 255, 255, 0.01);
}

.g-clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/* ============================================================================
 * Structure
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Wrapper
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-header {
  position: relative;
  z-index: 100;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.um-headerLogo {
  margin: 0;
  position: absolute;
  left: 100px;
  top: 0;
}

.um-headerSocial {
  width: 37px;
  padding: 5px 0 10px;
  position: fixed;
  top: 213px;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  transition: .3s all ease;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 7px #999;
  background: #fff;
}

.um-headerSocial__ttl {
  margin: 0 0 8px;
  padding: 0 0 5px 5px;
  font-size: 1px;
  border-bottom-style: double;
  border-bottom-color: #ccc;
}

.um-headerSocial__ttl img {
  vertical-align: bottom;
}

.um-headerSocial__list li {
  height: 24px;
  margin: 0 0 8px 7px;
  padding: 0 0 0 35px;
}

.um-headerSocial__fb {
  background: url(/special/common/images/sns_facebook.png) no-repeat;
}

.um-headerSocial__tw {
  background: url(/special/common/images/sns_twitter.png) no-repeat;
}

.um-headerSocial__mx {
  margin-bottom: 0 !important;
  background: url(/special/common/images/sns_mixi.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .um-headerLogo {
    display: none;
  }
  .um-headerSocial {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.ul-footer {
  padding: 20px 0;
  position: relative;
  background: #fff;
}

.ul-footer__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ul-footer__inner {
    padding: 0 10px;
  }
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.um-footerInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.um-footerLogo {
  width: 194px;
  margin: 0;
}

.um-footerLogo a {
  display: block;
}

.um-footerCopy {
  font-family: \0030e1\0030a4\0030ea\0030aa, Meiryo, \0030d2\0030e9\0030ae\0030ce\0089d2\0030b4\0020\0050\0072\006f\0020\0057\0033, "Hiragino Kaku Gothic Pro", \00ff2d\00ff33\0020\00ff30\0030b4\0030b7\0030c3\0030af, sans-serif, \006e38\00660e\00671d, "Yu Mincho", YuMincho, serif;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

.um-footerSocial {
  display: none;
}

@media screen and (max-width: 767px) {
  .um-footerInfo {
    padding: 15px 0 0;
    display: block;
  }
  .um-footerLogo {
    margin: 0 auto;
  }
  .um-footerCopy {
    margin: 10px 0 0;
  }
  .um-footerSocial {
    margin: 0 0 0 -10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .um-footerSocial li {
    padding: 0 0 0 10px;
  }
  .um-footerSocial__fb iframe {
    width: 83px !important;
  }
}

/* ----------------------------------------------------------------------------
 * MainContents
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-contentHead > *, .ul-contentFoot > *, .ul-contentBody > * {
  position: relative;
  z-index: 1;
}

.ul-contentHead__inner, .ul-contentFoot__inner, .ul-contentBody__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.ul-contentHead__inner > *:first-child, .ul-contentFoot__inner > *:first-child, .ul-contentBody__inner > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .ul-contentHead__inner, .ul-contentFoot__inner, .ul-contentBody__inner {
    padding: 0 10px;
  }
}

/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.um-section__inner > *:first-child {
  margin-top: 0 !important;
}

.um-section[data-size="s"] .um-section__inner {
  max-width: 1000px;
}

.um-section[data-size="m"] .um-section__inner {
  max-width: 1040px;
}

.um-section[data-size="l"] .um-section__inner {
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .um-section__inner {
    padding: 0 10px;
  }
}

/* ------------------------------------
 * Main
 * --------------------------------- */
.um-main__img img {
  width: 100%;
}

.um-main__img[data-view="pc"] {
  display: block;
}

.um-main__img[data-view="sp"] {
  display: none;
}

@media screen and (max-width: 767px) {
  .um-main__img[data-view="pc"] {
    display: none;
  }
  .um-main__img[data-view="sp"] {
    display: block;
  }
}

/* ============================================================================
 * Variable
 * ========================================================================= */
/* ============================================================================
 * Override
 * ========================================================================= */
/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-content {
  background: url(/special/menekiryoku/images/bg_content.jpg) center center repeat;
  background-size: cover;
}

.ul-content::after {
  width: 100%;
  height: 379px;
  display: block;
  background: url(/special/menekiryoku/images/bg_contentb.jpg) left center no-repeat;
  background-size: cover;
  content: '';
}

@media screen and (max-width: 767px) {
  .ul-content {
    background: url(/special/menekiryoku/images/bg_content_sp.jpg) center center repeat;
    background-size: cover;
  }
  .ul-content::after {
    height: 190px;
    background: url(/special/menekiryoku/images/bg_contentb_sp.jpg) left center no-repeat;
    background-size: cover;
  }
}

/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section {
  margin: 60px 0 0;
}

.um-section__inner {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .um-section {
    margin-top: 30px;
    padding: 0 10px;
  }
}

/* ============================================================================
 * Module
 * ========================================================================= */
/* ------------------------------------
 * Main
 * --------------------------------- */
.um-main__txt {
  max-width: 740px;
  margin: -15vw auto 0;
  padding: 0 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .um-main__txt {
    margin-top: -12vw;
    padding: 0 10px;
  }
}

/* ------------------------------------
 * Heading
 * --------------------------------- */
/* HeadingLevel2 */
.um-hdgLv2 {
  margin: 120px 0 30px;
}

.um-hdgLv2 + * {
  margin-top: 30px !important;
}

.um-hdgLv2__hdg {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.um-hdgLv2__hdg span {
  margin: 0 auto;
  padding: 0 140px;
  display: table;
  position: relative;
}

.um-hdgLv2__hdg span::before, .um-hdgLv2__hdg span::after {
  margin: -.8em 0 0;
  font-size: 23px;
  letter-spacing: .25em;
  position: absolute;
  top: 50%;
  content: '.........';
}

.um-hdgLv2__hdg span::before {
  left: 0;
}

.um-hdgLv2__hdg span::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .um-hdgLv2 {
    margin: 40px 0 15px;
  }
  .um-hdgLv2 + * {
    margin-top: 15px !important;
  }
  .um-hdgLv2__hdg {
    max-width: inherit;
    font-size: 1.5rem;
  }
  .um-hdgLv2__hdg span {
    padding: 0 60px;
  }
  .um-hdgLv2__hdg span::before, .um-hdgLv2__hdg span::after {
    font-size: 1.3rem;
    letter-spacing: .15em;
  }
}

/* ------------------------------------
 * Media
 * --------------------------------- */
.um-media__img {
  position: relative;
  z-index: 0;
}

.um-media__img img {
  width: 100%;
}

.um-media__lead {
  margin: -140px 0 0 70px;
  position: absolute;
  z-index: 2;
}

.um-media__comment {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.um-media__comment[data-size="s"] {
  margin-top: -145px !important;
}

.um-media__comment[data-size="m"] {
  margin-top: -160px !important;
}

.um-media__comment[data-size="l"] {
  margin-top: -180px !important;
}

.um-media__ttl {
  margin: 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #16ad84;
}

.um-media__txt {
  margin: 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
}

.um-media__txt[data-type="stress"] {
  margin-left: -160px;
}

.um-media__balloon {
  padding: 120px 0 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 50%;
  border: 1px solid #cde2b6;
  background: #fff;
}

.um-media__balloon::before {
  width: 78px;
  height: 62px;
  margin: 0 0 0 -39px;
  position: absolute;
  top: 45px;
  left: 50%;
  background: url(/special/menekiryoku/images/icn_mark.png);
  background-size: 78px 62px;
  content: '';
}

.um-media__balloon p {
  margin: 0;
  padding: 10px;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center;
}

.um-media__balloon a {
  padding: 5px 25px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 12px;
  background: #00a99d;
}

.um-media__balloon[data-size="s"] {
  width: 290px;
  height: 290px;
  min-width: 290px;
  min-height: 290px;
}

.um-media__balloon[data-size="m"] {
  width: 320px;
  height: 320px;
  min-width: 320px;
  min-height: 320px;
}

.um-media__balloon[data-size="l"] {
  width: 360px;
  height: 360px;
  min-width: 360px;
  min-height: 360px;
}

.um-media[data-margin="right"], .um-media[data-margin="right-l"] {
  padding: 0 90px 0 0;
}

.um-media[data-margin="right"] .um-media__comment, .um-media[data-margin="right-l"] .um-media__comment {
  margin: 0 -90px 0 0;
  justify-content: flex-end;
}

.um-media[data-margin="right"] .um-media__coco, .um-media[data-margin="right-l"] .um-media__coco {
  order: 1;
}

.um-media[data-margin="right"] .um-media__coco img, .um-media[data-margin="right-l"] .um-media__coco img {
  width: 119px;
}

.um-media[data-margin="right"] .um-media__balloon, .um-media[data-margin="right-l"] .um-media__balloon {
  margin: 0 0 0 15px;
  order: 2;
}

.um-media[data-margin="right"] .um-media__body, .um-media[data-margin="right-l"] .um-media__body {
  margin: -100px 0 0;
}

.um-media[data-margin="right-l"] {
  padding-right: 125px;
}

.um-media[data-margin="right-l"] .um-media__comment {
  margin-right: -125px;
}

.um-media[data-margin="left"] {
  padding: 0 0 0 90px;
}

.um-media[data-margin="left"] .um-media__comment {
  margin: 0 0 0 -90px;
  justify-content: flex-start;
}

.um-media[data-margin="left"] .um-media__coco {
  order: 2;
}

.um-media[data-margin="left"] .um-media__coco img {
  width: 105px;
}

.um-media[data-margin="left"] .um-media__balloon {
  margin: 0 15px 0 0;
  order: 1;
}

.um-media[data-margin="left"] .um-media__body {
  margin: -110px 0 0;
  padding: 0 0 0 330px;
}

@media screen and (max-width: 767px) {
  .um-media__comment {
    margin: 0 auto !important;
    display: table;
    position: relative;
  }
  .um-media__comment[data-size="s"] {
    margin-top: -25px !important;
  }
  .um-media__comment[data-size="m"] {
    margin-top: -25px !important;
  }
  .um-media__comment[data-size="l"] {
    margin-top: -25px !important;
  }
  .um-media__lead {
    width: 100%;
    margin: -70px 0 0;
    left: 0;
    text-align: center;
  }
  .um-media__lead img {
    width: 234px;
  }
  .um-media__coco {
    position: absolute;
    top: 50%;
  }
  .um-media__ttl {
    margin: 0;
    font-size: 1.3rem;
  }
  .um-media__ttl br {
    display: none;
  }
  .um-media__ttl br.is-sp {
    display: block;
  }
  .um-media__txt {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .um-media__txt br {
    display: none;
  }
  .um-media__txt[data-type="stress"] {
    margin-left: 0;
  }
  .um-media__txt[data-nobr="true"] br {
    display: block;
  }
  .um-media__balloon {
    padding-top: 60px;
  }
  .um-media__balloon::before {
    width: 40px;
    height: 32px;
    margin-left: -20px;
    top: 18px;
    background-size: 40px 32px;
  }
  .um-media__balloon p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    letter-spacing: -.05em;
  }
  .um-media__balloon a {
    margin: 5px 0 0;
    padding: 5px 15px;
    font-size: 1rem;
  }
  .um-media__balloon[data-size="s"] {
    width: 145px;
    height: 145px;
    min-width: 145px;
    min-height: 145px;
  }
  .um-media__balloon[data-size="m"] {
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
  }
  .um-media__balloon[data-size="l"] {
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
  }
  .um-media[data-margin="right"], .um-media[data-margin="right-l"] {
    padding: 0;
  }
  .um-media[data-margin="right"] .um-media__comment, .um-media[data-margin="right-l"] .um-media__comment {
    margin: 0;
    justify-content: center;
  }
  .um-media[data-margin="right"] .um-media__coco, .um-media[data-margin="right-l"] .um-media__coco {
    margin: -30px 0 0;
    right: -60px;
  }
  .um-media[data-margin="right"] .um-media__coco img, .um-media[data-margin="right-l"] .um-media__coco img {
    width: 60px;
  }
  .um-media[data-margin="right"] .um-media__balloon, .um-media[data-margin="right-l"] .um-media__balloon {
    margin: 0;
  }
  .um-media[data-margin="right"] .um-media__body, .um-media[data-margin="right-l"] .um-media__body {
    margin: 10px 0 0;
  }
  .um-media[data-margin="right-l"] {
    padding-right: 0;
  }
  .um-media[data-margin="right-l"] .um-media__comment {
    margin-right: 0;
  }
  .um-media[data-margin="left"] {
    padding: 0;
  }
  .um-media[data-margin="left"] .um-media__comment {
    margin: 0;
    justify-content: center;
  }
  .um-media[data-margin="left"] .um-media__coco {
    margin: -30px 0 0;
    left: -50px;
  }
  .um-media[data-margin="left"] .um-media__coco img {
    width: 50px;
  }
  .um-media[data-margin="left"] .um-media__balloon {
    margin: 0;
  }
  .um-media[data-margin="left"] .um-media__body {
    margin: 10px 0 0;
    padding: 0;
  }
}
