@charset "utf-8";

/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	TOP

=================================================================== */

section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section ul li {

	text-align: left;
	margin-bottom: 3rem;
	color: #ff9e00;
}

section ul li img {
	margin-bottom: 1rem;
}
ul.menu-icon {
	display: flex;
	flex-wrap: wrap;
}
ul.menu-icon li {
	margin-bottom: 0.8rem;
	max-width: 19%;
}
.medical {
	display: flex;
	justify-content: space-between;
}
.medical .icon {
	max-width: 95px;
	
}


.copy {
	width: 800px;
}
.copy h4 {
	text-align: left;
	color: #ff9e00;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	border-bottom: 1px dotted #ff9e00;
}
.copy p {
	margin-bottom: 3rem;
}

#menu01, #menu02, #menu03, #menu04, #menu05, #menu06, #menu07, #menu08, #menu09, #menu10 {
	padding-top: 180px;
    margin-top: -180px;
}

/*responsive*/
@media screen and (max-width:768px) { 
		section ul li img {
		margin-bottom: 0.8rem;
	}
	.menu {
		margin-bottom: 3rem;
	}
.menu li {
		width: 19%;
		margin-bottom: -0.5rem;
	}
	.medical {
		flex-wrap: wrap;
	}
	.icon {
		margin: 0 auto;
	}
	ul.menu-icon li {
	margin-bottom: 0;
}
}

@media screen and (max-width:479px) { 
	section ul li img {
		margin-bottom: 0.5rem;
	}

}

