@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* class */
[class*=app-web-frontend] .global-btns {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  text-align: right;
}
[class*=app-web-frontend] .global-btns a {
  background-color: #03c1a4;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.25em 0.5em;
  border: 0;
  border-radius: 2px;
}
[class*=app-web-frontend] .global-caption {
  border: 0;
  background-color: #ecf5fa;
  font-size: 1.5em;
}
[class*=app-web-frontend] .global-coverImage {
  border: 0;
}
[class*=app-web-frontend] .global-colTable tbody {
  background-color: white;
}
[class*=app-web-frontend] .global-counter {
  text-align: right;
}
[class*=app-web-frontend] .global-form-range {
  display: block;
}
[class*=app-web-frontend] .global-form-range > * {
  display: block;
}
[class*=app-web-frontend] .global-form-range [id*=date] > div, [class*=app-web-frontend] .global-form-range [id*=Date] > div {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
[class*=app-web-frontend] .global-menuBtns a {
  background-color: #03c1a4;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
[class*=app-web-frontend] .global-menuBtns a:hover {
  border-color: #03c1a4;
  background-color: white;
  color: #03c1a4;
}
[class*=app-web-frontend] .global-menuHeader {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
[class*=app-web-frontend] .global-menuHeader > a {
  margin-left: auto;
  background-color: #03c1a4;
}
[class*=app-web-frontend] .global-pager {
  display: table;
  background-color: white;
  border-radius: 2em;
  margin-right: auto;
  margin-left: auto;
}
[class*=app-web-frontend] .global-pager a {
  border: 0;
  color: #666666;
  font-weight: bold;
}
[class*=app-web-frontend] .global-pager a:hover {
  background-color: unset;
  color: #222222;
}
[class*=app-web-frontend] .global-pager b {
  background-color: unset;
  border: 0;
  color: #222222;
}
[class*=app-web-frontend] .global-postList {
  border-radius: 1.5em;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-postList {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-postList > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-postList > *:first-child {
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    width: 45%;
    max-width: 45%;
  }
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-postList > *:last-child {
    -webkit-flex-basis: 55%;
    flex-basis: 55%;
    width: 55%;
    max-width: 55%;
  }
}
[class*=app-web-frontend] .global-postList .image {
  position: relative;
}
@media (min-width: 800px) {
  [class*=app-web-frontend] .global-postList .image {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 799px) {
  [class*=app-web-frontend] .global-postList .image {
    aspect-ratio: 4/3;
  }
}
[class*=app-web-frontend] .global-postList .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[class*=app-web-frontend] .global-postList [class*=global-img] {
  width: 100%;
  padding-top: unset;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
[class*=app-web-frontend] .global-postList .global-imgNone {
  padding: 0;
}
[class*=app-web-frontend] .global-postList .tpl-summary {
  padding: 1.5em;
}
[class*=app-web-frontend] .global-postList header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
[class*=app-web-frontend] .global-postList header > * {
  margin-right: 1em;
}
[class*=app-web-frontend] .global-postList .category {
  background-color: #fa9872;
  border-radius: 2px;
  color: white;
  display: table;
  font-weight: bold;
  padding: 0.2em 0.5em;
}
[class*=app-web-frontend] .global-postList h3 {
  font-size: 1.25em;
  margin: 0.5rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
[class*=app-web-frontend] .global-postList .introduction {
  font-size: 0.9em;
  margin: 0.5em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
[class*=app-web-frontend] .global-postList .organization {
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
[class*=app-web-frontend] .global-postList .organization b {
  font-size: 1.2em;
}
[class*=app-web-frontend] .global-postList dl:not(.global-inlineDl) {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
[class*=app-web-frontend] .global-postList dl:not(.global-inlineDl) dt {
  color: #06428b;
  font-size: 0.9em;
  font-weight: normal;
  word-break: keep-all;
}
[class*=app-web-frontend] .global-postList dl:not(.global-inlineDl) dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.9em;
  padding-left: 1em;
}
[class*=app-web-frontend] .global-postList dl:not(.global-inlineDl).sponcorship dt {
  border: solid #06428b 1px;
  padding: 0.2em 1em;
}
[class*=app-web-frontend] .global-postList dl:not(.global-inlineDl).sponcorship dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
[class*=app-web-frontend] .global-postList .js_favorite {
  font-size: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
[class*=app-web-frontend] .global-postList .js_favorite::before {
  content: "\f004";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  font-size: 1.5rem;
  color: lightgray;
}
[class*=app-web-frontend] .global-postList .js_favorite.active::before {
  color: #fa98be;
}
[class*=app-web-frontend] .global-sideTitle {
  text-align: left;
}
[class*=app-web-frontend] .global-singleBtn {
  background-color: #03c1a4;
  border-radius: 0.3em;
  max-width: unset;
}
[class*=app-web-frontend] .global-submit {
  background-color: #03c1a4;
  border-radius: 0.3em;
  color: white;
  font-weight: bold;
}
[class*=app-web-frontend] .global-submitWrap [name] {
  border-radius: 0.3em;
}
[class*=app-web-frontend] .global-submitWrap [name*='[save]'], [class*=app-web-frontend] .global-submitWrap [name*='[conf]'], [class*=app-web-frontend] .global-submitWrap [name*='[confirm]'], [class*=app-web-frontend] .global-submitWrap [name*='[next]'] {
  background-color: #03c1a4;
  color: white;
}

.form-calendarBtn {
  color: #03c1a4;
}
.form-calendarBtn:hover {
  color: #03c1a4;
}

nav.global-tabSwitch span {
  background-color: #03c1a4;
}
nav.global-tabSwitch a:hover {
  background-color: #03c1a4;
}

.js-scrollTop {
  display: none;
  font-size: 0;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  background-color: #03c1a4;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-scrollTop::before {
  content: "\f062";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: white;
  font-weight: bold;
  font-size: 2rem;
}

.swiper-container.carousel {
  padding-bottom: 0;
}
.swiper-container.carousel[data-length] {
  max-width: 400px;
}
@media (min-width: 500px) {
  .swiper-container.carousel:not([data-length="1"]) {
    max-width: 800px;
  }
}
@media (min-width: 900px) {
  .swiper-container.carousel[data-length="3"] {
    max-width: 1200px;
  }
}
.swiper-footer {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.swiper-footer .swiper-buttonWrap {
  padding: 0 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #cccccc;
  font-size: 2rem;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  content: "\f054";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  content: "\f053";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
.swiper-pagination {
  position: relative;
  bottom: unset !important;
  left: unset !important;
  width: unset !important;
  padding: 1em;
}
.swiper-pagination-bullet {
  width: 1em;
  height: 1em;
}
.swiper-pagination-bullet-active {
  background-color: #03c1a4;
}

._embed_showProfile {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
._embed_showProfile aside {
  position: absolute;
  top: -3em;
  right: 0;
}
@media (max-width: 599px) {
  ._embed_showProfile aside {
    top: -5em;
    display: none;
  }
}
._embed_showProfile .top.master {
  display: block;
}
@media (min-width: 600px) {
  ._embed_showProfile .top.master {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 599px) {
  ._embed_showProfile .top.master {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
._embed_showProfile .top.master .topLeft.master {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 599px) {
  ._embed_showProfile .top.master .topLeft.master {
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    width: 70%;
    max-width: 70%;
    margin: auto;
  }
}
._embed_showProfile .top.master .topLeft.master .global-imgBg {
  border-radius: 50%;
  padding: 0;
  width: 12em;
  height: 12em;
  aspect-ratio: 1/1;
  margin: auto;
}
._embed_showProfile .top.master .topRight.master {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
._embed_showProfile .top.master .topRight.master header {
  display: block;
  text-align: center;
}
._embed_showProfile .top.master .topRight.master header h2 {
  margin: 0;
  font-size: 1.5em;
}
._embed_showProfile .topLeft.master .global-imgBg {
  height: unset;
}
._embed_showProfile .bottom.master {
  display: block;
}
@media (min-width: 600px) {
  ._embed_showProfile .bottom.master {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
}
@media (max-width: 599px) {
  ._embed_showProfile .bottom.master {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
._embed_showProfile .bottomLeft.master {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
._embed_showProfile .bottomRight.master .profile h3, ._embed_showProfile .bottomRight.master .profile h4 {
  margin: 1em 0;
}
@media (min-width: 600px) {
  ._embed_showProfile .bottomRight.master .profile ._macro dt {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
  }
}
@media (min-width: 600px) {
  ._embed_showProfile .bottomRight.master .profile ._macro dd img {
    max-width: 300px;
  }
}
._embed_showProfile .master dl._macro:nth-of-type(even) {
  background-color: rgba(128, 128, 128, 0.05);
}
._embed_showProfile .master dl._macro dt {
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}
._embed_showProfile .master dl._macro dd {
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
  width: 70%;
  max-width: 70%;
}

/* layout-backend  */
/* layout-frontend  */
/* common */
[class*=app-web-frontend] {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  padding: 6em 0 0;
}
[class*=app-web-frontend] * {
  word-break: break-all;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] {
    padding: 4em 0 0;
  }
}
[class*=app-web-frontend] h1, [class*=app-web-frontend] h2, [class*=app-web-frontend] h3, [class*=app-web-frontend] h4, [class*=app-web-frontend] h5, [class*=app-web-frontend] h6, [class*=app-web-frontend] .global-userName, [class*=app-web-frontend] h2.default, [class*=app-web-frontend] legend, [class*=app-web-frontend] input, [class*=app-web-frontend] button {
  font-family: "Noto Sans JP", sans-serif;
}
[class*=app-web-frontend] p {
  line-height: 1.65;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .outer-contents {
    padding-top: 2em;
  }
}
[class*=app-web-frontend] h2.default {
  text-align: left;
}
[class*=app-web-frontend]:not([class$=masesitetop-index]) {
  padding: 6em 0 0;
}
[class*=app-web-frontend] [class*=left-search] {
  border-radius: 1em;
  padding: 1em 0.5em;
  min-width: 20em;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"] {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f7f7f7;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
  margin-right: 0.25em;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"] + label + br {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"] {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: white;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"] + label + br {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] [class*=left-search] {
    margin: 1em 0;
  }
}
[class*=app-web-frontend] [class*=left-search] dt {
  border: 0;
  color: #222222;
  background-color: #ecf5fa;
  padding: 0.5em 0.5em;
}
[class*=app-web-frontend] [class*=left-search] [type=submit] {
  background-color: #03c1a4;
  border-radius: 2em;
  padding: 0.5em;
  display: table;
  margin: auto;
  width: 12em;
  text-align: center;
}
[class*=app-web-frontend] [class*=left-search] [type=submit]::before {
  content: "\f002";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 1em;
}
[class*=app-web-frontend] [class*=left-search] .checkboxes ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  fieldset dl._macro dt {
    width: 20em;
    min-width: 20em;
    max-width: 20em;
  }
}

.common-overContents {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 4em 1em 0;
}
.common-overContents h2 {
  border-bottom: solid #4d97bd 0.35em;
  padding-bottom: 1em;
}
.common-title {
  margin-bottom: 2em;
}
.common-title i {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.common-title i::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #06428b;
  margin-left: 1em;
}
.common-title b {
  font-size: 1.5em;
  color: #222222;
  display: block;
  margin-top: 1em;
}

/* form */
/* partial */
/* backend */
/* frontend */
.outer-header {
  background-color: white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
@media (max-width: 799px) {
  .outer-contents {
    display: block;
  }
}
.outer-left > * {
  min-width: 20em;
}
@media (max-width: 799px) {
  .outer-left > * {
    max-width: 100%;
  }
}
.outer-footer {
  background-color: unset;
  position: relative;
}

._tpl_mirasus_header {
  color: #222222;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 1.5em;
  font-size: 1rem;
}
@media (max-width: 999px) {
  ._tpl_mirasus_header {
    padding: 1em;
  }
}
._tpl_mirasus_header h1 {
  padding: 0;
  max-width: 50%;
}
._tpl_mirasus_header h1 a {
  max-width: unset;
}
._tpl_mirasus_header h1 img {
  width: 342px;
}
._tpl_mirasus_header .master-nav a {
  color: #222222;
}
._tpl_mirasus_header .master-menus a {
  color: #222222;
}
._tpl_mirasus_header a {
  font-weight: bold;
  white-space: nowrap;
}
._tpl_mirasus_header .infoWrap {
  margin: auto;
}
@media (max-width: 999px) {
  ._tpl_mirasus_header .infoWrap {
    display: none;
  }
}
._tpl_mirasus_header .infoWrap a[href] {
  color: #222222;
  margin: 0 0 0 1.5em;
}
._tpl_mirasus_header .infoWrap a[href][href*=inquiry]::before {
  content: "\f0e0";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
}
._tpl_mirasus_header .infoWrap a[href][href*=howto]::before {
  content: "\f15c";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
}
._tpl_mirasus_header .headerMenuWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a {
  margin: 0 0 0 1rem;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a {
    margin-left: 1rem;
  }
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=mypage], ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=register] {
  background-color: #03c1a4;
  color: white;
  padding: 0.5em 2em;
  border-radius: 2em;
}
@media (max-width: 999px) {
  ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=mypage], ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=register] {
    font-size: 0;
    width: 2rem;
    height: 2rem;
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=mypage]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 0.35em;
  background-image: url("\2F image\2F mirasus\2F mypage\2E svg\3F 0");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=login], ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=logout] {
  background-color: #4d97bd;
  color: white;
  padding: 0.5em 2em;
  border-radius: 2em;
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=login]::before, ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=logout]::before {
  margin-right: 0.35em;
}
@media (max-width: 999px) {
  ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=login], ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=logout] {
    font-size: 0;
    width: 2rem;
    height: 2rem;
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=login]::before, ._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=logout]::before {
    font-size: 1rem;
    margin: 0;
  }
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=login]::before {
  content: "\f2f6";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=logout]::before {
  content: "\f2f5";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=register]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 0.35em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=register]:not([href*=partner])::before {
  background-image: url("\2F image\2F mirasus\2F normal\2E svg\3F 0");
}
._tpl_mirasus_header .headerMenuWrap nav.master-nav > a[href*=register][href*=partner]::before {
  background-image: url("\2F image\2F mirasus\2F partner\2E svg\3F 0");
}
._tpl_mirasus_header .menuWrap[class] {
  margin-left: 1.5em;
}
@media (max-width: 999px) {
  ._tpl_mirasus_header .menuWrap[class] {
    margin-left: 1em;
    max-width: 2rem;
  }
}
._tpl_mirasus_header .menuWrap[class] .menuOpen {
  display: block;
  cursor: pointer;
  color: black;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
._tpl_mirasus_header .menuWrap[class] .menuOpen:hover {
  opacity: 1;
}
._tpl_mirasus_header .menuWrap[class] .hideMenu {
  min-width: 250px;
  max-width: 300px;
  height: 100vh;
  background-color: whitesmoke;
  box-shadow: -1px 0 1px 0 dimgray;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 8;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: black;
  z-index: 11;
}
._tpl_mirasus_header .menuWrap[class] .hideMenu a[href] {
  display: block;
  border-bottom: #e2e2e2;
  text-align: left;
  padding: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
._tpl_mirasus_header .menuWrap[class] .hideMenu a[href]::after {
  content: "\f105";
  font-family: "FontAwesome";
  vertical-align: baseline;
  margin-right: 0.5em;
  margin-left: auto;
  color: #4d97bd;
}
._tpl_mirasus_header .menuWrap[class] .menuClose {
  display: block;
  color: #4d97bd;
  font-size: 1.5em;
  background-color: whitesmoke;
  cursor: pointer;
  text-align: right;
  padding: 0.25rem 1rem;
}
._tpl_mirasus_header .menuWrap[class] .menuClose::before {
  content: "\f00d";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: #4d97bd;
}
._tpl_mirasus_footer {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 0 0;
  max-width: 100%;
  background-color: white;
  font-size: 1rem;
}
._tpl_mirasus_footer * {
  color: #222222;
}
._tpl_mirasus_footer .logo {
  text-align: center;
  position: relative;
  margin: 2em auto;
}
._tpl_mirasus_footer .logo img {
  height: 46px;
}
@media (max-width: 999px) {
  ._tpl_mirasus_footer .logo img {
    height: 30px;
  }
}
._tpl_mirasus_footer > nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
._tpl_mirasus_footer > nav > a {
  display: inline-block;
  margin: 1em 0;
  padding: 0 1em;
}
._tpl_mirasus_footer > nav > a:not(:first-of-type) {
  border-left: solid #e2e2e2 1px;
}
._tpl_mirasus_footer .copyright {
  text-align: center;
  background-color: #4d97bd;
  color: white;
  padding: 0.5em;
}

/* addtop */
/* backend-addtop */
/* css */
/* backend-css */
/* earnings */
/* backend-earningsmanage */
/* freespace */
/* backend-freespace */
/* purchase */
/* backend-purchasemanage */
/* questionnaire */
/* backend-questionnaire */
/* serveicetypecase */
/* backend-casemanage */
/* serveicetypeproduct */
/* backend-productmanage */
/* serveicetypereserve */
/* backend-reservemanage */
/* user */
/* backend-user */
/* area */
/* areamanage */
[class|=area-areamanage] {
  /* block */
}

main.areamanage {
  /* component */
  /* common namespace */
  /* each */
}
main.areamanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* authentication */
/* authentication */
[class|=authentication] {
  /* block */
}

main.authentication {
  /* component */
  /* common namespace */
  /* each */
}
main.authentication article {
  /* article */
  /* common namespace */
  /* each */
}

/* bank */
/* bankmanage */
[class|=bank-bankmanage] {
  /* block */
}

main.bankmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.bankmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* blog */
/* blogmanage */
[class|=blog-blogmanage] {
  /* block */
}

main.blogmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.blogmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* blogpost */
[class|=blog-blogpost] {
  /* block */
}

main.blogpost {
  /* component */
  /* common namespace */
  /* each */
}
main.blogpost article {
  /* article */
  /* common namespace */
  /* each */
}

/* comment */
[class|=blogpost-comment] {
  /* block */
}

main.blogpost {
  /* component */
  /* common namespace */
  /* each */
}
main.blogpost article {
  /* article */
  /* common namespace */
  /* each */
}

/* search */
[class|=blogpost-search] {
  /* block */
}

main.blogpost {
  /* component */
  /* common namespace */
  /* each */
}
main.blogpost article {
  /* article */
  /* common namespace */
  /* each */
}

/* community */
/* communitymanage */
[class|=community-communitymanage] {
  /* block */
}

main.communitymanage {
  /* component */
  /* common namespace */
  /* each */
}
main.communitymanage article {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  /* article */
  /* common namespace */
  /* each */
}
main.communitymanage article.edit [type="checkbox"], main.communitymanage article.add [type="checkbox"] {
  display: none;
}
main.communitymanage article.edit [type="checkbox"] + label, main.communitymanage article.add [type="checkbox"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f7f7f7;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
  margin-right: 0.25em;
}
main.communitymanage article.edit [type="checkbox"] + label + br, main.communitymanage article.add [type="checkbox"] + label + br {
  display: none;
}
main.communitymanage article.edit [type="checkbox"]:checked + label, main.communitymanage article.add [type="checkbox"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
main.communitymanage article.edit [type="radio"], main.communitymanage article.add [type="radio"] {
  display: none;
}
main.communitymanage article.edit [type="radio"] + label, main.communitymanage article.add [type="radio"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: white;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
}
main.communitymanage article.edit [type="radio"] + label + br, main.communitymanage article.add [type="radio"] + label + br {
  display: none;
}
main.communitymanage article.edit [type="radio"]:checked + label, main.communitymanage article.add [type="radio"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
main.communitymanage article.edit [type=text], main.communitymanage article.add [type=text] {
  width: 100%;
}
main.communitymanage article.edit #map, main.communitymanage article.add #map {
  max-width: 100%;
}

/* community */
.community-index_header .common-overContents {
  margin-bottom: 2em;
}
.community-index_header .common-overContents .flex {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  border-bottom: solid #4d97bd 0.35em;
  padding-bottom: 1em;
}
@media (max-width: 599px) {
  .community-index_header .common-overContents .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.community-index_header .common-overContents .left {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 599px) {
  .community-index_header .common-overContents .left {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-order: 1;
    order: 1;
  }
}
.community-index_header .common-overContents .left h2 {
  border: 0;
  margin: 0;
}
.community-index_header .common-overContents .left nav {
  text-align: right;
}
.community-index_header .common-overContents .left nav .js-openMenu {
  color: white;
  padding: 0.25em 0.5em;
}
.community-index_header .common-overContents .left nav .master-ownerMenu {
  display: inline-block;
}
.community-index_header .common-overContents .left nav .master-ownerMenu ul li {
  background-color: unset;
}
.community-index_header .common-overContents .left nav .master-ownerMenu ul li a {
  margin: 0;
}
.community-index_header .common-overContents .right {
  max-width: 207px;
}
@media (min-width: 600px) {
  .community-index_header .common-overContents .right {
    padding-left: 1em;
  }
}
.community-index_header .common-overContents .right .logo {
  border-radius: 1em;
  width: 100%;
  aspect-ratio: 4/3;
}
.community-index_header .common-overContents .right .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.community-underContents {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 1em;
}
.community-underContents > section {
  margin-bottom: 3em;
}
.community-underContents .more {
  background-color: #03c1a4;
  border-radius: 2em;
  color: white;
  display: table;
  font-weight: bold;
  padding: 0.5em;
  width: 12em;
  text-align: center;
  margin: 1em auto;
}

.community-comment {
  margin-top: 2em;
}

.community-left-search {
  min-width: 20em;
}
.community-left-search [type="checkbox"] {
  display: none;
}
.community-left-search [type="checkbox"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f7f7f7;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
  margin-right: 0.25em;
}
.community-left-search [type="checkbox"] + label + br {
  display: none;
}
.community-left-search [type="checkbox"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
.community-left-search [type="radio"] {
  display: none;
}
.community-left-search [type="radio"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: white;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
}
.community-left-search [type="radio"] + label + br {
  display: none;
}
.community-left-search [type="radio"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
.community-left-search .date .form-fields-date_widget {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.community-left-search select {
  width: unset;
}
.community-left-search select[name*=category] {
  width: 100%;
}
.community-left-search[class*=left-search] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 799px) {
  .community-left-search[class*=left-search] {
    padding: 2em 1em;
  }
}
.community-left-search[class*=left-search] [type="checkbox"] {
  display: none;
}
.community-left-search[class*=left-search] [type="checkbox"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f7f7f7;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
  margin-right: 0.25em;
}
.community-left-search[class*=left-search] [type="checkbox"] + label + br {
  display: none;
}
.community-left-search[class*=left-search] [type="checkbox"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
.community-left-search[class*=left-search] [type="radio"] {
  display: none;
}
.community-left-search[class*=left-search] [type="radio"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: white;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
}
.community-left-search[class*=left-search] [type="radio"] + label + br {
  display: none;
}
.community-left-search[class*=left-search] [type="radio"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}

[class|=community] {
  /* block */
}
@media (min-width: 800px) {
  [class|=community][class*=left_side_bar] {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
    min-width: 20em;
  }
}
@media (max-width: 799px) {
  [class|=community][class*=left_side_bar] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-order: 1;
    order: 1;
  }
}
[class|=community][class*=left_side_bar] h3 {
  font-size: 1.2em;
  border-bottom: solid #e2e2e2 1px;
  padding-bottom: 1em;
}
[class|=community][class*=left_side_bar] [class*=_tpl_user] .global-coverImage {
  width: 5.5em;
  height: 5.5em;
}
[class|=community][class*=left_side_bar] [class|=user][class*=_tpl_user] .name {
  font-size: 1.1rem;
  font-weight: bold;
}
[class|=community][class*=left_side_bar] .joinMember li {
  border-bottom: solid #e2e2e2 1px;
}
[class|=community][class*=left_side_bar] .more {
  background-color: #03c1a4;
  border-radius: 2em;
  color: white;
  display: table;
  font-weight: bold;
  padding: 0.5em;
  width: 16em;
  text-align: center;
  margin: 1em auto;
}
[class|=community][class*=left_side_bar] .more::after {
  content: "\f061";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 1em;
}

main.community {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
  /* component */
  /* common namespace */
  /* each */
}
main.community .community-content {
  width: 100%;
}
main.community .community-content .main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex: unset;
}
main.community article {
  /* article */
  /* common namespace */
  /* each */
}
main.community article[class^=member-list] ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.community article.index {
  padding: 1em 0;
}
main.community article.index .description {
  margin-bottom: 1.5em;
  background-color: unset;
  padding: 0;
}
main.community article.index .imageWrap {
  width: 100%;
}
main.community article.index .imageWrap .mainImage {
  width: 100%;
}
main.community article.index .imageWrap .mainImage span {
  width: 100%;
  aspect-ratio: 836/627;
  position: relative;
  display: block;
  border: none;
  border-radius: 1.5em;
  margin: 0;
  overflow: hidden;
}
main.community article.index .imageWrap .mainImage span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.community article.index .imageWrap .thumbnails {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5em -0.5em 1.5em;
}
main.community article.index .imageWrap .thumbnails .thumbnail {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  padding: 0.5em;
  cursor: pointer;
  transition: 0.3s;
}
main.community article.index .imageWrap .thumbnails .thumbnail:hover {
  opacity: 0.7;
}
main.community article.index .imageWrap .thumbnails .thumbnail span {
  width: 100%;
  aspect-ratio: 148/111;
  position: relative;
  display: block;
  border: none;
  border-radius: 1em;
  margin: 0;
  overflow: hidden;
}
main.community article.index .imageWrap .thumbnails .thumbnail span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.community article.index .category {
  background-color: #fa9872;
  border-radius: 2px;
  color: white;
  display: table;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  main.community article.index .global-rowTable tr:nth-of-type(even) {
    background-color: unset;
  }
}
@media (min-width: 600px) {
  main.community article.index .global-rowTable th, main.community article.index .global-rowTable td {
    border-left: 0;
    border-right: 0;
  }
}
main.community article.index .global-rowTable th a, main.community article.index .global-rowTable td a {
  color: blue;
}
main.community article.index .global-rowTable th {
  font-weight: bold;
}
main.community article.index .tags span {
  display: inline-block;
  border: solid #fa9872 1px;
  border-radius: 2px;
  color: #fa9872;
  padding: 0 0.5em;
  margin: 0.25em;
}
main.community article.index .global-btns {
  text-align: right;
}
main.community article.index .global-status span {
  display: inline-block;
  border: solid #03c1a4 1px;
  color: #03c1a4;
  padding: 0.2em 1em;
}
main.community article.index .meta {
  text-align: right;
  padding: 1em;
}
main.community article.index .meta .date {
  display: block;
}
main.community article.index .note {
  padding: 1em;
}
main.community article.index .global-submit {
  padding: 1em;
  display: table;
  margin: 1em auto;
}
main.community article.index .global-submit > a {
  display: block;
}
main.community article.index .global-cancel {
  margin: 1em auto;
  padding: 1em;
  display: table;
  background-color: gray;
}
main.community article.index .list {
  margin-bottom: 3em;
}
main.community article.index .list > h3 {
  color: #03c1a4;
  font-size: 1.5em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
main.community article.index .list > h3.event {
  color: #03c1a4;
}
main.community article.index .list > h3.event a[href*=add] {
  background-color: #03c1a4 !important;
}
main.community article.index .list > h3::before {
  content: "\f02e";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
main.community article.index .list > h3 a[href] {
  border-radius: 2em;
  color: white;
  display: table;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  line-height: 1;
}
main.community article.index .list > h3 a[href][href*=add] {
  background-color: #03c1a4;
  margin-left: 4em;
}
@media (max-width: 799px) {
  main.community article.index .list > h3 a[href][href*=add] {
    margin-left: auto;
  }
}
main.community article.index .list > h3 a[href][href*=add]::before {
  content: "+";
  margin-right: 0.5em;
}
main.community article.index .list .global-smallSubmit {
  background-color: #03c1a4;
  border-radius: 0.25em;
  font-size: 1rem;
  font-weight: bold;
  margin: 1em 0 1em auto;
  display: table;
}
main.community article.index ul.master li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid #e2e2e2 1px;
}
main.community article.index ul.master li header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
main.community article.index ul.master li header h3 {
  margin-right: auto;
  font-size: 1.5em;
  color: #03c1a4;
}
@media (max-width: 799px) {
  main.community article.index ul.master li header h3 {
    font-size: 1.2em;
  }
}
main.community article.index ul.master li header span {
  border: solid #03c1a4 1px;
  color: #03c1a4;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
main.community article.index ul.master li .tpl-dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
main.community article.index ul.master li .tpl-dl dt {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  font-weight: bold;
  padding: 0.5em;
}
main.community article.index ul.master li .tpl-dl dd {
  -webkit-flex-basis: 80%;
  flex-basis: 80%;
  width: 80%;
  max-width: 80%;
  padding: 0.5em;
}
main.community article.index ul.master li .eventTime {
  background-color: white;
  border-radius: 0.5em;
  color: #03c1a4;
  display: table;
  font-weight: bold;
  margin-top: 1em;
  padding: 0.5em 1em;
}
main.community article.index ul.master li .eventTime::before {
  content: "\f073";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
main.community article.index ul.master li footer {
  text-align: right;
  color: #03c1a4;
}
main.community article.index ul.master.event h3 {
  color: #03c1a4;
}
main.community article.index.topic h2 {
  color: #03c1a4;
}
main.community article.index.topic .date {
  color: #03c1a4;
}
main.community article.index.event h2 {
  color: #03c1a4;
}
main.community article.index.event .date {
  color: #03c1a4;
}
main.community article.index.member h2 {
  color: #03c1a4;
  margin-bottom: 1em;
}
main.community article.index.member li {
  margin-bottom: 1em;
}
main.community article.search_community > ul li {
  padding: 1em;
}
main.community article.search_community .recommend_info {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}
main.community article.search_community .recommend_info > div {
  padding: 1em;
  background-color: white;
}
main.community article.search_community .recommend_info > div .title {
  color: #03c1a4;
  text-align: center;
  margin: 3em auto;
}
main.community article.search_community .recommend_info > div .title .en {
  font-size: 1em;
  display: block;
}
main.community article.search_community .recommend_info > div .title big {
  display: block;
  font-size: 2em;
  line-height: 1.5;
  margin: 0.5em auto;
}
main.community article.search_community .recommend_info .global-counter .hobbieSelected {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
main.community article.search_community .recommend_info .global-counter .hobbieSelected .global-coverImage {
  width: 6em;
  aspect-ratio: 1/1;
}
main.community article.search_community .recommend_info .global-counter .hobbieSelected .text {
  color: #03c1a4;
  padding: 1em;
}
main.community article.search_community .recommend_info .global-counter .hobbieSelected .text b {
  font-size: 2em;
}
main.community article.search_community .recommend_info .categoryList {
  width: 100%;
}
@media (min-width: 800px) {
  main.community article.search_community .recommend_info .categoryList {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
main.community article.search_community .recommend_info .categoryList li {
  padding: 1em;
}
@media (min-width: 800px) {
  main.community article.search_community .recommend_info .categoryList li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
main.community article.search_community .recommend_info .categoryList li > * {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 1em;
}
main.community article.search_community .recommend_info .categoryList li .global-coverImage {
  aspect-ratio: 1/1;
  margin: 0;
}
main.community article.search_community .recommend_info .categoryList li .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.community article.search_community .recommend_info .categoryList li h3 {
  color: #03c1a4;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0.5em auto;
}
main.community article.search_community .recommend_info .categoryList li .count {
  color: #03c1a4;
  font-weight: bold;
  display: table;
  margin: auto;
}
main.community article.search_community .recommend_info .categoryList li .count b {
  font-size: 2em;
}
main.community article.search_community section.latest {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4em 1em;
}
@media (max-width: 799px) {
  main.community article.search_community section.latest {
    padding: 2em 1em;
  }
}
main.community article.search_community section.latest h3 {
  color: #03c1a4;
  font-size: 1.5em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 799px) {
  main.community article.search_community section.latest h3 {
    font-size: 1.2em;
  }
}
main.community article.search_community section.latest h3::before {
  content: "\f02e";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
main.community article.search_community section.latest .wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  main.community article.search_community section.latest .wrap > li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 1em;
  }
}
@media (max-width: 799px) {
  main.community article.search_community section.latest .wrap > li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0.5em;
  }
}

/* comment */
[class|=community-comment] {
  /* block */
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] header.master [href*='/addComment/'] {
  -webkit-box-flex: 0;
  -webkit-box-flex-group: 1;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] header.master [href*='/addComment/']::before {
  content: "\f14b";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
  font-size: 1.1em;
  color: salmon;
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] .comment.master footer [href*='/editComment/']::before {
  content: "\f044";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  padding: 0 0.5em;
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] .comment.master footer [href*='/deleteComment/']::before {
  content: "\f2ed";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  padding: 0 0.5em;
}
[class|=community-comment] .commentWrap {
  margin-top: 2em;
}
[class|=community-comment] .commentWrap .comments[class] {
  padding: 1em;
}
[class|=community-comment] .commentWrap .comments[class] li {
  border-bottom: solid lightgray 1px;
  padding: 1em 0;
}
[class|=community-comment] .commentWrap .comments[class] li > section {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  [class|=community-comment] .commentWrap .comments[class] li h4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (max-width: 599px) {
  [class|=community-comment] .commentWrap .comments[class] li h4 {
    margin-bottom: 1rem;
  }
}
[class|=community-comment] .commentWrap .comments[class] li h4 [class|=user][class*=_tpl_user] .name {
  font-weight: bold;
}
[class|=community-comment] .commentWrap .comments[class] li .content {
  padding: 0 1em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
[class|=community-comment] .commentWrap .comments[class] li .content p {
  background-color: rgba(128, 128, 128, 0.05);
  border-radius: 1em;
  padding: 1em;
  margin-bottom: 1em;
}
[class|=community-comment] .commentWrap .comments[class] li .content footer {
  text-align: right;
}
[class|=community-comment] .commentWrap .comments[class] li .content footer a {
  display: inline-block;
  border: solid #03c1a4 1px;
  border-radius: 4px;
  padding: 0.1em 0.5em;
}

main.community {
  /* component */
  /* common namespace */
  /* each */
}
main.community article {
  /* article */
  /* common namespace */
  /* each */
}

/* earnings */
/* earningsmanage */
[class|=earnings-earningsmanage] {
  /* block */
}

main.earningsmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.earningsmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* event */
/* eventmanage */
[class|=event-eventmanage] {
  /* block */
}

main.eventmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.eventmanage article {
  /* article */
  /* common namespace */
  /* each */
}
main.eventmanage article.edit #map {
  max-width: 100%;
}

/* event */
.event-comment {
  margin-top: 2em;
}

.event-left-search {
  min-width: 20em;
}
.event-left-search [type="checkbox"] {
  display: none;
}
.event-left-search [type="checkbox"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f7f7f7;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
  margin-right: 0.25em;
}
.event-left-search [type="checkbox"] + label + br {
  display: none;
}
.event-left-search [type="checkbox"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
.event-left-search [type="radio"] {
  display: none;
}
.event-left-search [type="radio"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: white;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
}
.event-left-search [type="radio"] + label + br {
  display: none;
}
.event-left-search [type="radio"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
.event-left-search .date .form-fields-date_widget {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.event-left-search select {
  width: unset;
}
.event-left-search select[name*=category] {
  width: 100%;
}
.event-left-search[class*=left-search] [type=submit] {
  background-color: #03c1a4;
  border-radius: 2em;
}

[class|=event-event] {
  /* block */
}

main.event {
  /* component */
  /* common namespace */
  /* each */
}
main.event article {
  /* article */
  /* common namespace */
  /* each */
}
main.event article.index {
  padding: 1em;
}
main.event article.index .global-status span {
  display: inline-block;
  border: solid #03c1a4 1px;
  color: #03c1a4;
  padding: 0.2em 1em;
}
main.event article.index .meta {
  text-align: right;
  padding: 1em;
}
main.event article.index .meta .date {
  display: block;
}
main.event article.index .note {
  padding: 1em;
}
main.event article.index .global-submit {
  padding: 1em;
  display: table;
  margin: 1em auto;
}
main.event article.index .global-submit > a {
  display: block;
}
main.event article.index .global-cancel {
  margin: 1em auto;
  padding: 1em;
  display: table;
  background-color: gray;
  color: white;
}
main.event article.index .commentWrap {
  margin-top: 2em;
}
main.event article.index .commentWrap .comments[class] {
  padding: 1em;
}
main.event article.index .commentWrap .comments[class] li {
  border-bottom: solid lightgray 1px;
  padding: 1em 0;
}
main.event article.index .commentWrap .comments[class] li > section {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  main.event article.index .commentWrap .comments[class] li h4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (max-width: 599px) {
  main.event article.index .commentWrap .comments[class] li h4 {
    margin-bottom: 1rem;
  }
}
main.event article.index .commentWrap .comments[class] li h4 [class|=user][class*=_tpl_user] .name {
  font-weight: bold;
}
main.event article.index .commentWrap .comments[class] li .content {
  padding: 0 1em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.event article.index .commentWrap .comments[class] li .content p {
  background-color: rgba(128, 128, 128, 0.05);
  border-radius: 1em;
  padding: 1em;
  margin-bottom: 1em;
}
main.event article.index .commentWrap .comments[class] li .content footer {
  text-align: right;
}
main.event article.index .commentWrap .comments[class] li .content footer a {
  display: inline-block;
  border: solid #03c1a4 1px;
  border-radius: 4px;
  padding: 0.1em 0.5em;
}
main.event article.index [class|=blog-blogpost][class*=_tpl_comment] header.master [href*='/addComment/'] {
  -webkit-box-flex: 0;
  -webkit-box-flex-group: 1;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
}
main.event article.index [class|=blog-blogpost][class*=_tpl_comment] header.master [href*='/addComment/']::before {
  content: "\f14b";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
  font-size: 1.1em;
  color: salmon;
}
main.event article.index [class|=blog-blogpost][class*=_tpl_comment] .comment.master footer [href*='/editComment/']::before {
  content: "\f044";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  padding: 0 0.5em;
}
main.event article.index [class|=blog-blogpost][class*=_tpl_comment] .comment.master footer [href*='/deleteComment/']::before {
  content: "\f2ed";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  padding: 0 0.5em;
}
main.event article.search_event {
  padding: 0 1em;
}
main.event article.search_event ul.master li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid lightgray 1px;
}
main.event article.search_event ul.master li .global-postList > *:first-child {
  display: none;
}
main.event article.search_event ul.master li .global-postList > *:last-child {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
main.event article.search_event ul.master li header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
main.event article.search_event ul.master li header h3 {
  margin-right: auto;
  font-size: 1.5em;
}
main.event article.search_event ul.master li header .global-status {
  margin-left: auto;
}
main.event article.search_event ul.master li header span {
  border: solid #03c1a4 1px;
  color: #03c1a4;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
main.event article.search_event ul.master li .tpl-dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
main.event article.search_event ul.master li .tpl-dl dt {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  font-weight: bold;
  padding: 0.5em;
}
main.event article.search_event ul.master li .tpl-dl dd {
  -webkit-flex-basis: 80%;
  flex-basis: 80%;
  width: 80%;
  max-width: 80%;
  padding: 0.5em;
}

/* mypage */
/* mypage */
.mypage-submitWrap [name] {
  border-radius: 0.3em;
}
.mypage-submitWrap [name*='[save]'], .mypage-submitWrap [name*='[conf]'], .mypage-submitWrap [name*='[confirm]'], .mypage-submitWrap [name*='[next]'] {
  background-color: #03c1a4;
  color: white;
}

[class|=mypage] {
  /* block */
}

main.mypage, main.config {
  /* component */
  /* common namespace */
  /* each */
}
main.mypage article, main.config article {
  background-color: white;
  border-radius: 1em;
  padding: 1em;
  /* article */
  /* common namespace */
  /* each */
}
main.mypage article[class*=edit_profile] [type="checkbox"], main.config article[class*=edit_profile] [type="checkbox"] {
  display: none;
}
main.mypage article[class*=edit_profile] [type="checkbox"] + label, main.config article[class*=edit_profile] [type="checkbox"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f7f7f7;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
  margin-right: 0.25em;
}
main.mypage article[class*=edit_profile] [type="checkbox"] + label + br, main.config article[class*=edit_profile] [type="checkbox"] + label + br {
  display: none;
}
main.mypage article[class*=edit_profile] [type="checkbox"]:checked + label, main.config article[class*=edit_profile] [type="checkbox"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
main.mypage article[class*=edit_profile] [type="radio"], main.config article[class*=edit_profile] [type="radio"] {
  display: none;
}
main.mypage article[class*=edit_profile] [type="radio"] + label, main.config article[class*=edit_profile] [type="radio"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: white;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
}
main.mypage article[class*=edit_profile] [type="radio"] + label + br, main.config article[class*=edit_profile] [type="radio"] + label + br {
  display: none;
}
main.mypage article[class*=edit_profile] [type="radio"]:checked + label, main.config article[class*=edit_profile] [type="radio"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
main.mypage article[class*=edit_profile] dd div strong, main.config article[class*=edit_profile] dd div strong {
  display: block;
}
main.mypage article[class*=edit_profile] dd div strong:not(:first-of-type), main.config article[class*=edit_profile] dd div strong:not(:first-of-type) {
  margin-top: 0.5em;
}
main.mypage article.edit_profile_normal [type=text], main.config article.edit_profile_normal [type=text] {
  width: 100%;
}
main.mypage article.index .myMenu.master a, main.mypage article.index .manageMenu.master a, main.config article.index .myMenu.master a, main.config article.index .manageMenu.master a {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: solid #4d97bd 1px;
  background-color: #4d97bd;
  color: white;
  position: relative;
}
main.mypage article.index .myMenu.master a:hover, main.mypage article.index .manageMenu.master a:hover, main.config article.index .myMenu.master a:hover, main.config article.index .manageMenu.master a:hover {
  background-color: white;
  border: solid #4d97bd 1px;
  color: #4d97bd;
}

/* notification */
/* notification */
[class|=notification] {
  /* block */
  /* tpl */
}
[class|=notification][class*=_tpl_list] {
  margin-bottom: 3em;
}
@media (max-width: 799px) {
  [class|=notification][class*=_tpl_list] {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
[class|=notification][class*=_tpl_list] li {
  border-bottom: solid #03c1a4 1px;
}
[class|=notification][class*=_tpl_list] .time {
  -webkit-flex-basis: 10em;
  flex-basis: 10em;
  width: 10em;
  max-width: 10em;
  min-width: 10em;
  margin-bottom: auto;
}
[class|=notification][class*=_tpl_list] .cont a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
[class|=notification][class*=_tpl_list] .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1em 0 0;
}

main.notification {
  /* component */
  /* common namespace */
  /* each */
}
main.notification article {
  /* article */
  /* common namespace */
  /* each */
}

/* purchase */
/* cart */
[class|=purchase-cart] {
  /* block */
}

main.cart {
  /* component */
  /* common namespace */
  /* each */
}
main.cart article {
  /* article */
  /* common namespace */
  /* each */
}

/* purchasemanage */
[class|=purchase-purchasemanage] {
  /* block */
}

main.purchasemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.purchasemanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* questionnaire */
/* questionnaire */
[class|=questionnaire] {
  /* block */
}

main.questionnaire {
  /* component */
  /* common namespace */
  /* each */
}
main.questionnaire article {
  /* article */
  /* common namespace */
  /* each */
}

/* register */
/* register */
[class|=register] {
  /* block */
}

main.register {
  /* component */
  /* common namespace */
  /* each */
}
main.register article {
  /* article */
  /* common namespace */
  /* each */
}

/* sale */
/* salemanage */
main.salemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.salemanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* stc */
/* case */
[class|=stc-case] {
  /* block */
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-profWrap .global-imgBg, [class|=stc-case][class*=_tpl_caseOwner] .tpl-profWrap .global-imgBg {
  width: 13em;
  height: 13em;
  border-radius: 50%;
  display: block;
  margin: auto;
  object-fit: cover;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-profWrap .global-userName, [class|=stc-case][class*=_tpl_caseOwner] .tpl-profWrap .global-userName {
  display: block;
  text-align: center;
  margin: 1em 0;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-nav a, [class|=stc-case][class*=_tpl_caseOwner] .tpl-nav a {
  background-color: #03c1a4;
  border: 0;
  border-radius: 2em;
  color: white;
  font-weight: bold;
  width: 12em;
  margin: 0.5em auto;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-nav a::before, [class|=stc-case][class*=_tpl_caseOwner] .tpl-nav a::before {
  display: none;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-nav a::after, [class|=stc-case][class*=_tpl_caseOwner] .tpl-nav a::after {
  content: "\f061";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 1em;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-nav a:hover, [class|=stc-case][class*=_tpl_caseOwner] .tpl-nav a:hover {
  background-color: #03c1a4;
  color: white;
}
[class|=stc-case][class*=_tpl_postscript] .tpl-wrap li {
  background-color: white;
  border: 0;
}
[class|=stc-case][class*=_tpl_postscript] .tpl-wrap .global-contentFooter {
  background-color: #f7f7f7;
  border: solid #e2e2e2 1px;
  border-left: 0;
  border-right: 0;
}
[class|=stc-case][class*=_tpl_qa] .tpl-wrap li {
  background-color: white;
  border: 0;
}
[class|=stc-case][class*=_tpl_qa] .tpl-q header {
  background-color: #f7f7f7;
  border: solid #e2e2e2 1px;
  border-left: 0;
  border-right: 0;
}
[class|=stc-case][class*=_tpl_qa] .tpl-answerBtn {
  background-color: #03c1a4;
}

main.case {
  /* component */
  /* common namespace */
  /* each */
}
main.case article {
  /* article */
  /* common namespace */
  /* each */
}
main.case article.index_typeA2 {
  padding: 0 1em;
}
main.case article.index_typeA2 > header {
  margin-top: 2em;
}
main.case article.index_typeA2 > header .global-inlineDl {
  font-size: 0.9em;
  display: table;
  margin-left: auto;
}
main.case article.index_typeA2 .global-btns {
  text-align: right;
  margin: 0;
}
main.case article.index_typeA2 .wrap .organization {
  font-size: 1.9em;
  margin: 0.5em 0;
}
main.case article.index_typeA2 .imageWrap {
  width: 100%;
  margin-bottom: 2em;
}
main.case article.index_typeA2 .imageWrap .mainImage {
  width: 100%;
}
main.case article.index_typeA2 .imageWrap .mainImage span {
  width: 100%;
  aspect-ratio: 836/627;
  position: relative;
  display: block;
  border: none;
  border-radius: 1.5em;
  margin: 0;
  overflow: hidden;
}
main.case article.index_typeA2 .imageWrap .mainImage span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.case article.index_typeA2 .imageWrap .thumbnails {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5em -0.5em 1.5em;
}
main.case article.index_typeA2 .imageWrap .thumbnails .thumbnail {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  padding: 0.5em;
  cursor: pointer;
  transition: 0.3s;
}
main.case article.index_typeA2 .imageWrap .thumbnails .thumbnail:hover {
  opacity: 0.7;
}
main.case article.index_typeA2 .imageWrap .thumbnails .thumbnail span {
  width: 100%;
  aspect-ratio: 148/111;
  position: relative;
  display: block;
  border: none;
  border-radius: 1em;
  margin: 0;
  overflow: hidden;
}
main.case article.index_typeA2 .imageWrap .thumbnails .thumbnail span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 600px) {
  main.case article.index_typeA2 .global-rowTable tr:nth-of-type(even) {
    background-color: unset;
  }
}
main.case article.index_typeA2 .global-rowTable th, main.case article.index_typeA2 .global-rowTable td {
  border-color: #e2e2e2;
}
@media (min-width: 600px) {
  main.case article.index_typeA2 .global-rowTable th, main.case article.index_typeA2 .global-rowTable td {
    border-left: 0;
    border-right: 0;
  }
}
main.case article.index_typeA2 .global-rowTable th {
  font-weight: bold;
  vertical-align: top;
}
main.case article.index_typeA2 .category {
  border: solid #fa9872 1px;
  color: #fa9872;
  display: table;
  padding: 0.1em 1em;
}
main.case article.index_typeA2 .case_return span {
  display: inline-block;
  margin: 0 1em 0.25em 0;
}
main.case article.index_typeA2 .communitypage {
  margin: 2em 0;
}
main.case article.index_typeA2 .communitypage a {
  background-color: #4d97bd;
  border-radius: 2em;
  color: white;
  display: table;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 2em;
}
main.case article.index_typeA2 .communitypage a::after {
  content: "\f061";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 1em;
}
main.case article.search_typeA2 ul.wrap li {
  padding: 1em;
}

/* casemanage */
[class|=stc-casemanage] {
  /* block */
}

main.casemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.casemanage article {
  /* article */
  /* common namespace */
  /* each */
}
main.casemanage article.add_typeA2 [type="checkbox"] {
  display: none;
}
main.casemanage article.add_typeA2 [type="checkbox"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f7f7f7;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
  margin-right: 0.25em;
}
main.casemanage article.add_typeA2 [type="checkbox"] + label + br {
  display: none;
}
main.casemanage article.add_typeA2 [type="checkbox"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
main.casemanage article.add_typeA2 [type="radio"] {
  display: none;
}
main.casemanage article.add_typeA2 [type="radio"] + label {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: white;
  border: solid lightgray 1px;
  border-radius: 0.25em;
  color: #666666;
}
main.casemanage article.add_typeA2 [type="radio"] + label + br {
  display: none;
}
main.casemanage article.add_typeA2 [type="radio"]:checked + label {
  background-color: #03c1a4;
  color: white;
  border-color: #03c1a4;
}
main.casemanage article.add_typeA2 [type=text] {
  width: 100%;
}

/* stp */
/* product */
[class|=stp-product] {
  /* block */
}

main.product {
  /* component */
  /* common namespace */
  /* each */
}
main.product article {
  /* article */
  /* common namespace */
  /* each */
}

/* productmanage */
[class^=stp-productmanage] {
  /* block */
}

main.productmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.productmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* str */
/* reserve */
[class^=str-reserve] {
  /* block */
}

main.reserve {
  /* component */
  /* common namespace */
  /* each */
}
main.reserve article {
  /* article */
  /* common namespace */
  /* each */
}

/* reservemanage */
[class^=str-reservemanage] {
  /* block */
}

main.reservemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.reservemanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* shipping */
/* shippingmanage */
[class^=shipping-shippingmanage] {
  /* block */
}

main.shippingmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.shippingmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* sitetop */
/* sitetop */
[class^=sitetop] {
  /* block */
}

main.sitetop, main.community {
  /* component */
  /* common namespace */
  /* each */
}
main.sitetop [class|=parts][class*=community_list] .swiper-slide, main.sitetop [class|=parts][class*=case_list] .swiper-slide, main.sitetop [class|=parts][class*=blogpost_list] .swiper-slide, main.community [class|=parts][class*=community_list] .swiper-slide, main.community [class|=parts][class*=case_list] .swiper-slide, main.community [class|=parts][class*=blogpost_list] .swiper-slide {
  padding: 1em;
  height: auto;
}
main.sitetop [class|=parts][class*=community_list] .swiper-slide > *, main.sitetop [class|=parts][class*=case_list] .swiper-slide > *, main.sitetop [class|=parts][class*=blogpost_list] .swiper-slide > *, main.community [class|=parts][class*=community_list] .swiper-slide > *, main.community [class|=parts][class*=case_list] .swiper-slide > *, main.community [class|=parts][class*=blogpost_list] .swiper-slide > * {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 100%;
}
main.sitetop [class|=parts][class*=community_list] .global-coverImage, main.sitetop [class|=parts][class*=case_list] .global-coverImage, main.sitetop [class|=parts][class*=blogpost_list] .global-coverImage, main.community [class|=parts][class*=community_list] .global-coverImage, main.community [class|=parts][class*=case_list] .global-coverImage, main.community [class|=parts][class*=blogpost_list] .global-coverImage {
  aspect-ratio: 362/272;
  border: 0;
}
main.sitetop [class|=parts][class*=community_list] .content, main.sitetop [class|=parts][class*=case_list] .content, main.sitetop [class|=parts][class*=blogpost_list] .content, main.community [class|=parts][class*=community_list] .content, main.community [class|=parts][class*=case_list] .content, main.community [class|=parts][class*=blogpost_list] .content {
  padding: 1em;
}
main.sitetop [class|=parts][class*=community_list] h3, main.sitetop [class|=parts][class*=case_list] h3, main.sitetop [class|=parts][class*=blogpost_list] h3, main.community [class|=parts][class*=community_list] h3, main.community [class|=parts][class*=case_list] h3, main.community [class|=parts][class*=blogpost_list] h3 {
  font-size: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=community_list] p, main.sitetop [class|=parts][class*=case_list] p, main.sitetop [class|=parts][class*=blogpost_list] p, main.community [class|=parts][class*=community_list] p, main.community [class|=parts][class*=case_list] p, main.community [class|=parts][class*=blogpost_list] p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 1em 0 0;
  font-size: 0.9em;
}
main.sitetop [class|=parts][class*=community_list] footer, main.sitetop [class|=parts][class*=case_list] footer, main.sitetop [class|=parts][class*=blogpost_list] footer, main.community [class|=parts][class*=community_list] footer, main.community [class|=parts][class*=case_list] footer, main.community [class|=parts][class*=blogpost_list] footer {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  padding: 0 1em 1em;
}
main.sitetop [class|=parts][class*=community_list] footer > *:first-child, main.sitetop [class|=parts][class*=case_list] footer > *:first-child, main.sitetop [class|=parts][class*=blogpost_list] footer > *:first-child, main.community [class|=parts][class*=community_list] footer > *:first-child, main.community [class|=parts][class*=case_list] footer > *:first-child, main.community [class|=parts][class*=blogpost_list] footer > *:first-child {
  margin-right: 1em;
}
main.sitetop [class|=parts][class*=community_list] time::before, main.sitetop [class|=parts][class*=case_list] time::before, main.sitetop [class|=parts][class*=blogpost_list] time::before, main.community [class|=parts][class*=community_list] time::before, main.community [class|=parts][class*=case_list] time::before, main.community [class|=parts][class*=blogpost_list] time::before {
  content: "\f017";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.35em;
}
main.sitetop [class|=parts][class*=community_list] .category, main.sitetop [class|=parts][class*=case_list] .category, main.sitetop [class|=parts][class*=blogpost_list] .category, main.community [class|=parts][class*=community_list] .category, main.community [class|=parts][class*=case_list] .category, main.community [class|=parts][class*=blogpost_list] .category {
  background-color: #fa9872;
  border-radius: 2px;
  color: white;
  display: table;
  font-weight: bold;
  padding: 0.2em 0.5em;
}
main.sitetop [class|=parts][class*=community_list] .detail, main.sitetop [class|=parts][class*=case_list] .detail, main.sitetop [class|=parts][class*=blogpost_list] .detail, main.community [class|=parts][class*=community_list] .detail, main.community [class|=parts][class*=case_list] .detail, main.community [class|=parts][class*=blogpost_list] .detail {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  background-color: #4d97bd;
  border-radius: 2em;
  color: white;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  margin-top: 1em;
}
main.sitetop [class|=parts][class*=community_list] .detail::after, main.sitetop [class|=parts][class*=case_list] .detail::after, main.sitetop [class|=parts][class*=blogpost_list] .detail::after, main.community [class|=parts][class*=community_list] .detail::after, main.community [class|=parts][class*=case_list] .detail::after, main.community [class|=parts][class*=blogpost_list] .detail::after {
  content: "\f061";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.25em;
}
main.sitetop [class|=parts][class*=case_list] h3, main.community [class|=parts][class*=case_list] h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=case_list] p, main.community [class|=parts][class*=case_list] p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=blogpost_list] h3, main.community [class|=parts][class*=blogpost_list] h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=blogpost_list] p, main.community [class|=parts][class*=blogpost_list] p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=knowledge_list], main.community [class|=parts][class*=knowledge_list] {
  margin-bottom: 3em;
}
@media (max-width: 799px) {
  main.sitetop [class|=parts][class*=knowledge_list], main.community [class|=parts][class*=knowledge_list] {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
main.sitetop [class|=parts][class*=knowledge_list] li, main.community [class|=parts][class*=knowledge_list] li {
  border-bottom: solid #4d97bd 1px;
}
main.sitetop [class|=parts][class*=knowledge_list] .time, main.community [class|=parts][class*=knowledge_list] .time {
  -webkit-flex-basis: 10em;
  flex-basis: 10em;
  width: 10em;
  max-width: 10em;
  min-width: 10em;
  margin-bottom: auto;
}
main.sitetop [class|=parts][class*=knowledge_list] .cont a, main.community [class|=parts][class*=knowledge_list] .cont a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=knowledge_list] .cont p, main.community [class|=parts][class*=knowledge_list] .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1em 0 0;
}
main.sitetop article, main.community article {
  /* article */
  /* common namespace */
  /* each */
}
main.sitetop article.index, main.community article.index {
  padding-bottom: 0;
}
main.sitetop article.index .mv, main.community article.index .mv {
  max-width: 1854px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}
main.sitetop article.index .mv nav, main.community article.index .mv nav {
  background-color: #03c1a4;
  padding: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
main.sitetop article.index .mv nav a, main.community article.index .mv nav a {
  background-color: white;
  border-radius: 2em;
  color: #03c1a4;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  width: 14em;
}
@media (max-width: 799px) {
  main.sitetop article.index .mv nav a, main.community article.index .mv nav a {
    max-width: 48%;
  }
}
main.sitetop article.index .mv nav a::after, main.community article.index .mv nav a::after {
  content: "\f054";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 1em;
}
main.sitetop article.index .components, main.community article.index .components {
  margin: 3em 0;
}
main.sitetop article.index .components section, main.community article.index .components section {
  margin: 3em 0;
}
main.sitetop article.index .components section .wrap, main.community article.index .components section .wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4em 1em;
}
main.sitetop article.index .components section .more, main.community article.index .components section .more {
  background-color: #03c1a4;
  border-radius: 2em;
  color: white;
  display: table;
  font-weight: bold;
  padding: 0.5em;
  width: 12em;
  text-align: center;
  margin: 1em auto;
}
@media (min-width: 600px) {
  main.sitetop article.index .components section.about ul, main.community article.index .components section.about ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    /* no prefix */
    display: flex;
    justify-content: space-between;
  }
}
main.sitetop article.index .components section.about ul li, main.community article.index .components section.about ul li {
  padding: 1em;
  max-width: 346px;
}
main.sitetop article.index .components section.about ul li p, main.community article.index .components section.about ul li p {
  text-align: center;
}
main.sitetop article.index .components section.latestCommunityList, main.sitetop article.index .components section.latestBlogPostList, main.sitetop article.index .components section.latestUserList, main.community article.index .components section.latestCommunityList, main.community article.index .components section.latestBlogPostList, main.community article.index .components section.latestUserList {
  position: relative;
}
main.sitetop article.index .components section.latestCommunityList::before, main.sitetop article.index .components section.latestBlogPostList::before, main.sitetop article.index .components section.latestUserList::before, main.community article.index .components section.latestCommunityList::before, main.community article.index .components section.latestBlogPostList::before, main.community article.index .components section.latestUserList::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #ecf5fa;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
main.sitetop article.index .components section.latestCommunityList::after, main.sitetop article.index .components section.latestBlogPostList::after, main.sitetop article.index .components section.latestUserList::after, main.community article.index .components section.latestCommunityList::after, main.community article.index .components section.latestBlogPostList::after, main.community article.index .components section.latestUserList::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1560px;
  height: 100%;
  background-color: #ecf5fa;
  border-radius: 2em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
main.sitetop article.index .components section.latestBlogPostList::before, main.community article.index .components section.latestBlogPostList::before {
  left: unset;
  right: 0;
}

/* special */
/* special */
[class|=special] {
  /* block */
}

main.special {
  /* component */
  /* common namespace */
  /* each */
}
main.special article {
  /* article */
  /* common namespace */
  /* each */
}

/* user */
/* user */
[class|=user] {
  /* block */
}
[class|=user][class*=_tpl_user].horizontal .follow {
  border: solid #03c1a4 1px;
  color: #03c1a4;
  padding: 0.1em 0.5em;
  display: inline-block;
}

main.user {
  /* component */
  /* common namespace */
  /* each */
}
main.user article {
  /* article */
  /* common namespace */
  /* each */
}
main.user article[class*=search_] {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
main.user article[class*=search_] > header, main.user article[class*=search_] .global-pager {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 800px) {
  main.user article[class*=search_] > section:first-of-type {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    padding: 1em;
  }
}
@media (max-width: 799px) {
  main.user article[class*=search_] > section:first-of-type {
    width: 100%;
    margin-bottom: 2em;
  }
}
main.user article[class*=search_] > section:first-of-type h3 {
  font-size: 1.5em;
}
@media (min-width: 800px) {
  main.user article[class*=search_] > section:first-of-type h3 {
    margin-bottom: 1em;
  }
}
main.user article[class*=search_] > section:first-of-type [type=text] {
  width: 100%;
}
main.user article[class*=search_] > section:first-of-type select {
  width: 100%;
}
main.user article[class*=search_] > section:first-of-type select[name*=date] {
  width: 3em;
  padding-right: 0;
  padding-left: 0;
}
main.user article[class*=search_] > section:first-of-type select[name*=date][name*=year] {
  width: 4em;
}
@media (min-width: 800px) {
  main.user article[class*=search_] > section:last-of-type {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
    padding: 1em;
  }
}
main.user article[class*=search_] ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main.user article[class*=search_] ul .user.master {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  border: 0;
}
@media (max-width: 899px) {
  main.user article[class*=search_] ul .user.master {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 599px) {
  main.user article[class*=search_] ul .user.master {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
main.user article[class*=search_] ul .user.master a {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
}
main.user article[class*=search_] ul .user.master .global-coverImage {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
main.user article[class*=search_] ul .user.master .global-coverImage img {
  object-fit: cover;
}
main.user article[class*=search_] .content.master {
  padding: 0;
  text-align: center;
}
main.user article[class*=search_] .content.master h3 {
  text-align: center;
}
main.user article[class*=search_] .content.master h3 > * {
  display: block;
}
main.user article[class*=search_] .content.master dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
main.user article[class*=search_] .content.master dl dt {
  font-weight: bold;
  color: #222222;
  margin-right: 0;
}
main.user article[class*=search_] .content.master dl dd {
  padding-left: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
