@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.u-a {
  color: #102c57;
  text-decoration: underline;
  margin: 0 0.25em;
}
.u-note {
  font-weight: bold;
  padding: 1em;
}
.u-note::before {
  content: "\f05a";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
}

.e-contentOpen .opener {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 1em;
}
.e-contentOpen .opener:is(.close)::after {
  rotate: 0deg;
}
.e-contentOpen .opener:is(.open)::after {
  rotate: 180deg;
}
.e-contentOpen .opener::after {
  content: "\f107";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  transition: 0.2s;
}
.e-contentOpen .content {
  transition: 0.5s;
  overflow: hidden;
}
.e-contentOpen .content:is(.open + *) {
  max-height: 500px;
}
.e-contentOpen .content:is(.close + *) {
  max-height: 0;
}

[class*=left-search] [type=submit] {
  background-color: #102c57;
  border-radius: 2em;
  color: white;
  font-weight: bold;
}

/* class */
[class*=app-web-frontend] .global-btns {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}
[class*=app-web-frontend] .global-btns a {
  background-color: #102c57;
  border: 0;
  border-radius: 0.5em;
  color: white !important;
  font-weight: bold;
}
[class*=app-web-frontend] .global-caption {
  border-color: #102c57;
  background-color: unset;
}
[class*=app-web-frontend] .global-colTable tbody {
  background-color: white;
}
[class*=app-web-frontend] .global-colTable tbody td.to a {
  color: #102c57;
}
[class*=app-web-frontend] .global-counter {
  text-align: right;
}
[class*=app-web-frontend] .global-explain {
  background-color: rgba(255, 255, 255, 0.8);
}
[class*=app-web-frontend] .global-menuBtns a {
  background-color: #102c57;
}
[class*=app-web-frontend] .global-menuBtns a:hover {
  border-color: #102c57;
  background-color: white;
  color: #102c57;
}
[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: #102c57;
}
[class*=app-web-frontend] .global-pager {
  display: table;
  border-radius: 2em;
  margin-right: auto;
  margin-left: auto;
}
[class*=app-web-frontend] .global-pager a {
  border: 0;
  color: #888888;
  font-weight: bold;
}
[class*=app-web-frontend] .global-pager a:hover {
  background-color: unset;
  color: #222222;
}
[class*=app-web-frontend] .global-pager b {
  background-color: unset;
  border: 0;
  color: #222222;
}
[class*=app-web-frontend] .global-rowTable {
  background-color: white;
}
[class*=app-web-frontend] .global-rowTable th {
  font-weight: bold;
}
[class*=app-web-frontend] .global-rowTable td, [class*=app-web-frontend] .global-rowTable th {
  border-left: 0;
  border-right: 0;
}
[class*=app-web-frontend] .global-singleBtn {
  background-color: #102c57;
  border-radius: 2em;
  max-width: unset;
}
[class*=app-web-frontend] .global-submit {
  background-color: #102c57;
  border-radius: 2em;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 1em;
}
[class*=app-web-frontend] .global-submitWrap [name] {
  background-color: lightgray;
}
[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: #102c57;
  font-weight: bold;
  color: white;
}

.form-calendarBtn {
  color: #102c57;
}
.form-calendarBtn:hover {
  color: #102c57;
}

nav.global-tabSwitch span {
  background-color: #102c57;
}
nav.global-tabSwitch a:hover {
  background-color: #102c57;
}

.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: #102c57;
  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;
}

@media (min-width: 600px) {
  .js-toggle {
    pointer-events: none;
  }
}
@media (max-width: 599px) {
  .js-toggle {
    position: relative;
    cursor: pointer;
    width: 100%;
  }
  .js-toggle.common-title {
    padding: 0.5em;
  }
  .js-toggle.common-title > * {
    font-size: 1.5rem;
    display: inline-block;
    margin-bottom: 0;
  }
  .js-toggle::after {
    content: "\f103";
    font-family: "FontAwesome solid";
    vertical-align: baseline;
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #102c57;
  }
  .js-toggle.open::after {
    content: "\f102";
    font-family: "FontAwesome solid";
    vertical-align: baseline;
  }
}
@media (min-width: 600px) {
  .js-accordion {
    display: block !important;
  }
}
@media (max-width: 599px) {
  .js-accordion {
    display: none;
    padding: 1em 1em;
  }
}
@media (max-width: 599px) {
  .js-accordionWrap {
    background-color: white;
  }
}

.swiper-button-next, .swiper-button-prev {
  background-color: unset;
  width: 3rem;
  height: 3rem;
  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;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #102c57;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .swiper-button-next {
    right: -0.5em;
  }
}
@media (max-width: 599px) {
  .swiper-button-next {
    right: -0.5em;
  }
}
.swiper-button-next::after {
  content: "\f054";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
@media (min-width: 600px) {
  .swiper-button-prev {
    left: -0.5em;
  }
}
@media (max-width: 599px) {
  .swiper-button-prev {
    left: -0.5em;
  }
}
.swiper-button-prev::after {
  content: "\f053";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
.swiper-container.carousel[data-length="3"] {
  max-width: 1200px;
}
.swiper-container.carousel[data-length="2"] {
  max-width: 800px;
}
.swiper-container.carousel[data-length="1"] {
  max-width: 400px;
}
.swiper-pagination-bullet {
  background-color: #102c57;
  opacity: 0.3;
  width: 1em;
  height: 1em;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

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

/* layout-backend  */
/* layout-frontend  */
/* common */
@font-face {
  font-family: "FontAwesome solid";
  font-style: normal;
  font-weight: 900;
  src: url("/font/fontAwesome/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome regular";
  font-style: normal;
  font-weight: 400;
  src: url("/font/fontAwesome/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome brands";
  font-style: normal;
  font-weight: 400;
  src: url("/font/fontAwesome/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  font-display: swap;
  src: url("/font/Inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: normal;
  font-display: swap;
  src: url("/font/Inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-display: swap;
  src: url("/font/Inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  font-display: swap;
  src: url("/font/NotoSansJP/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-display: swap;
  src: url("/font/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url("/font/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  src: url("/font/NotoSansJP/NotoSansJP-Black.woff2") format("woff2");
}
/* font */
@font-face {
  font-family: "Pinyon Script";
  font-weight: 400;
  font-display: swap;
  src: url("/font/PinyonScript/PinyonScript-Regular.woff2") format("woff2");
}
/* */
[class|=form][class*=ields-][class*=mase_media_data2_widget] span[class*=ctm-] a {
  background-color: white;
}

body {
  background-color: #fefaf6;
  font-family: "Inter", "Noto Sans JP", "メイリオ", Meiryo, "Yu Gothic", "YuGothic", sans-serif;
}
body * {
  word-break: break-all;
}

[class*=app-web-frontend] {
  color: #222222;
  background-color: #fefaf6;
  padding: 6em 0 0;
  overflow: hidden;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] {
    padding: 4em 0 0;
  }
}
[class*=app-web-frontend] h1, [class*=app-web-frontend] h2, [class*=app-web-frontend] h3, [class*=app-web-frontend] h4, [class*=app-web-frontend] h5, [class*=app-web-frontend] h6, [class*=app-web-frontend] .global-userName, [class*=app-web-frontend] h2.default, [class*=app-web-frontend] legend, [class*=app-web-frontend] input, [class*=app-web-frontend] button, [class*=app-web-frontend] textarea {
  font-family: "Inter", "Noto Sans JP", "メイリオ", Meiryo, "Yu Gothic", "YuGothic", sans-serif;
}
[class*=app-web-frontend] p {
  line-height: 1.65;
}
[class*=app-web-frontend] .outer-contents {
  padding-top: 2em;
}
[class*=app-web-frontend] h2.default {
  text-align: left;
}
[class*=app-web-frontend][class$=blog-maseblogpost-infopost] .outer-contents {
  background-color: #fefaf6;
}
[class*=app-web-frontend][class$=masesitetop-index] .outer-contents {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
[class*=app-web-frontend]:not([class$=masesitetop-index]) main {
  padding-right: 1em;
  padding-left: 1em;
}
[class*=app-web-frontend] [class*=left-search] {
  border-radius: 1em;
  padding: 0 0.5em;
  min-width: 20em;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] [class*=left-search] {
    margin: 1em 0;
  }
}
@media (max-width: 599px) {
  [class*=app-web-frontend] [class*=left-search]:has(.js-toggle) {
    background-color: white;
  }
}
[class*=app-web-frontend] [class*=left-search] .common-title {
  text-align: left;
}
[class*=app-web-frontend] [class*=left-search] dt {
  border-left: solid #102c57 0.2em;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
[class*=app-web-frontend] [class*=left-search] dd {
  padding: 0;
  margin-bottom: 1.5em;
}
[class*=app-web-frontend] [class*=left-search] [type=submit] {
  background-color: #102c57;
  border-radius: 2rem;
  color: #eadbc8;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  padding: 0.5rem;
  width: 100%;
  max-width: 12rem;
  text-align: center;
  display: table;
  margin: 2rem auto;
}
[class*=app-web-frontend] [class*=left-search] .checkboxes ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}

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

.common-title {
  margin-bottom: 2em;
  text-align: center;
}
.common-title i {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  color: #102c57;
  display: block;
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 1rem;
}
.common-title b {
  display: block;
  font-size: 2em;
  font-weight: normal;
}
.common-title.left {
  text-align: left;
}

/* form */
/* partial */
/* backend */
/* frontend */
.outer-header {
  background-color: #fefaf6;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.outer-footer {
  background-color: white;
  margin: 0;
}

._tpl_tohan_header {
  color: #222222;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}
._tpl_tohan_header h1 {
  padding: 0;
}
._tpl_tohan_header h1 a {
  max-width: unset;
}
@media (max-width: 799px) {
  ._tpl_tohan_header h1 a img {
    max-width: 82px;
  }
}
@media (max-width: 599px) {
  ._tpl_tohan_header .pc {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._tpl_tohan_header .sp {
    display: none !important;
  }
}
._tpl_tohan_header .master-nav a {
  color: black;
}
._tpl_tohan_header .headerMenuWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav form {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
@media (max-width: 1349px) {
  ._tpl_tohan_header .headerMenuWrap nav.master-nav form {
    display: none;
  }
}
._tpl_tohan_header .headerMenuWrap nav.master-nav form button {
  background-color: #dac0a3;
  border: 0;
  border-radius: 0.25em;
  color: #102c57;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-left: 1rem;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav form button::before {
  content: "\f002";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.25em;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a {
  margin: 0 0 0 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #102c57;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  ._tpl_tohan_header .headerMenuWrap nav.master-nav > a {
    font-size: 0;
  }
}
@media (max-width: 799px) {
  ._tpl_tohan_header .headerMenuWrap nav.master-nav > a {
    display: none;
  }
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*=about]::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-image: url("\2F image\2F tohan\2F about\2E svg\3F 0");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.625rem;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*=mypage]::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-image: url("\2F image\2F tohan\2F mypage\2E svg\3F 0");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.625rem;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*=register] {
  background-color: #102c57;
  border: solid #102c57 0.2rem;
  border-radius: 2rem;
  color: white;
  display: block;
  font-size: 1.2em;
  padding: 0.5rem;
  width: 14rem;
  text-align: center;
  margin-left: 1rem;
}
@media (max-width: 799px) {
  ._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*=register] {
    display: none;
  }
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*=register]::before {
  display: none;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*=register][href*=partner] {
  background-color: white;
  border: solid #102c57 0.2rem;
  color: #102c57;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*="inquiry"]::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-image: url("\2F image\2F tohan\2F inquiry\2E svg\3F 0");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*="casemanage/list"]::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-image: url("\2F image\2F tohan\2F inquiry\2E svg\3F 0");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*="login"]::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-image: url("\2F image\2F tohan\2F login\2E svg\3F 0");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
._tpl_tohan_header .headerMenuWrap nav.master-nav > a[href*="user/search"]::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-image: url("\2F image\2F tohan\2F search\2E svg\3F 0");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
._tpl_tohan_header .menuWrap[class] {
  margin-left: 1.5rem;
}
._tpl_tohan_header .menuWrap[class] .menuOpen {
  display: block;
  cursor: pointer;
  color: #2c3e50;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  ._tpl_tohan_header .menuWrap[class] .menuOpen {
    font-size: 0;
  }
}
._tpl_tohan_header .menuWrap[class] .menuOpen::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-image: url("\2F image\2F tohan\2F menu\2E svg\3F 0");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
._tpl_tohan_header .menuWrap[class] .menuOpen:hover {
  opacity: 1;
}
._tpl_tohan_header .menuWrap[class] .hideMenu {
  min-width: 250px;
  max-width: 300px;
  height: 100vh;
  background-color: #fefaf6;
  box-shadow: -1px 0 1px 0 #dac0a3;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 8;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: black;
  z-index: 11;
}
._tpl_tohan_header .menuWrap[class] .hideMenu a[href] {
  display: block;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  text-align: left;
  padding: 1em;
}
._tpl_tohan_header .menuWrap[class] .hideMenu a[href]::before {
  content: "\f105";
  font-family: "FontAwesome";
  vertical-align: baseline;
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #102c57;
}
._tpl_tohan_header .menuWrap[class] .menuClose {
  display: block;
  color: #102c57;
  font-size: 1.5em;
  background-color: #fefaf6;
  cursor: pointer;
  text-align: right;
  padding: 0.25rem 1rem;
}
._tpl_tohan_header .menuWrap[class] .menuClose::before {
  content: "\f00d";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
._tpl_tohan_footer {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4em 0 0;
  max-width: 100%;
  background-color: #fefaf6;
  border-top: solid #eadbc8 1px;
  font-size: 1rem;
}
._tpl_tohan_footer * {
  color: #222222;
}
._tpl_tohan_footer .logo {
  text-align: center;
  position: relative;
  margin: auto;
  display: table;
}
@media (max-width: 799px) {
  ._tpl_tohan_footer .logo img {
    max-width: 82px;
  }
}
._tpl_tohan_footer > nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2em auto;
}
._tpl_tohan_footer > nav > a {
  display: inline-block;
  margin: 1em 0;
  padding: 0 1em;
}
._tpl_tohan_footer > nav > a:not(:first-of-type) {
  border-left: solid #eadbc8 1px;
}
._tpl_tohan_footer .copyright {
  text-align: center;
  background-color: #dac0a3;
  padding: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* mypage */
/* mypage */
.mypage-submitWrap [name] {
  background-color: lightgray;
}
.mypage-submitWrap [name*='[save]'], .mypage-submitWrap [name*='[conf]'], .mypage-submitWrap [name*='[confirm]'], .mypage-submitWrap [name*='[next]'] {
  background-color: #102c57;
  font-weight: bold;
  color: white;
}

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

main.mypage {
  /* component */
  /* common namespace */
  /* each */
}
main.mypage article {
  /* article */
  /* common namespace */
  /* each */
}
main.mypage article.index .myMenu.master a, main.mypage article.index .manageMenu.master a {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: solid #102c57 1px;
  background-color: #102c57;
  color: white;
  position: relative;
}
main.mypage article.index .myMenu.master a:hover, main.mypage article.index .manageMenu.master a:hover {
  background-color: white;
  border: solid #102c57 1px;
  color: #102c57;
}
main.mypage article.user_message .post-messageBtn {
  background-color: #102c57;
}

/* 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] .time {
  color: #222222;
  font-weight: bold;
  -webkit-flex-basis: 10em;
  flex-basis: 10em;
  width: 10em;
  max-width: 10em;
  min-width: 10em;
  margin-bottom: auto;
}
[class|=notification][class*=_tpl_list] .cont a {
  color: black;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
[class|=notification][class*=_tpl_list] .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1em 0 0;
}

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

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

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

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

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

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

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

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

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

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

/* stc */
/* case */
[class|=stc-case] {
  /* block */
}
[class|=stc-case][class*=_tpl_options] section {
  background-color: white;
  box-shadow: 0 0 2px lightgray;
}
[class|=stc-case][class*=_tpl_options] section:not(:last-of-type) {
  margin-bottom: 1em;
}
[class|=stc-case][class*=_tpl_options] section:has(label) {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
[class|=stc-case][class*=_tpl_options] label {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0;
  text-align: center;
  padding: 1.25rem;
}
[class|=stc-case][class*=_tpl_options] .e-contentOpen {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
[class|=stc-case][class*=_tpl_options] .opener:hover {
  background-color: rgba(16, 44, 87, 0.05);
}
[class|=stc-case][class*=_tpl_options] .content:not(.close + *) {
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}
[class|=stc-case][class*=_tpl_options] p {
  line-height: 1.75;
  padding: 1em;
}
[class|=stc-case][class*=_tpl_options] b {
  display: block;
  font-size: 1.1em;
  color: #102c57;
  padding: 1em;
}
[class|=stc-case][class*=_tpl_options] b:nth-child(2) {
  padding-top: 0;
}
[class|=stc-case][class*=_tpl_caseApplicant] .global-imgBg, [class|=stc-case][class*=_tpl_caseOwner] .global-imgBg {
  background-color: white;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: table;
  margin: auto;
  margin-bottom: 1rem;
  max-width: 12em;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-nav a, [class|=stc-case][class*=_tpl_caseOwner] .tpl-nav a {
  background-color: #102c57;
  border-radius: 2rem;
  color: #eadbc8;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  padding: 0.5rem;
  width: 100%;
  max-width: 12rem;
  text-align: center;
  display: table;
  margin: 2rem auto;
  margin: 1rem auto;
  border: 0;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-nav a::before, [class|=stc-case][class*=_tpl_caseOwner] .tpl-nav a::before {
  display: none;
}
[class|=stc-case][class*=_tpl_caseApplicant] .tpl-nav a:hover, [class|=stc-case][class*=_tpl_caseOwner] .tpl-nav a:hover {
  background-color: #102c57;
}
[class|=stc-case][class*=_tpl_save_search_condition] a {
  margin: 1em auto;
  background-color: #102c57;
}
[class|=stc-case][class*=_tpl_post_type] {
  position: relative;
}
[class|=stc-case][class*=_tpl_post_type] > a {
  background-color: white;
  border: 0;
  height: 100%;
  margin-bottom: 2em;
}
@media (min-width: 800px) {
  [class|=stc-case][class*=_tpl_post_type] > a {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media (max-width: 799px) {
  [class|=stc-case][class*=_tpl_post_type] > a {
    display: block;
  }
  [class|=stc-case][class*=_tpl_post_type] > a > * {
    width: 100%;
  }
}
[class|=stc-case][class*=_tpl_post_type] > a .global-coverImage {
  aspect-ratio: 344/258;
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
}
[class|=stc-case][class*=_tpl_post_type] > a .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[class|=stc-case][class*=_tpl_post_type] > a .global-coverImage .category {
  position: absolute;
  left: 1em;
  bottom: 0;
  z-index: 1;
  padding-top: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
[class|=stc-case][class*=_tpl_post_type] > a .global-coverImage .category > * {
  background-color: #102c57;
  color: white;
  font-weight: bold;
  padding: 0.1em 1em;
  border-radius: 0.5em 0.5em 0 0;
  margin: 0.1em 0.5em 0 0;
}
[class|=stc-case][class*=_tpl_post_type] > a .content {
  padding: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
}
[class|=stc-case][class*=_tpl_post_type] > a .content h3 {
  font-size: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
[class|=stc-case][class*=_tpl_post_type] > a .content p {
  margin: 1rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
[class|=stc-case][class*=_tpl_post_type] > a footer {
  margin-top: auto;
  font-weight: 500;
  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;
}
[class|=stc-case][class*=_tpl_post_type] > a footer .price {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5em;
}
[class|=stc-case][class*=_tpl_post_type] > a footer time {
  margin-left: 2em;
}
[class|=stc-case][class*=_tpl_post_type] > a footer time::before {
  content: "\f017";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.35em;
}
[class|=stc-case][class*=_tpl_post_type] > a footer .arrow {
  margin-left: auto;
}
[class|=stc-case][class*=_tpl_post_type] .js_favorite {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 0;
  z-index: 1;
  height: unset;
}
[class|=stc-case][class*=_tpl_post_type] .js_favorite::before {
  content: "\f004";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: lightgray;
  font-size: 1.5rem;
}
[class|=stc-case][class*=_tpl_post_type] .js_favorite.active::before {
  color: #fa98be;
}

main.case {
  /* component */
  /* common namespace */
  /* each */
}
main.case article {
  /* article */
  /* common namespace */
  /* each */
}
main.case article.entry_complete > a {
  background-color: #102c57;
}
main.case article[class*=entry_type] .options {
  display: none;
}
main.case article[class*=entry_type] [class*=tpl_options] {
  margin-top: 2.5vh;
}
main.case article[class*=index_type] .global-btns {
  text-align: left;
}
main.case article[class*=index_type] .imageWrap {
  width: 100%;
  margin-bottom: 2em;
}
main.case article[class*=index_type] .imageWrap .mainImage {
  width: 100%;
  background-color: white;
}
main.case article[class*=index_type] .imageWrap .mainImage span {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  display: block;
  border: none;
  margin: 0;
}
main.case article[class*=index_type] .imageWrap .mainImage span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.case article[class*=index_type] .imageWrap .thumbnails {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5em -0.5em 1.5em;
}
main.case article[class*=index_type] .imageWrap .thumbnails .thumbnail {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  padding: 0.5em;
  cursor: pointer;
  transition: 0.3s;
}
main.case article[class*=index_type] .imageWrap .thumbnails .thumbnail:hover {
  opacity: 0.7;
}
main.case article[class*=index_type] .imageWrap .thumbnails .thumbnail span {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  display: block;
  border: none;
  margin: 0;
}
main.case article[class*=index_type] .imageWrap .thumbnails .thumbnail span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.case article[class*=index_type] .wrap {
  margin-bottom: 4em;
}
main.case article[class*=index_type] .wrap .options {
  margin-top: 5vh;
}
main.case article[class*=search_type] > header .below {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
main.case article[class*=search_type] > header .below > *:last-child {
  margin-left: auto;
}
main.case article[class*=search_type] > header .below .btn-caseSearch {
  background-color: #102c57;
  border-radius: 2rem;
  color: white;
  font-weight: bold;
  padding: 0.75em 1em;
  line-height: 1;
  text-align: center;
}

/* casemanage */
[class|=stc-casemanage] {
  /* block */
}
[class|=stc-casemanage][class*=extraBtns] {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
[class|=stc-casemanage][class*=extraBtns] > a {
  border: 1px solid rgba(16, 44, 87, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #102c57;
  padding: 0.5em 2em;
}

main.casemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.casemanage article {
  /* article */
  /* common namespace */
  /* each */
}
main.casemanage article[class*=add_type] fieldset > legend {
  margin-top: 1em;
}
main.casemanage article[class*=received_entry_type] h3.btnWrap {
  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;
  padding-right: 0;
}
main.casemanage article[class*=received_entry_type] h3.btnWrap a[href] {
  margin-left: auto;
  font-size: 0.8em;
}
main.casemanage article[class*=received_entry_type] .hearingForm {
  background-color: #102c57;
  border-radius: 2em;
  color: white;
  font-weight: bold;
  padding: 0.25em 0.75em 0.15em;
}

/* 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 [class|=parts][class*=case_list] .swiper-slide {
  padding: 2em;
  height: auto;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a {
  background-color: white;
  border: 0;
  border-radius: 1em;
  height: 100%;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a .global-coverImage {
  aspect-ratio: 362/272;
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a .category {
  position: absolute;
  left: 1em;
  bottom: 0;
  z-index: 1;
  padding-top: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a .category > * {
  background-color: #102c57;
  color: white;
  font-weight: bold;
  padding: 0.1em 1em;
  border-radius: 0.5em 0.5em 0 0;
  margin: 0.1em 0.5em 0 0;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a .content {
  padding: 1em;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a .content h3 {
  font-size: 1.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a .content p {
  margin: 1rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a footer {
  margin-top: auto;
  padding: 0 1em 1em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  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.sitetop [class|=parts][class*=case_list] .swiper-slide > a footer .price {
  font-size: 1.5em;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a footer time {
  margin: auto;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a footer time::before {
  content: "\f017";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.35em;
}
main.sitetop [class|=parts][class*=case_list] .swiper-slide > a footer .arrow {
  margin-left: auto;
}
main.sitetop [class|=parts][class*=blogpost_list] .swiper-slide {
  padding: 2em;
  height: auto;
}
main.sitetop [class|=parts][class*=blogpost_list] .swiper-slide > a {
  background-color: white;
  border-radius: 0.5em;
  overflow: hidden;
  height: 100%;
  display: block;
  position: relative;
}
main.sitetop [class|=parts][class*=blogpost_list] .swiper-slide > a::after {
  content: "\f061";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  font-size: 1.5em;
  color: #102c57;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
main.sitetop [class|=parts][class*=blogpost_list] .global-coverImage {
  aspect-ratio: 362/272;
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 0;
}
main.sitetop [class|=parts][class*=blogpost_list] .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.sitetop [class|=parts][class*=blogpost_list] .global-coverImage .category {
  position: absolute;
  left: 1em;
  bottom: 0;
  z-index: 1;
  padding-top: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=blogpost_list] .global-coverImage .category > * {
  background-color: #102c57;
  color: white;
  font-weight: bold;
  padding: 0.1em 1em;
  border-radius: 0.5em 0.5em 0 0;
  margin: 0.1em 0.5em 0 0;
}
main.sitetop [class|=parts][class*=blogpost_list] .content {
  min-height: unset;
  padding: 1em;
}
main.sitetop [class|=parts][class*=blogpost_list] .content h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.2em;
}
main.sitetop [class|=parts][class*=blogpost_list] .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main.sitetop [class|=parts][class*=blogpost_list] .content time {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
}
main.sitetop [class|=parts][class*=blogpost_list] .content time::before {
  content: "\f017";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.35em;
}
main.sitetop article {
  /* article */
  /* common namespace */
  /* each */
}
main.sitetop article.index .mv {
  display: grid;
}
@media (min-width: 800px) {
  main.sitetop article.index .mv {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 799px) {
  main.sitetop article.index .mv {
    grid-template-rows: 1fr 1fr;
  }
}
main.sitetop article.index .mv .left {
  aspect-ratio: 960/620;
  background-image: url("\2F image\2F tohan\2F mv\2E png\3F 0");
  background-position: left top;
  background-size: cover;
}
@media (max-width: 799px) {
  main.sitetop article.index .mv .left {
    background-image: url("\2F image\2F tohan\2F mv\5F sp1\2E png\3F 0");
  }
}
main.sitetop article.index .mv .right {
  background-image: url("\2F image\2F tohan\2F mv\2E png\3F 0");
  background-position: right top;
  background-size: cover;
  color: white;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  padding: 0 5em;
}
@media (min-width: 800px) {
  main.sitetop article.index .mv .right {
    aspect-ratio: 960/620;
  }
}
@media (max-width: 799px) {
  main.sitetop article.index .mv .right {
    background-image: url("\2F image\2F tohan\2F mv\5F sp2\2E png\3F 0");
    padding: 0 1em;
  }
}
main.sitetop article.index .mv .right > div {
  width: 100%;
}
@media (min-width: 800px) {
  main.sitetop article.index .mv .right > div {
    max-width: 500px;
  }
}
main.sitetop article.index .mv .right h1 {
  font-size: 1.8em;
  margin-bottom: 1em;
}
main.sitetop article.index .mv .right h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 1em;
  word-break: keep-all;
}
@media (min-width: 800px) {
  main.sitetop article.index .mv .right h2 .sp {
    display: none;
  }
}
main.sitetop article.index .mv .right form {
  width: 100%;
}
@media (min-width: 800px) {
  main.sitetop article.index .mv .right form {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    align-items: center;
  }
}
main.sitetop article.index .mv .right form > div {
  width: 100%;
}
@media (min-width: 800px) {
  main.sitetop article.index .mv .right form > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
main.sitetop article.index .mv .right form [type=text] {
  border-radius: 0.25em;
  height: 3rem;
  width: 100%;
}
main.sitetop article.index .mv .right form button {
  height: 3rem;
  background-color: #dac0a3;
  border: 0;
  border-radius: 0.25rem;
  color: #102c57;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 800px) {
  main.sitetop article.index .mv .right form button {
    margin-left: 0.5rem;
  }
}
@media (max-width: 799px) {
  main.sitetop article.index .mv .right form button {
    margin-top: 0.5em;
    width: 100%;
  }
}
main.sitetop article.index .mv .right form button::before {
  content: "\f002";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.25em;
}
main.sitetop article.index .components > section {
  padding: 4em 1em;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
main.sitetop article.index .components .more {
  background-color: #102c57;
  border-radius: 2rem;
  color: #eadbc8;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  padding: 0.5rem;
  width: 100%;
  max-width: 12rem;
  text-align: center;
  display: table;
  margin: 2rem auto;
}
main.sitetop article.index .components .about {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
main.sitetop article.index .components .about .lead {
  font-size: 1.2em;
  text-align: center;
}
@media (min-width: 600px) {
  main.sitetop article.index .components .about ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* no prefix */
    display: flex;
    justify-content: center;
  }
}
main.sitetop article.index .components .about ul li {
  padding: 2em;
}
@media (min-width: 600px) {
  main.sitetop article.index .components .about ul li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
main.sitetop article.index .components .about ul li .image {
  text-align: center;
  width: 20em;
  max-width: 100%;
  margin: 1em auto;
  display: table;
}
main.sitetop article.index .components .about ul li .image img {
  aspect-ratio: 1/1;
}
main.sitetop article.index .components .about ul li p {
  font-size: 1.2em;
  text-align: left;
  margin: 1em auto;
}
@media (max-width: 599px) {
  main.sitetop article.index .components .about ul li p {
    text-align: center;
  }
}
main.sitetop article.index .components .about ul li a {
  text-decoration: underline;
}
main.sitetop article.index .components .about .global-submit {
  max-width: 12rem;
  font-size: 1.35em;
  padding: 0.5rem;
}
main.sitetop article.index .components .latestCaseList, main.sitetop article.index .components .pickupCaseList {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 599px) {
  main.sitetop article.index .components .latestCaseList .swiper-container, main.sitetop article.index .components .pickupCaseList .swiper-container {
    overflow: visible;
  }
}
main.sitetop article.inquiry {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
main.sitetop article.inquiry .u-note {
  margin-bottom: 1em;
}
main.sitetop article.inquiry textarea {
  min-height: 17em;
}
main.sitetop article.inquiry .privacypolicy {
  padding: 1em;
}

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

main.special {
  /* component */
  /* common namespace */
  /* each */
}
main.special article {
  /* article */
  /* common namespace */
  /* each */
}
main.special article.about section {
  padding: 3em 1em;
}
main.special article.about section .common-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #102c57;
  margin: 1em auto;
}
main.special article.about section .common-title b {
  color: #102c57;
  font-weight: bold;
}
main.special article.about section .lead {
  font-size: 1.2em;
  text-align: center;
  margin: 1em auto;
}
@media (min-width: 600px) {
  main.special article.about section.about ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* no prefix */
    display: flex;
    justify-content: center;
  }
}
main.special article.about section.about ul li {
  padding: 2em;
}
@media (min-width: 600px) {
  main.special article.about section.about ul li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
main.special article.about section.about ul li .image {
  text-align: center;
  width: 20em;
  max-width: 100%;
  margin: 1em auto;
  display: table;
}
main.special article.about section.about ul li .image img {
  aspect-ratio: 1/1;
}
main.special article.about section.about ul li p {
  font-size: 1.2em;
  text-align: center;
  margin: 1em auto 2em;
}
main.special article.about section.system .image {
  margin: 2em auto;
}
@media (min-width: 600px) {
  main.special article.about section.merit ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* no prefix */
    display: flex;
    justify-content: center;
  }
}
main.special article.about section.merit ul li {
  padding: 2em;
}
@media (min-width: 600px) {
  main.special article.about section.merit ul li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
main.special article.about section.merit ul li .wrap {
  background-color: white;
  border-radius: 1em;
  padding: 1em;
  height: 100%;
}
main.special article.about section.merit ul li h3 {
  font-size: 1.5em;
  text-align: center;
  color: #102c57;
  padding: 1rem 0;
}
main.special article.about section.merit ul li .image {
  text-align: center;
  width: 19em;
  max-width: 100%;
  margin: 1em auto;
  display: table;
}
main.special article.about section.merit ul li .image img {
  aspect-ratio: 1/1;
}
main.special article.about section.merit ul li p {
  text-align: center;
  margin: 1em auto 0;
}
main.special article.about section.howtouse .register {
  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.special article.about section.howtouse .register a[href*=register] {
  background-color: #102c57;
  border: solid #102c57 0.2rem;
  border-radius: 2em;
  color: white;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em;
  width: 22rem;
  text-align: center;
  margin: 1em;
}
main.special article.about section.howtouse .register a[href*=register][href*=partner] {
  background-color: white;
  border: solid #102c57 0.2rem;
  color: #102c57;
}
main.special article.about section.howtouse [class^=for] {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 0;
}
main.special article.about section.howtouse [class^=for] p {
  font-size: 1.2em;
  text-align: center;
  margin: 2em auto;
}
main.special article.about section.howtouse [class^=for] h3 {
  background-color: #102c57;
  border-radius: 0.25em;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  margin: 1em auto;
}
main.special article.about section.howtouse [class^=for] .step {
  background-color: white;
  border: solid #dac0a3 0.5rem;
  border-radius: 1em;
  color: #102c57;
  font-size: 1.5em;
  padding: 1em;
  display: grid;
  grid-template-columns: 30% 70%;
}
@media (max-width: 599px) {
  main.special article.about section.howtouse [class^=for] .step {
    font-size: 1.2em;
  }
}
main.special article.about section.howtouse [class^=for] .step b {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
}
main.special article.about section.howtouse [class^=for] .step h4 {
  text-align: center;
}
main.special article.about section.howtouse [class^=for] .dot {
  position: relative;
}
main.special article.about section.howtouse [class^=for] .dot span {
  display: block;
  width: 50%;
  padding: 1em;
  margin-left: 50%;
  border-left: dotted #dac0a3 0.5em;
  min-height: 3em;
}
main.special article.about section.howtouse [class^=for] .more {
  background-color: #102c57;
  border-radius: 2rem;
  color: #eadbc8;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  padding: 0.5rem;
  width: 100%;
  max-width: 12rem;
  text-align: center;
  display: table;
  margin: 2rem auto;
  max-width: 20rem;
}

/* user */
/* user */
.user-left-search #mase_user_search_normal_itemCodeVarchar04 > div, .user-left-search #mase_user_search_partner_itemCodeVarchar01 > div {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  /* no prefix */
  display: flex;
  align-items: flex-start;
}
.user-left-search #mase_user_search_normal_itemCodeVarchar04 > div input, .user-left-search #mase_user_search_partner_itemCodeVarchar01 > div input {
  margin-top: 0.5em;
}

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

main.user {
  /* component */
  /* common namespace */
  /* each */
}
main.user article {
  /* article */
  /* common namespace */
  /* each */
}
main.user article[class^=search_] ul:has(.user) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
}
@media (max-width: 799px) {
  main.user article[class^=search_] ul:has(.user) {
    grid-template-columns: 1fr 1fr;
  }
}
main.user article[class^=search_] .user[class] {
  border: 0;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] {
  padding: 1em;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] .global-coverImage {
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: auto;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] .global-coverImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] .content[class] {
  padding: 1em;
  text-align: center;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] .content[class] h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] .content[class] h3 .ruby {
  font-size: 0.5em;
  font-weight: bold;
  display: block;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] .content[class] dl dt {
  display: none;
}
main.user article[class^=search_] .user[class] [href*='/user/info'] .content[class] dl dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
main.user article[class*=info_] .global-btns {
  text-align: left;
}
main.user article[class*=info_] .profile[class] {
  background-color: white;
}
main.user article[class*=info_] .profile[class] dt {
  font-weight: bold;
  color: #222222;
}
