@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color: #212121;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	position:relative;
	font-size:100%;
	font-weight:bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
@media screen and (min-width: 801px), print {
	
body {
	min-width:900px;
	width:900px;
	margin:auto;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}

		h1{
			text-align:left;
			margin-top:20px;
			color:#ed6d1e;
			font-size: 30px;
			line-height: 1.4em;
			}
		
		.voice_box{
			margin-top:30px;
			overflow:hidden;
			}
			.voice_box img{
				float:right;
				width:340px;
				}
			.voice_box div{
				float:left;
				width:520px;
				}
				.voice_box div .position{
					font-size:140%;
					margin:10px 0;
					line-height: 1;
					}
				.voice_box div .name{
					margin-top: 10px;
					line-height: 1;
					}
				.voice_box div .text{
					line-height:2.5em;
					}
				
}






/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
@media only screen and (max-width: 800px) {
	
	.pc {display: none !important;}
	
	body {padding:20px;}

		h1{
			text-align:left;
			margin-top:20px;
			color:#ed6d1e;
			font-size:120%;
			line-height: 1.4em;
			}
		
		.voice_box{
			margin-top:30px;
			overflow:hidden;
			}
			.voice_box img{
				width:100%;
				}
			.voice_box div{
				width:100%;
				}
				.voice_box div .position{
					margin: 10px 0;
					font-size:120%;
					line-height: 1;
					}
				.voice_box div .name{
					margin:0;
					line-height: 1;
					}
				.voice_box div .text{
					line-height:2em;
					}
								
}



