@charset "utf-8";

.nav-list li a.about{
	background-color: #FF931E !important;
}

.content{
	background-image: url('../../img/bg-main.jpg');
}
.tit-page{
	width:100%;
}
.content-frame-black{
	background-color: rgba(0,0,0,0.8);
}
.content-frame-body{
	background-image: url('../../img/content-frame-body.png');
	background-size: 100%;
	background-repeat: repeat-y;
}
.img-about-01{
	position:absolute;
	top:3%;
}
.about-tf{
	width:85%;
	margin:0 auto;
	padding-top:23%;
	position: relative;
	z-index: 10;
}
.about-wk{
	width:85%;
	margin:20px auto 0;
	padding:0;
}
.about-tf p,
.about-wk p{
	margin:20px 0 0 0;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
	.about-tf p,
	.about-wk p{
		font-size:150%;
		line-height: 1.8;
	}
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
	.about-tf p,
	.about-wk p{
		font-size:100%;
		line-height: 1.8;
	}
}
.about-tf p span,
.about-wk p span{
	font-size:120%;
	color:#FF9600;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1);
}
.about-wk p{
	padding-bottom:20%;
}
.img-about-02{
	position:absolute;
	bottom:5%;
}

