.u-list-style-A {
  list-style: upper-alpha;
}
.u-list-style-a {
  list-style: lower-alpha;
}
.c-link-a--pageTop > img {
  transform: rotate(-90deg);
  top: 0.1em !important;
}
.c-h2-a + .c-text-a,
.c-h2-a + .c-text-a + .c-text-a {
  width: 100% !important;
  max-width: 100% !important;
}
.cp-PageTop a {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background: url(/Common/image/icon_pagetop.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 32px 32px;
  border-radius: 4px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.mf_finder_searchBox_submit::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  content: "";
  background-image: url(/Common/cmn_g_header_footer/img/icon/search.svg) !important;
  background-size: cover;
}
@media only screen and (min-width: 1100px) {
  .gl-footer-area-01_inner {
    padding-right: 50px !important;
  }
}

/* search.html */
.c-container .mf_finder_searchBox_misc {
  margin-top: 16px;
}

@media (min-width: 640px) {
  .mf_finder_searchBox_submit span {
    display: inline-block;
    margin-right: 0.75rem;
    color: #000;
  }
}

.u-text-indent-0 {
  text-indent: 0 !important;
}

ol.u-list-style-parentheses > li.u-list-style-parentheses__content {
  position: relative;
  list-style-type: none;
}

ol.u-list-style-parentheses li.u-list-style-parentheses__content:before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ")";
}
.u-list-style-none {
  list-style: none !important;
}

@media (min-width: 640px) {
  .u-transform-Y-2 {
    transform: translateY(2px);
  }
}
