@charset "UTF-8";

/* ============================================================================
 * Base
 * ========================================================================= */
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
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
 * ========================================================================= */
/* ------------------------------------
 * Font
 * --------------------------------- */
/* ------------------------------------
 * Wrapper
 * --------------------------------- */
.ul-wrapper {
  min-width: 1000px;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .ul-wrapper {
    min-width: inherit;
    overflow-x: hidden;
  }
}

/* ------------------------------------
 * Content
 * --------------------------------- */
.ul-contentBody::after {
  width: 100%;
  height: 40px;
  display: block;
  background: url(/special/hulaschool/images/bg_content.jpg) center center repeat-x;
  content: '';
}

@media screen and (max-width: 767px) {
  .ul-contentBody::after {
    height: 24px;
    border-top: 3px solid #fff;
    background-size: auto 24px;
  }
}

/* ------------------------------------
 * Section
 * --------------------------------- */
.um-section__inner {
  max-width: 1000px;
}

.um-section[data-type="intro"] {
  padding: 20px 0 90px;
}

.um-section[data-type="intro"]::before {
  width: 214px;
  height: 583px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/special/hulaschool/images/fig_intro.png);
  content: '';
}

.um-section[data-type="intro"] .um-hdgLv1 {
  position: relative;
  z-index: 1;
}

.um-section[data-type="intro"] .um-hdgLv1__lead, .um-section[data-type="intro"] .um-hdgLv1__hdg {
  margin: 0 auto;
  display: table;
}

.um-section[data-type="intro"] .um-hdgLv1__lead img, .um-section[data-type="intro"] .um-hdgLv1__hdg img {
  width: 100%;
}

.um-section[data-type="intro"] .um-hdgLv1__hdg {
  margin-top: 30px;
}

.um-section[data-type="intro"] .um-hdgLv1__txt {
  margin: 30px 0 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 0 5px #fff;
}

.um-section[data-type="intro"] .um-hdgLv1__txt::after {
  width: 332px;
  height: 21px;
  margin: 20px auto 0;
  display: block;
  background: url(/special/hulaschool/images/fig_lead.png);
  content: '';
}

.um-section[data-type="intro"] .um-hdgLv1__txt em {
  font-weight: normal;
  color: #006837;
}

.um-section[data-type="intro"] .um-gridImg {
  width: 760px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: nowrap;
}

.um-section[data-type="intro"] .um-gridImg > * {
  width: 50%;
}

.um-section[data-type="intro"] .um-gridImg__body {
  margin: 0 20px 0 0;
}

.um-section[data-type="intro"] .um-gridImg__img {
  margin: 0 0 0 20px;
}

.um-section[data-type="intro"] .um-gridImg__hdg {
  padding: 0 0 15px;
  font-size: 2.4rem;
  line-height: 1;
  border-bottom: 2px dashed #e4b34f;
}

.um-section[data-type="intro"] .um-gridImg__txt {
  margin: 15px 0 0;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: justify;
}

.um-section[data-type="curriculum"] {
  padding: 0 0 120px;
  background: url(/special/hulaschool/images/bg_curriculum.jpg) #faf0d6;
}

.um-section[data-type="curriculum"]::before {
  width: 100%;
  height: 40px;
  margin: 0 0 80px;
  display: block;
  background: url(/special/hulaschool/images/bg_content.jpg) center center repeat-x;
  content: '';
}

.um-section[data-type="curriculum"] .um-section__inner::before {
  width: 450px;
  height: 15px;
  margin: 0 0 0 -225px;
  position: absolute;
  top: 40px;
  left: 50%;
  background: #f7931e;
  content: '';
}

.um-section[data-type="curriculum"] .um-hdgLv2 {
  width: 270px;
  margin: 0 auto;
  display: table;
}

.um-section[data-type="curriculum"] .um-hdgLv3 {
  margin: 60px auto 0;
  display: table;
}

.um-section[data-type="curriculum"] .um-txt {
  margin: 20px 0 0;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}

.um-section[data-type="curriculum"] .um-lesson {
  width: 720px;
  margin: 30px auto 0;
}

.um-section[data-type="curriculum"] .um-lesson__inner {
  margin: 0 0 0 -120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.um-section[data-type="curriculum"] .um-lesson__item {
  width: 50%;
  padding: 0 0 0 120px;
}

.um-section[data-type="curriculum"] .um-lesson__img {
  padding: 12px;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.um-section[data-type="curriculum"] .um-lesson__img img {
  width: 100%;
}

.um-section[data-type="curriculum"] .um-lesson__hdg {
  margin: 20px 0 0;
  font-size: 2.4rem;
  padding: 0 0 10px;
  line-height: 1;
  text-align: center;
  border-bottom: 2px dashed #e4b34f;
}

.um-section[data-type="curriculum"] .um-lesson__txt {
  margin: 15px 0 0;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}

.um-section[data-type="curriculum"] .um-detail {
  margin: 60px 0 0;
}

.um-section[data-type="curriculum"] .um-detail__ttl {
  margin: 0 auto;
  display: table;
}

.um-section[data-type="curriculum"] .um-detail__ttl img {
  width: 100%;
}

.um-section[data-type="curriculum"] .um-detail__tbl {
  width: 860px;
  margin: 5px auto 0;
  padding: 0 30px 40px;
  border-radius: 10px;
  background: #fff;
}

.um-section[data-type="curriculum"] .um-detail__tbl::before {
  width: 331px;
  height: 23px;
  margin: 0 auto 24px;
  display: block;
  background: url(/special/hulaschool/images/fig_curriculum.png);
  content: '';
}

.um-section[data-type="curriculum"] .um-detail__tbl table {
  display: block;
  overflow: hidden;
  border: none;
}

.um-section[data-type="curriculum"] .um-detail__tbl table thead, .um-section[data-type="curriculum"] .um-detail__tbl table tbody, .um-section[data-type="curriculum"] .um-detail__tbl table tr, .um-section[data-type="curriculum"] .um-detail__tbl table th, .um-section[data-type="curriculum"] .um-detail__tbl table td {
  width: 100%;
  font-size: 2.1rem;
  font-weight: normal;
  display: block;
  float: left;
}

.um-section[data-type="curriculum"] .um-detail__tbl table thead tr,
.um-section[data-type="curriculum"] .um-detail__tbl table tbody tr {
  display: flex;
  flex-wrap: nowrap;
}

.um-section[data-type="curriculum"] .um-detail__tbl table thead tr > *,
.um-section[data-type="curriculum"] .um-detail__tbl table tbody tr > * {
  width: 50%;
}

.um-section[data-type="curriculum"] .um-detail__tbl table thead tr > *:first-child,
.um-section[data-type="curriculum"] .um-detail__tbl table tbody tr > *:first-child {
  min-width: 170px;
  max-width: 170px;
}

.um-section[data-type="curriculum"] .um-detail__tbl table thead th {
  padding: 0 0 5px;
  text-align: center;
}

.um-section[data-type="curriculum"] .um-detail__tbl table thead th span {
  color: #39b54a;
}

.um-section[data-type="curriculum"] .um-detail__tbl table tbody tr {
  border-top: 1px dashed #f9e58f;
}

.um-section[data-type="curriculum"] .um-detail__tbl table tbody tr:last-child {
  border-bottom: 1px dashed #f9e58f;
}

.um-section[data-type="curriculum"] .um-detail__tbl table tbody tr th {
  padding: 20px 0;
}

.um-section[data-type="curriculum"] .um-detail__tbl table tbody tr td {
  width: 100%;
  padding: 20px;
}

.um-section[data-type="curriculum"] .um-detail__notes {
  margin: 15px 0 0;
}

.um-section[data-type="curriculum"] .um-detail__notes li {
  padding: 0 0 0 1em;
  font-size: 1.8rem;
  position: relative;
}

.um-section[data-type="curriculum"] .um-detail__notes li span {
  position: absolute;
  top: 0;
  left: 0;
}

.um-section[data-type="curriculum"] .um-detail__grid {
  margin: -5px 0 0 -80px;
  padding: 5px 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.um-section[data-type="curriculum"] .um-detail__grid::before {
  width: 10px;
  height: 100%;
  margin: 0 0 0 35px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 15px;
  background: #ecf3d8;
  content: '';
}

.um-section[data-type="curriculum"] .um-detail__gridItem {
  width: 50%;
  padding: 0 0 0 80px;
}

.um-section[data-type="curriculum"] .um-detail__gridTxt, .um-section[data-type="curriculum"] .um-detail__gridTxt--center {
  margin: 0;
}

.um-section[data-type="curriculum"] .um-detail__gridTxt span, .um-section[data-type="curriculum"] .um-detail__gridTxt--center span {
  font-size: 1.8rem;
}

.um-section[data-type="curriculum"] .um-detail__gridTxt--center {
  text-align: center;
}

.um-section[data-type="curriculum"] .um-detail__gridList li {
  margin: 5px 0 0;
}

.um-section[data-type="curriculum"] .um-detail__gridList li:first-child {
  margin: 0;
}

.um-section[data-type="curriculum"] .um-detail__gridList li span {
  font-size: 1.8rem;
  text-align: right;
  display: block;
}

.um-section[data-type="curriculum"] .um-gridImg {
  width: 800px;
  margin: 50px auto 0;
  padding: 0 0 0 45px;
  display: flex;
  flex-wrap: nowrap;
}

.um-section[data-type="curriculum"] .um-gridImg__img {
  min-width: 300px;
  max-width: 300px;
  margin: 70px 0 0;
  padding: 14px;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.um-section[data-type="curriculum"] .um-gridImg__img img {
  width: 100%;
}

.um-section[data-type="curriculum"] .um-gridImg__body {
  margin: 0 0 0 45px;
  order: 2;
  position: relative;
}

.um-section[data-type="curriculum"] .um-gridImg__body .um-gridImg__img {
  display: none;
}

.um-section[data-type="curriculum"] .um-gridImg__txt {
  margin: 20px 0 0;
  font-size: 1.7rem;
}

.um-section[data-type="curriculum"] .um-gridImg__txt em {
  font-size: 2.1rem;
  display: block;
}

.um-section[data-type="curriculum"] .um-gridImg__btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.um-section[data-type="curriculum"] .um-gridImg__btn a {
  width: 180px;
  height: 40px;
  font-size: 1.7rem;
  color: #fff;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 30px;
  background: #f15a24;
}

.um-section[data-type="instructor"] {
  padding: 150px 0 100px;
  background: url(/special/hulaschool/images/bg_instructor.png) 0 0 no-repeat;
}

.um-section[data-type="instructor"]::before, .um-section[data-type="instructor"]::after {
  position: absolute;
  bottom: 0;
  z-index: 0;
  content: '';
}

.um-section[data-type="instructor"]::before {
  width: 810px;
  height: 612px;
  left: 0;
  background: url(/special/hulaschool/images/fig_instructor_l.png);
}

.um-section[data-type="instructor"]::after {
  width: 377px;
  height: 533px;
  right: 0;
  background: url(/special/hulaschool/images/fig_instructor_r.png);
}

.um-section[data-type="instructor"] .um-section__inner {
  z-index: 1;
  position: relative;
}

.um-section[data-type="instructor"] .um-section__inner::before {
  width: 450px;
  height: 15px;
  margin: 0 0 0 -225px;
  position: absolute;
  top: -150px;
  left: 50%;
  background: #f7931e;
  content: '';
}

.um-section[data-type="instructor"] .um-hdgLv2 {
  width: 200px;
  margin: 0 auto 30px;
  display: table;
}

.um-section[data-type="instructor"] .um-hdgLv2 img {
  width: 100%;
}

.um-section[data-type="instructor"] .um-hdgLv3 {
  margin: 80px auto 0;
  display: table;
}

.um-section[data-type="instructor"] .um-hdgLv4 {
  margin: 20px auto 0;
  padding: 0 0 5px;
  font-size: 2.3rem;
  line-height: 1.2;
  display: table;
  border-bottom: 1px dashed #f7931e;
}

.um-section[data-type="instructor"] .um-txt {
  margin: 15px 0 0;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

.um-section[data-type="instructor"] .um-listMember {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}

.um-section[data-type="instructor"] .um-listMember::before {
  position: absolute;
  z-index: -1;
  content: '';
}

.um-section[data-type="instructor"] .um-listMember__inner {
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.um-section[data-type="instructor"] .um-listMember__img img {
  width: 100%;
}

.um-section[data-type="instructor"] .um-listMember__name {
  margin: 12px 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.um-section[data-type="instructor"] .um-listMember__name em {
  font-size: 2.1rem;
  font-weight: normal;
  display: block;
}

.um-section[data-type="instructor"] .um-listMember[data-col="2"] {
  margin-left: -25px;
}

.um-section[data-type="instructor"] .um-listMember[data-col="2"]::before {
  width: 128px;
  height: 157px;
  top: -100px;
  right: -100px;
  background: url(/special/hulaschool/images/fig_instructor_01.png) no-repeat;
}

.um-section[data-type="instructor"] .um-listMember[data-col="2"] .um-listMember__item {
  width: 280px;
  padding: 0 0 0 25px;
}

.um-section[data-type="instructor"] .um-listMember[data-col="2"] .um-listMember__inner {
  padding: 20px;
}

.um-section[data-type="instructor"] .um-listMember[data-col="4"] {
  margin-left: -30px;
}

.um-section[data-type="instructor"] .um-listMember[data-col="4"]::before {
  width: 334px;
  height: 193px;
  top: -200px;
  left: -50px;
  background: url(/special/hulaschool/images/fig_instructor_02.png) no-repeat;
}

.um-section[data-type="instructor"] .um-listMember[data-col="4"] .um-listMember__item {
  width: 180px;
  padding: 0 0 0 30px;
}

.um-section[data-type="instructor"] .um-listMember[data-col="4"] .um-listMember__inner {
  padding: 15px;
}

.um-section[data-type="instructor"] .um-gridImg {
  width: 740px;
  margin: 150px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.um-section[data-type="instructor"] .um-gridImg__img {
  width: 320px;
  padding: 20px;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.um-section[data-type="instructor"] .um-gridImg__img img {
  width: 100%;
}

.um-section[data-type="instructor"] .um-gridImg__body {
  margin: 0 0 0 30px;
}

.um-section[data-type="instructor"] .um-gridImg__hdg {
  margin: 30px 0 0;
  font-size: 2.5rem;
  line-height: 1;
}

.um-section[data-type="instructor"] .um-gridImg__hdg::after {
  width: 370px;
  height: 8px;
  margin: 5px 0 0;
  display: block;
  background: url(/special/hulaschool/images/bg_instructor_dir.png) no-repeat;
  content: '';
}

.um-section[data-type="instructor"] .um-gridImg__txt {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.um-section[data-type="instructor"] .um-gridImg__txt em {
  margin: 20px 0;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  display: block;
}

.um-section[data-type="about"] {
  padding: 120px 0 70px;
  background: #feebbf;
}

.um-section[data-type="about"]::before {
  width: 1282px;
  height: 76px;
  margin: 0 0 0 -641px;
  position: absolute;
  top: -50px;
  left: 50%;
  background: url(/special/hulaschool/images/fig_about.png);
  content: '';
}

.um-section[data-type="about"] .um-box {
  padding: 35px;
  border-radius: 5px;
  position: relative;
  background: #fff;
}

.um-section[data-type="about"] .um-box::before {
  width: 365px;
  height: 236px;
  position: absolute;
  top: -150px;
  left: -150px;
  background: url(/special/hulaschool/images/fig_about_box.png);
  content: '';
}

.um-section[data-type="about"] .um-box__inner {
  width: 620px;
  margin: 0 auto;
  display: table;
}

.um-section[data-type="about"] .um-box__hdg {
  margin: 0 0 30px;
  padding: 0 0 15px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 2px dashed #e4b34f;
}

.um-section[data-type="about"] .um-box__list li {
  margin: 10px 0 0;
  padding: 0 0 0 1em;
  font-size: 1.5rem;
  position: relative;
}

.um-section[data-type="about"] .um-box__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.um-section[data-type="about"] .um-box__list li:first-child {
  margin-top: 0;
}

.um-section[data-type="about"] .um-btn {
  width: 280px;
  margin: 30px auto 0;
  display: table;
}

.um-section[data-type="about"] .um-btn a {
  width: 280px;
  height: 58px;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
  background: #fff;
}

.um-section[data-type="about"] .um-btn a::after {
  margin: -.5em 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #f15a24;
  content: '→';
}

.um-section[data-type="notation"] {
  padding: 80px 0 115px;
}

.um-section[data-type="notation"]::before {
  width: 214px;
  height: 583px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/special/hulaschool/images/fig_intro.png);
  content: '';
}

.um-section[data-type="notation"] .um-hdgLv1 {
  margin: 0 auto;
  display: table;
  position: relative;
  z-index: 1;
}

.um-section[data-type="notation"] .um-hdgLv1 img {
  width: 100%;
}

.um-section[data-type="notation"] .um-tbl {
  width: 930px;
  margin: 40px auto 0;
  border: none;
  border-bottom: 1px solid #f4e6a8;
}

.um-section[data-type="notation"] .um-tbl tbody tr:nth-child(odd) {
  background: #fff;
}

.um-section[data-type="notation"] .um-tbl tbody tr:nth-child(even) {
  background: #fff9ef;
}

.um-section[data-type="notation"] .um-tbl tbody tr:first-child th, .um-section[data-type="notation"] .um-tbl tbody tr:first-child td {
  border-top: none;
}

.um-section[data-type="notation"] .um-tbl tbody th, .um-section[data-type="notation"] .um-tbl tbody td {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #f4e6a8;
}

.um-section[data-type="notation"] .um-tbl tbody th a, .um-section[data-type="notation"] .um-tbl tbody td a {
  text-decoration: none;
}

.um-section[data-type="notation"] .um-tbl tbody th {
  width: 25%;
  padding: 15px 0 13px 20px;
}

.um-section[data-type="notation"] .um-tbl tbody td {
  width: 75%;
  padding: 15px 20px 13px;
}

.um-section[data-type="notation"] .um-tbl__list li {
  margin: 10px 0 0;
  padding: 20px 0 0;
  border-top: 1px dashed #f7931e;
}

.um-section[data-type="notation"] .um-tbl__list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.um-section[data-type="notation"] .um-tbl__list li:first-child em {
  background: #e8ecaf;
}

.um-section[data-type="notation"] .um-tbl__list li:last-child em {
  background: #ffdca0;
}

.um-section[data-type="notation"] .um-tbl__list li em {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  display: table;
  border-radius: 30px;
}

.um-section[data-type="notation"] .um-tbl__list li em span {
  padding: 5px 10px 3px;
  display: block;
}

@media screen and (max-width: 767px) {
  .um-section[data-type="intro"] {
    padding: 10px 0 40px;
  }
  .um-section[data-type="intro"]::before {
    width: 107px;
    height: 292px;
    background-size: 107px 292px;
  }
  .um-section[data-type="intro"] .um-hdgLv1__hdg {
    margin-top: 20px;
  }
  .um-section[data-type="intro"] .um-hdgLv1__txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .um-section[data-type="intro"] .um-hdgLv1__txt::after {
    width: 166px;
    height: 11px;
    margin-top: 12px;
    background-size: 166px 11px;
  }
  .um-section[data-type="intro"] .um-gridImg {
    width: auto;
    margin-top: 20px;
    padding: 0 10px;
    flex-direction: column;
  }
  .um-section[data-type="intro"] .um-gridImg > * {
    width: 100%;
  }
  .um-section[data-type="intro"] .um-gridImg__body {
    margin: 25px 0 0;
    order: 2;
  }
  .um-section[data-type="intro"] .um-gridImg__img {
    margin: 0;
    order: 1;
  }
  .um-section[data-type="intro"] .um-gridImg__hdg {
    padding-bottom: 10px;
    font-size: 1.9rem;
  }
  .um-section[data-type="intro"] .um-gridImg__txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .um-section[data-type="intro"] .um-gridImg__txt br {
    display: none;
  }
  .um-section[data-type="curriculum"] {
    padding-bottom: 35px;
    background-size: 50%;
  }
  .um-section[data-type="curriculum"]::before {
    height: 24px;
    margin-bottom: 20px;
    background-size: auto 24px;
  }
  .um-section[data-type="curriculum"] .um-section__inner::before {
    width: 225px;
    height: 7px;
    margin-left: -112px;
    top: 24px;
  }
  .um-section[data-type="curriculum"] .um-hdgLv2 {
    width: 200px;
  }
  .um-section[data-type="curriculum"] .um-hdgLv3 {
    margin-top: 10px;
  }
  .um-section[data-type="curriculum"] .um-txt {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 1.6rem;
    letter-spacing: -.05em;
    text-align: left;
  }
  .um-section[data-type="curriculum"] .um-lesson {
    width: auto;
    margin-top: 25px;
    padding: 0 10px;
  }
  .um-section[data-type="curriculum"] .um-lesson__inner {
    margin: 0;
    display: block;
  }
  .um-section[data-type="curriculum"] .um-lesson__item {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
  }
  .um-section[data-type="curriculum"] .um-lesson__item:first-child {
    margin-top: 0;
  }
  .um-section[data-type="curriculum"] .um-lesson__img {
    padding: 12px;
  }
  .um-section[data-type="curriculum"] .um-lesson__hdg {
    margin: 15px auto 0;
    font-size: 1.8rem;
    padding-bottom: 5px;
    display: table;
  }
  .um-section[data-type="curriculum"] .um-lesson__txt {
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: -.05em;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl {
    width: auto;
    padding: 0;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl::before {
    width: 158px;
    height: 11px;
    margin: 0 auto 0;
    position: relative;
    top: -5px;
    background-size: 158px 11px;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table {
    margin: -11px 0 0;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table thead, .um-section[data-type="curriculum"] .um-detail__tbl table tbody, .um-section[data-type="curriculum"] .um-detail__tbl table tr, .um-section[data-type="curriculum"] .um-detail__tbl table th, .um-section[data-type="curriculum"] .um-detail__tbl table td {
    font-size: 1.4rem;
    float: none;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table thead tr,
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr {
    display: block;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table thead tr > *,
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr > * {
    width: 100%;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table thead tr > *:first-child,
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr > *:first-child {
    min-width: inherit;
    max-width: inherit;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table thead {
    display: none;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr {
    border-top: 1px dashed #f9e58f;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr:first-child {
    border-top: none;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr:first-child th {
    border-radius: 10px 10px 0 0;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr:last-child {
    border-bottom: none;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr th {
    padding: 12px 25px 10px;
    line-height: 1;
    background: #fffdee;
  }
  .um-section[data-type="curriculum"] .um-detail__tbl table tbody tr td {
    width: 100%;
    padding: 20px 25px;
  }
  .um-section[data-type="curriculum"] .um-detail__notes li {
    font-size: 1.4rem;
  }
  .um-section[data-type="curriculum"] .um-detail__grid {
    margin: 0;
    padding: 0;
    display: block;
  }
  .um-section[data-type="curriculum"] .um-detail__grid::before {
    display: none;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem::before {
    padding: 5px 10px 3px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    display: inline-block;
    border-radius: 10px;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem:first-child {
    margin-top: 0;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem:first-child::before {
    background: #e8ecaf;
    content: '■グループレッスン';
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem:last-child::before {
    background: #d2e9dd;
    content: '●個人レッスン';
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem[data-type="date"] {
    padding-left: 100px;
    position: relative;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem[data-type="date"]::before {
    position: absolute;
    top: 0;
    left: -10px;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem[data-type="fee"] {
    padding-left: 120px;
    position: relative;
    letter-spacing: -.05em;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem[data-type="fee"]::before {
    position: absolute;
    top: 0;
    left: -10px;
  }
  .um-section[data-type="curriculum"] .um-detail__gridItem[data-type="fee"] span {
    font-size: 1.2rem;
  }
  .um-section[data-type="curriculum"] .um-detail__gridTxt span, .um-section[data-type="curriculum"] .um-detail__gridTxt--center span {
    font-size: 1.4rem;
  }
  .um-section[data-type="curriculum"] .um-detail__gridList li {
    margin: 0;
  }
  .um-section[data-type="curriculum"] .um-detail__gridList li span {
    font-size: 1.4rem;
    display: inline;
  }
  .um-section[data-type="curriculum"] .um-gridImg {
    width: auto;
    margin-top: 20px;
    padding: 0;
    display: block;
  }
  .um-section[data-type="curriculum"] .um-gridImg__img {
    min-width: inherit;
    max-width: inherit;
    margin: 15px 0 0;
    display: none;
  }
  .um-section[data-type="curriculum"] .um-gridImg__body {
    margin: 0;
  }
  .um-section[data-type="curriculum"] .um-gridImg__body .um-gridImg__img {
    display: block;
  }
  .um-section[data-type="curriculum"] .um-gridImg__hdg img {
    width: 100%;
  }
  .um-section[data-type="curriculum"] .um-gridImg__txt {
    font-size: 1.7rem;
  }
  .um-section[data-type="curriculum"] .um-gridImg__txt em {
    font-size: 1.7rem;
  }
  .um-section[data-type="curriculum"] .um-gridImg__btn {
    margin: 12px 0 0;
    display: table;
    position: static;
  }
  .um-section[data-type="curriculum"] .um-gridImg__btn a {
    width: auto;
    height: 25px;
    padding: 0 10px;
    font-size: 1.5rem;
    line-height: 27px;
  }
  .um-section[data-type="instructor"] {
    padding: 15px 0 50px;
    background: url(/special/hulaschool/images/bg_instructor_sp.png) 0 0 no-repeat;
  }
  .um-section[data-type="instructor"]::before {
    width: 382px;
    height: 473px;
    background: url(/special/hulaschool/images/fig_instructor_l_sp.png);
    background-size: 382px 473px;
  }
  .um-section[data-type="instructor"]::after {
    display: none;
  }
  .um-section[data-type="instructor"] .um-section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .um-section[data-type="instructor"] .um-section__inner::before {
    width: 225px;
    height: 7px;
    top: -15px;
    margin-left: -112px;
  }
  .um-section[data-type="instructor"] .um-hdgLv2 {
    width: 150px;
    margin-bottom: 20px;
  }
  .um-section[data-type="instructor"] .um-hdgLv2::before {
    width: 64px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: url(/special/hulaschool/images/fig_instructor_01.png) no-repeat;
    background-size: 64px 79px;
    content: '';
  }
  .um-section[data-type="instructor"] .um-hdgLv3 {
    margin-top: 20px;
  }
  .um-section[data-type="instructor"] .um-hdgLv4 {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
    border: none;
  }
  .um-section[data-type="instructor"] .um-hdgLv4 span {
    border-bottom: 1px dashed #f7931e;
  }
  .um-section[data-type="instructor"] .um-txt {
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
  .um-section[data-type="instructor"] .um-listMember {
    margin-top: 30px;
    display: block;
  }
  .um-section[data-type="instructor"] .um-listMember::before {
    position: absolute;
    z-index: -1;
    content: '';
  }
  .um-section[data-type="instructor"] .um-listMember__item {
    margin: 30px 0 0;
  }
  .um-section[data-type="instructor"] .um-listMember__item:first-child {
    margin-top: 0;
  }
  .um-section[data-type="instructor"] .um-listMember__inner {
    box-shadow: 0 0 10px #ccc;
    background: #fff;
  }
  .um-section[data-type="instructor"] .um-listMember__img img {
    width: 100%;
  }
  .um-section[data-type="instructor"] .um-listMember__name {
    margin: 12px 0 0;
  }
  .um-section[data-type="instructor"] .um-listMember__name em {
    font-size: 2rem;
  }
  .um-section[data-type="instructor"] .um-listMember__name span {
    font-size: 2rem;
    display: block;
  }
  .um-section[data-type="instructor"] .um-listMember__name span + br {
    display: none;
  }
  .um-section[data-type="instructor"] .um-listMember[data-col="2"] {
    margin-left: 0;
  }
  .um-section[data-type="instructor"] .um-listMember[data-col="2"]::before {
    display: none;
  }
  .um-section[data-type="instructor"] .um-listMember[data-col="2"] .um-listMember__item {
    width: 100%;
    padding: 0;
  }
  .um-section[data-type="instructor"] .um-listMember[data-col="4"] {
    margin-left: 0;
  }
  .um-section[data-type="instructor"] .um-listMember[data-col="4"]::before {
    width: 167px;
    height: 97px;
    top: -100px;
    left: 0;
    z-index: -1;
    background-size: 167px 97px;
  }
  .um-section[data-type="instructor"] .um-listMember[data-col="4"] .um-listMember__item {
    width: 100%;
    padding: 0;
  }
  .um-section[data-type="instructor"] .um-listMember[data-col="4"] .um-listMember__inner {
    padding: 20px;
  }
  .um-section[data-type="instructor"] .um-gridImg {
    width: auto;
    margin-top: 60px;
    display: block;
    position: relative;
  }
  .um-section[data-type="instructor"] .um-gridImg::before {
    width: 117px;
    height: 128px;
    position: absolute;
    top: -50px;
    right: -20px;
    z-index: 0;
    background: url(/special/hulaschool/images/fig_instructor_r_sp.png) no-repeat;
    background-size: 117px 128px;
    content: '';
  }
  .um-section[data-type="instructor"] .um-gridImg__img {
    width: auto;
  }
  .um-section[data-type="instructor"] .um-gridImg__body {
    margin: 20px 0 0;
  }
  .um-section[data-type="instructor"] .um-gridImg__hdg {
    margin: 30px 0 0;
    padding: 0 0 0 105px;
    font-size: 1.8rem;
  }
  .um-section[data-type="instructor"] .um-gridImg__hdg::after {
    width: 185px;
    height: 4px;
    background-size: 185px 4px;
  }
  .um-section[data-type="instructor"] .um-gridImg__txt {
    margin: 0;
    padding: 0 0 0 85px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .um-section[data-type="instructor"] .um-gridImg__txt em {
    margin: 10px 0 20px;
    font-size: 2rem;
    position: relative;
    left: 20px;
  }
  .um-section[data-type="about"] {
    padding: 50px 0 35px;
  }
  .um-section[data-type="about"]::before {
    width: 385px;
    height: 60px;
    margin-left: -192px;
    top: -25px;
    background: url(/special/hulaschool/images/fig_about_sp.png);
    background-size: 385px 60px;
  }
  .um-section[data-type="about"] .um-box {
    padding: 20px;
    position: relative;
  }
  .um-section[data-type="about"] .um-box::before {
    width: 183px;
    height: 118px;
    top: -90px;
    left: -30px;
    z-index: 0;
    transform: scale(0.7);
    background-size: 183px 118px;
  }
  .um-section[data-type="about"] .um-box__inner {
    width: auto;
  }
  .um-section[data-type="about"] .um-box__hdg {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    letter-spacing: -.05em;
    border-bottom-width: 1px;
  }
  .um-section[data-type="about"] .um-box__list li {
    margin: 0;
    letter-spacing: -.05em;
  }
  .um-section[data-type="about"] .um-btn {
    width: 225px;
  }
  .um-section[data-type="about"] .um-btn a {
    width: 225px;
    height: 35px;
    padding: 0 10px;
  }
  .um-section[data-type="about"] .um-btn a::after {
    display: none;
  }
  .um-section[data-type="notation"] {
    padding: 20px 0 40px;
  }
  .um-section[data-type="notation"]::before {
    width: 107px;
    height: 292px;
    background-size: 107px 292px;
  }
  .um-section[data-type="notation"] .um-tbl {
    width: 100%;
    margin-top: 20px;
    display: block;
    overflow: hidden;
    border-bottom: none;
  }
  .um-section[data-type="notation"] .um-tbl tbody, .um-section[data-type="notation"] .um-tbl tr, .um-section[data-type="notation"] .um-tbl th, .um-section[data-type="notation"] .um-tbl td {
    width: 100%;
    float: left;
    display: block;
  }
  .um-section[data-type="notation"] .um-tbl tbody tr:nth-child(odd) {
    background: #fff;
  }
  .um-section[data-type="notation"] .um-tbl tbody tr:nth-child(even) {
    background: #fff;
  }
  .um-section[data-type="notation"] .um-tbl tbody th, .um-section[data-type="notation"] .um-tbl tbody td {
    font-size: 1.4rem;
    border-top: none;
  }
  .um-section[data-type="notation"] .um-tbl tbody th {
    width: 100%;
    padding: 5px 10px;
    background: #fff9ef;
  }
  .um-section[data-type="notation"] .um-tbl tbody td {
    width: 100%;
    padding: 10px;
  }
  .um-section[data-type="notation"] .um-tbl__list li {
    margin-top: 20px;
    padding: 0;
    border-top: none;
  }
  .um-section[data-type="notation"] .um-tbl__list li em {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .um-section[data-type="notation"] .um-tbl__list li em span {
    padding: 5px 10px 3px;
    font-weight: bold;
  }
}
