/*----------------------------------------------------
	　　    ◆subpage-common
----------------------------------------------------*/
.pn{display: none;}
.inner1000{
	max-width: 1000px;
	width: 100%;
	display: block;
	margin: auto;
	box-sizing: border-box;
}
.btn_sub a{
	display: block;
	position: relative;
	color: #0b419b;
	border: 1px solid #0b419b;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 10px 13px;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;

}
.btn_sub a::after{
	content: " ";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	display: block;
	width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #0b419b;
    border-right: solid 2px #0b419b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.btn_sub a:hover {
	color: #fff;
	background: #0b419b;
}
.btn_sub a:hover::after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
#contents #sub_sidebtn.fixed_sub{
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 1000;
}
/*	sub_header
-------------------------*/
.sub_header{
	width: 100%;
	display: block;
}
.sub_header .h2_mv{
	position: relative;
	background: url(../cmn_img/h2_bg.jpg) no-repeat center;
	background-size: cover;
}
.sub_header .h2_mv h2{
	letter-spacing: 2px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.3),
	-2px -2px 10px rgba(0,0,0,0.3),
	2px -2px 10px rgba(0,0,0,0.3),
	-2px 2px 10px rgba(0,0,0,0.3);
}
.sub_header .h2_mv .h2_img{
	width: 52%;
	display: block;
	margin: 0 auto;
	min-width: 1000px;
}

/*	sub_nav
-------------------------*/
.sub_nav{
	background: #000;
	padding: 0 2px;
}
.sub_nav ul{
	overflow: hidden;
	position: relative;
	padding: 3px 0 3px 0px;
}
.sub_nav ul::after{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 0;
}
.sub_nav ul li{
	float: left;
	position: relative;
	padding: 0 8px;
}
.sub_nav ul a{
	display: block;
	padding: 3px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	position: relative;
}
.sub_nav ul li::after{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 55%;
	background: #fff;
}
.sub_nav ul a.active_sub{
	color: #97f2fd;
}
.sub_nav ul li:hover a{
	background: #fff;
	color: #0b419b;
}
.sub_nav ul li:first-child::after{display: none;}

/*	crumbs
-------------------------*/
.crumbs {padding: 0 10px;}
.crumbs ul{overflow: hidden;padding: 10px 0;}
.crumbs ul li{
	float: left;
	font-size: 13px;
	margin-right: 10px;
}
.crumbs ul li.crumb_current{padding-top: 2px;margin-right: 0;}
.crumbs ul li a{
	display: block;
	text-decoration: none;
	color: #0b419b;
    font-size: 13px;
    position: relative;
    padding-right: 10px;
    padding-top: 2px;
    line-height: 1.5;
}
.crumbs ul li a::after{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #3d3d3c;
    border-right: solid 1px #3d3d3c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

/*	footer
-----------------*/
footer {margin-top: 100px;}


@media screen and (max-width:960px) {
/*----------------------------------------------------
	　　    ◆subpage-common
----------------------------------------------------*/
.sub_header .h2_mv .h2_img{
	width: 100%;
	min-width: 100%;
}
}/*media screen 絞め*/
@media screen and (max-width:760px) {
/*----------------------------------------------------
	　　    ◆subpage-common
----------------------------------------------------*/
.sn{display: none;}
.pn{display: block;}
.inner1000{
	max-width: 100%;
	width: 100%;
	display: block;
	margin: auto;
}
.btn_sub a{font-size: 14px;}
/*	sub_header
-------------------------*/
.sub_header .h2_mv {
    background: url(../cmn_img/h2_bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 100px;
}
.sub_header .h2_mv .h2_img {
    display: none;
}
.sub_header .h2_mv h2 {
    font-size: 20px;
    padding: 0 10px;
    letter-spacing: 0;
}

/*	sub_nav
-------------------------*/
.sub_nav{display: none;}

/*	crumbs
-------------------------*/
.crumbs ul li a,
.crumbs ul li{font-size: 12px;}
}/*media screen 絞め*/