.content_r h1.p_title {
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
  }
.content_r h1 {
  line-height: 30px;
}
.SP{
  display:none;
}

.voice_title{
padding-bottom: 20px;
	
}

.voice_text h3 {
  line-height: 30px;}

@media screen and (max-width: 1024px){
    .p_title {
          letter-spacing: 3px;
    }
    .content_r h1.p_title {
      font-size: 15px;
    }

}
@media screen and (max-width: 720px){

  .SP{
    display:block;
  }
  .content_r h1 {
    line-height: 20px;
  }

  .content_r h1.p_title {
    font-size: 13px;
    letter-spacing: 3px;
  }
}
