@charset "UTF-8";
/*-----------------------------------------------------*/
/* / / / / / / / / / / / / / / / / / / / / / / / / / / /
/* 
/*  お客さまの声_一覧 個別CSS
/*　
/* / / / / / / / / / / / / / / / / / / / / / / / / / / /
/*-----------------------------------------------------*/
.content {
  width: 100%;
}
.content-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-inner {
    max-width: auto;
    width: 100%;
  }
}

.head {
  --paddingB: 11.2%;
  --waveH: 9.571%;
  position: relative;
  width: 100%;
  padding-top: 88px;
  padding-bottom: var(--paddingB);
  padding-left: clamp(0px, (100% - 960px) / 2 + 290px, 100%);
  background-color: var(--official_red);
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .head {
    width: 100vw;
    margin-left: -20px;
    padding-top: 12vw;
    padding-bottom: 9.5vw;
  }
}
.head::before {
  --width: 129px;
  --height: 400px;
  content: "";
  position: absolute;
  top: 42px;
  left: calc(50% + 146px);
  display: block;
  width: var(--width);
  height: var(--height);
  background-image: url(/support/cs/case/images/img_title_light.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 343%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .head::before {
    --width: 21vw;
    --height: calc((var(--width) / 155)* 310);
    top: 4vw;
    left: auto;
    right: 12vw;
    background-size: 363%;
  }
}
.head::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 108vw;
  margin-top: calc(var(--paddingB) - var(--waveH));
  padding-bottom: var(--waveH);
  background-color: #fff;
  background-image: url(/support/cs/case/images/bg_wave_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .head::after {
    margin-top: unset;
  }
}
.head > img {
  width: 286px;
}
@media screen and (max-width: 768px) {
  .head > img {
    margin-bottom: 14vw;
    margin-left: 14vw;
    width: 47vw;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .head > img {
    margin-left: -5vw;
  }
}

.select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .select {
    flex-wrap: unset;
    flex-direction: column;
  }
}
.select-txt {
  width: 79%;
  padding-right: 20px;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.095em;
}
@media screen and (max-width: 768px) {
  .select-txt {
    width: 100%;
    padding-right: unset;
    font-size: 1.6rem;
    letter-spacing: 0.19em;
  }
}
.select-option {
  width: 21%;
}
@media screen and (max-width: 768px) {
  .select-option {
    display: flex;
    justify-content: end;
    width: 100%;
  }
}
.select-option-year {
  height: 60px;
  padding: 17px 19px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .select-option-year {
    width: 36vw;
    height: 8vw;
    padding: 1vw 4vw;
    font-size: 1.4rem;
  }
}

select {
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  border: 1px solid #717171;
  border-radius: none;
}

.select_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select_wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px - 2px);
  right: 13px;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/*-----------------------------------------------------*/
/* Utility
/*-----------------------------------------------------*/
.bg-wave {
  padding-top: 170px;
  padding-bottom: 260px;
  background: url(/support/cs/images/bg_wave_red_top_pc.png) repeat-x top, url(/support/cs/images/bg_wave_red_bottom_pc.png) repeat-x bottom, linear-gradient(to bottom, transparent 0%, transparent 113px, var(--official_red) 114px, var(--official_red) calc(100% - 114px), #FFF1BB calc(100% - 113px), #FFF1BB 100%);
}
@media screen and (max-width: 768px) {
  .bg-wave {
    width: 100vw;
    margin-left: -20px;
    padding-top: 14vw;
    padding-bottom: 15vw;
    background: url(/support/cs/images/bg_wave_red_top_smt.png) repeat-x top, url(/support/cs/images/bg_wave_red_bottom_smt.png) repeat-x bottom, linear-gradient(to bottom, transparent 0%, transparent calc(12vw - 1px), var(--official_red) 12vw, var(--official_red) calc(100% - 12vw), #FFF1BB calc(100% - (12vw - 1px)), #FFF1BB 100%);
    background-size: 100%;
  }
}/*# sourceMappingURL=index.css.map */