@charset "utf-8";
/* CSS Document */

/* Ryoetsu denki
-----------------------------------------------------*/
#contents {
	background: url("image/bg.png");
	overflow: hidden;
}


/* ==============================================
    #pagetitle
============================================== */
#pagetitle {
	position: relative;
	height: 275px;
	/*height: 315px;*/
}
#pagetitle::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px; bottom: 0;right: -150px;
	z-index: 1;
	background: #db0f21;
	transform: skewX(-35deg);
	width: 500px;
	height: 315px;
}
#pagetitle::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 120px;
	right: 100px;
	width: 120px;
	height: 120px;
	background: url("image/icon_stand.svg") 0 0 / contain;
}


#pagetitle h1 {
	/*font-size: 60px;*/
	font-size: 3.750em;
	color: #0958a5;
	letter-spacing: 0.1em;
	position: absolute;
	z-index: 3;
	bottom: 40px;
	left: 20px;
	background: rgba(255,255,255,0.7);
}
#pagetitle figure {
	position: absolute;
	top: 0px;
	right: 250px;
	/*right: 150px;*/
	overflow-y: hidden;
	z-index: -1;
}
#pagetitle figure::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px; bottom: 0;left: -120px;
	z-index: 1;
	background: #fff;
	transform: skewX(-35deg);
	width: 220px;
	height: 315px;
}

@media screen and (max-width: 1000px) {
	#pagetitle::after {
		right: -220px;
	}

	#pagetitle figure {
		right: -50px;
	}
	#pagetitle figure::before {
		left: -120px;
	}
	#pagetitle::before {
		right: 10px;
	}
}

@media screen and (max-width: 700px) {
	#pagetitle {
		height: 200px;
	}
	#pagetitle::after {
		height: 200px;
		width: 400px;
		right: -350px;
	}
	#pagetitle::before {
		width: 60px;
		height: 60px;
	}
	#pagetitle h1 {
	/*font-size: 60px;*/
	font-size: 2.571em;
	}
	#pagetitle figure {
		width: 80%;
	}
	#pagetitle figure::before {
		left: -190px;
	}
}


/* ==============================================
    entry-content
============================================== */
.entry-content h1 {}

.entry-content h2 {
	font-size: 2.375em;
	font-weight: 700;
	margin: 30px 0 20px;
	text-align: center;
}


@media screen and (max-width: 700px) {

}
