@charset "UTF-8";
/* CSS Document */

	/* ttl
	---------------------------------------------*/
	.sub h2{
		margin: 35px 15px 20px;
		font-size: 260%;
		font-weight: normal;
		color: #24a4e6;
		border-bottom: 2px solid #e6e6e6;
		position: relative;
		line-height: 1.3;
		padding-bottom: 5px;
	}
	.sub h2:after{
		content: "";
		width: 180px;
		height: 2px;
		position: absolute;
		background: #009de4;
		bottom: -2px;
		left: 0;
	}
	h3.ttl01{
		font-size: 200%;
		position: relative;
		padding: 10px 10px 10px 8px;
		margin-bottom: 20px;
	}
	h3.ttl01:after{
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		background: #ccc;
		top: 0;
		left: 0;
	}
	h3.ttl01:before{
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		background: #ccc;
		bottom: 0;
		left: 0;
	}
	h3.ttl01 span{
		border-left: 5px solid #009de4;
		display: block;
		padding: 3px 0 1px 8px;
		line-height: 1;
	}
	h3.ttl01 span span{
		border: none;
		padding: 5px 0 0;
		font-size: 60%;
		margin-left: -8px;
	}
	h4.ttl02{
		border-left: 5px solid #009de4;
		display: block;
		padding: 4px 0 0 10px;
		line-height: 1;
		font-size: 100%;
		color: #009de4;
		margin-bottom: 10px;
	}
	h4.ttl03{
		font-size: 160%;
		color: #009de4;
		font-weight: normal;
	}
	.ttl04{
		font-size: 160%;
		color: #009de4;
		margin-bottom: 20px;
		font-weight: normal;
		background: #fff;
		margin-top: -1px;
		position: relative;
		padding: 20px 0 0;
	}
	.listh{
		border-left: 5px solid #009de4;
		display: block;
		padding: 4px 0 0 10px;
		line-height: 1;
		font-size: 100%;
		color: #009de4;
		margin-bottom: 10px;
	}
	ol, ul {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
		list-style: none;
	}
}