@charset "utf-8";

/* ----------- hc_mvSub ----------- */
.mvSub{
	/* background: url(../img/sub_mvBg.png); */
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	overflow: hidden;
	position: relative;
}

.mv_contentBordr{
	width: 100%;
	height: 12px;
	background: url(../img/top_mv_border.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.mvSub_content {
    
}
.mvSub_cTable{
	height: 408px;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mvSub_cTd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mvSub_ico{
	
}
.mvSub_ico img{
	display: block;
	margin: 0 auto;
}
.mvSub_title{
	margin-top: 25px;
}
.mvSub_title img{
	display: block;
	margin: 0 auto;
}

/* ----------- breadcrumbs ----------- */
.breadcrumbs_box{
	padding-top: 15px;
	text-align: center;
}
.breadcrumbs {
	display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
	max-width: 100%;
}
.breadcrumbs ul {
    white-space: nowrap;
    
}
.breadcrumbs li {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    vertical-align: middle;
}
.breadcrumbs li a{
    color: #FFFFFF;
}
.breadcrumbs li a:hover{
    text-decoration: underline;
}
.breadcrumbs li a,.breadcrumbs li span{
	color: #FFFFFF;
    position: relative;
    top: 1px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.breadcrumbs li a img{
    /*display: block;*/
}
.breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 20px;
}
.breadcrumbs li:not(:last-child)::after {
    content: ">";
    display: block;
    position: absolute;
	color: #FFFFFF;
    top: 1px;
    right: 2px;
    bottom: 0;
    margin: auto;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    
}

.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;
}

/* ----------- sub_bg ----------- */

.part_titleSub{
	
}
.part_titleSub h2{
	font-size: 0;
	text-align: center;
}
.part_titleSub h2 img{
	
}


@media only screen and (max-width: 1024px) {
	/* ----------- sub common ----------- */
	
	/* ----------- mvSub ----------- */
	.mv_contentBordr {
	    display: none;
	}
	.mvSub_cTable {
	    height: 340px;
	}
	.mvSub_ico img {
	    width: 80px;
	}
	.mvSub_title {
	    margin-top: 18px;
	}
	.mvSub_title img {
	    width: 500px;
	}
	
	/* ----------- sub_bg ----------- */
	
	.part_titleSub h2 img{
		width: 500px;
	}
	
}

@media only screen and (max-width: 768px) {
	/* ----------- sub common ----------- */
	
	/* ----------- mvSub ----------- */
	
	.mvSub_cTable {
	    height: 300px;
	}
	.mvSub_ico img {
	    width: 60px;
	}
	.mvSub_title {
	    margin-top: 15px;
	}
	.mvSub_title img {
	    width: 440px;
	}
	
	/* ----------- sub_bg ----------- */
	
	.part_titleSub h2 img{
		width: 440px;
	}
	
	/* ----------- breadcrumbs_box ----------- */
	.breadcrumbs_box {
	    padding-top: 12px;
	}
	
	
}

@media only screen and (max-width: 480px) {
	/* ----------- sub common ----------- */
	
	/* ----------- hc_mvSub ----------- */
	.mvSub_cTable {
	    height: 200px;
	}
	.mvSub_ico img {
	    width: 48px;
	}
	
	.part_titleSub {
	    
	}
	
	/* ----------- breadcrumbs ----------- */
	
}