
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

#contents {
	width:980px;
	margin:0 auto;
}

.area{
	margin-left: 3.8rem;
}

.title01{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.title01 span{
	border-bottom: 2px solid #FF0004;
}

.title02{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 4.0rem;
	
}

.text{
	padding-left:1em;
	text-indent:-1em;
	font-size: 1.4rem;
}


.text001{
	padding-left:2em;
	text-indent:-2em;
	font-size: 1.4rem;
}
.text002{
	padding-left:3em;
	text-indent:-3em;
	font-size: 1.4rem;
}

.text003{
	padding-left:3em;
	text-indent:-1em;
	font-size: 1.4rem;
}

.btn003{
	text-align: center;
	margin: 2.0rem;
	color: #333;
}

p a{
	color: #1a0dab;
}
.last{
	text-align: right;
	padding: 2.0rem;
}

.small{
	font-size: 1.2rem;
}

@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		padding:0 10px;
	}
	#contents {
		width:90%;
	}

.title01{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-top: 1.0rem;
	border-bottom: 2px solid #FF0004;
}



.title01 span{
	border-bottom: 0;
}
	
	
	
.title02{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1.0rem;
}

#contents p{
		font-size: 1.3rem;
	}
	
.text{
	padding-left:1em;
	text-indent:-1em;
	font-size: 1.0rem;
}
	.text001{
	padding-left:2em;
	text-indent:-2em;
	font-size: 1.0rem;
}
.text002{
	padding-left:3em;
	text-indent:-3em;
	font-size: 1.0rem;
}
.area{
	margin-left: 0px;
}	
	.area2{
	margin-left: 0px;
}	
	

}