@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.global-colTable tbody td:nth-child(even) {
  background-color: unset;
}

.dialog-submit[name*='[conf]'] {
  background-color: #108d7d;
}

.dialog-submitWrap [name*='[save]'] {
  background-color: #108d7d;
}

/* class */
[class*=app-web-frontend] .global-btns {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}
[class*=app-web-frontend] .global-caption {
  background-color: #108d7d;
  color: white;
  border: none;
  font-size: 1em;
  padding: 1em;
  margin-bottom: 0;
}
[class*=app-web-frontend] .global-caption > a {
  background-color: white !important;
  color: #108d7d !important;
  padding: 0.25em 1em;
}
[class*=app-web-frontend] .global-colTable thead {
  background-color: #108d7d;
  color: white;
}
[class*=app-web-frontend] .global-colTable thead * {
  font-size: 1rem;
}
[class*=app-web-frontend] .global-colTable tbody {
  background-color: white;
}
[class*=app-web-frontend] .global-colTable tbody tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}
[class*=app-web-frontend] .global-colTable tbody td.to a {
  background-color: #108d7d;
  border-radius: 2em;
  color: white;
  display: inline-block;
  font-size: 0.9em;
  padding: 0.25em 1em;
  margin: 0.2em auto;
  min-width: 4em;
}
[class*=app-web-frontend] .global-colTable tbody td.to a::before {
  display: none;
}
[class*=app-web-frontend] .global-colTable tbody td.to a::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
[class*=app-web-frontend] .global-counter {
  text-align: right;
}
[class*=app-web-frontend] .global-left-index {
  margin: 0;
  min-width: 18em;
}
@media (min-width: 800px) {
  [class*=app-web-frontend] .global-left-index {
    height: 100%;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index {
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    overflow: auto;
  }
}
[class*=app-web-frontend] .global-left-index .js-leftToggle {
  background-color: #108d7d;
  display: block;
  width: 100%;
  padding: 0.5em;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index .js-leftToggle {
    display: none;
  }
}
[class*=app-web-frontend] .global-left-index .js-leftToggle span {
  width: 25px;
  height: 16px;
  border: solid white 1px;
  border-left: 0;
  border-right: 0;
  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-left-index .js-leftToggle span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
}
[class*=app-web-frontend] .global-left-index .js-leftToggle .toggleIcon {
  border-radius: 0.5em;
  padding: 0.5em;
  display: table;
}
[class*=app-web-frontend] .global-left-index .js-leftToggle.open .toggleIcon {
  background-color: #007a6a;
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu {
  background-color: #108d7d;
  height: 100%;
  padding: 5.5rem 2em 0;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index .js-leftSideMenu {
    display: block !important;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index .js-leftSideMenu {
    padding: 1em 2em 10em;
    display: none;
    height: 100vh;
    overflow: auto;
  }
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu h3 {
  color: white;
  font-size: 1.2em;
  margin-bottom: 2.5rem;
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu nav a[href] {
  background-color: white;
  border-radius: 0.3em;
  color: #108d7d;
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  text-align: center;
  width: 200px;
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu dl {
  margin-bottom: 1.5em;
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu dl dt {
  color: white;
  font-weight: bold;
  padding-bottom: 0.5em;
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu dl dd [type=text] {
  border: 0;
  border-radius: 0.2em;
  width: 100%;
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu dl dd select {
  border: 0;
  border-radius: 0.2em;
  width: 100%;
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu [type=submit] {
  width: 100%;
  display: table;
  border: 0;
  border-radius: 2em;
  background-color: white;
  color: #108d7d;
  font-weight: bold;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index .js-leftSideMenu [type=submit] {
    margin: 2em auto;
  }
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu [type=submit]::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 1em;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index .js-leftSideMenu .fixed {
    position: sticky;
    background-color: #e9f5f4;
    bottom: 0;
    z-index: 101;
    width: 100%;
    left: 0;
    padding: 1em 0;
  }
}
[class*=app-web-frontend] .global-left-index .js-leftSideMenu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftToggle {
    background-color: #e9f5f4;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftToggle div {
  background-color: white;
  border-radius: 2em;
  display: table;
  font-weight: bold;
  padding: 0.25em;
  width: 90%;
  text-align: center;
  margin: 0.5em auto;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftToggle div {
    color: white;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftToggle div {
    color: #108d7d;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftToggle div::after {
  content: "\f107";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  -webkit-transform: translateX(1em);
  transform: translateX(1em);
  position: absolute;
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftToggle.open div::after {
  content: "\f106";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu {
    background-color: #e9f5f4;
  }
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu h3 {
    color: white;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu h3 {
    color: #108d7d;
  }
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dt {
    color: white;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dt {
    color: #108d7d;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"] {
  display: none;
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"] + label {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  margin-right: 0.25em;
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"] + label + br {
  display: none;
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"] + label::before {
  content: "□";
  color: #888888;
  width: 1em;
  height: 1em;
  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: solid white 1px;
  margin-right: 0.25em;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"]:checked + label {
  font-weight: bold;
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"]:checked + label::before {
  background-color: #108d7d;
  content: url("\2F image\2F bright\2F check\2E svg\3F 0");
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"] + label {
    color: white;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"] + label {
    color: #108d7d;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd [type="checkbox"] + label::before {
    background-color: white;
    border-color: #108d7d;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd h4 {
  margin-top: 2.5rem;
  padding-bottom: 0.5em;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd h4 {
    color: white;
    font-size: 1.2em;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd h4 {
    color: #108d7d;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd div[id^=mase_user_search_normal_itemCodeVarchar] {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
  }
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu dl dd div[id^=mase_user_search_normal_itemCodeVarchar] label {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0.5em;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  max-width: calc(100% / 2);
  padding: 0.2em 1em 0.2em 0;
  cursor: pointer;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref {
    color: white;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref {
    color: #108d7d;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref::before {
  content: "";
  width: 1em;
  height: 1em;
  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;
  margin-right: 0.25em;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref::before {
    border: solid white 1px;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref::before {
    border: solid #108d7d 1px;
    background-color: white;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref.active {
  font-weight: bold;
}
[class*=app-web-frontend] .global-left-index.userSearch .js-leftSideMenu .customArea .customPref.active::before {
  background-color: #108d7d;
  content: url("\2F image\2F bright\2F check\2E svg\3F 0");
}
[class*=app-web-frontend] .global-left-index.userSearch .group {
  display: none;
}
[class*=app-web-frontend] .global-left-index.userSearch .group > label {
  cursor: pointer;
  display: inline-block;
  max-width: calc(100% / 2);
  padding: 0.2em 1em 0.2em 0;
  white-space: nowrap;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .group > label {
    color: white;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .group > label {
    color: #108d7d;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .group > label::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  line-height: 1;
}
@media (min-width: 600px) {
  [class*=app-web-frontend] .global-left-index.userSearch .group > label::before {
    border: solid white 1px;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-left-index.userSearch .group > label::before {
    border: solid #108d7d 1px;
    background-color: white;
    margin-right: 0.25em;
  }
}
[class*=app-web-frontend] .global-left-index.userSearch .group > label.checked {
  font-weight: bold;
}
[class*=app-web-frontend] .global-left-index.userSearch .group > label.checked::before {
  content: url("\2F image\2F bright\2F check\2E svg\3F 0");
  background-color: #108d7d;
}
[class*=app-web-frontend] .global-left-index.userSearch .group .checkedAll {
  display: block;
}
[class*=app-web-frontend] .global-menuBtns a {
  background-color: #108d7d;
}
[class*=app-web-frontend] .global-menuBtns a:hover {
  border-color: #108d7d;
  background-color: white;
  color: #108d7d;
}
[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: #108d7d;
}
[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 {
  background-color: #e9f5f4;
  border: 0;
  border-radius: 1em;
  color: #888888;
  font-weight: bold;
  height: 2em;
  min-width: 2em;
  margin: 0 0.25em;
}
[class*=app-web-frontend] .global-pager a:hover {
  background-color: unset;
  color: #231815;
}
[class*=app-web-frontend] .global-pager b {
  background-color: #e9f5f4;
  border: 0;
  border-radius: 1em;
  height: 2em;
  min-width: 2em;
  color: #231815;
  margin: 0 0.25em;
}
[class*=app-web-frontend] .global-scoreAvg {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
[class*=app-web-frontend] .global-scoreAvg.star {
  color: #ffbb00;
  line-height: 1;
}
[class*=app-web-frontend] .global-scoreAvg.star .score {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
[class*=app-web-frontend] .global-singleBtn {
  background-color: #108d7d;
  border-radius: 0.3em;
  max-width: unset;
}
[class*=app-web-frontend] .global-submit {
  background-color: #108d7d;
  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: #108d7d;
  color: white;
}

.form-calendarBtn {
  color: #108d7d;
}
.form-calendarBtn:hover {
  color: #108d7d;
}

nav.global-tabSwitch span {
  background-color: #108d7d;
}
nav.global-tabSwitch a:hover {
  background-color: #108d7d;
}

.js-scrollTop {
  display: none;
  border-radius: 50%;
  font-size: 0;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  background-color: #108d7d;
  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: 1rem;
}

.swiper-button-next, .swiper-button-prev {
  color: #108d7d;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 2em;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}

/* layout-backend  */
/* layout-frontend  */
/* common */
[class*=app-web-frontend] {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}
[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;
}
[class*=app-web-frontend] h2.default {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
[class*=app-web-frontend] [name*=mase_profile_edit] [type="checkbox"] {
  display: none;
}
[class*=app-web-frontend] [name*=mase_profile_edit] [type="checkbox"] + label {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  margin-right: 0.25em;
}
[class*=app-web-frontend] [name*=mase_profile_edit] [type="checkbox"] + label + br {
  display: none;
}
[class*=app-web-frontend] [name*=mase_profile_edit] [type="checkbox"] + label::before {
  content: "□";
  color: #888888;
  width: 1em;
  height: 1em;
  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: solid white 1px;
  margin-right: 0.25em;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
[class*=app-web-frontend] [name*=mase_profile_edit] [type="checkbox"]:checked + label {
  font-weight: bold;
}
[class*=app-web-frontend] [name*=mase_profile_edit] [type="checkbox"]:checked + label::before {
  background-color: #108d7d;
  content: url("\2F image\2F bright\2F check\2E svg\3F 0");
}
[class*=app-web-frontend]:not([class$=masesitetop-index]) {
  padding: 4em 0 0;
}
@media (max-width: 599px) {
  [class*=app-web-frontend]:not([class$=masesitetop-index]) {
    padding: 4.5em 0 0;
  }
}
[class*=app-web-frontend]:not([class$=masesitetop-index]) article {
  padding-top: 4em;
  padding-left: 1em;
  padding-right: 1em;
}

[class*=left-search] {
  min-width: 20em;
}
[class*=left-search] [type="checkbox"] {
  display: none;
}
[class*=left-search] [type="checkbox"] + label {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  margin-right: 0.25em;
}
[class*=left-search] [type="checkbox"] + label + br {
  display: none;
}
[class*=left-search] [type="checkbox"] + label::before {
  content: "□";
  color: #888888;
  width: 1em;
  height: 1em;
  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: solid white 1px;
  margin-right: 0.25em;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
[class*=left-search] [type="checkbox"]:checked + label {
  font-weight: bold;
}
[class*=left-search] [type="checkbox"]:checked + label::before {
  background-color: #108d7d;
  content: url("\2F image\2F bright\2F check\2E svg\3F 0");
}
@media (max-width: 599px) {
  [class*=left-search] {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
[class*=left-search] h3 {
  font-size: 1.2em;
  border-left: solid #108d7d 4px;
  padding-left: 0.5em;
  margin: 1rem 0;
}
@media (max-width: 599px) {
  [class*=left-search] h3 {
    padding: 1em;
    border: 0;
  }
}
[class*=left-search] dt {
  background-color: #f4f4f4;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
}
[class*=left-search] [type=submit] {
  background-color: #108d7d;
  border-radius: 2em;
  font-weight: bold;
  padding: 0.7em;
  width: 10em;
  text-align: center;
}

.common-title {
  text-align: center;
  margin-bottom: 2em;
}
.common-title .en {
  color: #62b7aa;
  font-size: 1.8em;
  font-weight: normal;
  font-family: "Roboto";
  display: table;
  margin: auto;
  position: relative;
}
.common-title .en::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("\2F image\2F bright\2F leaf\2E png\3F 0");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 2px;
  right: 0;
}
.common-title .en b {
  font-weight: bold;
  color: #108d7d;
}
.common-title .ja {
  display: block;
  font-size: 2.4em;
}
.common-title .ja b {
  color: #108d7d;
}

[class*=common][class*=userInfo] .userHeader {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}
[class*=common][class*=userInfo] .userHeader .flex {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
[class*=common][class*=userInfo] .userHeader .image .global-coverImage {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
[class*=common][class*=userInfo] .userHeader .image .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[class*=common][class*=userInfo] .userHeader .text {
  padding: 0 1em;
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
[class*=common][class*=userInfo] .userHeader .text .addList {
  background-color: #108d7d;
  color: white;
  font-weight: 500;
  display: table;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  [class*=common][class*=userInfo] .userHeader .text .addList {
    position: absolute;
    top: 0;
    right: 0;
  }
}
[class*=common][class*=userInfo] .userHeader .text .addList::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 1em;
}
[class*=common][class*=userInfo] .userHeader .scores {
  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;
  font-size: 1.6em;
  font-weight: 500;
}
@media (max-width: 599px) {
  [class*=common][class*=userInfo] .userHeader .scores {
    font-size: 1.35em;
  }
}
[class*=common][class*=userInfo] .userHeader .scores > div {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
[class*=common][class*=userInfo] .userHeader .scores > div b {
  color: black;
}
[class*=common][class*=userInfo] .userHeader h2 {
  font-size: 1.6em;
}
[class*=common][class*=userInfo] .userHeader .area {
  font-weight: 500;
  margin: 1em 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
@media (max-width: 599px) {
  [class*=common][class*=userInfo] .userHeader .pc {
    display: none;
  }
}
[class*=common][class*=userInfo] .userHeader .sp {
  padding-top: 1em;
}
@media (min-width: 600px) {
  [class*=common][class*=userInfo] .userHeader .sp {
    display: none;
  }
}
[class*=common][class*=userInfo] .profile {
  margin: 3em auto;
}
[class*=common][class*=userInfo] .profile .wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}
[class*=common][class*=userInfo] .profile table {
  width: 100%;
}
[class*=common][class*=userInfo] .profile table thead th {
  background-color: #108d7d;
  color: white;
  padding: 1em 2em;
  font-weight: bold;
  width: 100%;
  text-align: left;
}
[class*=common][class*=userInfo] .profile table tbody {
  background-color: #e9f5f4;
  padding: 0 2em;
  display: block;
  width: 100%;
}
[class*=common][class*=userInfo] .profile table tbody tr {
  width: 100%;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
[class*=common][class*=userInfo] .profile table tbody tr:not(:first-of-type) > * {
  border-top: solid #bdbdbd 1px;
}
[class*=common][class*=userInfo] .profile table tbody th, [class*=common][class*=userInfo] .profile table tbody td {
  padding: 1em 1em 1em 0;
}
[class*=common][class*=userInfo] .profile table tbody th {
  min-width: 8em;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
[class*=common][class*=userInfo] .profile table tbody td {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
[class*=common][class*=userInfo] .profile table tbody .group {
  display: none;
}
[class*=common][class*=userInfo] .voice {
  background-color: #f4f4f4;
}
[class*=common][class*=userInfo] .voice .wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 1em;
}
[class*=common][class*=userInfo] .voice .wrap .swiper-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
}
[class*=common][class*=userInfo] .voice .wrap .swiper-slide {
  padding: 1em;
  height: auto;
}
[class*=common][class*=userInfo] .voice .wrap .swiper-slide section {
  background-color: white;
  border-radius: 1em;
  padding: 1em;
  height: 100%;
}
[class*=common][class*=userInfo] .voice .wrap .more {
  display: table;
  background-color: white;
  border-radius: 2em;
  color: #108d7d;
  font-weight: 500;
  padding: 0.5em 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
[class*=common][class*=userInfo] .voice .wrap .more::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 1em;
}
[class*=common][class*=userInfo] .works .wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 1em;
}
[class*=common][class*=userInfo] .works .wrap ul {
  margin: 1em auto;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
[class*=common][class*=userInfo] .works .wrap ul li {
  padding: 1em;
}
@media (min-width: 800px) {
  [class*=common][class*=userInfo] .works .wrap ul li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 799px) {
  [class*=common][class*=userInfo] .works .wrap ul li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 599px) {
  [class*=common][class*=userInfo] .works .wrap ul li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
[class*=common][class*=userInfo] .private {
  position: relative;
}
[class*=common][class*=userInfo] .private::after {
  content: "\f070";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  font-size: x-small;
  color: tomato;
  position: absolute;
  top: -0.5em;
  left: -0.5em;
}
[class*=common][class*=userInfo] .no-result {
  padding: 2em 0;
  text-align: center;
}
[class*=common][class*=userInfo][class*=partner] .userHeader .flex {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* form */
/* partial */
/* backend */
/* frontend */
.outer-header {
  background-color: unset;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
@media (min-width: 600px) {
  .outer-contents {
    padding: 0;
  }
}
.outer-footer {
  background-color: white;
}

._tpl_bright_header {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
._tpl_bright_header .wrap {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  background-color: white;
  color: #231815;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
._tpl_bright_header .wrap h1 {
  padding: 1em;
  height: auto;
}
._tpl_bright_header .wrap h1 a {
  height: 100%;
  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;
}
._tpl_bright_header .wrap .master-nav a {
  color: black;
}
._tpl_bright_header .wrap .master-menus a {
  color: black;
}
._tpl_bright_header .wrap a::before {
  color: #108d7d;
}
._tpl_bright_header .wrap .headerMenuWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin: auto 0 auto auto;
  padding: 1em;
}
._tpl_bright_header .wrap .headerMenuWrap nav.master-nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  ._tpl_bright_header .wrap .headerMenuWrap nav.master-nav {
    display: none;
  }
}
._tpl_bright_header .wrap .headerMenuWrap nav.master-nav > a {
  display: block;
  margin: 0 0 0 1em;
  padding: 0.25em 1.5em;
  border: solid #108d7d 1px;
  border-radius: 0.2em;
}
@media (max-width: 599px) {
  ._tpl_bright_header .wrap .headerMenuWrap nav.master-nav > a {
    padding: 0.25em 1em;
  }
}
._tpl_bright_header .wrap .headerMenuWrap nav.master-nav > a[href*=register], ._tpl_bright_header .wrap .headerMenuWrap nav.master-nav > a[href*=search], ._tpl_bright_header .wrap .headerMenuWrap nav.master-nav > a[href*=mypage] {
  background-color: #108d7d;
  color: white;
}
._tpl_bright_header .wrap .headerMenuWrap nav.master-nav > a[href*=login], ._tpl_bright_header .wrap .headerMenuWrap nav.master-nav > a[href*=logout] {
  background-color: white;
  color: #108d7d;
}
._tpl_bright_header .wrap .menuWrap[class] {
  margin-left: 0.5em;
  height: auto;
}
@media (min-width: 600px) {
  ._tpl_bright_header .wrap .menuWrap[class] {
    display: none;
  }
}
._tpl_bright_header .wrap .menuWrap[class] .menuOpen {
  display: block;
  cursor: pointer;
  padding: 0em 1em;
  background-color: #108d7d;
  height: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  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;
}
._tpl_bright_header .wrap .menuWrap[class] .menuOpen::before {
  display: none;
}
._tpl_bright_header .wrap .menuWrap[class] .menuOpen:hover {
  opacity: 1;
}
._tpl_bright_header .wrap .menuWrap[class] .menuOpen span {
  display: block;
  color: white;
  font-size: 0.9em;
  text-align: center;
}
._tpl_bright_header .wrap .menuWrap[class] .hideMenu {
  min-width: 250px;
  max-width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 8;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
  z-index: 11;
}
._tpl_bright_header .wrap .menuWrap[class] .hideMenu .menus {
  padding: 1em;
  background-color: #108d7d;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
._tpl_bright_header .wrap .menuWrap[class] .hideMenu .menus a[href] {
  display: block;
  border-bottom: solid #bdbdbd 1px;
  text-align: left;
  padding: 1em;
  color: white;
}
._tpl_bright_header .wrap .menuWrap[class] .hideMenu .menus a[href]::before {
  color: white;
  content: "\f105";
  font-family: "FontAwesome";
  vertical-align: baseline;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
._tpl_bright_header .wrap .menuWrap[class] .menuClose {
  display: block;
  cursor: pointer;
  padding: 0em 1em;
  background-color: #108d7d;
  aspect-ratio: 1/1;
  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;
  max-width: 4.5em;
  text-align: center;
  margin-left: auto;
}
._tpl_bright_header .wrap .menuWrap[class] .menuClose::before {
  display: none;
}
._tpl_bright_header .wrap .menuWrap[class] .menuClose:hover {
  opacity: 1;
}
._tpl_bright_header .wrap .menuWrap[class] .menuClose span {
  display: block;
  color: white;
  font-size: 0.9em;
  text-align: center;
}
._tpl_bright_header .bottom {
  width: 100%;
}
._tpl_bright_header .bottom > div {
  display: table;
  margin-left: auto;
}
._tpl_bright_header .bottom ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, whitesmoke 10.25%);
  padding: 0.5em;
}
._tpl_bright_header .bottom ul li {
  padding: 0em 1em;
  color: #231815;
}
._tpl_bright_header .bottom ul li:first-of-type {
  margin-left: auto;
  padding-left: 6em;
}
@media (max-width: 599px) {
  ._tpl_bright_header .bottom ul li:first-of-type {
    padding-left: 3em;
  }
}
._tpl_bright_header .bottom ul li:not(:first-of-type) {
  border-left: solid #bdbdbd 1px;
}
._tpl_bright_header .bottom ul li a[href] {
  color: #231815;
}
._tpl_bright_footer {
  background-color: #d8edea;
}
._tpl_bright_footer .flex {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4em 1em;
}
@media (min-width: 800px) {
  ._tpl_bright_footer .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;
    /* no prefix */
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
._tpl_bright_footer .flex .logo a {
  display: block;
  max-width: 18em;
  margin: auto;
}
._tpl_bright_footer .flex nav {
  margin-left: auto;
  padding-top: 1em;
}
@media (min-width: 600px) {
  ._tpl_bright_footer .flex nav {
    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;
  }
}
@media (max-width: 799px) {
  ._tpl_bright_footer .flex nav {
    padding-top: 2em;
  }
}
._tpl_bright_footer .flex nav dl {
  margin-left: 4em;
}
@media (max-width: 799px) {
  ._tpl_bright_footer .flex nav dl {
    margin: 1em auto;
  }
}
@media (max-width: 599px) {
  ._tpl_bright_footer .flex nav dl {
    display: table;
    text-align: center;
    margin-bottom: 2em;
  }
}
._tpl_bright_footer .flex nav dl dt {
  font-size: 1.15em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
._tpl_bright_footer .flex nav dl dd a {
  display: block;
  padding: 0.2em 0;
}
._tpl_bright_footer .copyright {
  background-color: white;
  padding: 1em;
  text-align: center;
  font-size: 0.9em;
  color: #818181;
}

/* 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 */
}
main.authentication article.login .snslogin a[href] {
  background-color: #108d7d;
  border-radius: 0.3em;
  color: white;
  display: block;
  font-size: 16px;
  margin: 0.5em auto;
  max-width: 20em;
  padding: 0.5em;
  text-align: center;
}
main.authentication article.login .snslogin a[href][href*=google] {
  background-color: red;
}
main.authentication article.login .snslogin a[href][href*=line] {
  background-color: #06c755;
}
main.authentication article.login .snslogin a[href][href*=facebook] {
  background-color: #1877f2;
}
main.authentication article.login .snslogin a[href][href*='/x/'] {
  background-color: black;
}

/* 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 */
}

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

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

/* 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: #108d7d;
  color: white;
}

[class|=mypage] {
  /* block */
}
[class|=mypage][class*=left-index] {
  height: 100%;
  margin-left: 0;
}
@media (max-width: 599px) {
  [class|=mypage][class*=left-index] {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
    margin-top: 0;
    z-index: 10;
  }
}
[class|=mypage][class*=left-index] .js-mypageToggle {
  background-color: #108d7d;
  height: 100vh;
  padding: 1em;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 600px) {
  [class|=mypage][class*=left-index] .js-mypageToggle {
    display: none;
  }
}
@media (max-width: 599px) {
  [class|=mypage][class*=left-index] .js-mypageToggle {
    display: none;
  }
}
[class|=mypage][class*=left-index] .js-mypageToggle span {
  width: 25px;
  height: 16px;
  border: solid white 1px;
  border-left: 0;
  border-right: 0;
  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|=mypage][class*=left-index] .js-mypageToggle span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
}
[class|=mypage][class*=left-index] .js-mypageSideMenu {
  padding: 5rem 2em 0;
  height: 100%;
  background-color: #108d7d;
}
@media (min-width: 600px) {
  [class|=mypage][class*=left-index] .js-mypageSideMenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 599px) {
  [class|=mypage][class*=left-index] .js-mypageSideMenu {
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: none;
  }
}
[class|=mypage][class*=left-index] .js-mypageSideMenu h3 {
  color: white;
  font-size: 1.2em;
  margin-bottom: 2.5rem;
}
[class|=mypage][class*=left-index] .js-mypageSideMenu nav a[href] {
  background-color: white;
  border-radius: 0.3em;
  color: #108d7d;
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  text-align: center;
  width: 200px;
}
[class|=mypage][class*=left-index] .js-mypageSideMenu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

main.mypage {
  /* component */
  /* common namespace */
  /* each */
}
main.mypage article {
  /* article */
  /* common namespace */
  /* each */
}
@media (min-width: 600px) {
  main.mypage article {
    padding: 5rem 1em 1em;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
main.mypage article[class*=show_profile] {
  max-width: unset;
}
main.mypage article[class*=show_profile] [data-length="1"] [class*=swiper-button] {
  display: none;
}
main.mypage article[class*=show_profile] .card {
  flex: 0 0 300px;
  background: white;
  padding: 1rem;
}
main.mypage article[class*=show_profile] .card-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
main.mypage article[class*=show_profile] .avatar {
  width: 48px;
  aspect-ratio: 1/1;
  min-width: 48px;
  border-radius: 50%;
  background: #eeeeee;
  object-fit: cover;
}
main.mypage article[class*=show_profile] .title {
  font-size: 1rem;
  font-weight: bold;
  color: #00aabb;
}
main.mypage article[class*=show_profile] .stars {
  color: red;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
main.mypage article[class*=show_profile] .description {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: 7em;
  margin-bottom: 1em;
}
main.mypage article[class*=show_profile] [href*=edit] {
  position: relative;
  font-size: 1rem;
  margin: 1em 0 1em auto;
  display: table;
}
main.mypage article.index {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
main.mypage article.index nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 1em 0;
}
main.mypage article.index nav a[href] {
  background-color: #108d7d;
  color: white;
  display: table;
  padding: 0.75em 0;
  width: 20em;
  border-radius: 0.3em;
  text-align: center;
  margin: 0.5em;
}
@media (max-width: 599px) {
  main.mypage article.index nav a[href] {
    width: 100%;
  }
}
main.mypage article.index nav a[href]::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.75em;
}

/* notification */
/* notification */
[class|=notification] {
  /* block */
  /* tpl */
}
@media (max-width: 799px) {
  [class|=notification][class*=_tpl_list] {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
[class|=notification][class*=_tpl_list] li {
  border-top: dotted white 1px;
}
[class|=notification][class*=_tpl_list] li:last-of-type {
  border-bottom: dotted white 1px;
}
[class|=notification][class*=_tpl_list] .time {
  color: #ffe923;
  -webkit-flex-basis: 10em;
  flex-basis: 10em;
  width: 10em;
  max-width: 10em;
  min-width: 10em;
  margin-bottom: auto;
}
[class|=notification][class*=_tpl_list] .cont {
  color: white;
}
[class|=notification][class*=_tpl_list] .cont a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: normal;
  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*=left-index_type] {
  padding-top: 5em;
}

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

/* casemanage */
[class|=stc-casemanage] {
  /* block */
}
[class|=stc-casemanage][class*=_tpl_messages] {
  background-color: #e9f5f4;
}
[class|=stc-casemanage][class*=_tpl_messages] ul {
  padding: 1em;
}
[class|=stc-casemanage][class*=_tpl_messages] .tpl-content {
  background-color: white;
}
[class|=stc-casemanage][class*=_tpl_messages] section h4 {
  background-color: unset;
  padding-top: 0;
}
[class|=stc-casemanage][class*=_tpl_messages] section h4 > div {
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: white;
  margin-bottom: 0.5em;
}
[class|=stc-casemanage][class*=_tpl_messages] section h4 > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main.casemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.casemanage article {
  /* article */
  /* common namespace */
  /* each */
}
@media (min-width: 600px) {
  main.casemanage article {
    padding: 5rem 1em 1em;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  main.casemanage article.add_type10 {
    padding-left: 1em !important;
  }
}
main.casemanage article.add_type10 .global-rowTable {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  main.casemanage article.add_type10 .global-rowTable {
    border: solid #f4f4f4 0.4em;
    padding: 1.5em;
  }
}
main.casemanage article.add_type10 .global-rowTable select, main.casemanage article.add_type10 .global-rowTable [type=text], main.casemanage article.add_type10 .global-rowTable textarea {
  background-color: #f4f4f4;
}
main.casemanage article.add_type10 .global-rowTable tr:nth-of-type(even) {
  background-color: unset;
}
main.casemanage article.add_type10 .global-rowTable td, main.casemanage article.add_type10 .global-rowTable th {
  border: 0;
  background-color: unset;
}
main.casemanage article.add_type10 .global-rowTable th {
  font-weight: bold;
  vertical-align: top;
}
main.casemanage article.add_type10 .global-rowTable .area div:first-child {
  margin-bottom: 1em;
}
main.casemanage article.add_type10 .global-rowTable .area select {
  min-width: 6em;
}
main.casemanage article.add_type10 .global-rowTable .area label {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
}
main.casemanage article.add_type10 .global-submitWrap .global-submit {
  padding: 0.5em;
  border-radius: 2em;
}
main.casemanage article.add_type10 .global-submitWrap .global-submit::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
main.casemanage article.add_type10 .global-submitWrap [type=submit] {
  border-radius: 2em;
}
main.casemanage article.add_type10 .global-submitWrap [type=submit]::before {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
}
main.casemanage article.add_type10 .global-submitWrap [type=submit]::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
main.casemanage article.add_type10 .global-submitWrap [type=submit][name*=back]::before {
  content: "\f104";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
main.casemanage article.add_type10 .global-submitWrap [type=submit][name*=back]::after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
}
main.casemanage article.add_type10 .terms {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
  background-color: #f4f4f4;
  max-height: 12em;
  overflow: auto;
  margin: 3em auto;
}
main.casemanage article.add_type10 .agreement {
  text-align: center;
}
main.casemanage article.add_type10 .stepWrap {
  display: table;
  margin: auto;
}
main.casemanage article.add_type10 .steps {
  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;
  margin: 3em auto;
  position: relative;
  gap: 1.5em;
}
@media (max-width: 599px) {
  main.casemanage article.add_type10 .steps {
    margin: 2em auto;
    gap: 1em;
  }
}
main.casemanage article.add_type10 .steps::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #108d7d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
main.casemanage article.add_type10 .steps li {
  background-color: white;
  border: solid #108d7d 2px;
  border-radius: 2em;
  text-align: center;
  font-weight: bold;
  padding: 0.25em 3em 0.25em 4em;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  main.casemanage article.add_type10 .steps li {
    padding: 0.25em 2em 0.25em 3em;
  }
}
main.casemanage article.add_type10 .steps li.current {
  background-color: #e9f5f4;
}
main.casemanage article.add_type10 .steps li b {
  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;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  background-color: #108d7d;
  border-radius: 50%;
  color: white;
  font-size: 1.25em;
}
main.casemanage article.add_type10 .statusMessage {
  background-color: #e9f5f4;
  padding: 2em;
  text-align: center;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin: 2em auto;
}
main.casemanage article.add_type10 .statusMessage h3 {
  font-size: 2em;
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  main.casemanage article.add_type10 .statusMessage h3 {
    font-size: 1.5em;
  }
}
main.casemanage article.add_type10 .extra {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border: solid #f4f4f4 0.4em;
  padding: 2em;
  text-align: center;
  margin: 3em auto;
}
@media (max-width: 599px) {
  main.casemanage article.add_type10 .extra {
    padding: 2em 1em;
  }
}
main.casemanage article.add_type10 .extra h3 {
  font-size: 2em;
  margin-bottom: 1rem;
  word-break: keep-all;
}
@media (max-width: 599px) {
  main.casemanage article.add_type10 .extra h3 {
    font-size: 1.5em;
  }
}
main.casemanage article.add_type10 .extra img {
  margin: 2em auto;
}
main.casemanage article.add_type10 .extra .global-submit {
  padding: 0.5em;
  border-radius: 2em;
}
main.casemanage article.add_type10 .extra .global-submit::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
main.casemanage article.add_type10 .global-rowTable label.required::after {
  content: "\5FC5 \9808 ";
  display: inline-block;
  font-size: x-small;
  color: orangered;
  border: 1px solid rgba(255, 69, 0, 0.5);
  border-radius: 3px;
  padding: 0.25em 0.5em;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
main.casemanage article.add_type10 .user-select-list {
  width: 100%;
}
main.casemanage article.add_type10 .user-select-list li {
  float: left;
  padding: 3px;
}
main.casemanage article.add_type10 .global-rowTable .area select {
  width: 100%;
  max-width: 50em;
}
main.casemanage article.add_type10 .global-rowTable select, main.casemanage article.add_type10 .global-rowTable [type=text] {
  width: 100%;
  max-width: 50em;
}
main.casemanage article.add_type10 .global-rowTable input[name*='[itemStrVarchar01]'] {
  width: 100%;
  max-width: 50em;
}
main.casemanage article.applied_entry_typeA2 section.detail {
  background-color: #e9f5f4;
}
main.casemanage article.applied_entry_typeA2 section.detail .js-accordion {
  padding: 1em;
}
main.casemanage article.applied_entry_typeA2 section.detail .js-accordion table[class] * {
  background-color: unset;
}
main.casemanage article.received_entry_typeA2 section.detail, main.casemanage article.applied_entry_typeA2 section.detail {
  background-color: #e9f5f4;
}
main.casemanage article.received_entry_typeA2 section.detail .js-accordion, main.casemanage article.applied_entry_typeA2 section.detail .js-accordion {
  padding: 1em;
}
main.casemanage article.received_entry_typeA2 section.detail .js-accordion table[class], main.casemanage article.applied_entry_typeA2 section.detail .js-accordion table[class] {
  border: 0;
}
main.casemanage article.received_entry_typeA2 section.detail .js-accordion table[class] *, main.casemanage article.applied_entry_typeA2 section.detail .js-accordion table[class] * {
  background-color: unset;
}
main.casemanage article.received_entry_typeA2 section.detail .js-accordion table[class] th, main.casemanage article.received_entry_typeA2 section.detail .js-accordion table[class] td, main.casemanage article.applied_entry_typeA2 section.detail .js-accordion table[class] th, main.casemanage article.applied_entry_typeA2 section.detail .js-accordion table[class] td {
  border: 0;
  border-bottom: solid #bdbdbd 1px;
}
main.casemanage article.received_entry_typeA2 section.detail .js-accordion table[class] tr:last-of-type th, main.casemanage article.received_entry_typeA2 section.detail .js-accordion table[class] tr:last-of-type td, main.casemanage article.applied_entry_typeA2 section.detail .js-accordion table[class] tr:last-of-type th, main.casemanage article.applied_entry_typeA2 section.detail .js-accordion table[class] tr:last-of-type td {
  border: 0;
}
main.casemanage article.received_entry_typeA2 section.memo, main.casemanage article.applied_entry_typeA2 section.memo {
  background-color: #e9f5f4;
}
main.casemanage article.received_entry_typeA2 section.memo p, main.casemanage article.applied_entry_typeA2 section.memo p {
  padding: 1em;
}
@media (min-width: 600px) {
  main.casemanage article.received_entry_typeA2 .userHeader .status, main.casemanage article.applied_entry_typeA2 .userHeader .status {
    position: absolute;
    top: 0;
    right: 0;
  }
}
main.casemanage article.received_entry_typeA2 .userHeader .status span, main.casemanage article.applied_entry_typeA2 .userHeader .status span {
  margin-right: 1em;
}
@media (max-width: 599px) {
  main.casemanage article.received_entry_typeA2 .userHeader .status span, main.casemanage article.applied_entry_typeA2 .userHeader .status span {
    display: block;
    margin-bottom: 0.5em;
  }
}
main.casemanage article.received_entry_typeA2 .userHeader .status select, main.casemanage article.applied_entry_typeA2 .userHeader .status select {
  background-color: #108d7d;
  border-radius: 0.5em;
  color: white;
  font-size: 1em;
}
main.casemanage article.received_entry_typeA2 .userHeader .evaluatefromrecipient, main.casemanage article.applied_entry_typeA2 .userHeader .evaluatefromrecipient {
  background-color: #108d7d;
  border: 0;
  border-radius: 0.5em;
  color: white;
  padding: 0.5em 2em;
}
main.casemanage article.received_entry_typeA2 td.images div, main.casemanage article.applied_entry_typeA2 td.images div {
  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;
}
main.casemanage article.received_entry_typeA2 td.images div > span, main.casemanage article.applied_entry_typeA2 td.images div > span {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  margin: 0;
  text-align: center;
  font-size: 0.9em;
  padding: 0.5em;
}
@media (max-width: 599px) {
  main.casemanage article.received_entry_typeA2 td.images div > span, main.casemanage article.applied_entry_typeA2 td.images div > span {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
  }
}
main.casemanage article.received_entry_typeA2 td.images div > span > *, main.casemanage article.applied_entry_typeA2 td.images div > span > * {
  display: block;
  width: 100%;
  border: 0;
  padding: 0.1em;
}
@media (min-width: 600px) {
  main.casemanage article.received_entry_typeA2 td.images div > span > *, main.casemanage article.applied_entry_typeA2 td.images div > span > * {
    aspect-ratio: 1/1;
  }
}
main.casemanage article.received_entry_typeA2 td.images div > span img, main.casemanage article.applied_entry_typeA2 td.images div > span img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
main.casemanage article.received_entry_typeA2 .js-toggle, main.casemanage article.applied_entry_typeA2 .js-toggle {
  cursor: pointer;
  position: relative;
}
main.casemanage article.received_entry_typeA2 .js-toggle::after, main.casemanage article.applied_entry_typeA2 .js-toggle::after {
  content: "\f107";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
}
main.casemanage article.received_entry_typeA2 .js-toggle.open::after, main.casemanage article.applied_entry_typeA2 .js-toggle.open::after {
  content: "\f106";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
main.casemanage article.received_entry_typeA2 .js-accordion, main.casemanage article.applied_entry_typeA2 .js-accordion {
  display: none;
}

/* 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 {
  /* component */
  /* common namespace */
  /* each */
}
main.sitetop article {
  /* article */
  /* common namespace */
  /* each */
}
main.sitetop article.index {
  padding-bottom: 0;
}
main.sitetop article.index .mv {
  background-image: url("\2F image\2F bright\2F mv\2E jpg\3F 0");
  background-size: cover;
  background-position: center top;
  position: relative;
  margin-top: 56px;
}
@media (max-width: 599px) {
  main.sitetop article.index .mv {
    background-size: 400%;
  }
}
main.sitetop article.index .mv .wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}
main.sitetop article.index .mv .text {
  padding: 12em 1em 10em;
  display: table;
}
@media (max-width: 599px) {
  main.sitetop article.index .mv .text {
    padding: 8em 1em;
  }
}
main.sitetop article.index .mv .text h1 span {
  color: #108d7d;
  display: table;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid #108d7d 2px;
  margin: auto;
  position: relative;
  padding-bottom: 0.25em;
}
@media (max-width: 599px) {
  main.sitetop article.index .mv .text h1 span {
    font-size: 1.25em;
  }
}
main.sitetop article.index .mv .text h1 span::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: -2px;
  z-index: 1;
}
main.sitetop article.index .mv .text h1 span::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background-color: #108d7d;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(0.4em, 88%) rotate(45deg);
  transform: translate(0.4em, 88%) rotate(45deg);
  z-index: 2;
}
main.sitetop article.index .mv .text h1 b {
  display: block;
  font-size: 2.2em;
  font-weight: 900;
  text-align: right;
  line-height: 1.2;
  margin-top: 0.25em;
}
main.sitetop article.index .mv .text h1 b i {
  color: #108d7d;
}
main.sitetop article.index .mv .text h1 img {
  display: block;
}
main.sitetop article.index .mv .text p {
  font-weight: bold;
  margin: 1em 0;
}
main.sitetop article.index .mv .text .point {
  max-width: 100%;
}
main.sitetop article.index .mv .text .point img {
  width: 505px;
}
main.sitetop article.index .mv .js-registerBtn {
  position: absolute;
  right: 1em;
  bottom: -1em;
  background-color: #108d7d;
  background-image: url("\2F image\2F bright\2F solar2\2E png\3F 0");
  background-position: right top;
  background-repeat: no-repeat;
  padding: 1em;
  color: white;
  border-radius: 0.5em;
  z-index: 10;
  width: 325px;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(16, 141, 125, 0.3);
}
@media (max-width: 599px) {
  main.sitetop article.index .mv .js-registerBtn {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
main.sitetop article.index .mv .js-registerBtn b {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
main.sitetop article.index .mv .js-registerBtn a[href] {
  background-color: #ffe923;
  color: #108d7d;
  font-weight: bold;
  padding: 0.5em;
  display: block;
  border-radius: 2em;
  text-align: center;
  display: table;
  margin: auto;
  width: 16em;
  max-width: 100%;
}
main.sitetop article.index .mv .js-registerBtn a[href]::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
main.sitetop article.index .mv .js-registerBtn .js-registerClose {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
  background-color: white;
  color: #108d7d;
  font-size: 1.2em;
  font-weight: bold;
  width: 1.75em;
  height: 1.75em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  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;
}
main.sitetop article.index .components[class] {
  padding: 0;
}
main.sitetop article.index .components[class] > section {
  max-width: 100%;
  padding: 5em 1em;
  margin-bottom: 0;
}
main.sitetop article.index .components[class] > section > .wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}
main.sitetop article.index .components[class] > section.features {
  background-image: url("\2F image\2F bright\2F back\2E png\3F 0");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
main.sitetop article.index .components[class] > section.features ul {
  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;
}
main.sitetop article.index .components[class] > section.features ul li {
  padding: 1em;
  max-width: 340px;
}
main.sitetop article.index .components[class] > section.features ul li .image {
  position: relative;
  margin-bottom: 1.5em;
}
main.sitetop article.index .components[class] > section.features ul li .num {
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: 0.5rem;
  bottom: 0;
  z-index: 1;
  color: #d8edea;
  font-size: 2.5em;
  font-family: "Roboto";
}
main.sitetop article.index .components[class] > section.features ul li .num::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("\2F image\2F bright\2F leaf\2E png\3F 0");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 12px;
  right: -12px;
}
main.sitetop article.index .components[class] > section.features ul li h3 {
  font-size: 1.5em;
}
main.sitetop article.index .components[class] > section.features ul li p {
  font-size: 0.9em;
}
main.sitetop article.index .components[class] > section.features ul li small {
  font-size: 0.75em;
}
@media (min-width: 600px) {
  main.sitetop article.index .components[class] > section.flow ul {
    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;
  }
  main.sitetop article.index .components[class] > section.flow ul .intersect {
    padding: 0.5em;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  main.sitetop article.index .components[class] > section.flow ul .intersect {
    padding: 1em;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  main.sitetop article.index .components[class] > section.flow ul .intersect img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (min-width: 600px) {
  main.sitetop article.index .components[class] > section.flow ul .cont {
    position: relative;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  main.sitetop article.index .components[class] > section.flow ul .cont {
    margin-bottom: 1em;
  }
}
@media (min-width: 600px) {
  main.sitetop article.index .components[class] > section.flow ul .cont > div {
    background-color: #108d7d;
    border-radius: 50%;
    width: 12em;
    height: 12em;
    aspect-ratio: 1/1;
    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;
    position: relative;
    min-width: 12em;
    margin: auto;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .step {
    display: table;
    background-color: #d8edea;
    color: #108d7d;
    border-radius: 2em;
    padding: 0.1em 1em;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .step::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    background-color: #d8edea;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 25%) rotate(45deg);
    transform: translate(-50%, 25%) rotate(45deg);
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .block {
    text-align: center;
    color: white;
    padding-top: 1em;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .block .image {
    position: relative;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .block .image img {
    max-height: 49px;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .block .image .sp {
    display: none;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .block .image [src*=flow5pc2] {
    position: absolute;
    top: 0;
    right: 0;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .block h3 {
    font-size: 1.5em;
    margin-top: 0.5rem;
    min-height: 2.5em;
    line-height: 1.25;
    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;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index .components[class] > section.flow ul .intersect {
    text-align: center;
    padding: 0.5em;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont {
    background-color: #108d7d;
    border-radius: 1em;
    color: white;
    padding: 1em;
    position: relative;
    padding-left: 90px;
    width: 100%;
    height: 80px;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .image {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1em;
    top: 50%;
    width: 66px;
    height: 50px;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .image .pc {
    display: none;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont .step {
    display: table;
    background-color: #d8edea;
    color: #108d7d;
    border-radius: 2em;
    padding: 0.1em 1em;
    margin-bottom: 0.5em;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont h3 {
    font-size: 1.7em;
  }
  main.sitetop article.index .components[class] > section.flow ul .cont h3 br {
    display: none;
  }
}
main.sitetop article.index .components[class] > section.casestudy {
  background-color: #e9f5f4;
}
main.sitetop article.index .components[class] > section.casestudy .wrap {
  max-width: 100%;
}
main.sitetop article.index .components[class] > section.casestudy ul {
  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;
}
main.sitetop article.index .components[class] > section.casestudy ul li {
  padding: 0.25em;
  max-width: 415px;
  margin-bottom: 1.5em;
}
main.sitetop article.index .components[class] > section.casestudy ul li .image {
  position: relative;
  margin-bottom: 1em;
}
main.sitetop article.index .components[class] > section.casestudy ul li .area {
  border: solid #108d7d 1px;
  border-radius: 2em;
  color: #108d7d;
  display: table;
  font-size: 1em;
  padding: 0 1em;
  margin-bottom: 1em;
}
main.sitetop article.index .components[class] > section.casestudy ul li .flex {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  gap: 1em;
  font-size: 0.9em;
}
main.sitetop article.index .components[class] > section.casestudy ul li dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  font-weight: 500;
}
main.sitetop article.index .components[class] > section.casestudy ul li dl dt {
  white-space: nowrap;
  padding-right: 0.25em;
}
main.sitetop article.index .components[class] > section.casestudy ul li .price {
  font-weight: bold;
}
main.sitetop article.index .components[class] > section.casestudy ul li .price b {
  color: #108d7d;
  font-size: 1.2em;
}
main.sitetop article.index .components[class] > section.usersvoice {
  background-color: #f4f4f4;
}
main.sitetop article.index .components[class] > section.usersvoice .wrap {
  max-width: 1000px;
}
@media (min-width: 600px) {
  main.sitetop article.index .components[class] > section.usersvoice ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
main.sitetop article.index .components[class] > section.usersvoice ul li {
  padding: 0.5em;
}
@media (min-width: 600px) {
  main.sitetop article.index .components[class] > section.usersvoice ul li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
main.sitetop article.index .components[class] > section.usersvoice ul li > div {
  background-color: white;
  border-radius: 1em;
  padding: 1em;
}
main.sitetop article.index .components[class] > section.usersvoice ul li > div header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
main.sitetop article.index .components[class] > section.usersvoice ul li > div header img {
  aspect-ratio: 1/1;
}
main.sitetop article.index .components[class] > section.usersvoice ul li > div header h3 {
  color: #108d7d;
  font-size: 1.2em;
  margin-left: 0.5em;
}
main.sitetop article.index .components[class] > section.usersvoice ul li > div .meta {
  background-color: #e9f5f4;
  border-radius: 0.2em;
  color: #108d7d;
  padding: 0 0.5em;
  display: table;
  margin: 0.5em 0;
}
main.sitetop article.index .components[class] > section.notification {
  background-color: #108d7d;
}
main.sitetop article.index .components[class] > section.notification .common-title * {
  color: white;
}
main.sitetop article.index .components[class] > section.notification .common-title .en b, main.sitetop article.index .components[class] > section.notification .common-title .ja b {
  color: #e9f5f4;
}
main.sitetop article.index .components[class] > section.notification .more {
  background-color: white;
  border-radius: 2em;
  color: #108d7d;
  display: table;
  padding: 0.5em 1.5em;
  margin: 2em auto 1em auto;
}
main.sitetop article.index .components[class] > section.notification .more::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
main.sitetop article.index .components[class] > section.faq {
  background-color: #f4f4f4;
}
main.sitetop article.index .components[class] > section.faq .wrap {
  max-width: 820px;
}
main.sitetop article.index .components[class] > section.faq .wrap ul li {
  margin-bottom: 1em;
  border-radius: 0.1em;
  overflow: hidden;
}
main.sitetop article.index .components[class] > section.faq .wrap ul header {
  background-color: #d8edea;
  color: #108d7d;
  font-size: 1em;
  font-weight: bold;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  padding: 1em;
}
main.sitetop article.index .components[class] > section.faq .wrap ul header::before {
  content: "Q.";
  width: 2em;
  height: 2em;
  min-width: 2em;
  background-color: white;
  border-radius: 50% 50% 0 50%;
  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;
  margin-right: 0.5em;
}
main.sitetop article.index .components[class] > section.faq .wrap ul .answer {
  background-color: white;
  font-size: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  padding: 1em;
}
main.sitetop article.index .components[class] > section.faq .wrap ul .answer::before {
  content: "A.";
  min-width: 2em;
  width: 2em;
  height: 2em;
  background-color: #108d7d;
  color: white;
  font-weight: bold;
  border-radius: 50% 50% 0 50%;
  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;
  margin-right: 0.5em;
}
main.sitetop article.index .components[class] > section.faq .more {
  background-color: #108d7d;
  border-radius: 2em;
  color: white;
  display: table;
  padding: 0.5em 1.5em;
  margin: 2em 0 1em auto;
}
main.sitetop article.index .components[class] > section.faq .more::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
main.sitetop article.index .components[class] > section.cta {
  padding: 1.5em;
  background-color: #108d7d;
  background-image: url("\2F image\2F bright\2F solar\2E png\3F 0");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  color: white;
}
@media (max-width: 799px) {
  main.sitetop article.index .components[class] > section.cta {
    padding: 2em 1em;
    background-size: 200%;
    background-position: left 30% top;
  }
}
main.sitetop article.index .components[class] > section.cta.fixed {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
main.sitetop article.index .components[class] > section.cta dl {
  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;
}
@media (max-width: 799px) {
  main.sitetop article.index .components[class] > section.cta dl dt {
    display: none;
  }
}
main.sitetop article.index .components[class] > section.cta dl dt b {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  border: solid white 1px;
  border-radius: 2em;
  padding: 0.1em 1em;
  text-align: center;
  position: relative;
}
main.sitetop article.index .components[class] > section.cta dl dt b::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 2px;
  background-color: #108d7d;
  position: absolute;
  left: 85%;
  bottom: -2px;
  z-index: 1;
}
main.sitetop article.index .components[class] > section.cta dl dt b::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: white;
  position: absolute;
  left: 85%;
  bottom: 0;
  -webkit-transform: translate(0.4em, 88%) rotate(45deg);
  transform: translate(0.4em, 88%) rotate(45deg);
  z-index: 2;
}
main.sitetop article.index .components[class] > section.cta dl dt h2 {
  font-size: 2.2em;
}
main.sitetop article.index .components[class] > section.cta dl dd {
  padding: 0 1em;
  height: auto;
}
main.sitetop article.index .components[class] > section.cta dl dd a[href] {
  background-color: #ffe923;
  color: #108d7d;
  font-weight: bold;
  padding: 1em;
  display: block;
  border-radius: 2em;
  text-align: center;
  display: table;
  margin: auto;
  width: 20em;
  max-width: 100%;
  height: 100%;
}
main.sitetop article.index .components[class] > section.cta dl dd a[href]::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}

/* special */
/* special */
.special-faq {
  background-color: #f4f4f4;
  padding: 1em 2em;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
.special-faq dt, .special-faq dd {
  padding: 1rem 0;
}
.special-faq dt b, .special-faq dd b {
  color: #108d7d;
  font-size: 1.2rem;
}
.special-faq dt {
  border-bottom: solid #bdbdbd 1px;
  font-size: 1.2em;
  font-weight: bold;
}

.special-cta {
  background-color: #108d7d;
  color: white;
  text-align: center;
  padding: 5em 2em;
}
.special-cta h2 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
.special-cta h3 {
  position: relative;
  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;
  gap: 1em;
}
.special-cta h3::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  background-color: white;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.special-cta h3::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  background-color: white;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.special-cta [href*=register] {
  margin: 1em auto;
  width: 20em;
  background-color: white;
  padding: 1.5em;
  border-radius: 0.25em;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #108d7d;
  display: block;
}

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

main.special {
  /* component */
  /* common namespace */
  /* each */
}
main.special article {
  /* article */
  /* common namespace */
  /* each */
}
main.special article.about {
  background-color: #fffffc;
  padding: 5em 0;
}
main.special article.about header {
  margin-bottom: 3rem;
}
main.special article.about h2 {
  margin-bottom: 3rem;
  text-align: center;
}
main.special article.about h2 span {
  display: block;
  font-size: 3rem;
}
main.special article.about h2 small {
  color: #108d7d;
  display: block;
  font-size: 0.9rem;
}
main.special article.about .description h3 {
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: center;
}
main.special article.about .description p {
  font-size: 1.15em;
  text-align: center;
  margin: 1em auto;
}
main.special article.about .flow {
  padding: 3em 1em;
}
main.special article.about .flow .step {
  background-color: #d8eaea;
  border-radius: 1em;
  margin: 2em 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  /* no prefix */
  display: flex;
  align-items: flex-start;
  padding: 3em;
  gap: 3em;
}
@media (max-width: 799px) {
  main.special article.about .flow .step {
    flex-direction: column;
  }
}
main.special article.about .flow .step .icon {
  width: 15em;
  height: 15em;
  min-width: 15em;
  text-align: center;
  margin: auto;
}
main.special article.about .flow .step .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.special article.about .flow .step .text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.special article.about .flow .step .text h4 {
  font-size: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  border-bottom: solid white 1px;
}
main.special article.about .flow .step .text h4::before {
  content: "";
  width: 20%;
  height: 1px;
  display: block;
  background-color: #108d7d;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
main.special article.about .flow .step:nth-of-type(2) h4::before {
  width: 40%;
}
main.special article.about .flow .step:nth-of-type(3) h4::before {
  width: 60%;
}
main.special article.about .flow .step:nth-of-type(4) h4::before {
  width: 80%;
}
main.special article.about .flow .step:nth-of-type(5) h4::before {
  width: 100%;
}
main.special article.about .flow .step:nth-of-type(5) p {
  font-size: 1.2em;
}
main.special article.about .flow .step:nth-of-type(5) a {
  text-decoration: underline;
}
main.special article.about .faq {
  padding: 3em 1em;
}
main.special article.about .faq dl {
  padding: 1rem 0 2rem;
  border-bottom: solid #bdbdbd 1px;
  margin: 1rem 0;
}
main.special article.about .faq dl dd {
  padding: 1em 0;
  display: none;
}
main.special article.about .faq dl dt {
  font-size: 1.2em;
  font-weight: bold;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  cursor: pointer;
}
main.special article.about .faq dl dt::before {
  content: "Q";
  background-color: #108d7d;
  color: white;
  font-size: 1rem;
  display: block;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1;
  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;
  min-width: 3rem;
}
main.special article.about .faq dl dt::after {
  content: "\f107";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1;
  border: solid #108d7d 1px;
  border-radius: 50%;
  margin-left: auto;
  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;
  min-width: 2.5rem;
  color: #108d7d;
  font-size: 1em;
  line-height: 1;
}
main.special article.about .faq dl dt.open::after {
  content: "\f106";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}

/* user */
/* user */
[class|=user] {
  /* block */
}
[class|=user][class*=_tpl_user] {
  padding: 1em 0;
}
[class|=user][class*=_tpl_user] > section {
  background-color: #f4f4f4;
  border-radius: 0.35em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  padding: 1em;
}
[class|=user][class*=_tpl_user] > section .checkboxBlock {
  padding-right: 1em;
}
[class|=user][class*=_tpl_user] > section .checkboxBlock [type=checkbox] {
  width: 1.5em;
  height: 1.5em;
}
[class|=user][class*=_tpl_user] > section > a {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 800px) {
  [class|=user][class*=_tpl_user] > section > a {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    align-items: center;
  }
}
@media (min-width: 800px) {
  [class|=user][class*=_tpl_user] > section > a .image {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }
}
@media (max-width: 799px) {
  [class|=user][class*=_tpl_user] > section > a .image {
    width: 100%;
    padding: 1em;
  }
}
[class|=user][class*=_tpl_user] > section > a .global-coverImage {
  width: 100%;
  aspect-ratio: 282/200;
  border-radius: 0.5em;
  height: auto;
}
[class|=user][class*=_tpl_user] > section > a .content {
  padding: 0 1em;
}
@media (min-width: 800px) {
  [class|=user][class*=_tpl_user] > section > a .content {
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    width: 70%;
    max-width: 70%;
  }
}
[class|=user][class*=_tpl_user] > section > a .content h3 {
  font-size: 1.5em;
  border-bottom: solid #bdbdbd 1px;
}
[class|=user][class*=_tpl_user] > section > a .content .area {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
  margin: 1em 0;
}
[class|=user][class*=_tpl_user] > section > a .content p {
  margin: 1em 0;
}
@media (min-width: 800px) {
  [class|=user][class*=_tpl_user] > section > a .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width: 799px) {
  [class|=user][class*=_tpl_user] > section > a .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
[class|=user][class*=_tpl_user] > section > a .content .scores {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: 500;
  border-top: dotted #bdbdbd 1px;
  padding: 0.5em 0;
}
[class|=user][class*=_tpl_user] > section > a .content .scores > div {
  margin-right: 1em;
}
[class|=user][class*=_tpl_user] > section > a .content .scores > div b {
  color: black;
}

main.user {
  /* component */
  /* common namespace */
  /* each */
}
main.user article {
  /* article */
  /* common namespace */
  /* each */
}
main.user article[class*=info_] {
  padding-right: 0;
  padding-left: 0;
}
main.user article.info_normal [data-length="1"] [class*=swiper-button] {
  display: none;
}
main.user article.info_normal .card {
  flex: 0 0 300px;
  background: white;
  padding: 1rem;
}
main.user article.info_normal .card-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
main.user article.info_normal .avatar {
  width: 48px;
  aspect-ratio: 1/1;
  min-width: 48px;
  border-radius: 50%;
  background: #eeeeee;
  object-fit: cover;
}
main.user article.info_normal .title {
  font-size: 1rem;
  font-weight: bold;
  color: #00aabb;
}
main.user article.info_normal .stars {
  color: red;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
main.user article.info_normal .description {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: 7em;
  margin-bottom: 1em;
}
main.user article[class*=search_] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
main.user article[class*=search_] .counter {
  font-weight: bold;
  margin: 0 0 1.5em 0;
}
main.user article[class*=search_] nav.action {
  background-color: #e9f5f4;
  border-radius: 0.35em;
  padding: 1em 1em;
  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;
  font-weight: bold;
}
main.user article[class*=search_] nav.action .check {
  text-align: center;
  padding: 0 0.5em;
}
main.user article[class*=search_] nav.action .check small {
  font-size: 0.7em;
  display: block;
}
main.user article[class*=search_] nav.action .check [type=checkbox] {
  width: 1.5em;
  height: 1.5em;
}
main.user article[class*=search_] nav.action .label {
  padding: 0 0.5em 0 0;
}
@media (max-width: 599px) {
  main.user article[class*=search_] nav.action .label {
    margin-top: auto;
  }
}
main.user article[class*=search_] nav.action button {
  background-color: #108d7d;
  border: 0;
  border-radius: 0.35em;
  color: white;
  margin: 0.5em 0;
  padding: 0.5em 1em;
}
main.user article[class*=search_] nav.action button::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
main.user article[class*=search_] nav.action.footer {
  margin-top: 2em;
}
main.user article[class*=search_] nav.action ._footer {
  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;
  margin: auto;
}
main.user article[class*=search_] nav.action .number-checked {
  margin-right: 1em;
}
main.user article[class*=search_] nav.action .number-checked big {
  font-size: 2em;
}
main.user article[class*=search_] nav.action p.small {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
}
