@charset "UTF-8";
/* ==========================================================================
* 
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  reset
*  ---------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none; }

main {
  display: block; }

img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%; }

ol,
ul {
  list-style: none; }

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

input[type=radio],
input[type=checkbox] {
  display: none; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

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

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

html,
body {
  width: 100%; }

html {
  font-size: 62.5%;
  text-size-adjust: 100%; }

body {
  position: relative;
  font-weight: 400;
  font-size: 1.6em;
  color: #222;
  min-width: 1200px;
  font-family: 'Shippori Mincho', serif;
  font-feature-settings: "palt";
  padding-top: 90px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 60px;
      padding-bottom: 60px;
      min-width: 100%; } }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

sup {
  font-size: 50%;
  vertical-align: super; }

input::placeholder {
  color: #A2A2A2; }

/* IE */
input:-ms-input-placeholder {
  color: #A2A2A2; }

/* Edge */
input::-ms-input-placeholder {
  color: #A2A2A2; }

/* ==========================================================================
* 
*  Vendor
*  外部提供CSS
* 
*  ========================================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
* 
*  Layout
*  ヘッダー、フッター、サイドバー、メインコンテンツエリアなど、サイト全体のブロックに関するもの。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  container
*  ---------------------------------------------------------------*/
.l-container {
  position: relative;
  overflow: hidden; }

/* -----------------------------------------------------------------
*  header
*  ---------------------------------------------------------------*/
.l-header__lgContents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000; }
  .l-header__lgContents__holder {
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .l-header__lgContents__holder__logo {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 140px; }
      .l-header__lgContents__holder__logo > a {
        display: block; }
    .l-header__lgContents__holder__nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
      .l-header__lgContents__holder__nav__list__item {
        display: inline-block;
        margin-left: 40px; }
        .l-header__lgContents__holder__nav__list__item:first-child {
          margin-left: 0; }
        .l-header__lgContents__holder__nav__list__item__anchor {
          color: #222; }
          .l-header__lgContents__holder__nav__list__item__anchor:hover {
            color: #EB5178; }
          .l-header__lgContents__holder__nav__list__item__anchor__en {
            display: block;
            font-size: 20px;
            font-size: 2rem;
            font-style: italic;
            letter-spacing: 0.05em;
            text-align: center; }
          .l-header__lgContents__holder__nav__list__item__anchor__jp {
            display: block;
            font-size: 10px;
            font-size: 1rem;
            font-style: italic;
            letter-spacing: 0.1em;
            text-align: center; }
.l-header__xsContents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000; }
  .l-header__xsContents__holder {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .l-header__xsContents__holder__logo {
      position: absolute;
      left: 3.125%;
      top: 50%;
      transform: translateY(-50%);
      width: 92px; }
      .l-header__xsContents__holder__logo > a {
        display: block; }
    .l-header__xsContents__holder__tel {
      position: absolute;
      right: calc(3.125% + 55px);
      bottom: 10px;
      display: block;
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 500;
      font-style: italic;
      color: #222; }
      .l-header__xsContents__holder__tel > i {
        display: inline-block;
        width: 10px;
        margin-right: 4px; }
        .l-header__xsContents__holder__tel > i > img {
          vertical-align: middle; }
    .l-header__xsContents__holder__menuBtn {
      position: absolute;
      top: 10px;
      right: 3.125%;
      width: 40px;
      height: 40px;
      background-color: #40210f;
      /*pre animation*/
      transition: 0.6s all ease; }
      .l-header__xsContents__holder__menuBtn > span {
        display: block;
        width: 60%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -30%;
        top: 50%; }
        .l-header__xsContents__holder__menuBtn > span:nth-child(1) {
          margin-top: -10px; }
        .l-header__xsContents__holder__menuBtn > span:nth-child(3) {
          margin-top: 10px; }
      .l-header__xsContents__holder__menuBtn.is-clicked > span:nth-child(1) {
        margin-top: 0;
        transform: rotate(45deg); }
      .l-header__xsContents__holder__menuBtn.is-clicked > span:nth-child(2) {
        display: none; }
      .l-header__xsContents__holder__menuBtn.is-clicked > span:nth-child(3) {
        margin-top: 0;
        transform: rotate(-45deg); }
  .l-header__xsContents__slideMenu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.6s all ease;
    overflow: auto; }
    .l-header__xsContents__slideMenu.is-slided {
      transform: translateX(0); }
    .l-header__xsContents__slideMenu__holder {
      width: 100%;
      height: 100%;
      padding: 10px 3.125% 0; }
      .l-header__xsContents__slideMenu__holder__nav__list__item__anchor {
        padding: 10px 10px;
        display: block;
        color: #222; }
        .l-header__xsContents__slideMenu__holder__nav__list__item__anchor:hover {
          color: #EB5178; }
        .l-header__xsContents__slideMenu__holder__nav__list__item__anchor__en {
          display: block;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 500;
          font-style: italic;
          letter-spacing: 0.05em;
          text-align: center; }
        .l-header__xsContents__slideMenu__holder__nav__list__item__anchor__jp {
          display: block;
          font-size: 10px;
          font-size: 1rem;
          font-style: italic;
          letter-spacing: 0.1em;
          text-align: center; }

/* -----------------------------------------------------------------
*  main
*  ---------------------------------------------------------------*/
/* -----------------------------------------------------------------
*  aside
*  ---------------------------------------------------------------*/
.l-aside {
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1); }
  .l-aside__holder {
    position: relative;
    height: 90px; }
    @media only screen and (max-width: 767px) {
      .l-aside__holder {
        height: 60px; } }
    .l-aside__holder__methods {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .l-aside__holder__methods {
          left: 50%;
          transform: translate(-50%, -50%); } }
      .l-aside__holder__methods__tel {
        font-size: 28px;
        font-size: 2.8rem;
        display: inline-block;
        color: #222;
        white-space: nowrap; }
        @media only screen and (max-width: 767px) {
          .l-aside__holder__methods__tel {
            font-size: 20px;
            font-size: 2rem; } }
        .l-aside__holder__methods__tel > i {
          display: inline-block;
          width: 20px;
          font-size: 0;
          margin-right: 5px; }
          @media only screen and (max-width: 767px) {
            .l-aside__holder__methods__tel > i {
              width: 14px; } }
          .l-aside__holder__methods__tel > i > img {
            vertical-align: bottom; }
      .l-aside__holder__methods__webBtn {
        display: inline-block;
        background-color: #00B900;
        color: #fff;
        padding: 10px;
        margin-left: 40px;
        font-size: 16px;
        font-size: 1.6rem;
        white-space: nowrap;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .l-aside__holder__methods__webBtn {
            font-size: 14px;
            font-size: 1.4rem; } }
    .l-aside__holder__businessHour {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }

/* -----------------------------------------------------------------
*  footer
*  ---------------------------------------------------------------*/
.l-footer {
  padding: 40px 0;
  background-color: #fff;
  border-top: 1px solid #222; }
  .l-footer__snsList {
    text-align: center;
    margin-bottom: 20px; }
    .l-footer__snsList__item {
      display: inline-block;
      margin-left: 30px;
      width: 50px; }
      .l-footer__snsList__item:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 767px) {
        .l-footer__snsList__item {
          width: 40px; } }
  .l-footer__copyright {
    text-align: center; }
    .l-footer__copyright > small {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 767px) {
        .l-footer__copyright > small {
          font-size: 10px;
          font-size: 1rem; } }

/* ==========================================================================
* 
*  Object
*  サイト内で繰り返されるパターン。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  Component
*  ---------------------------------------------------------------*/
.c-hl_type01 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-style: italic; }
  @media only screen and (max-width: 767px) {
    .c-hl_type01 {
      font-size: 30px;
      font-size: 3rem; } }

.c-fig {
  border: 1px solid #222; }

.c-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }
  .c-inner_contents {
    width: 1200px; }
    @media only screen and (max-width: 767px) {
      .c-inner_contents {
        width: 100%;
        padding: 0 6.25%; } }

.c-holder {
  position: relative;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .c-holder {
      width: 100%; } }

/* -----------------------------------------------------------------
*  Project
*  ---------------------------------------------------------------*/
.p-businessHour > table > tbody > tr > th {
  text-align: right; }
  .p-businessHour > table > tbody > tr > th > span {
    display: inline-block;
    background: #232526;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #414345, #232526);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #414345, #232526);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .p-businessHour > table > tbody > tr > th > span {
        font-size: 12px;
        font-size: 1.2rem; } }
.p-businessHour > table > tbody > tr > td {
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (max-width: 767px) {
    .p-businessHour > table > tbody > tr > td {
      font-size: 12px;
      font-size: 1.2rem; } }

/* -----------------------------------------------------------------
*  Utility
*  ---------------------------------------------------------------*/
.u-ta_c {
  text-align: center !important; }

.u-ta_l {
  text-align: left !important; }

.u-ta_r {
  text-align: right !important; }

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.4s opacity ease; }

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table; }

.u-clearfix:after {
  clear: both; }

.u-visible_xs,
.u-visible_lg {
  display: none !important; }

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important; }

  table.u-visible_xs {
    display: table !important; }

  tr.u-visible_xs {
    display: table-row !important; }

  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important; } }
@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important; } }
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important; }

  table.u-visible_lg {
    display: table !important; }

  tr.u-visible_lg {
    display: table-row !important; }

  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important; } }
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important; } }
.u-noEvent {
  pointer-events: none; }

.u-fw_normal {
  font-weight: normal !important; }

.u-fw_bold {
  font-weight: bold !important; }

.u-fs_normal {
  font-style: normal !important; }

.u-fs_italic {
  font-style: italic !important; }

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.u-m_00 {
  margin: 0 !important; }

.u-m_05 {
  margin: 5px !important; }

.u-m_10 {
  margin: 10px !important; }

.u-m_15 {
  margin: 15px !important; }

.u-m_20 {
  margin: 20px !important; }

.u-m_25 {
  margin: 25px !important; }

.u-m_30 {
  margin: 30px !important; }

.u-m_35 {
  margin: 35px !important; }

.u-m_40 {
  margin: 40px !important; }

.u-m_45 {
  margin: 45px !important; }

.u-m_50 {
  margin: 50px !important; }

.u-mt_00 {
  margin-top: 0 !important; }

.u-mt_05 {
  margin-top: 5px !important; }

.u-mt_10 {
  margin-top: 10px !important; }

.u-mt_15 {
  margin-top: 15px !important; }

.u-mt_20 {
  margin-top: 20px !important; }

.u-mt_25 {
  margin-top: 25px !important; }

.u-mt_30 {
  margin-top: 30px !important; }

.u-mt_35 {
  margin-top: 35px !important; }

.u-mt_40 {
  margin-top: 40px !important; }

.u-mt_45 {
  margin-top: 45px !important; }

.u-mt_50 {
  margin-top: 50px !important; }

.u-mb_00 {
  margin-bottom: 0 !important; }

.u-mb_05 {
  margin-bottom: 5px !important; }

.u-mb_10 {
  margin-bottom: 10px !important; }

.u-mb_15 {
  margin-bottom: 15px !important; }

.u-mb_20 {
  margin-bottom: 20px !important; }

.u-mb_25 {
  margin-bottom: 25px !important; }

.u-mb_30 {
  margin-bottom: 30px !important; }

.u-mb_35 {
  margin-bottom: 35px !important; }

.u-mb_40 {
  margin-bottom: 40px !important; }

.u-mb_45 {
  margin-bottom: 45px !important; }

.u-mb_50 {
  margin-bottom: 50px !important; }

.u-ml_00 {
  margin-left: 0 !important; }

.u-ml_05 {
  margin-left: 5px !important; }

.u-ml_10 {
  margin-left: 10px !important; }

.u-ml_15 {
  margin-left: 15px !important; }

.u-ml_20 {
  margin-left: 20px !important; }

.u-ml_25 {
  margin-left: 25px !important; }

.u-ml_30 {
  margin-left: 30px !important; }

.u-ml_35 {
  margin-left: 35px !important; }

.u-ml_40 {
  margin-left: 40px !important; }

.u-ml_45 {
  margin-left: 45px !important; }

.u-ml_50 {
  margin-left: 50px !important; }

.u-mr_00 {
  margin-right: 0 !important; }

.u-mr_05 {
  margin-right: 5px !important; }

.u-mr_10 {
  margin-right: 10px !important; }

.u-mr_15 {
  margin-right: 15px !important; }

.u-mr_20 {
  margin-right: 20px !important; }

.u-mr_25 {
  margin-right: 25px !important; }

.u-mr_30 {
  margin-right: 30px !important; }

.u-mr_35 {
  margin-right: 35px !important; }

.u-mr_40 {
  margin-right: 40px !important; }

.u-mr_45 {
  margin-right: 45px !important; }

.u-mr_50 {
  margin-right: 50px !important; }

.u-p_00 {
  padding: 0 !important; }

.u-p_05 {
  padding: 5px !important; }

.u-p_10 {
  padding: 10px !important; }

.u-p_15 {
  padding: 15px !important; }

.u-p_20 {
  padding: 20px !important; }

.u-p_25 {
  padding: 25px !important; }

.u-p_30 {
  padding: 30px !important; }

.u-p_35 {
  padding: 35px !important; }

.u-p_40 {
  padding: 40px !important; }

.u-p_45 {
  padding: 45px !important; }

.u-p_50 {
  padding: 50px !important; }

.u-pt_00 {
  padding-top: 0 !important; }

.u-pt_05 {
  padding-top: 5px !important; }

.u-pt_10 {
  padding-top: 10px !important; }

.u-pt_15 {
  padding-top: 15px !important; }

.u-pt_20 {
  padding-top: 20px !important; }

.u-pt_25 {
  padding-top: 25px !important; }

.u-pt_30 {
  padding-top: 30px !important; }

.u-pt_35 {
  padding-top: 35px !important; }

.u-pt_40 {
  padding-top: 40px !important; }

.u-pt_45 {
  padding-top: 45px !important; }

.u-pt_50 {
  padding-top: 50px !important; }

.u-pb_00 {
  padding-bottom: 0 !important; }

.u-pb_05 {
  padding-bottom: 5px !important; }

.u-pb_10 {
  padding-bottom: 10px !important; }

.u-pb_15 {
  padding-bottom: 15px !important; }

.u-pb_20 {
  padding-bottom: 20px !important; }

.u-pb_25 {
  padding-bottom: 25px !important; }

.u-pb_30 {
  padding-bottom: 30px !important; }

.u-pb_35 {
  padding-bottom: 35px !important; }

.u-pb_40 {
  padding-bottom: 40px !important; }

.u-pb_45 {
  padding-bottom: 45px !important; }

.u-pb_50 {
  padding-bottom: 50px !important; }

.u-pl_00 {
  padding-left: 0 !important; }

.u-pl_05 {
  padding-left: 5px !important; }

.u-pl_10 {
  padding-left: 10px !important; }

.u-pl_15 {
  padding-left: 15px !important; }

.u-pl_20 {
  padding-left: 20px !important; }

.u-pl_25 {
  padding-left: 25px !important; }

.u-pl_30 {
  padding-left: 30px !important; }

.u-pl_35 {
  padding-left: 35px !important; }

.u-pl_40 {
  padding-left: 40px !important; }

.u-pl_45 {
  padding-left: 45px !important; }

.u-pl_50 {
  padding-left: 50px !important; }

.u-pr_00 {
  padding-right: 0 !important; }

.u-pr_05 {
  padding-right: 5px !important; }

.u-pr_10 {
  padding-right: 10px !important; }

.u-pr_15 {
  padding-right: 15px !important; }

.u-pr_20 {
  padding-right: 20px !important; }

.u-pr_25 {
  padding-right: 25px !important; }

.u-pr_30 {
  padding-right: 30px !important; }

.u-pr_35 {
  padding-right: 35px !important; }

.u-pr_40 {
  padding-right: 40px !important; }

.u-pr_45 {
  padding-right: 45px !important; }

.u-pr_50 {
  padding-right: 50px !important; }

.u-position_relative {
  position: relative !important; }

.u-position_abs {
  position: absolute !important; }

.u-position_fixed {
  position: fixed !important; }

.u-position_static {
  position: static !important; }

.u-vertical_mid {
  vertical-align: middle !important; }

.u-vertical_bottom {
  vertical-align: bottom !important; }

.u-vertical_base {
  vertical-align: baseline !important; }

.u-vertical_sup {
  vertical-align: super !important; }

.u-vertical_sub {
  vertical-align: sub !important; }

.u-vertical_tb {
  vertical-align: text-bottom !important; }

.u-vertical_tt {
  vertical-align: text-top !important; }

/*# sourceMappingURL=common.css.map */
