/*表示エリア*/
.mapbar {
	width:710;
	_width:722;
	height:22px;
	_height:33px;
	margin:9px 0 13px 0;
	background-image: url(../images/map_bar.jpg);
	background-repeat: no-repeat;
	text-align:right;
	padding:11px 20px 0 0;
	_padding:11px 15px 0 0;
	}
	
.mapimage {
	margin:0;
	}
	
.mikata, .mapbar {
	
	font-size:10.2px;
	/*color:#B41D1D;*/
	font-weight:bold;
	}

a.mapbarlink {
	color:#B41D1D;
	text-decoration:none;
	}
	
 a:hover.mapbarlink {
	/*color:#FF0000;*/
	color:#D96D00;
	text-decoration:none;
	
	}

.beadcrumb {
    width: 720px;
    margin: 0 auto;
    padding: 0 4rem;
}
.topic_path {
    position: relative;
    padding: 10px 0;
	margin: 0 auto;
}
.topic_path li {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    color: #000;
    margin-right: 24px;
}
.topic_path:before {
    position: absolute;
    content: '';
    top: 0;
    left: -100vw;
    height: 100%;
    z-index: -1;
}
.topic_path li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transition: all 0.3s ease;
    transform: translateY(0%) rotate(-45deg);
}
h3 {
    font-size: 24px;
    color: #01245D;
    padding-bottom: 4px;
    margin-bottom: 28px;
    border-bottom: solid 1px #01245D;
	width: 720px;
}
h4 {
	position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    color: #01245D;
    margin-bottom: 5px;
}
h4:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background: url(../../images/under_ico_h4.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
}