@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: #002498;
    color: #FFFFFF;
}
h3.h3_title3{
	padding: 5px;
	font-size: 16px;
	background-color: #002498;
	color: #002498;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
#wrapper h4.h4_title1 {
    font-weight: bold;
    color: #002498;
    border-bottom: 1px dotted #002498;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-top: 1px dotted #002498;
}
#wrapper h5.h5_title1 {
	color: #FF6600;
}
#wrapper h5.h5_title2 {
	color: #FF6600;
}
#wrapper .content h4 {
    color: #002498;
    text-align: left;
}
#wrapper .content .container strong.b {
    font-weight: bold;
    color: #219DE4;
}
