@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
    width: 1400px;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #111;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  color: #111;
  text-decoration: none;
}

.hidden {
  display: none;
}

@media print, (min-width: 768px) {
  body {
    font-size: 14px;
    position: static !important;
    overflow: auto !important;
    top: auto !important;
  }

  .wrapper {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.24s ease;
  }
  .trans:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
    min-height: 100vh;
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
    overflow: hidden;
    background: #fff;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md {
    display: none !important;
  }
}
.font-worksans {
  font-family: "Work Sans", sans-serif;
}

.font-hiragino-pro {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.header-inner {
  background: #777370;
  text-align: center;
  position: relative;
}
.header-inner,
.header-inner .header-text {
  color: #fff;
}
.header-inner .header-text {
  display: block;
}
.header-inner .logo .logo-image {
  display: inline-block;
  margin: auto;
}
.header-inner .button-header-hamburger {
  display: none;
}
.header-inner .header-notification {
  position: absolute;
  display: none;
  color: #fff;
}
.header-inner .header-notification .notification-count {
  position: absolute;
  background: #f00;
  border-radius: 50%;
  white-space: nowrap;
}
.header-inner .header-notification .notification-count span {
  display: inline-block;
  position: relative;
}

.is-logged .header-notification {
  display: block;
}

@media print, (min-width: 768px) {
  header {
    height: 80px;
  }

  .header-inner {
    padding: 17px 0 13px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .logo .logo-image {
    width: 189px;
  }

  .header-text {
    margin-top: 4px;
    font-size: 16px;
  }

  .header-notification {
    top: 52%;
    right: 40px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 36px;
    height: 30px;
    background: url(../img/common/icon_message_header.png) no-repeat center/100% auto;
  }
  .header-notification .notification-count {
    min-width: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 12px;
    top: -6px;
    right: 23px;
    padding: 0 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  header.header-form .header-inner {
    position: static;
  }

  .header-inner {
    padding: 0.2rem 0 0.18rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    transition: all 0.3s ease;
  }

  .logo .logo-image img {
    width: 2.59rem;
  }

  .header-text {
    margin-top: 0.05rem;
    font-size: 0.2rem;
  }

  .is-logged {
    padding-bottom: 0.16rem;
  }
  .is-logged .button-header-hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
    width: 0.64rem;
    height: 0.48rem;
    position: absolute;
    top: 0.29rem;
    overflow: hidden;
  }
  .is-logged .button-header-hamburger > span {
    width: 100%;
    height: 0.02rem;
    border-radius: 2rem;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    transition: all 0.4s ease;
  }
  .is-logged .button-header-hamburger > span:nth-child(1) {
    -ms-transform: translate(-50%, 0.16rem);
        transform: translate(-50%, 0.16rem);
  }
  .is-logged .button-header-hamburger > span:nth-child(2) {
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .is-logged .button-header-hamburger > span:nth-child(3) {
    -ms-transform: translate(-50%, -0.16rem);
        transform: translate(-50%, -0.16rem);
  }
  .is-logged .button-header-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translate(-50%, -50%) rotate(-39deg);
        transform: translate(-50%, -50%) rotate(-39deg);
  }
  .is-logged .button-header-hamburger.is-active span:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
  }
  .is-logged .button-header-hamburger.is-active span:nth-of-type(3) {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(39deg);
        transform: translate(-50%, -50%) rotate(39deg);
  }

  .header-profile {
    color: #111;
    text-align: center;
    padding-top: 1.1rem;
    padding-bottom: 0.2rem;
    position: relative;
  }
  .header-profile .profile-avatar {
    margin: 0 auto 0.13rem;
    width: 1.43rem;
    height: auto;
    position: relative;
    z-index: 11;
  }
  .header-profile .profile-avatar::before {
    content: "";
    display: block;
    width: 300vw;
    height: 4rem;
    left: -100vw;
    bottom: 0.29rem;
    position: absolute;
    background: #777370;
    z-index: -1;
  }
  .header-profile .profile-name {
    font-size: 0.32rem;
    margin-bottom: 0.06rem;
  }
  .header-profile .profile-id {
    font-size: 0.24rem;
  }

  .header-notification {
    top: 0.54rem;
    right: 0.4rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 0.53rem;
    height: 0.43rem;
    background: url(../img/common/sp/icon_message_header.png) no-repeat center center/contain;
  }
  .header-notification .notification-count {
    min-width: 0.27rem;
    min-height: 0.27rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.18rem;
    top: -0.11rem;
    right: 0.33rem;
    padding: 0 0.02rem;
  }
  .header-notification .notification-count span {
    top: 0;
  }

  .is-fixed .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-bottom: 0.18rem;
  }

  .is-has-menu .body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  body {
    transition: padding 0.3s ease;
  }

  .is-has-menu {
    padding-left: 5.4rem;
  }
  .is-has-menu .header-inner {
    left: 5.4rem;
  }
  .is-has-menu .dashboard-aside {
    -ms-transform: none;
        transform: none;
  }
}
footer {
  background: #f1f1f1;
  color: #666;
  border-top: 1px solid #e0e0e0;
}
footer .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
footer .footer-link a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #666;
}
footer .footer-link a:hover {
  text-decoration: none;
}
footer .footer-link a:not(:first-child) {
  position: relative;
}
footer .footer-link a:not(:first-child)::before {
  content: "";
  background-color: #ccc;
  width: 1px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
footer .footer-link .link-profile::after {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 40px;
  }
  footer .footer-text {
    font-size: 14px;
  }
  footer .footer-link a {
    font-size: 13px;
    margin: 0 21px;
  }
  footer .footer-link a:not(:first-child)::before {
    height: 20px;
    left: -21px;
  }
  footer .footer-link a:last-child {
    margin-right: 0;
  }
  footer .footer-link .link-profile::after {
    width: 12px;
    height: 10px;
    margin-left: 5px;
    background: #f1f1f1 url(../img/common/icon_link.png) no-repeat center center/contain;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    border-width: 0.02rem;
  }
  footer .wrapper {
    padding: 0.7rem 0.4rem;
  }
  footer .footer-text {
    font-size: 0.2rem;
  }
  footer .footer-link {
    position: relative;
    top: -0.03rem;
  }
  footer .footer-link a {
    font-size: 0.2rem;
    margin: 0 0.22rem;
  }
  footer .footer-link a:not(:first-child)::before {
    height: 0.27rem;
    left: -0.21rem;
  }
  footer .footer-link a:last-child {
    margin-right: 0;
  }
  footer .footer-link .link-profile::after {
    width: 0.15rem;
    height: 0.14rem;
    margin-left: 0.06rem;
    left: 0.04rem;
    background: #f1f1f1 url(../img/common/sp/icon_link.png) no-repeat center center/contain;
  }
}
@media print, (min-width: 768px) {
  .section-dashboard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .dashboard-aside {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    transition: all 0.24s ease;
  }

  .dashboard-content {
    -ms-flex: 1;
        flex: 1;
  }

  .is-call {
    pointer-events: none;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1024px) {
  .dashboard-aside {
    width: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-dashboard,
  header {
    min-width: 7.5rem;
  }
}
@media only screen and (max-width: 374px) {
  .section-dashboard,
  header {
    min-width: 320px;
  }
}
@media print, (min-width: 768px) {
  .content-information {
    padding-bottom: 47px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content-information {
    padding-bottom: 0.33rem;
  }
}
.content-heading {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

@media print, (min-width: 768px) {
  .content-heading {
    font-size: 28px;
    padding: 28px 10px 34px;
    letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 767.98px) {
  .content-heading {
    border-top: 1px solid #e0e0e0;
    border-width: 0.02rem;
    font-size: 0.42rem;
    padding: 0.32rem 0.1rem 0.3rem;
  }
}
.dashboard-aside {
  background: #fff;
  border-right: 1px solid #e0e0e0;
}
.dashboard-aside .inner-profile {
  text-align: center;
}
.dashboard-aside .profile-avatar {
  border-radius: 50%;
  overflow: hidden;
}
.dashboard-aside .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-aside .menu-item {
  border-top: 1px solid #e0e0e0;
}
.dashboard-aside .menu-item a {
  display: block;
  transition: opacity 0.24s ease;
}
.dashboard-aside .menu-item a:hover {
  opacity: 0.7;
}
.dashboard-aside .menu-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.dashboard-aside .menu-item.is-active a {
  pointer-events: none;
  opacity: 0.5;
  background: unset;
}

/*2023.9.1追加*/.dashboard-aside .menu-item .menu-item-sub {
  font-size: 13px;
}

@media print, (min-width: 768px) {
  .dashboard-aside {
    height: auto !important;
  }
  .dashboard-aside .inner-profile {
    padding: 25px 10px 35px;
  }
  .dashboard-aside .profile-avatar {
    margin: 0 auto 20px;
    width: 143px;
    height: auto;
  }
  .dashboard-aside .profile-name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .dashboard-aside .profile-id {
    font-size: 14px;
  }
  .dashboard-aside .menu-item a {
    font-size: 16px;
    padding: 19px 34px;
    background: url(../img/common/icon_arrow_right_small.png) no-repeat right 20px top 50%/10px;
  }
  /*2023.9.1追加*/.dashboard-aside .menu-item a.menu-item-sub {
    background: url(../img/common/icon_link.png) no-repeat right 20px top 50%/10px;
    background-color: #fafafa;
  }
}
@media only screen and (max-width: 767.98px) {
  .dashboard-aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 5.4rem;
    overflow: auto;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    transition: all 0.3s ease;
    border-right-width: 0.02rem;
  }
  .dashboard-aside .menu-item {
    border-width: 0.02rem;
  }
  .dashboard-aside .menu-item:last-child {
    border-bottom: 0.02rem solid #e0e0e0;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    transition: all 0.3s ease;
  }

  .dashboard-aside {
    background: #f7f7f7;
  }
  .dashboard-aside .inner-profile {
    padding: 0.6rem 0.1rem 0.66rem;
  }
  .dashboard-aside .profile-avatar {
    margin: 0 auto 0.14rem;
    width: 1.42rem;
    height: auto;
  }
  .dashboard-aside .profile-name {
    font-size: 0.32rem;
    margin-bottom: 0.05rem;
  }
  .dashboard-aside .profile-id {
    font-size: 0.24rem;
  }
  .dashboard-aside .menu-item a {
    font-size: 0.28rem;
    padding: 0.36rem 0.7rem;
    background: url(../img/common/sp/icon_arrow_right_small.png) no-repeat right 0.3rem top 50%/0.18rem;
  }
  /*2023.9.1追加*/ .dashboard-aside .menu-item a.menu-item-sub {
    font-size: 16px;
    background: url(../img/common/icon_link.png) no-repeat right  0.3rem top 50%/0.18rem;
    background-color: #f0f0f0;
  }
}
.common-table .table-heading {
  background: #f1f1f1;
  color: #666;
}
.common-table .table-heading.is-border-none {
  border-top: none;
}
.common-table .table-content {
  position: relative;
  width: 100%;
}
.common-table .table-content .content-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.common-table .table-content .content-label {
  color: #666;
}
.common-table .table-content .content-text {
  color: #111;
  position: relative;
}
.common-table .table-content .content-text a {
  color: #111;
}
.common-table .table-content .content-text .color-gray {
  color: #999;
}
.common-table .table-content tbody {
  display: block;
}
.common-table .is-bill-content .content-item {
  display: -ms-flexbox !important;
  display: flex !important;
}
.common-table .is-bill-content .content-label, .common-table .is-bill-content .content-text {
  -ms-flex: 1;
      flex: 1;
}
.common-table .is-bill-content .content-label {
  color: #111;
}
.common-table .is-bill-content .content-text {
  text-align: right;
}
.common-table .is-sum-content .content-item {
  display: -ms-flexbox !important;
  display: flex !important;
}
.common-table .is-sum-content .content-item:first-child {
  border-top: 1px solid #111;
}
.common-table .is-sum-content .is-total-item:first-child {
  border-top: 2px solid #111;
}
.common-table .is-sum-content .content-label {
  -ms-flex: 1;
      flex: 1;
  text-align: right;
  color: #111;
}
.common-table .is-sum-content .content-text {
  text-align: right;
}
.common-table .is-total-item .content-label,
.common-table .is-total-item .content-text {
  font-weight: 500;
}
.is-mac .common-table .is-total-item .content-label, .is-mac
.common-table .is-total-item .content-text {
  font-weight: 600;
}
.is-ipad .common-table .is-total-item .content-label, .is-ipad
.common-table .is-total-item .content-text {
  font-weight: 700;
}
.common-table .is-red .content-label, .common-table .is-red .content-text {
  color: #f00;
}
.common-table .is-right {
  text-align: right;
}

@media print, (min-width: 768px) {
  .common-table .table-heading {
    font-size: 16px;
    padding: 14px 40px 12px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .common-table .table-content tbody {
    padding: 0 40px;
  }
  .common-table .table-content .content-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 30px 0 16px;
  }
  .common-table .table-content .content-label {
    width: 152px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    line-height: calc(20 / 16);
  }
  .common-table .table-content .is-bill-content .content-label {
    font-size: 18px;
    line-height: calc(29 / 18);
  }
  .common-table .table-content .is-sum-content .content-label {
    font-size: 18px;
    line-height: calc(31 / 18);
  }
  .common-table .table-content .content-text {
    -ms-flex: 1;
        flex: 1;
    font-size: 18px;
    line-height: calc(31 / 18);
    top: -5px;
  }
  .common-table .table-content .content-text p:not(:first-child) {
    margin-top: 5px;
  }
  .common-table .table-content .content-text .is-small {
    font-size: 14px;
  }
  .common-table .table-content .tag.is-left {
    margin-right: 20px;
  }
  .common-table .table-content .tag.is-right {
    margin-left: 14px;
  }
  .common-table .table-content .is-sum-content .content-text {
    -ms-flex: unset;
        flex: unset;
    width: 160px;
    top: 0;
  }
  .common-table .table-content .is-total-item .content-text {
    font-size: 24px;
    top: -7px;
  }
  .common-table .table-content .is-bill-content .content-text {
    top: 0;
  }
  .common-table .table-content .is-bill-content .content-item, .common-table .table-content .is-sum-content .content-item {
    padding: 23px 0 21px;
  }
  .common-table .table-content .is-bill-content .content-item .content-label .is-small, .common-table .table-content .is-sum-content .content-item .content-label .is-small {
    font-size: 15px;
  }
  .common-table .table-content .is-bill-content .content-item .content-label .color-gray, .common-table .table-content .is-sum-content .content-item .content-label .color-gray {
    color: #666;
  }
  .common-table .table-content .is-sum-content .is-total-item {
    padding: 30px 0 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-table .table-heading {
    font-size: 0.24rem;
    padding: 0.19rem 0.4rem 0.17rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .common-table .table-content tbody {
    padding: 0 0.4rem;
  }
  .common-table .table-content .content-item {
    display: block;
    padding: 0.32rem 0 0.28rem;
  }
  .common-table .table-content .content-item:not(:last-child) {
    border-width: 0.02rem;
  }
  .common-table .table-content .content-label {
    font-size: 0.24rem;
    margin-bottom: 0.14rem;
    display: block;
  }
  .common-table .table-content .is-bill-content .content-label {
    font-size: 0.28rem;
    line-height: calc(42 / 28);
  }
  .common-table .table-content .is-sum-content .content-label {
    font-size: 0.28rem;
    line-height: calc(48 / 28);
  }
  .common-table .table-content .content-text {
    font-size: 0.28rem;
    line-height: calc(48 / 28);
    letter-spacing: 0.03em;
    display: block;
  }
  .common-table .table-content .content-text p:not(:first-child) {
    margin-top: 0.08rem;
  }
  .common-table .table-content .content-text .is-small {
    margin-top: 0.17rem !important;
    font-size: 0.2rem;
  }
  .common-table .table-content .tag.is-left {
    margin-right: 0.25rem;
  }
  .common-table .table-content .tag.is-right {
    margin-left: 0.15rem;
  }
  .common-table .table-content .is-sum-content .content-text, .common-table .table-content .is-bill-content .content-text {
    -ms-flex: unset;
        flex: unset;
    width: 2.45rem;
  }
  .common-table .table-content .is-total-item .content-text {
    font-size: 0.36rem;
    margin-top: -0.08rem;
  }
  .common-table .table-content .is-bill-content .content-item, .common-table .table-content .is-sum-content .content-item {
    padding: 0.24rem 0 0.09rem;
  }
  .common-table .table-content .is-bill-content .content-item .content-label .is-small, .common-table .table-content .is-sum-content .content-item .content-label .is-small {
    font-size: 0.24rem;
  }
  .common-table .table-content .is-bill-content .content-item .content-label .color-gray, .common-table .table-content .is-sum-content .content-item .content-label .color-gray {
    color: #666;
  }
  .common-table .is-sum-content .content-item:first-child {
    border-top-width: 0.02rem;
  }
  .common-table .is-sum-content .is-total-item:first-child {
    border-top-width: 0.03rem;
  }
}
.tag {
  background: #f1f1f1;
  color: #111;
  text-align: center !important;
  display: inline-block;
}
.tag.is-green {
  background: #e4f9f4;
  color: #27b27c;
}
@media print, (min-width: 768px) {
  .tag {
    min-width: 72px;
    border-radius: 10px;
    padding: 5px 6px 4px;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag {
    min-width: 0.88rem;
    border-radius: 0.1rem;
    padding: 0.06rem;
    font-size: 0.24rem;
    margin-top: 0.06rem;
    margin-bottom: 0.07rem;
  }
}

.td-ul {
    text-decoration: underline;
}
/*# sourceMappingURL=common.css.map */
