@charset "UTF-8";
/* CSS Document */
.breadArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	overflow: hidden;
	text-align: right;
}
.breadArea p {
	font-size: 13px;
	margin-bottom: 20px;
	color: #2C2C2C;
	font-weight: bold;
}
.breadArea p a {
	color: #2C2C2C;
	font-weight: bold;
}
.breadArea p a:hover {
	color: #888;
}
.h2Area {
	width: 100%;
	background-color: #F26F80;
	padding: 90px 0;
	text-align: center;
	background-image: url(../img/sub/h2_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.h2Area::after {
	content: "";
	background-image: url(../img/common/h1_dec.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: 470px;
	z-index: 100;
	width: 202px;
	height: 202px;
	display: block;
}

.h2Area h2 {
	display: inline-block;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
	position: relative;
}
.h2Area h2:after {
	content: "|";
	position: absolute;
	top: 0;
	right: -20px;
	transform: skewX(160deg);
}
.h2Area h2:before {
	content: "|";
	position: absolute;
	top: 0;
	left: -20px;
	transform: skewX(20deg);
}


@media screen and (max-width: 1300px){
	.h2Area::after {
    bottom: -80px;
    margin-left: 190px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {
	.h2Area::after {
    bottom: -80px;
    margin-left: 190px;
    width: 100px;
}
	.breadArea {
		display: none;
	}
	.h2Area {
		padding: 50px 0;
	}	
	.h2Area h2 {
		text-align: center;
		padding-left: 0;
		font-size: 18px;
	}
	
}
@media screen and (max-width: 600px) {
	.h2Area::after {
    bottom: -95px;
    margin-left: 70px;
    width: 90px;
}
}

