@charset "UTF-8";


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#contents {
	width:980px;
	margin:0 auto;
	margin-bottom: 50px;
}

#contents h2{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 4.0rem;
	
}

.text001{
	padding-left:1em;
	text-indent:-1em;
	font-size: 1.5rem;
}
.btn003{
	text-align: center;
	margin: 2.0rem;
	color: #333;
}

#contents p a{
	color: #1111cc;
}
	.title{
	margin:15px 0 30px;
	font-size:1.8rem;
	color:#333;
	text-align: center;
	font-weight: bold;
	}
	.title span{
			border-bottom:2px solid #FF0000;

	}
@media screen and (max-width:799px) {

	#contents {
		width:100%;
		padding:0 10px;
		margin-bottom: 50px;
	}

#contents h1{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#contents h2{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1.0rem;
}

#contents	p{
		font-size: 1.2rem;
	}
	
.text001{
	padding-left:1em;
	text-indent:-1em;
	font-size: 1.3rem;
}
	.title{
	margin:15px 0 30px;
	font-size:1.5rem;
	color:#333;
	text-align: center;
	font-weight: bold;
	}
}