/* 新着情報*/

/* head_area
------------------------------------------------------------*/
.head_area {
    background-image: url("../img/voice/head_bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* お客様の声
------------------------------------------------------------*/
.voice_area {
    /*background-color: #E2E2E2;*/
    padding: 5%;
}
.voice_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
	margin-top: 5%;
	margin-bottom: 5%;
}
@media (max-width: 1199px)  {
.voice_box {
    grid-template-columns: repeat(2, 1fr);
    
}
}
@media (max-width: 767px)  {
.voice_box {
    grid-template-columns: 1fr;
    
}
}
.voice_item {
    background-color: #FFFFFF;    
    padding: 20px;
    border-right: 1px solid #DCDCDC;
}
@media (max-width: 767px)  {
.voice_item {    
    border-right: 0px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
}
.voice_namebox {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.voice_name {
    font-size: 18px; 
	font-feature-settings: "palt";
}
.voice_name span {
  font-size: 40px;  
	margin-left: 10px;
}
.voice_tx {
  font-size: 14px;  
	font-feature-settings: "palt";
	display: -webkit-box;             
  -webkit-box-orient: vertical;      /* 垂直方向に配置 */
  overflow: hidden;                  /* 溢れた部分を隠す */
  text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 3;
}

/* ブログ詳細*/

.main_photoarea {
    position: relative;
    margin-top: 30px;
}
.main_photo {
    width: 100%; 
}
.news_ttl {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
.news_day {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
}
.news_box2 {    
    margin-top: 3%;
	margin-bottom: 5%;
}
.news_box2 p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
	padding-left: 10px;
  padding-right: 10px;
	font-feature-settings: "palt";
}

/* ページネーション*/
.nav-below {    
    margin-top: 1%;
}
.nav-below span {    
    padding-left: 1%;
	padding-right: 1%;
}
.nav-below a {    
    padding-left: 1%;
	padding-right: 1%;
}
@media (max-width: 768px)  {
.wp-pagenavi a, .wp-pagenavi span {    
    padding: 0px;
}
}