@charset "UTF-8";

/* ------ topArea ------ */
#topArea {
	padding: 20px 0 40px;
}
#topArea p{
	padding-bottom: 40px;
}
.topBlock h2{
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 15px;
	background-color: #22ac38;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-bottom: 40px;
}
.topBlock img{
	width: 100%;
}
.topBox {
}
.boxL {
	float: left;
	width: 40%;
	padding-left: 3%
}
.boxL h3{
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 10px;
}
.boxL h3 span{
	font-size: 60%;
}
.boxR {
	float: right;
	width: 50%;
	padding-right: 3%;
}
h4.midashi{
	font-size: 140%;
	line-height: 180%;
	font-weight: bold;
	padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
	#topArea {
		width: 90%;
		margin: 0 auto;
	}
	.topBlock h2{
		font-size: 100%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}	
	.boxL {
		float: none;
		width: 100%;
		padding: 0;
	}
	.boxL h3{
		font-size: 110%;
	}
	.boxL h3 span{
		font-size: 70%;
	}
	.boxR {
		float: none;
		width: 100%;
		padding: 0;
	}
	h4.midashi{
		font-size: 120%;
	}
}
.topBox dl{
	padding-bottom: 40px;
}
.topBox dt{
	color: #22ac38;
	font-size: 120%;
	font-weight: bold;
	border-bottom: #22ac38 solid 2px;
	padding: 10px;
}
.topBox dd{
	padding: 10px;
	font-weight: bold;
	line-height: 180%;
	border-bottom: #777 dotted 1px;
}

/* ------ mainArea ------ */
.pageTit {
	padding: 20px 0;
}
.pageTit h1{
	font-size: 200%;
	line-height: 140%;
	color: #22ac38;
	padding-bottom: 10px;
	border-bottom: #22ac38 solid 6px;
}
.txtBox {
	padding-bottom: 30px
}
.txtBox h2{
	font-size: 120%;
	font-weight: bold;
	color: #22ac38;
	padding-bottom: 15px
}
.txtBox ul{
	padding: 10px 0 20px 30px;
}
.txtBox li{
	font-size: 110%;
	font-weight: bold;
	list-style: outside disc;
	padding-bottom: 15px
}
.txtBox li span{
	font-size: 90%;
	color: #373737;
	font-weight: normal;
}
.txtBox li a{
	font-weight: bold;
}
.titBox{
	padding-bottom: 15px
}	
.titBox h3{
	background-color: #22ac38;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}	
.txtBox h3 br{
	display: none;
}
.txtBox a{
	color: #2c87cc;
	text-decoration: underline;
}
.txtBox a:hover{
	color: #5db9ff;
	text-decoration: underline;
}
/* ------ banner ------ */
.banner {
	padding-bottom: 40px;
}
/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
	.pageTit h1{
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox {
		width: 90%;
		margin: 0 auto;
	}
	.txtBox h2{
		font-size: 100%;
	}
	.txtBox li{
		font-size: 100%;
	}
	.titBox h3{
		font-size: 100%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}	
	.txtBox h3 br{
		display: block;
	}	
}
