@charset "utf-8";
/* CSS Document */

	.txt_aera{
		margin:30px auto 50px auto;
		padding:0px;
		width:700px;
	}

	@media screen and (max-width: 736px) {

		.txt_aera{
			width:100%;
		}

	}

	h1.title {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		margin: 30px 0 0px 40px;
		letter-spacing:4px;
		color:#000;
	}
	
	@media screen and (max-width: 736px) {

		h1.title {
			font-size: 20px;
			font-weight: bold;
			padding:30px 0 0px 0 ;
			margin: 0px 0 0px 0px;
			letter-spacing:2px;
			display:block;
		}

	}

	h2.flow {
		margin:0px;
		padding: 0 0 5px 15px;
		font-size: 23px;
		letter-spacing:2px;
		border-left: #000000 solid 5px;
	}

	@media screen and (max-width: 736px) {

		h2.flow {
			margin:0px;
			padding: 0 0 5px 15px;
			font-size: 20px;
			letter-spacing:2px;
			border-left: #000000 solid 5px;
		}

	}

	.step {
		margin:0px;
		padding: 0 0 0 0px;
		font-size: 17px;
		color:#999999;
	}

	.txt {
		margin:0px;
		padding: 0 0 0 10px;
		font-size: 17px;
		color:#000000;
	}

	h3.flow {
		margin:0px;
		padding: 10px 0 10px 10px;
		font-size: 15px;
		color:#000000;
	}

	p{
	margin-bottom:50px;
	}

