@charset "UTF-8";
@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
}

#voicePage .ftStamp_area.top {
  margin-bottom: 0px;
}

@media all and (min-width: 768px) {
  #voicePage .voiceCntBg {
    padding-top: 80px;
  }
}

#voicePage .voiceCntWrp {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

#voicePage .voiceCntWrp .voiceMainCnt {
  color: #666;
  font-size: 12px;
  width: calc(100% - 287px - 41px);
}

#voicePage .voiceCntWrp .voiceMainCnt img {
  vertical-align: bottom;
}

@media all and (max-width: 767px) {
  #voicePage .voiceCntWrp {
    padding: 0px 0px 0px;
  }
  #voicePage .voiceCntWrp .voiceMainCnt {
    width: 100%;
  }
  #voicePage .voiceCntWrp .ddMenuBlock {
    padding: 0px 25px;
    margin-bottom: 60px;
  }
}

#voicePage .voiceSideBlock {
  width: 287px;
}

#voicePage .voiceSideBlock_inr {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  margin-bottom: 23px;
}

#voicePage .voiceSideBlock ul {
  background: #fff;
  border-width: 1px;
  border-color: #ece8e6;
  border-style: solid;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.1);
  padding: 10px 30px 10px;
}

#voicePage .voiceSideBlock ul li:last-child a {
  border-bottom: none;
}

#voicePage .voiceSideBlock ul a {
  display: block;
  position: relative;
  color: #42210b;
  border-bottom: solid 1px #ece8e6;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 16px 0px;
}

#voicePage .voiceSideBlock ul a:after {
  content: '';
  position: absolute;
  background: url(../img/icn_arrow.png) center center no-repeat;
  background-size: cover;
  width: 6px;
  height: 11px;
  top: 50%;
  margin-top: -6px;
  right: 0px;
}

#voicePage .voiceSideBlock .fb {
  width: 100%;
}

@media all and (max-width: 767px) {
  #voicePage .voiceSideBlock {
    display: none;
  }
}

#voicePage .voiceMainCnt .cntBlock {
  position: relative;
}

#voicePage .voiceMainCnt .cntBlock_sgmnt {
  height: 4px;
  background-color: #ece8e6;
  box-shadow: inset 0px 1px 2px 0px rgba(4, 0, 0, 0.1);
}

@media all and (max-width: 767px) {
  #voicePage .voiceMainCnt .cntBlock_sgmnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  #voicePage .voiceMainCnt .cntBlock {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.1);
    margin-bottom: 24px;
  }
  #voicePage .voiceMainCnt .cntBlock .anc span {
    position: absolute;
    top: -10px;
  }
}

@media all and (max-width: 767px) {
  #voicePage .voiceMainCnt .cntBlock {
    margin-bottom: 26px;
  }
  #voicePage .voiceMainCnt .cntBlock:last-child {
    margin-bottom: 0;
  }
  #voicePage .voiceMainCnt .cntBlock:last-child .cntBlock_sgmnt {
    display: none;
  }
}

#voicePage .voiceMainCnt .itemInfoBlock {
  padding: 11% 0 6.5%;
}

#voicePage .voiceMainCnt .itemInfoBlock_ttl {
  color: #42210b;
  text-align: center;
  font-size: 24px;
  width: 87.026%;
  margin: 0px auto 5%;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  #voicePage .voiceMainCnt .itemInfoBlock {
    padding: 7% 0 1%;
  }
  #voicePage .voiceMainCnt .itemInfoBlock_ttl {
    text-align: left;
    font-size: 18px;
    margin-bottom: 7%;
  }
}

#voicePage .voiceMainCnt .itemCntBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87.026%;
  margin: 0px auto;
}

#voicePage .voiceMainCnt .itemCntBlock_img {
  width: 31.82%;
}

#voicePage .voiceMainCnt .itemCntBlock_img img {
  width: 100%;
}

#voicePage .voiceMainCnt .itemCntBlock_txtarea {
  width: 62.73%;
}

#voicePage .voiceMainCnt .itemCntBlock_txtarea_ttl {
  color: #42210b;
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 5px;
}

#voicePage .voiceMainCnt .itemCntBlock_txtarea_txt1 {
  position: relative;
  font-size: 12px;
}

#voicePage .voiceMainCnt .itemCntBlock_txtarea_txt2 {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 2;
  text-align: justify;
  font-size: 12px;
  margin: 6px 0px 22px;
}

#voicePage .voiceMainCnt .itemCntBlock_txtarea_btn {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#voicePage .voiceMainCnt .itemCntBlock_txtarea_btn a {
  border-radius: 2px;
  display: block;
  background: #42210b;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0px;
  width: 48%;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  #voicePage .voiceMainCnt .itemCntBlock_txtarea_btn a br {
    display: none;
  }
  #voicePage .voiceMainCnt .itemCntBlock_txtarea_btn a br.adj__br {
    display: block;
  }
}

@media all and (max-width: 767px) {
  #voicePage .voiceMainCnt .itemCntBlock {
    width: 87.026%;
    margin: 0px auto;
  }
  #voicePage .voiceMainCnt .itemCntBlock_img {
    width: 21.45%;
  }
  #voicePage .voiceMainCnt .itemCntBlock_txtarea {
    width: 74%;
  }
  #voicePage .voiceMainCnt .itemCntBlock_txtarea_ttl {
    font-size: 13px;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
  }
  #voicePage .voiceMainCnt .itemCntBlock_txtarea_txt1 {
    line-height: 1.5;
    margin-bottom: 7px;
  }
  #voicePage .voiceMainCnt .itemCntBlock_txtarea_txt2 {
    display: none;
  }
  #voicePage .voiceMainCnt .itemCntBlock_txtarea_btn a {
    padding: 7px 0px;
  }
}

#voicePage .voiceMainCnt .voiceBox {
  border-width: 1px;
  border-color: #ece8e6;
  border-style: solid;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.1);
}

#voicePage .voiceMainCnt .voiceBox_wrp {
  padding: 7% 0px 70px;
  /* Arrows */
}

#voicePage .voiceMainCnt .voiceBox_wrp_inr .slick-slide {
  margin: 0px 12px;
  padding-bottom: 10px;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-dots {
  bottom: -35px;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li {
  height: 7px;
  width: 7px;
  margin: 0 7px;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li button {
  background: #c6bcb5;
  height: 7px;
  width: 7px;
  padding: 0px;
  border-radius: 10px;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li button:hover, #voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li button:focus {
  outline: none;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li button:before {
  display: none;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li.slick-active button {
  background: #42210b;
}

@media all and (max-width: 767px) {
  #voicePage .voiceMainCnt .voiceBox_wrp .slick-dots {
    bottom: -36px;
  }
  #voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  #voicePage .voiceMainCnt .voiceBox_wrp .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-prev,
#voicePage .voiceMainCnt .voiceBox_wrp .slick-next {
  height: 30px;
  width: 30px;
  color: transparent;
  top: auto;
  bottom: -46px;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  border-radius: 50%;
  background-color: #42210b;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-prev:hover,
#voicePage .voiceMainCnt .voiceBox_wrp .slick-prev:focus,
#voicePage .voiceMainCnt .voiceBox_wrp .slick-next:hover, #voicePage .voiceMainCnt .voiceBox_wrp .slick-next:focus {
  outline: none;
  background-color: #42210b;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-prev:hover:before,
#voicePage .voiceMainCnt .voiceBox_wrp .slick-prev:focus:before,
#voicePage .voiceMainCnt .voiceBox_wrp .slick-next:hover:before, #voicePage .voiceMainCnt .voiceBox_wrp .slick-next:focus:before {
  display: none;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-prev:before,
#voicePage .voiceMainCnt .voiceBox_wrp .slick-next:before {
  display: none;
  font-size: 20px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  #voicePage .voiceMainCnt .voiceBox_wrp .slick-prev,
  #voicePage .voiceMainCnt .voiceBox_wrp .slick-next {
    display: none !important;
  }
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-prev {
  background-image: url(../img/arrow-prev.png);
  left: 50%;
  margin-left: -85px;
}

#voicePage .voiceMainCnt .voiceBox_wrp .slick-next {
  background-image: url(../img/arrow-next.png);
  right: 50%;
  margin-right: -85px;
}

#voicePage .voiceMainCnt .voiceBox_namearea {
  display: flex;
  align-items: center;
  padding: 3% 6.5%;
  border-bottom: solid 1px #ece8e6;
}

#voicePage .voiceMainCnt .voiceBox_namearea_icon {
  width: 36px;
  margin-right: 10px;
}

#voicePage .voiceMainCnt .voiceBox_namearea_icon img {
  width: 100%;
}

#voicePage .voiceMainCnt .voiceBox_namearea_txt {
  color: #42210b;
  font-size: 14px;
}

#voicePage .voiceMainCnt .voiceBox_namearea_txt span {
  color: #666;
}

#voicePage .voiceMainCnt .voiceBox_textarea {
  padding: 5% 6%;
}

#voicePage .voiceMainCnt .voiceBox_textarea_ttl {
  line-height: 1.5;
  color: #42210b;
  font-size: 16px;
  margin-bottom: 5%;
}

#voicePage .voiceMainCnt .voiceBox_textarea_txt {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 14px;
  line-height: 2;
}

@media all and (max-width: 767px) {
  #voicePage .voiceMainCnt .voiceBox_wrp {
    padding: 7% 0px 89px;
  }
  #voicePage .voiceMainCnt .voiceBox_wrp_inr .slick-slide {
    margin: 0px 5px;
  }
  #voicePage .voiceMainCnt .voiceBox_namearea {
    padding: 5% 6.5%;
  }
  #voicePage .voiceMainCnt .voiceBox_namearea_icon {
    width: 30px;
    margin-right: 10px;
  }
  #voicePage .voiceMainCnt .voiceBox_namearea_txt {
    font-size: 14px;
  }
  #voicePage .voiceMainCnt .voiceBox_textarea {
    padding: 8% 7%;
  }
  #voicePage .voiceMainCnt .voiceBox_textarea_ttl {
    font-size: 16px;
    margin-bottom: 5%;
  }
  #voicePage .voiceMainCnt .voiceBox_textarea_txt {
    font-size: 14px;
    line-height: 2;
  }
}

/*# sourceMappingURL=../css/voice.map */