@charset "utf-8";

/* ---------------------------------------------------------------------------------- */
/* reset */
/* ---------------------------------------------------------------------------------- */

*{
	padding:0;
	margin:0;}

body{
	background-color: #000;
	background-image:url(../img/bg_body.png);
	background-repeat:repeat;
	min-width:1080px;
	height:100%;
	font-family: "Sawarabi Gothic";}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;}

ul {
	list-style: none;}
	
img{
	border:0;
	vertical-align:bottom;
	-ms-interpolation-mode:bicubic;
	transition: 0.5s;}
  
.t img:hover{
	opacity: 0.6;
	transition: 0.3s;}

.clear{
	clear:both;}

.al-left{
	text-align:left;}

.al-center{
	text-align:center;}

.al-right{
	text-align:right;}




/* ---------------------------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------------------------- */

#header {
	width: 100%;
	height: 100px;
	/*	height: 50px;*/
	background:#000;
	background-image:url(../img/bg_body.png);
	background-repeat:repeat;
	background-position: top left;
	z-index: 999;
	display: inherit;
	min-width: 1080px;
	padding: 0;}

#header.fix {
	width: 100%;
	height: 100px;
	background:#000;
	background-image:url(../img/bg_body.png);
	background-repeat:repeat;
	background-position: top left;
	z-index: 999;
	min-width: 1080px;
	padding: 0;
	position: fixed;
	top: 0px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;}

	@-webkit-keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);}
	
		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;}
	}
	
	@keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);}
	
		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;}
	}


#pagetop {
	position: fixed;
	bottom: 140px;
	right: 0px;}

#pagetop a {
	text-decoration: none;
	background-color:#fff;
	opacity: 0.8;
	color: #000;
	padding: 10px;
	text-align: center;
	display: block;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	font-size: 11px;
	height: auto;
	width: 65px;
	line-height: 1.4em;}

nav{
	width:1080px;}

nav ul li{
	margin:0;
	float:left;}




.contents{
	background-color:#091A24;
	background-image:url(../img/bg_contents.png), url(../img/bg7.png), url(../img/bg8.png);
	background-repeat:repeat, no-repeat , no-repeat;
	background-position:center, left bottom, right bottom;
	padding:80px 0 80px 0;
	position:relative;}

.cbg1{
	background-image:url(../img/bg7.png);
	background-repeat:no-repeat;
	background-position:left top;
	}

.cbg2{
	background-image:url(../img/bg8.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	}

footer{
	background-image:url(../img/bg_contents.png);
	background-repeat:repeat;
	text-align:center;
	padding:20px 0;
	color:#000;
	font-size:13px;
	letter-spacing:1px;
	width:100%;}

footer img{}

.wrap1080 {
	width: 1080px;
	margin: 0 auto;}

.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.5s;
}

/* ---------------------------------------------------------------------------------- */
/* top */
/* ---------------------------------------------------------------------------------- */

.slidelogo{
	width:315px;
	height:438px;
	position:absolute;
	z-index:999;
	top:10px;
	left:58%;}

.slidelogo img{
	width:90%;}

.top_text1{
	text-align:center;
	font-size:20px;
	letter-spacing:6px;
	color:#000;
	background-image:url(../img/bg_pagetitle.png);
	background-repeat:no-repeat;
	background-position:center;
	padding:50px 0;
	margin:-20px 0 30px 0;}

.line{
	text-align:center;
	padding:30px 0;}

.top_btn{
	text-align:center;}

.top_btn img{
	padding:0 10px;}

.top_bnr{
	padding:20px 0;
	text-align:center;
	background-image:url(../img/bg_body.png);
	background-repeat:repeat;}

.top_bnr img{
	padding:0 10px;}
	

/* --------------------------------------------------------------- */
/* contents */
/* --------------------------------------------------------------- */

.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;}

.top_contents1_space {
	height: 60vh;}

.cd-bg-1 {
	background-image: url(../img/bg1.jpg);
	background-position:bottom;}

.cd-bg-2 {
	background-image: url(../img/bg2.jpg);
	background-position:bottom;}

.cd-bg-3 {
	background-image: url(../img/bg3.jpg);
	background-position:bottom;}

.cd-bg-4 {
	background-image: url(../img/bg4.jpg);
	background-position:bottom;}

.cd-bg-5 {
	background-image: url(../img/bg5.jpg);
	background-position:bottom;}

.cd-bg-6 {
	background-image: url(../img/bg6.jpg);
	background-position:bottom;}

.title{
	background-image:url(../img/bg_body.png);
	background-repeat:repeat;
	padding:10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:20px 0;}

.title p{
	background-image:url(../img/bg_titlepoint.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 28px;
	font-size:16px;
	letter-spacing:5px;
	color:#FFF;}

.p1{
	padding:0 20px;
	font-size:15px;
	letter-spacing:1px;
	line-height:23px;
	color:#333;}

.p2{
	font-size:15px;
	line-height:36px;
	padding:0 20px;
	color:#333;
	letter-spacing:1px;}

.hr_left{
	width:500px;
	float:left;}

.hr_right{
	width:500px;
	float:right;}

.tb1{
	padding:0 20px;}

.tb1 td{
	padding:8px;}

.td1{
	font-size:14px;
	letter-spacing:5px;
	text-align:left;
	color:#369;
	border-bottom:1px dashed #CCC;}

.td2{
	font-size:14px;
	letter-spacing:2px;
	text-align:left;
	color:#333;
	border-bottom:1px dashed #CCC;}

.td2 a:link , .td2 a:visited  , .td2 a:active  , .td2 a:hover {
	color:#06C;}

.plink a:link , .plink a:visited  , .plink a:active  , .plink a:hover {
	color:#39C;}

.wrap1050{
	width:1050px;
	margin:0 auto;}

.snd_boxl{
	width:450px;
	float:left;
	margin:0 10px;
	padding:15px;
	background-image:url(../img/bg_box.png);
	background-repeat:repeat;}

.snd_boxr{
	width:450px;
	float:right;
	margin:0 10px;
	padding:15px;
	background-image:url(../img/bg_box.png);
	background-repeat:repeat;}


.trd_box{
	width:00px;
	float:left;
	margin:0 10px;
	padding:15px;
	background-image:url(../img/bg_box.png);
	background-repeat:repeat;}

.trd_box img{
	width:100%;}

.box_title{
	border-left:5px solid #FFF;
	padding:3px 0 3px 10px;
	font-size:18px;
	letter-spacing:5px;
	color:#FFF;
	margin-bottom:15px;}

.box_p1{
	font-size:13px;
	color:#FFF;
	line-height:26px;
	padding-bottom:6px;
	padding:0 10px;}

.box_p2{
	background-color:#2A2926;
	padding:5px 0;
	text-align:center;
	font-size:12px;
	letter-spacing:2px;
	margin:10px 0 5px 0;}


.corp_l{
	width:320px;
	float:left;
	
	margin-bottom:25px;}

.corp_r{
	width:720px;
	float:right;}

.corp_l2{
	width:450px;
	float:left;
	
	margin-bottom:25px;}

.corp_r2{
	width:600px;
	float:right;}

.corp_name{
	border-left:7px double #069;
	margin:0 0 0 15px;
	padding:5px 0 5px 10px;
	font-size:16px;
	letter-spacing:5px;
	color:#036;}

.comp_tb{
	width:100%;}

.comp_tb td{
	padding:8px 10px;}

.comp_td1{
	background-color:#ECF2FF;
	font-weight:bold;
	color:#333;
	letter-spacing:2px;
	font-size:15px;
	text-align:center;}

.comp_td2{
	font-size:15px;
	letter-spacing:1px;
	line-height:23px;}


input, select {
  vertical-align: middle;
}


.text, textarea, .dropdown{
    padding: 5px;
    color: #000;}

.submit{
    border:1px solid #900;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    background:#900;}

.reset{
    border:1px solid #777;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    background:#999;}

.contact_p1{
	font-size:24px;
	font-weight:bold;
	padding:10px 0 10px 20px;
	color:#069;}

.contact_box{
	width:700px;
	margin:0 auto;}

.contact_yonde{
	font-size:14px;
	padding:10px 0;
	color:#069;
	text-align:center;}

.privacyp1{
	font-size:16px;
	letter-spacing:1px;
	border-bottom:1px solid #CCC;
	color:#069;
	font-weight:bold;
	margin:0 30px 0 20px;}
	
.privacyp2{
	font-size:14px;
	letter-spacing:1px;
	line-height:23px;
	padding:5px 40px 15px 40px;}

.privacyul{
	list-style:disc;
	margin:0 0 15px 55px;}

.privacyul li{
	font-size:14px;
	color:#666;
	letter-spacing:1px;
	line-height:23px;}

.greeting_p2{
	font-size:14px;
	letter-spacing:1px;
	color:#333;
	padding:10px 20px 30px 20px;}

.flow_p{
	text-align:center;
	padding:7px 0;
	color:#FFF;
	font-size:14px;
	letter-spacing:2px;
	background-image:url(../img/bg_photo.png);
	margin:-35px 0 60px 0;
	z-index:200;
	position:relative;} 

.flow_p2{
	font-size:12px;
	text-align:center;
	color:#333;}

.flow_p3{
	text-align:center;
	padding:7px 0;
	color:#FFF;
	font-size:14px;
	letter-spacing:2px;
	background-image:url(../img/bg_photo.png);
	margin:-35px 0 10px 0;
	z-index:200;
	position:relative;} 


.syuyo_p{
	font-size:16px;
	letter-spacing:1px;
	line-height:28px;}

.seimankaitb td{
	padding:2px 10px;}

.seimankaip2{
	font-weight:bold;
	color:#069;
	font-size:16px;}

.btns1{
	display:block;
	background-image:url(../img/bg_photo.png);
	background-repeat:repeat;
	text-align:center;
	margin:5px 0;
	border-radius:5px;}

.btns1 a{
	display:block;
	padding:15px;
	text-decoration:none;
	padding:15px;
	font-size:18px;	
	color:#FFF;}

















