@charset "UTF-8";
/*-----------------------------------

	heading_block

-----------------------------------*/
#heading_block .contents_inner{
	margin-top: auto;
}
#heading_block .background {
	width: 80%;
	height: 412px;
	background-color: #47B9F8;
	margin-top: 102px;
}
#heading_block .heading_text {
	width: 90%;
	height: 270px;
	background-color: white;
	z-index: 1;
	position: absolute;
	top: 260px;
	right: 0;
	display: flex;
	align-items: center;
}
#heading_block .ttl_wrap{
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#heading_block .bg_txt{
	position: absolute;
	right: 0;
}
#heading_block .align {
	display: inline-block;
}

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 640px) {
	#heading_block .background {
		height: 250px;
	}
	#heading_block .heading_text{
		height: 190px;
		top: 190px;
	}
	
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb{
	padding: 62px 0 10px;
}
#breadcrumb ul{
	justify-content: flex-end;
}
#breadcrumb ul li,
#breadcrumb ul li a{
	font-size: 12px;
	font-weight: 500;
}
#breadcrumb ul li a{
	padding-right: 15px;
	margin-right: 10px;
	position: relative;
	transition: 0.3s;
	color: #919191;
}
#breadcrumb ul li a:hover{
	opacity: 0.9;
	text-decoration: underline;
}
#breadcrumb ul li a::before{
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 9px;
	background: url("../img/common/bc_arrow.svg")no-repeat;
}
@media screen and (max-width: 840px){
}
@media screen and (max-width: 640px){
	#breadcrumb{
		padding: 40px 0 10px;
	}
	#breadcrumb .contents_inner{
		overflow-x: auto;
		overflow-y: hidden;
	}
	#breadcrumb ul{
		flex-wrap: nowrap;
		word-break: keep-all;
		width: max-content;
		margin-left: auto;
	}
	#breadcrumb ul li,
	#breadcrumb ul li a{
		font-size: 13px;
	}
}

/*-----------------------------------

	contents

-----------------------------------*/


@media screen and (max-width: 840px) {
}

@media screen and (max-width: 640px) {
}



