@charset "utf-8";
/* CSS Document */

/**見出し**/

#lower-page #main .section h4 {
	margin-top: 1.5rem;
    margin-bottom: -0.5rem;
}

/**本文**/

#lower-page #main .section ul {
    margin-top: 1.5em;
	margin-bottom: 1.5rem;
}

#lower-page #main .section ul li {
    color: #444;
    font-size: 15px;
    margin-top: 0.25rem;
	list-style-type: disc;
	margin-left: 1rem;
    text-indent: -0.25rem;
}

.gazou{
	text-align: center;
	margin-left: 18rem;
	width: 50%;
}

.box2{
	margin-top: 3rem;
	margin-bottom: 3rem;
}

@media screen and (max-width: 767px){
	.gazou {
		margin-left: 5rem;
	}
	
}

