@charset "UTF-8";
/* stylelint-disable selector-pseudo-element-colon-notation, comment-empty-line-before, color-hex-length */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
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,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #d3efe9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  height: 100%;
  color: #525252;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

ol,
ul,
dl,
dt,
dd {
  list-style: none;
}

a {
  color: #26a0c4;
}
a:hover {
  text-decoration: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section,
div,
ol,
ul,
li,
dl,
dt,
dd {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

#__nuxt {
  height: 100%;
}

#__layout {
  height: 100%;
}

.l-main {
  position: relative;
  min-height: calc(100vh - 96px);
  width: 100%;
  padding-top: 135px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .l-main {
    padding: 105px 0 45px;
  }
}
.l-main-block {
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .l-main-block {
    margin: 0 12vw;
  }
}
.l-main--bg {
  background-color: #ecf5f8;
}

.badges__input {
  display: inline-block;
  background: #586d7c;
  color: #fff;
  font-size: 12px;
  margin-left: 16px;
  padding: 0 8px 1px 8px;
  font-weight: 500;
}

.room__hover:hover {
  background: #fff9e3;
}
.room__loading {
  height: 100%;
  display: flex;
  align-items: center;
}

.l-content {
  position: relative;
  height: calc(100vh - 54px);
  width: calc(100% - 250px);
  top: 54px;
  margin-bottom: -54px;
  margin-left: 250px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .l-content {
    width: calc(100% - 230px);
    margin-left: 230px;
  }
}
.l-content-block {
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .l-content-block {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.l-content-block--full-right {
  padding-right: 0;
}

@media (min-width: 991px) {
  .l-content__fold {
    left: 0px;
    width: calc(100% - 230px);
  }
}
@media (max-width: 991px) {
  .l-content__fold {
    left: -230px;
    width: 100%;
  }
}

.l-footer {
  z-index: 104;
  height: 96px;
  background-color: #ffffff;
  color: #3d3d3d;
  text-align: center;
  padding-top: 24px;
  box-sizing: border-box;
}
.l-footer-nav {
  margin-bottom: 16px;
}
.l-footer-nav-item {
  margin: 0 30px;
}
.l-footer-nav-link {
  color: #707070;
  text-decoration: none;
}
@media (min-width: 991px) {
  .l-footer-nav-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .l-footer-nav-link:active {
    text-decoration: underline;
  }
}
.l-footer-nav-link.is-current {
  text-decoration: underline;
}
.l-footer-copyright {
  color: #bebebe;
  font-size: 1.2rem;
}

.l-content + .l-footer {
  display: none;
}

.l-frame {
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(33, 92, 123, 0.16);
}
.l-frame-body {
  max-width: 486px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .l-frame-body {
    padding-top: 30px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.l-frame-profile {
  max-width: 550px;
}
.l-frame .input-form {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  z-index: 103;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 960px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px rgba(33, 92, 123, 0.11);
}
@media (max-width: 991px) {
  .l-header {
    min-width: 768px;
  }
}
.l-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 54px;
  padding-left: 10px;
  padding-right: 75px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .l-header-inner {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.l-header-logo {
  width: 124px;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .l-header-logo {
    margin-right: 30px;
  }
}
.l-header-login {
  width: 144px;
  margin-left: 42px;
}
.l-header-search {
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .l-header-search {
    margin-left: 1vw;
  }
}
.l-header-buttonContainer {
  display: flex;
  align-items: center;
  margin-left: 2%;
}
.l-header-iconWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .l-header-iconWrapper {
    width: 180px;
    margin-right: 20px;
  }
}
.l-header-user {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .l-header-user {
    padding-left: 20px;
  }
}
.l-header-user::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 1px;
  height: 45px;
  background-color: #cfe1e6;
}
.l-header-plan {
  border-radius: 8px;
  width: 106px;
  text-align: center;
  height: 44px;
  margin-left: 8px;
  font-size: 1.2rem;
}
.l-header-plan-top {
  background: #4c5b65;
  width: 100%;
  color: #fff;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
}
.l-header-plan-bt {
  color: #4c5b65;
}
.l-header-bt {
  border: 1px solid #4c5b65;
  border-radius: 0px 0px 6px 6px;
}

.l-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  .l-nav {
    width: 100%;
    margin-left: 0;
  }
}
.l-nav-item {
  margin-left: 30px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .l-nav-item {
    margin-left: auto;
  }
}
.l-nav-item:first-child {
  margin-left: 0;
}
.l-nav-link {
  font-size: 1.5rem;
  color: #707070;
  text-decoration: none;
}
@media (min-width: 991px) {
  .l-nav-link:hover {
    color: #06a9e5;
  }
}
@media (max-width: 991px) {
  .l-nav-link:active {
    color: #06a9e5;
  }
}
.l-nav-link.is-current {
  color: #06a9e5;
}

.l-page {
  position: relative;
  min-height: 100vh;
}
.l-page-content {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.l-page-overlay {
  display: none;
}
@media (max-width: 767px) {
  .l-page-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 109;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .l-page-overlay.active {
    display: block;
  }
}

.l-sidemenu {
  position: fixed;
  z-index: 102;
  top: 54px;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(100% - 54px);
  width: 250px;
  background-color: #ecf5f8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .l-sidemenu {
    width: 230px;
  }
}

.c-sidebar {
  overflow-x: hidden;
  overflow-y: auto;
}
.c-sidebar .room-info-sidebar .c-sidebar-logo, .c-sidebar .room-info-sidebar .c-mention-avatar {
  width: 28px;
  height: 28px;
  position: relative;
}
.c-sidebar .c-usernav {
  top: 24px;
  right: 4px;
}
.c-sidebar-list > dt {
  display: flex;
  align-items: center;
  padding: 0 10px 0 18px;
  border-bottom: 1px solid #d3e4e6;
  background: #93a7b5;
  cursor: pointer;
  height: 50px;
}
.c-sidebar-list > dt.toggle + dd {
  display: none;
}
.c-sidebar-list > dt.toggle.is-open .c-sidebar-list-title::after, .c-sidebar-list > dt.toggle.is-open .c-sidebar-list-title--noarrow::after {
  margin-top: 8px;
  transform: rotate(-45deg);
}
.c-sidebar-list > dt.toggle.is-open + dd {
  display: block;
}
.c-sidebar-list-title, .c-sidebar-list-title--noarrow {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .c-sidebar-list-title, .c-sidebar-list-title--noarrow {
    font-size: 1.3rem;
  }
}
.c-sidebar-list-title::after, .c-sidebar-list-title--noarrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin-left: 10px;
}
.c-sidebar-list-title--noarrow::after {
  display: none;
}
.c-sidebar-list-title-b, .c-sidebar-list-title--noarrow-b {
  position: relative;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  max-width: 11ch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-sidebar-list-title--noarrow-b {
  max-width: 12ch;
}
.c-sidebar-list-item {
  font-size: 1.6rem;
  font-weight: bold;
  color: #93a7b5;
}
.c-sidebar-headIcon {
  position: relative;
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 10px;
  text-align: center;
}
.c-sidebar-headIcon svg {
  fill: #fff;
  width: 18px;
}
.c-sidebar-headIcon .c-badge {
  position: absolute;
  top: -2px;
  right: -6px;
  width: 15px;
  height: 15px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 1rem;
}
.c-sidebar-gear, .c-sidebar-star, .c-sidebar-plus {
  position: relative;
  margin-left: auto;
  width: 24px;
  text-align: center;
  display: flex;
  align-items: center;
}
.c-sidebar-gear button svg, .c-sidebar-star button svg, .c-sidebar-plus button svg {
  width: 16px;
}
.c-sidebar-logo, .c-mention-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin-right: 8px;
  flex-shrink: 0;
}
.c-sidebar-logo img, .c-mention-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.c-sidebar-logo .c-badge, .c-mention-avatar .c-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.c-sidebar-sublist-item {
  border: 1px solid transparent;
  border-bottom: 1px solid #d3e4e6;
  background-color: #fafafa;
}
.c-sidebar-sublist-item .room-quantity {
  padding: 0 4px;
  line-height: 1.2rem;
}
.c-sidebar-sublist-item .room-quantity svg {
  width: 0.7rem;
  height: 0.8rem;
  fill: #93a7b5;
}
.c-sidebar-sublist-item .room-quantity__text {
  font-size: 1rem;
  color: #93a7b5;
  font-weight: 600;
}
.c-sidebar-sublist-item .room-info {
  padding: 6px 10px 10px 10px;
  display: flex;
  align-items: center;
}
.c-sidebar-sublist-item .room-info__desc {
  width: 100%;
}
.c-sidebar-sublist-item--active .c-sidebar-sublist-item {
  background-color: #fff9e3;
  border: 1px solid #e39d17;
}
.c-sidebar-sublist-title {
  font-size: 1.3rem;
  max-width: 10ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .c-sidebar-sublist-title {
    font-size: 1.2rem;
  }
}
.c-sidebar-sublist-name {
  overflow: hidden;
  line-height: 16px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 27ch;
  color: #525252;
  font-weight: bold;
  word-break: break-all;
}
.c-sidebar-sublist .c-sidebar-star {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-sidebar-sublist .c-sidebar-star button {
  padding-right: 10px;
}
.c-sidebar-add {
  padding: 15px;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0px -15px 10px -10px rgba(33, 92, 123, 0.11);
}
@media (max-width: 991px) {
  .c-sidebar-add {
    width: 230px;
  }
}
.c-sidebar-add-item {
  display: flex;
  align-items: center;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #414141;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #414141;
}

#admin-page {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#admin-page #admin__main {
  display: flex;
  height: 100%;
  overflow: hidden;
}
#admin-page #admin__main .admin__sidebar {
  height: 100%;
  width: 20%;
  background: #262626;
  padding-top: 70px;
}
#admin-page #admin__main .admin__sidebar h1 {
  color: #e2e2e2;
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  line-height: 59px;
}
#admin-page #admin__main .admin__sidebar .sub-title {
  color: #e2e2e2;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#admin-page #admin__main .admin__sidebar ul {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
#admin-page #admin__main .admin__sidebar ul li {
  color: #e7eef0;
  font-size: 20px;
  font-weight: 600;
  height: 65px;
  padding-left: 48px;
  line-height: 65px;
}
#admin-page #admin__main .admin__sidebar ul a {
  color: #e7eef0;
  font-size: 20px;
  font-weight: 600;
  height: 65px;
  padding-left: 48px;
  line-height: 65px;
}
#admin-page #admin__main .right {
  height: 100%;
  width: 80%;
  background: #efefef;
  overflow-y: auto;
}
#admin-page #admin__main .right .navbar {
  height: 50px;
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
}
#admin-page #admin__main .right .navbar h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 50px;
  padding-left: 20px;
}
#admin-page #admin__main .right .navbar .admin__avatar {
  width: 40px;
  height: 40px;
  margin-right: 50px;
  margin-left: auto;
  background: #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
#admin-page #footer {
  display: flex;
  height: 47px;
  background: #383838;
  color: #ffffff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.ld-header {
  height: 85px;
  background: #ffffff;
  display: flex;
  min-width: 880px;
}
.ld-header-logo {
  display: flex;
  align-items: center;
}
.ld-header-logo img {
  width: 200px;
  margin-left: 15px;
}
.ld-header-container {
  margin-left: auto;
  display: flex;
}
.ld-header-nav {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.ld-header-nav ul li {
  float: left;
  font-weight: 700;
  padding: 0 30px;
  color: #000000;
}
.ld-header-nav ul li a {
  color: #000000;
  text-decoration: none;
}
.ld-header-nav ul li a:hover {
  color: #757373;
}
.ld-header-nav .ld-header-liLogin {
  position: relative;
}
.ld-header-nav .ld-header-btnLogin {
  position: absolute;
  bottom: 30px;
  border: 1px solid #01a9e4;
  color: #01a9e4;
  border-radius: 20px;
  padding: 2px 17px;
  width: 115px;
  left: 0px;
}
.ld-header-nav .ld-header-btnLogin a {
  color: #01a9e4;
}
.ld-header-nav .ld-header-btnLogin a:hover {
  color: #01a9e4;
}
.ld-header-nav .ld-header-btnLogin-icon {
  width: 15px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
.ld-header-register {
  display: flex;
  align-items: center;
}
.ld-header-register button {
  padding: 18px 25px;
  border-radius: 30px;
  background: #ff3f56;
  font-weight: bold;
  color: #ffffff;
  margin-right: 15px;
}
.ld-header-register button span {
  vertical-align: bottom;
  margin-left: 6px;
}

.ld-footer {
  height: 100px;
  background: #ebf7f9;
  display: flex;
  align-items: center;
  min-width: 880px;
}
.ld-footer-logo img {
  width: 150px;
  margin-left: 15px;
}
.ld-footer-right {
  margin-left: auto;
  padding-right: 15px;
}
.ld-footer-nav a {
  color: unset;
  text-decoration: none;
}
.ld-footer-nav ul li {
  float: left;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 5px;
}
.ld-footer-nav ul li:last-child {
  padding-right: 0;
}
.ld-footer-note {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 18px;
  }
}
.c-breadcrumb-wrap {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .c-breadcrumb-wrap {
    padding-top: 20px;
  }
}
.c-breadcrumb li {
  position: relative;
  margin-right: 0.8em;
  font-size: 1.3rem;
}
.c-breadcrumb li:not(:first-child) {
  padding-left: 1.8em;
}
.c-breadcrumb li:not(:first-child)::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  left: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
}

/* stylelint-disable no-duplicate-selectors */
.c-button, .c-button-login, .c-button-modal, .c-button--dark, .c-button--thin {
  position: relative;
  padding: 0 16px;
  background-color: #06a9e5;
  white-space: nowrap;
  color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  min-height: 50px;
}
@media (min-width: 991px) {
  .c-button:hover, .c-button-login:hover, .c-button-modal:hover, .c-button--dark:hover, .c-button--thin:hover {
    background-color: #50b9de;
  }
}
@media (max-width: 991px) {
  .c-button:active, .c-button-login:active, .c-button-modal:active, .c-button--dark:active, .c-button--thin:active {
    background-color: #50b9de;
  }
}
.c-button.is-current, .is-current.c-button-login, .is-current.c-button-modal, .is-current.c-button--dark, .is-current.c-button--thin {
  background-color: #50b9de;
}
.c-button[disabled], [disabled].c-button-login, [disabled].c-button-modal, [disabled].c-button--dark, [disabled].c-button--thin {
  background-color: #d8d8d8;
  cursor: not-allowed;
  color: #a0a0a0;
}
@media (min-width: 991px) {
  .c-button[disabled]:hover, [disabled].c-button-login:hover, [disabled].c-button-modal:hover, [disabled].c-button--dark:hover, [disabled].c-button--thin:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-button[disabled]:active, [disabled].c-button-login:active, [disabled].c-button-modal:active, [disabled].c-button--dark:active, [disabled].c-button--thin:active {
    opacity: 1;
  }
}
.c-button[disabled].is-current, [disabled].is-current.c-button-login, [disabled].is-current.c-button-modal, [disabled].is-current.c-button--dark, [disabled].is-current.c-button--thin {
  opacity: 1;
}
@media (max-width: 991px) {
  .c-button, .c-button-login, .c-button-modal, .c-button--dark, .c-button--thin {
    font-size: 15px;
  }
}

.c-button--sizes {
  min-height: 32px;
  font-size: 1.4rem;
}
.c-button--sizem {
  min-width: 144px;
  min-height: 50px;
}
.c-button--sizel {
  min-height: 55px;
}

.c-button--black {
  background-color: #363636;
}
@media (min-width: 991px) {
  .c-button--black:hover {
    background-color: #545353;
  }
}
@media (max-width: 991px) {
  .c-button--black:active {
    background-color: #545353;
  }
}
.c-button--black.is-current {
  background-color: #545353;
}
.c-button--red {
  background-color: #db6c7d;
}
@media (min-width: 991px) {
  .c-button--red:hover {
    background-color: #bc5766;
  }
}
@media (max-width: 991px) {
  .c-button--red:active {
    background-color: #bc5766;
  }
}
.c-button--red.is-current {
  background-color: #bc5766;
}
.c-button--red[disabled] {
  background-color: #d8d8d8;
  cursor: not-allowed;
  color: #a0a0a0;
}
@media (min-width: 991px) {
  .c-button--red[disabled]:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-button--red[disabled]:active {
    opacity: 1;
  }
}
.c-button--red[disabled].is-current {
  opacity: 1;
}
.c-button--orange {
  background-color: #e39d17;
}
@media (min-width: 991px) {
  .c-button--orange:hover {
    background-color: #e8ad3c;
  }
}
@media (max-width: 991px) {
  .c-button--orange:active {
    background-color: #e8ad3c;
  }
}
.c-button--orange.is-current {
  background-color: #e8ad3c;
}
.c-button--orange[disabled] {
  background-color: #d8d8d8;
  cursor: not-allowed;
  color: #a0a0a0;
}
@media (min-width: 991px) {
  .c-button--orange[disabled]:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-button--orange[disabled]:active {
    opacity: 1;
  }
}
.c-button--orange[disabled].is-current {
  opacity: 1;
}
.c-button--gray {
  background-color: #eaeaea;
  border: 1px solid #dbdbdb;
  color: #93a7b5;
}
.c-button--gray svg {
  fill: #93a7b5;
}
@media (min-width: 991px) {
  .c-button--gray:hover {
    color: #586d7c;
  }
  .c-button--gray:hover svg {
    fill: #586d7c;
  }
}
@media (max-width: 991px) {
  .c-button--gray:active {
    color: #586d7c;
  }
  .c-button--gray:active svg {
    fill: #586d7c;
  }
}
.c-button--gray.is-current {
  color: #586d7c;
}
.c-button--gray.is-current svg {
  fill: #586d7c;
}
.c-button--gray[disabled] {
  background-color: #d8d8d8;
  cursor: not-allowed;
  color: #a0a0a0;
}
@media (min-width: 991px) {
  .c-button--gray[disabled]:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-button--gray[disabled]:active {
    opacity: 1;
  }
}
.c-button--gray[disabled].is-current {
  opacity: 1;
}
.c-button--gull-gray {
  background-color: #93a7b5;
}
@media (min-width: 991px) {
  .c-button--gull-gray:hover {
    background-color: #6a8090;
  }
}
@media (max-width: 991px) {
  .c-button--gull-gray:active {
    background-color: #6a8090;
  }
}
.c-button--gull-gray.is-current {
  background-color: #6a8090;
}
.c-button--gull-gray[disabled] {
  background-color: #d8d8d8;
  cursor: not-allowed;
  color: #a0a0a0;
}
@media (min-width: 991px) {
  .c-button--gull-gray[disabled]:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-button--gull-gray[disabled]:active {
    opacity: 1;
  }
}
.c-button--gull-gray[disabled].is-current {
  opacity: 1;
}
.c-button--light-gray {
  background-color: #fafafa;
  color: #525252;
}
.c-button--thin {
  background-color: #93a7b5;
}
@media (min-width: 991px) {
  .c-button--thin:hover {
    background-color: #6a8090;
  }
}
@media (max-width: 991px) {
  .c-button--thin:active {
    background-color: #6a8090;
  }
}
.c-button--thin.is-current {
  background-color: #6a8090;
}
.c-button--thin[disabled] {
  background-color: #d8d8d8;
  cursor: not-allowed;
}
@media (min-width: 991px) {
  .c-button--thin[disabled]:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-button--thin[disabled]:active {
    opacity: 1;
  }
}
.c-button--thin[disabled].is-current {
  opacity: 1;
}
.c-button--dark {
  background-color: #586d7c;
}
@media (min-width: 991px) {
  .c-button--dark:hover {
    background-color: #93a7b5;
  }
}
@media (max-width: 991px) {
  .c-button--dark:active {
    background-color: #93a7b5;
  }
}
.c-button--dark.is-current {
  background-color: #93a7b5;
}
.c-button--dark[disabled] {
  background-color: #d8d8d8;
  cursor: not-allowed;
}
@media (min-width: 991px) {
  .c-button--dark[disabled]:hover {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .c-button--dark[disabled]:active {
    opacity: 1;
  }
}
.c-button--dark[disabled].is-current {
  opacity: 1;
}

.c-button-send {
  display: flex;
  align-items: center;
}
.c-button-send svg {
  fill: #ffffff;
  margin-right: 10px;
}
.c-button-send:disabled svg {
  fill: #a0a0a0;
}
.c-button-archive {
  display: flex;
  align-items: center;
}
.c-button-archive svg {
  width: 24px;
  margin-right: 10px;
  fill: #ffffff;
}
.c-button-delete {
  display: flex;
  align-items: center;
}
.c-button-delete svg {
  width: 20px;
  margin-right: 10px;
  fill: #ffffff;
  stroke: #ffffff;
}
.c-button-file {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5c6d7a;
  border-radius: 5px;
  width: 150px;
  height: 38px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #586d7c;
  cursor: pointer;
}
.c-button-file > input[type=file] {
  display: none;
}
@media (min-width: 991px) {
  .c-button-file:hover {
    border-color: #93a7b5;
    color: #93a7b5;
  }
}
@media (max-width: 991px) {
  .c-button-file:active {
    border-color: #93a7b5;
    color: #93a7b5;
  }
}
.c-button-file.is-current {
  border-color: #93a7b5;
  color: #93a7b5;
}

.c-button-modal {
  min-width: 144px;
  min-height: 50px;
}

.c-button-login {
  min-width: 262px;
  min-height: 55px;
}
.c-button-down {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 91px;
  height: 34px;
  border-radius: 5px;
}
.c-button-down::after {
  position: absolute;
  content: "";
  display: block;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #93a7b5 transparent transparent transparent;
}
@media (min-width: 991px) {
  .c-button-down:hover::after {
    border-color: #586d7c transparent transparent transparent;
  }
}
@media (max-width: 991px) {
  .c-button-down:active::after {
    border-color: #586d7c transparent transparent transparent;
  }
}
.c-button-down.is-current::after {
  border-color: #586d7c transparent transparent transparent;
}
.c-button-usernum {
  margin-left: 4px;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-button-usericon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 0;
}
.c-button-usericon svg {
  fill: #06a9e5;
}
@media (min-width: 991px) {
  .c-button-usericon:hover svg {
    fill: #50b9de;
  }
}
@media (max-width: 991px) {
  .c-button-usericon:active svg {
    fill: #50b9de;
  }
}
.c-button-usericon.is-current svg {
  fill: #50b9de;
}
.c-button-usericon .c-badge {
  position: absolute;
  top: -7px;
  right: -14px;
  border-radius: 30px;
  padding: 0 7px;
  max-width: 30px;
  height: 20px;
}
.c-button-user {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.c-button-user + .c-usernav {
  display: none;
}
.c-button-user.is-active + .c-usernav {
  display: block;
}
.c-button-user-photo {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.c-button-user-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.c-button-user-name {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.c-button-gear {
  position: relative;
  display: flex;
  align-items: center;
}
.c-button-gear svg {
  fill: #93a7b5;
}
@media (min-width: 991px) {
  .c-button-gear:hover svg {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .c-button-gear:active svg {
    opacity: 0.8;
  }
}
.c-button-gear.is-current svg {
  opacity: 0.8;
}
.c-button-gear:active::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 44px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px 4px 0px 0px;
  background-color: #586d7c;
}
.c-button-gear:active svg {
  fill: #ffffff;
  opacity: 1;
}
.c-button-gear + .c-gearnav {
  display: none;
}
.c-button-gear.is-active + .c-gearnav {
  display: block;
}
.c-button-star--off {
  display: flex;
  align-items: center;
}
.c-button-star--off svg {
  fill: transparent;
  stroke: #93a7b5;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (min-width: 991px) {
  .c-button-star--off:hover svg {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .c-button-star--off:active svg {
    opacity: 0.8;
  }
}
.c-button-star--off.is-current svg {
  opacity: 0.8;
}
.c-button-star--off:active svg {
  fill: #fbd650;
  opacity: 1;
}
.c-button-star--on {
  display: flex;
  align-items: center;
}
.c-button-star--on svg {
  fill: #fbd650;
  stroke: #fbd650;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (min-width: 991px) {
  .c-button-star--on:hover svg {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .c-button-star--on:active svg {
    opacity: 0.8;
  }
}
.c-button-star--on.is-current svg {
  opacity: 0.8;
}
.c-button-star--on:active svg {
  fill: transparent;
  opacity: 1;
}
.c-button-plus svg {
  fill: #93a7b5;
}
@media (min-width: 991px) {
  .c-button-plus:hover svg {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .c-button-plus:active svg {
    opacity: 0.8;
  }
}
.c-button-plus.is-current svg {
  opacity: 0.8;
}

.c-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e25151;
  border: 1px solid #dfeef4;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
}

.c-button--radius {
  border-radius: 1.8rem;
  padding: 0 2.5rem;
}

.weight-bold {
  font-weight: bold;
}

.p-10-20 {
  padding: 10px 20px;
}

.p-10-0 {
  padding: 10px 0;
}

.p-20-10 {
  padding: 20px 10px;
}

.br-5 {
  border-radius: 5px;
  margin-right: 6px;
}

.btn-white {
  color: white;
}
.btn-white svg {
  width: 15px;
  margin-right: 1rem;
  vertical-align: text-top;
}
.btn-white svg path {
  fill: white;
}

.btn-f-r {
  float: right;
  display: flex;
}

.c-input, .c-input-modal-text, .c-input-modal-change, .c-input-search-text {
  min-height: 40px;
  padding: 0 14px;
  border: none;
  outline: 1px solid #cadae2;
  border-radius: 5px;
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.c-input:focus, .c-input-modal-text:focus, .c-input-modal-change:focus, .c-input-search-text:focus {
  outline: 1px solid #7fa2c0;
  background-color: #f2f9fd;
  color: #525252;
}
.c-input.error, .error.c-input-modal-text, .error.c-input-modal-change, .error.c-input-search-text {
  background-color: #f5e2e2;
  outline: 1px solid #c66b78;
  color: #c66b78;
}
.c-input.error:focus, .error.c-input-modal-text:focus, .error.c-input-modal-change:focus, .error.c-input-search-text:focus {
  outline: 1px solid #c66b78;
}
.c-input:disabled, .c-input-modal-text:disabled, .c-input-modal-change:disabled, .c-input-search-text:disabled {
  background-color: #eaeaea;
  outline: 1px solid #a0a0a0;
  color: #a0a0a0;
  cursor: not-allowed;
}
.c-input::-moz-placeholder, .c-input-modal-text::-moz-placeholder, .c-input-modal-change::-moz-placeholder, .c-input-search-text::-moz-placeholder {
  color: #93a7b5;
  font-weight: 400;
  font-size: 14px;
}
.c-input:-ms-input-placeholder, .c-input-modal-text:-ms-input-placeholder, .c-input-modal-change:-ms-input-placeholder, .c-input-search-text:-ms-input-placeholder {
  color: #93a7b5;
  font-weight: 400;
  font-size: 14px;
}
.c-input::placeholder, .c-input-modal-text::placeholder, .c-input-modal-change::placeholder, .c-input-search-text::placeholder {
  color: #93a7b5;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 991px) {
  .c-input::-moz-placeholder, .c-input-modal-text::-moz-placeholder, .c-input-modal-change::-moz-placeholder, .c-input-search-text::-moz-placeholder {
    line-height: 25px;
  }
  .c-input:-ms-input-placeholder, .c-input-modal-text:-ms-input-placeholder, .c-input-modal-change:-ms-input-placeholder, .c-input-search-text:-ms-input-placeholder {
    line-height: 25px;
  }
  .c-input::placeholder, .c-input-modal-text::placeholder, .c-input-modal-change::placeholder, .c-input-search-text::placeholder {
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .c-input, .c-input-modal-text, .c-input-modal-change, .c-input-search-text {
    font-size: 1.4rem;
  }
}

.c-input-search {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 1;
  min-width: 120px;
  min-height: 50px;
  max-width: 736px;
  width: 100%;
}
.c-input-search::before {
  z-index: 2;
  display: block;
  content: "";
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background-image: url(/images/icon/search.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-input-search-text {
  position: absolute;
  width: 100%;
  min-height: 34px;
  max-height: 34px;
  font-size: 15px;
  background-color: #ecf5f8;
  outline: none;
  padding-left: 40px;
}
.c-input-search-text::-moz-placeholder {
  font-size: 1.2rem;
}
.c-input-search-text:-ms-input-placeholder {
  font-size: 1.2rem;
}
.c-input-search-text::placeholder {
  font-size: 1.2rem;
}
.c-input-search-text:focus {
  color: #525252;
  outline: none;
}

.c-input-modal {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 50px;
  min-width: 440px;
}
.c-input-modal::before {
  z-index: 2;
  display: block;
  content: "ルーム名";
  margin-left: 16px;
  font-size: 1.2rem;
  color: #93a7b5;
}
.c-input-modal-change {
  position: absolute;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: none;
}
.c-input-modal-change:focus {
  color: #525252;
  outline: none;
}
.c-input-modal-change-button {
  position: absolute;
  z-index: 3;
  right: 0;
  width: 80px;
  text-align: center;
  font-weight: bold;
  color: #00acc1;
}
.c-input-modal-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  font-size: 1.4rem;
}

.c-textarea {
  display: block;
  padding: 8px 20px;
  outline: 1px solid #cadae2;
  border: none;
  border-radius: 3px;
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 26px;
  color: #3d3d3d;
}
.c-textarea:focus {
  background-color: #f2f9fd;
  outline: 1px solid #99a9b6;
}
.c-textarea:disabled {
  outline: 1px solid #c4c6c7;
  background-color: #eaeaea;
  color: #a0a0a0;
  cursor: not-allowed;
}
.c-textarea.error {
  background-color: #f5e2e2;
  color: #8b8b8b;
}
.c-textarea.error:focus {
  outline: 1px solid #c66b78;
  color: #c66b78;
}
.c-textarea::-moz-placeholder {
  color: #93a7b5;
}
.c-textarea:-ms-input-placeholder {
  color: #93a7b5;
}
.c-textarea::placeholder {
  color: #93a7b5;
}
@media (max-width: 991px) {
  .c-textarea::-moz-placeholder {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .c-textarea:-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .c-textarea::placeholder {
    font-size: 1.6rem;
    line-height: 25px;
  }
}
@media (min-width: 991px) {
  .c-textarea::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
  }
}

.c-error-message {
  color: #c66b78;
  font-size: 1.6rem;
}

.c-radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-radio input[type=radio] {
  display: none;
}
.c-radio input[type=radio] + span {
  display: flex;
  align-items: center;
}
.c-radio input[type=radio] + span::before {
  position: relative;
  content: "";
  display: block;
  top: 0;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 2px solid #06a9e5;
  border-radius: 50%;
}
.c-radio input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  display: block;
  left: 6px;
  width: 22px;
  height: 22px;
  background-color: #06a9e5;
  border-radius: 50%;
}
.c-radio input[type=radio]:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.c-radio input[type=radio]:disabled + span {
  color: #a5a5a5;
}
.c-radio input[type=radio]:disabled + span::before {
  border-color: #a5a5a5;
}
.c-radio input[type=radio]:disabled:checked + span::after {
  background-color: #a5a5a5;
}

.c-select {
  overflow: hidden;
  position: relative;
  border: 1px solid #cadae2;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.c-select::before, .c-select::after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
.c-select::before {
  bottom: 55%;
  border-width: 0 5px 9px 5px;
  border-bottom-color: #586d7c;
}
.c-select::after {
  border-width: 9px 5px 5px;
  border-top-color: #586d7c;
  top: 55%;
}
.c-select select {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 12px;
  font-size: 1.6rem;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.c-select select:disabled {
  border-color: #a0a0a0;
  background-color: #d8d8d8;
  color: #a0a0a0;
  cursor: not-allowed;
}
.c-select select::-ms-expand {
  display: none;
}

.col-1 {
  width: calc(100% / 12 * 1);
}

.col-2 {
  width: calc(100% / 12 * 2);
}

.col-3 {
  width: calc(100% / 12 * 3);
}

.col-4 {
  width: calc(100% / 12 * 4);
}

.col-5 {
  width: calc(100% / 12 * 5);
}

.col-6 {
  width: calc(100% / 12 * 6);
}

.col-7 {
  width: calc(100% / 12 * 7);
}

.col-8 {
  width: calc(100% / 12 * 8);
}

.col-9 {
  width: calc(100% / 12 * 9);
}

.col-10 {
  width: calc(100% / 12 * 10);
}

.col-11 {
  width: calc(100% / 12 * 11);
}

.col-12 {
  width: calc(100% / 12 * 12);
}

@media (min-width: 991px) {
  .col-1-pc {
    width: calc(100% / 12 * 1);
  }
  .col-2-pc {
    width: calc(100% / 12 * 2);
  }
  .col-3-pc {
    width: calc(100% / 12 * 3);
  }
  .col-4-pc {
    width: calc(100% / 12 * 4);
  }
  .col-5-pc {
    width: calc(100% / 12 * 5);
  }
  .col-6-pc {
    width: calc(100% / 12 * 6);
  }
  .col-7-pc {
    width: calc(100% / 12 * 7);
  }
  .col-8-pc {
    width: calc(100% / 12 * 8);
  }
  .col-9-pc {
    width: calc(100% / 12 * 9);
  }
  .col-10-pc {
    width: calc(100% / 12 * 10);
  }
  .col-11-pc {
    width: calc(100% / 12 * 11);
  }
  .col-12-pc {
    width: calc(100% / 12 * 12);
  }
}
@media (max-width: 991px) {
  .col-1-tb {
    width: calc(100% / 12 * 1);
  }
  .col-2-tb {
    width: calc(100% / 12 * 2);
  }
  .col-3-tb {
    width: calc(100% / 12 * 3);
  }
  .col-4-tb {
    width: calc(100% / 12 * 4);
  }
  .col-5-tb {
    width: calc(100% / 12 * 5);
  }
  .col-6-tb {
    width: calc(100% / 12 * 6);
  }
  .col-7-tb {
    width: calc(100% / 12 * 7);
  }
  .col-8-tb {
    width: calc(100% / 12 * 8);
  }
  .col-9-tb {
    width: calc(100% / 12 * 9);
  }
  .col-10-tb {
    width: calc(100% / 12 * 10);
  }
  .col-11-tb {
    width: calc(100% / 12 * 11);
  }
  .col-12-tb {
    width: calc(100% / 12 * 12);
  }
}
@media (max-width: 767px) {
  .col-1-sp {
    width: calc(100% / 12 * 1);
  }
  .col-2-sp {
    width: calc(100% / 12 * 2);
  }
  .col-3-sp {
    width: calc(100% / 12 * 3);
  }
  .col-4-sp {
    width: calc(100% / 12 * 4);
  }
  .col-5-sp {
    width: calc(100% / 12 * 5);
  }
  .col-6-sp {
    width: calc(100% / 12 * 6);
  }
  .col-7-sp {
    width: calc(100% / 12 * 7);
  }
  .col-8-sp {
    width: calc(100% / 12 * 8);
  }
  .col-9-sp {
    width: calc(100% / 12 * 9);
  }
  .col-10-sp {
    width: calc(100% / 12 * 10);
  }
  .col-11-sp {
    width: calc(100% / 12 * 11);
  }
  .col-12-sp {
    width: calc(100% / 12 * 12);
  }
}
.gridaa {
  color: red;
}

.c-link {
  cursor: pointer;
}
@media (min-width: 991px) {
  .c-link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  .c-link:active {
    opacity: 0.8;
  }
}
.c-link.is-current {
  opacity: 0.8;
}
.c-link--primary {
  color: #26a0c4;
}
.c-link--warning {
  color: #c66b78;
}
.c-link--nav {
  color: #ffffff;
  text-decoration: none;
}
.c-link--nav :hover {
  text-decoration: none;
}

/* stylelint-disable no-duplicate-selectors */
.c-loading {
  margin: 0 auto;
}

.c-loading--full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.c-loading .sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both;
}
.c-loading .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}
.c-loading .sk-chase-dot::before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: rgba(6, 169, 229, 0.7);
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.c-loading .sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.c-loading .sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.c-loading .sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.c-loading .sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.c-loading .sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.c-loading .sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.c-loading .sk-chase-dot:nth-child(1)::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.c-loading .sk-chase-dot:nth-child(2)::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.c-loading .sk-chase-dot:nth-child(3)::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.c-loading .sk-chase-dot:nth-child(4)::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.c-loading .sk-chase-dot:nth-child(5)::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.c-loading .sk-chase-dot:nth-child(6)::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
@-webkit-keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

.c-modal {
  position: absolute;
  border-radius: 0.2rem;
}
.c-modal-overlay {
  position: fixed;
  z-index: 130;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-modal-contents {
  position: fixed;
  z-index: 130;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 513px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.44);
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .c-modal-contents {
    width: 92vw;
  }
}
.c-modal-contents--mini {
  max-width: 400px;
  min-width: 300px;
}
.c-modal-contents-closebutton {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #93a7b5;
  border: 2px solid #93a7b5;
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-modal-contents-closebutton {
    right: 8px;
  }
}
.c-modal-contents-closebutton::before, .c-modal-contents-closebutton::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background-color: #93a7b5;
  margin-top: -7px;
  margin-left: -1px;
  border-radius: 2px;
}
.c-modal-contents-closebutton::before {
  transform: rotate(45deg);
}
.c-modal-contents-closebutton::after {
  transform: rotate(-45deg);
}
.c-modal-contents-closebutton .modal__textClose {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 16px;
  min-width: 170px;
}
.c-modal-contents-closebutton .modal__textClose.close-modal-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-right: 4px;
}
.c-modal-contents-body {
  padding: 60px 0;
  overflow-y: hidden;
  overflow-x: hidden;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-modal-contents-body {
    padding: 24px 12px;
  }
}
.c-modal-contents-body--padding-x {
  padding: 40px 0;
}
.c-modal-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.c-modal-buttons > * {
  margin: 0 4px;
}
.c-modal-member {
  padding: 5px 20px;
  background: #f0fafd;
}
.c-modal-member-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.c-modal-member-room {
  padding: 5px 20px;
  height: 42vh;
  overflow: auto;
}
@media (max-width: 1600px) {
  .c-modal-member-room {
    height: 38vh;
  }
}
@media (max-width: 1400px) {
  .c-modal-member-room {
    height: 44vh;
  }
}
@media (max-width: 1367px) {
  .c-modal-member-room {
    height: 52vh;
  }
}
.c-modal-member-icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 10px;
  overflow: hidden;
}
.c-modal-member-icon svg {
  fill: #06a8e4;
  padding-top: 5px;
}
.c-modal-member-icon button {
  position: relative;
  bottom: 8px;
  color: #06a8e4;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  border-bottom: 1px solid;
  padding: 0;
}
.c-modal-member-p--fr {
  float: right;
}
.c-modal-member-p--fl {
  float: left;
}
.c-modal-member--right {
  flex: 1;
  margin-top: 5px;
  margin-left: 5px;
}
.c-modal-member--left {
  width: 72px;
  margin-top: 8px;
  margin-left: 30px;
}
.c-modal-room__modal {
  padding: 95px 0 84px 0;
}
.c-modal-room__modal-messages {
  padding: 22px 0 19px 0;
}
.c-modal-confirm__modal .c-modal-overlay {
  border-radius: 1rem !important;
}
.c-modal-mention .c-modal-contents {
  min-width: 760px;
  padding: 36px;
  height: 100%;
  overflow-y: auto;
}
.c-modal-mention .c-modal-contents .c-modal-contents-body {
  padding: 0;
  padding-top: 20px;
}
.c-modal-task-content {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 80px 30px 0 30px;
}
.c-modal-task-content .c-modal-contents-closebutton {
  top: 35px;
  right: 30px;
}
.c-modal-task-body {
  flex: 1;
  padding: 0px 190px 10px 190px;
  max-width: 1000px;
}
.c-modal-task-body label {
  font-size: 14px;
  font-weight: bold;
}
.c-modal-task-button {
  width: 100%;
  text-align: center;
}
.c-modal-task-button button {
  width: 372px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.c-modal-task-group-button button {
  flex: 1;
  margin: 10px;
}
.c-modal-task__input {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-modal-setting__change {
  padding: 25px 40px;
  border-bottom: 1px solid #586d7c;
}
.c-modal-setting__change .setting__logo .avatar__preview {
  max-height: 100px;
}
.c-modal-setting__change .setting__logo .avatar__preview img {
  width: 92px;
  height: 92px;
}
.c-modal-setting__change .setting__logo .avatar__preview label {
  max-height: 32px;
  left: 120px;
}
.c-modal-setting__change p {
  font-size: 16px;
  font-weight: bold;
}
.c-modal-setting__change input {
  width: 100%;
  margin: 10px 0 20px 0;
}
.c-modal-setting__change button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.c-modal-file-content {
  width: 438px;
  height: 233px;
}
.c-modal-file-body {
  padding: 41px 0 37px 0;
}

.label-date {
  padding-right: 15px;
}

.c-text-sm-bold {
  font-size: 16px;
  color: #93a7b5;
  font-weight: bold;
}

.c-modal-content {
  position: fixed;
  z-index: 130;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 63rem;
  min-width: 269px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.44);
  border-radius: 1rem;
}
.c-modal-content-header {
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding-bottom: 15px;
  color: #525252;
  text-align: center;
}
.c-modal-content-title--bold {
  color: #586d7c;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.c-modal-content-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.c-modal-content-error {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
  padding: 2rem;
}
.c-modal-content-error--message {
  color: #c66b78;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.c-modal-content-error--content {
  color: #586d7c;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding: 2rem;
}
.c-modal-content--bold {
  color: #586d7c;
  font-size: 16px;
  font-weight: bold;
}
.c-modal-content--regular {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #93a7b5;
  border: 5px solid #93a7b5;
  padding: 0 15px;
}
.c-modal-content--normal {
  color: #93a7b5;
  font-size: 13px;
  font-weight: normal;
}
.c-modal-content-item {
  display: flex;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.c-modal-content-item--header {
  border-bottom: 2px solid #586d7c;
}
.c-modal-content-label {
  display: block;
  float: left;
  padding: 3px 16px;
  white-space: nowrap;
  color: #fff;
  border-radius: 15px;
  font-size: 13px;
  font-weight: normal;
  background-color: #93a7b5;
  margin-right: 5px;
  margin-bottom: 5px;
}
.c-modal-content-label-h1, .c-modal-content-label-file-h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
.c-modal-content-label-h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #e25151;
  font-weight: unset;
}
.c-modal-content-label-file-h1 {
  margin-bottom: 16px;
}
.c-modal-content-tab {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 55vh;
}
@media (max-width: 1440px) {
  .c-modal-content-tab {
    max-height: 64vh;
  }
}
@media (max-width: 1366px) {
  .c-modal-content-tab {
    max-height: 70vh;
  }
}
.c-modal-content-room {
  padding: 5px 75px;
}
.c-modal-content-contact {
  padding: 5px 20px;
}
.c-modal-content-room--setting {
  padding: 0 35px;
}
.c-modal-content-search {
  margin: 15px 0;
}
.c-modal-content-search--over {
  display: flex;
}
.c-modal-content-search--right {
  width: 70%;
}
.c-modal-content-search--left {
  width: 32%;
  padding-top: 25px;
}
.c-modal-content-search--error {
  width: 69%;
  margin: auto;
}
.c-modal-content-accept {
  margin: 15px 0;
}
.c-modal-content-accept--over {
  display: flex;
}
.c-modal-content-accept--right {
  width: 67%;
}
.c-modal-content-accept--left button {
  width: 145px;
}
.c-modal-content-accept--remove {
  background-color: #db6c7d !important;
}
.c-modal-content-button {
  position: relative;
  padding: 0 16px;
  white-space: nowrap;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  width: 100%;
}
.c-modal-content-button--normal {
  background-color: #01a9e4;
}
.c-modal-content-button--disable {
  background-color: #586d7c;
}
.c-modal-content-button--accept {
  background-color: #00acc1;
}
.c-modal-content-button-error {
  margin: auto;
}
.c-modal-content-button-error--copy {
  width: 49%;
  font-weight: normal;
}
.c-modal-content-button-error--send {
  width: 49%;
  font-weight: normal;
}
.c-modal-content-button--search {
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
.c-modal-content-messages {
  width: 300px;
  height: 136px;
}
.c-modal-content-messages-btn {
  min-width: 120px;
  min-height: 40px;
}

.c-modal-accout {
  position: fixed;
  z-index: 130;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 88rem;
  min-width: 269px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.44);
  border-radius: 1rem;
}

.c-modal-notification {
  position: fixed;
  z-index: 130;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 70rem;
  min-width: 269px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.44);
  border-radius: 1rem;
}
.c-modal-notification-header {
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
  color: #525252;
  text-align: center;
}
.c-modal-notification-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.c-modal-notification--normal {
  color: #6f6f6f;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
.c-modal-notification-item {
  display: flex;
  padding: 15px 0px 15px 0px;
}
.c-modal-notification-item--header {
  border-bottom: 2px solid #586d7c;
}
.c-modal-notification-item--a {
  width: 100%;
  display: flex;
  text-decoration: none;
}
.c-modal-notification-tab {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 75vh;
}
@media (max-width: 1440px) {
  .c-modal-notification-tab {
    max-height: 61vh;
  }
}
.c-modal-notification-room {
  padding: 5px 75px;
}
.c-modal-notification-contact {
  padding: 5px 20px;
}
.c-modal-notification-room--setting {
  padding: 0 35px;
}
.c-modal-notification-accept {
  margin: 15px 0;
}
.c-modal-notification-accept--over {
  display: flex;
}
.c-modal-notification-accept--right {
  width: 70%;
}
.c-modal-notification-accept--left {
  width: 27%;
  text-align: center;
  font-size: 8.5rem;
  position: relative;
  bottom: 1.8rem;
  left: 6.5rem;
}
.c-modal-notification-accept--remove {
  margin-top: 5px;
}

.modal__member-setting {
  position: relative;
}
.modal__member-setting .img-member-setting .c-sidebar-logo, .modal__member-setting .img-member-setting .c-mention-avatar {
  width: 40px;
  height: 40px;
}
@media (max-height: 1079px) {
  .modal__member-setting .c-modal-content {
    height: 640px !important;
  }
}
.modal__member-setting .c-modal-content {
  height: 700px;
  padding-bottom: 40px;
}
.modal__member-setting .c-modal-contents-body {
  height: 100%;
}
.modal__member-setting .c-modal-content-header {
  padding-bottom: 0;
}
.modal__member-setting .c-modal-content-item {
  padding: 10px 0;
}
.modal__member-setting .submit__edit-role {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
.modal__member-setting .submit__edit-role button {
  width: 229px;
  height: 24px;
  font-size: 16px;
}

.member__setting {
  margin-top: 15px;
}

.c-pager {
  display: flex;
  align-items: center;
}
.c-pager-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .c-pager-wrap {
    margin-top: 30px;
  }
}
.c-pager-prev a, .c-pager-next a {
  position: relative;
}
.c-pager-prev a::before, .c-pager-next a::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #06a9e5;
  border-right: 2px solid #06a9e5;
}
.c-pager-prev a::before {
  transform: rotate(-135deg);
}
.c-pager-next a::before {
  transform: rotate(45deg);
}
.c-pager-list {
  border: 1px solid #06a9e5;
  border-radius: 4px;
  margin: 0 6px;
  display: inline-block;
  width: 28px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-pager-list:nth-child(n+7) {
    display: none;
  }
  .c-pager-list:nth-child(n+8) {
    display: block;
  }
}
.c-pager-list > a {
  display: block;
  color: #06a9e5;
}
.c-pager-list > a:hover {
  color: #ffffff;
  background-color: #06a9e5;
}
.c-pager-list.is-active {
  background-color: #06a9e5;
}
.c-pager-list.is-active > a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 991px) {
  .c-scrollbar::-webkit-scrollbar {
    height: 6px;
    width: 5px;
  }
  .c-scrollbar::-webkit-scrollbar-thumb {
    background-color: #06a9e5;
    border-radius: 2px;
  }
  .c-scrollbar::-webkit-scrollbar-track {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
}
.c-scrollbar--gray::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.3);
}

.c-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  background-color: white;
  border: 1px solid #e0e0e0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .c-table {
    display: none;
  }
}
.c-table thead {
  border-bottom: 1px solid #e0e0e0;
}
.c-table tfoot {
  border-top: 1px solid #e0e0e0;
}
.c-table tr,
.c-table th,
.c-table td {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
.c-table tbody tr:nth-child(odd) {
  background-color: #ecf5f8;
}
@media (min-width: 991px) {
  .c-table tbody tr:hover {
    background-color: rgb(221, 221, 221);
  }
}
@media (max-width: 767px) {
  .c-table th:not(:first-child),
.c-table td:not(:first-child) {
    display: none;
  }
}
.c-table th {
  padding: 10px;
  text-align: left;
  font-weight: normal;
}
.c-table td {
  padding: 16px 10px;
  text-align: left;
  border: none;
  font-weight: normal;
}

.c-tablesp {
  display: none;
}
@media (max-width: 767px) {
  .c-tablesp {
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 1px solid #e0e0e0;
    font-size: 15px;
  }
  .c-tablesp thead {
    border-bottom: 1px solid #e0e0e0;
    background-color: white;
  }
  .c-tablesp tfoot {
    border-top: 1px solid #e0e0e0;
    background-color: white;
  }
  .c-tablesp tr,
.c-tablesp th,
.c-tablesp td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
  }
}
.c-tablesp th {
  padding: 10px;
  text-align: left;
  font-weight: normal;
}
.c-tablesp td {
  text-align: left;
  border: none;
  font-weight: normal;
  border-bottom: 1px solid #e0e0e0;
}
.c-tablesp-arrow {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 16px 28px 16px 10px;
}
.c-tablesp-arrow::before, .c-tablesp-arrow::after {
  content: "";
  position: absolute;
  display: block;
}
.c-tablesp-arrow::before {
  width: 18px;
  height: 18px;
  right: 10px;
  border-radius: 50%;
  background-color: #06a9e5;
}
.c-tablesp-arrow::after {
  width: 0;
  height: 0;
  right: 15px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  transition: 250ms;
}
.c-tablesp-arrow.is-open {
  background-color: transparent;
}
.c-tablesp-arrow.is-open::after {
  transform: rotate(180deg);
}
.c-tablesp-detail {
  display: none;
  padding: 0 10px 16px;
}
.c-tablesp-detail dt {
  float: left;
  font-size: 0.8125rem;
}
.c-tablesp-detail dd {
  font-size: 0.75rem;
  padding-left: 9em;
}

/* stylelint-disable no-duplicate-selectors */
.c-text {
  color: #525252;
  font-size: 1.4rem;
}

.c-text-thin {
  font-weight: 100;
}
.c-text-light {
  font-weight: 300;
}
.c-text-regular {
  font-weight: 400;
}
.c-text-medium {
  font-weight: 500;
}
.c-text-bold {
  font-weight: 700;
}
.c-text-black {
  font-weight: 900;
}
.c-text-small {
  font-size: 1.3rem;
  color: #93a7b5;
}

.c-text-theme {
  color: #06a9e5;
}
.c-text-red {
  color: #ff001f;
}

.c-text-nowrap {
  white-space: nowrap;
}
.c-text-breakword {
  word-wrap: break-word;
}
.c-text-linethrough {
  text-decoration: line-through;
}
.c-text-center {
  text-align: center;
}

.c-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.c-title-heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-title-heading {
    font-size: 20px;
  }
}
.c-title-subheading {
  padding-top: 18px;
  font-size: 1.4rem;
  color: #656565;
}
@media (max-width: 767px) {
  .c-title-subheading {
    padding-top: 8px;
  }
}

.c-tab-list {
  display: flex;
  align-items: center;
}
.c-tab-item {
  flex: 1;
  max-width: 128px;
  min-width: 116px;
  text-align: center;
}
@media (max-width: 991px) {
  .c-tab-item {
    min-width: inherit;
    max-width: 120px;
  }
}
@media (min-width: 991px) {
  .c-tab-item .chat:hover {
    background-color: #50b9de;
    color: #dfeef4;
  }
  .c-tab-item .chat:hover svg {
    fill: #dfeef4;
  }
}
@media (max-width: 991px) {
  .c-tab-item .chat:active {
    background-color: #50b9de;
    color: #dfeef4;
  }
  .c-tab-item .chat:active svg {
    fill: #dfeef4;
  }
}
.c-tab-item .chat.is-current {
  background-color: #50b9de;
  color: #dfeef4;
}
.c-tab-item .chat.is-current svg {
  fill: #dfeef4;
}
@media (min-width: 991px) {
  .c-tab-item .tasks:hover {
    background-color: #06a9e5;
    color: #dfeef4;
  }
  .c-tab-item .tasks:hover svg {
    fill: #dfeef4;
  }
}
@media (max-width: 991px) {
  .c-tab-item .tasks:active {
    background-color: #06a9e5;
    color: #dfeef4;
  }
  .c-tab-item .tasks:active svg {
    fill: #dfeef4;
  }
}
.c-tab-item .tasks.is-current {
  background-color: #06a9e5;
  color: #dfeef4;
}
.c-tab-item .tasks.is-current svg {
  fill: #dfeef4;
}
.c-tab-item.is-active > a {
  background-color: #06a9e5;
  color: #dfeef4;
  text-decoration: none;
}
@media (min-width: 991px) {
  .c-tab-item.is-active > a:hover {
    background-color: #50b9de;
  }
}
@media (max-width: 991px) {
  .c-tab-item.is-active > a:active {
    background-color: #50b9de;
  }
}
.c-tab-item.is-active > a.is-current {
  background-color: #50b9de;
}
.c-tab-item.is-active > a svg {
  fill: #ffffff;
}
.c-tab-item.is-active .chat svg, .c-tab-item.is-active .tasks svg {
  fill: #ffffff;
}
.c-tab-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px 8px 0px 0px;
  background-color: #dfeef4;
  color: #93a7b5;
  width: 121px;
}
.c-tab-button svg {
  fill: #93a7b5;
}
.c-tab-button svg,
.c-tab-button img {
  margin-right: 12px;
}
.c-tab-content {
  display: none;
  height: 100%;
}
.c-tab-content.is-active {
  display: block;
}
@media (max-width: 991px) {
  .c-tab .c-tab-button-fold a {
    border-radius: 5px;
    width: 36.5px;
    height: 36.5px;
    margin-bottom: 9.5px;
  }
  .c-tab .c-tab-button-fold a svg {
    margin-right: 0px;
  }
  .c-tab .c-tab-button-fold a span {
    display: none;
  }
}

.c-alert, .c-alert--error, .c-alert-login--error {
  width: 100%;
  text-align: center;
  background-color: #dfeef4;
  border: 2px solid #47a7df;
  color: #06a9e5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 44px;
}
.c-alert--error, .c-alert-login--error {
  background-color: #F5E2E2;
  border: 2px solid #D36577;
  color: #D36577;
}
.c-alert-login--error {
  display: inline-block;
  padding: 0 75px;
  width: auto;
}

.c-usernav {
  position: absolute;
  top: 52px;
  min-width: 168px;
  border-radius: 0px 0px 6px 6px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
}
.c-usernav-item {
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 0 1rem;
}
.c-usernav-item:hover {
  background-color: #f8faf2;
}
.c-usernav-item:last-child {
  border-bottom: none;
}
.c-usernav-link {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #525252;
  text-decoration: none;
  padding: 15px 0;
}
.c-usernav-link svg {
  margin-right: 6px;
  fill: #93a7b5;
}
@media (min-width: 991px) {
  .c-usernav-link:hover {
    color: #06a9e5;
  }
  .c-usernav-link:hover svg {
    fill: #06a9e5;
  }
}
@media (max-width: 991px) {
  .c-usernav-link:active {
    color: #06a9e5;
  }
  .c-usernav-link:active svg {
    fill: #06a9e5;
  }
}
.c-usernav-link.is-current {
  color: #06a9e5;
}
.c-usernav-link.is-current svg {
  fill: #06a9e5;
}

.c-gearnav {
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 15px;
  width: 148px;
  background: #93a7b5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.c-gearnav-item {
  border-bottom: 1px solid #E6E6E6;
  height: 40px;
}
.c-gearnav-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0.5rem;
}
.c-gearnav-link {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0 10px 10px;
}
@media (min-width: 991px) {
  .c-gearnav-link:hover {
    background-color: #B4C8D8;
  }
}
@media (max-width: 991px) {
  .c-gearnav-link:active {
    background-color: #B4C8D8;
  }
}
.c-gearnav-link.is-current {
  background-color: #B4C8D8;
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
  z-index: 999999;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background-clip: padding-box;
  overflow: hidden;
}
.tribute-container ul li {
  color: #515252;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
}
.tribute-container ul li span {
  font-weight: bold;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}

.tribute-container li.highlight,
.tribute-container li:hover {
  background: #d9e7ef;
  color: #515252;
}

.tribute-container li.no-match {
  cursor: default;
}

.c-mention-avatar {
  width: 30px;
  height: 30px;
}

.date__input {
  border-radius: 8px;
  display: block;
  padding: 32px 68px;
  width: 514px !important;
  height: 524px;
  white-space: initial;
}
.date__input header {
  line-height: 26px !important;
  padding: 0 40px;
  margin-left: 20px;
}
.date__input header .day__month_btn,
.date__input header .month__year_btn {
  font-size: 22px;
  font-weight: bold;
}
.date__input header span {
  margin-top: 22px;
}
.date__input div {
  border: 1px solid #e2eef3;
  border-radius: 10px;
  padding: 10px 45px;
}
.date__input .day-header {
  color: rgb(206, 206, 206);
}
.date__input .cell {
  padding: 0 !important;
  line-height: 30px !important;
  height: 35px !important;
}
.date__input .day {
  font-weight: bold;
  color: #666872;
}
.date__input-iconClose {
  position: absolute;
  top: 10px;
  right: 5px;
}
.date__input-iconClose .c-modal-contents-closebutton {
  top: 5px;
  right: 10px;
}
.date__input-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 70px;
  margin-bottom: 32px;
  justify-content: space-between;
}
.date__input-button button {
  width: 100%;
}
.date__input-button-clear {
  margin-right: 10px;
}
.date__input-button-confirm {
  margin-left: 10px;
}
.date__input .calender-header {
  border: none;
  margin-bottom: 16px;
}
.date__input .calender-header h3 {
  font-weight: bold;
  font-size: 22px;
}

.prev {
  background-color: #e8f4ff;
  border-radius: 4px;
  width: 30px !important;
  height: 30px;
}
.prev::after {
  border-right: 10px solid #5acff5 !important;
  margin-left: -4px !important;
}

.next {
  background-color: #e8f4ff;
  border-radius: 4px;
  width: 30px !important;
  height: 30px;
}
.next::after {
  border-left: 10px solid #5acff5 !important;
  margin-left: 4px !important;
}

.input__date-icon {
  position: relative;
}
.input__date-icon svg {
  position: absolute;
  top: 9px;
  right: 11px;
  cursor: pointer;
}

.addRoom__logo .avatar__preview {
  margin-bottom: 20px;
}
.addRoom__logo .custom-file-upload {
  transform: translateY(-100%);
  background-color: #586d7c;
}
.addRoom__logo .custom-file-upload span {
  color: #ffffff !important;
}
.addRoom__logo img {
  border-radius: 50% !important;
}

.box-info-message {
  display: inline-block;
  position: fixed;
  width: 460px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.25) 3px -3px 6px -1px, rgba(0, 0, 0, 0.3) 1px 10px 22px -5px;
}
.box-info-message__arrow-bottom, .p-room-footer-to__select .to-select__icon .list-mention__arrow-bottom {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.box-info-message__arrow-bottom::after, .p-room-footer-to__select .to-select__icon .list-mention__arrow-bottom::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: white;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 3px -3px 6px -1px, rgba(0, 0, 0, 0.3) 1px 10px 22px -5px;
}
.box-info-message__arrow-top, .p-room-footer-to__select .to-select__icon .list-mention__arrow-top {
  position: absolute;
  width: 30px;
  height: 21px;
  top: -20px;
  left: 48%;
  overflow: hidden;
}
.box-info-message__arrow-top::after, .p-room-footer-to__select .to-select__icon .list-mention__arrow-top::after {
  content: " ";
  background: white;
  position: absolute;
  top: 11px;
  width: 18px;
  height: 18px;
  left: 4px;
  transform: rotate(-45deg);
  box-shadow: rgba(50, 50, 93, 0.25) 3px -3px 6px -1px, rgba(0, 0, 0, 0.3) 1px 10px 22px -5px;
}
.box-info-message-content__header {
  margin: 20px 20px 0 20px;
  display: flex;
}
.box-info-message-content__header-user-info {
  margin-left: 10px;
  width: 90%;
}
.box-info-message-content__header-user-info span {
  font-size: 14px;
}
.box-info-message-content__header-user-info span:first-child {
  font-weight: bold;
  margin-right: 8px;
  float: left;
}
.box-info-message-content__header-user-info span:nth-child(2) {
  color: #93a7b5;
  max-width: 9ch;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: left;
}
.box-info-message-content__header-user-info span:last-child {
  float: right;
  color: #adacac;
  font-size: 12px;
}
.box-info-message-content__header-avatar {
  width: 34px;
  height: 34px;
}
.box-info-message-content__header-avatar img {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-info-message-content__body {
  margin: 0 20px 0 60px;
}
.box-info-message-content__body-board-info {
  display: flex;
  margin-bottom: 10px;
}
.box-info-message-content__body-board-info span {
  font-weight: bold;
}
.box-info-message-content__body-board-info .sp-jump {
  margin-top: -7px;
}
.box-info-message-content__body-board-info .sp-jump svg {
  fill: #93a7b5;
  width: 15px;
  margin: -1px 5px;
  height: 12px;
}
.box-info-message-content__body-board-info .sp-jump svg:first-child {
  margin-left: unset;
}
.box-info-message-content__body-board-info .sp-reply {
  display: flex;
}
.box-info-message-content__body-board-info .sp-reply span:nth-child(2) {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 5px;
}
.box-info-message-content__body-board-info .sp-reply span:nth-child(2) img {
  border-radius: 50%;
  width: 22px;
  height: 19px;
}
.box-info-message-content__body-board-info .sp-reply svg {
  margin: 0 5px;
}
.box-info-message-content__body-content-info {
  height: 104px;
  overflow-y: auto;
  padding-left: 5px;
}
.box-info-message-content__body-content-info .p-chat-btn {
  margin-top: unset;
}
.box-info-message-content__footer {
  margin: 5px;
  text-align: center;
  background-color: #eaeaea;
  height: 37px;
  position: relative;
}
.box-info-message-content__footer button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 3px 38px;
  border: 2px solid #06a8e4;
  border-radius: 5px;
  color: #525252;
}

.reply-background {
  background: #fff9e3;
}

.reply-arrow::after {
  background: #fff9e3;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-theme {
  background-color: #06a9e5;
}

.full {
  width: 100%;
}
@media (min-width: 991px) {
  .full-pc {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-tb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .full-sp {
    width: 100%;
  }
}

.half {
  width: 50%;
}
@media (min-width: 991px) {
  .half-pc {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .half-tb {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .half-sp {
    width: 50%;
  }
}

.none {
  display: none !important;
}
@media (min-width: 991px) {
  .none-pc {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .none-tb {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .none-sp {
    display: none !important;
  }
}

.block {
  display: block !important;
}
@media (min-width: 991px) {
  .block-pc {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-tb {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .block-sp {
    display: block !important;
  }
}

.inline-block {
  display: inline-block !important;
}
@media (min-width: 991px) {
  .inline-block-pc {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-block-tb {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .inline-block-sp {
    display: inline-block !important;
  }
}

.flex {
  display: flex;
}
.flex-left {
  display: flex;
  justify-content: flex-start;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-space {
  display: flex;
  justify-content: space-around;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-centers, .l-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-centers-bg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 31px;
}
.flex--inline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.flex--column {
  display: flex;
  flex-direction: column;
}
.flex--wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-align-between {
  align-items: space-between;
}

.flex--grow0 {
  flex-grow: 0;
}

.flex--shrink0 {
  flex-shrink: 0;
}

.flex-0 {
  flex: 0;
}

.flex--grow1 {
  flex-grow: 1;
}

.flex--shrink1 {
  flex-shrink: 1;
}

.flex-1 {
  flex: 1;
}

.flex--grow2 {
  flex-grow: 2;
}

.flex--shrink2 {
  flex-shrink: 2;
}

.flex-2 {
  flex: 2;
}

.flex--grow3 {
  flex-grow: 3;
}

.flex--shrink3 {
  flex-shrink: 3;
}

.flex-3 {
  flex: 3;
}

.flex--grow4 {
  flex-grow: 4;
}

.flex--shrink4 {
  flex-shrink: 4;
}

.flex-4 {
  flex: 4;
}

.flex--grow5 {
  flex-grow: 5;
}

.flex--shrink5 {
  flex-shrink: 5;
}

.flex-5 {
  flex: 5;
}

.h1 {
  font-size: 2.2rem;
  font-weight: 700;
}

.h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

.h4 {
  font-size: 1.4rem;
  font-weight: 700;
}

.text-left {
  text-align: left;
}
@media (min-width: 991px) {
  .text-left-pc {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-tb {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

.text-center {
  text-align: center;
}
@media (min-width: 991px) {
  .text-center-pc {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-tb {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}
@media (min-width: 991px) {
  .text-right-pc {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-right-tb {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.ml-auto {
  margin-left: auto !important;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mrl-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.ptb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.prl-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.m-4 {
  margin: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mtb-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mrl-4 {
  margin-right: 4px;
  margin-left: 4px;
}

.p-4 {
  padding: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.ptb-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.prl-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mtb-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mrl-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.ptb-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.prl-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mtb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mrl-12 {
  margin-right: 12px;
  margin-left: 12px;
}

.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.ptb-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.prl-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mtb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mrl-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.ptb-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.prl-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mrl-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.prl-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mtb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mrl-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.ptb-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.prl-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.m-28 {
  margin: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mtb-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mrl-28 {
  margin-right: 28px;
  margin-left: 28px;
}

.p-28 {
  padding: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.ptb-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.prl-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mtb-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mrl-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.ptb-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.prl-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.m-36 {
  margin: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mtb-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mrl-36 {
  margin-right: 36px;
  margin-left: 36px;
}

.p-36 {
  padding: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.ptb-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.prl-36 {
  padding-right: 36px;
  padding-left: 36px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mrl-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.prl-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.m-44 {
  margin: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mtb-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.mrl-44 {
  margin-right: 44px;
  margin-left: 44px;
}

.p-44 {
  padding: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.ptb-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.prl-44 {
  padding-right: 44px;
  padding-left: 44px;
}

.m-48 {
  margin: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mtb-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mrl-48 {
  margin-right: 48px;
  margin-left: 48px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.ptb-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.prl-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.m-52 {
  margin: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mtb-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.mrl-52 {
  margin-right: 52px;
  margin-left: 52px;
}

.p-52 {
  padding: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.ptb-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.prl-52 {
  padding-right: 52px;
  padding-left: 52px;
}

.m-56 {
  margin: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mtb-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mrl-56 {
  margin-right: 56px;
  margin-left: 56px;
}

.p-56 {
  padding: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.ptb-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.prl-56 {
  padding-right: 56px;
  padding-left: 56px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mrl-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.prl-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.m-64 {
  margin: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mtb-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mrl-64 {
  margin-right: 64px;
  margin-left: 64px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.ptb-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.prl-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.m-68 {
  margin: 68px;
}

.mt-68 {
  margin-top: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mtb-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.mrl-68 {
  margin-right: 68px;
  margin-left: 68px;
}

.p-68 {
  padding: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pr-68 {
  padding-right: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.ptb-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.prl-68 {
  padding-right: 68px;
  padding-left: 68px;
}

.m-72 {
  margin: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mtb-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mrl-72 {
  margin-right: 72px;
  margin-left: 72px;
}

.p-72 {
  padding: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.ptb-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.prl-72 {
  padding-right: 72px;
  padding-left: 72px;
}

.m-76 {
  margin: 76px;
}

.mt-76 {
  margin-top: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mtb-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.mrl-76 {
  margin-right: 76px;
  margin-left: 76px;
}

.p-76 {
  padding: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pr-76 {
  padding-right: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.ptb-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.prl-76 {
  padding-right: 76px;
  padding-left: 76px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mrl-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.prl-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.m-84 {
  margin: 84px;
}

.mt-84 {
  margin-top: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mtb-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.mrl-84 {
  margin-right: 84px;
  margin-left: 84px;
}

.p-84 {
  padding: 84px;
}

.pt-84 {
  padding-top: 84px;
}

.pr-84 {
  padding-right: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pl-84 {
  padding-left: 84px;
}

.ptb-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.prl-84 {
  padding-right: 84px;
  padding-left: 84px;
}

.m-88 {
  margin: 88px;
}

.mt-88 {
  margin-top: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mtb-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.mrl-88 {
  margin-right: 88px;
  margin-left: 88px;
}

.p-88 {
  padding: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.ptb-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.prl-88 {
  padding-right: 88px;
  padding-left: 88px;
}

.m-92 {
  margin: 92px;
}

.mt-92 {
  margin-top: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.ml-92 {
  margin-left: 92px;
}

.mtb-92 {
  margin-top: 92px;
  margin-bottom: 92px;
}

.mrl-92 {
  margin-right: 92px;
  margin-left: 92px;
}

.p-92 {
  padding: 92px;
}

.pt-92 {
  padding-top: 92px;
}

.pr-92 {
  padding-right: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pl-92 {
  padding-left: 92px;
}

.ptb-92 {
  padding-top: 92px;
  padding-bottom: 92px;
}

.prl-92 {
  padding-right: 92px;
  padding-left: 92px;
}

.m-96 {
  margin: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mtb-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mrl-96 {
  margin-right: 96px;
  margin-left: 96px;
}

.p-96 {
  padding: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.ptb-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.prl-96 {
  padding-right: 96px;
  padding-left: 96px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mrl-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.prl-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.m-104 {
  margin: 104px;
}

.mt-104 {
  margin-top: 104px;
}

.mr-104 {
  margin-right: 104px;
}

.mb-104 {
  margin-bottom: 104px;
}

.ml-104 {
  margin-left: 104px;
}

.mtb-104 {
  margin-top: 104px;
  margin-bottom: 104px;
}

.mrl-104 {
  margin-right: 104px;
  margin-left: 104px;
}

.p-104 {
  padding: 104px;
}

.pt-104 {
  padding-top: 104px;
}

.pr-104 {
  padding-right: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pl-104 {
  padding-left: 104px;
}

.ptb-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.prl-104 {
  padding-right: 104px;
  padding-left: 104px;
}

.m-108 {
  margin: 108px;
}

.mt-108 {
  margin-top: 108px;
}

.mr-108 {
  margin-right: 108px;
}

.mb-108 {
  margin-bottom: 108px;
}

.ml-108 {
  margin-left: 108px;
}

.mtb-108 {
  margin-top: 108px;
  margin-bottom: 108px;
}

.mrl-108 {
  margin-right: 108px;
  margin-left: 108px;
}

.p-108 {
  padding: 108px;
}

.pt-108 {
  padding-top: 108px;
}

.pr-108 {
  padding-right: 108px;
}

.pb-108 {
  padding-bottom: 108px;
}

.pl-108 {
  padding-left: 108px;
}

.ptb-108 {
  padding-top: 108px;
  padding-bottom: 108px;
}

.prl-108 {
  padding-right: 108px;
  padding-left: 108px;
}

.m-112 {
  margin: 112px;
}

.mt-112 {
  margin-top: 112px;
}

.mr-112 {
  margin-right: 112px;
}

.mb-112 {
  margin-bottom: 112px;
}

.ml-112 {
  margin-left: 112px;
}

.mtb-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.mrl-112 {
  margin-right: 112px;
  margin-left: 112px;
}

.p-112 {
  padding: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pl-112 {
  padding-left: 112px;
}

.ptb-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.prl-112 {
  padding-right: 112px;
  padding-left: 112px;
}

.m-116 {
  margin: 116px;
}

.mt-116 {
  margin-top: 116px;
}

.mr-116 {
  margin-right: 116px;
}

.mb-116 {
  margin-bottom: 116px;
}

.ml-116 {
  margin-left: 116px;
}

.mtb-116 {
  margin-top: 116px;
  margin-bottom: 116px;
}

.mrl-116 {
  margin-right: 116px;
  margin-left: 116px;
}

.p-116 {
  padding: 116px;
}

.pt-116 {
  padding-top: 116px;
}

.pr-116 {
  padding-right: 116px;
}

.pb-116 {
  padding-bottom: 116px;
}

.pl-116 {
  padding-left: 116px;
}

.ptb-116 {
  padding-top: 116px;
  padding-bottom: 116px;
}

.prl-116 {
  padding-right: 116px;
  padding-left: 116px;
}

.m-120 {
  margin: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mtb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mrl-120 {
  margin-right: 120px;
  margin-left: 120px;
}

.p-120 {
  padding: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.prl-120 {
  padding-right: 120px;
  padding-left: 120px;
}

.m-124 {
  margin: 124px;
}

.mt-124 {
  margin-top: 124px;
}

.mr-124 {
  margin-right: 124px;
}

.mb-124 {
  margin-bottom: 124px;
}

.ml-124 {
  margin-left: 124px;
}

.mtb-124 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.mrl-124 {
  margin-right: 124px;
  margin-left: 124px;
}

.p-124 {
  padding: 124px;
}

.pt-124 {
  padding-top: 124px;
}

.pr-124 {
  padding-right: 124px;
}

.pb-124 {
  padding-bottom: 124px;
}

.pl-124 {
  padding-left: 124px;
}

.ptb-124 {
  padding-top: 124px;
  padding-bottom: 124px;
}

.prl-124 {
  padding-right: 124px;
  padding-left: 124px;
}

.m-128 {
  margin: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mtb-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mrl-128 {
  margin-right: 128px;
  margin-left: 128px;
}

.p-128 {
  padding: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.ptb-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.prl-128 {
  padding-right: 128px;
  padding-left: 128px;
}

.m-132 {
  margin: 132px;
}

.mt-132 {
  margin-top: 132px;
}

.mr-132 {
  margin-right: 132px;
}

.mb-132 {
  margin-bottom: 132px;
}

.ml-132 {
  margin-left: 132px;
}

.mtb-132 {
  margin-top: 132px;
  margin-bottom: 132px;
}

.mrl-132 {
  margin-right: 132px;
  margin-left: 132px;
}

.p-132 {
  padding: 132px;
}

.pt-132 {
  padding-top: 132px;
}

.pr-132 {
  padding-right: 132px;
}

.pb-132 {
  padding-bottom: 132px;
}

.pl-132 {
  padding-left: 132px;
}

.ptb-132 {
  padding-top: 132px;
  padding-bottom: 132px;
}

.prl-132 {
  padding-right: 132px;
  padding-left: 132px;
}

.m-136 {
  margin: 136px;
}

.mt-136 {
  margin-top: 136px;
}

.mr-136 {
  margin-right: 136px;
}

.mb-136 {
  margin-bottom: 136px;
}

.ml-136 {
  margin-left: 136px;
}

.mtb-136 {
  margin-top: 136px;
  margin-bottom: 136px;
}

.mrl-136 {
  margin-right: 136px;
  margin-left: 136px;
}

.p-136 {
  padding: 136px;
}

.pt-136 {
  padding-top: 136px;
}

.pr-136 {
  padding-right: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

.pl-136 {
  padding-left: 136px;
}

.ptb-136 {
  padding-top: 136px;
  padding-bottom: 136px;
}

.prl-136 {
  padding-right: 136px;
  padding-left: 136px;
}

.m-140 {
  margin: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mtb-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mrl-140 {
  margin-right: 140px;
  margin-left: 140px;
}

.p-140 {
  padding: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.prl-140 {
  padding-right: 140px;
  padding-left: 140px;
}

.m-144 {
  margin: 144px;
}

.mt-144 {
  margin-top: 144px;
}

.mr-144 {
  margin-right: 144px;
}

.mb-144 {
  margin-bottom: 144px;
}

.ml-144 {
  margin-left: 144px;
}

.mtb-144 {
  margin-top: 144px;
  margin-bottom: 144px;
}

.mrl-144 {
  margin-right: 144px;
  margin-left: 144px;
}

.p-144 {
  padding: 144px;
}

.pt-144 {
  padding-top: 144px;
}

.pr-144 {
  padding-right: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.pl-144 {
  padding-left: 144px;
}

.ptb-144 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.prl-144 {
  padding-right: 144px;
  padding-left: 144px;
}

.m-148 {
  margin: 148px;
}

.mt-148 {
  margin-top: 148px;
}

.mr-148 {
  margin-right: 148px;
}

.mb-148 {
  margin-bottom: 148px;
}

.ml-148 {
  margin-left: 148px;
}

.mtb-148 {
  margin-top: 148px;
  margin-bottom: 148px;
}

.mrl-148 {
  margin-right: 148px;
  margin-left: 148px;
}

.p-148 {
  padding: 148px;
}

.pt-148 {
  padding-top: 148px;
}

.pr-148 {
  padding-right: 148px;
}

.pb-148 {
  padding-bottom: 148px;
}

.pl-148 {
  padding-left: 148px;
}

.ptb-148 {
  padding-top: 148px;
  padding-bottom: 148px;
}

.prl-148 {
  padding-right: 148px;
  padding-left: 148px;
}

.m-152 {
  margin: 152px;
}

.mt-152 {
  margin-top: 152px;
}

.mr-152 {
  margin-right: 152px;
}

.mb-152 {
  margin-bottom: 152px;
}

.ml-152 {
  margin-left: 152px;
}

.mtb-152 {
  margin-top: 152px;
  margin-bottom: 152px;
}

.mrl-152 {
  margin-right: 152px;
  margin-left: 152px;
}

.p-152 {
  padding: 152px;
}

.pt-152 {
  padding-top: 152px;
}

.pr-152 {
  padding-right: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

.pl-152 {
  padding-left: 152px;
}

.ptb-152 {
  padding-top: 152px;
  padding-bottom: 152px;
}

.prl-152 {
  padding-right: 152px;
  padding-left: 152px;
}

.m-156 {
  margin: 156px;
}

.mt-156 {
  margin-top: 156px;
}

.mr-156 {
  margin-right: 156px;
}

.mb-156 {
  margin-bottom: 156px;
}

.ml-156 {
  margin-left: 156px;
}

.mtb-156 {
  margin-top: 156px;
  margin-bottom: 156px;
}

.mrl-156 {
  margin-right: 156px;
  margin-left: 156px;
}

.p-156 {
  padding: 156px;
}

.pt-156 {
  padding-top: 156px;
}

.pr-156 {
  padding-right: 156px;
}

.pb-156 {
  padding-bottom: 156px;
}

.pl-156 {
  padding-left: 156px;
}

.ptb-156 {
  padding-top: 156px;
  padding-bottom: 156px;
}

.prl-156 {
  padding-right: 156px;
  padding-left: 156px;
}

.m-160 {
  margin: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mtb-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mrl-160 {
  margin-right: 160px;
  margin-left: 160px;
}

.p-160 {
  padding: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.prl-160 {
  padding-right: 160px;
  padding-left: 160px;
}

.m-164 {
  margin: 164px;
}

.mt-164 {
  margin-top: 164px;
}

.mr-164 {
  margin-right: 164px;
}

.mb-164 {
  margin-bottom: 164px;
}

.ml-164 {
  margin-left: 164px;
}

.mtb-164 {
  margin-top: 164px;
  margin-bottom: 164px;
}

.mrl-164 {
  margin-right: 164px;
  margin-left: 164px;
}

.p-164 {
  padding: 164px;
}

.pt-164 {
  padding-top: 164px;
}

.pr-164 {
  padding-right: 164px;
}

.pb-164 {
  padding-bottom: 164px;
}

.pl-164 {
  padding-left: 164px;
}

.ptb-164 {
  padding-top: 164px;
  padding-bottom: 164px;
}

.prl-164 {
  padding-right: 164px;
  padding-left: 164px;
}

.m-168 {
  margin: 168px;
}

.mt-168 {
  margin-top: 168px;
}

.mr-168 {
  margin-right: 168px;
}

.mb-168 {
  margin-bottom: 168px;
}

.ml-168 {
  margin-left: 168px;
}

.mtb-168 {
  margin-top: 168px;
  margin-bottom: 168px;
}

.mrl-168 {
  margin-right: 168px;
  margin-left: 168px;
}

.p-168 {
  padding: 168px;
}

.pt-168 {
  padding-top: 168px;
}

.pr-168 {
  padding-right: 168px;
}

.pb-168 {
  padding-bottom: 168px;
}

.pl-168 {
  padding-left: 168px;
}

.ptb-168 {
  padding-top: 168px;
  padding-bottom: 168px;
}

.prl-168 {
  padding-right: 168px;
  padding-left: 168px;
}

.m-172 {
  margin: 172px;
}

.mt-172 {
  margin-top: 172px;
}

.mr-172 {
  margin-right: 172px;
}

.mb-172 {
  margin-bottom: 172px;
}

.ml-172 {
  margin-left: 172px;
}

.mtb-172 {
  margin-top: 172px;
  margin-bottom: 172px;
}

.mrl-172 {
  margin-right: 172px;
  margin-left: 172px;
}

.p-172 {
  padding: 172px;
}

.pt-172 {
  padding-top: 172px;
}

.pr-172 {
  padding-right: 172px;
}

.pb-172 {
  padding-bottom: 172px;
}

.pl-172 {
  padding-left: 172px;
}

.ptb-172 {
  padding-top: 172px;
  padding-bottom: 172px;
}

.prl-172 {
  padding-right: 172px;
  padding-left: 172px;
}

.m-176 {
  margin: 176px;
}

.mt-176 {
  margin-top: 176px;
}

.mr-176 {
  margin-right: 176px;
}

.mb-176 {
  margin-bottom: 176px;
}

.ml-176 {
  margin-left: 176px;
}

.mtb-176 {
  margin-top: 176px;
  margin-bottom: 176px;
}

.mrl-176 {
  margin-right: 176px;
  margin-left: 176px;
}

.p-176 {
  padding: 176px;
}

.pt-176 {
  padding-top: 176px;
}

.pr-176 {
  padding-right: 176px;
}

.pb-176 {
  padding-bottom: 176px;
}

.pl-176 {
  padding-left: 176px;
}

.ptb-176 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.prl-176 {
  padding-right: 176px;
  padding-left: 176px;
}

.m-180 {
  margin: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mtb-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mrl-180 {
  margin-right: 180px;
  margin-left: 180px;
}

.p-180 {
  padding: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.ptb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.prl-180 {
  padding-right: 180px;
  padding-left: 180px;
}

.m-184 {
  margin: 184px;
}

.mt-184 {
  margin-top: 184px;
}

.mr-184 {
  margin-right: 184px;
}

.mb-184 {
  margin-bottom: 184px;
}

.ml-184 {
  margin-left: 184px;
}

.mtb-184 {
  margin-top: 184px;
  margin-bottom: 184px;
}

.mrl-184 {
  margin-right: 184px;
  margin-left: 184px;
}

.p-184 {
  padding: 184px;
}

.pt-184 {
  padding-top: 184px;
}

.pr-184 {
  padding-right: 184px;
}

.pb-184 {
  padding-bottom: 184px;
}

.pl-184 {
  padding-left: 184px;
}

.ptb-184 {
  padding-top: 184px;
  padding-bottom: 184px;
}

.prl-184 {
  padding-right: 184px;
  padding-left: 184px;
}

.m-188 {
  margin: 188px;
}

.mt-188 {
  margin-top: 188px;
}

.mr-188 {
  margin-right: 188px;
}

.mb-188 {
  margin-bottom: 188px;
}

.ml-188 {
  margin-left: 188px;
}

.mtb-188 {
  margin-top: 188px;
  margin-bottom: 188px;
}

.mrl-188 {
  margin-right: 188px;
  margin-left: 188px;
}

.p-188 {
  padding: 188px;
}

.pt-188 {
  padding-top: 188px;
}

.pr-188 {
  padding-right: 188px;
}

.pb-188 {
  padding-bottom: 188px;
}

.pl-188 {
  padding-left: 188px;
}

.ptb-188 {
  padding-top: 188px;
  padding-bottom: 188px;
}

.prl-188 {
  padding-right: 188px;
  padding-left: 188px;
}

.m-192 {
  margin: 192px;
}

.mt-192 {
  margin-top: 192px;
}

.mr-192 {
  margin-right: 192px;
}

.mb-192 {
  margin-bottom: 192px;
}

.ml-192 {
  margin-left: 192px;
}

.mtb-192 {
  margin-top: 192px;
  margin-bottom: 192px;
}

.mrl-192 {
  margin-right: 192px;
  margin-left: 192px;
}

.p-192 {
  padding: 192px;
}

.pt-192 {
  padding-top: 192px;
}

.pr-192 {
  padding-right: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.pl-192 {
  padding-left: 192px;
}

.ptb-192 {
  padding-top: 192px;
  padding-bottom: 192px;
}

.prl-192 {
  padding-right: 192px;
  padding-left: 192px;
}

.m-196 {
  margin: 196px;
}

.mt-196 {
  margin-top: 196px;
}

.mr-196 {
  margin-right: 196px;
}

.mb-196 {
  margin-bottom: 196px;
}

.ml-196 {
  margin-left: 196px;
}

.mtb-196 {
  margin-top: 196px;
  margin-bottom: 196px;
}

.mrl-196 {
  margin-right: 196px;
  margin-left: 196px;
}

.p-196 {
  padding: 196px;
}

.pt-196 {
  padding-top: 196px;
}

.pr-196 {
  padding-right: 196px;
}

.pb-196 {
  padding-bottom: 196px;
}

.pl-196 {
  padding-left: 196px;
}

.ptb-196 {
  padding-top: 196px;
  padding-bottom: 196px;
}

.prl-196 {
  padding-right: 196px;
  padding-left: 196px;
}

.m-200 {
  margin: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mtb-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mrl-200 {
  margin-right: 200px;
  margin-left: 200px;
}

.p-200 {
  padding: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.ptb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.prl-200 {
  padding-right: 200px;
  padding-left: 200px;
}

@media (min-width: 991px) {
  .sp-tb-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .m-0-tb {
    margin: 0px;
  }
  .mt-0-tb {
    margin-top: 0px;
  }
  .mr-0-tb {
    margin-right: 0px;
  }
  .mb-0-tb {
    margin-bottom: 0px;
  }
  .ml-0-tb {
    margin-left: 0px;
  }
  .mtb-0-tb {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mrl-0-tb {
    margin-right: 0px;
    margin-left: 0px;
  }
  .p-0-tb {
    padding: 0px;
  }
  .pt-0-tb {
    padding-top: 0px;
  }
  .pr-0-tb {
    padding-right: 0px;
  }
  .pb-0-tb {
    padding-bottom: 0px;
  }
  .pl-0-tb {
    padding-left: 0px;
  }
  .ptb-0-tb {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .prl-0-tb {
    padding-right: 0px;
    padding-left: 0px;
  }
  .m-4-tb {
    margin: 4px;
  }
  .mt-4-tb {
    margin-top: 4px;
  }
  .mr-4-tb {
    margin-right: 4px;
  }
  .mb-4-tb {
    margin-bottom: 4px;
  }
  .ml-4-tb {
    margin-left: 4px;
  }
  .mtb-4-tb {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mrl-4-tb {
    margin-right: 4px;
    margin-left: 4px;
  }
  .p-4-tb {
    padding: 4px;
  }
  .pt-4-tb {
    padding-top: 4px;
  }
  .pr-4-tb {
    padding-right: 4px;
  }
  .pb-4-tb {
    padding-bottom: 4px;
  }
  .pl-4-tb {
    padding-left: 4px;
  }
  .ptb-4-tb {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .prl-4-tb {
    padding-right: 4px;
    padding-left: 4px;
  }
  .m-8-tb {
    margin: 8px;
  }
  .mt-8-tb {
    margin-top: 8px;
  }
  .mr-8-tb {
    margin-right: 8px;
  }
  .mb-8-tb {
    margin-bottom: 8px;
  }
  .ml-8-tb {
    margin-left: 8px;
  }
  .mtb-8-tb {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mrl-8-tb {
    margin-right: 8px;
    margin-left: 8px;
  }
  .p-8-tb {
    padding: 8px;
  }
  .pt-8-tb {
    padding-top: 8px;
  }
  .pr-8-tb {
    padding-right: 8px;
  }
  .pb-8-tb {
    padding-bottom: 8px;
  }
  .pl-8-tb {
    padding-left: 8px;
  }
  .ptb-8-tb {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .prl-8-tb {
    padding-right: 8px;
    padding-left: 8px;
  }
  .m-12-tb {
    margin: 12px;
  }
  .mt-12-tb {
    margin-top: 12px;
  }
  .mr-12-tb {
    margin-right: 12px;
  }
  .mb-12-tb {
    margin-bottom: 12px;
  }
  .ml-12-tb {
    margin-left: 12px;
  }
  .mtb-12-tb {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mrl-12-tb {
    margin-right: 12px;
    margin-left: 12px;
  }
  .p-12-tb {
    padding: 12px;
  }
  .pt-12-tb {
    padding-top: 12px;
  }
  .pr-12-tb {
    padding-right: 12px;
  }
  .pb-12-tb {
    padding-bottom: 12px;
  }
  .pl-12-tb {
    padding-left: 12px;
  }
  .ptb-12-tb {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .prl-12-tb {
    padding-right: 12px;
    padding-left: 12px;
  }
  .m-16-tb {
    margin: 16px;
  }
  .mt-16-tb {
    margin-top: 16px;
  }
  .mr-16-tb {
    margin-right: 16px;
  }
  .mb-16-tb {
    margin-bottom: 16px;
  }
  .ml-16-tb {
    margin-left: 16px;
  }
  .mtb-16-tb {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mrl-16-tb {
    margin-right: 16px;
    margin-left: 16px;
  }
  .p-16-tb {
    padding: 16px;
  }
  .pt-16-tb {
    padding-top: 16px;
  }
  .pr-16-tb {
    padding-right: 16px;
  }
  .pb-16-tb {
    padding-bottom: 16px;
  }
  .pl-16-tb {
    padding-left: 16px;
  }
  .ptb-16-tb {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .prl-16-tb {
    padding-right: 16px;
    padding-left: 16px;
  }
  .m-20-tb {
    margin: 20px;
  }
  .mt-20-tb {
    margin-top: 20px;
  }
  .mr-20-tb {
    margin-right: 20px;
  }
  .mb-20-tb {
    margin-bottom: 20px;
  }
  .ml-20-tb {
    margin-left: 20px;
  }
  .mtb-20-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mrl-20-tb {
    margin-right: 20px;
    margin-left: 20px;
  }
  .p-20-tb {
    padding: 20px;
  }
  .pt-20-tb {
    padding-top: 20px;
  }
  .pr-20-tb {
    padding-right: 20px;
  }
  .pb-20-tb {
    padding-bottom: 20px;
  }
  .pl-20-tb {
    padding-left: 20px;
  }
  .ptb-20-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prl-20-tb {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-24-tb {
    margin: 24px;
  }
  .mt-24-tb {
    margin-top: 24px;
  }
  .mr-24-tb {
    margin-right: 24px;
  }
  .mb-24-tb {
    margin-bottom: 24px;
  }
  .ml-24-tb {
    margin-left: 24px;
  }
  .mtb-24-tb {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mrl-24-tb {
    margin-right: 24px;
    margin-left: 24px;
  }
  .p-24-tb {
    padding: 24px;
  }
  .pt-24-tb {
    padding-top: 24px;
  }
  .pr-24-tb {
    padding-right: 24px;
  }
  .pb-24-tb {
    padding-bottom: 24px;
  }
  .pl-24-tb {
    padding-left: 24px;
  }
  .ptb-24-tb {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .prl-24-tb {
    padding-right: 24px;
    padding-left: 24px;
  }
  .m-28-tb {
    margin: 28px;
  }
  .mt-28-tb {
    margin-top: 28px;
  }
  .mr-28-tb {
    margin-right: 28px;
  }
  .mb-28-tb {
    margin-bottom: 28px;
  }
  .ml-28-tb {
    margin-left: 28px;
  }
  .mtb-28-tb {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .mrl-28-tb {
    margin-right: 28px;
    margin-left: 28px;
  }
  .p-28-tb {
    padding: 28px;
  }
  .pt-28-tb {
    padding-top: 28px;
  }
  .pr-28-tb {
    padding-right: 28px;
  }
  .pb-28-tb {
    padding-bottom: 28px;
  }
  .pl-28-tb {
    padding-left: 28px;
  }
  .ptb-28-tb {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .prl-28-tb {
    padding-right: 28px;
    padding-left: 28px;
  }
  .m-32-tb {
    margin: 32px;
  }
  .mt-32-tb {
    margin-top: 32px;
  }
  .mr-32-tb {
    margin-right: 32px;
  }
  .mb-32-tb {
    margin-bottom: 32px;
  }
  .ml-32-tb {
    margin-left: 32px;
  }
  .mtb-32-tb {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mrl-32-tb {
    margin-right: 32px;
    margin-left: 32px;
  }
  .p-32-tb {
    padding: 32px;
  }
  .pt-32-tb {
    padding-top: 32px;
  }
  .pr-32-tb {
    padding-right: 32px;
  }
  .pb-32-tb {
    padding-bottom: 32px;
  }
  .pl-32-tb {
    padding-left: 32px;
  }
  .ptb-32-tb {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .prl-32-tb {
    padding-right: 32px;
    padding-left: 32px;
  }
  .m-36-tb {
    margin: 36px;
  }
  .mt-36-tb {
    margin-top: 36px;
  }
  .mr-36-tb {
    margin-right: 36px;
  }
  .mb-36-tb {
    margin-bottom: 36px;
  }
  .ml-36-tb {
    margin-left: 36px;
  }
  .mtb-36-tb {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .mrl-36-tb {
    margin-right: 36px;
    margin-left: 36px;
  }
  .p-36-tb {
    padding: 36px;
  }
  .pt-36-tb {
    padding-top: 36px;
  }
  .pr-36-tb {
    padding-right: 36px;
  }
  .pb-36-tb {
    padding-bottom: 36px;
  }
  .pl-36-tb {
    padding-left: 36px;
  }
  .ptb-36-tb {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .prl-36-tb {
    padding-right: 36px;
    padding-left: 36px;
  }
  .m-40-tb {
    margin: 40px;
  }
  .mt-40-tb {
    margin-top: 40px;
  }
  .mr-40-tb {
    margin-right: 40px;
  }
  .mb-40-tb {
    margin-bottom: 40px;
  }
  .ml-40-tb {
    margin-left: 40px;
  }
  .mtb-40-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mrl-40-tb {
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-40-tb {
    padding: 40px;
  }
  .pt-40-tb {
    padding-top: 40px;
  }
  .pr-40-tb {
    padding-right: 40px;
  }
  .pb-40-tb {
    padding-bottom: 40px;
  }
  .pl-40-tb {
    padding-left: 40px;
  }
  .ptb-40-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prl-40-tb {
    padding-right: 40px;
    padding-left: 40px;
  }
  .m-44-tb {
    margin: 44px;
  }
  .mt-44-tb {
    margin-top: 44px;
  }
  .mr-44-tb {
    margin-right: 44px;
  }
  .mb-44-tb {
    margin-bottom: 44px;
  }
  .ml-44-tb {
    margin-left: 44px;
  }
  .mtb-44-tb {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .mrl-44-tb {
    margin-right: 44px;
    margin-left: 44px;
  }
  .p-44-tb {
    padding: 44px;
  }
  .pt-44-tb {
    padding-top: 44px;
  }
  .pr-44-tb {
    padding-right: 44px;
  }
  .pb-44-tb {
    padding-bottom: 44px;
  }
  .pl-44-tb {
    padding-left: 44px;
  }
  .ptb-44-tb {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .prl-44-tb {
    padding-right: 44px;
    padding-left: 44px;
  }
  .m-48-tb {
    margin: 48px;
  }
  .mt-48-tb {
    margin-top: 48px;
  }
  .mr-48-tb {
    margin-right: 48px;
  }
  .mb-48-tb {
    margin-bottom: 48px;
  }
  .ml-48-tb {
    margin-left: 48px;
  }
  .mtb-48-tb {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mrl-48-tb {
    margin-right: 48px;
    margin-left: 48px;
  }
  .p-48-tb {
    padding: 48px;
  }
  .pt-48-tb {
    padding-top: 48px;
  }
  .pr-48-tb {
    padding-right: 48px;
  }
  .pb-48-tb {
    padding-bottom: 48px;
  }
  .pl-48-tb {
    padding-left: 48px;
  }
  .ptb-48-tb {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .prl-48-tb {
    padding-right: 48px;
    padding-left: 48px;
  }
  .m-52-tb {
    margin: 52px;
  }
  .mt-52-tb {
    margin-top: 52px;
  }
  .mr-52-tb {
    margin-right: 52px;
  }
  .mb-52-tb {
    margin-bottom: 52px;
  }
  .ml-52-tb {
    margin-left: 52px;
  }
  .mtb-52-tb {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .mrl-52-tb {
    margin-right: 52px;
    margin-left: 52px;
  }
  .p-52-tb {
    padding: 52px;
  }
  .pt-52-tb {
    padding-top: 52px;
  }
  .pr-52-tb {
    padding-right: 52px;
  }
  .pb-52-tb {
    padding-bottom: 52px;
  }
  .pl-52-tb {
    padding-left: 52px;
  }
  .ptb-52-tb {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .prl-52-tb {
    padding-right: 52px;
    padding-left: 52px;
  }
  .m-56-tb {
    margin: 56px;
  }
  .mt-56-tb {
    margin-top: 56px;
  }
  .mr-56-tb {
    margin-right: 56px;
  }
  .mb-56-tb {
    margin-bottom: 56px;
  }
  .ml-56-tb {
    margin-left: 56px;
  }
  .mtb-56-tb {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .mrl-56-tb {
    margin-right: 56px;
    margin-left: 56px;
  }
  .p-56-tb {
    padding: 56px;
  }
  .pt-56-tb {
    padding-top: 56px;
  }
  .pr-56-tb {
    padding-right: 56px;
  }
  .pb-56-tb {
    padding-bottom: 56px;
  }
  .pl-56-tb {
    padding-left: 56px;
  }
  .ptb-56-tb {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .prl-56-tb {
    padding-right: 56px;
    padding-left: 56px;
  }
  .m-60-tb {
    margin: 60px;
  }
  .mt-60-tb {
    margin-top: 60px;
  }
  .mr-60-tb {
    margin-right: 60px;
  }
  .mb-60-tb {
    margin-bottom: 60px;
  }
  .ml-60-tb {
    margin-left: 60px;
  }
  .mtb-60-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mrl-60-tb {
    margin-right: 60px;
    margin-left: 60px;
  }
  .p-60-tb {
    padding: 60px;
  }
  .pt-60-tb {
    padding-top: 60px;
  }
  .pr-60-tb {
    padding-right: 60px;
  }
  .pb-60-tb {
    padding-bottom: 60px;
  }
  .pl-60-tb {
    padding-left: 60px;
  }
  .ptb-60-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .prl-60-tb {
    padding-right: 60px;
    padding-left: 60px;
  }
  .m-64-tb {
    margin: 64px;
  }
  .mt-64-tb {
    margin-top: 64px;
  }
  .mr-64-tb {
    margin-right: 64px;
  }
  .mb-64-tb {
    margin-bottom: 64px;
  }
  .ml-64-tb {
    margin-left: 64px;
  }
  .mtb-64-tb {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mrl-64-tb {
    margin-right: 64px;
    margin-left: 64px;
  }
  .p-64-tb {
    padding: 64px;
  }
  .pt-64-tb {
    padding-top: 64px;
  }
  .pr-64-tb {
    padding-right: 64px;
  }
  .pb-64-tb {
    padding-bottom: 64px;
  }
  .pl-64-tb {
    padding-left: 64px;
  }
  .ptb-64-tb {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .prl-64-tb {
    padding-right: 64px;
    padding-left: 64px;
  }
  .m-68-tb {
    margin: 68px;
  }
  .mt-68-tb {
    margin-top: 68px;
  }
  .mr-68-tb {
    margin-right: 68px;
  }
  .mb-68-tb {
    margin-bottom: 68px;
  }
  .ml-68-tb {
    margin-left: 68px;
  }
  .mtb-68-tb {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .mrl-68-tb {
    margin-right: 68px;
    margin-left: 68px;
  }
  .p-68-tb {
    padding: 68px;
  }
  .pt-68-tb {
    padding-top: 68px;
  }
  .pr-68-tb {
    padding-right: 68px;
  }
  .pb-68-tb {
    padding-bottom: 68px;
  }
  .pl-68-tb {
    padding-left: 68px;
  }
  .ptb-68-tb {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .prl-68-tb {
    padding-right: 68px;
    padding-left: 68px;
  }
  .m-72-tb {
    margin: 72px;
  }
  .mt-72-tb {
    margin-top: 72px;
  }
  .mr-72-tb {
    margin-right: 72px;
  }
  .mb-72-tb {
    margin-bottom: 72px;
  }
  .ml-72-tb {
    margin-left: 72px;
  }
  .mtb-72-tb {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .mrl-72-tb {
    margin-right: 72px;
    margin-left: 72px;
  }
  .p-72-tb {
    padding: 72px;
  }
  .pt-72-tb {
    padding-top: 72px;
  }
  .pr-72-tb {
    padding-right: 72px;
  }
  .pb-72-tb {
    padding-bottom: 72px;
  }
  .pl-72-tb {
    padding-left: 72px;
  }
  .ptb-72-tb {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .prl-72-tb {
    padding-right: 72px;
    padding-left: 72px;
  }
  .m-76-tb {
    margin: 76px;
  }
  .mt-76-tb {
    margin-top: 76px;
  }
  .mr-76-tb {
    margin-right: 76px;
  }
  .mb-76-tb {
    margin-bottom: 76px;
  }
  .ml-76-tb {
    margin-left: 76px;
  }
  .mtb-76-tb {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .mrl-76-tb {
    margin-right: 76px;
    margin-left: 76px;
  }
  .p-76-tb {
    padding: 76px;
  }
  .pt-76-tb {
    padding-top: 76px;
  }
  .pr-76-tb {
    padding-right: 76px;
  }
  .pb-76-tb {
    padding-bottom: 76px;
  }
  .pl-76-tb {
    padding-left: 76px;
  }
  .ptb-76-tb {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .prl-76-tb {
    padding-right: 76px;
    padding-left: 76px;
  }
  .m-80-tb {
    margin: 80px;
  }
  .mt-80-tb {
    margin-top: 80px;
  }
  .mr-80-tb {
    margin-right: 80px;
  }
  .mb-80-tb {
    margin-bottom: 80px;
  }
  .ml-80-tb {
    margin-left: 80px;
  }
  .mtb-80-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mrl-80-tb {
    margin-right: 80px;
    margin-left: 80px;
  }
  .p-80-tb {
    padding: 80px;
  }
  .pt-80-tb {
    padding-top: 80px;
  }
  .pr-80-tb {
    padding-right: 80px;
  }
  .pb-80-tb {
    padding-bottom: 80px;
  }
  .pl-80-tb {
    padding-left: 80px;
  }
  .ptb-80-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .prl-80-tb {
    padding-right: 80px;
    padding-left: 80px;
  }
  .m-84-tb {
    margin: 84px;
  }
  .mt-84-tb {
    margin-top: 84px;
  }
  .mr-84-tb {
    margin-right: 84px;
  }
  .mb-84-tb {
    margin-bottom: 84px;
  }
  .ml-84-tb {
    margin-left: 84px;
  }
  .mtb-84-tb {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .mrl-84-tb {
    margin-right: 84px;
    margin-left: 84px;
  }
  .p-84-tb {
    padding: 84px;
  }
  .pt-84-tb {
    padding-top: 84px;
  }
  .pr-84-tb {
    padding-right: 84px;
  }
  .pb-84-tb {
    padding-bottom: 84px;
  }
  .pl-84-tb {
    padding-left: 84px;
  }
  .ptb-84-tb {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .prl-84-tb {
    padding-right: 84px;
    padding-left: 84px;
  }
  .m-88-tb {
    margin: 88px;
  }
  .mt-88-tb {
    margin-top: 88px;
  }
  .mr-88-tb {
    margin-right: 88px;
  }
  .mb-88-tb {
    margin-bottom: 88px;
  }
  .ml-88-tb {
    margin-left: 88px;
  }
  .mtb-88-tb {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .mrl-88-tb {
    margin-right: 88px;
    margin-left: 88px;
  }
  .p-88-tb {
    padding: 88px;
  }
  .pt-88-tb {
    padding-top: 88px;
  }
  .pr-88-tb {
    padding-right: 88px;
  }
  .pb-88-tb {
    padding-bottom: 88px;
  }
  .pl-88-tb {
    padding-left: 88px;
  }
  .ptb-88-tb {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .prl-88-tb {
    padding-right: 88px;
    padding-left: 88px;
  }
  .m-92-tb {
    margin: 92px;
  }
  .mt-92-tb {
    margin-top: 92px;
  }
  .mr-92-tb {
    margin-right: 92px;
  }
  .mb-92-tb {
    margin-bottom: 92px;
  }
  .ml-92-tb {
    margin-left: 92px;
  }
  .mtb-92-tb {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  .mrl-92-tb {
    margin-right: 92px;
    margin-left: 92px;
  }
  .p-92-tb {
    padding: 92px;
  }
  .pt-92-tb {
    padding-top: 92px;
  }
  .pr-92-tb {
    padding-right: 92px;
  }
  .pb-92-tb {
    padding-bottom: 92px;
  }
  .pl-92-tb {
    padding-left: 92px;
  }
  .ptb-92-tb {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .prl-92-tb {
    padding-right: 92px;
    padding-left: 92px;
  }
  .m-96-tb {
    margin: 96px;
  }
  .mt-96-tb {
    margin-top: 96px;
  }
  .mr-96-tb {
    margin-right: 96px;
  }
  .mb-96-tb {
    margin-bottom: 96px;
  }
  .ml-96-tb {
    margin-left: 96px;
  }
  .mtb-96-tb {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .mrl-96-tb {
    margin-right: 96px;
    margin-left: 96px;
  }
  .p-96-tb {
    padding: 96px;
  }
  .pt-96-tb {
    padding-top: 96px;
  }
  .pr-96-tb {
    padding-right: 96px;
  }
  .pb-96-tb {
    padding-bottom: 96px;
  }
  .pl-96-tb {
    padding-left: 96px;
  }
  .ptb-96-tb {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .prl-96-tb {
    padding-right: 96px;
    padding-left: 96px;
  }
  .m-100-tb {
    margin: 100px;
  }
  .mt-100-tb {
    margin-top: 100px;
  }
  .mr-100-tb {
    margin-right: 100px;
  }
  .mb-100-tb {
    margin-bottom: 100px;
  }
  .ml-100-tb {
    margin-left: 100px;
  }
  .mtb-100-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mrl-100-tb {
    margin-right: 100px;
    margin-left: 100px;
  }
  .p-100-tb {
    padding: 100px;
  }
  .pt-100-tb {
    padding-top: 100px;
  }
  .pr-100-tb {
    padding-right: 100px;
  }
  .pb-100-tb {
    padding-bottom: 100px;
  }
  .pl-100-tb {
    padding-left: 100px;
  }
  .ptb-100-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .prl-100-tb {
    padding-right: 100px;
    padding-left: 100px;
  }
  .m-104-tb {
    margin: 104px;
  }
  .mt-104-tb {
    margin-top: 104px;
  }
  .mr-104-tb {
    margin-right: 104px;
  }
  .mb-104-tb {
    margin-bottom: 104px;
  }
  .ml-104-tb {
    margin-left: 104px;
  }
  .mtb-104-tb {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .mrl-104-tb {
    margin-right: 104px;
    margin-left: 104px;
  }
  .p-104-tb {
    padding: 104px;
  }
  .pt-104-tb {
    padding-top: 104px;
  }
  .pr-104-tb {
    padding-right: 104px;
  }
  .pb-104-tb {
    padding-bottom: 104px;
  }
  .pl-104-tb {
    padding-left: 104px;
  }
  .ptb-104-tb {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .prl-104-tb {
    padding-right: 104px;
    padding-left: 104px;
  }
  .m-108-tb {
    margin: 108px;
  }
  .mt-108-tb {
    margin-top: 108px;
  }
  .mr-108-tb {
    margin-right: 108px;
  }
  .mb-108-tb {
    margin-bottom: 108px;
  }
  .ml-108-tb {
    margin-left: 108px;
  }
  .mtb-108-tb {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .mrl-108-tb {
    margin-right: 108px;
    margin-left: 108px;
  }
  .p-108-tb {
    padding: 108px;
  }
  .pt-108-tb {
    padding-top: 108px;
  }
  .pr-108-tb {
    padding-right: 108px;
  }
  .pb-108-tb {
    padding-bottom: 108px;
  }
  .pl-108-tb {
    padding-left: 108px;
  }
  .ptb-108-tb {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .prl-108-tb {
    padding-right: 108px;
    padding-left: 108px;
  }
  .m-112-tb {
    margin: 112px;
  }
  .mt-112-tb {
    margin-top: 112px;
  }
  .mr-112-tb {
    margin-right: 112px;
  }
  .mb-112-tb {
    margin-bottom: 112px;
  }
  .ml-112-tb {
    margin-left: 112px;
  }
  .mtb-112-tb {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .mrl-112-tb {
    margin-right: 112px;
    margin-left: 112px;
  }
  .p-112-tb {
    padding: 112px;
  }
  .pt-112-tb {
    padding-top: 112px;
  }
  .pr-112-tb {
    padding-right: 112px;
  }
  .pb-112-tb {
    padding-bottom: 112px;
  }
  .pl-112-tb {
    padding-left: 112px;
  }
  .ptb-112-tb {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .prl-112-tb {
    padding-right: 112px;
    padding-left: 112px;
  }
  .m-116-tb {
    margin: 116px;
  }
  .mt-116-tb {
    margin-top: 116px;
  }
  .mr-116-tb {
    margin-right: 116px;
  }
  .mb-116-tb {
    margin-bottom: 116px;
  }
  .ml-116-tb {
    margin-left: 116px;
  }
  .mtb-116-tb {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  .mrl-116-tb {
    margin-right: 116px;
    margin-left: 116px;
  }
  .p-116-tb {
    padding: 116px;
  }
  .pt-116-tb {
    padding-top: 116px;
  }
  .pr-116-tb {
    padding-right: 116px;
  }
  .pb-116-tb {
    padding-bottom: 116px;
  }
  .pl-116-tb {
    padding-left: 116px;
  }
  .ptb-116-tb {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .prl-116-tb {
    padding-right: 116px;
    padding-left: 116px;
  }
  .m-120-tb {
    margin: 120px;
  }
  .mt-120-tb {
    margin-top: 120px;
  }
  .mr-120-tb {
    margin-right: 120px;
  }
  .mb-120-tb {
    margin-bottom: 120px;
  }
  .ml-120-tb {
    margin-left: 120px;
  }
  .mtb-120-tb {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mrl-120-tb {
    margin-right: 120px;
    margin-left: 120px;
  }
  .p-120-tb {
    padding: 120px;
  }
  .pt-120-tb {
    padding-top: 120px;
  }
  .pr-120-tb {
    padding-right: 120px;
  }
  .pb-120-tb {
    padding-bottom: 120px;
  }
  .pl-120-tb {
    padding-left: 120px;
  }
  .ptb-120-tb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .prl-120-tb {
    padding-right: 120px;
    padding-left: 120px;
  }
  .m-124-tb {
    margin: 124px;
  }
  .mt-124-tb {
    margin-top: 124px;
  }
  .mr-124-tb {
    margin-right: 124px;
  }
  .mb-124-tb {
    margin-bottom: 124px;
  }
  .ml-124-tb {
    margin-left: 124px;
  }
  .mtb-124-tb {
    margin-top: 124px;
    margin-bottom: 124px;
  }
  .mrl-124-tb {
    margin-right: 124px;
    margin-left: 124px;
  }
  .p-124-tb {
    padding: 124px;
  }
  .pt-124-tb {
    padding-top: 124px;
  }
  .pr-124-tb {
    padding-right: 124px;
  }
  .pb-124-tb {
    padding-bottom: 124px;
  }
  .pl-124-tb {
    padding-left: 124px;
  }
  .ptb-124-tb {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .prl-124-tb {
    padding-right: 124px;
    padding-left: 124px;
  }
  .m-128-tb {
    margin: 128px;
  }
  .mt-128-tb {
    margin-top: 128px;
  }
  .mr-128-tb {
    margin-right: 128px;
  }
  .mb-128-tb {
    margin-bottom: 128px;
  }
  .ml-128-tb {
    margin-left: 128px;
  }
  .mtb-128-tb {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .mrl-128-tb {
    margin-right: 128px;
    margin-left: 128px;
  }
  .p-128-tb {
    padding: 128px;
  }
  .pt-128-tb {
    padding-top: 128px;
  }
  .pr-128-tb {
    padding-right: 128px;
  }
  .pb-128-tb {
    padding-bottom: 128px;
  }
  .pl-128-tb {
    padding-left: 128px;
  }
  .ptb-128-tb {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .prl-128-tb {
    padding-right: 128px;
    padding-left: 128px;
  }
  .m-132-tb {
    margin: 132px;
  }
  .mt-132-tb {
    margin-top: 132px;
  }
  .mr-132-tb {
    margin-right: 132px;
  }
  .mb-132-tb {
    margin-bottom: 132px;
  }
  .ml-132-tb {
    margin-left: 132px;
  }
  .mtb-132-tb {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  .mrl-132-tb {
    margin-right: 132px;
    margin-left: 132px;
  }
  .p-132-tb {
    padding: 132px;
  }
  .pt-132-tb {
    padding-top: 132px;
  }
  .pr-132-tb {
    padding-right: 132px;
  }
  .pb-132-tb {
    padding-bottom: 132px;
  }
  .pl-132-tb {
    padding-left: 132px;
  }
  .ptb-132-tb {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .prl-132-tb {
    padding-right: 132px;
    padding-left: 132px;
  }
  .m-136-tb {
    margin: 136px;
  }
  .mt-136-tb {
    margin-top: 136px;
  }
  .mr-136-tb {
    margin-right: 136px;
  }
  .mb-136-tb {
    margin-bottom: 136px;
  }
  .ml-136-tb {
    margin-left: 136px;
  }
  .mtb-136-tb {
    margin-top: 136px;
    margin-bottom: 136px;
  }
  .mrl-136-tb {
    margin-right: 136px;
    margin-left: 136px;
  }
  .p-136-tb {
    padding: 136px;
  }
  .pt-136-tb {
    padding-top: 136px;
  }
  .pr-136-tb {
    padding-right: 136px;
  }
  .pb-136-tb {
    padding-bottom: 136px;
  }
  .pl-136-tb {
    padding-left: 136px;
  }
  .ptb-136-tb {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .prl-136-tb {
    padding-right: 136px;
    padding-left: 136px;
  }
  .m-140-tb {
    margin: 140px;
  }
  .mt-140-tb {
    margin-top: 140px;
  }
  .mr-140-tb {
    margin-right: 140px;
  }
  .mb-140-tb {
    margin-bottom: 140px;
  }
  .ml-140-tb {
    margin-left: 140px;
  }
  .mtb-140-tb {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mrl-140-tb {
    margin-right: 140px;
    margin-left: 140px;
  }
  .p-140-tb {
    padding: 140px;
  }
  .pt-140-tb {
    padding-top: 140px;
  }
  .pr-140-tb {
    padding-right: 140px;
  }
  .pb-140-tb {
    padding-bottom: 140px;
  }
  .pl-140-tb {
    padding-left: 140px;
  }
  .ptb-140-tb {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .prl-140-tb {
    padding-right: 140px;
    padding-left: 140px;
  }
  .m-144-tb {
    margin: 144px;
  }
  .mt-144-tb {
    margin-top: 144px;
  }
  .mr-144-tb {
    margin-right: 144px;
  }
  .mb-144-tb {
    margin-bottom: 144px;
  }
  .ml-144-tb {
    margin-left: 144px;
  }
  .mtb-144-tb {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .mrl-144-tb {
    margin-right: 144px;
    margin-left: 144px;
  }
  .p-144-tb {
    padding: 144px;
  }
  .pt-144-tb {
    padding-top: 144px;
  }
  .pr-144-tb {
    padding-right: 144px;
  }
  .pb-144-tb {
    padding-bottom: 144px;
  }
  .pl-144-tb {
    padding-left: 144px;
  }
  .ptb-144-tb {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .prl-144-tb {
    padding-right: 144px;
    padding-left: 144px;
  }
  .m-148-tb {
    margin: 148px;
  }
  .mt-148-tb {
    margin-top: 148px;
  }
  .mr-148-tb {
    margin-right: 148px;
  }
  .mb-148-tb {
    margin-bottom: 148px;
  }
  .ml-148-tb {
    margin-left: 148px;
  }
  .mtb-148-tb {
    margin-top: 148px;
    margin-bottom: 148px;
  }
  .mrl-148-tb {
    margin-right: 148px;
    margin-left: 148px;
  }
  .p-148-tb {
    padding: 148px;
  }
  .pt-148-tb {
    padding-top: 148px;
  }
  .pr-148-tb {
    padding-right: 148px;
  }
  .pb-148-tb {
    padding-bottom: 148px;
  }
  .pl-148-tb {
    padding-left: 148px;
  }
  .ptb-148-tb {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  .prl-148-tb {
    padding-right: 148px;
    padding-left: 148px;
  }
  .m-152-tb {
    margin: 152px;
  }
  .mt-152-tb {
    margin-top: 152px;
  }
  .mr-152-tb {
    margin-right: 152px;
  }
  .mb-152-tb {
    margin-bottom: 152px;
  }
  .ml-152-tb {
    margin-left: 152px;
  }
  .mtb-152-tb {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .mrl-152-tb {
    margin-right: 152px;
    margin-left: 152px;
  }
  .p-152-tb {
    padding: 152px;
  }
  .pt-152-tb {
    padding-top: 152px;
  }
  .pr-152-tb {
    padding-right: 152px;
  }
  .pb-152-tb {
    padding-bottom: 152px;
  }
  .pl-152-tb {
    padding-left: 152px;
  }
  .ptb-152-tb {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .prl-152-tb {
    padding-right: 152px;
    padding-left: 152px;
  }
  .m-156-tb {
    margin: 156px;
  }
  .mt-156-tb {
    margin-top: 156px;
  }
  .mr-156-tb {
    margin-right: 156px;
  }
  .mb-156-tb {
    margin-bottom: 156px;
  }
  .ml-156-tb {
    margin-left: 156px;
  }
  .mtb-156-tb {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  .mrl-156-tb {
    margin-right: 156px;
    margin-left: 156px;
  }
  .p-156-tb {
    padding: 156px;
  }
  .pt-156-tb {
    padding-top: 156px;
  }
  .pr-156-tb {
    padding-right: 156px;
  }
  .pb-156-tb {
    padding-bottom: 156px;
  }
  .pl-156-tb {
    padding-left: 156px;
  }
  .ptb-156-tb {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .prl-156-tb {
    padding-right: 156px;
    padding-left: 156px;
  }
  .m-160-tb {
    margin: 160px;
  }
  .mt-160-tb {
    margin-top: 160px;
  }
  .mr-160-tb {
    margin-right: 160px;
  }
  .mb-160-tb {
    margin-bottom: 160px;
  }
  .ml-160-tb {
    margin-left: 160px;
  }
  .mtb-160-tb {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mrl-160-tb {
    margin-right: 160px;
    margin-left: 160px;
  }
  .p-160-tb {
    padding: 160px;
  }
  .pt-160-tb {
    padding-top: 160px;
  }
  .pr-160-tb {
    padding-right: 160px;
  }
  .pb-160-tb {
    padding-bottom: 160px;
  }
  .pl-160-tb {
    padding-left: 160px;
  }
  .ptb-160-tb {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .prl-160-tb {
    padding-right: 160px;
    padding-left: 160px;
  }
  .m-164-tb {
    margin: 164px;
  }
  .mt-164-tb {
    margin-top: 164px;
  }
  .mr-164-tb {
    margin-right: 164px;
  }
  .mb-164-tb {
    margin-bottom: 164px;
  }
  .ml-164-tb {
    margin-left: 164px;
  }
  .mtb-164-tb {
    margin-top: 164px;
    margin-bottom: 164px;
  }
  .mrl-164-tb {
    margin-right: 164px;
    margin-left: 164px;
  }
  .p-164-tb {
    padding: 164px;
  }
  .pt-164-tb {
    padding-top: 164px;
  }
  .pr-164-tb {
    padding-right: 164px;
  }
  .pb-164-tb {
    padding-bottom: 164px;
  }
  .pl-164-tb {
    padding-left: 164px;
  }
  .ptb-164-tb {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .prl-164-tb {
    padding-right: 164px;
    padding-left: 164px;
  }
  .m-168-tb {
    margin: 168px;
  }
  .mt-168-tb {
    margin-top: 168px;
  }
  .mr-168-tb {
    margin-right: 168px;
  }
  .mb-168-tb {
    margin-bottom: 168px;
  }
  .ml-168-tb {
    margin-left: 168px;
  }
  .mtb-168-tb {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  .mrl-168-tb {
    margin-right: 168px;
    margin-left: 168px;
  }
  .p-168-tb {
    padding: 168px;
  }
  .pt-168-tb {
    padding-top: 168px;
  }
  .pr-168-tb {
    padding-right: 168px;
  }
  .pb-168-tb {
    padding-bottom: 168px;
  }
  .pl-168-tb {
    padding-left: 168px;
  }
  .ptb-168-tb {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .prl-168-tb {
    padding-right: 168px;
    padding-left: 168px;
  }
  .m-172-tb {
    margin: 172px;
  }
  .mt-172-tb {
    margin-top: 172px;
  }
  .mr-172-tb {
    margin-right: 172px;
  }
  .mb-172-tb {
    margin-bottom: 172px;
  }
  .ml-172-tb {
    margin-left: 172px;
  }
  .mtb-172-tb {
    margin-top: 172px;
    margin-bottom: 172px;
  }
  .mrl-172-tb {
    margin-right: 172px;
    margin-left: 172px;
  }
  .p-172-tb {
    padding: 172px;
  }
  .pt-172-tb {
    padding-top: 172px;
  }
  .pr-172-tb {
    padding-right: 172px;
  }
  .pb-172-tb {
    padding-bottom: 172px;
  }
  .pl-172-tb {
    padding-left: 172px;
  }
  .ptb-172-tb {
    padding-top: 172px;
    padding-bottom: 172px;
  }
  .prl-172-tb {
    padding-right: 172px;
    padding-left: 172px;
  }
  .m-176-tb {
    margin: 176px;
  }
  .mt-176-tb {
    margin-top: 176px;
  }
  .mr-176-tb {
    margin-right: 176px;
  }
  .mb-176-tb {
    margin-bottom: 176px;
  }
  .ml-176-tb {
    margin-left: 176px;
  }
  .mtb-176-tb {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .mrl-176-tb {
    margin-right: 176px;
    margin-left: 176px;
  }
  .p-176-tb {
    padding: 176px;
  }
  .pt-176-tb {
    padding-top: 176px;
  }
  .pr-176-tb {
    padding-right: 176px;
  }
  .pb-176-tb {
    padding-bottom: 176px;
  }
  .pl-176-tb {
    padding-left: 176px;
  }
  .ptb-176-tb {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .prl-176-tb {
    padding-right: 176px;
    padding-left: 176px;
  }
  .m-180-tb {
    margin: 180px;
  }
  .mt-180-tb {
    margin-top: 180px;
  }
  .mr-180-tb {
    margin-right: 180px;
  }
  .mb-180-tb {
    margin-bottom: 180px;
  }
  .ml-180-tb {
    margin-left: 180px;
  }
  .mtb-180-tb {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .mrl-180-tb {
    margin-right: 180px;
    margin-left: 180px;
  }
  .p-180-tb {
    padding: 180px;
  }
  .pt-180-tb {
    padding-top: 180px;
  }
  .pr-180-tb {
    padding-right: 180px;
  }
  .pb-180-tb {
    padding-bottom: 180px;
  }
  .pl-180-tb {
    padding-left: 180px;
  }
  .ptb-180-tb {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .prl-180-tb {
    padding-right: 180px;
    padding-left: 180px;
  }
  .m-184-tb {
    margin: 184px;
  }
  .mt-184-tb {
    margin-top: 184px;
  }
  .mr-184-tb {
    margin-right: 184px;
  }
  .mb-184-tb {
    margin-bottom: 184px;
  }
  .ml-184-tb {
    margin-left: 184px;
  }
  .mtb-184-tb {
    margin-top: 184px;
    margin-bottom: 184px;
  }
  .mrl-184-tb {
    margin-right: 184px;
    margin-left: 184px;
  }
  .p-184-tb {
    padding: 184px;
  }
  .pt-184-tb {
    padding-top: 184px;
  }
  .pr-184-tb {
    padding-right: 184px;
  }
  .pb-184-tb {
    padding-bottom: 184px;
  }
  .pl-184-tb {
    padding-left: 184px;
  }
  .ptb-184-tb {
    padding-top: 184px;
    padding-bottom: 184px;
  }
  .prl-184-tb {
    padding-right: 184px;
    padding-left: 184px;
  }
  .m-188-tb {
    margin: 188px;
  }
  .mt-188-tb {
    margin-top: 188px;
  }
  .mr-188-tb {
    margin-right: 188px;
  }
  .mb-188-tb {
    margin-bottom: 188px;
  }
  .ml-188-tb {
    margin-left: 188px;
  }
  .mtb-188-tb {
    margin-top: 188px;
    margin-bottom: 188px;
  }
  .mrl-188-tb {
    margin-right: 188px;
    margin-left: 188px;
  }
  .p-188-tb {
    padding: 188px;
  }
  .pt-188-tb {
    padding-top: 188px;
  }
  .pr-188-tb {
    padding-right: 188px;
  }
  .pb-188-tb {
    padding-bottom: 188px;
  }
  .pl-188-tb {
    padding-left: 188px;
  }
  .ptb-188-tb {
    padding-top: 188px;
    padding-bottom: 188px;
  }
  .prl-188-tb {
    padding-right: 188px;
    padding-left: 188px;
  }
  .m-192-tb {
    margin: 192px;
  }
  .mt-192-tb {
    margin-top: 192px;
  }
  .mr-192-tb {
    margin-right: 192px;
  }
  .mb-192-tb {
    margin-bottom: 192px;
  }
  .ml-192-tb {
    margin-left: 192px;
  }
  .mtb-192-tb {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .mrl-192-tb {
    margin-right: 192px;
    margin-left: 192px;
  }
  .p-192-tb {
    padding: 192px;
  }
  .pt-192-tb {
    padding-top: 192px;
  }
  .pr-192-tb {
    padding-right: 192px;
  }
  .pb-192-tb {
    padding-bottom: 192px;
  }
  .pl-192-tb {
    padding-left: 192px;
  }
  .ptb-192-tb {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .prl-192-tb {
    padding-right: 192px;
    padding-left: 192px;
  }
  .m-196-tb {
    margin: 196px;
  }
  .mt-196-tb {
    margin-top: 196px;
  }
  .mr-196-tb {
    margin-right: 196px;
  }
  .mb-196-tb {
    margin-bottom: 196px;
  }
  .ml-196-tb {
    margin-left: 196px;
  }
  .mtb-196-tb {
    margin-top: 196px;
    margin-bottom: 196px;
  }
  .mrl-196-tb {
    margin-right: 196px;
    margin-left: 196px;
  }
  .p-196-tb {
    padding: 196px;
  }
  .pt-196-tb {
    padding-top: 196px;
  }
  .pr-196-tb {
    padding-right: 196px;
  }
  .pb-196-tb {
    padding-bottom: 196px;
  }
  .pl-196-tb {
    padding-left: 196px;
  }
  .ptb-196-tb {
    padding-top: 196px;
    padding-bottom: 196px;
  }
  .prl-196-tb {
    padding-right: 196px;
    padding-left: 196px;
  }
  .m-200-tb {
    margin: 200px;
  }
  .mt-200-tb {
    margin-top: 200px;
  }
  .mr-200-tb {
    margin-right: 200px;
  }
  .mb-200-tb {
    margin-bottom: 200px;
  }
  .ml-200-tb {
    margin-left: 200px;
  }
  .mtb-200-tb {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mrl-200-tb {
    margin-right: 200px;
    margin-left: 200px;
  }
  .p-200-tb {
    padding: 200px;
  }
  .pt-200-tb {
    padding-top: 200px;
  }
  .pr-200-tb {
    padding-right: 200px;
  }
  .pb-200-tb {
    padding-bottom: 200px;
  }
  .pl-200-tb {
    padding-left: 200px;
  }
  .ptb-200-tb {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .prl-200-tb {
    padding-right: 200px;
    padding-left: 200px;
  }
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .m-0-sp {
    margin: 0px;
  }
  .mt-0-sp {
    margin-top: 0px;
  }
  .mr-0-sp {
    margin-right: 0px;
  }
  .mb-0-sp {
    margin-bottom: 0px;
  }
  .ml-0-sp {
    margin-left: 0px;
  }
  .mtb-0-sp {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mrl-0-sp {
    margin-right: 0px;
    margin-left: 0px;
  }
  .p-0-sp {
    padding: 0px;
  }
  .pt-0-sp {
    padding-top: 0px;
  }
  .pr-0-sp {
    padding-right: 0px;
  }
  .pb-0-sp {
    padding-bottom: 0px;
  }
  .pl-0-sp {
    padding-left: 0px;
  }
  .ptb-0-sp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .prl-0-sp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .m-4-sp {
    margin: 4px;
  }
  .mt-4-sp {
    margin-top: 4px;
  }
  .mr-4-sp {
    margin-right: 4px;
  }
  .mb-4-sp {
    margin-bottom: 4px;
  }
  .ml-4-sp {
    margin-left: 4px;
  }
  .mtb-4-sp {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mrl-4-sp {
    margin-right: 4px;
    margin-left: 4px;
  }
  .p-4-sp {
    padding: 4px;
  }
  .pt-4-sp {
    padding-top: 4px;
  }
  .pr-4-sp {
    padding-right: 4px;
  }
  .pb-4-sp {
    padding-bottom: 4px;
  }
  .pl-4-sp {
    padding-left: 4px;
  }
  .ptb-4-sp {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .prl-4-sp {
    padding-right: 4px;
    padding-left: 4px;
  }
  .m-8-sp {
    margin: 8px;
  }
  .mt-8-sp {
    margin-top: 8px;
  }
  .mr-8-sp {
    margin-right: 8px;
  }
  .mb-8-sp {
    margin-bottom: 8px;
  }
  .ml-8-sp {
    margin-left: 8px;
  }
  .mtb-8-sp {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mrl-8-sp {
    margin-right: 8px;
    margin-left: 8px;
  }
  .p-8-sp {
    padding: 8px;
  }
  .pt-8-sp {
    padding-top: 8px;
  }
  .pr-8-sp {
    padding-right: 8px;
  }
  .pb-8-sp {
    padding-bottom: 8px;
  }
  .pl-8-sp {
    padding-left: 8px;
  }
  .ptb-8-sp {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .prl-8-sp {
    padding-right: 8px;
    padding-left: 8px;
  }
  .m-12-sp {
    margin: 12px;
  }
  .mt-12-sp {
    margin-top: 12px;
  }
  .mr-12-sp {
    margin-right: 12px;
  }
  .mb-12-sp {
    margin-bottom: 12px;
  }
  .ml-12-sp {
    margin-left: 12px;
  }
  .mtb-12-sp {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mrl-12-sp {
    margin-right: 12px;
    margin-left: 12px;
  }
  .p-12-sp {
    padding: 12px;
  }
  .pt-12-sp {
    padding-top: 12px;
  }
  .pr-12-sp {
    padding-right: 12px;
  }
  .pb-12-sp {
    padding-bottom: 12px;
  }
  .pl-12-sp {
    padding-left: 12px;
  }
  .ptb-12-sp {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .prl-12-sp {
    padding-right: 12px;
    padding-left: 12px;
  }
  .m-16-sp {
    margin: 16px;
  }
  .mt-16-sp {
    margin-top: 16px;
  }
  .mr-16-sp {
    margin-right: 16px;
  }
  .mb-16-sp {
    margin-bottom: 16px;
  }
  .ml-16-sp {
    margin-left: 16px;
  }
  .mtb-16-sp {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mrl-16-sp {
    margin-right: 16px;
    margin-left: 16px;
  }
  .p-16-sp {
    padding: 16px;
  }
  .pt-16-sp {
    padding-top: 16px;
  }
  .pr-16-sp {
    padding-right: 16px;
  }
  .pb-16-sp {
    padding-bottom: 16px;
  }
  .pl-16-sp {
    padding-left: 16px;
  }
  .ptb-16-sp {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .prl-16-sp {
    padding-right: 16px;
    padding-left: 16px;
  }
  .m-20-sp {
    margin: 20px;
  }
  .mt-20-sp {
    margin-top: 20px;
  }
  .mr-20-sp {
    margin-right: 20px;
  }
  .mb-20-sp {
    margin-bottom: 20px;
  }
  .ml-20-sp {
    margin-left: 20px;
  }
  .mtb-20-sp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mrl-20-sp {
    margin-right: 20px;
    margin-left: 20px;
  }
  .p-20-sp {
    padding: 20px;
  }
  .pt-20-sp {
    padding-top: 20px;
  }
  .pr-20-sp {
    padding-right: 20px;
  }
  .pb-20-sp {
    padding-bottom: 20px;
  }
  .pl-20-sp {
    padding-left: 20px;
  }
  .ptb-20-sp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prl-20-sp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-24-sp {
    margin: 24px;
  }
  .mt-24-sp {
    margin-top: 24px;
  }
  .mr-24-sp {
    margin-right: 24px;
  }
  .mb-24-sp {
    margin-bottom: 24px;
  }
  .ml-24-sp {
    margin-left: 24px;
  }
  .mtb-24-sp {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mrl-24-sp {
    margin-right: 24px;
    margin-left: 24px;
  }
  .p-24-sp {
    padding: 24px;
  }
  .pt-24-sp {
    padding-top: 24px;
  }
  .pr-24-sp {
    padding-right: 24px;
  }
  .pb-24-sp {
    padding-bottom: 24px;
  }
  .pl-24-sp {
    padding-left: 24px;
  }
  .ptb-24-sp {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .prl-24-sp {
    padding-right: 24px;
    padding-left: 24px;
  }
  .m-28-sp {
    margin: 28px;
  }
  .mt-28-sp {
    margin-top: 28px;
  }
  .mr-28-sp {
    margin-right: 28px;
  }
  .mb-28-sp {
    margin-bottom: 28px;
  }
  .ml-28-sp {
    margin-left: 28px;
  }
  .mtb-28-sp {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .mrl-28-sp {
    margin-right: 28px;
    margin-left: 28px;
  }
  .p-28-sp {
    padding: 28px;
  }
  .pt-28-sp {
    padding-top: 28px;
  }
  .pr-28-sp {
    padding-right: 28px;
  }
  .pb-28-sp {
    padding-bottom: 28px;
  }
  .pl-28-sp {
    padding-left: 28px;
  }
  .ptb-28-sp {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .prl-28-sp {
    padding-right: 28px;
    padding-left: 28px;
  }
  .m-32-sp {
    margin: 32px;
  }
  .mt-32-sp {
    margin-top: 32px;
  }
  .mr-32-sp {
    margin-right: 32px;
  }
  .mb-32-sp {
    margin-bottom: 32px;
  }
  .ml-32-sp {
    margin-left: 32px;
  }
  .mtb-32-sp {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mrl-32-sp {
    margin-right: 32px;
    margin-left: 32px;
  }
  .p-32-sp {
    padding: 32px;
  }
  .pt-32-sp {
    padding-top: 32px;
  }
  .pr-32-sp {
    padding-right: 32px;
  }
  .pb-32-sp {
    padding-bottom: 32px;
  }
  .pl-32-sp {
    padding-left: 32px;
  }
  .ptb-32-sp {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .prl-32-sp {
    padding-right: 32px;
    padding-left: 32px;
  }
  .m-36-sp {
    margin: 36px;
  }
  .mt-36-sp {
    margin-top: 36px;
  }
  .mr-36-sp {
    margin-right: 36px;
  }
  .mb-36-sp {
    margin-bottom: 36px;
  }
  .ml-36-sp {
    margin-left: 36px;
  }
  .mtb-36-sp {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .mrl-36-sp {
    margin-right: 36px;
    margin-left: 36px;
  }
  .p-36-sp {
    padding: 36px;
  }
  .pt-36-sp {
    padding-top: 36px;
  }
  .pr-36-sp {
    padding-right: 36px;
  }
  .pb-36-sp {
    padding-bottom: 36px;
  }
  .pl-36-sp {
    padding-left: 36px;
  }
  .ptb-36-sp {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .prl-36-sp {
    padding-right: 36px;
    padding-left: 36px;
  }
  .m-40-sp {
    margin: 40px;
  }
  .mt-40-sp {
    margin-top: 40px;
  }
  .mr-40-sp {
    margin-right: 40px;
  }
  .mb-40-sp {
    margin-bottom: 40px;
  }
  .ml-40-sp {
    margin-left: 40px;
  }
  .mtb-40-sp {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mrl-40-sp {
    margin-right: 40px;
    margin-left: 40px;
  }
  .p-40-sp {
    padding: 40px;
  }
  .pt-40-sp {
    padding-top: 40px;
  }
  .pr-40-sp {
    padding-right: 40px;
  }
  .pb-40-sp {
    padding-bottom: 40px;
  }
  .pl-40-sp {
    padding-left: 40px;
  }
  .ptb-40-sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prl-40-sp {
    padding-right: 40px;
    padding-left: 40px;
  }
  .m-44-sp {
    margin: 44px;
  }
  .mt-44-sp {
    margin-top: 44px;
  }
  .mr-44-sp {
    margin-right: 44px;
  }
  .mb-44-sp {
    margin-bottom: 44px;
  }
  .ml-44-sp {
    margin-left: 44px;
  }
  .mtb-44-sp {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .mrl-44-sp {
    margin-right: 44px;
    margin-left: 44px;
  }
  .p-44-sp {
    padding: 44px;
  }
  .pt-44-sp {
    padding-top: 44px;
  }
  .pr-44-sp {
    padding-right: 44px;
  }
  .pb-44-sp {
    padding-bottom: 44px;
  }
  .pl-44-sp {
    padding-left: 44px;
  }
  .ptb-44-sp {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .prl-44-sp {
    padding-right: 44px;
    padding-left: 44px;
  }
  .m-48-sp {
    margin: 48px;
  }
  .mt-48-sp {
    margin-top: 48px;
  }
  .mr-48-sp {
    margin-right: 48px;
  }
  .mb-48-sp {
    margin-bottom: 48px;
  }
  .ml-48-sp {
    margin-left: 48px;
  }
  .mtb-48-sp {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mrl-48-sp {
    margin-right: 48px;
    margin-left: 48px;
  }
  .p-48-sp {
    padding: 48px;
  }
  .pt-48-sp {
    padding-top: 48px;
  }
  .pr-48-sp {
    padding-right: 48px;
  }
  .pb-48-sp {
    padding-bottom: 48px;
  }
  .pl-48-sp {
    padding-left: 48px;
  }
  .ptb-48-sp {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .prl-48-sp {
    padding-right: 48px;
    padding-left: 48px;
  }
  .m-52-sp {
    margin: 52px;
  }
  .mt-52-sp {
    margin-top: 52px;
  }
  .mr-52-sp {
    margin-right: 52px;
  }
  .mb-52-sp {
    margin-bottom: 52px;
  }
  .ml-52-sp {
    margin-left: 52px;
  }
  .mtb-52-sp {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .mrl-52-sp {
    margin-right: 52px;
    margin-left: 52px;
  }
  .p-52-sp {
    padding: 52px;
  }
  .pt-52-sp {
    padding-top: 52px;
  }
  .pr-52-sp {
    padding-right: 52px;
  }
  .pb-52-sp {
    padding-bottom: 52px;
  }
  .pl-52-sp {
    padding-left: 52px;
  }
  .ptb-52-sp {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .prl-52-sp {
    padding-right: 52px;
    padding-left: 52px;
  }
  .m-56-sp {
    margin: 56px;
  }
  .mt-56-sp {
    margin-top: 56px;
  }
  .mr-56-sp {
    margin-right: 56px;
  }
  .mb-56-sp {
    margin-bottom: 56px;
  }
  .ml-56-sp {
    margin-left: 56px;
  }
  .mtb-56-sp {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .mrl-56-sp {
    margin-right: 56px;
    margin-left: 56px;
  }
  .p-56-sp {
    padding: 56px;
  }
  .pt-56-sp {
    padding-top: 56px;
  }
  .pr-56-sp {
    padding-right: 56px;
  }
  .pb-56-sp {
    padding-bottom: 56px;
  }
  .pl-56-sp {
    padding-left: 56px;
  }
  .ptb-56-sp {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .prl-56-sp {
    padding-right: 56px;
    padding-left: 56px;
  }
  .m-60-sp {
    margin: 60px;
  }
  .mt-60-sp {
    margin-top: 60px;
  }
  .mr-60-sp {
    margin-right: 60px;
  }
  .mb-60-sp {
    margin-bottom: 60px;
  }
  .ml-60-sp {
    margin-left: 60px;
  }
  .mtb-60-sp {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mrl-60-sp {
    margin-right: 60px;
    margin-left: 60px;
  }
  .p-60-sp {
    padding: 60px;
  }
  .pt-60-sp {
    padding-top: 60px;
  }
  .pr-60-sp {
    padding-right: 60px;
  }
  .pb-60-sp {
    padding-bottom: 60px;
  }
  .pl-60-sp {
    padding-left: 60px;
  }
  .ptb-60-sp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .prl-60-sp {
    padding-right: 60px;
    padding-left: 60px;
  }
  .m-64-sp {
    margin: 64px;
  }
  .mt-64-sp {
    margin-top: 64px;
  }
  .mr-64-sp {
    margin-right: 64px;
  }
  .mb-64-sp {
    margin-bottom: 64px;
  }
  .ml-64-sp {
    margin-left: 64px;
  }
  .mtb-64-sp {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .mrl-64-sp {
    margin-right: 64px;
    margin-left: 64px;
  }
  .p-64-sp {
    padding: 64px;
  }
  .pt-64-sp {
    padding-top: 64px;
  }
  .pr-64-sp {
    padding-right: 64px;
  }
  .pb-64-sp {
    padding-bottom: 64px;
  }
  .pl-64-sp {
    padding-left: 64px;
  }
  .ptb-64-sp {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .prl-64-sp {
    padding-right: 64px;
    padding-left: 64px;
  }
  .m-68-sp {
    margin: 68px;
  }
  .mt-68-sp {
    margin-top: 68px;
  }
  .mr-68-sp {
    margin-right: 68px;
  }
  .mb-68-sp {
    margin-bottom: 68px;
  }
  .ml-68-sp {
    margin-left: 68px;
  }
  .mtb-68-sp {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .mrl-68-sp {
    margin-right: 68px;
    margin-left: 68px;
  }
  .p-68-sp {
    padding: 68px;
  }
  .pt-68-sp {
    padding-top: 68px;
  }
  .pr-68-sp {
    padding-right: 68px;
  }
  .pb-68-sp {
    padding-bottom: 68px;
  }
  .pl-68-sp {
    padding-left: 68px;
  }
  .ptb-68-sp {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .prl-68-sp {
    padding-right: 68px;
    padding-left: 68px;
  }
  .m-72-sp {
    margin: 72px;
  }
  .mt-72-sp {
    margin-top: 72px;
  }
  .mr-72-sp {
    margin-right: 72px;
  }
  .mb-72-sp {
    margin-bottom: 72px;
  }
  .ml-72-sp {
    margin-left: 72px;
  }
  .mtb-72-sp {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .mrl-72-sp {
    margin-right: 72px;
    margin-left: 72px;
  }
  .p-72-sp {
    padding: 72px;
  }
  .pt-72-sp {
    padding-top: 72px;
  }
  .pr-72-sp {
    padding-right: 72px;
  }
  .pb-72-sp {
    padding-bottom: 72px;
  }
  .pl-72-sp {
    padding-left: 72px;
  }
  .ptb-72-sp {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .prl-72-sp {
    padding-right: 72px;
    padding-left: 72px;
  }
  .m-76-sp {
    margin: 76px;
  }
  .mt-76-sp {
    margin-top: 76px;
  }
  .mr-76-sp {
    margin-right: 76px;
  }
  .mb-76-sp {
    margin-bottom: 76px;
  }
  .ml-76-sp {
    margin-left: 76px;
  }
  .mtb-76-sp {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .mrl-76-sp {
    margin-right: 76px;
    margin-left: 76px;
  }
  .p-76-sp {
    padding: 76px;
  }
  .pt-76-sp {
    padding-top: 76px;
  }
  .pr-76-sp {
    padding-right: 76px;
  }
  .pb-76-sp {
    padding-bottom: 76px;
  }
  .pl-76-sp {
    padding-left: 76px;
  }
  .ptb-76-sp {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .prl-76-sp {
    padding-right: 76px;
    padding-left: 76px;
  }
  .m-80-sp {
    margin: 80px;
  }
  .mt-80-sp {
    margin-top: 80px;
  }
  .mr-80-sp {
    margin-right: 80px;
  }
  .mb-80-sp {
    margin-bottom: 80px;
  }
  .ml-80-sp {
    margin-left: 80px;
  }
  .mtb-80-sp {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mrl-80-sp {
    margin-right: 80px;
    margin-left: 80px;
  }
  .p-80-sp {
    padding: 80px;
  }
  .pt-80-sp {
    padding-top: 80px;
  }
  .pr-80-sp {
    padding-right: 80px;
  }
  .pb-80-sp {
    padding-bottom: 80px;
  }
  .pl-80-sp {
    padding-left: 80px;
  }
  .ptb-80-sp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .prl-80-sp {
    padding-right: 80px;
    padding-left: 80px;
  }
  .m-84-sp {
    margin: 84px;
  }
  .mt-84-sp {
    margin-top: 84px;
  }
  .mr-84-sp {
    margin-right: 84px;
  }
  .mb-84-sp {
    margin-bottom: 84px;
  }
  .ml-84-sp {
    margin-left: 84px;
  }
  .mtb-84-sp {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .mrl-84-sp {
    margin-right: 84px;
    margin-left: 84px;
  }
  .p-84-sp {
    padding: 84px;
  }
  .pt-84-sp {
    padding-top: 84px;
  }
  .pr-84-sp {
    padding-right: 84px;
  }
  .pb-84-sp {
    padding-bottom: 84px;
  }
  .pl-84-sp {
    padding-left: 84px;
  }
  .ptb-84-sp {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .prl-84-sp {
    padding-right: 84px;
    padding-left: 84px;
  }
  .m-88-sp {
    margin: 88px;
  }
  .mt-88-sp {
    margin-top: 88px;
  }
  .mr-88-sp {
    margin-right: 88px;
  }
  .mb-88-sp {
    margin-bottom: 88px;
  }
  .ml-88-sp {
    margin-left: 88px;
  }
  .mtb-88-sp {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .mrl-88-sp {
    margin-right: 88px;
    margin-left: 88px;
  }
  .p-88-sp {
    padding: 88px;
  }
  .pt-88-sp {
    padding-top: 88px;
  }
  .pr-88-sp {
    padding-right: 88px;
  }
  .pb-88-sp {
    padding-bottom: 88px;
  }
  .pl-88-sp {
    padding-left: 88px;
  }
  .ptb-88-sp {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .prl-88-sp {
    padding-right: 88px;
    padding-left: 88px;
  }
  .m-92-sp {
    margin: 92px;
  }
  .mt-92-sp {
    margin-top: 92px;
  }
  .mr-92-sp {
    margin-right: 92px;
  }
  .mb-92-sp {
    margin-bottom: 92px;
  }
  .ml-92-sp {
    margin-left: 92px;
  }
  .mtb-92-sp {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  .mrl-92-sp {
    margin-right: 92px;
    margin-left: 92px;
  }
  .p-92-sp {
    padding: 92px;
  }
  .pt-92-sp {
    padding-top: 92px;
  }
  .pr-92-sp {
    padding-right: 92px;
  }
  .pb-92-sp {
    padding-bottom: 92px;
  }
  .pl-92-sp {
    padding-left: 92px;
  }
  .ptb-92-sp {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .prl-92-sp {
    padding-right: 92px;
    padding-left: 92px;
  }
  .m-96-sp {
    margin: 96px;
  }
  .mt-96-sp {
    margin-top: 96px;
  }
  .mr-96-sp {
    margin-right: 96px;
  }
  .mb-96-sp {
    margin-bottom: 96px;
  }
  .ml-96-sp {
    margin-left: 96px;
  }
  .mtb-96-sp {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .mrl-96-sp {
    margin-right: 96px;
    margin-left: 96px;
  }
  .p-96-sp {
    padding: 96px;
  }
  .pt-96-sp {
    padding-top: 96px;
  }
  .pr-96-sp {
    padding-right: 96px;
  }
  .pb-96-sp {
    padding-bottom: 96px;
  }
  .pl-96-sp {
    padding-left: 96px;
  }
  .ptb-96-sp {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .prl-96-sp {
    padding-right: 96px;
    padding-left: 96px;
  }
  .m-100-sp {
    margin: 100px;
  }
  .mt-100-sp {
    margin-top: 100px;
  }
  .mr-100-sp {
    margin-right: 100px;
  }
  .mb-100-sp {
    margin-bottom: 100px;
  }
  .ml-100-sp {
    margin-left: 100px;
  }
  .mtb-100-sp {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mrl-100-sp {
    margin-right: 100px;
    margin-left: 100px;
  }
  .p-100-sp {
    padding: 100px;
  }
  .pt-100-sp {
    padding-top: 100px;
  }
  .pr-100-sp {
    padding-right: 100px;
  }
  .pb-100-sp {
    padding-bottom: 100px;
  }
  .pl-100-sp {
    padding-left: 100px;
  }
  .ptb-100-sp {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .prl-100-sp {
    padding-right: 100px;
    padding-left: 100px;
  }
  .m-104-sp {
    margin: 104px;
  }
  .mt-104-sp {
    margin-top: 104px;
  }
  .mr-104-sp {
    margin-right: 104px;
  }
  .mb-104-sp {
    margin-bottom: 104px;
  }
  .ml-104-sp {
    margin-left: 104px;
  }
  .mtb-104-sp {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .mrl-104-sp {
    margin-right: 104px;
    margin-left: 104px;
  }
  .p-104-sp {
    padding: 104px;
  }
  .pt-104-sp {
    padding-top: 104px;
  }
  .pr-104-sp {
    padding-right: 104px;
  }
  .pb-104-sp {
    padding-bottom: 104px;
  }
  .pl-104-sp {
    padding-left: 104px;
  }
  .ptb-104-sp {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .prl-104-sp {
    padding-right: 104px;
    padding-left: 104px;
  }
  .m-108-sp {
    margin: 108px;
  }
  .mt-108-sp {
    margin-top: 108px;
  }
  .mr-108-sp {
    margin-right: 108px;
  }
  .mb-108-sp {
    margin-bottom: 108px;
  }
  .ml-108-sp {
    margin-left: 108px;
  }
  .mtb-108-sp {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .mrl-108-sp {
    margin-right: 108px;
    margin-left: 108px;
  }
  .p-108-sp {
    padding: 108px;
  }
  .pt-108-sp {
    padding-top: 108px;
  }
  .pr-108-sp {
    padding-right: 108px;
  }
  .pb-108-sp {
    padding-bottom: 108px;
  }
  .pl-108-sp {
    padding-left: 108px;
  }
  .ptb-108-sp {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .prl-108-sp {
    padding-right: 108px;
    padding-left: 108px;
  }
  .m-112-sp {
    margin: 112px;
  }
  .mt-112-sp {
    margin-top: 112px;
  }
  .mr-112-sp {
    margin-right: 112px;
  }
  .mb-112-sp {
    margin-bottom: 112px;
  }
  .ml-112-sp {
    margin-left: 112px;
  }
  .mtb-112-sp {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .mrl-112-sp {
    margin-right: 112px;
    margin-left: 112px;
  }
  .p-112-sp {
    padding: 112px;
  }
  .pt-112-sp {
    padding-top: 112px;
  }
  .pr-112-sp {
    padding-right: 112px;
  }
  .pb-112-sp {
    padding-bottom: 112px;
  }
  .pl-112-sp {
    padding-left: 112px;
  }
  .ptb-112-sp {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .prl-112-sp {
    padding-right: 112px;
    padding-left: 112px;
  }
  .m-116-sp {
    margin: 116px;
  }
  .mt-116-sp {
    margin-top: 116px;
  }
  .mr-116-sp {
    margin-right: 116px;
  }
  .mb-116-sp {
    margin-bottom: 116px;
  }
  .ml-116-sp {
    margin-left: 116px;
  }
  .mtb-116-sp {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  .mrl-116-sp {
    margin-right: 116px;
    margin-left: 116px;
  }
  .p-116-sp {
    padding: 116px;
  }
  .pt-116-sp {
    padding-top: 116px;
  }
  .pr-116-sp {
    padding-right: 116px;
  }
  .pb-116-sp {
    padding-bottom: 116px;
  }
  .pl-116-sp {
    padding-left: 116px;
  }
  .ptb-116-sp {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .prl-116-sp {
    padding-right: 116px;
    padding-left: 116px;
  }
  .m-120-sp {
    margin: 120px;
  }
  .mt-120-sp {
    margin-top: 120px;
  }
  .mr-120-sp {
    margin-right: 120px;
  }
  .mb-120-sp {
    margin-bottom: 120px;
  }
  .ml-120-sp {
    margin-left: 120px;
  }
  .mtb-120-sp {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mrl-120-sp {
    margin-right: 120px;
    margin-left: 120px;
  }
  .p-120-sp {
    padding: 120px;
  }
  .pt-120-sp {
    padding-top: 120px;
  }
  .pr-120-sp {
    padding-right: 120px;
  }
  .pb-120-sp {
    padding-bottom: 120px;
  }
  .pl-120-sp {
    padding-left: 120px;
  }
  .ptb-120-sp {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .prl-120-sp {
    padding-right: 120px;
    padding-left: 120px;
  }
  .m-124-sp {
    margin: 124px;
  }
  .mt-124-sp {
    margin-top: 124px;
  }
  .mr-124-sp {
    margin-right: 124px;
  }
  .mb-124-sp {
    margin-bottom: 124px;
  }
  .ml-124-sp {
    margin-left: 124px;
  }
  .mtb-124-sp {
    margin-top: 124px;
    margin-bottom: 124px;
  }
  .mrl-124-sp {
    margin-right: 124px;
    margin-left: 124px;
  }
  .p-124-sp {
    padding: 124px;
  }
  .pt-124-sp {
    padding-top: 124px;
  }
  .pr-124-sp {
    padding-right: 124px;
  }
  .pb-124-sp {
    padding-bottom: 124px;
  }
  .pl-124-sp {
    padding-left: 124px;
  }
  .ptb-124-sp {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .prl-124-sp {
    padding-right: 124px;
    padding-left: 124px;
  }
  .m-128-sp {
    margin: 128px;
  }
  .mt-128-sp {
    margin-top: 128px;
  }
  .mr-128-sp {
    margin-right: 128px;
  }
  .mb-128-sp {
    margin-bottom: 128px;
  }
  .ml-128-sp {
    margin-left: 128px;
  }
  .mtb-128-sp {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .mrl-128-sp {
    margin-right: 128px;
    margin-left: 128px;
  }
  .p-128-sp {
    padding: 128px;
  }
  .pt-128-sp {
    padding-top: 128px;
  }
  .pr-128-sp {
    padding-right: 128px;
  }
  .pb-128-sp {
    padding-bottom: 128px;
  }
  .pl-128-sp {
    padding-left: 128px;
  }
  .ptb-128-sp {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .prl-128-sp {
    padding-right: 128px;
    padding-left: 128px;
  }
  .m-132-sp {
    margin: 132px;
  }
  .mt-132-sp {
    margin-top: 132px;
  }
  .mr-132-sp {
    margin-right: 132px;
  }
  .mb-132-sp {
    margin-bottom: 132px;
  }
  .ml-132-sp {
    margin-left: 132px;
  }
  .mtb-132-sp {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  .mrl-132-sp {
    margin-right: 132px;
    margin-left: 132px;
  }
  .p-132-sp {
    padding: 132px;
  }
  .pt-132-sp {
    padding-top: 132px;
  }
  .pr-132-sp {
    padding-right: 132px;
  }
  .pb-132-sp {
    padding-bottom: 132px;
  }
  .pl-132-sp {
    padding-left: 132px;
  }
  .ptb-132-sp {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .prl-132-sp {
    padding-right: 132px;
    padding-left: 132px;
  }
  .m-136-sp {
    margin: 136px;
  }
  .mt-136-sp {
    margin-top: 136px;
  }
  .mr-136-sp {
    margin-right: 136px;
  }
  .mb-136-sp {
    margin-bottom: 136px;
  }
  .ml-136-sp {
    margin-left: 136px;
  }
  .mtb-136-sp {
    margin-top: 136px;
    margin-bottom: 136px;
  }
  .mrl-136-sp {
    margin-right: 136px;
    margin-left: 136px;
  }
  .p-136-sp {
    padding: 136px;
  }
  .pt-136-sp {
    padding-top: 136px;
  }
  .pr-136-sp {
    padding-right: 136px;
  }
  .pb-136-sp {
    padding-bottom: 136px;
  }
  .pl-136-sp {
    padding-left: 136px;
  }
  .ptb-136-sp {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .prl-136-sp {
    padding-right: 136px;
    padding-left: 136px;
  }
  .m-140-sp {
    margin: 140px;
  }
  .mt-140-sp {
    margin-top: 140px;
  }
  .mr-140-sp {
    margin-right: 140px;
  }
  .mb-140-sp {
    margin-bottom: 140px;
  }
  .ml-140-sp {
    margin-left: 140px;
  }
  .mtb-140-sp {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .mrl-140-sp {
    margin-right: 140px;
    margin-left: 140px;
  }
  .p-140-sp {
    padding: 140px;
  }
  .pt-140-sp {
    padding-top: 140px;
  }
  .pr-140-sp {
    padding-right: 140px;
  }
  .pb-140-sp {
    padding-bottom: 140px;
  }
  .pl-140-sp {
    padding-left: 140px;
  }
  .ptb-140-sp {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .prl-140-sp {
    padding-right: 140px;
    padding-left: 140px;
  }
  .m-144-sp {
    margin: 144px;
  }
  .mt-144-sp {
    margin-top: 144px;
  }
  .mr-144-sp {
    margin-right: 144px;
  }
  .mb-144-sp {
    margin-bottom: 144px;
  }
  .ml-144-sp {
    margin-left: 144px;
  }
  .mtb-144-sp {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .mrl-144-sp {
    margin-right: 144px;
    margin-left: 144px;
  }
  .p-144-sp {
    padding: 144px;
  }
  .pt-144-sp {
    padding-top: 144px;
  }
  .pr-144-sp {
    padding-right: 144px;
  }
  .pb-144-sp {
    padding-bottom: 144px;
  }
  .pl-144-sp {
    padding-left: 144px;
  }
  .ptb-144-sp {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .prl-144-sp {
    padding-right: 144px;
    padding-left: 144px;
  }
  .m-148-sp {
    margin: 148px;
  }
  .mt-148-sp {
    margin-top: 148px;
  }
  .mr-148-sp {
    margin-right: 148px;
  }
  .mb-148-sp {
    margin-bottom: 148px;
  }
  .ml-148-sp {
    margin-left: 148px;
  }
  .mtb-148-sp {
    margin-top: 148px;
    margin-bottom: 148px;
  }
  .mrl-148-sp {
    margin-right: 148px;
    margin-left: 148px;
  }
  .p-148-sp {
    padding: 148px;
  }
  .pt-148-sp {
    padding-top: 148px;
  }
  .pr-148-sp {
    padding-right: 148px;
  }
  .pb-148-sp {
    padding-bottom: 148px;
  }
  .pl-148-sp {
    padding-left: 148px;
  }
  .ptb-148-sp {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  .prl-148-sp {
    padding-right: 148px;
    padding-left: 148px;
  }
  .m-152-sp {
    margin: 152px;
  }
  .mt-152-sp {
    margin-top: 152px;
  }
  .mr-152-sp {
    margin-right: 152px;
  }
  .mb-152-sp {
    margin-bottom: 152px;
  }
  .ml-152-sp {
    margin-left: 152px;
  }
  .mtb-152-sp {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .mrl-152-sp {
    margin-right: 152px;
    margin-left: 152px;
  }
  .p-152-sp {
    padding: 152px;
  }
  .pt-152-sp {
    padding-top: 152px;
  }
  .pr-152-sp {
    padding-right: 152px;
  }
  .pb-152-sp {
    padding-bottom: 152px;
  }
  .pl-152-sp {
    padding-left: 152px;
  }
  .ptb-152-sp {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .prl-152-sp {
    padding-right: 152px;
    padding-left: 152px;
  }
  .m-156-sp {
    margin: 156px;
  }
  .mt-156-sp {
    margin-top: 156px;
  }
  .mr-156-sp {
    margin-right: 156px;
  }
  .mb-156-sp {
    margin-bottom: 156px;
  }
  .ml-156-sp {
    margin-left: 156px;
  }
  .mtb-156-sp {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  .mrl-156-sp {
    margin-right: 156px;
    margin-left: 156px;
  }
  .p-156-sp {
    padding: 156px;
  }
  .pt-156-sp {
    padding-top: 156px;
  }
  .pr-156-sp {
    padding-right: 156px;
  }
  .pb-156-sp {
    padding-bottom: 156px;
  }
  .pl-156-sp {
    padding-left: 156px;
  }
  .ptb-156-sp {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .prl-156-sp {
    padding-right: 156px;
    padding-left: 156px;
  }
  .m-160-sp {
    margin: 160px;
  }
  .mt-160-sp {
    margin-top: 160px;
  }
  .mr-160-sp {
    margin-right: 160px;
  }
  .mb-160-sp {
    margin-bottom: 160px;
  }
  .ml-160-sp {
    margin-left: 160px;
  }
  .mtb-160-sp {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .mrl-160-sp {
    margin-right: 160px;
    margin-left: 160px;
  }
  .p-160-sp {
    padding: 160px;
  }
  .pt-160-sp {
    padding-top: 160px;
  }
  .pr-160-sp {
    padding-right: 160px;
  }
  .pb-160-sp {
    padding-bottom: 160px;
  }
  .pl-160-sp {
    padding-left: 160px;
  }
  .ptb-160-sp {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .prl-160-sp {
    padding-right: 160px;
    padding-left: 160px;
  }
  .m-164-sp {
    margin: 164px;
  }
  .mt-164-sp {
    margin-top: 164px;
  }
  .mr-164-sp {
    margin-right: 164px;
  }
  .mb-164-sp {
    margin-bottom: 164px;
  }
  .ml-164-sp {
    margin-left: 164px;
  }
  .mtb-164-sp {
    margin-top: 164px;
    margin-bottom: 164px;
  }
  .mrl-164-sp {
    margin-right: 164px;
    margin-left: 164px;
  }
  .p-164-sp {
    padding: 164px;
  }
  .pt-164-sp {
    padding-top: 164px;
  }
  .pr-164-sp {
    padding-right: 164px;
  }
  .pb-164-sp {
    padding-bottom: 164px;
  }
  .pl-164-sp {
    padding-left: 164px;
  }
  .ptb-164-sp {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .prl-164-sp {
    padding-right: 164px;
    padding-left: 164px;
  }
  .m-168-sp {
    margin: 168px;
  }
  .mt-168-sp {
    margin-top: 168px;
  }
  .mr-168-sp {
    margin-right: 168px;
  }
  .mb-168-sp {
    margin-bottom: 168px;
  }
  .ml-168-sp {
    margin-left: 168px;
  }
  .mtb-168-sp {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  .mrl-168-sp {
    margin-right: 168px;
    margin-left: 168px;
  }
  .p-168-sp {
    padding: 168px;
  }
  .pt-168-sp {
    padding-top: 168px;
  }
  .pr-168-sp {
    padding-right: 168px;
  }
  .pb-168-sp {
    padding-bottom: 168px;
  }
  .pl-168-sp {
    padding-left: 168px;
  }
  .ptb-168-sp {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .prl-168-sp {
    padding-right: 168px;
    padding-left: 168px;
  }
  .m-172-sp {
    margin: 172px;
  }
  .mt-172-sp {
    margin-top: 172px;
  }
  .mr-172-sp {
    margin-right: 172px;
  }
  .mb-172-sp {
    margin-bottom: 172px;
  }
  .ml-172-sp {
    margin-left: 172px;
  }
  .mtb-172-sp {
    margin-top: 172px;
    margin-bottom: 172px;
  }
  .mrl-172-sp {
    margin-right: 172px;
    margin-left: 172px;
  }
  .p-172-sp {
    padding: 172px;
  }
  .pt-172-sp {
    padding-top: 172px;
  }
  .pr-172-sp {
    padding-right: 172px;
  }
  .pb-172-sp {
    padding-bottom: 172px;
  }
  .pl-172-sp {
    padding-left: 172px;
  }
  .ptb-172-sp {
    padding-top: 172px;
    padding-bottom: 172px;
  }
  .prl-172-sp {
    padding-right: 172px;
    padding-left: 172px;
  }
  .m-176-sp {
    margin: 176px;
  }
  .mt-176-sp {
    margin-top: 176px;
  }
  .mr-176-sp {
    margin-right: 176px;
  }
  .mb-176-sp {
    margin-bottom: 176px;
  }
  .ml-176-sp {
    margin-left: 176px;
  }
  .mtb-176-sp {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .mrl-176-sp {
    margin-right: 176px;
    margin-left: 176px;
  }
  .p-176-sp {
    padding: 176px;
  }
  .pt-176-sp {
    padding-top: 176px;
  }
  .pr-176-sp {
    padding-right: 176px;
  }
  .pb-176-sp {
    padding-bottom: 176px;
  }
  .pl-176-sp {
    padding-left: 176px;
  }
  .ptb-176-sp {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .prl-176-sp {
    padding-right: 176px;
    padding-left: 176px;
  }
  .m-180-sp {
    margin: 180px;
  }
  .mt-180-sp {
    margin-top: 180px;
  }
  .mr-180-sp {
    margin-right: 180px;
  }
  .mb-180-sp {
    margin-bottom: 180px;
  }
  .ml-180-sp {
    margin-left: 180px;
  }
  .mtb-180-sp {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .mrl-180-sp {
    margin-right: 180px;
    margin-left: 180px;
  }
  .p-180-sp {
    padding: 180px;
  }
  .pt-180-sp {
    padding-top: 180px;
  }
  .pr-180-sp {
    padding-right: 180px;
  }
  .pb-180-sp {
    padding-bottom: 180px;
  }
  .pl-180-sp {
    padding-left: 180px;
  }
  .ptb-180-sp {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .prl-180-sp {
    padding-right: 180px;
    padding-left: 180px;
  }
  .m-184-sp {
    margin: 184px;
  }
  .mt-184-sp {
    margin-top: 184px;
  }
  .mr-184-sp {
    margin-right: 184px;
  }
  .mb-184-sp {
    margin-bottom: 184px;
  }
  .ml-184-sp {
    margin-left: 184px;
  }
  .mtb-184-sp {
    margin-top: 184px;
    margin-bottom: 184px;
  }
  .mrl-184-sp {
    margin-right: 184px;
    margin-left: 184px;
  }
  .p-184-sp {
    padding: 184px;
  }
  .pt-184-sp {
    padding-top: 184px;
  }
  .pr-184-sp {
    padding-right: 184px;
  }
  .pb-184-sp {
    padding-bottom: 184px;
  }
  .pl-184-sp {
    padding-left: 184px;
  }
  .ptb-184-sp {
    padding-top: 184px;
    padding-bottom: 184px;
  }
  .prl-184-sp {
    padding-right: 184px;
    padding-left: 184px;
  }
  .m-188-sp {
    margin: 188px;
  }
  .mt-188-sp {
    margin-top: 188px;
  }
  .mr-188-sp {
    margin-right: 188px;
  }
  .mb-188-sp {
    margin-bottom: 188px;
  }
  .ml-188-sp {
    margin-left: 188px;
  }
  .mtb-188-sp {
    margin-top: 188px;
    margin-bottom: 188px;
  }
  .mrl-188-sp {
    margin-right: 188px;
    margin-left: 188px;
  }
  .p-188-sp {
    padding: 188px;
  }
  .pt-188-sp {
    padding-top: 188px;
  }
  .pr-188-sp {
    padding-right: 188px;
  }
  .pb-188-sp {
    padding-bottom: 188px;
  }
  .pl-188-sp {
    padding-left: 188px;
  }
  .ptb-188-sp {
    padding-top: 188px;
    padding-bottom: 188px;
  }
  .prl-188-sp {
    padding-right: 188px;
    padding-left: 188px;
  }
  .m-192-sp {
    margin: 192px;
  }
  .mt-192-sp {
    margin-top: 192px;
  }
  .mr-192-sp {
    margin-right: 192px;
  }
  .mb-192-sp {
    margin-bottom: 192px;
  }
  .ml-192-sp {
    margin-left: 192px;
  }
  .mtb-192-sp {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .mrl-192-sp {
    margin-right: 192px;
    margin-left: 192px;
  }
  .p-192-sp {
    padding: 192px;
  }
  .pt-192-sp {
    padding-top: 192px;
  }
  .pr-192-sp {
    padding-right: 192px;
  }
  .pb-192-sp {
    padding-bottom: 192px;
  }
  .pl-192-sp {
    padding-left: 192px;
  }
  .ptb-192-sp {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .prl-192-sp {
    padding-right: 192px;
    padding-left: 192px;
  }
  .m-196-sp {
    margin: 196px;
  }
  .mt-196-sp {
    margin-top: 196px;
  }
  .mr-196-sp {
    margin-right: 196px;
  }
  .mb-196-sp {
    margin-bottom: 196px;
  }
  .ml-196-sp {
    margin-left: 196px;
  }
  .mtb-196-sp {
    margin-top: 196px;
    margin-bottom: 196px;
  }
  .mrl-196-sp {
    margin-right: 196px;
    margin-left: 196px;
  }
  .p-196-sp {
    padding: 196px;
  }
  .pt-196-sp {
    padding-top: 196px;
  }
  .pr-196-sp {
    padding-right: 196px;
  }
  .pb-196-sp {
    padding-bottom: 196px;
  }
  .pl-196-sp {
    padding-left: 196px;
  }
  .ptb-196-sp {
    padding-top: 196px;
    padding-bottom: 196px;
  }
  .prl-196-sp {
    padding-right: 196px;
    padding-left: 196px;
  }
  .m-200-sp {
    margin: 200px;
  }
  .mt-200-sp {
    margin-top: 200px;
  }
  .mr-200-sp {
    margin-right: 200px;
  }
  .mb-200-sp {
    margin-bottom: 200px;
  }
  .ml-200-sp {
    margin-left: 200px;
  }
  .mtb-200-sp {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .mrl-200-sp {
    margin-right: 200px;
    margin-left: 200px;
  }
  .p-200-sp {
    padding: 200px;
  }
  .pt-200-sp {
    padding-top: 200px;
  }
  .pr-200-sp {
    padding-right: 200px;
  }
  .pb-200-sp {
    padding-bottom: 200px;
  }
  .pl-200-sp {
    padding-left: 200px;
  }
  .ptb-200-sp {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .prl-200-sp {
    padding-right: 200px;
    padding-left: 200px;
  }
  .pc-tb-only {
    display: none !important;
  }
}
.p-sandbox h2 {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid gray;
  font-size: 40px;
  line-height: 1;
}
.p-sandbox h3 {
  display: block;
  margin-top: 40px;
  font-size: 2.4rem;
  line-height: 1;
}
.p-sandbox .group {
  margin-top: 20px;
}
.p-sandbox .flex > *:first-child {
  margin-right: 20px;
}
.p-sandbox table td {
  border: 1px solid gray;
  padding: 4px;
}

.plan {
  max-width: 1050px;
  margin: 0 auto;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 10px 30px rgba(33, 92, 123, 0.16);
}
.plan-title {
  padding: 50px;
  font-size: 2.4rem;
  color: #006295;
}
.plan-list {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  margin: 0 175px;
}
.plan-list__item {
  min-width: 310px;
}
.plan-list__item button {
  width: 290px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 4px;
  background-color: #e39d17;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
}
.plan-list__item button:disabled {
  background-color: #eaeaea;
  color: #93a7b5;
  cursor: text;
  border: 1px solid #dbdbdb;
}
.plan-list__item .item_header {
  width: 100%;
  height: 46px;
  background-color: rgb(76, 91, 101);
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.plan-list__item .item_header::before {
  position: absolute;
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #4c5b65 transparent transparent transparent;
  top: 100%;
  left: calc((100% - 8px) / 2);
}
.plan-list__item .item-body {
  border: 1px solid #d9d9d9;
  min-height: 555px;
}
.plan-list__item .item-body .item-pack {
  margin-top: 20px;
  min-height: 140px;
}
.plan-list__item .item-body .item-pack__priceM {
  font-size: 3.6rem;
  padding: 10px;
}
.plan-list__item .item-body .item-pack__priceM span {
  font-size: 1.6rem;
}
.plan-list__item .item-body .item-pack__limit, .plan-list__item .item-body .item-pack__priceY {
  font-size: 16px;
}
.plan-list__item .item-body .plan-desc {
  margin-top: 20px;
  padding: 0 8px;
}
.plan-list__item .item-body .plan-desc li {
  text-align: left;
  padding: 4px 0;
  display: flex;
}
.plan-list__item .item-body .plan-desc li span {
  max-width: 220px;
  margin-left: 6px;
  font-size: 1.4rem;
  color: #4b4b4b;
}

.p-auth {
  text-align: center;
}
.p-auth-logo {
  width: 334px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-auth-logo {
    max-width: 80%;
  }
}
.p-auth-form {
  text-align: left;
}
.p-auth-form-dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.p-auth-form-dt label {
  display: flex;
  align-items: center;
}
.p-auth-form-dd {
  width: 100%;
  margin-bottom: 18px;
}
.p-auth-form-dd:last-child {
  margin-bottom: 0;
}
.p-auth-form-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  margin-right: 6px;
}
.p-auth-reCAPTCHA {
  margin-top: 34px;
  margin-bottom: 27px;
  display: flex;
  justify-content: center;
}
.p-auth-link {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-room {
  background-color: #fafafa;
}
.p-room-header {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 12px 0 33px;
  min-width: 800px;
}
@media (max-width: 991px) {
  .p-room-header {
    min-width: 538px;
    min-height: 63px;
    padding: 0 1vw;
  }
}
.p-room-header-icon {
  display: flex;
  align-items: center;
  width: 22px;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .p-room-header-icon {
    margin-right: 8px;
  }
}
.p-room-header-icon svg {
  fill: #93a7b5;
}
.p-room-header-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin-right: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .p-room-header-logo {
    margin-right: 6px;
  }
}
.p-room-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-room-header-title {
  overflow: hidden;
  line-height: 2.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 30ch;
}
.p-room-header-button {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .p-room-header-button {
    margin-left: 5px;
  }
}
.p-room-body {
  height: calc(100% - 54px);
  overflow: auto;
  overflow-y: hidden;
}
.p-room-tab {
  flex: 1;
  margin-left: auto;
  margin-top: auto;
}
.p-room-tab-list {
  justify-content: space-between;
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991px) {
  .p-room-tab-list {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.p-room-tab-list .c-tab-item {
  margin-left: 12px;
}
@media (max-width: 991px) {
  .p-room-tab-list .c-tab-item {
    margin-left: 6px;
  }
}
.p-room-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 11px 20px 20px 19px;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .p-room-footer {
    padding-right: 30px;
  }
}
.p-room-footer-to__select {
  margin-bottom: 11px;
  display: flex;
}
.p-room-footer-to__select .to-select__icon {
  width: 12px;
  position: relative;
  cursor: pointer;
}
.p-room-footer-to__select .to-select__icon .list-mention {
  position: absolute;
  top: -275px;
  width: 240px;
  left: -106px;
  z-index: 102;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 6px -1px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.p-room-footer-to__select .to-select__icon .list-mention .c-input-search {
  margin: 0 0 10px 0;
  min-height: 26px;
}
.p-room-footer-to__select .to-select__icon .list-mention .c-input-search::before {
  width: 16px;
  height: 16px;
}
.p-room-footer-to__select .to-select__icon .list-mention .c-input-search input {
  min-height: 26px;
  background-color: #fff;
  border: 1px solid #93a7b5;
  border-radius: 4px;
  padding-left: 26px;
  font-size: 1.3rem;
}
.p-room-footer-to__select .to-select__icon .list-mention .c-input-search input::-moz-placeholder {
  font-size: 1.3rem;
  padding: 0;
}
.p-room-footer-to__select .to-select__icon .list-mention .c-input-search input:-ms-input-placeholder {
  font-size: 1.3rem;
  padding: 0;
}
.p-room-footer-to__select .to-select__icon .list-mention .c-input-search input::placeholder {
  font-size: 1.3rem;
  padding: 0;
}
.p-room-footer-to__select .to-select__icon .list-mention__body {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 204px;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-all {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-all .icon {
  width: 31px;
  height: 18px;
  background-color: #e39d17;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-all .description {
  margin-left: 5px;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-all .description-text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #525252;
  margin: 0;
  line-height: 1.5rem;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-all .description-detail span svg {
  width: 6.74px;
  height: 8px;
  fill: #93a7b5;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-all .description-detail__total-user {
  color: #93a7b5;
  font-size: 1rem;
  line-height: 1.5rem;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-result {
  overflow: hidden;
  height: 145px;
  overflow-y: auto;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-result li {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-result li.active, .p-room-footer-to__select .to-select__icon .list-mention__body-result li:hover {
  background-color: #fafafa;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-result li .c-sidebar-logo, .p-room-footer-to__select .to-select__icon .list-mention__body-result li .c-mention-avatar {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.p-room-footer-to__select .to-select__icon .list-mention__body-result li .mention-name {
  font-size: 1.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 10ch;
}
.p-room-footer-to__select .to-select__icon .list-mention__arrow-bottom {
  top: 99%;
}
.p-room-footer-to__select .to-select__icon .list-mention__arrow-bottom::after {
  top: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 6px -1px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.p-room-footer-to__select .to-select__icon .list-mention__arrow-top {
  left: 45%;
}
.p-room-footer-to__select .to-select__icon .input-file {
  position: absolute;
  width: 15px;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-room-footer-to__select .to-select__icon .input-file::-webkit-file-upload-button {
  cursor: pointer;
}
.p-room-footer-to__select .to-select__icon .input-file span {
  display: none;
}
.p-room-footer-textarea {
  position: relative;
}
.p-room-footer-textarea .c-textarea {
  resize: none;
}
.p-room-footer-textarea .c-button-send {
  position: absolute;
  top: 10px;
  right: -90px;
  width: 95px;
  max-height: 30px;
  min-height: 30px;
}
.p-room-footer-textarea .c-button-send span {
  height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.p-room-footer-attachments {
  display: flex;
  margin: 0.5rem 0;
}
.p-room-footer-attachments-img {
  width: 70px;
  height: 70px;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}
.p-room-footer-attachments-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-room-footer-attachments-close {
  position: absolute;
  top: 1%;
  right: 1%;
}

.list-label-all {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
  width: 415px;
}

.list-label-item:hover {
  cursor: pointer;
}

.list-label-item p {
  min-width: 83px;
  border-radius: 5px;
  width: 83px;
  font-size: 13px !important;
  text-align: center;
  overflow: hidden;
  font-weight: normal !important;
}

.text-company {
  color: #93a7b5;
  font-weight: normal;
  margin-left: 10px;
}

.p-chat-avatar {
  width: 22px;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -1px 5px 0px 5px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  flex-shrink: 0;
}

.p-chat-btn {
  display: inline-block;
}
.p-chat-btn .btn-rep {
  text-decoration: none;
  width: 80px;
  display: flex;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #e39d17;
  margin-top: 2px;
}
.p-chat-btn .btn-rep .btn-rep__tl {
  font-size: 1.3rem;
  background-color: #e39d17;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  gap: 4px;
}
.p-chat-btn .btn-rep .btn-rep__tl svg path {
  fill: #ffffff;
}
.p-chat-btn .btn-rep .btn-rep__tr {
  font-size: 1.2rem;
  color: #525252;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.p-chat-btn .btn-rep:hover {
  cursor: pointer;
}
.p-chat-btn .btn-to {
  text-decoration: none;
  display: flex;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #e39d17;
  margin-bottom: 10px;
}
.p-chat-btn .btn-to .btn-to__tl {
  font-size: 1.3rem;
  background-color: #e39d17;
  color: #fff;
  font-weight: 400;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 6px;
}

.mr-5 {
  margin-left: 5px;
}

.bk-jump {
  background-color: #06a8e4 !important;
}

.p-chat-btn-jump {
  display: flex;
  margin-top: 10px;
}
.p-chat-btn-jump .btn-jump {
  text-decoration: none;
  display: flex;
  width: 80px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #06a8e4;
}
.p-chat-btn-jump .btn-jump__tl {
  width: 40px;
  background-color: #06a8e4;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}
.p-chat-btn-jump .btn-jump__tr {
  font-size: 1.2rem;
  color: #525252;
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-chat-btn-jump .jump-info {
  display: flex;
}
.p-chat-btn-jump .jump-info__area {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.p-chat-btn-jump .jump-info__area-icon svg {
  height: 12px;
  fill: #93a7b5;
}
.p-chat-btn-jump .jump-info__area-name {
  margin-left: 4px;
  font-weight: bold;
  color: #525252;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 15ch;
}

.h-100 {
  height: 100%;
}

.pointer {
  cursor: default;
}

.pointer-none {
  cursor: initial;
}

.text-center {
  text-align: center;
}

.pointer-events {
  pointer-events: none;
}

.p-chat {
  background-color: #ffffff;
  height: 100%;
  padding-top: 0.2rem;
}
.p-chat-list {
  height: calc(100% - 183px);
  overflow-y: auto;
}
@media (max-width: 1280px) {
  .p-chat-list {
    height: calc(100% - 200px);
  }
}
.p-chat-item {
  display: flex;
  padding: 15px 75px 15px 30px;
  border-bottom: 1px solid #e6e6e6;
}
.p-chat-item-action:hover {
  color: #01a9e4;
}
.p-chat-item-action:hover svg path {
  fill: #01a9e4;
}
.p-chat-item--active {
  background-color: #fff9e3;
}
.p-chat-item--active-edit {
  border: 1px solid #06a8e4;
}
.p-chat-item--active-noti {
  border: 2px solid #e39d17;
}
.p-chat-item:hover {
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .p-chat-item {
    padding-left: 15px;
    padding-right: 30px;
  }
}
.p-chat-item.is-mention {
  background-color: #f8faf2;
}
.p-chat-item-wrap {
  position: relative;
}
.p-chat-item-wrap:hover .p-chat-item-wrap-action-item {
  display: block;
  background-color: #fafafa;
}
.p-chat-item-wrap .active-class-scroll {
  background-color: #fff9e3;
  border: 2px solid #e39d17;
}
.p-chat-item-wrap-action {
  background-color: white;
  position: relative;
}
.p-chat-item-wrap-action-item {
  width: 200px;
  position: absolute;
  background-color: #ffffff;
  display: none;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-top: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 6px -1px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.p-chat-item-mentioned:hover {
  background-color: #fffcf2 !important;
}
.p-chat-photo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.p-chat-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p-chat-desc {
  flex: 1;
  margin-left: 15px;
}
.p-chat-header {
  position: relative;
  display: flex;
  align-items: center;
}
.p-chat-date {
  position: absolute;
  top: 0;
  right: 0;
  color: #adacac;
}
.p-chat-name {
  font-weight: bold;
  max-width: 36ch;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  float: left;
}
.p-chat-belong {
  color: #93a7b5;
  margin-left: 20px;
}
.p-chat-mention {
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-chat-mention a {
  color: #586d7c;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 991px) {
  .p-chat-mention a:hover {
    color: #93a7b5;
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .p-chat-mention a:active {
    color: #93a7b5;
    text-decoration: underline;
  }
}
.p-chat-mention a.is-current {
  color: #93a7b5;
  text-decoration: underline;
}
.p-chat-attachment {
  position: absolute;
  top: 50%;
  right: 175px;
  transform: translateY(-50%);
  background: #d8d8d8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-chat-attachment-input {
  position: absolute;
  top: 50%;
  right: 175px;
  display: none;
}

.link-to-profile {
  color: #06a8e4;
  text-decoration: underline;
  margin: 0 0.2rem;
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.link-to-room {
  color: #06a8e4;
  text-decoration: underline;
  margin: 0 0.2rem;
}

.t-b,
.t-t {
  font-weight: bold;
  font-size: 1.2rem;
  max-width: 12ch;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 20px;
  margin-bottom: -4px;
}

.ch-9 {
  max-width: 9ch;
}

.text-blod {
  font-weight: bold;
}

.text {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mess-file {
  border: 1px solid #93a7b5;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  min-height: 36px;
  margin-top: 10px;
}
.mess-file img {
  height: 89px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mess-file .wrap-desc-file {
  display: flex;
  align-items: center;
  line-height: 1.4rem;
}
.mess-file .wrap-desc-file .link-file-msg {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  height: 16px;
}
.mess-file .wrap-desc-file .link-file-msg .link-file-name {
  display: block;
  text-overflow: ellipsis;
  max-width: 74%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: underline;
}
.mess-file .wrap-desc-file .c-button--file {
  width: 70px;
  min-height: 17px;
  max-height: 17px;
  font-size: 1.2rem;
  font-weight: normal;
  border: 1px solid #06a8e4;
  background-color: #fff;
  color: #06a8e4;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.p-chat-item.p-chat-item--active.p-chat-item--active-noti:hover {
  background-color: #fffcf2 !important;
}

.bgrA {
  background-color: #fff9e3;
}
.bgrA:hover .p-chat-item-wrap-action-item {
  background-color: #fffcf2 !important;
}

.bgrB {
  background-color: #fffcf2 !important;
}

.bgrC {
  background-color: #fafafa !important;
}

.l-main-large-block {
  max-width: 1050px;
  margin: 0 auto;
}

.l-frame {
  text-align: left;
}
.l-frame-large-body {
  max-width: 1050px;
  padding: 65px 78px;
}

.terms .h2 {
  text-align: center;
  padding-bottom: 20px;
}
.terms .h3 {
  padding-bottom: 5px;
}

.account__page {
  padding: 40px 90px 100px 35px;
}
.account__page-title {
  margin-bottom: 35px;
  display: flex;
}
.account__page-title h3 {
  flex: 1;
  font-size: 18px;
  color: #838383;
  font-weight: 700;
}
.account__page-title button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 35px;
  font-size: 16px;
  font-weight: 700;
}
.account__searchbar {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  overflow: hidden;
}
.account__searchbar dt {
  display: flex;
  background-color: #F0F3F4;
  justify-content: space-between;
  flex: 1;
  border-bottom: 1px solid #D8E0E5;
}
.account__searchbar-item {
  display: flex;
  flex: 1;
}
.account__searchbar-name {
  padding: 20px 35px 25px 20px;
  white-space: nowrap;
  font-size: 1.8rem;
  min-width: 168px;
  color: #262626;
  font-weight: 700;
}
.account__searchbar-value {
  background-color: #FFFFFF;
  width: 100%;
  padding: 10px 40px 15px 15px;
}
.account__searchbar-value input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  font-size: 1.8rem;
  padding: 0 0 0 15px;
}
.account__searchbar-value input::-moz-placeholder {
  color: #CECECE;
  font-weight: 400;
  margin-left: 15px;
}
.account__searchbar-value input:-ms-input-placeholder {
  color: #CECECE;
  font-weight: 400;
  margin-left: 15px;
}
.account__searchbar-value input::placeholder {
  color: #CECECE;
  font-weight: 400;
  margin-left: 15px;
}
.account__searchbar-select {
  padding-right: 25px;
}
.account__searchbar-select select {
  background: #EBEBEB;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  padding: 0 0 0 15px;
}
.account__searchbar-select select option {
  font-size: 1.8rem;
}
.account__button {
  background: #5171C3;
  color: #FFFFFF;
  margin-top: 38px;
  margin-bottom: 20px;
  padding: 10px 60px;
  font-size: 1.6rem;
  margin-right: 10px;
}
.account__button[disabled] {
  background-color: #d8d8d8;
  cursor: not-allowed;
  color: #a0a0a0;
}
.account__list-data table {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.account__list-data table th {
  background-color: #F0F3F4;
  padding: 20px 0;
  border-right: 1px solid #D8E0E5;
}
.account__list-data table tr {
  background: #EFEFEF;
}
.account__list-data table tr:nth-child(even) {
  background: #FDFDFD;
}
.account__list-data table td {
  padding: 20px;
  border-right: 1px solid #D8E0E5;
  width: 220px;
}
.account__list-data table td:last-child {
  color: #5171C3;
}
.account__list-data table .border-none {
  border-right: none;
  text-align: center;
  width: 130px;
}
.account__detail {
  border-radius: 10px;
}
.account__detail-title {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: normal;
}
.account__detail-form {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.6rem;
}
.account__detail dt {
  border-bottom: 1px solid #D8E0E5;
}
.account__detail dt:nth-child(6) {
  border-bottom: none;
}
.account__detail-item {
  display: flex;
  align-items: center;
  background: #F0F3F4;
}
.account__detail-name {
  white-space: nowrap;
  padding: 0 0 0 30px;
  min-width: 232px;
}
.account__detail-right {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: #FFFFFF;
  padding: 5px 150px 5px 40px;
}
.account__detail-right img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-right: 30px;
}
.account__detail-value {
  background: #FFFFFF;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.account__detail-value input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  padding-left: 20px;
  background-color: #FFFEFA;
  font-size: 1.6rem;
}
.account__detail-value input:focus-visible {
  outline: 0px;
  background-color: #fcf7e5;
}
.account__detail-select {
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  width: 100%;
  height: 50px;
  background-color: #FFFEFA;
  padding-right: 20px;
}
.account__detail-select select {
  border-radius: 5px;
  padding: 0 20px;
  border: none;
  height: 100%;
  width: 100%;
  background: transparent;
  font-size: 1.6rem;
}
.account__detail-select select:focus-visible {
  outline: 0px;
}
.account__detail-submit {
  justify-content: flex-end;
}

.detail_avatar {
  padding: 0;
}

.avatar {
  margin-bottom: 20px;
}
.avatar__box {
  height: 144px;
  width: 144px;
  overflow: hidden;
}
.avatar__box img {
  width: 100%;
  height: 100%;
}
.avatar__preview {
  position: relative;
  width: 100%;
  height: 144px;
  margin-top: 10px;
}
.avatar__preview img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.avatar__preview .custom-file-upload {
  display: inline-block;
  border: 1px solid #586d7c;
  border-radius: 5px;
  height: 40px;
  width: 150px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  left: 180px;
}
.avatar__preview .custom-file-upload input[type=file] {
  display: none;
}
.avatar__preview .custom-file-upload span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #586d7c;
}

.note--input {
  width: 90%;
  background: transparent;
  font-size: 14px;
  border: none;
  resize: none;
}
.note--input:focus {
  border: none;
  outline: none;
}

.task .vc-photoshop {
  position: absolute;
  z-index: 100;
}
.task .vc-hue-picker {
  margin-top: -5px;
  width: 10px !important;
  border-radius: 22px;
  height: 10px;
  transform: translateX(0px);
}
.task-box {
  border-radius: 5px;
}
.task-button-badge {
  width: 83px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  color: #525252;
  border-radius: 5px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.task-button-action {
  width: 100%;
  min-height: 50px;
  font-size: 1.3rem;
}
.task-button-action svg {
  width: 15px;
  margin-right: 1rem;
}
.task-button-action svg path {
  fill: white;
}
.task-button-action-green {
  background-color: #00acc1;
}
.task-button-custom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 330px;
  height: 45px;
}
.task__checkbox span::before {
  width: 15px !important;
  height: 15px !important;
}
.task__checkbox span::after {
  left: 6px !important;
}
.task__item {
  background: #ffffff;
  border: 1px solid #cadae2;
  border-radius: 5px;
  padding: 1.1rem 1rem;
}
.task__item-name {
  font-size: 1.3rem;
  font-weight: bold;
}
.task__item-name:hover {
  text-decoration: underline;
  cursor: pointer;
}
.task__item-date {
  font-size: 13px;
  color: #7399a7;
  white-space: normal;
  margin-top: 6px;
}
.task__item-complete {
  background-color: #dfeef4;
  border: 1px solid #bee0ed;
}
.task__item-complete .task__item-name {
  color: #06a9e5 !important;
}
.task .c-modal-contents-body p {
  font-size: 18px;
  font-weight: bold;
}

.tuan_template_css .template__slide-prev,
.tuan_template_css .template__slide-next {
  top: 37%;
  padding: 0;
}

.fs-22 {
  font-size: 22px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.hidden__slide__template .template__slide-prev,
.hidden__slide__template .template__slide-next {
  display: none;
}

.template__boards-main .c-modal-contents {
  width: 100%;
  padding: 20px 10px;
  max-width: 1460px;
}
.template__boards-main .c-modal-contents-closebutton {
  display: none;
}
.template__boards-main .c-modal-contents-body {
  padding: 0;
}
.template__board {
  margin-right: 20px;
  width: 227px;
  display: inline-block;
}
.template__board-header {
  background-color: #009dff;
  height: 27px;
}
.template__board-body {
  padding: 5px;
  background-color: #f4f4f4;
}
.template__board-body-label label {
  background-color: red;
  border-radius: 14px;
  color: #ffffff;
  margin: 10px 0;
  display: block;
  text-align: center;
  width: 81px;
  margin-left: auto;
}
.template__board-body-items {
  max-height: 360px;
  overflow-y: auto;
}
.template__board-body-items dt {
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.template__board-group-btn {
  margin-top: 30px;
}
.template__board-group-btn button {
  width: 250px;
  margin: 0 20px;
}

.wrap__template {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 30px;
  position: relative;
}
.wrap__template .template__item:first-child {
  margin-left: 20px;
}
.wrap__template .template__item:last-child {
  margin-right: 20px;
}
.wrap__template .template__item {
  margin-right: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 7px 10px 0px, rgba(0, 0, 0, 0.3) 0px 10px 20px -8px;
  border-radius: 5px;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.wrap__template .template__item .item:not(.item__line-one) {
  padding: 0px 15px;
}
.wrap__template .template__item .item__line-one {
  height: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wrap__template .template__item .item__line-two {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: bold;
}
.wrap__template .template__item .item__line-three {
  text-align: right;
  margin: 10px 0 10px 0;
}
.wrap__template .template__item .item__line-three p {
  background-color: red;
  border-radius: 20px;
  color: white;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: bold;
}
.wrap__template .template__item .item__line-task {
  overflow-y: auto;
  height: 140px;
}
.wrap__template .template__item .item__line-task .item__text-task {
  padding-left: 6px;
  line-height: 25px;
}
.wrap__template .template__item .item__flex-align-center {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 13px 12px;
  border: 1px solid #d9d9d9;
}
.wrap__template .template__item .item__flex-align-center span {
  color: #525252 !important;
  font-size: 1.3rem;
  font-weight: bold;
}
.wrap__template .template__item .item__flex-align-center span::before {
  width: 16px;
  height: 16px;
  border: 2px solid #93a7b5 !important;
}

.task__message-content {
  padding: 0 50px;
}
.task__message-input {
  width: 100%;
}
.task__message-success {
  padding: 0 70px;
}
.task__message-success h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}
.task__message-success button {
  width: 100%;
}

.textarea-task-message {
  border: none;
  outline: none;
  box-shadow: none;
  background: rgb(255, 255, 255);
  resize: none;
  line-height: 22px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  height: 140px;
  max-height: 300px;
}

.textarea-task-message:hover {
  border: none;
  outline: none;
  box-shadow: none;
  background: rgb(255, 255, 255);
  resize: none;
}

.textarea-task-message:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background: rgb(255, 255, 255);
  resize: none;
}

.user-assigneeX {
  width: 1090px;
}

.user-assigneeY {
  width: 733px;
}

.user-assigneeZ {
  width: 410px;
}

.name-file-task {
  color: #00acc1;
  font-size: 13px;
  max-width: 25ch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 25px;
  padding-top: 8px;
  line-height: 1.2;
  text-decoration: underline;
  word-break: break-all;
}

.name-file-task-modal {
  font-size: 13px;
  max-width: 13ch;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 1876px) {
  .name-file-task-modal {
    max-width: 14ch;
  }
}
@media (max-width: 1790px) {
  .name-file-task-modal {
    max-width: 12ch;
  }
}
@media (max-width: 1702px) {
  .name-file-task-modal {
    max-width: 10ch;
  }
}
@media (max-width: 1454px) {
  .name-file-task-modal {
    max-width: 13ch;
  }
}
@media (max-width: 1532px) {
  .name-file-task-modal {
    max-width: 16ch;
  }
}
@media (max-width: 1618px) {
  .name-file-task-modal {
    max-width: 18ch;
  }
}

@media (max-width: 1024px) {
  .flex, .flex-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.name-file-task-modal-r {
  font-size: 13px;
  max-width: 19ch;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.mt-4 {
  margin-top: -4px;
}

.h-31 {
  height: 31px;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.cl-day {
  color: #93a7b5;
}

.ld-main {
  min-width: 880px;
}
.ld-main .ld-homePage-video {
  background: #e6f2f6;
  position: relative;
  height: calc(100vh - 85px);
  display: flex;
}
.ld-main .ld-homePage-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  height: calc(100vh - 85px);
  z-index: 1;
}
.ld-main .ld-homePage-video .ld-leftContent {
  width: 55%;
  margin: auto;
  z-index: 999;
  display: flex;
}
.ld-main .ld-homePage-video .ld-leftContent-center {
  margin: auto;
}
.ld-main .ld-homePage-video .ld-leftContent h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0;
}
.ld-main .ld-homePage-video .ld-leftContent h2:first-child {
  margin-top: 0px;
}
.ld-main .ld-homePage-video .ld-leftContent .ld-mainTitle {
  padding: 5px;
  background-color: #004078;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
}
.ld-main .ld-homePage-video .ld-leftContent .ld-subTitle {
  color: #004078;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .ld-main .ld-homePage-video .ld-leftContent .ld-subTitle {
    letter-spacing: 1px;
    font-size: 24px;
  }
}
.ld-main .ld-homePage-video .ld-leftContent .ld-subTitle .ld-subTitle-custom {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .ld-main .ld-homePage-video .ld-leftContent .ld-subTitle .ld-subTitle-custom {
    font-size: 21px;
  }
}
.ld-main .ld-homePage-video .ld-leftContent .ld-textTitle {
  font-weight: 700;
  color: #484848;
  font-size: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  text-align: center;
}
.ld-main .ld-homePage-video .ld-leftContent .ld-textTitle > span {
  display: block;
  margin-bottom: 20px;
}
.ld-main .ld-homePage-video .ld-leftContent .ld-textTitle .ld-buttonTitle {
  padding: 18px 25px;
  border-radius: 40px;
  background: #ff3f56;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  margin-top: 40px;
}
.ld-main .ld-homePage-video .ld-leftContent .ld-textTitle .ld-buttonTitle .icon {
  vertical-align: bottom;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.ld-main .ld-homePage-video .ld-rightContent {
  width: 45%;
  z-index: 999;
  margin: auto;
}
.ld-main .ld-homePage-video .ld-rightContent img {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0;
     object-position: 0;
}
.ld-main .ld-homePage-video .ld-footerContent {
  position: absolute;
  bottom: -45px;
  right: 50%;
  transform: translate(50%);
  padding: 10px 45px;
  background: #ffffff;
  border-radius: 15px;
  z-index: 999;
  letter-spacing: 3px;
}
.ld-main .ld-homePage-video .ld-footerContent .ld-ft-head {
  padding-left: 10px;
}
.ld-main .ld-homePage-video .ld-footerContent .ld-ft-head span {
  font-weight: 700;
  font-size: 21px;
  color: #004078;
  padding: 0 4px;
}
.ld-main .ld-homePage-video .ld-footerContent .ld-ft-body {
  text-align: center;
}
.ld-main .ld-homePage-video .ld-footerContent .ld-ft-body span {
  font-weight: 800;
  font-size: 21px;
  line-height: 25px;
  color: #004078;
}
.ld-main .ld-homePage-content {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1435px;
}
.ld-main .ld-homePage-content .lb-case {
  width: 18.6666666667%;
  background: #f2f8fa;
  border-radius: 10px;
  border: 3px solid #b5cadc;
}
@media (max-width: 991px) {
  .ld-main .ld-homePage-content .lb-case {
    width: 28.6666666667%;
  }
}
.ld-main .ld-homePage-content .lb-case:first-child {
  margin-right: 2%;
}
.ld-main .ld-homePage-content .lb-case:last-child {
  margin-left: 2%;
}
.ld-main .ld-homePage-content .lb-case .img-case {
  position: relative;
  top: -15px;
  left: -15px;
}
.ld-main .ld-homePage-content .lb-case .img-case img {
  width: 75px;
}
.ld-main .ld-homePage-content .lb-case .img-item-case {
  text-align: center;
}
.ld-main .ld-homePage-content .lb-case .img-item-case img {
  width: 95px;
}
.ld-main .ld-homePage-content .lb-case .img-item-case3 {
  text-align: center;
}
.ld-main .ld-homePage-content .lb-case .img-item-case3 img {
  width: 80px;
}
.ld-main .ld-homePage-content .lb-case .content-case {
  margin: 35px 20px 15px;
}
.ld-main .ld-homePage-content .lb-case .content-case p {
  color: #484848;
  font-weight: 600;
  text-align: center;
}
.ld-main .ld-homePage-footer {
  background-color: #004078;
  padding: 25px 0;
  margin-top: 80px;
  letter-spacing: 4px;
}
.ld-main .ld-homePage-footer h2 {
  font-size: 22px;
  margin: 15px 0;
  text-align: center;
  color: #ffffff;
}
.ld-main .ld-homePage-footer .color-custom {
  color: #fffc00;
}

.ld-main .ld-functionPage {
  background-color: #e6f1f5;
}
.ld-main .ld-functionPage-title {
  text-align: center;
  padding: 80px 0 35px;
}
.ld-main .ld-functionPage-title h1 {
  font-size: 26px;
  color: #004078;
  font-weight: 800;
  letter-spacing: 3px;
}
.ld-main .ld-functionPage-title p {
  margin-top: 5px;
  font-size: 16px;
  color: #004078;
  font-weight: 700;
}
.ld-main .ld-functionPage-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1435px;
  margin: auto;
}
.ld-main .ld-functionPage-container .ld-post {
  width: 60%;
  background: #ffffff;
  border-radius: 10px;
  border: 3px solid #b5cadc;
  display: flex;
  margin: 5px auto;
}
@media (max-width: 991px) {
  .ld-main .ld-functionPage-container .ld-post {
    width: 90%;
  }
}
.ld-main .ld-functionPage-container .ld-post .content {
  width: 55%;
  padding: 35px 35px;
  letter-spacing: 2px;
}
.ld-main .ld-functionPage-container .ld-post .content .sub-title {
  display: flex;
}
.ld-main .ld-functionPage-container .ld-post .content .sub-title .number {
  font-size: 50px;
  line-height: 40px;
  font-weight: 700;
  color: #e8eef3;
  letter-spacing: 5px;
}
.ld-main .ld-functionPage-container .ld-post .content .sub-title .text {
  color: #004078;
  font-size: 18px;
  font-weight: 800;
  margin-left: 15px;
}
.ld-main .ld-functionPage-container .ld-post .content .sub-title .text p:last-child {
  margin-top: 3px;
}
.ld-main .ld-functionPage-container .ld-post .content .sub-content {
  margin-top: 15px;
}
.ld-main .ld-functionPage-container .ld-post .content .sub-content p {
  color: #484848;
  margin-top: 3px;
}
.ld-main .ld-functionPage-container .ld-post .image {
  padding: 15px 0;
  width: 45%;
  text-align: center;
}
.ld-main .ld-functionPage-container .ld-post .image img {
  width: 255px;
}
.ld-main .ld-functionPage-footer {
  max-width: 1435px;
  margin: auto;
}
.ld-main .ld-functionPage-footer .ld-footer-title {
  padding: 45px 0 30px;
}
.ld-main .ld-functionPage-footer .ld-footer-title h2 {
  font-size: 25px;
  color: #004078;
  text-align: center;
  font-weight: 800;
  letter-spacing: 4px;
}
@media (max-width: 991px) {
  .ld-main .ld-functionPage-footer .ld-footer-title h2 {
    letter-spacing: 2px;
  }
}
.ld-main .ld-functionPage-footer .ld-app-container {
  display: flex;
  justify-content: center;
  padding: 30px 0 100px;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-left {
  border-radius: 15px;
  border: 3px solid #b5cadc;
  width: 29%;
  background: #ffffff;
  position: relative;
  padding: 30px 0;
  margin-right: 1%;
}
@media (max-width: 991px) {
  .ld-main .ld-functionPage-footer .ld-app-container .app-content-left {
    width: 44%;
  }
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-left .title {
  padding: 10px 25px;
  border-radius: 22px;
  position: absolute;
  right: 50%;
  transform: translate(50%);
  top: -25px;
  border: 3px solid #b5cadc;
  background: #ffffff;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-left .title p {
  font-weight: 700;
  color: #004078;
  font-size: 18px;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-left .content img {
  border-radius: 15px;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-left .content .content-footer {
  padding: 10px 25px;
  border-radius: 22px;
  position: absolute;
  right: 50%;
  transform: translate(50%);
  bottom: -25px;
  border: 3px solid #9fb9cf;
  background: #9fb9cf;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-left .content .content-footer p {
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-left .content .content-footer::before {
  content: "";
  position: absolute;
  top: -18px;
  border-bottom: 18px solid #9fb9cf;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  right: 50%;
  transform: translate(50%);
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right {
  border-radius: 15px;
  border: 3px solid #ed561b;
  width: 29%;
  background: #ffffff;
  position: relative;
  padding: 30px 0;
  margin-left: 1%;
}
@media (max-width: 991px) {
  .ld-main .ld-functionPage-footer .ld-app-container .app-content-right {
    width: 44%;
  }
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right .title {
  padding: 10px 25px;
  border-radius: 22px;
  position: absolute;
  right: 50%;
  transform: translate(50%);
  top: -25px;
  border: 3px solid #ed561b;
  background: #ffffff;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right .title p {
  font-weight: 700;
  color: #ed561b;
  font-size: 18px;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right .content img {
  border-radius: 15px;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right .content .content-footer {
  padding: 10px 25px;
  border-radius: 22px;
  position: absolute;
  right: 50%;
  transform: translate(50%);
  bottom: -25px;
  border: 3px solid #ed561b;
  background: #ed561b;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right .content .content-footer p {
  font-weight: 700;
  color: #fff000;
  font-size: 18px;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right .content .content-footer p span {
  color: #ffffff;
}
.ld-main .ld-functionPage-footer .ld-app-container .app-content-right .content .content-footer::before {
  content: "";
  position: absolute;
  top: -18px;
  border-bottom: 18px solid #ed561b;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  right: 50%;
  transform: translate(50%);
}

.ld-main .ld-usePage {
  background: #01a9e4;
  padding: 80px 0 45px;
}
.ld-main .ld-usePage-title {
  text-align: center;
}
.ld-main .ld-usePage-title h1 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 3px;
}
.ld-main .ld-usePage-title p {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.ld-main .ld-usePage-container .card-row {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 1435px;
}
.ld-main .ld-usePage-container .card-content {
  width: 29%;
}
.ld-main .ld-usePage-container .card-content:first-child {
  margin-right: 1%;
}
.ld-main .ld-usePage-container .card-content:last-child {
  margin-left: 1%;
}
@media (max-width: 991px) {
  .ld-main .ld-usePage-container .card-content {
    width: 44%;
  }
}
.ld-main .ld-usePage-container .card-content .header {
  background: #ffffff;
  text-align: center;
  padding: 25px 0px;
  border-radius: 10px 10px 0 0;
  letter-spacing: 1px;
}
.ld-main .ld-usePage-container .card-content .header h2 {
  color: #01a9e4;
  font-size: 19px;
  font-weight: bold;
  line-height: 27px;
}
.ld-main .ld-usePage-container .card-content .header p {
  color: #424242;
  margin-top: 5px;
  line-height: 23px;
}
.ld-main .ld-usePage-container .card-content .body {
  background: #000000;
  text-align: center;
  height: 255px;
  display: flex;
  align-items: center;
}
.ld-main .ld-usePage-container .card-content .body p {
  width: 100%;
  color: #ffffff;
}

.ld-main {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.ld-main .ld-pricePage-title {
  text-align: center;
  padding: 80px 0 35px;
}
.ld-main .ld-pricePage-title h1 {
  font-size: 26px;
  color: #004078;
  font-weight: 800;
  letter-spacing: 3px;
}
.ld-main .ld-pricePage-title p {
  margin-top: 5px;
  font-size: 16px;
  color: #004078;
  font-weight: 700;
}
.ld-main .ld-pricePage .card-row {
  display: flex;
  justify-content: center;
  max-width: 1435px;
  margin: auto;
}
.ld-main .ld-pricePage .card-row .card-content-left {
  width: 29.5%;
  margin-right: 0.5%;
}
@media (max-width: 991px) {
  .ld-main .ld-pricePage .card-row .card-content-left {
    width: 44%;
  }
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-title {
  border-radius: 15px 15px 0 0;
  background: #01a9e4;
  color: #ffffff;
  text-align: center;
  padding: 15px 0 20px;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-title h2 {
  font-weight: 800;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2px;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-title h2 span {
  border: 1px solid #ffffff;
  padding: 0 15px;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-body {
  text-align: center;
  border: 2px solid #9fb9cf;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-body .lb-sub-head {
  color: #004078;
  padding: 20px 0 40px;
  background: #ebfaff;
  position: relative;
  width: 100%;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-body .lb-sub-head h2 {
  font-size: 18px;
  font-weight: 700;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-body .lb-sub-head .lb-price {
  font-size: 55px;
  line-height: 75px;
  font-weight: 800;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-body .lb-sub-head .lb-unit {
  font-size: 19px;
  font-weight: 800;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-body .lb-sub-body {
  padding: 45px 0 0;
  height: 265px;
}
.ld-main .ld-pricePage .card-row .card-content-left .lb-body .lb-sub-body p {
  font-size: 17px;
  font-weight: 700;
  color: #484848;
  line-height: 35px;
  text-align: left;
}
.ld-main .ld-pricePage .card-row .card-content-right {
  width: 29.5%;
  margin-left: 0.5%;
}
@media (max-width: 991px) {
  .ld-main .ld-pricePage .card-row .card-content-right {
    width: 44%;
  }
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-title {
  border-radius: 15px 15px 0 0;
  background: #004078;
  color: #ffffff;
  text-align: center;
  padding: 15px 0 20px;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-title h2 {
  font-weight: 800;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2px;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-body {
  text-align: center;
  border: 2px solid #9fb9cf;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-body .lb-sub-head {
  color: #004078;
  padding: 20px 0 40px;
  background: #edf5fc;
  position: relative;
  width: 100%;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-body .lb-sub-head h2 {
  font-size: 18px;
  font-weight: 700;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-body .lb-sub-head .lb-price {
  font-size: 55px;
  line-height: 75px;
  font-weight: 800;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-body .lb-sub-head .lb-unit {
  font-size: 19px;
  font-weight: 800;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-body .lb-sub-body {
  padding: 45px 0 0;
  height: 265px;
}
.ld-main .ld-pricePage .card-row .card-content-right .lb-body .lb-sub-body p {
  font-size: 17px;
  font-weight: 700;
  color: #484848;
  line-height: 35px;
  text-align: left;
}
.ld-main .ld-pricePage .card-row .lb-trial button {
  border: 3px solid #ff3f56;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 800;
  color: #ff3f56;
  white-space: nowrap;
  background: #ffffff;
  position: absolute;
  right: 50%;
  transform: translate(50%);
  bottom: -22.5px;
}
.ld-main .ld-pricePage .card-row .lb-trial button .icon {
  vertical-align: bottom;
  margin-left: 4px;
}
.ld-main .ld-pricePage .lb-note {
  margin: 0 auto 70px;
  max-width: 1435px;
}
@media (max-width: 991px) {
  .ld-main .ld-pricePage .lb-note {
    width: 100%;
  }
}
.ld-main .ld-pricePage .lb-note p {
  margin: 15px auto 0;
  color: #484848;
  font-size: 13px;
  width: 60%;
}
@media (max-width: 991px) {
  .ld-main .ld-pricePage .lb-note p {
    width: 90%;
  }
}
.ld-main .ld-pricePage .lb-note .ld-buttonTitle {
  text-align: center;
}
.ld-main .ld-pricePage .lb-note .ld-buttonTitle button {
  padding: 18px 25px;
  border-radius: 40px;
  background: #ff3f56;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
}
.ld-main .ld-pricePage .lb-note .ld-buttonTitle button .icon {
  vertical-align: bottom;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.ld-main .ld-contactPage {
  background: #dceef3;
}
.ld-main .ld-contactPage-title {
  text-align: center;
  padding: 80px 0 30px;
}
.ld-main .ld-contactPage-title h1 {
  font-size: 26px;
  color: #004078;
  font-weight: 800;
  letter-spacing: 3px;
}
.ld-main .ld-contactPage-title p {
  margin-top: 5px;
  font-size: 16px;
  color: #004078;
  font-weight: 700;
}
.ld-main .ld-contactPage-content h2 {
  font-size: 18px;
  color: #484848;
  text-align: center;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
.ld-main .ld-contactPage-button {
  text-align: center;
  padding-bottom: 70px;
}
.ld-main .ld-contactPage-button button {
  padding: 15px 25px;
  margin-top: 10px;
  border-radius: 40px;
  background: #01A9E4;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.ld-main .ld-contactPage-button button .icon {
  vertical-align: bottom;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.pm-main {
  background-color: #ecf5f8;
  position: relative;
  height: calc(100vh - 96px);
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
}
.pm-main .cp-content {
  background-color: #ffffff;
  width: 1051px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  box-shadow: #d8e7f7 0px 13px 27px -5px, #d2dadd 0px 8px 16px -8px;
  border-radius: 8px;
  text-align: center;
}
.pm-main .cp-content__header {
  padding-top: 40px;
  padding-bottom: 47px;
  color: #006295;
  font-weight: bold;
  font-size: 24px;
}
.pm-main .cp-content__table {
  width: 971px;
  margin: 0 auto;
  border-collapse: collapse;
}
.pm-main .cp-content__table td,
.pm-main .cp-content__table th {
  border: 2px solid #e0e2e3;
  padding: 15px;
}
.pm-main .cp-content__table th {
  padding-top: 13px;
  padding-bottom: 14px;
  text-align: center;
  background-color: #f2f5f7;
  color: #006295;
  font-weight: bold;
  font-size: 18px;
}
.pm-main .cp-content__table td p {
  font-size: 14px;
}
.pm-main .cp-content__table td.col-1 {
  background-color: #f2f5f7;
  font-size: 16px;
  color: #525252;
  width: 187px;
  text-align: left;
}
.pm-main .cp-content__table td.col-2 {
  font-size: 16px;
  color: #525252;
  text-align: left;
  width: 814px;
}
.pm-main .cp-content__table td.col-2 .card {
  display: inline-flex;
}
.pm-main .cp-content__table .error {
  color: #e25151;
  margin-top: 7px;
}
.pm-main .cp-content__table .card-no,
.pm-main .cp-content__table .card-month,
.pm-main .cp-content__table .card-year,
.pm-main .cp-content__table .card-code {
  height: 41px;
  border: 1px solid #dee8ed;
  border-radius: 5px;
  outline: none;
}
.pm-main .cp-content__table .card-no {
  width: 351px;
}
.pm-main .cp-content__table .card-no-ex {
  margin-top: 9px;
}
.pm-main .cp-content__table .card-month {
  width: 51px;
  margin-right: 5px;
}
.pm-main .cp-content__table .card-year {
  width: 101px;
  margin: 0px 5px;
}
.pm-main .cp-content__table .card-code {
  width: 101px;
}
.pm-main .cp-content__table .expire_date {
  text-align: left;
}
.pm-main .cp-content__table .package_all {
  display: flex;
  align-items: center;
}
.pm-main .cp-content__table .package {
  border: 2px solid #e0e2e3;
  width: 260px;
  height: 103px;
  margin-right: 14px;
}
.pm-main .cp-content__table .package__header {
  background-color: #f2f5f7;
  height: 35px;
  padding: 8px 0px;
}
.pm-main .cp-content__table .package .price {
  margin-top: 11px;
  font-weight: bold;
  font-size: 16px;
}
.pm-main .cp-content__table .package .price span {
  font-size: 12px;
}
.pm-main .cp-content__table .package span.vat {
  border: 2px solid #e8af42;
  width: 140px;
  display: inline-block;
  border-radius: 15px;
  color: #e8af42;
}
.pm-main .cp-content__table input[type=text]:focus {
  border: 1px solid #dee8ed !important;
}
.pm-main .cp-content__caution {
  width: 971px;
  height: 119px;
  margin: 19px auto 0 auto;
  text-align: left;
  background-color: #fafafa;
}
.pm-main .cp-content__caution .p-first {
  padding-top: 36px;
  padding-left: 30px;
}
.pm-main .cp-content__caution .p-last {
  padding-left: 30px;
  padding-top: 5%;
}
.pm-main .cp-content__action {
  margin-top: 19px;
  margin-bottom: 60px;
}
.pm-main .cp-content__action .cancel,
.pm-main .cp-content__action .goahead,
.pm-main .cp-content__action .cancel-method {
  width: 203px;
  height: 41px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}
.pm-main .cp-content__action .cancel {
  background-color: #db6c7d;
  margin-right: 19px;
}
.pm-main .cp-content__action .goahead {
  background-color: #06a8e4;
}
.pm-main .cp-content__action .cancel-method {
  background-color: #93a7b5;
  margin-right: 19px;
}/*# sourceMappingURL=global.css.map */