@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 %
---------------------------------------------------------------------*/

html{
	height:100%;
	width:100%;
	}	
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: #000;
	margin: 0;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	position:relative;
	font-size:100%;
	font-weight:bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */

body {
	width:100%;
	box-sizing: border-box;
	padding:30px 50px;
	min-height:100%;
}


h1{
	text-align:center;
	line-height:1;
	margin:0;
	}
	h1 span{
		position:relative;
		display:inline-block;
		padding:0 10px 5px;
		}
	h1 span::after{
		content:"";
		width:100%;
		left:0;
		display:block;
		height:1px;
		background-color:#808080;
		position:absolute;
		bottom:0;
		}
	h1 img{
		max-width:100%;
		}
	
	h1 div{
		font-size:12px;
		margin-top:12px;
		}
	p{
		border-top:1px solid #808080;
		padding-top:20px;
		margin-top:20px;
		margin-bottom: 0px !important;
		}


.cap {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.2;
	margin-left: 10px;
}




@media screen and (min-width: 801px), print {
	
h1{
	margin-top:10px;
	}
	
	h1 img{
		height: 28px;
		}

.content{
	letter-spacing:-0.02em;
	line-height:1.4em;
	margin-top:30px;
	font-weight:normal;
	font-size:14px;
	}
				
}






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

.content{
	letter-spacing:-0.02em;
	line-height:1.5em;
	margin-top:30px;
	font-weight:normal;
	font-size:13px;
	}
	h1 span{
		max-width:43%;
		width:180px;
		}
								
	h1 img{
		width:100%;
		height: auto;
		}
	
								
.cap {
	font-size: 12px;
	line-height: 1.2;
	margin-left: 0px;
	display: block;
}

								
}








