/*============================
検索パネル
============================*/
#search {
  padding: 0.60rem 0 0;
}
@media screen and (max-width: 640px) {
  #search {
    padding: 0.30rem 0 0;
  }
}


#search .title_wrap {
  text-align: center;
  padding-bottom: 0.55rem;
}
@media screen and (max-width: 640px) {
  #search .title_wrap {
    text-align: center;
    padding-bottom: 0.3rem;
  }
}


#search .title_wrap .en {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #FC6401;
}

#search .title_wrap .jp {
  font-size: 0.36rem;
  font-weight: 700;
  padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
  #search .title_wrap .jp {
    font-size: 0.20rem;
  }
}


#search .search_box {
  background-color: #F2F2F2;
  display: none;
}
@media screen and (max-width: 640px) {
  #search .search_box {
    display:  none;
  }
}

#search .search_box .header {
  background-color: #FC6401;
  padding: 0.20rem 0.28rem;
  font-size: 0.20rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #FFF;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

#search .search_box .header::after {
  content: "";
  width: 0.14rem;
  height: 0.10rem;
  background-image: url(../img/voice/acc_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0.28rem;
  transition: all 0.3s;
}

#search .search_box .header.close::after {
  transform: rotate(180deg);
}

#search .search_box .search_cat_box {
  padding: 0.20rem 0.28rem 0.05rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#search .search_box .search_cat_box::after {
  content: "";
  width: calc(100% - 0.56rem);
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0;
  left: 0.28rem;
}

#search .search_box .search_cat_box:last-child:after {
  content: none;
}

#search .search_box .search_cat_box .tit {
  width: 1.60rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}

#search .search_box .search_cat_box .list {
  width: calc(100% - 1.70rem);
  display: flex;
  flex-wrap: wrap;
}

#search .search_box .search_cat_box .list li {
  width: 25%;
  font-size: 0.16rem;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.16rem;
}

#search .search_box .search_cat_box .list li:hover {
  color: #000;
}

#search .search_box .search_cat_box .list li::before {
  content: "";
  width: 0.21rem;
  height: 0.21rem;
  background-image: url(../img/voice/checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.01rem;
}

#search .search_box .search_cat_box .list li:hover::before {
  background-image: url(../img/voice/checkbox_hover.svg);
}

#search .search_box .search_cat_box .list li.on::before {
  background-image: url(../img/voice/checkbox_on.svg);
}

#search .search_box .search_cat_box .list li span {
  display: block;
  padding-left: 0.08rem;
}

#search .search_box .reser_btn {
  max-width: 2.73rem;
  margin: auto;
  padding: 0.30rem 0;
}

#search .search_box .reser_btn span {
  display: block;
  background-color: #707070;
  padding: 0.20rem 0 0.22rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  border-radius: 0.06rem;
  box-shadow: 0 2px 0.08rem rgba(0,0,0,0.3);
  transition: all 0.3s;
}

#search .search_box .reser_btn.on span {
  background-color: #FC6401;
  color: #FFF;
  cursor: pointer;
}


/*============================
一覧
============================*/
#voice {
  padding: 0;
}


#voice .list {
	justify-content: flex-start;
  gap: 0 0.35rem;
}

#voice .list .item {
	width: calc(33.3% - 0.24rem);
  margin-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
  #voice .list .item {
    width: 100%;
    margin-bottom: 0.45rem;
  }
}


#voice .list .item .ph_wrap {
	height: 2.50rem;
}
@media screen and (max-width: 640px) {
  #voice .list .item .ph_wrap {
    height: 2.3rem;
    width: 100%;
  }
}


#voice .list .item .text {
	font-size: 0.16rem;
  line-height: 1.625;
	-webkit-line-clamp: 3;
}
@media screen and (max-width: 640px) {
  #voice .list .item .text {
    font-size: 0.15rem;
  }
}

.bottom_btn_wrap {
  padding-bottom: 1.30rem;
}
@media screen and (max-width: 640px) {
  .bottom_btn_wrap {
    padding-bottom: 0.8rem;
  }
}


.bottom_btn_wrap .btn {
  text-align: center;
}

.bottom_btn_wrap .btn a {
	background-color: #FC6401;
	text-align: center;
	font-size: 0.18rem;
	padding: 0.25rem 0 0.27rem;
	box-shadow: 0 0.03rem 0.12rem rgba(239,135,31,0.46);
	position: relative;
  width: 6.00rem;
}
@media screen and (max-width: 640px) {
  .bottom_btn_wrap .btn a {
    max-width: 3.15rem;
    width: 100%;
    font-size: 0.15rem;
    padding: 0.15rem 0 0.17rem;
  }
}


.bottom_btn_wrap .btn a  span::after {
	content: '';
	display: inline-block;
	background: url(../img/top/btn_arrow_wh.svg) no-repeat center;
	background-size: contain;
	width: 0.07rem;
	height: 0.11rem;
	position: relative;
	margin-left: 0.15rem;
	right: auto;
	top: -0.01rem;
	transform: translate(0);
}
@media screen and (max-width: 640px) {
  .bottom_btn_wrap .btn a  span::after {
    right: -0.35rem;
    top: -0.08rem;
    transform: translate(0);
  }
}


.debag-mode {
  text-align: center;
  font-size: 0.12rem;
  line-height: 1.5;
  padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
  .debag-mode {
    display: none;
  }
}


/* コンテンツが0件のとき */
.no_contents {
  text-align: center;
  font-size: 0.18rem;
  padding-bottom: 0.60rem;
  display: none;
}