@charset "utf-8";

h5{
	font-size:18px;
	margin-top:20px;
}

.wrapper{
	width:800px;
	text-align: left;
}

.wrapper h2{
	font-size:32px;
	border-bottom:2px solid #bababa;
	line-height: 80px;
	margin-bottom: 30px;
}

.shin-wrapper{
	margin-left:20px;
}

.shin-wrapper > h4{
	width: 100%;
	background-color: #3E3A39;
	padding:10px 0px 10px 20px;
	margin:30px 0 10px;
	color: #fff;
	font-weight: 600;
	font-size:18px;
}

.shin-wrapper > p,h5{
	padding-left:20px;
	line-height: 1.8;
}

.shin-wrapper a{
	color:#2A427D;
}

.shin-wrapper a:hover{
	color:lightblue;
}

.flow{
	width:102%;
	margin:20px 0;
}

#chuto{
	background-color: #ddd;
	padding:30px 0 60px;
}



@media screen and (max-width:940px){
	.wrapper{
		width:92vw;
	}
	
	.shin-wrapper{
		margin-left:0px;
	}
	
	.wrapper h2{
		font-size: 24px;
	}
	
	h3{
		font-size: 14px;
	}
	
	.shin-wrapper h4{
		font-size: 12px;		
	}
	
	p,h5{
		font-size:12px;
	}
	
	
}