@charset "UTF-8";


/*================================================
 *  一般・共通設定
 ================================================*/

#contents {
	width:980px;
	margin:0 auto;
	margin-bottom: 50px;
}

.h1{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 30px;
}

.h2{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 4.0rem;
	margin-bottom: 0.8rem;
	padding: 0rem 1rem;
	border-left: 4px solid #FF0000;
}

.text{
	padding-left:2em;
	text-indent:-1em;
	font-size: 1.4rem;
}
.text2{
	padding-left:3em;
	text-indent:-1em;
	font-size: 1.4rem;
}
.text3{
	padding-left:1em;
	text-indent:0em;
	font-size: 1.4rem;
}
.text a{
	color: #1a0dab;
}

.text a:hover{
	text-decoration: underline;
}

.btn003{
	text-align: center;
	margin: 2.0rem;
	color: #333;
}

p a{
	color: #1111cc;
}

@media screen and (max-width:799px) {

	#contents {
		width:90%;
	}

	.h1{
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}

	.h2{
		font-size: 1.4rem;
		font-weight: bold;
		margin-top: 2.0rem;
	    margin-bottom: 0.5rem;
	}

	.text{
		padding-left: 1.5em;
		text-indent: -1em;
		font-size: 1.3rem;
	}
	.text2{
		padding-left: 2.5em;
		text-indent: -1em;
		font-size: 1.3rem;
	}
	.text3{
		padding-left: 0.5em;
		text-indent: 0em;
		font-size: 1.3rem;
	}
}