<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------------------------------------------
  Voice お客様の声
--------------------------------------------------------- */
.p_intro {
  margin-top: -10px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .p_intro {
    font-size: 1.3rem;
  }
}

.sv_section_title {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 4px 20px;
  min-height: 56px;
}

.vc_section_title {
  margin-bottom: 20px;
}

/*----------- Posts -----------*/
.posts_col {
  margin-bottom: 35px;
  border: solid 1px #ffd4d7;
  position: relative;
  padding-top: 25px;
  background: url(../images/common/bg_stripe_2.png);
}
.posts_col:before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_check_repeat-3.png);
  width: 100%;
  height: 18px;
  top: 0;
}

.posts_title {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.posts_title a {
  color: #2d2d2d;
}

.posts_imgbox {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0 0;
}

.posts_img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 600px) {
  .posts_title {
    font-size: 2.5rem;
  }

  .posts_flex {
    padding: 20px 25px 25px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .posts_imgbox {
    width: 200px;
    height: 220px;
    padding: 0;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
  }
}
.posts_data {
  text-align: right;
  width: 80%;
  margin: 5px auto 15px;
}

.posts_time,
.posts_spot {
  display: inline-block;
  font-size: 1.2rem;
}

.posts_time {
  margin-right: 5px;
  font-weight: 600;
}

.posts_spot a {
  color: #2d2d2d;
}

.posts_group {
  padding: 0 15px 15px;
}

@media (min-width: 600px) {
  .posts_group {
    width: calc(100% - 200px);
    padding: 0;
    padding-left: 20px;
  }

  .posts_data {
    width: 100%;
    margin: 0 0 3px;
    text-align: left;
  }
}
.posts_category {
  letter-spacing: -0.4em;
}
.posts_category li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}
.posts_category li:last-child {
  margin-right: 0;
}
.posts_category a {
  display: block;
  padding: 1px 8px 0;
  background: #ff6464;
  color: #fff;
  font-size: 1.15rem;
  border-radius: 2px;
}

.posts_cont {
  background: #fff;
  padding: 15px;
}

.posts_cont p {
  font-size: 1.15rem;
  line-height: 1.5;
}

.posts_more a {
  display: block;
  margin-top: 15px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #fff;
  background: #5be7a9;
  transition: opacity 150ms ease;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .12em;
  position: relative;
}
.posts_more i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 24px;
  height: 100%;
  letter-spacing: normal;
  right: 0;
  top: 0;
  background: url(../images/common/bg_stripe.png);
}

@media (min-width: 600px) {
  .posts_cont p {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .posts_more {
    text-align: right;
  }
  .posts_more a {
    display: inline-block;
    padding: 0 32px 0 10px;
    margin-top: 10px;
  }
}
/*----------- Post -----------*/
.post_header {
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  .post_header {
    margin-top: 0;
  }
}

.post_title {
  font-size: 2.1rem;
  font-weight: 600;
  position: relative;
  background: url(../images/common/bg_stripe_2.png);
  border-left: solid 8px #F04B4E;
  padding: 15px 15px 15px 20px;
}

.post_data {
  display: flex;
  margin-top: 10px;
  font-size: 1.2rem;
}

.post_time {
  margin-right: 15px;
}

.post_area a {
  color: #f34949;
}

@media (min-width: 600px) {
  .post_title {
    font-size: 2.8rem;
    padding: 17px 15px 17px 20px;
  }
}
.post_first_cont {
  padding-bottom: 25px;
  border-bottom: solid 1px #cdcdcd;
}

.post_intro:after {
  content: "";
  display: block;
  clear: both;
}
.post_intro p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.post_intro p + p {
  margin-top: 20px;
}

.post_img {
  width: 80%;
  margin: 0 auto 20px;
}
.post_img img {
  width: 100%;
  height: auto;
}

.post_cate {
  margin-top: 8px;
}
.post_cate p {
  font-size: 1.3rem;
}
.post_cate a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #FED872;
  color: #2d2d2d;
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 1.15rem;
  font-weight: bold;
}
.post_cate a:last-child {
  margin-right: 0;
}

@media (min-width: 600px) {
  .post_intro p {
    font-size: 1.4rem;
  }

  .post_img {
    width: 250px;
    float: right;
    margin-left: 35px;
    margin-bottom: 20px;
  }
}
.post_second_cont {
  padding-top: 20px;
  margin-bottom: 30px;
}
.post_second_cont p {
  font-size: 1.3rem;
  line-height: 1.7;
}
.post_second_cont img {
  max-width: 80%;
  height: auto;
  display: block;
  border: solid 1px #cdcdcd;
  padding: 5px;
  margin: 0 auto;
}
.post_second_cont a {
  color: #2ca6e0;
  text-decoration: none;
}
.post_second_cont a:hover {
  text-decoration: underline;
}
.post_second_cont strong {
  font-weight: bold;
}

.post_sub_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f34949;
  line-height: 1.7;
  position: relative;
  margin-bottom: 10px;
}

.post_cate_title {
  width: 100%;
  max-width: 330px;
  height: auto;
}

@media (min-width: 600px) {
  .post_second_cont {
    margin-bottom: 40px;
  }
  .post_second_cont p {
    font-size: 1.4rem;
  }
  .post_second_cont img {
    max-width: 60%;
  }

  .post_sub_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.post_third_cont {
  border-bottom: solid 1px #cdcdcd;
}
.post_third_cont table, .post_third_cont tbody, .post_third_cont tr, .post_third_cont th, .post_third_cont td {
  display: block;
}
.post_third_cont th, .post_third_cont td {
  border: solid 1px #cdcdcd;
  line-height: 1.7;
  font-size: 1.2rem;
  border-bottom: none;
}
.post_third_cont th {
  background: #ffebe6;
  white-space: nowrap;
  padding: 5px 10px;
}
.post_third_cont td {
  padding: 10px;
}
.post_third_cont a {
  display: inline-block;
  color: #2d2d2d;
}
.post_third_cont a:hover {
  text-decoration: underline;
}
.post_third_cont a:after {
  content: ",";
  display: inline-block;
  margin-right: 5px;
}
.post_third_cont a:last-child:after {
  content: none;
}

@media (min-width: 600px) {
  .post_third_cont table, .post_third_cont tbody {
    display: table;
    width: 100%;
  }
  .post_third_cont tr {
    display: table-row;
  }
  .post_third_cont th, .post_third_cont td {
    display: table-cell;
    padding: 12px;
    font-size: 1.3rem;
  }
  .post_third_cont th {
    width: 145px;
  }
}
.page-nav {
  margin-bottom: 30px;
  text-align: center;
}

.pagination {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 13px;
}
.pagination:after {
  content: "";
  display: block;
  clear: both;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
  padding: 9px 10px;
  text-decoration: none;
  width: auto;
  color: #2d2d2d;
  border: solid 3px #a1a1a1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.pagination a:hover {
  color: #fff;
  background: #ff6464;
  border: solid 3px #ff6464;
}

.pagination .current {
  background: #ff6464;
  border: solid 3px #ff6464;
  color: #fff;
}

/* お客様の声 カテゴリ */
.bottom-post {
  margin-top: 50px;
}

.postcate {
  margin-top: 20px;
  border: solid 1px #ffd96a;
}

.postcate_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 5px 20px;
  background: #ffd96a;
  color: #2d2d2d;
}

.postcate_list {
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px 5px;
}
.postcate_list li {
  margin-bottom: 10px;
}
.postcate_list a {
  display: block;
  padding: 0 20px 0 15px;
  color: #2d2d2d;
  position: relative;
}
.postcate_list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #f5a855;
}
.postcate_list a:hover {
  text-decoration: underline;
}

.post-pager {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 60px;
}
.post-pager p {
  width: 35%;
  text-align: center;
}
.post-pager a {
  display: block;
  color: #ff6464;
  padding: 10px 15px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  border: solid 4px #ff6464;
}
.post-pager a:hover {
  opacity: .8;
}
</pre></body></html>