@charset "utf-8";

.second_hdr {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 32px;
}
.second_hdr h2 {
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .05em;
}

.bread_section {
	background: #fff;
	padding: 20px;	
}
.bread_col {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 13px;
}
.bread_col ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.bread_col li {
	margin-right: 15px;
	list-style: none;
}
.bread_col,
.bread_col a {
	color: #333;
	text-decoration: none;
}
.bread_col a {
	position: relative;	
}
.bread_col a:hover {
	color: #E30C14;
}
.bread_col a:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	margin-left: 10px;
}

.pagebottom_link_flex {
	width: 1200px;
	margin: 0 auto 80px;
	padding: 0 20px;	
}
.pagebottom_link_flex ul {
	display: flex;
	justify-content: center;
}
.pagebottom_link_flex li {
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	margin: 0 25px;
	
}
.pagebottom_link_flex li a {
	display: block;
	width: 200px;
	height: 60px;
	background: #C11F24;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.pagebottom_link_flex li a:hover {
	background: #E30C14;	
}
@media(max-width: 1240px) {
.pagebottom_link_flex {
	width: auto;
	padding: 0 20px;	
}
.pagebottom_link_flex li {
	margin: 0 5px;
	font-size: 14px;
}
.pagebottom_link_flex li a {
	width: calc(20vw - 5px);
	height: 50px;
}	
}


@media(max-width: 1023px) {
.second_hdr {
	margin-top: 50px;
	height: 105px;	
}

.pagebottom_link_flex ul {
	display: block;
	padding: 0 10px;
}
.pagebottom_link_flex li {
	margin: 0 0 30px!important;
}

.pagebottom_link_flex li a {
	width: 100%;
	height: 50px;
}	

@media(max-width: 767px) {

.second_hdr h2 {
	font-size: 22px;
}

.bread_col {
	font-size: 11px;
}
.bread_col ol li {
	margin-bottom: 5px;
}
}
