@charset "UTF-8";

@media print, screen and (min-width: 768px) {
  .more_txt { height: 260px; }
  .more_con img {
    max-height: 115px;
  }
  .ml20-pc {
    margin-left: 2rem;
  }
  .more-btn {
    width: 380px;
  }
  .rea-pad {
    padding-left: 190px;
  }
  .pic-pad {
    padding-left: 55px;
  }
  .pt10-pc {
    padding-top: 1rem;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 768px) { 
  .tablet-hidden-cus { 
    display: none !important; 
  }
  .ml20-pc {
    margin-left: 1rem;
  }
  .more_con img {
    max-height: 50px;
  }
  .fs90-smt { font-size: 75%; }
  .fs155-cus { font-size: 135% !important; }
  .fs120-cus { font-size: 110% !important; }
}
@media print, screen and (max-width: 767px) {
  .more_con img {
    max-height: 50px;
  }
  .fs90-smt { font-size: 75%; }
  .fs155-cus { font-size: 135%; }
  .fs120-cus { font-size: 110%; }
  .more-btn {
    width: 90%;
  }
  p.voice2-title:before {
    background-image: url(/assets/images/voice2/voice2_icon01.jpg);
    background-size: 100% 100%;
    content: "";
    margin: 3px;
    position: relative;
    top: 7px;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .pl65-mst {
    padding-left: 6.5rem;
  }
}
@media print, screen and (max-width: 320px) {
  .fs90-smt {
      font-size: 78%;
  }
}
.wid75 {
  max-width: 75%;
}
.more-btn:hover {
  background-color: #0b2e4e;
  border-color: #0b2e4e;
  color: #fff !important;
}
.more-btn {
  clear: both;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #fff;
  line-height: 1;
  padding: 15px 0;
  color: #134674;
  border: 1px solid #134674;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.voice2-icon {
  border: none !important;
  padding-right: 10px;
  padding-top: 5px;
  float: left;
  margin: 0 !important;
  width: 75px;
}
.sec-line {
  border-top: 1px lightgray solid;
  clear: both;
}

/*---------------------------------------------------------
 
21/06/24
#69 【com】お客様の声_スマホビューの調整
 
---------------------------------------------------------*/

@media print, screen and (min-width: 768px) {
	.voice2_contents{
		margin-right: 1rem;
		margin-left: 1rem;
		width: calc( ( 100% - 6rem ) / 3 - 0.1px );
	}
}

@media print, screen and (max-width: 767px) {
	.voice2_contents{
		margin-left: 1rem;
		width: calc( ( 100% - 1rem ) / 2 - 0.1px );
	}
	.voice2_contents:first-of-type,
	.voice2_contents:nth-of-type(odd){ margin-left: 0; }
	.voice2-title{ line-height: 1.4; }
}


@media print, screen and (max-width: 767px) {
	.entryBox.voice2_inner p{ line-height: 1.6; }
}

