@charset "UTF-8";
/*
 * お客様の声リスト用CSS
 * スキン：shimarigaoに最適化しているので、ほかのスキンだと崩れる場合があります
 */
.article .cv-list ul.cv-list--wrapper {
  text-indent: 0;
  padding-left: 0;
}
.article .cv-list ul.cv-list--wrapper li {
  text-indent: 0;
  padding-left: 0;
}
.article .cv-list ul.cv-list--wrapper li::before {
  display: none;
}
.article .cv-list .after-hr::after {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: block;
  content: "\f041\f041\f041\f041\f041\f041\f041\f041";
  color: var(--sgm-site-key-color);
  letter-spacing: 0.5em;
  text-indent: -0.5em;
  position: relative;
  top: calc(6em + 8px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 8px;
}
.article .cv-list .cv-card {
  display: block;
}
.article .cv-list .cv-card .cv-term {
  color: #fff;
  background-color: var(--sgm-site-key-text-color-light);
  border: 1px solid var(--sgm-site-key-text-color-light);
  padding: 2px 5px;
  display: block;
}
.article .cv-list .cv-card .cv-term::before {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f27a";
  margin-left: 1em;
  transform: scale(-1, 1);
  padding-left: 1em;
}
.article .cv-list .cv-card .cv-title {
  font-weight: 400;
  color: var(--sgm-site-key-text-color);
}
.article .cv-list .cv-card .cv-attribute {
  text-align: right;
  size: 0.9em;
  padding-left: 1em;
  color: #aaa;
}
.article .cv-list .cv-card .cv-text--box {
  white-space: pre-wrap;
}
.article .cv-list.cv-list-slider .cv-list--wrapper .cv-title--box {
  padding: 5px 2px;
}
.article .cv-list.cv-list-slider .cv-list--wrapper .cv-text--box {
  padding: 0 5px;
  text-align: left;
}
.article .cv-list.cv-list-cate .cv-card, .article .cv-list.cv-list-archive .cv-card {
  padding: 0.5em;
}
.article .cv-list.cv-list-cate .cv-card .cv-text--box, .article .cv-list.cv-list-archive .cv-card .cv-text--box {
  text-align: left;
}
.article .cv-list.cv-list-cate .cv-card {
  border: 1px solid var(--sgm-site-key-color);
}
.article .cv-list.cv-list-cate .cv-card:not(:first-child) {
  margin-top: 2em;
}
.article .cv-list.cv-list-cate .cv-card:not(:first-child) {
  display: none;
}
.article .cv-list.cv-list-cate .cv-list--wrapper.open .cv-card {
  display: block !important;
}
.article .cv-list.cv-list-cate .cvlist_opn {
  display: block;
  text-align: right;
  margin-bottom: 2em;
}
.article .cv-list.cv-list-cate .cvlist_opn::before {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f086";
  transform: scale(-1, 1);
  padding-left: 0.5em;
}
.article .cv-list.cv-list-archive {
  /* HTML: <div class="tooltip">This is the same as #7 but with another shape for the tail </div> */
}
.article .cv-list.cv-list-archive .cv-card {
  position: relative;
  text-align: center;
  /* tail dimension */
  --b: 3em; /* base */
  --h: 1.8em; /* height */
  --t: 0.6; /* thickness (from 0 to 1) */
  --p: 50%; /* main position (0%:top 100%:bottom) */
  --r: 1.2em; /* the radius */
  padding: 1em;
  margin-left: 1em;
  background: var(--sgm-site-key-color-light);
}
.article .cv-list.cv-list-archive .cv-card::before {
  display: block;
  content: "";
  position: absolute;
  right: 100%;
  top: clamp(-1 * var(--t) * var(--b), var(--p) - (var(--t) + 1) * var(--b) / 2, 100% - var(--b));
  width: var(--h);
  height: var(--b);
  background: inherit;
  border-bottom-left-radius: 100%;
  -webkit-mask: radial-gradient(105% calc(var(--t) * 100%) at 100% 0, rgba(0, 0, 0, 0) 99%, #000 101%);
}
.article .cv-list.cv-list-archive .cv-card:not(:last-child) {
  margin-bottom: 5em;
}
.article .cv-list.cv-list-archive .cv-card:last-child .after-hr {
  display: none;
}
.article .cv-list.cv-list-archive .cv-card .cv-title--box {
  border-bottom: 1px dashed var(--sgm-site-key-color);
  text-align: right;
  margin-bottom: 0.25em;
}
.article .cv-list.cv-list-archive .cv-card .cv-title--box p.cv-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2em;
}
.article .cv-list.cv-list-archive .cv-card .cv-tag--box {
  text-align: right;
  color: #aaa;
}
.article .cv-list.cv-list-archive .cv-card .cv-tag--box span {
  border: 1px solid #aaa;
  font-size: 0.8em;
}

.narrow-down-block {
  margin-bottom: 1em;
}
.narrow-down-block .narrow-down-header {
  display: block;
  margin: 0 auto;
  padding: 0 2em 2px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-bottom: 1px dotted var(--sgm-site-key-text-color);
}
.narrow-down-block .narrow-down-btn-wrapper {
  margin-top: 1em;
  text-align: center;
}
.narrow-down-block .narrow-down-btn-wrapper .tag-btn {
  color: var(--sgm-site-key-text-color);
  background-color: #fff;
  border: 1px solid var(--sgm-site-key-text-color);
  padding: 0.25em;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.narrow-down-block .narrow-down-btn-wrapper .tag-btn:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .narrow-down-block .narrow-down-btn-wrapper .tag-btn {
    font-size: 0.8em;
    margin-right: 5px;
  }
}
.narrow-down-block .narrow-down-btn-wrapper .tag-btn.current-tag {
  border-color: var(--sgm-site-key-color);
  background-color: var(--sgm-site-key-color);
  color: #fff;
}