/* CSS Document */
body{
	background:#000000;
q	overflow-y:hidden;
}


#wrapper{
	background:#000;
	overflow: hidden;
q	height: 100%;
	width: 100%;
}

#header{
	margin-top: -100px;
}
#policy #container{
	background:url(../img/policy_bg.jpg) -50px -120px no-repeat;
	font-size: 16px;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	line-height: 1;
	background-attachment: fixed;
}
#sceneFirst{
	line-height: 220%;
	width:100%;
	display: block;
}
#sceneFirst h1{
	padding:15px 0 20px 0;

}
#sceneFirst .scene1Bg{
	background:url(../img/scene1_bg.png);
	padding:80px;
	width:960px;
	margin: 100px auto 96px;
	color: #2a2a2a;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 48px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 24px;
}
#policy .scene1Bg p {
	margin-bottom: 36px;
	line-height: 1.7;
	font-size: 0.8em;
}
#policy ol {
	margin-bottom: 36px;
	line-height: 1.7;
	font-size: 0.8em;
}
#policy .scene1Bg a {
	color: #1168b9;
	text-decoration: underline;
	font-size: 14px;
}
#policy .scene1Bg a i img {
	vertical-align: middle;
	margin-right: 3px;
}
#policy ul {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 2;
  text-align: right;
}

#m1 p {
	line-height: 1.7 !important;
	font-size: 0.8em !important;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif !important;
	
}
#m1 button {
	background-color: #645c47 !important;
	padding: 16px 45px !important;
}
.fw{
	color: #fff;
}

.it{
font-style: italic;
font-family: 'Noto Sans Japanese', serif;
}


.sceneInner{
	width:960px;
	margin: auto;
	margin-top: 100px;
	color: #000;
	margin-bottom: 100px;
}


#scene1{
	padding-top: 10px;
}
.sceneInner p{
	padding: 0 20px 20px;
	color:#535353;
}

#sectionFirst{
	margin: 25px 0 20px 25px;
  position: relative;
}
#section1{
	background-color: rgba(255,255,255,0.94);
}
.ttl{
	margin-bottom:40px;
}
#story #contentDetail{
	padding-bottom:0;
}
.typed-cursor{
    opacity: 1;
    color:black;
    -webkit-animation: blink 1.2s infinite;
    -moz-animation: blink 1.2s infinite;
    animation: blink 1.2s infinite;
}

#policy ol li {
    padding-left: 37px;
    text-indent: -39px;
}
#policy h4 {
	font-weight: bold;
}
#policy .b {
	font-weight: bold;
}


@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
