@charset "UTF-8";
/* ==========================================================================//
// Foundation
// ========================================================================== */
/* stylelint-disable */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html.is-locked {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

body {
  background-color: #fff;
  color: #4a4543;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

button,
input,
select,
textarea {
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
}

textarea {
  resize: none;
}

strong {
  font-weight: 700;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #4a4543;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

@keyframes openLoop {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes closeLoop {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================//
// Components
// ========================================================================== */
.breadcrumb-01 {
  overflow: auto;
}
.breadcrumb-01 .list {
  display: table;
  padding: 8px 12px;
}
.breadcrumb-01 .list li {
  position: relative;
  display: table-cell;
  font-size: 0.6875rem;
}
.breadcrumb-01 .list li a,
.breadcrumb-01 .list li span {
  display: block;
  color: #999;
  font-size: 0.6875rem;
  white-space: nowrap;
}
.breadcrumb-01 .list li a {
  position: relative;
  margin-right: 12px;
}
.breadcrumb-01 .list li a::after {
  position: absolute;
  top: 2px;
  right: -12px;
  width: 11px;
  height: 11px;
  background: url(/taj/image/common/ico-breadcrumb.png) no-repeat center;
  background-size: contain;
  content: "";
}
@media all and (min-width: 768px) {
  .breadcrumb-01 .list li a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .breadcrumb-01 .list li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.breadcrumb-01 .list li .top {
  padding-left: 18px;
}
.breadcrumb-01 .list li .top::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/taj/image/common/ico-home.png) no-repeat center;
  background-size: contain;
  content: "";
}

.footer {
  position: relative;
  margin-top: -90px;
  line-height: 0;
}
.footer::before {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 760/128;
  background: url(/taj/image/common/img-footer.png) center bottom no-repeat;
  background-size: 100% auto;
  content: "";
  transform: translateX(-50%);
}

.footer-sticky {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 750px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  text-align: right;
  pointer-events: none;
}
.footer-sticky .card {
  display: inline-block;
  margin: 0 15px 15px 0;
  width: 150px;
  height: 111px;
}
.footer-sticky .image {
  pointer-events: auto;
  height: 111px;
}
@media all and (min-width: 768px) {
  .footer-sticky .image {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .footer-sticky .image:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.footer-sticky .close {
  position: absolute;
  top: -9px;
  right: 15px;
  width: 20px;
  height: 20px;
  pointer-events: auto;
}
@media all and (min-width: 768px) {
  .footer-sticky .close {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .footer-sticky .close:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.footer-top {
  position: relative;
  line-height: 0;
}

.footer-in {
  padding: 12px 0 52px;
  background: #fff9da;
}

.footer-info-01 {
  padding-bottom: 11px;
  background: url(/taj/image/common/bg-footer-line.png) center bottom no-repeat;
  text-align: center;
}
.footer-info-01 p {
  position: relative;
  display: inline-block;
  color: #163378;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.footer-info-01 p::before {
  position: absolute;
  bottom: -10px;
  left: -30px;
  width: 24px;
  height: 24px;
  background: url(/taj/image/common/ico-flower.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.footer-info-01 p::after {
  position: absolute;
  right: -30px;
  bottom: -10px;
  width: 24px;
  height: 24px;
  background: url(/taj/image/common/ico-flower.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}

.footer-info-02 {
  margin-top: 6px;
  text-align: center;
}
.footer-info-02 p {
  color: #163378;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.footer-logo {
  max-width: 150px;
  margin: 17px auto 0;
}

.footer-link-03 {
  margin-top: 12px;
  text-align: center;
}
.footer-link-03 a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #2ca9c8;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.footer-link-03 a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/taj/image/common/ico-arrow-right.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .footer-link-03 a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .footer-link-03 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.header-sub {
  height: 128px;
}
.header-sub .container {
  background: url(/taj/image/common/bg-pattern-yellow.png) top center;
}
.header-sub .container.is-sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 750px;
  transform: translateX(-50%) translateY(-64px);
}
.header-sub .container.is-visible {
  transform: translateX(-50%) translateY(0);
}
.header-sub .container.is-transition {
  transition: transform 0.2s ease-out;
}
.header-sub .upper {
  display: flex;
  max-width: 750px;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin: 0 auto;
}
.header-sub .logo {
  display: block;
  width: 123px;
}
.header-sub .logo > img {
  display: block;
  width: 100%;
  height: auto;
}
.header-sub .box-menu {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-sub .link-logout {
  display: block;
  color: #2ca9c8;
  font-size: 0.5625rem;
  font-weight: bold;
  line-height: 1.2;
}
.header-sub .link-logout > img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.header-sub .btn-menu {
  display: block;
  padding: 0 4px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
.header-sub .btn-menu .inner {
  position: relative;
  display: block;
  width: 28px;
  height: 16px;
  margin: 4px auto 0;
}
.header-sub .btn-menu .inner > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 20px;
  background-color: #2ca9c8;
}
.header-sub .btn-menu .inner > span:nth-child(2) {
  top: 7px;
}
.header-sub .btn-menu .inner > span:nth-child(3) {
  top: 14px;
}
.header-sub .btn-menu .text {
  display: block;
  margin-top: 4px;
  color: #2ca9c8;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}
.header-sub .lower {
  max-width: 750px;
  height: 64px;
  padding-top: 4px;
  margin: 0 auto;
}
.header-sub .list {
  display: flex;
  justify-content: center;
  gap: 4.8vw;
  transition: padding 0.2s ease-out;
}
@media (min-width: 750px) {
  .header-sub .list {
    gap: 36px;
  }
}
.header-sub .list .link {
  display: block;
  min-width: 60px;
  text-align: center;
}
.header-sub .list .link > span {
  display: block;
  margin-top: 4px;
  color: #7e4d25;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (any-hover: hover) {
  .header-sub .list .link:hover .image > img.open {
    opacity: 1;
  }
  .header-sub .list .link:hover .image > img.close {
    opacity: 0;
  }
}
.header-sub .list .image {
  position: relative;
  width: 37px;
  margin: 0 auto;
  transition: width 0.2s ease-out;
}
.header-sub .list .image > img {
  display: block;
  width: 100%;
  height: auto;
}
.header-sub .list .image > img.open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .header-sub .list .image > img.open {
    animation: none;
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  .header-sub .list .image > img.close {
    animation: none;
  }
}

.header {
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .link-logout {
  display: block;
  color: #2ca9c8;
  font-size: 0.5625rem;
  font-weight: bold;
  line-height: 1;
}
.header .link-logout > img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.header .btn-menu {
  display: block;
  padding: 0 4px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
.header .btn-menu .inner {
  position: relative;
  display: block;
  width: 28px;
  height: 16px;
  margin: 4px auto 0;
}
.header .btn-menu .inner > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 20px;
  background-color: #2ca9c8;
}
.header .btn-menu .inner > span:nth-child(2) {
  top: 7px;
}
.header .btn-menu .inner > span:nth-child(3) {
  top: 14px;
}
.header .btn-menu .text {
  display: block;
  margin-top: 4px;
  color: #2ca9c8;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}

.kv-main {
  display: flex;
  height: 95px;
  align-items: center;
  justify-content: center;
  background: #2ca9c8 url("/taj/image/common/bg-kv.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.kv-main .text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.modal#imageModal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  animation: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.modal#imageModal.is-active, .modal#imageModal[style*="display: flex"] {
  animation: fadeInModal 0.3s;
  opacity: 1;
  pointer-events: auto;
}
.modal#imageModal .modal-content {
  position: relative;
  display: flex;
  min-width: 0;
  max-width: 90vw;
  min-height: 0;
  max-height: 90vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: auto;
}
.modal#imageModal .modal-content img#modalImage {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
}
.modal#imageModal .modal-content span.close {
  position: absolute;
  z-index: 2;
  top: -16px;
  right: -16px;
  width: 30px;
  height: 30px;
  background: url(/taj/image/top/ico-close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  font-size: 2rem;
  transition: color 0.2s;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv {
  position: relative;
  z-index: 0;
}
.mv .mv-heading {
  position: absolute;
  top: 17.3333333333vw;
  left: 50%;
  width: 69.8666666667vw;
  height: 16vw;
  transform: translateX(-50%);
}
@media (min-width: 750px) {
  .mv .mv-heading {
    top: 146px;
    width: 524px;
    height: 120px;
  }
}
.mv .mv-heading img {
  width: 100%;
}
.mv .mv-logo {
  position: absolute;
  top: 31.7333333333vw;
  left: 50%;
  width: 50.6666666667vw;
  height: 21.8666666667vw;
  transform: translateX(-50%);
}
@media (min-width: 750px) {
  .mv .mv-logo {
    top: 254px;
    width: 380px;
    height: 164px;
  }
}
.mv .mv-logo img {
  width: 100%;
}
.mv .mv-image {
  width: 100%;
}
.mv .mv-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-global {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100dvh;
  background: url(/taj/image/common/bg-pattern-yellow.png) top center repeat;
  background-size: 100% auto;
  transform: translateX(101%);
  transition: transform 0.4s ease-out;
}
.nav-global[aria-hidden=false] {
  transform: translateX(0);
}
.nav-global .box-head {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  max-width: 750px;
  margin: 0 auto;
}
.nav-global .btn-close {
  display: block;
  padding: 0;
  border: 0;
}
.nav-global .btn-close .inner {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto;
}
.nav-global .btn-close .inner > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 20px;
  background-color: #2ca9c8;
  transform: rotate(45deg);
}
.nav-global .btn-close .inner > span:nth-child(2) {
  transform: rotate(-45deg);
}
.nav-global .btn-close .text {
  display: block;
  color: #2ca9c8;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
}
.nav-global .box-body {
  padding: 20px 40px;
  max-width: 750px;
  margin: 0 auto;
}
.nav-global .title-nav {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.8125rem;
  font-weight: bold;
  gap: 4px;
  line-height: 1.6;
}
.nav-global .title-nav::before {
  display: block;
  width: 21px;
  height: 28px;
  background: url(/taj/image/common/ico-flag.svg) no-repeat;
  background-size: contain;
  content: "";
}
.nav-global .list-nav {
  margin-top: 26px;
}
.nav-global .list-nav > li {
  border-bottom: 1px solid #bddfed;
}
.nav-global .list-nav > li:first-child .link {
  padding-top: 0;
}
.nav-global .list-nav .link {
  display: flex;
  align-items: center;
  padding: 16px 0;
  color: #666;
  font-size: 0.75rem;
  font-weight: bold;
  gap: 8px;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  .nav-global .list-nav .link {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .nav-global .list-nav .link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.nav-global .list-nav .link > span {
  color: #2ca9c8;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.nav-global .box-footer {
  margin-top: 40px;
}
.nav-global .list-service {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  gap: 20px;
}
.nav-global .list-service > li:nth-child(1) {
  width: 90px;
}
.nav-global .list-service > li:nth-child(2) {
  width: 100px;
}
.nav-global .list-service > li:nth-child(3) {
  width: 60px;
}
.nav-global .list-service a {
  display: block;
}
@media all and (min-width: 768px) {
  .nav-global .list-service a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .nav-global .list-service a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.nav-global .list-service a > img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-sticky-top {
  position: relative;
  z-index: 10;
  margin-top: -12.5333333333vw;
  aspect-ratio: 375/125;
  background: url("/taj/image/top/bg-sticky-nav-top.png") no-repeat top center;
  background-size: cover;
}
@media (min-width: 750px) {
  .nav-sticky-top {
    margin-top: -94px;
  }
}
@media (max-width: 750px) {
  .nav-sticky-top .is-sticky .list .image > img.close {
    animation: none;
    opacity: 0;
  }
  .nav-sticky-top .is-sticky .list .image > img.open {
    animation: none;
    opacity: 1;
  }
}
.nav-sticky-top .inner {
  padding-top: 10.4vw;
}
@media (min-width: 750px) {
  .nav-sticky-top .inner {
    padding-top: 78px;
  }
}
.nav-sticky-top .box-placeholder.is-sticky .list {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  max-width: 750px;
  left: 50%;
  transform: translateX(-50%);
  height: 64px;
  padding-top: 4px;
  background: url(/taj/image/common/bg-pattern-yellow.png) top center;
  background-size: cover;
}
.nav-sticky-top .box-placeholder.is-sticky .list .link > span {
  margin-top: 4px;
  font-size: 0.625rem;
}
.nav-sticky-top .box-placeholder.is-sticky .list .image {
  width: 37px;
}
.nav-sticky-top .list {
  display: flex;
  justify-content: center;
  gap: 7.4666666667vw;
  transition: padding 0.2s ease-out;
}
@media (min-width: 750px) {
  .nav-sticky-top .list {
    gap: 56px;
  }
}
.nav-sticky-top .list .link {
  display: block;
  min-width: 82px;
  text-align: center;
}
.nav-sticky-top .list .link > span {
  display: block;
  margin-top: 12px;
  color: #7e4d25;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transition: font-size 0.2s ease-out, margin 0.2s ease-out;
}
@media (any-hover: hover) {
  .nav-sticky-top .list .link:hover .image > img.open {
    opacity: 1;
  }
  .nav-sticky-top .list .link:hover .image > img.close {
    opacity: 0;
  }
}
.nav-sticky-top .list .image {
  position: relative;
  width: 58px;
  margin: 0 auto;
  transition: width 0.2s ease-out;
}
.nav-sticky-top .list .image > img {
  display: block;
  width: 100%;
  height: auto;
}
.nav-sticky-top .list .image > img.open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .nav-sticky-top .list .image > img.open {
    animation: openLoop 2s infinite linear;
  }
}
@media all and (max-width: 767px) {
  .nav-sticky-top .list .image > img.close {
    animation: closeLoop 2s infinite linear;
  }
}

.c-pagetop {
  display: block;
}

.taj-wrapper {
  overflow: hidden;
  background: url(/taj/image/common/bg-ka.png) center top repeat;
}
.taj-wrapper .taj-container {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: url(/taj/image/common/bg-pattern-yellow.png) top center repeat;
  background-size: 100% auto;
}

/* ==========================================================================//
// Pages
// ========================================================================== */
.taj-container-main {
  padding-bottom: 160px;
  background: url(/taj/image/common/bg-pattern-yellow.png) top center repeat;
  background-size: 100% auto;
}

.section-anchor {
  padding: 0;
  margin-top: 38px;
}

.box-anchor {
  padding: 0 32px;
  min-width: 375px;
}
.box-anchor .title {
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  color: #2ca9c8;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.box-anchor .list {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.box-anchor .list li {
  position: relative;
  width: 25%;
}
.box-anchor .list li img {
  display: block;
  width: 100%;
  padding: 0 12px;
}
.box-anchor .list li:nth-child(1) {
  position: absolute;
  top: 30.9333333333vw;
  left: 0;
}
@media (max-width: 375px) {
  .box-anchor .list li:nth-child(1) {
    top: 116px;
  }
}
@media (min-width: 750px) {
  .box-anchor .list li:nth-child(1) {
    top: 232px;
  }
}
.box-anchor .list li:nth-child(2) {
  position: absolute;
  top: 21.0666666667vw;
  left: 25%;
}
@media (max-width: 375px) {
  .box-anchor .list li:nth-child(2) {
    top: 79px;
  }
}
@media (min-width: 750px) {
  .box-anchor .list li:nth-child(2) {
    top: 158px;
  }
}
.box-anchor .list li:nth-child(3) {
  position: absolute;
  top: 10.4vw;
  left: 50%;
}
@media (max-width: 375px) {
  .box-anchor .list li:nth-child(3) {
    top: 39px;
  }
}
@media (min-width: 750px) {
  .box-anchor .list li:nth-child(3) {
    top: 78px;
  }
}
@media all and (min-width: 768px) {
  .box-anchor .list li a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .box-anchor .list li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.box-anchor .image {
  margin-top: 4px;
  width: 100%;
}
.box-anchor .image img {
  display: block;
  width: 100%;
}

.box-fee {
  padding: 0 32px;
  margin-top: 58px;
}
.box-fee .title {
  color: #2ca9c8;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.box-fee .box {
  overflow: hidden;
  border-radius: 12px;
  margin-top: 25px;
}
.box-fee .box .head {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #dceef6;
  color: #2ca9c8;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.box-fee .box .head span {
  font-size: 1rem;
}
.box-fee .list {
  padding: 0 20px 4px;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.box-fee .list .wrap {
  display: flex;
  padding: 15px 0;
}
.box-fee .list .wrap:not(:first-child) {
  border-top: 1px solid #85ccdf;
}
.box-fee .list .heading {
  width: 52%;
}
.box-fee .list .text {
  white-space: nowrap;
}
.box-fee .note {
  position: relative;
  padding-left: 16px;
  margin-top: 12px;
  color: #666;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.box-fee .note::before {
  position: absolute;
  left: 0;
  color: #4a4543;
  content: "※";
}

.wrap-section {
  margin-top: 60px;
  padding: 0 32px;
}

.section-class-item {
  border-radius: 12px;
  overflow: hidden;
}
.section-class-item:not(:first-child) {
  margin-top: 30px;
}
.section-class-item .box-heading {
  height: 84px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  background-color: #ffc000;
  padding: 0 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section-class-item .box-heading--pink {
  background-color: #ff93d6;
}
.section-class-item .box-heading--green {
  background-color: #92d050;
}
.section-class-item .box-heading--blue {
  background-color: #00b0f0;
}
.section-class-item .box-heading .icon {
  width: 60px;
  height: 60px;
}
.section-class-item .box-heading .icon img {
  width: 100%;
}
.section-class-item .box-heading .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.section-class-item .box-content {
  padding: 20px 20px 35px;
  background-color: #fff;
}
.section-class-item .box-content .sub {
  background-color: #ffedb7;
  font-size: 0.875rem;
  padding: 7px 12px 6px;
  font-weight: 700;
  border-radius: 4px;
}
.section-class-item .box-content .sub--pink {
  background-color: #ffe6f5;
}
.section-class-item .box-content .sub--green {
  background-color: #ddf5c4;
}
.section-class-item .box-content .sub--blue {
  background-color: #c7f0ff;
}
.section-class-item .box-content .image-main {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.section-class-item .box-content .image-main-small {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0 40px;
}
.section-class-item .box-content .list {
  margin-top: 32px;
}
.section-class-item .box-content .list .item:not(:first-child) {
  margin-top: 50px;
}
.section-class-item .box-content .list .item .title {
  display: block;
  margin: 0 -2.5px;
}
.section-class-item .box-content .list .item .title img {
  width: 100%;
}
.section-class-item .box-content .list .item .text {
  margin-top: 15px;
  line-height: 1.6;
}
.section-class-item .box-content .list .item .text > span {
  font-weight: bold;
  color: #2ca9c8;
}
.section-class-item .box-content .list .item .image {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.box-faq-upper {
  padding: 40px 32px;
  color: #333;
}
.box-faq-upper .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
  font-weight: 700;
}
.box-faq-upper .nav a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.box-faq-upper .nav a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/taj/image/faq/ico-arrow-down.png") no-repeat center;
  background-size: contain;
}

.section-faq {
  padding: 40px 32px;
  background: var(--bg-section);
}
.section-faq--blue {
  --bg-section: #dceef6;
  --bg-question: #fff;
}
.section-faq--white {
  --bg-section: #fff;
  --bg-question: #dceef6;
}
.section-faq:last-child {
  margin-bottom: -160px;
  padding-bottom: 146px;
}
.section-faq > * + * {
  margin-top: 24px;
}
.section-faq .title {
  text-align: center;
  color: #2ca9c8;
  font-size: 24px;
  font-weight: bold;
  line-height: 160%;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}
.section-faq .details {
  color: #333;
}
.section-faq .details::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  .section-faq .details::details-content {
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
    transition-property: grid-template-rows, opacity;
  }
}
.section-faq .details:not([open])::details-content {
  grid-template-rows: 0fr;
  opacity: 0;
}
.section-faq .details[open]::details-content {
  grid-template-rows: 1fr;
  opacity: 1;
}
.section-faq .details[open] i::before {
  rotate: 180deg;
}
.section-faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 20px;
  background: var(--bg-question);
  border-radius: 8px;
  list-style: none;
  font-weight: 700;
  cursor: pointer;
}
.section-faq .question::-webkit-details-marker {
  display: none;
}
.section-faq .question i {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section-faq .question i::before, .section-faq .question i::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #2ca9c8;
}
.section-faq .question i::before {
  rotate: 90deg;
  transition: rotate 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.section-faq .answer {
  overflow: hidden;
}
.section-faq .answer-inner {
  margin-top: 12px;
  padding: 4px 12px;
  text-align: justify;
}

.section-what-is {
  position: relative;
  padding-top: 63px;
  padding-bottom: 142px;
  background: url(/taj/image/common/bg-pattern-yellow.png) 0 0 repeat;
}
.section-what-is::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 11px;
  width: 90px;
  height: 75px;
  background: url("/taj/image/top/img-dec-01.png") 0 bottom no-repeat;
  background-size: cover;
  content: "";
}
.section-what-is::after {
  position: absolute;
  z-index: 2;
  right: 11px;
  bottom: 50px;
  width: 71px;
  height: 47px;
  background: url("/taj/image/top/img-dec-02.png") 0 bottom no-repeat;
  background-size: cover;
  content: "";
}
.section-what-is .inner {
  overflow: hidden;
  padding: 0 32px;
}
.section-what-is .box-headline {
  position: relative;
  margin-bottom: 22px;
}
.section-what-is .box-headline .heading {
  color: #386aa7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
.section-what-is .box-headline .sub {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.section-what-is .box-headline::after {
  position: absolute;
  right: -33px;
  bottom: -21px;
  width: 133px;
  height: 101px;
  background: url(/taj/image/top/img-drawing.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.section-what-is .list-feature {
  border-top: 1px solid #4a4543;
}
.section-what-is .list-feature li {
  padding: 8px 11px 7px;
  border-bottom: 1px solid #4a4543;
  color: #4a4543;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
.section-what-is .box-how-to {
  margin-top: 46px;
}
.section-what-is .box-how-to .title {
  color: #2ca9c8;
  font-size: 1.125rem;
  font-weight: 700;
}
.section-what-is .box-how-to .text {
  margin-top: 12px;
  letter-spacing: 0.015em;
}
.section-what-is .box-info {
  margin-top: 40px;
}
.section-what-is .box-info .title {
  position: relative;
  padding-left: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
}
.section-what-is .box-info .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("/taj/image/top/ico-dotted-01.png") no-repeat center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}
.section-what-is .box-info .image {
  margin-top: 12px;
}
.section-what-is .box-info .note {
  margin-top: 12px;
}
.section-what-is .box-info .note li {
  position: relative;
  padding-left: 16px;
  color: #666;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.section-what-is .box-info .note li:not(:first-child) {
  margin-top: 4px;
}
.section-what-is .box-info .note li::before {
  position: absolute;
  left: 0;
  color: #4a4543;
  content: "※";
}

.section-news {
  position: relative;
  background-color: #fff;
}
.section-news::before {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("/taj/image/common/bg-news-top.png") 0 0 no-repeat;
  background-size: cover;
  content: "";
}
.section-news::after {
  position: absolute;
  bottom: -88px;
  left: 0;
  width: 100%;
  height: 88px;
  background: url("/taj/image/common/bg-news-bottom.png") 0 bottom no-repeat;
  background-size: cover;
  content: "";
}
.section-news .inner {
  padding: 0 32px;
}
.section-news .box-head-news {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-news .box-head-news .box-headline .heading {
  color: #386aa7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
.section-news .box-head-news .box-headline .sub {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
}
.section-news .box-head-news .swiper-pagination {
  position: static;
  display: flex;
  gap: 8px;
  transform: none;
}
.section-news .box-head-news .swiper-button-prev {
  position: static;
  z-index: 2;
  display: inline-block;
  width: 52px;
  height: 52px;
  border: none;
  background-image: url("/taj/image/top/ico-prev-01.png");
  background-size: contain;
}
.section-news .box-head-news .swiper-button-prev::after {
  display: none;
}
.section-news .box-head-news .swiper-button-prev.swiper-button-disabled {
  background-image: url("/taj/image/top/ico-prev-01-disable.png");
  opacity: 1;
}
.section-news .box-head-news .swiper-button-next {
  position: static;
  z-index: 2;
  display: inline-block;
  width: 52px;
  height: 52px;
  border: none;
  background-image: url("/taj/image/top/ico-next-01.png");
  background-size: contain;
}
.section-news .box-head-news .swiper-button-next::after {
  display: none;
}
.section-news .box-head-news .swiper-button-next.swiper-button-disabled {
  background-image: url("/taj/image/top/ico-next-01-disable.png");
  opacity: 1;
}
.section-news .box-news {
  overflow: hidden;
  margin-top: 30px;
  margin-right: -22px;
}
.section-news .news-item {
  text-align: left;
}
.section-news .news-item .image img {
  width: 100%;
}
.section-news .news-item .text {
  margin-top: 8px;
  font-size: 0.875rem;
}
.section-news .news-item .time {
  margin-top: 8px;
  font-size: 0.75rem;
  text-align: left;
}

.section-how-to {
  padding-top: 140px;
  padding-bottom: 152px;
  background: url(/taj/image/common/bg-pattern-blue.png) 0 0 repeat;
}
.section-how-to .inner {
  padding: 0 32px;
}
.section-how-to .box-headline {
  position: relative;
  margin-bottom: 50px;
}
.section-how-to .box-headline::before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 97px;
  height: 89px;
  background: url(/taj/image/top/img-dec-03.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.section-how-to .box-headline .heading {
  color: #386aa7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
.section-how-to .box-headline .sub {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.section-how-to .list-steps {
  margin: 0 auto;
}
.section-how-to .list-steps .item {
  padding: 0 11px;
}
.section-how-to .list-steps .item:not(:first-child) {
  margin-top: 58px;
}
.section-how-to .list-steps .image {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.section-how-to .list-steps .title {
  margin-top: 7px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.section-how-to .list-steps .text {
  margin: 8px -10px 0;
  text-align: center;
}
.section-how-to .list-steps .wrap {
  margin: 23px -11px 0;
}
.section-how-to .list-steps .wrap .btn {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s;
}
@media all and (min-width: 768px) {
  .section-how-to .list-steps .wrap .btn {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .section-how-to .list-steps .wrap .btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.section-how-to .list-steps .wrap .btn span {
  position: relative;
  padding-right: 27px;
}
.section-how-to .list-steps .wrap .btn span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 12px;
  background: url("/taj/image/top/ico-arrow-left.png") no-repeat center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}
.section-how-to .list-steps .label {
  margin-top: 8px;
  text-align: center;
}
.section-how-to .list-steps .label span {
  display: inline-block;
  width: 72px;
  border-radius: 4px;
  background-color: #bddfed;
}

/* Swiper custom basic style (for v10+) */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 18px;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent;
}
@media all and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.swiper-pagination-bullet {
  background: transparent;
}

.wrap-section-voice {
  padding: 40px 32px 0;
}

.box-voice-item:not(:first-child) {
  margin-top: 24px;
}

.box-voice {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}
.box-voice .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-voice .heading .title {
  color: #2ca9c8;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 750px) {
  .box-voice .heading .title br {
    display: none;
  }
}
.box-voice .heading .image {
  width: 70px;
  height: 80px;
  flex: 0 0 auto;
}
.box-voice .heading .image img {
  width: 100%;
}
.box-voice > .text {
  margin-top: 20px;
  letter-spacing: 0.054em;
}
.box-voice .under {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-voice .under .icon {
  width: 48px;
}
.box-voice .under .text {
  color: #333;
}

/* ==========================================================================//
// Utility
// ========================================================================== */
.u-d-none {
  display: none !important;
}

.u-v-hidden {
  visibility: hidden !important;
}

@media all and (max-width: 767px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-v-sm-hidden {
    visibility: hidden !important;
  }
}
@media all and (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-v-md-hidden {
    visibility: hidden !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

@media all and (max-width: 767px) {
  .u-mt-sm-0 {
    margin-top: 0px !important;
  }
  .u-pt-sm-0 {
    padding-top: 0px !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .u-ml-sm-0 {
    margin-left: 0px !important;
  }
  .u-pl-sm-0 {
    padding-left: 0px !important;
  }
  .u-mr-sm-0 {
    margin-right: 0px !important;
  }
  .u-pr-sm-0 {
    padding-right: 0px !important;
  }
  .u-mt-sm-5 {
    margin-top: 5px !important;
  }
  .u-pt-sm-5 {
    padding-top: 5px !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .u-ml-sm-5 {
    margin-left: 5px !important;
  }
  .u-pl-sm-5 {
    padding-left: 5px !important;
  }
  .u-mr-sm-5 {
    margin-right: 5px !important;
  }
  .u-pr-sm-5 {
    padding-right: 5px !important;
  }
  .u-mt-sm-10 {
    margin-top: 10px !important;
  }
  .u-pt-sm-10 {
    padding-top: 10px !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .u-pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .u-ml-sm-10 {
    margin-left: 10px !important;
  }
  .u-pl-sm-10 {
    padding-left: 10px !important;
  }
  .u-mr-sm-10 {
    margin-right: 10px !important;
  }
  .u-pr-sm-10 {
    padding-right: 10px !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
  .u-pl-md-5 {
    padding-left: 5px !important;
  }
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
  .u-pr-md-5 {
    padding-right: 5px !important;
  }
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
  .u-pl-md-10 {
    padding-left: 10px !important;
  }
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
  .u-pr-md-10 {
    padding-right: 10px !important;
  }
}