
/* -------------- voice ------------------- */


.voice_top{
 
}

.voice_box{
 width:980px;
 display:inline-block;
 background-color:#fff6d7;
 
 
    border-radius: 40px;
    border-radius: 40px;
}

.voice_hr{
 width:360px;
 height:1px;

 background-color:#b70004;
 margin: auto;
}





/* -- contentes -- */



.voice_inbox1{
 width:435px;
 height:1000px;
 display:inline-block;  
 vertical-align: top;
 margin-right:10px;
 margin-top:20px;
}

.voice_inbox2{
 width:435px;
 height:1000px;
 display:inline-block;  
 vertical-align: top;
 margin-left:10px;
 margin-top:20px;
}


.voice_contents1_box{
    width:425px;
    background: #FFF;
    border: solid 1px #cfe7e6;
    border-radius: 10px;
    border-radius: 10px;
    display:inline-block;
    position: relative;
}

.voice_contents2_box{
    width:425px;
    background: #FFF;
    border: solid 1px #ffda74;
    border-radius: 10px;
    border-radius: 10px;
    display:inline-block;
    position: relative;
}

.voice_contents_inup{
  display:inline-block;
  vertical-align: top;
}

.voice_contents_icon{
    background: #989898;
    border: solid 1px #989898;
    border-radius: 3px;
    border-radius: 3px;
   position:absolute;
}



.voice_contents_hr_y{
 width:390px;
 height:1px;
 border:none;
 border-top:dashed 1px #ffcb4b;
 margin: auto;
 margin-top:5px;
}


.voice_contents_hr_b{
 width:390px;
 height:1px;
 border:none;
 border-top:dashed 1px #88cfd2;
 margin: auto;
 margin-top:5px;
}





/* -- img -- */


.voice_img{
 width:40px;
 margin:10px;
}






/* -- font -- */

.voice_title1{
   padding-top:45px;
			font-weight:400;
   font-family: 'Playfair Display', serif;
   color:#b70004;
   letter-spacing:6px;
   line-height:0.7;
   font-size:25px;
		}

.voice_title2{
			font-weight:600;
   font-family: 'Noto Serif JP', serif;
   color:#b70004;
   letter-spacing:6px;
   padding-top:7px;
   font-size:14px;
		}




.voice_contents1{
   margin:0;
   padding-top:10px;
   font-weight:700;
   font-family: 'Noto Sans JP', sans-serif;
   color:#000;
   font-size:9px;
}

.voice_contents2_y{
   margin:0;
   padding-top:7px;
   font-weight:700;
   font-family: 'Noto Sans JP', sans-serif;
   color:#ffcb4b;
   font-size:12px;
   }
   
.voice_contents2_b{
   margin:0;
   padding-top:7px;
   font-weight:700;
   font-family: 'Noto Sans JP', sans-serif;
   color:#88cfd2;
   font-size:12px;
   }

.voice_contents3{
   font-weight:400;
   font-family: 'Noto Sans JP', sans-serif;
   color:#000;
   font-size:11px;
   text-align: justify;
   text-justify: inter-ideograph;
   margin-top:10px;
   margin-bottom:15px;
   margin-left:20px;
   margin-right:20px;
   letter-spacing:0px;
   line-height:1.8;
   }

.voice_contents4{
    font-weight:400;
    font-family: 'Noto Sans JP', sans-serif;
    color:#fff;
    letter-spacing:0px;
    font-size:8px;
    background: #989898;
    border: solid 1px #989898;
    border-radius: 4px;
    border-radius: 4px;
    position:absolute;
    padding-left:2px;
    padding-right:2px;

   }




