/* user
   ========================================================================== */
.m-breadcrumb:after {
  content: none !important;
}

.user {
  padding: 30px 0 20px;
}
@media (max-width: 480px) {
  .user {
    padding: 80px 0 20px;
    font-size: 12px;
  }
}
.user h2 {
  margin-bottom: 12px;
  border-bottom: 1px solid #f39999;
  color: #e73535;
  font-size: 15px;
  font-weight: 900;
}
.user h2 img {
  width: 25px;
  margin-left: -2px;
  margin-right: 5px;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .user h2 {
    margin: 0 20px 10px;
    font-size: 12px;
  }
  .user h2 img {
    width: 20px;
    margin-left: -2px;
    margin-right: 3px;
  }
  .user h2 .sp_none {
    display: none;
  }
}

.user #pagination_box {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 40px;
}
.user #pagination_box p a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 155px;
  margin: 0 0 0 auto;
  padding: 5px 10px;
  border: 1px solid #efa201;
  background-color: #FFF;
  color: #b8671e;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px 0 0 50px;
  filter: drop-shadow(0 1px 1px #ddd);
}
.user #pagination_box p a:hover {
  opacity: 0.5;
}
.user #pagination_box p a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 8px;
  width: 15px;
  height: 15px;
  background-image: url(../../user/img/u_pn_arrow.svg);
}
@media (max-width: 480px) {
  .user #pagination_box p a {
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    padding: 10px 20px;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px;
    box-shadow: inset 0px -10px 10px #ccc;
  }
}
.user #pagination_box #prev a {
  padding-left: 35px;
}
@media (max-width: 480px) {
  .user #pagination_box #prev {
    display: none;
  }
}
.user #pagination_box #next a {
  padding-right: 35px;
  text-align: right;
  border-radius: 0 50px 50px 0;
}
.user #pagination_box #next a::before {
  left: auto;
  right: 8px;
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .user #pagination_box #next {
    margin: 0 auto;
  }
  .user #pagination_box #next a {
    min-width: 190px;
    padding: 10px 10px;
    border-radius: 5px;
  }
  .user #pagination_box #next a::before {
    content: "";
    top: calc(50% - 4px);
    left: auto;
    right: 19px;
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-135deg);
    margin-left: 3px;
    background-image: none;
    z-index: 1;
  }
  .user #pagination_box #next a::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
    width: 20px;
    height: 20px;
    background-color: #d00;
    border-radius: 50%;
  }
}

.user--voice01,
.user--voice03 {
  font-weight: 500;
  text-align: justify;
}
.user--voice01 #main01,
.user--voice03 #main01 {
  display: flex;
  align-items: center;
  width: 730px;
  padding: 5px;
  margin-bottom: 30px;
  background-color: #ffe8e8;
}
.user--voice01 #main01 #main01_p01,
.user--voice03 #main01 #main01_p01 {
  width: 300px;
}
.user--voice01 #main01 #main01_p02,
.user--voice03 #main01 #main01_p02 {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .user--voice01 #main01,
  .user--voice03 #main01 {
    flex-wrap: wrap;
    width: 100%;
  }
  .user--voice01 #main01 #main01_p01,
  .user--voice03 #main01 #main01_p01 {
    width: 100%;
  }
  .user--voice01 #main01 #main01_p02,
  .user--voice03 #main01 #main01_p02 {
    width: 100%;
    margin: 20px;
  }
  .user--voice01 #main01 img,
  .user--voice03 #main01 img {
    width: 100%;
  }
}
.user--voice01 #p01,
.user--voice03 #p01 {
  box-sizing: border-box;
  margin: 0 0 32px 30px;
  width: 710px;
}
@media (max-width: 480px) {
  .user--voice01 #p01,
  .user--voice03 #p01 {
    width: 90%;
    margin: 0 20px 30px;
  }
}
.user--voice01 p#bn01,
.user--voice03 p#bn01 {
  padding: 20px 0 30px;
}

.user--voice01 #box01,
.user--voice03 #box01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
  padding: 0 0 10px 30px;
}
@media (max-width: 480px) {
  .user--voice01 #box01,
  .user--voice03 #box01 {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px 20px;
  }
}
.user--voice01 #box01 #box01_p01,
.user--voice03 #box01 #box01_p01 {
  width: 420px;
}
@media (max-width: 480px) {
  .user--voice01 #box01 #box01_p01,
  .user--voice03 #box01 #box01_p01 {
    width: 100%;
  }
}
.user--voice01 #box01 #img_white_box,
.user--voice03 #box01 #img_white_box {
  box-sizing: border-box;
  width: 260px;
  padding: 7px 7px 14px;
  background-color: #FFF;
  border: 1px solid #aaa;
  filter: drop-shadow(5px 5px 0 #EEE);
}
.user--voice01 #box01 #img_white_box img,
.user--voice03 #box01 #img_white_box img {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
}
.user--voice01 #box01 #img_white_box .txt,
.user--voice03 #box01 #img_white_box .txt {
  padding: 0 3px;
  font-size: 11px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .user--voice01 #box01 #img_white_box,
  .user--voice03 #box01 #img_white_box {
    width: 100%;
    margin-top: 15px;
  }
}

.user--voice01 #box02,
.user--voice03 #box02 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
  padding: 0 0 10px 0;
}
@media (max-width: 480px) {
  .user--voice01 #box02,
  .user--voice03 #box02 {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px 20px;
  }
  .user--voice01 #box02 h2,
  .user--voice03 #box02 h2 {
    margin: 0 0 10px;
  }
}
.user--voice01 #box02 #box01_p02,
.user--voice03 #box02 #box01_p02 {
  width: 460px;
}
.user--voice01 #box02 #box01_p02 p,
.user--voice03 #box02 #box01_p02 p {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .user--voice01 #box02 #box01_p02,
  .user--voice03 #box02 #box01_p02 {
    width: 100%;
  }
  .user--voice01 #box02 #box01_p02 p,
  .user--voice03 #box02 #box01_p02 p {
    margin-left: 0;
  }
}
.user--voice01 #box02 #img_white_box,
.user--voice03 #box02 #img_white_box {
  box-sizing: border-box;
  width: 260px;
  padding: 7px 7px 14px;
  background-color: #FFF;
  border: 1px solid #aaa;
  filter: drop-shadow(5px 5px 0 #EEE);
}
.user--voice01 #box02 #img_white_box img,
.user--voice03 #box02 #img_white_box img {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
}
.user--voice01 #box02 #img_white_box .txt,
.user--voice03 #box02 #img_white_box .txt {
  padding: 0 3px;
  font-size: 11px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .user--voice01 #box02 #img_white_box,
  .user--voice03 #box02 #img_white_box {
    order: 2;
    width: 100%;
    margin-top: 15px;
  }
}

.user--voice01 #box03,
.user--voice03 #box03 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 32px;
  padding: 0 0 10px 0;
}
@media (max-width: 480px) {
  .user--voice01 #box03,
  .user--voice03 #box03 {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px 20px;
  }
}
.user--voice01 #box03 h2,
.user--voice03 #box03 h2 {
  width: 100%;
}
@media (max-width: 480px) {
  .user--voice01 #box03 h2,
  .user--voice03 #box03 h2 {
    margin: 0 0 10px;
  }
}
.user--voice01 #box03 #box01_p03,
.user--voice03 #box03 #box01_p03 {
  width: 450px;
}
.user--voice01 #box03 #box01_p03 p,
.user--voice03 #box03 #box01_p03 p {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .user--voice01 #box03 #box01_p03,
  .user--voice03 #box03 #box01_p03 {
    width: 100%;
  }
  .user--voice01 #box03 #box01_p03 p,
  .user--voice03 #box03 #box01_p03 p {
    margin-left: 0;
  }
}
.user--voice01 #box03 #img_white_box,
.user--voice03 #box03 #img_white_box {
  box-sizing: border-box;
  width: 260px;
  margin-top: -35px;
  padding: 7px 7px 14px;
  background-color: #FFF;
  border: 1px solid #aaa;
  filter: drop-shadow(5px 5px 0 #EEE);
}
.user--voice01 #box03 #img_white_box img,
.user--voice03 #box03 #img_white_box img {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
}
.user--voice01 #box03 #img_white_box .txt,
.user--voice03 #box03 #img_white_box .txt {
  padding: 0 3px;
  font-size: 11px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .user--voice01 #box03 #img_white_box,
  .user--voice03 #box03 #img_white_box {
    width: 100%;
    margin-top: 15px;
  }
}

.user--voice01 #staff01,
.user--voice03 #staff01 {
  box-sizing: border-box;
  width: 740px;
  padding: 5px;
  background: #e10000;
}
.user--voice01 #staff01 #staff01_bg,
.user--voice03 #staff01 #staff01_bg {
  display: flex;
  align-items: center;
}
.user--voice01 #staff01 #staff01_bg .img,
.user--voice03 #staff01 #staff01_bg .img {
  width: 200px;
}
.user--voice01 #staff01 #staff01_bg .s_comment,
.user--voice03 #staff01 #staff01_bg .s_comment {
  width: 500px;
  margin-left: 20px;
  color: #FFF;
  font-size: 12px;
}
@media (max-width: 480px) {
  .user--voice01 #staff01,
  .user--voice03 #staff01 {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .user--voice01 #staff01 #staff01_bg,
  .user--voice03 #staff01 #staff01_bg {
    flex-wrap: wrap;
  }
  .user--voice01 #staff01 #staff01_bg .img,
  .user--voice03 #staff01 #staff01_bg .img {
    width: 100%;
    margin: 0 auto;
  }
  .user--voice01 #staff01 #staff01_bg .img img,
  .user--voice03 #staff01 #staff01_bg .img img {
    width: 100%;
  }
  .user--voice01 #staff01 #staff01_bg .s_comment,
  .user--voice03 #staff01 #staff01_bg .s_comment {
    width: 100%;
    margin: 10px 10px;
  }
  .user--voice01 #staff01 #staff01_bg .s_comment br,
  .user--voice03 #staff01 #staff01_bg .s_comment br {
    display: none;
  }
}

.user--voice03 #box01 #box01_p01 p,
.user--voice03 #box01 #box01_p02 p,
.user--voice03 #box01 #box01_p03 p,
.user--voice03 #box02 #box01_p01 p,
.user--voice03 #box02 #box01_p02 p,
.user--voice03 #box02 #box01_p03 p,
.user--voice03 #box03 #box01_p01 p,
.user--voice03 #box03 #box01_p02 p,
.user--voice03 #box03 #box01_p03 p {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.user--voice03 #box01 #box01_p01 p span,
.user--voice03 #box01 #box01_p02 p span,
.user--voice03 #box01 #box01_p03 p span,
.user--voice03 #box02 #box01_p01 p span,
.user--voice03 #box02 #box01_p02 p span,
.user--voice03 #box02 #box01_p03 p span,
.user--voice03 #box03 #box01_p01 p span,
.user--voice03 #box03 #box01_p02 p span,
.user--voice03 #box03 #box01_p03 p span {
  font-weight: bold;
}

.user--voice03 #p01 {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.user--voice03 #p01 span {
  font-weight: bold;
}/*# sourceMappingURL=user.css.map */