@CHARSET "UTF-8";

/**
 * 下層ページ全共通スタイル
 */
h1 {
	font-size: 20px;
}
#main {
	font-size: 18px;
	line-height: 1.6em;
	color: #4C4C4C;
	margin-bottom: 80px;
}

#main a:hover {
	background-color: #CEE4E9;
	text-decoration: none;
	color: #0663C4;
}
#main a img:hover {
	opacity: 0.5;
}
#pagetitel {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.w100 {
	display: block;	
	width: 100%;
}
.titeltext{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.subtitel {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	letter-spacing: 2px;
	color: #231815;
}
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mt-20 {
	margin-top: 20px;	
}
.mt-50 {
	margin-top: 50px;	
}




@media screen and (min-width:768px) {
.pc{
	display: block;	
}
.sp{
	display: none !important;	
}
}


@media screen and (max-width:767px) {
#main {
	font-size: 4.2vw;
	line-height: 1.6em;
	color: #4C4C4C;	
	margin-bottom: 60px;
}
#pagetitel {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.titeltext{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}
.pc{
	display: none !important;	
}
.sp{
	display: block;	
}
.mb-40 {
	margin-bottom: 20px;
}
.mb-60 {
	margin-bottom: 40px;
}
.mb-80 {
	margin-bottom: 50px;
}
.mb-100 {
	margin-bottom: 60px;
}	

	
}




@media screen and (max-width:575px) {
#main {
	font-size: 4.5vw;
	line-height: 1.6em;
	color: #4C4C4C;
	margin-bottom: 40px;
}
#pagetitel {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}	
.titeltext{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.subtitel {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
}	
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
.pc{
	display: none !important;	
}
.sp{
	display: block;	
}	
.mb-40 {
	margin-bottom: 20px;
}
.mb-60 {
	margin-bottom: 40px;
}
.mb-80 {
	margin-bottom: 50px;
}
.mb-100 {
	margin-bottom: 60px;
}	

	
	
}	




@media screen and (max-width:425px) {
#main {
	font-size: 4.5vw;
	line-height: 1.6em;
	color: #4C4C4C;
	margin-bottom: 40px;
}
#pagetitel {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}	
.titeltext{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.subtitel {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
}	
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}	
.pc{
	display: none;		
}
.sp{
	display: block !important;
}
.mb-40 {
	margin-bottom: 20px;
}
.mb-60 {
	margin-bottom: 40px;
}
.mb-80 {
	margin-bottom: 50px;
}
.mb-100 {
	margin-bottom: 60px;
}	
.mt-50 {
	margin-top: 25px;	
}

	
	
}
