@charset "UTF-8";
/* CSS Document */
/*header*/
main {
	position: relative;
	margin-top: 80px;
}
/*main:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background-color: #160077;
	background-image: url("../img/sub/sub_header_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}*/
main:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
	background-color: #f2f2f2;
	/*background-image: url("../img/sub/sub_header_bg.png");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*sub_ttlArea*/
.sub_ttlArea {
	background-color: #FFF;
}
.sub_ttlArea .t_inner {
	max-width: 1240px;
  margin: 0 auto;
	/*padding: 165px 20px 110px;*/
	padding: 166px 20px 110px;
}
.sub_ttlArea .t_inner .h1Area {
	/*padding-bottom: 50px;
	padding-left: 10px;*/
	padding-bottom: 46px;
	padding-right: 10px;
	text-align: right;
}
.sub_ttlArea .t_inner .h1Area h1 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	/*color: #0038a9;*/
	color: #FFF;
	text-shadow: 2px 2px 6px #808080;
	padding-bottom: 70px;
	position: relative;
	width: 100%;
}
.sub_ttlArea .t_inner .h1Area h1:before {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	/*color: #0038a9;*/
	color: #FFF;
	width: 100%;
	/*font-family: 'Unbounded', cursive;*/
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/* breadArea */
.breadArea .b_inner,
.breadArea02 .b_inner {
	display: flex;
	justify-content: flex-end;
	max-width: 1240px;
	margin: 0 auto;
	padding: 12px 20px;
}
.breadArea .b_inner li,
.breadArea02 .b_inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .b_inner li:nth-of-type(1),
.breadArea02 .b_inner li:nth-of-type(1) {
	position: relative;
	padding-right: 15px;
}
.breadArea .b_inner li:nth-of-type(1):after,
.breadArea02 .b_inner li:nth-of-type(1):after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .b_inner li:nth-of-type(2) {
	padding-left: 8px;
}
.breadArea02 .b_inner li:nth-of-type(2) {
	padding: 0 10px;
}
.breadArea02 .b_inner li:nth-of-type(3) {
	position: relative;
	padding-left: 15px;
}
.breadArea02 .b_inner li:nth-of-type(3):before {
	content: "/";
	color: #959595;
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .b_inner li, 
.breadArea .b_inner li a,
.breadArea02 .b_inner li, 
.breadArea02 .b_inner li a {
	font-size: 16px;
	color: #959595;
	font-weight: 500;
}
.breadArea .b_inner li a:hover,
.breadArea02 .b_inner li a:hover {
	color: #0038a9;
}

@media screen and (max-width: 1500px) {
	main:before {
		background-color: rgba(0,0,0,0);
	}
}
@media screen and (max-width: 1200px) {
/* sub_ttlArea */
	.sub_bg .sub_ttlArea {
		height: inherit;
	}	
	.sub_bg:before {
		height: 100%;
	}	
}

/*@media screen and (max-width: 1000px) {
	.sub_descArea {
		display: block;
		width: 100%;
		padding: 50px 6vw 0;
	}	
	.sub_descArea .t_inner {
		padding-top: 0;
	}
	.sub_descArea .t_inner h1 {
		font-size: min(5.8vw,28px);
		padding-top: 26px;
		letter-spacing: inherit;
	}	
	.sub_descArea .t_inner h1:before {
		font-size: 16px;
	}	
}	*/

@media screen and (max-width: 1000px) {
/*header*/
	main {
		margin-top: 60px;
	}	
	main:before {
    height: 300px;
	}
	
/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
	
/*sub_ttlArea*/
	.sub_ttlArea .t_inner {
    /*padding: 50px 6vw;*/
		padding: 111px 20px;
	}
	.sub_ttlArea .t_inner .h1Area {
    padding: 0;
	}
	.sub_ttlArea .t_inner .h1Area h1 {
    padding-bottom: 50px;
	}
	.sub_ttlArea .t_inner .h1Area h1:before {
    font-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	main:before {
    height: 178px;
	}
	
/*sub_ttlArea*/
	.sub_ttlArea .t_inner {
    padding: 50px 6vw;
	}
	.sub_ttlArea .t_inner .h1Area h1 {
    font-size: 16px;
	}
	.sub_ttlArea .t_inner .h1Area h1:before {
		font-size: min(11vw, 40px);
	}
}