@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap&text=Matsudo");
/* common */
[type=file] {
  font-size: 1em;
}

.global-rowTable {
  table-layout: fixed;
  background-color: white;
  padding: 1em;
}
.global-rowTable tr {
  background-color: white !important;
}
.global-rowTable tr:first-of-type th, .global-rowTable tr:first-of-type td {
  border-top: none;
}
.global-rowTable tr > * {
  border: none;
}
.global-rowTable th {
  font-weight: bold;
}
@media (max-width: 799px) {
  .global-rowTable th {
    border: 1px solid rgba(128, 128, 128, 0.25) !important;
  }
}
@media (min-width: 800px) {
  .global-rowTable th {
    background-color: transparent;
    border-right: 1px solid rgba(128, 128, 128, 0.25);
  }
}
@media (max-width: 799px) {
  .global-rowTable td {
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 1em;
    padding-left: 1em;
  }
}

/* commonCs */
.swiper-button-next:hover {
  background-color: #549783;
}
.swiper-button-prev:hover {
  background-color: #549783;
}
.swiper-container[data-count] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.swiper-container[data-count="1"] {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.swiper-container[data-count="2"] {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.swiper-container[data-count="3"] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.swiper-pagination-bullet[class][class*=active] {
  border-color: #549783;
}
.swiper-slide {
  padding: 0.5em;
}

.cs-any label::after {
  content: "任意";
  display: inline-block;
  font-weight: bold;
  font-size: 0.85em;
  color: #274a78;
  background-color: white;
  border: 1px solid rgba(39, 74, 120, 0.5);
  border-radius: 2px;
  vertical-align: baseline;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
}
.cs-checkboxes ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
.cs-checkboxes li {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0.1em;
}
.cs-checkboxes input {
  display: none;
}
.cs-checkboxes input:checked + label {
  color: white;
  background-color: rgba(84, 151, 131, 0.75);
}
.cs-checkboxes label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 2px;
  padding: 0.25em 0.5em;
  margin: 0;
}
.cs-checkboxes label[for] {
  margin: 0;
}
.cs-checkboxes label:hover {
  background-color: rgba(84, 151, 131, 0.1);
}
.cs-checkboxes br {
  display: none;
}
.cs-evaluation b {
  color: #549783;
  font-size: 1.3em;
}
.cs-evaluation i {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.cs-evaluation i::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  position: absolute;
}
.cs-evaluation i::after {
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.cs-evaluation.star i {
  color: #549783;
}
.cs-evaluation.star i[data-score]::after {
  content: "\f005 \f005 \f005 \f005 \f005";
}
.cs-evaluation.star i[data-score="0"]::before {
  content: "";
}
.cs-evaluation.star i[data-score="0.0"]::before {
  content: "";
}
.cs-evaluation.star i[data-score="0.5"]::before {
  content: "\f5c0";
}
.cs-evaluation.star i[data-score="1"]::before {
  content: "\f005";
}
.cs-evaluation.star i[data-score="1.0"]::before {
  content: "\f005";
}
.cs-evaluation.star i[data-score="1.5"]::before {
  content: "\f005 \f5c0";
}
.cs-evaluation.star i[data-score="2"]::before {
  content: "\f005 \f005";
}
.cs-evaluation.star i[data-score="2.0"]::before {
  content: "\f005 \f005";
}
.cs-evaluation.star i[data-score="2.5"]::before {
  content: "\f005 \f005 \f5c0";
}
.cs-evaluation.star i[data-score="3"]::before {
  content: "\f005 \f005 \f005";
}
.cs-evaluation.star i[data-score="3.0"]::before {
  content: "\f005 \f005 \f005";
}
.cs-evaluation.star i[data-score="3.5"]::before {
  content: "\f005 \f005 \f005 \f5c0";
}
.cs-evaluation.star i[data-score="4"]::before {
  content: "\f005 \f005 \f005 \f005";
}
.cs-evaluation.star i[data-score="4.0"]::before {
  content: "\f005 \f005 \f005 \f005";
}
.cs-evaluation.star i[data-score="4.5"]::before {
  content: "\f005 \f005 \f005 \f005 \f5c0";
}
.cs-evaluation.star i[data-score="5"]::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}
.cs-evaluation.star i[data-score="5.0"]::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}
.cs-evaluationAvg {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.cs-evaluationAvg dt {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 0.9em;
  margin-right: 1em;
}
.cs-evaluationAvg dt:not(:first-of-type) {
  margin-left: 1em;
}
.cs-evaluationAvg .count b {
  font-size: 1.3em;
  color: #549783;
  margin-right: 0.25em;
}
.cs-evaluationAvg .count small {
  display: inline-block;
  -webkit-transform: translateY(-1.5px);
  transform: translateY(-1.5px);
}
.cs-evaluationList > li {
  padding: 1em;
}
.cs-evaluationList > li:not(:last-of-type) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}
.cs-evaluationList header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.cs-evaluationList header > * {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.cs-evaluationList .cs-evaluation {
  margin-right: 1em;
}
.cs-evaluationList .person {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.cs-evaluationList .person .personImg {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
}
.cs-evaluationList .person .personName {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.cs-evaluationList .comment {
  background-color: whitesmoke;
  border-radius: 0.5em;
  padding: 0.75em;
  margin-top: 0.75em;
}
.cs-evaluationList time {
  display: block;
  font-style: italic;
  font-size: 0.9em;
  text-align: right;
  margin-top: 0.5em;
}
.cs-form fieldset {
  padding: 2em 1em;
}
.cs-form legend {
  font-size: 1.5em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}
.cs-form legend::before {
  content: "\f565";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
  color: #549783;
}
.cs-form p.note {
  padding: 1em;
}
.cs-form small.note {
  display: block;
  font-weight: bold;
  font-size: 0.85em;
  color: dimgray;
  margin-top: 0.5em;
}
.cs-form small.note::before {
  content: "※";
}
.cs-formImages {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
.cs-formImages > * {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0.25em;
}
.cs-formImages .image {
  display: block;
  width: 7em;
  height: 7em;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.cs-formImages .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (-ms-high-contrast: none) {
  .cs-formImages .image img {
    height: auto;
  }
}
.cs-formImages .global-coverImage {
  width: 7em;
  height: 7em;
}
.cs-noImage {
  background: url(../img/ps/noImage.png) no-repeat center center;
  background-size: 80% auto;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
}
.cs-noImage img {
  display: none;
}
.cs-notice {
  font-weight: bold;
  color: orangered;
  border: 1px solid rgba(255, 69, 0, 0.5);
  border-radius: 3px;
  text-align: center;
  padding: 1em;
}
.cs-required label::after {
  content: "必須";
  display: inline-block;
  font-weight: bold;
  font-size: 0.85em;
  color: orangered;
  background-color: white;
  border: 1px solid rgba(255, 69, 0, 0.5);
  border-radius: 2px;
  vertical-align: baseline;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
}
.cs-selectboxes > div {
  margin-top: auto;
}
@media (max-width: 799px) {
  .cs-selectboxes > div:not(:first-of-type) {
    margin-top: 0.5em;
  }
}
@media (max-width: 799px) {
  .cs-selectboxes select {
    display: block;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .cs-selectboxes select {
    margin-right: 0.5em;
  }
}
.cs-selectboxes.datetime .form-fields-date_widget {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 799px) {
  .cs-selectboxes.datetime select {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 800px) {
  .cs-selectboxes.datetime select {
    margin: 0 0.5em;
  }
}
@media (min-width: 800px) {
  .cs-selectboxes.flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    align-items: center;
  }
}
@media (min-width: 800px) {
  .cs-selectboxes.flex > * {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.cs-selectboxes.flex span {
  font-weight: bold;
  padding: 0 0.5em;
}
.cs-selectboxes.fix {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.cs-selectboxes.fix > * {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 799px) {
  .cs-selectboxes.fix select {
    display: inline-block;
    width: auto;
  }
}
.cs-step {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  font-weight: bold;
}
.cs-step li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: whitesmoke;
  border-right: 0;
  border-left: 0;
  white-space: nowrap;
  line-height: 1rem;
  text-align: center;
  padding: 1em 1.5em;
  position: relative;
}
@media (max-width: 599px) {
  .cs-step li {
    font-size: 0;
    margin: 0.25rem;
  }
}
.cs-step li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 1.5em 1em;
  border-color: transparent transparent transparent whitesmoke;
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  z-index: 1;
}
.cs-step li.active {
  color: white;
  background-color: #549783;
}
@media (max-width: 599px) {
  .cs-step li.active {
    font-size: 1rem;
  }
}
.cs-step li.active:not(:last-of-type)::after {
  border-color: transparent transparent transparent #549783;
}
.cs-tagitInput {
  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;
}
.cs-tagitInput.ui-widget-content {
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding-top: 0.2em;
}
.cs-tagitInput li {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-family: "游ゴシック Medium", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cs-tagitInput li.tagit-new {
  padding: 0;
}
.cs-tagitInput li.tagit-choice[class] {
  background-color: whitesmoke;
  border-radius: 2px;
}
.cs-tagitInput li.tagit-choice::before {
  content: "\f292";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.25em;
  font-size: 0.8em;
}
.cs-widgetNote {
  display: block;
  font-size: 0.85em;
}
.cs-widgetNote:first-of-type {
  margin-top: 0.5em;
}
.cs-widgetNote:not(:first-of-type) {
  margin-top: 0.25em;
}
.cs-widgetNote::before {
  content: "※";
}

/* cmCs */
.cs-count.comment dd::before {
  content: "\f4ad";
}
.cs-menu {
  padding: 0 1em;
  margin-bottom: 2em;
}
.cs-menu dt {
  font-size: 1.2em;
  padding: 0.25em;
}
.cs-menu dt::before {
  content: "\f24d";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.5em;
}
.cs-menu a {
  display: block;
  font-weight: bold;
  color: #549783;
  border: 1px solid rgba(84, 151, 131, 0.5);
  padding: 1em 2em;
  margin-bottom: 0.5em;
}
.cs-menu a::after {
  content: "";
  display: block;
  clear: both;
}
.cs-menu a:hover {
  color: white;
  background-color: #549783;
  opacity: 1;
}
.cs-menu a::after {
  content: "\f138";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  float: right;
}
.cs-skewBg {
  position: relative;
}
.cs-skewBg::before {
  content: "";
  display: block;
  background-color: whitesmoke;
  position: absolute;
  top: -5vh;
  right: -2px;
  bottom: -5vh;
  left: -2px;
  z-index: 0;
  -webkit-transform: rotate(-5deg) skew(-5deg);
  transform: rotate(-5deg) skew(-5deg);
}
.cs-skewBg > * {
  position: relative;
  z-index: 1;
}

/* class */
@media (max-width: 599px) {
  .global-colTable tbody td.to {
    padding-top: 0.5em;
  }
}
@media (min-width: 600px) {
  .global-colTable tbody td.to {
    width: 20%;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.global-colTable tbody td.to a[href*=edit] {
  color: #549783;
}
.global-colTable tbody td.to a[href*=Delete] {
  color: dimgray;
}
.global-colTable tbody td.to a::before {
  display: none;
}
.global-contentFooter > *:first-child {
  margin-left: 0;
}
.global-contentFooter a {
  color: #549783;
}
.global-contentFooter a[href*='commentDelete'] {
  color: gray;
}
.global-coverImage img {
  width: 102%;
  height: 102%;
}
.global-create {
  color: #549783;
  padding-right: 2em;
}
@media (min-width: 800px) {
  .global-dl {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (min-width: 800px) {
  .global-dlForm {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.global-dlForm dd input[type=file] {
  width: auto;
}
.global-dlForm dd small {
  display: block;
  padding: 0.1em;
}
.global-dlForm dd small:first-of-type {
  margin-top: 0.2em;
}
.global-dlForm dd small::before {
  content: "※";
}
.global-do {
  background-color: #549783;
}
.outer-main-wrapper .global-more {
  font-weight: bold;
  font-size: 1.1em;
  color: #549783;
  background-color: transparent;
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  border-radius: 0.25em;
  padding-right: 2em;
  padding-left: 2em;
}
.outer-main-wrapper .global-more::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 2em;
}
.global-pager a {
  background-color: white;
  border-radius: 5px;
}
.global-pager a.selfPage {
  background-color: #549783;
  border-color: transparent;
}
.global-personImg {
  background: white;
  border: 1px solid rgba(245, 245, 245, 0.5);
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.global-personImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (-ms-high-contrast: none) {
  .global-personImg img {
    height: auto;
  }
}
.global-smallSubmit {
  color: white;
  background-color: #549783;
}
.global-submit {
  color: white;
  background-color: #549783;
  font-size: 1em;
  padding: 0.5em 3em;
}
.global-submitWrap [type=submit] {
  transition: 0.2s;
}
.global-submitWrap [type=submit]:hover {
  opacity: 0.8;
}
.global-submitWrap [type=submit][type] {
  font-size: 1em;
  padding: 0.5em 3em;
}
.global-submitWrap [type=submit]:not([class]) {
  color: white;
  background-color: #549783;
}
.global-submitWrap [type=submit][name=confirm] {
  color: white;
  background-color: #549783;
}
.global-submitWrap [type=submit][name=back] {
  background-color: gray;
}
.global-submitWrap a.global-cancel[class] {
  font-size: 1em;
  padding: 0.5em 3em;
}
.ui-dialog .global-submitWrap {
  padding-bottom: 1em;
}
.ui-dialog .global-submitWrap [type=submit] {
  display: block;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  margin: 0.25em 0;
}
.ui-dialog .global-submitWrap .global-cancel {
  display: block;
  width: 100%;
  color: gray;
  background-color: whitesmoke;
  text-align: center;
  margin: 0.25em 0;
}
.ui-dialog .global-submitWrap .global-cancel[class] {
  font-size: 1rem;
  padding: 0.25rem 1rem;
}
.global-tab li.active {
  background-color: #549783;
}
.global-tabSwitch li.active a {
  background-color: #549783;
}
.global-tabSwitch li a:hover {
  background-color: #549783;
}

.cm-breadcrumb {
  font-size: 0.9em;
  padding-top: 2em;
}
.cm-content a {
  color: #549783;
  text-decoration: underline;
}
.cm-content img {
  height: auto !important;
}

.js-ajaxLoading {
  background-color: #549783;
}
.js-msg {
  background-color: #549783;
}
.js-scrollTop::before {
  color: #549783;
  text-shadow: 0 0 3px white;
}
.js-setNow {
  color: #549783;
}

.ui-dialog .ui-dialog-titlebar[class] {
  background-color: #549783;
}
.ui-dialog .ui-dialog-titlebar[class] .ui-dialog-titlebar-close {
  right: 0.75em;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em);
}
.ui-dialog .ui-dialog-titlebar[class] .ui-dialog-titlebar-close::before {
  content: "\f057";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: white;
}
.ui-dialog .ui-dialog-titlebar[class] .ui-icon-closethick {
  display: none;
}

.error_list {
  color: orangered;
}
.error_list li {
  font-weight: bold;
  font-size: 0.9em;
}

.ps-caseList {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
.ps-caseList > li {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 1em;
}
@media (max-width: 799px) {
  .ps-caseList > li {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .ps-caseList > li {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 800px) {
  .ps-caseList > li {
    -webkit-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1000px) {
  .ps-caseList > li {
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
    max-width: 25%;
  }
}
.ps-case {
  height: 100%;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 3px;
  padding: 0.5em;
  overflow: hidden;
}
.ps-case:hover {
  opacity: 1;
}
.ps-case:hover img {
  -webkit-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}
.ps-case img {
  transition: 0.2s;
}
.ps-case:hover h3 {
  color: #549783;
}
.ps-case:hover .more {
  color: #549783;
}
.ps-case[data-type=typeA1] .ps-class {
  background-color: rgba(62, 149, 208, 0.8);
}
.ps-case[data-type=typeA2] .ps-class {
  background-color: rgba(62, 149, 208, 0.8);
}
.ps-case[data-type=typeB1] .ps-class {
  background-color: rgba(255, 73, 102, 0.8);
}
.ps-case[data-type=typeB2] .ps-class {
  background-color: rgba(255, 73, 102, 0.8);
}
.ps-case[data-type=typeC1] .ps-class {
  background-color: rgba(84, 151, 131, 0.8);
}
.ps-case[data-type=typeC2] .ps-class {
  background-color: rgba(84, 151, 131, 0.8);
}
.ps-case > a {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ps-case .image {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
}
.ps-case .image .global-coverImage {
  padding-top: 70%;
}
.ps-case .image .cs-noImage {
  padding-top: 70%;
}
.ps-case .image .ps-class {
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ps-case .image .ps-status {
  font-size: 0.8em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 0.35em 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ps-case .content {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0.25em;
  margin-bottom: 1em;
}
.ps-case .content .ps-category {
  font-size: 0.8em;
}
.ps-case .content h3 {
  font-size: 1.1em;
  transition: 0.2s;
  margin-top: 0.25em;
}
.ps-case .content .price {
  text-align: right;
}
.ps-case .content .price .global-currency {
  font-size: 1.3em;
  color: #222222;
}
.ps-case .content .data {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  color: #549783;
  margin-top: 0.5em;
}
.ps-case .content .data li {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0.25em;
}
.ps-case .more {
  display: table;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 0.8em;
  font-weight: bold;
  transition: 0.2s;
  padding: 0.25em;
  margin-top: auto;
  margin-left: auto;
}
.ps-case .more::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5em;
}
.ps-category {
  display: inline-block;
  border-radius: 3px;
  padding: 0.2em 0.5em;
}
.ps-category[data-type=typeA1] {
  color: #3e95d0;
}
.ps-category[data-type=typeA2] {
  color: #3e95d0;
}
.ps-category[data-type=typeB1] {
  color: #ff4966;
}
.ps-category[data-type=typeB2] {
  color: #ff4966;
}
.ps-category[data-type=typeC1] {
  color: #549783;
}
.ps-category[data-type=typeC2] {
  color: #549783;
}
.ps-category b {
  display: inline-block;
}
.ps-category b:first-of-type {
  padding-left: 0;
}
.ps-category b:first-of-type::before {
  content: "\f24d";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.35em;
}
.ps-category b:not(:first-of-type)::before {
  content: "\f054";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.25em;
}
.ps-class {
  display: inline-block;
  font-weight: normal;
  border-radius: 3px;
  padding: 0.2em 1em;
}
.ps-class[data-type=typeA1] {
  color: white;
  background-color: rgba(62, 149, 208, 0.9);
}
.ps-class[data-type=typeA2] {
  color: white;
  background-color: rgba(62, 149, 208, 0.9);
}
.ps-class[data-type=typeB1] {
  color: white;
  background-color: rgba(255, 73, 102, 0.9);
}
.ps-class[data-type=typeB2] {
  color: white;
  background-color: rgba(255, 73, 102, 0.9);
}
.ps-class[data-type=typeC1] {
  color: white;
  background-color: rgba(84, 151, 131, 0.9);
}
.ps-class[data-type=typeC2] {
  color: white;
  background-color: rgba(84, 151, 131, 0.9);
}
.ps-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ps-status {
  display: inline-block;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.5em 1.5em;
}
.ps-status[data-status='s1'] {
  color: #274a78;
  border-color: rgba(39, 74, 120, 0.5);
}
.ps-status[data-status='s1']::before {
  content: "\f058";
}
.ps-status[data-status='s2'] {
  color: dimgray;
  border-color: rgba(105, 105, 105, 0.5);
}
.ps-status[data-status='s2']::before {
  content: "\f057";
}
.ps-status::before {
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.5em;
}

/* class */
.global-colTable tbody td.to {
  text-align: center;
}
@media (max-width: 599px) {
  .global-colTable tbody td.to {
    padding-top: 0.5em;
  }
}
@media (min-width: 600px) {
  .global-colTable tbody td.to {
    width: 20%;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.global-colTable tbody td.to a {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9em;
  color: #549783;
  white-space: nowrap;
  padding: 0.25em 1em;
  margin: 0.25em;
}
.global-colTable tbody td.to a:hover {
  opacity: 1;
}
.global-colTable tbody td.to a:hover::before {
  left: 1px;
}
.global-colTable tbody td.to a::before {
  content: "\f138";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
  transition: 0.2s;
  position: relative;
}
.global-colTable tbody td.to a[href*=edit] {
  color: #549783;
}
.global-colTable tbody td.to a[href*=Delete] {
  color: dimgray;
}
.global-colTable tbody td.to a::before {
  display: none;
}
.global-circleImgBg.userImg[style*='noImage'] {
  background-size: contain;
  border: 1px solid lightgray;
}
.outer-main-wrapper .global-more[class] {
  border: none;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  margin: 2em auto;
}
.outer-main-wrapper .global-more[class]:hover {
  color: white;
  background-color: #383635;
  opacity: 1;
}
.outer-main-wrapper .global-more[class]:hover::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.outer-main-wrapper .global-more[class]:hover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.outer-main-wrapper .global-more[class]::before {
  content: "";
  display: inline-block;
  border: 1px solid lightgray;
  border-radius: 3px;
  transition: 0.5s;
  position: absolute;
  top: -0.2em;
  right: 0.2em;
  bottom: 0.2em;
  left: -0.2em;
  z-index: 1;
}
.outer-main-wrapper .global-more[class]::after {
  content: "";
  display: inline-block;
  border: 1px solid lightgray;
  border-radius: 3px;
  transition: 0.5s;
  margin-left: 0;
  position: absolute;
  top: 0.2em;
  right: -0.2em;
  bottom: -0.2em;
  left: 0.2em;
  z-index: 1;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

.ps-cmContent {
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 3px;
  padding: 0.5em;
}
.ps-cmContent .image {
  display: block;
}
.ps-cmContent .global-imgBg {
  width: 100%;
  padding-top: 70%;
}
.ps-cmContent h4 {
  font-size: 1.1em;
  transition: 0.2s;
  margin: 0.25em 0;
}
.ps-cmContent p {
  font-size: 0.9em;
  line-height: 1.5;
}
.ps-cmContentList {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
.ps-cmContentList > li {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 1em;
}
@media (max-width: 799px) {
  .ps-cmContentList > li {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .ps-cmContentList > li {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1000px) {
  .ps-cmContentList > li {
    -webkit-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
.ps-cmSearchForm {
  background-color: rgba(245, 245, 245, 0.5);
  padding-bottom: 2em;
}
.ps-cmSearchForm h3 {
  color: white;
  background-color: #383635;
  text-align: center;
  padding: 1.5em 1em;
}
.ps-cmSearchForm h3 b {
  font-size: 1.5em;
  margin: 0 0.25em;
}
.ps-cmSearchForm section {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em 1em;
}
.ps-cmSearchForm section h4 {
  font-size: 1.3em;
  text-align: center;
}
.ps-cmSearchForm section h4::before {
  content: "\f002";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
.ps-cmSearchForm section .flex {
  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;
}
.ps-cmSearchForm section dl {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0.5em;
}
.ps-cmSearchForm section dt {
  font-size: x-small;
  margin-bottom: 0.25em;
}
.ps-cmSearchForm .global-submit {
  color: white;
  background-color: #383635;
  padding: 0.5em 2.5em;
  margin: 0.5em auto;
}
.ps-mypageSectionHeader {
  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: 1em 0.5em 0;
}
.ps-mypageSectionHeader h2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.5em;
  margin-right: 0.5em;
}
.ps-mypageSectionHeader h2::before {
  content: "\f07b";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.5em;
}
.ps-mypageSectionHeader h3 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.5em;
  margin-right: 0.5em;
}
.ps-mypageSectionHeader h3::before {
  content: "\f07b";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.5em;
}
.ps-mypageSectionHeader [href*='/casemanage/add/'] {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  font-size: 1.1em;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 3px;
  padding: 0.25em 0.75em;
}
.ps-mypageSectionHeader [href*='/casemanage/add/']::before {
  content: "\f0fe";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
}
.ps-mypageSectionHeader nav {
  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: 0.5em;
  padding-right: 0;
  margin-left: auto;
}
.ps-mypageSectionHeader nav a {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  padding: 0.35em;
}
.ps-mypageSectionHeader nav a:hover {
  opacity: 1;
}
.ps-mypageSectionHeader nav a:hover::before {
  color: tomato;
}
.ps-mypageSectionHeader nav a[href*='/add']::before {
  content: "\f0fe";
}
.ps-mypageSectionHeader nav a[href*='/new']::before {
  content: "\f0fe";
}
.ps-mypageSectionHeader nav a[href*='/list']::before {
  content: "\f03a";
}
.ps-mypageSectionHeader nav a[href*='/ownerComList']::before {
  content: "\f03a";
}
.ps-mypageSectionHeader nav a[href*='/memberComList']::before {
  content: "\f03a";
}
.ps-mypageSectionHeader nav a[href*='/appliedEntryList']::before {
  content: "\f5b7";
}
.ps-mypageSectionHeader nav a[href*='/favoriteList']::before {
  content: "\f005";
}
.ps-mypageSectionHeader nav a::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
  transition: 0.2s;
}

[class*=qa-status] {
  display: inline-block;
  color: slategray;
  background-color: rgba(112, 128, 144, 0.1);
  border-radius: 2px;
  padding: 0.25em 0.75em;
}
[class*=qa-status][class*=accept] {
  color: #274a78;
}
[class*=qa-status][class*=accept]::before {
  content: "\f274";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class*=qa-status][class*=end] {
  color: gray;
}
[class*=qa-status][class*=end]::before {
  content: "\f273";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class*=qa-status][class*=hurry] {
  color: #ff3100;
}
[class*=qa-status][class*=hurry]::before {
  content: "\f06d";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}

[class*=qa-manage] {
  display: inline-block;
  min-width: 5em;
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 2px;
  text-align: center;
  padding: 0.25em 0.75em;
}
[class*=qa-manage][class*=edit] {
  color: #274a78;
}
[class*=qa-manage][class*=edit]::before {
  content: "\f14b";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class*=qa-manage][class*=delete] {
  color: #262626;
  background-color: #e9e9e9;
}
[class*=qa-manage][class*=delete]::before {
  content: "\f00d";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}

.qa-category {
  display: inline-block;
  font-weight: bold;
  background-color: rgba(112, 128, 144, 0.1);
  border-radius: 2px;
  padding: 0.25em 0.75em;
}
.qa-close {
  display: table;
  margin: 2em auto 1em;
  font-size: 1.1em;
  font-weight: bold;
  color: white;
  background-color: dimgray;
  border-radius: 1.5em;
  padding: 0.75em 2.5em;
}
.qa-close::before {
  content: "\f273";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
.qa-contentFooter {
  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;
  text-align: right;
  padding: 0.5em 1em;
  margin-top: 0.5em;
}
@media (max-width: 499px) {
  .qa-contentFooter {
    padding-right: 0;
    padding-left: 0;
  }
}
.qa-contentFooter .deadline {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.5em;
  margin-right: auto;
}
.qa-contentFooter .deadline::before {
  content: "\f133";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.5em;
}
.qa-contentFooter .deadline dt {
  display: inline-block;
  font-size: 0.9em;
}
.qa-contentFooter .deadline dd {
  display: inline-block;
  font-weight: bold;
}
.qa-contentFooter .deadline time {
  color: #e47936;
}
.qa-contentFooter [class*=qa-manage] {
  margin: 0 0.25em;
}
.qa-contentFooter time {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  color: gray;
  margin-left: auto;
}
@media (max-width: 499px) {
  .qa-contentFooter time {
    padding: 0.35em 0.5em;
  }
}
.qa-flexContent {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  padding: 1em;
}
.qa-flexContent [class*=tpl_qaOwner] {
  -webkit-flex: 0 0 7em;
  flex: 0 0 7em;
  width: 7em;
  max-width: 7em;
}
.qa-flexContent .content {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
  padding-left: 2em;
}
.qa-flexContent .content > * {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.qa-flexContent .content > *:not(:last-child) {
  margin-bottom: 0.5em;
}
.qa-flexContent .content p {
  padding-top: 0.5em;
}
.qa-flexContent .content p.message {
  background-color: whitesmoke;
  border-radius: 5px;
  padding: 1.5em 1em;
  position: relative;
}
.qa-flexContent .content p.message::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: whitesmoke;
  position: absolute;
  top: 1em;
  left: -0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qa-flexContent .content footer {
  margin-top: auto;
}
.qa-imgBg.noImage {
  background: url(../img/plusone-sharecom/noImage.png) no-repeat center center;
  background-size: cover;
  background-size: contain;
  background-color: whitesmoke;
}
.qa-images {
  text-align: center;
}
@media (max-width: 399px) {
  .qa-images {
    font-size: 0.8em;
  }
}
.qa-images a {
  display: inline-block;
  width: 10em;
  height: 10em;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0.25em;
  position: relative;
}
.qa-images a::after {
  content: "\f00e";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  width: 1.8em;
  font-size: 1.2em;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  line-height: 1.8em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0em;
  z-index: 3;
}
.qa-images a img {
  width: 90%;
  height: 90%;
  border-radius: 3px;
}
.qa-images small {
  display: block;
  font-weight: bold;
  text-align: center;
  padding-right: 1em;
}
.qa-withdraw {
  font-size: 1.1em;
}
.qa-withdraw::before {
  content: "\f4fa";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
  display: block;
}

.swiper-slide {
  height: auto !important;
}

/* _block */
[class|=_block][class*=_myMenu].master a:hover {
  background-color: #549783;
}
[class|=_block][class*=_mypageMain] > section {
  padding-bottom: 3em;
  overflow: hidden;
}
[class|=_block][class*=_mypageMain] > section.goods {
  background-color: rgba(62, 149, 208, 0.05);
}
[class|=_block][class*=_mypageMain] > section.goods h2 {
  background-color: #3e95d0;
}
[class|=_block][class*=_mypageMain] > section.goods h2::before {
  content: "\f49e";
}
[class|=_block][class*=_mypageMain] > section.skill {
  background-color: rgba(255, 73, 102, 0.05);
}
[class|=_block][class*=_mypageMain] > section.skill h2 {
  background-color: #ff4966;
}
[class|=_block][class*=_mypageMain] > section.skill h2::before {
  content: "\f0ad";
}
[class|=_block][class*=_mypageMain] > section.event {
  background-color: rgba(84, 151, 131, 0.05);
}
[class|=_block][class*=_mypageMain] > section.event h2 {
  background-color: #549783;
}
[class|=_block][class*=_mypageMain] > section.event h2::before {
  content: "\f274";
}
[class|=_block][class*=_mypageMain] > section.sns {
  background-color: rgba(56, 54, 53, 0.05);
}
[class|=_block][class*=_mypageMain] > section.sns h2 {
  background-color: #383635;
}
[class|=_block][class*=_mypageMain] > section.sns h2::before {
  content: "\f27a";
}
[class|=_block][class*=_mypageMain] > section > h2 {
  font-size: 2em;
  color: white;
  text-align: center;
  padding: 1.5em 0.5em;
  position: relative;
}
[class|=_block][class*=_mypageMain] > section > h2::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class|=_block][class*=_mypageMain] > section > section {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 1em;
}
[class|=_block][class*=_mypageMain] > section > section:not(:first-of-type) {
  border-top: 5px dotted white;
}
@media (max-width: 599px) {
  [class|=_block][class*=_mypageMain] .search_blogWrap {
    padding-bottom: 0;
  }
}
[class|=_block][class*=_mypageMain] .pageNav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  padding: 1em;
  margin-bottom: 1em;
}
[class|=_block][class*=_mypageMain] .pageNav a {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  cursor: pointer;
  padding: 0.25em 0.75em;
}
[class|=_block][class*=_mypageMain] .pageNav a:hover {
  opacity: 1;
}
[class|=_block][class*=_mypageMain] .pageNav a:hover::before {
  color: tomato;
  top: 2px;
}
[class|=_block][class*=_mypageMain] .pageNav a::before {
  content: "\f150";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.35em;
  display: inline-block;
  transition: 0.2s;
  position: relative;
}
[class|=_block][class*=_mypageMain] .ps-mypageSectionHeader {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
[class|=_block][class*=_mypageMain] .opener {
  display: table;
  margin: auto;
  font-size: 0;
  cursor: pointer;
}
[class|=_block][class*=_mypageMain] .opener:hover {
  opacity: 0.8;
}
[class|=_block][class*=_mypageMain] .opener:hover::after {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
[class|=_block][class*=_mypageMain] .opener.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[class|=_block][class*=_mypageMain] .opener::after {
  content: "\f103";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  font-size: 1.5rem;
  transition: 0.1s;
  padding: 0 1em 0.5em;
}
[class|=_block][class*=_mypageMain] .swiper-container {
  margin-top: 1em;
}

/* _partial */
[class|=_partial][class*=_tpl_gMap] .openMap {
  display: inline-block;
  float: right;
  color: white;
  background-color: #db4a39;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}
[class|=_partial][class*=_tpl_userStatus] .userName {
  font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5em;
}
[class|=_partial][class*=_tpl_userStatus] .counts {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
[class|=_partial][class*=_tpl_userStatus] .counts a {
  display: block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0.5em;
}
[class|=_partial][class*=_tpl_userStatus] .counts dt {
  font-size: x-small;
}
[class|=_partial][class*=_tpl_userStatus] .counts .global-count {
  font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5em;
  color: #549783;
}

/* auth */
[class|=auth][class$=_signin] form[class] [type=submit] {
  background-color: #549783;
}

/* blog */
[class|=blog][class$=_addfavorite] a:hover {
  background-color: #549783;
}

/* community */
[class|=community][class$=_comHeader] header {
  color: white;
  background-color: #383635;
  padding: 1.5em 1em;
}
[class|=community][class$=_comHeader] header h1 {
  font-size: 1.4em;
  text-align: center;
}
[class|=community][class$=_comInfo] .global-dl {
  padding: 0;
}
[class|=community][class$=createSuccess] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
[class|=community][class$=newSuccess] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* community_topic */
/* config */
[class|=config][class$=Success] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* freespace */
[class|=freespace][class$=index-header] {
  padding: 15vh 0 20vh;
}
[class|=freespace][class$=index-header] .circle {
  -webkit-flex-basis: 30em;
  flex-basis: 30em;
  width: 30em;
  max-width: 30em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.75em solid transparent;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0.75em rgba(255, 255, 255, 0.9);
  -ms-box-shadow: 0 0 0 0.75em rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0.75em rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 2em;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  position: relative;
}
[class|=freespace][class$=index-header] .circle > * {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 799px) {
  [class|=freespace][class$=index-header] .circle[class] {
    width: 27em;
    height: 27em;
    font-size: 0.9em;
  }
}
@media (max-width: 499px) {
  [class|=freespace][class$=index-header] .circle[class] {
    font-size: 0.8em;
  }
}
[class|=freespace][class$=index-header] .circle::after {
  content: "";
  display: block;
  border: 0.5em solid rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  z-index: 0;
}
[class|=freespace][class$=index-header] .circle img[src] {
  width: 18em;
}
[class|=freespace][class$=index-header] .circle strong {
  font-size: 1.4em;
  color: #549783;
  border-bottom: 3px solid #549783;
  padding-bottom: 1em;
  margin-top: 2em;
}
[class|=freespace][class$=index-top1] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1em;
}
@media (max-width: 599px) {
  [class|=freespace][class$=index-top1] {
    height: 5em;
    overflow-y: scroll;
  }
}
[class|=freespace][class$=index1] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}
[class|=freespace][class$=index1] h2 {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  margin-bottom: 1em;
}
[class|=freespace][class$=index1] h2 b {
  color: #549783;
  margin: 0.1em 0.25em 0;
}
[class|=freespace][class$=index1] h2 b::before {
  content: "-";
}
[class|=freespace][class$=index1] h2 b::after {
  content: "-";
}
[class|=freespace][class$=index1] figure {
  max-width: 400px;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  [class|=freespace][class$=index1] figure {
    max-width: 1200px;
  }
}
[class|=freespace][class$=index1] figure img {
  width: 100%;
}
[class|=freespace][class$=index2] {
  background-color: #fbfbfb;
}
[class|=freespace][class$=index2] .pageNav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  padding: 2em 1em;
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  [class|=freespace][class$=index2] .pageNav {
    display: none;
  }
}
[class|=freespace][class$=index2] .pageNav a {
  display: inline-block;
  -webkit-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  cursor: pointer;
  text-align: center;
  padding: 0.5em;
}
[class|=freespace][class$=index2] .pageNav a.goods {
  background-color: #3e95d0;
}
[class|=freespace][class$=index2] .pageNav a.skill {
  background-color: #ff4966;
}
[class|=freespace][class$=index2] .pageNav a.event {
  background-color: #549783;
}
[class|=freespace][class$=index2] .pageNav a::after {
  content: "\f107";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: block;
}
[class|=freespace][class$=index2] .sections {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 800px) {
  [class|=freespace][class$=index2] .sections {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
[class|=freespace][class$=index2] .sections section {
  padding: 1em;
}
@media (min-width: 800px) {
  [class|=freespace][class$=index2] .sections section {
    -webkit-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
[class|=freespace][class$=index2] .sections section.goods h3 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  background-color: #3e95d0;
  border: 0.375em solid transparent;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0.375em #3e95d0;
  -ms-box-shadow: 0 0 0 0.375em #3e95d0;
  box-shadow: 0 0 0 0.375em #3e95d0;
  text-align: center;
  padding: 2em;
  margin: 0 auto;
}
[class|=freespace][class$=index2] .sections section.goods h3 > * {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
[class|=freespace][class$=index2] .sections section.goods li em {
  background: -webkit-linear-gradient(top, transparent 70%, rgba(62, 149, 208, 0.5) 70%);
  background: linear-gradient(to bottom, transparent 70%, rgba(62, 149, 208, 0.5) 70%);
}
[class|=freespace][class$=index2] .sections section.skill h3 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  background-color: #ff4966;
  border: 0.375em solid transparent;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0.375em #ff4966;
  -ms-box-shadow: 0 0 0 0.375em #ff4966;
  box-shadow: 0 0 0 0.375em #ff4966;
  text-align: center;
  padding: 2em;
  margin: 0 auto;
}
[class|=freespace][class$=index2] .sections section.skill h3 > * {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
[class|=freespace][class$=index2] .sections section.skill li em {
  background: -webkit-linear-gradient(top, transparent 70%, rgba(255, 73, 102, 0.5) 70%);
  background: linear-gradient(to bottom, transparent 70%, rgba(255, 73, 102, 0.5) 70%);
}
[class|=freespace][class$=index2] .sections section.event h3 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  background-color: #549783;
  border: 0.375em solid transparent;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 0.375em #549783;
  -ms-box-shadow: 0 0 0 0.375em #549783;
  box-shadow: 0 0 0 0.375em #549783;
  text-align: center;
  padding: 2em;
  margin: 0 auto;
}
[class|=freespace][class$=index2] .sections section.event h3 > * {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
[class|=freespace][class$=index2] .sections section.event li em {
  background: -webkit-linear-gradient(top, transparent 70%, rgba(84, 151, 131, 0.5) 70%);
  background: linear-gradient(to bottom, transparent 70%, rgba(84, 151, 131, 0.5) 70%);
}
[class|=freespace][class$=index2] .sections h3 {
  color: white;
}
[class|=freespace][class$=index2] .sections h3 em {
  font-size: 2.5em;
}
[class|=freespace][class$=index2] .sections b {
  display: table;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  border: 1px dashed #222222;
  border-radius: 1em;
  text-align: center;
  padding: 0.5em 1em;
}
[class|=freespace][class$=index2] .sections ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}
[class|=freespace][class$=index2] .sections li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  text-align: center;
  padding: 0.25em;
}
[class|=freespace][class$=index2] .sections li em {
  display: inline-block;
  font-weight: bold;
  padding: 0 0.25em;
}
[class|=freespace][class$=index2] .sections p {
  padding: 1em;
}
[class|=freespace][class$=index3] h2 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class|=freespace][class$=index3] span {
  display: inline-block;
  text-align: center;
  padding: 0.5em;
  word-break: keep-all;
}
@media (-ms-high-contrast: none) {
  [class|=freespace][class$=index3] span {
    word-break: break-all;
  }
}
[class|=freespace][class$=index3] figure {
  text-align: center;
  padding: 1em;
}
[class|=freespace][class$=index3] figure img {
  width: 20em;
}
[class|=freespace][class$=index3] p {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.1em;
  padding: 1em;
}
[class|=freespace][class$=index3] .menuOpen {
  display: table;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  background-color: #549783;
  cursor: pointer;
  border-radius: 3.5em;
  padding: 0.5em 4em;
}
[class|=freespace][class$=index4] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0 !important;
}
@media (max-width: 799px) {
  [class|=freespace][class$=index4] .moviewrap {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    /* no prefix */
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 800px) {
  [class|=freespace][class$=index4] .moviewrap .tabwrap {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    /* no prefix */
    display: flex;
    justify-content: space-between;
  }
}
[class|=freespace][class$=index4] .moviewrap .tab {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  background-color: whitesmoke;
  cursor: pointer;
  transition: 0.3s all ease;
  padding: 1em;
}
@media (min-width: 800px) {
  [class|=freespace][class$=index4] .moviewrap .tab {
    -webkit-flex: 0 1 32%;
    flex: 0 1 32%;
    width: 32%;
    max-width: 32%;
    border-radius: 1em 1em 0 0;
    border-bottom: 5px solid white;
  }
}
[class|=freespace][class$=index4] .moviewrap .tab:hover {
  background-color: lightgray;
}
[class|=freespace][class$=index4] .moviewrap .tab.active {
  color: white;
  background-color: #549783;
  cursor: auto;
}
@media (max-width: 799px) {
  [class|=freespace][class$=index4] .moviewrap .tab.active {
    position: relative;
  }
  [class|=freespace][class$=index4] .moviewrap .tab.active::after {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    content: "表示中";
    height: 1em;
    line-height: 1;
    opacity: 0.8;
    margin: auto;
  }
}
@media (min-width: 800px) {
  [class|=freespace][class$=index4] .moviewrap .tab.active {
    border-bottom: 5px solid #549783;
  }
}
[class|=freespace][class$=index4] .moviewrap .thumb {
  -webkit-flex: 0 1 10em;
  flex: 0 1 10em;
  width: 10em;
  max-width: 10em;
  margin-right: 1em;
}
[class|=freespace][class$=index4] .moviewrap .text {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  font-weight: bold;
}
@media (min-width: 800px) {
  [class|=freespace][class$=index4] .moviewrap .text {
    text-align: center;
  }
}
[class|=freespace][class$=index4] .moviewrap .tabcontents {
  background-color: #549783;
  padding: 1em;
}
[class|=freespace][class$=index4] .moviewrap .content {
  position: relative;
  padding-top: calc(315 / 560 * 100%);
  display: none;
}
[class|=freespace][class$=index4] .moviewrap .content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[class|=freespace][class$=index4] .moviewrap .content.show {
  display: block;
}

.siteFooter h2 {
  text-align: center;
  padding: 10vw 0;
  background-color: #3e3a39;
}
.siteFooter nav {
  background-color: #595757;
}
.siteFooter nav ul li a {
  position: relative;
  display: block;
  padding-left: 22.5vw;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  font-size: 1.35rem;
  color: white;
}
.siteFooter nav ul li a::before, .siteFooter nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
}
.siteFooter nav ul li a::before {
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  left: 15vw;
  transform: translateY(-50%);
}
.siteFooter nav ul li a::after {
  width: 0.35em;
  height: 0.35em;
  border-top: 0.5vw solid #595757;
  border-right: 0.5vw solid #595757;
  top: 50%;
  left: 15.75vw;
  transform: translateY(-50%) rotate(45deg);
}
.siteFooter .copyright {
  background-color: #3e3a39;
  color: white;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.25em;
}

/* index */
[class|=index][class*=_tpl_maseHeader] .wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  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|=index][class*=_tpl_maseHeader] h1 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 899px) {
  [class|=index][class*=_tpl_maseHeader] h1 {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: unset;
    max-width: unset;
  }
}
[class|=index][class*=_tpl_maseHeader] h1 [class*=_tpl_siteTitle] {
  width: 180px;
  max-width: 100%;
  margin: 0 auto;
}
[class|=index][class*=_tpl_maseHeader] h1 img {
  width: 100%;
}
[class|=index][class*=_tpl_maseHeader] .navWrap {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin-left: auto;
}
[class|=index][class*=_tpl_maseHeader] .btn {
  -webkit-flex: 1 1 auto;
  flex: 1 1 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;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  padding: 1em 0.5em;
  word-break: keep-all;
}
@media (-ms-high-contrast: none) {
  [class|=index][class*=_tpl_maseHeader] .btn {
    word-break: break-all;
  }
}
[class|=index][class*=_tpl_maseHeader] .btn:hover {
  opacity: 0.8;
}
[class|=index][class*=_tpl_maseHeader] .btn[href*='/mypage']::before {
  content: "\f2bd";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: #549783;
}
[class|=index][class*=_tpl_maseHeader] .btn::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #549783;
}
@media (max-width: 799px) {
  [class|=index][class*=_tpl_maseHeader] .btn::before {
    font-size: 1.5em;
    padding: 0.5em;
    margin-right: 0;
  }
}
[class|=index][class*=_tpl_maseHeader] .hideMenu {
  min-width: 250px;
  max-width: 300px;
  height: 100vh;
  color: #222222;
  background-color: white;
  box-shadow: -1px 0 1px 0 dimgray;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 8;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[class|=index][class*=_tpl_maseHeader] .hideMenu .menuClose {
  display: block;
  background-color: #549783;
  cursor: pointer;
  text-align: right;
  padding: 0.5em;
}
[class|=index][class*=_tpl_maseHeader] .hideMenu .menuClose::before {
  content: "\f057";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: white;
}
[class|=index][class*=_tpl_maseHeader] .signinWrap {
  -webkit-flex: 1 1 auto;
  -webkit-align-self: center;
  flex: 1 1 auto;
  align-self: center;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap {
  -webkit-flex: 1 1 auto;
  -webkit-align-self: center;
  flex: 1 1 auto;
  align-self: center;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap .btn::before {
  content: "\f0c9";
}
[class|=index][class*=_tpl_maseHeader] .menuWrap section {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}
[class|=index][class*=_tpl_maseHeader] .menuWrap h3 {
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap h3::before {
  content: "\f002";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.goods {
  background-color: rgba(62, 149, 208, 0.1);
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.goods dt {
  background-color: #3e95d0;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.goods dt::before {
  content: "\f49e";
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.skill {
  background-color: rgba(255, 73, 102, 0.1);
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.skill dt {
  background-color: #ff4966;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.skill dt::before {
  content: "\f0ad";
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.event {
  background-color: rgba(84, 151, 131, 0.1);
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.event dt {
  background-color: #549783;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.event dt::before {
  content: "\f274";
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.sns {
  background-color: rgba(56, 54, 53, 0.1);
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.sns dt {
  background-color: #383635;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl.sns dt::before {
  content: "\f27a";
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl dt {
  font-size: 0.9em;
  font-weight: bold;
  color: white;
  padding: 0.5em;
  padding-left: 1em;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap dl dt::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap a[href] {
  display: block;
  font-weight: bold;
  border-top: 1px solid rgba(128, 128, 128, 0.25);
  padding: 0.75em;
  padding-left: 1.25em;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap a[href]::after {
  content: "";
  display: block;
  clear: both;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap a[href]:last-of-type {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}
[class|=index][class*=_tpl_maseHeader] .menuWrap a[href]::after {
  content: "\f105";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  float: right;
}
[class|=index][class*=_tpl_maseHeader] .menuWrap a[href][href*='/logout'] {
  background-color: white;
}
[class|=index][class*=_tpl_maseHeader].index {
  background: url(../img/plusone-sharecom/index-header.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 799px) {
  [class|=index][class*=_tpl_maseHeader].index .navWrap {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 799px) {
  [class|=index][class*=_tpl_maseHeader].index .navWrap > * {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
[class|=index][class*=_tpl_maseHeader].index .btn {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 1em;
}
@media (min-width: 800px) {
  [class|=index][class*=_tpl_maseHeader].index .btn {
    border: 3px double white;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 0.5em;
  }
}
[class|=index][class*=_tpl_maseHeader].index .btn[class*=_registration]::before {
  content: "\f234";
}
[class|=index][class*=_tpl_maseHeader].index .btn.signin::before {
  content: "\f2f6";
}
@media (max-width: 799px) {
  [class|=index][class*=_tpl_maseHeader].index h1 {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: unset;
    max-width: unset;
  }
}
[class|=index][class$=_footer] {
  background-color: #383635;
  padding: 5em 1em 1em;
  color: white;
  text-align: center;
}
[class|=index][class$=_footer] .logo {
  width: 13em;
}
[class|=index][class$=_footer] nav {
  margin-top: 2em;
  font-weight: bold;
  padding: 1em;
}
[class|=index][class$=_footer] nav a {
  display: inline-block;
  padding: 0.25em;
}
[class|=index][class$=_footer] p {
  padding: 0.5em;
}
body[class*=index-index] .outer-contents {
  max-width: 100%;
  max-width: initial;
}
[class|=index][class$=indexSuccess] h2 {
  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;
  font-size: 1.7em;
  color: #383635;
  margin-bottom: 2em;
}
[class|=index][class$=indexSuccess] h2 > * {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
[class|=index][class$=indexSuccess] h2 img {
  width: 7em;
}
[class|=index][class$=indexSuccess] > [class|=freespace] {
  padding: 3em 1em;
}

/* mase_collaboration */
@media (max-width: 799px) {
  [class|=mase_collaboration][class$=_searchCaseList] .common-flexList > li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 0.2em;
  }
  [class|=mase_collaboration][class$=_searchCaseList] .common-flexList > li .content {
    padding: 0.2em;
    margin-top: 0.2em;
    margin-bottom: 0;
  }
  [class|=mase_collaboration][class$=_searchCaseList] .common-flexList > li .price {
    text-align: left;
  }
  [class|=mase_collaboration][class$=_searchCaseList] .common-flexList > li .global-currency {
    font-size: 1.1em;
  }
  [class|=mase_collaboration][class$=_searchCaseList] .common-flexList > li header, [class|=mase_collaboration][class$=_searchCaseList] .common-flexList > li .more, [class|=mase_collaboration][class$=_searchCaseList] .common-flexList > li .data {
    display: none;
  }
}

/* mypage */
[class|=mypage][class$=_userStatus] nav {
  text-align: center;
}
[class|=mypage][class$=_userStatus] nav a {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9em;
  color: slategray;
  padding: 0.5em 0.75em;
}
[class|=mypage][class$=_userStatus] nav a::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
  color: #e47936;
}
[class|=mypage][class$=_userStatus] .account [href*='/mailList'][data-messages=none]::before {
  color: lightgray;
}
[class|=mypage][class$=_userStatus] .account [href*='/mailList'][data-messages=exist]::before {
  display: inline-block;
  color: tomato;
  cursor: pointer;
  animation: turn 5s 1;
  text-shadow: 0 1px 1px lightgray;
}
[class|=mypage][class$=_userStatus] .account [href*='/mailList'][data-count] {
  position: relative;
}
[class|=mypage][class$=_userStatus] .account [href*='/mailList'][data-count]::after {
  content: attr(data-count);
  display: inline-block;
  width: 1.7em;
  font-size: x-small;
  color: white;
  background-color: tomato;
  border-radius: 100%;
  line-height: 1.7em;
  text-align: center;
  margin-left: -0.35em;
  position: absolute;
  top: 0;
}
[class|=mypage][class$=_userStatus] .account [href*='/mailList']::before {
  content: "\f0f3";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
@media (min-width: 900px) {
  [class|=mypage][class$=_userStatus] .account [href*='/mailList']::before {
    font-size: 1.2em;
  }
}
[class|=mypage][class$=_userStatus] .account [href*='profile/edit']::before {
  content: "\f2b9";
}
[class|=mypage][class$=_userStatus] .account [href*='/config']::before {
  content: "\f013";
}
[class|=mypage][class$=_userStatus] .manage [href*='/purchasemanage']::before {
  content: "\f09d";
}
[class|=mypage][class$=_userStatus] .manage [href*='/caseEntryList']::before {
  content: "\f46d";
}
[class|=mypage][class$=_userStatus] .manage [href*='/earningsmanage']::before {
  content: "\f14a";
}
[class|=mypage][class$=_userStatus] .manage [href*='/bankmanage']::before {
  content: "\f19c";
}
[class|=mypage][class$=memberComListSuccess] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
[class|=mypage][class$=ownerComListSuccess] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
[class|=mypage][class$=pointSuccess] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
[class|=mypage][class$=pointSuccess] .dls {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
[class|=mypage][class$=pointSuccess] dl {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: baseline;
  /* no prefix */
  display: flex;
  align-items: baseline;
  padding: 1em;
}
[class|=mypage][class$=pointSuccess] dl.have dd {
  color: #e47936;
}
[class|=mypage][class$=pointSuccess] dt {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 0.9em;
}
[class|=mypage][class$=pointSuccess] dd {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 1em;
}
[class|=mypage][class$=pointSuccess] .point.plus {
  color: #549783;
}
[class|=mypage][class$=pointSuccess] .point.plus::before {
  content: "+";
  vertical-align: baseline;
  margin-right: -0.25em;
}

/* ms_qanda */
.outer-sub2 .ms_qanda-addQuestion-wrapper {
  padding: 1rem;
}
[class|=ms_qanda][class*=_tpl_postList].ps-case .hurry {
  font-size: 0.8em;
  color: orangered;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 599px) {
  [class|=ms_qanda][class*=_lastPost] h3[class] {
    text-align: center;
  }
}
[class|=ms_qanda][class*=tpl_qaOwner] {
  text-align: center;
}
@media (max-width: 499px) {
  [class|=ms_qanda][class*=tpl_qaOwner] {
    font-size: 0.8em;
  }
}
[class|=ms_qanda][class*=tpl_qaOwner] > span.global-circleImgBg {
  display: inline-block;
}
[class|=ms_qanda][class*=tpl_qaOwner] .global-circleImgBg {
  width: 7em;
  height: 7em;
}
[class|=ms_qanda][class*=tpl_qaOwner] b {
  display: block;
  font-size: 1.5em;
  margin-top: 0.5em;
}
[class|=ms_qanda][class$=_addQuestion] {
  max-width: 15em;
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: white;
  background-color: #549783;
  border-radius: 3px;
  text-align: center;
  padding: 0.5em;
}
[class|=ms_qanda][class$=_addQuestion]::before {
  content: "\f059";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class|=ms_qanda][class$=_lastPost] .qa-lists li {
  padding: 0;
}
@media (max-width: 599px) {
  [class|=ms_qanda][class$=_lastPost] .qa-lists .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
[class|=ms_qanda][class$=_search] h3.default {
  text-align: center;
}
[class|=ms_qanda][class$=_search] dl {
  padding: 1em;
}
[class|=ms_qanda][class$=_search] dt {
  font-weight: bold;
  font-size: 0.9em;
}
[class|=ms_qanda][class$=_search] dt:not(:first-of-type) {
  margin-top: 1em;
}
[class|=ms_qanda][class$=_search] select:first-of-type {
  margin-left: 0;
}
[class|=ms_qanda][class$=_search] [name=keyword] {
  width: 100%;
}
[class|=ms_qanda][class$=_search] [name=category_id] {
  width: 100%;
}
[class|=ms_qanda][class$=_search] [type=submit] {
  display: table;
  margin: 1em auto 0;
  font-size: 0.9em;
  color: white;
  background-color: #549783;
  padding: 0.5em 2em;
}
[class|=ms_qanda][class$=Success] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
[class|=ms_qanda][class$=newAnswerThanksSuccess] .answer {
  background-color: whitesmoke;
  padding: 2em 1em;
  margin-top: 2em;
}
[class|=ms_qanda][class$=cancelAnswerThanksSuccess] .answer {
  background-color: whitesmoke;
  padding: 2em 1em;
  margin-top: 2em;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader {
  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;
  border-bottom: 2px solid rgba(128, 128, 128, 0.3);
  letter-spacing: 0.1em;
  padding: 0.5em;
  position: relative;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader::after {
  content: "";
  display: inline-block;
  width: 10%;
  height: 2px;
  background-color: #549783;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader dt {
  font-size: 0.85em;
  margin-right: 0.5em;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader dd {
  font-weight: bold;
  font-size: 1.6em;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader:not(:first-of-type) {
  margin-left: 1em;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader:last-of-type {
  margin-right: 1.5em;
}
[class|=ms_qanda][class$=searchSuccess] .pageHeader h2 {
  font-size: 1.6em;
}
/* ↓common↓ */
[class|=ms_qanda][class$=showSuccess] > section {
  background-color: rgba(245, 245, 245, 0.5);
  padding: 2em 0;
  margin-top: 2em;
}
@media (min-width: 500px) {
  [class|=ms_qanda][class$=showSuccess] > section {
    padding-right: 1em;
    padding-left: 1em;
  }
}
[class|=ms_qanda][class$=showSuccess] h3 {
  font-size: 1.5em;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  padding: 0.25em 0.5em;
  margin-bottom: 1em;
}
[class|=ms_qanda][class$=showSuccess] h3::before {
  content: "\f0c5";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.5em;
}
/* ↑common↑ */
[class|=ms_qanda][class$=showSuccess] .pageHeader .flex {
  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|=ms_qanda][class$=showSuccess] .pageHeader .qa-category {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0.25em 0.5em;
}
[class|=ms_qanda][class$=showSuccess] .pageHeader [class$=snss] {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
}
[class|=ms_qanda][class$=showSuccess] .pageHeader h2.default {
  text-align: left;
}
[class|=ms_qanda][class$=showSuccess] .pageHeader h2.default::before {
  content: "Q";
  display: iline-block;
  color: white;
  background-color: #549783;
  border-radius: 2px;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}
[class|=ms_qanda][class$=showSuccess] .content .meta {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
[class|=ms_qanda][class$=showSuccess] .content .meta > * {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0.25em;
}
[class|=ms_qanda][class$=showSuccess] .content .meta a:first-of-type {
  margin-left: auto;
}
[class|=ms_qanda][class$=showSuccess] .content .message {
  background-color: whitesmoke;
}
[class|=ms_qanda][class$=showSuccess] a[href*='qa/newAnswer'] {
  display: table;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  background-color: #549783;
  border-radius: 1.5em;
  padding: 0.75em 3em;
}
[class|=ms_qanda][class$=showSuccess] a[href*='qa/newAnswer']::before {
  content: "\f075";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
/* ↓common↓ */
[class|=ms_qanda][class$=showSuccess] section[class$=Postscript] > *:not(:last-child) {
  margin-bottom: 0.5em;
}
[class|=ms_qanda][class$=showSuccess] section[class$=Postscript] h4 {
  font-size: 1.3em;
  border-bottom: 1px solid white;
  padding: 0.25em 0.5em;
}
[class|=ms_qanda][class$=showSuccess] section[class$=Postscript] .message {
  border-radius: 5px;
  padding: 1em;
  margin-top: 0.5em;
}
[class|=ms_qanda][class$=showSuccess] section[class$=Postscript] .qa-contentFooter {
  background-color: transparent;
}
/* ↑common↑ */
[class|=ms_qanda][class$=showSuccess] > .postscript p {
  padding: 0 0.5em;
}
[class|=ms_qanda][class$=showSuccess] .answer li {
  padding: 2em 0;
}
[class|=ms_qanda][class$=showSuccess] .answer li:not(:first-of-type) {
  border-top: 5px dotted rgba(228, 121, 54, 0.5);
}
[class|=ms_qanda][class$=showSuccess] .answer .award {
  dispaly: inline-block;
}
[class|=ms_qanda][class$=showSuccess] .answer .award::before {
  content: "\f559";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
[class|=ms_qanda][class$=showSuccess] .answer [class*=_tpl_person] {
  font-size: 0.8em;
}
[class|=ms_qanda][class$=showSuccess] .answer .content [class*=qa-manage] {
  font-size: 0.9em;
}
[class|=ms_qanda][class$=showSuccess] .answer .content [href*='qa/newExtendAnswer'] {
  margin-right: 0.5em;
}
[class|=ms_qanda][class$=showSuccess] .thanks .qa-flexContent .content {
  -webkit-order: -1;
  order: -1;
  padding-right: 2em;
  padding-left: 0;
}
[class|=ms_qanda][class$=showSuccess] .thanks .qa-flexContent .message {
  background-color: rgba(255, 255, 0, 0.5);
}
[class|=ms_qanda][class$=showSuccess] .thanks .qa-flexContent .message::before {
  display: none;
}
[class|=ms_qanda][class$=showSuccess] .thanks .qa-flexContent .message::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 0, 0.5);
  position: absolute;
  top: 1em;
  right: -0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* profile */
[class|=profile][class$=Success] {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* search_blog */
@media (max-width: 799px) {
  [class|=search_blog][class$=_blogFavorite] {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 799px) {
  [class|=search_blog][class$=_blogFavorite] .common-flexList > li {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 0.2em;
  }
  [class|=search_blog][class$=_blogFavorite] .common-flexList > li:nth-child(n + 4) {
    display: none;
  }
  [class|=search_blog][class$=_blogFavorite] .common-flexList > li h4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1000px) {
  [class|=search_blog][class$=_blogFavorite] .common-flexList > li {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
[class|=search_blog][class$=_blogFavorite] .common-flexList > li .image {
  height: auto;
}
[class|=search_blog][class$=_blogFavorite] .common-flexList > li .content {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
@media (max-width: 799px) {
  [class|=search_blog][class$=_blogFavorite] .common-flexList > li .content {
    padding: 0.2em;
    margin-top: 0;
  }
}
[class|=search_blog][class$=_blogFavorite] .common-flexList > li .global-contentFooter {
  display: block;
  padding-bottom: 0;
}
@media (max-width: 799px) {
  [class|=search_blog][class$=_blogFavorite] .common-flexList > li .global-contentFooter {
    margin-top: auto;
  }
}
[class|=search_blog][class$=_blogFavorite] .common-flexList > li .global-contentFooter time {
  text-align: right;
  display: block;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 799px) {
  [class|=search_blog][class$=_blogFavorite] .global-more[class] {
    margin-bottom: 0;
  }
}
[class|=search_blog][class$=_ranking] {
  display: none;
}

/* search_community */
[class|=search_community][class$=newSuccess] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* search_map */
[class|=search_map][class$=newSuccess] {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* spot */
[class|=spot][class*=_form] .global-rowTable {
  margin: 1em 0;
}
[class|=spot][class*=_form] [name*=title] {
  width: 100%;
  max-width: 30em;
}
[class|=spot][class$=commentCreateSuccess] dt {
  display: none;
}
[class|=spot][class$=showSuccess] .pageHeader 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;
}
[class|=spot][class$=showSuccess] .pageHeader div > * {
  display: inline-block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
[class|=spot][class$=showSuccess] .pageHeader .category {
  font-size: 1.2em;
  font-weight: bold;
}
[class|=spot][class$=showSuccess] .pageHeader .category::before {
  content: "\f0c5";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.35em;
}
[class|=spot][class$=showSuccess] .pageHeader time {
  color: dimgray;
  padding: 0.5em;
}
[class|=spot][class$=showSuccess] .pageHeader time:first-of-type {
  margin-left: auto;
}
[class|=spot][class$=showSuccess] .pageHeader time.createdAt::before {
  content: "\f073";
  font-family: "FontAwesome regular";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class|=spot][class$=showSuccess] .pageHeader time.updatedAt::before {
  content: "\f2f9";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
[class|=spot][class$=showSuccess] .pageHeader a {
  margin: 0.5em;
}
[class|=spot][class$=showSuccess] .pageHeader a[href*='/edit']::before {
  content: "\f304";
}
[class|=spot][class$=showSuccess] .pageHeader a[href*='/delete']::before {
  content: "\f057";
}
[class|=spot][class$=showSuccess] .pageHeader a::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
}
[class|=spot][class$=showSuccess] [class*=_tpl_person] {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  padding: 1em 0;
}
[class|=spot][class$=showSuccess] .userImg {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 5em;
  height: 5em;
}
[class|=spot][class$=showSuccess] .userName {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.3em;
  margin-left: 0.5em;
}
[class|=spot][class$=showSuccess] [class*=_tpl_gMap] {
  margin-bottom: 2em;
}
