/* ----------- hc_mvSub ----------- */
.hc_mvSub{
	background: url(../img/hc_mvSubBg01.png) no-repeat top center;
    background-size: cover;
    /*padding: 100px 0 115px;*/
}
.hc_mvSub_content{
	width: 1000px;
	height: 325px;
	padding: 100px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 95%;
}
.hc_mvSub_content table{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.hc_mvSub_content td{
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
}
/* ----------- breadcrumbs ----------- */
.breadcrumbs_box{
	padding: 5px 0;
	background-color: #FFFFFF;
}
.breadcrumbs {
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs ul {
    white-space: nowrap;
    
}
.breadcrumbs li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    vertical-align: middle;
}
.breadcrumbs li a{
    color: #000000;
}
.breadcrumbs li a:hover{
    text-decoration: underline;
}
.breadcrumbs li a,.breadcrumbs li span{
    position: relative;
    top: 1px;
}
.breadcrumbs li a img{
    /*display: block;*/
}
.breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 22px;
}
.breadcrumbs li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 9px;
    top: 0px;
    right: 4px;
    bottom: 0;
    margin: auto;
    background: url(../img/breadcrumbs_img02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*.breadcrumbs li:nth-child(1) a{
	padding-left: 20px;
	background: url(../image/breadcrumbs_img.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}*/
.breadcrumbs_top{
	padding-right: 3px !important;
}
.breadcrumbs_top:not(:last-child)::after {
    content: "" !important;
    display: none !important;
}
.breadcrumbs_top img{
	display: block;
	position: relative;
	top: 1px;
}
.breadcrumbs li span .breadcrumbs_span_home{
    top: -3px;
    left: 5px;
}
@media only screen and (max-width: 1300px) {
	/* ----------- msd_mvSub ----------- */
	
}

@media only screen and (max-width: 1024px) {
	/* ----------- hc_mvSub ----------- */
	
	/* ----------- breadcrumbs_box ----------- */
	
	
}

@media only screen and (max-width: 768px) {
	/* ----------- hc_mvSub ----------- */
	.hc_mvSub_content {
	    height: 256px;
	    padding: 20px 0px;
	}
	.hc_mvSub_content td {
	    font-size: 3.0rem;
	}
	/* ----------- breadcrumbs_box ----------- */
	
	
	
}

@media only screen and (max-width: 480px) {
	/* ----------- hc_mvSub ----------- */
	.hc_mvSub_content {
	    height: 180px;
	    padding: 20px 0px;
	}
	.hc_mvSub_content td {
	    font-size: 2.6rem;
	    line-height: normal;
	}
	
	
	
	
	
	/* ----------- breadcrumbs ----------- */
	
	
	
	
	
	/* -----------  ----------- */
	
	
}