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


h2 {
    color: #8c1313;
    font-size: 30px;
    margin-bottom: 20px;
    width: 64%;
    margin: 0px auto 60px;
    padding: 40px 10% 30px;
	border-bottom: 2px solid  #8c1313;
	border-top: 2px solid  #8c1313;
}

.intro_inner{
	text-align: center;
/*	background-color: rgba(255,255,255,0.65);
	border: 1px solid  #8c1313;*/
	padding-bottom: 100px;width: 860px;
}

.intro_txt{
	font-size: 18px;
	line-height: 1.8em;
	width: 80%;
	margin: auto;
}



.txt01{
    width: 800px;
	font-size: 34px;
}

.txt02 {
    font-size: 50px;
    line-height: 1.2em;
    padding: 50px 0 50px 50px;
}

.txt03 {
    font-size: 24px;
}
.txt04{
	font-size:48px;
	padding-left: 36px;
}

/*=============================*/
@media screen and (max-width:768px){
/*=============================*/
h2 {
	width: 80%;
margin: 0 5% 20px;
padding: 30px 5% 16px;
}
	
.page_ttl {
    max-width: 120px;
}
	
.intro_txt{
font-size: 24px;
line-height: 1.6em;
text-align: left;
width: 90%;
	}	

	
.txt01 br{
	display: none;
}
	
.txt03 br{
	display: none;
}
	
.intro_inner{
		width: 100%;
		margin: auto;
	    padding-bottom: 30px;
	}
	
.txt02,.txt04{
    padding: 20px 0;
    font-size: 32px;
	line-height: 1.4em;
	}
	
	
.txt04{
	font-size: 36px;
	}
	.sp_none{
		display: none;
	}
/*=============================*/}