


#voice .inner{
  max-width:1100px;
  margin:0 auto;
  position:relative;
}
#voice .inner::after {
    content: "";
    display: block;
    clear: both;
}

#voice #block01{
  padding: 30px 0;
}

#voice .left_side {
  /* max-width: 840px; */
  width: 100%;
  float: none;
}
#voice .right_side{
  max-width:260px;
  width: 24%;
  float:right;
  position: sticky;
  top: 100px;
  right: 0;
}

.detail01 {
    overflow: hidden;
    margin: 0 auto 10px;
}
.detail01 img {
  width:68px;
  display: block;
  margin-right: 20px;
}

.detail01 .name,
.detail01 .spec,
.detail01 .catch {
  margin:0 auto 10px;
}
.detail01 .name span{
  font-size:20px;
  border-bottom:4px solid #FEEB02;
  padding:00;
}
.detail01 .spec,
.detail01 .catch{
  font-size:17px;
}
.detail01 .spec span{
  font-size:12px;
}
.detail01_inner{
  display: flex;
  align-items: center;
}


.detail02 {
    overflow: hidden;
    margin: 0 auto 10px;
}
.detail02 li{
  float: left;
  width:48%;
  margin:0 auto 10px;
}
.detail02 li:nth-of-type(2n+1){
  clear: both;
}
.txt_box01,
.txt_box02,
.gallery_box01{
  margin:0 auto 50px;
}
.txt_box01 h2,
.txt_box02 h2,
.gallery_box01 h2{
  margin:0 auto 15px;
}
.txt_box01 h2 span,
.txt_box02 h2 span,
.gallery_box01 h2 span{
  font-size:17px;
  background:#FEEB02;
  padding:3px 5px;
}
.txt_box01 h3{
  font-size:20px;
  margin:0 auto 15px;
}
.txt_box01 p{
  font-size:15px;
}

.plan_box{
  background:#FFFBCC;
  padding:3%;
  display: flex;
  justify-content: space-between;
}
.plan_box img {
    width: 35%;
    max-width: 361px;
}

.plan_box p {
    width: 60%;
}
.charge_box p{
  float:left;
  width:80%;
}
.charge_box p{
  float:left;
  width:75%;
}
.charge_box .charge_detail{
  float:right;
  width: 17%;
}
.charge_box .charge_detail img{
  width:100%;
}
.charge_box .charge_detail .charge {
    float: none;
    font-size: 10px;
    margin: 10px auto 0px;
    width: 100%;
}
.charge_box .charge_detail .name{
  width: 100%;
  float:none;
  font-size:14px;
}
.r_box{
  background:#FFFBCC;
  border:1px solid #948E27;
}

.r_box .tit{
  background:#FEEB02;
  text-align: center;
  padding:5px 0;
}
.r_box .catalog_box{
  padding: 10% 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.r_box .catalog_box p {
    background: url(/voice/assets/img/v_catalog_bg.png) no-repeat center center;
    background-size: 100%;
}
.r_box .catalog_box p img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.r_box .catalog_box p + p {
    background: url(/voice/assets/img/v_arrow.png) no-repeat left center;
    padding-left: 15px;
    font-size: 14px;
}
.r_box .btn{
  
}
.r_box .btn a{
  display: block;
  width: 80%;
  background:url(/voice/assets/img/btn_arrow.png) no-repeat 95% center #948E27;
  border-radius: 10px;
  padding:10px 0;
  font-size:18px;
  color:#fff;
  text-align: center;
  margin:0 auto 10px;
}

.r_box .logo img{
  width:79px;
  display: block;
  margin:20px auto;
}


:focus-visible {
    outline: none;
}


.slick-track {
    display: flex;
}
.slick-slide {
    float: none;
}
.slick-slide img {
    display: block;
    width: 100%;
}
ul.slide{
    padding: 0 2% 2% 0%;
    background:url(/voice/assets/img/v_main_bg.png)no-repeat right bottom;
    background-size:100% 100%;
    margin:0 auto 20px;
}
.thumbnail{
  margin:0 auto 50px;
}


.thumbnail img{
  /*max-width:160px;*/
  opacity: 0.4;
}


.thumbnail .slick-current img{
  opacity: 1;
}

.gallery_box01{
  position:relative;
}

.slide_gallery.slick-slider {
  margin:0 auto 20px;
  padding:0; 
  position: inherit;
}
.slide_gallery .slick-prev {
    left: 100px;
    width: 40px;
    height: 40px;
    background: url(/voice/assets/img/prev.png) no-repeat 100%;
    position: absolute;
    top: 107%;
}
.slide_gallery .slick-next {
    right: 100px;
    width: 40px;
    height: 40px;
    background:url(/voice/assets/img/next.png)no-repeat 100%;
    top: 107%;
}
.slide_gallery .slick-prev:hover,
.slide_gallery .slick-next:hover{
  opacity: 1;
}
.slide_gallery .slick-prev.slick-disabled:before,
.slide_gallery .slick-next.slick-disabled:before {
    opacity:1;
}
.slide_gallery .slick-prev:hover,.slide_gallery  .slick-prev:focus{
  background: url(/voice/assets/img/prev.png) no-repeat 100%;

}

.slide_gallery .slick-next:hover,.slide_gallery  .slick-next:focus {
  background:url(/voice/assets/img/next.png)no-repeat 100%;
}

.slide_gallery .slick-next:before {
    content: '';
}
.slide_gallery .slick-prev:before {
    content: '';
}

.slide_gallery .item{
  /*max-width:290px;*/
  margin: 10px 10px;
  box-shadow:0px 0px 9px 3px #0000002e;
}
.sbbox{
  padding:5%;
}
.sbbox img{
  width:100%;
}
.sbbox img + p{
  margin:10px auto 0;
  font-size:14px;
}

.pagingInfo{
  text-align: center;
}

.sp{
  display: none !important;
}
.right_side{
  display: none;
}
@media screen and (max-width: 1024px) {
#voice .header .noimg {
        display: none;
    }
}

@media screen and (max-width: 768px) {
.pc{
  display: none !important;
}
.sp{
  display:  inherit !important;
}
.right_side{
  display: none;
}

#voice #block01{
  padding: 30px 0;
}
#voice .left_side {
  width: 95%;
  margin:0 auto;
  float: none;
}

.detail01_inner {
    display: block;
}

.detail01 img {
    width: 68px;
    display: block;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}
.detail01 .name_box {
    float: left;
    margin: 10px auto;
}
.detail01 .catch{
  clear:both;
  font-size: 20px;
}
.detail02 li {
    float: none;
    width: 100%;
    margin: 0 auto 5px;
}

.plan_box {
    display: block;
}    

.plan_box img,
.plan_box p{
    width: 100%;
}

.charge_box p {
    float: none;
    width: 100%;
}

.charge_box .charge_detail {
    float: none;
    width: 30%;
    margin: 20px auto 0;
}








#voice .right_side {
  max-width:inherit;
  width: 100%;
  float: none;
  position: fixed;
  top: inherit;
  right: inherit;
  bottom:0;
  z-index: 1;
} 
.r_box{
  overflow: hidden;
  border: none;
  padding:2%;
  
}

.btn_area{
  display: flex;
  /* align-items: center; */
  justify-content: space-around;
}
.r_box .btn {
  width:48%;
  background: url(/voice/assets/img/btn_arrow.png) no-repeat 95% center #948E27;
  border-radius: 10px;
}
  
.r_box .btn a {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  margin:0 auto;
}
.r_box .btn + .btn a {
    padding: 20px 0 0 0;
}

/*footer {
    padding-bottom: 40vw;
}
.floatingb {
    bottom: 11% !important;
}*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  

}
