@charset "UTF-8";


/*********************************
 * ～900
 *********************************/

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

	.voice_box {background:#f2f8f4; margin-top:3em; padding:2em 0 0.5em 0;}

  .voice_box .area3 {width:90%; margin:0 auto 1.5em auto; padding:2em 2em; background:#fff; border:3px solid #187b31;}
	.voice_box .area3 .ptxt {width:100%; margin:0;}
  .voice_box .area3 .ptxt .fleft {font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .voice_box .area3 .ptxt .fright {padding-top:0.6em;} 
	.voice_box .area3 .no {margin:0;}
	.voice_box .area3 .no span {padding:0.1em 1em; background:#187b31; border-radius:1em; color:#fff;}
	.voice_box .area3 .ttl {margin-top:0.5em; color:#187b31; font-size:130%; font-weight:700;}
	.voice_box .area3 .name {margin-top:2em; line-height:1.6;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {

	.voice_box {background:#f2f8f4; margin-top:3em; padding:3.5em 0 2.5em 0;}

  .voice_box .area3 {width:91%; max-width:980px; margin:0 auto 2.5em auto; padding:2em 3em; background:#fff; border:3px solid #187b31;}
	.voice_box .area3 .ptxt {display:flex; position:relative; align-items:center; justify-content:space-between; width:100%; margin:0;}
  .voice_box .area3 .ptxt .fleft {width:50%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .voice_box .area3 .ptxt .fright {width:45%; padding-top:0.6em;} 
	.voice_box .area3 .no {margin:0;}
	.voice_box .area3 .no span {padding:0.1em 1em; background:#187b31; border-radius:1em; color:#fff;}
	.voice_box .area3 .ttl {margin-top:0.5em; color:#187b31; font-size:140%; font-weight:700;}
	.voice_box .area3 .name {margin-top:2em; line-height:1.6;}

}


