@charset "utf-8";
/* 第二階層CSS 
------------------------------------------------------------------------------------------------------------------------------------------*/

.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
　 align-items: center;
}
.container2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
　 align-items: center;
}
h3.h3_title2{
	margin: 30px auto 7px;
	padding: 5px;
	font-size: 16px;
	background-color: #FF0066;
	color: #FFFFFF;
}
h3.h3_title3{
	padding: 5px;
	font-size: 16px;
	background-color: #009966;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
h4.h4_title1 {
	font-weight: bold;
	color: #009966;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009966;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #009966;
}
#wrapper h5.h5_title1 {
	color: 84C279;
}
#wrapper h5.h5_title2 {
	color: #FF6600;
}
.container .box.content h4 {
	color: #009966;
}
