@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,500,700);

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

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul,
ol {
    list-style: none
}

fieldset,
img {
    border: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a > img {
    vertical-align: bottom
}

strong,
.strong,
b {
    font-weight: bold
}

:focus {
    outline: none
}
::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}


/* tools --------------------------  */

.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.align-left {
    float: left !important
}

.align-right {
    float: right !important
}


/* common --------------------------  */



html {

     height: 100%;
	height: 100vh; 
}

body {
    height: 100%;
	height: 100vh; 
    font: 16px/28px;
    font-family: "游ゴシック体", YuGothic
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    Arial,
    "Helvetica Neue",
    ;
    color: #333;
    background-image: url("");
    background-attachment: fixed;
    background-size: cover;
}

#main {
   
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
        margin: 0 auto;
    padding: 0 15px;
    
}


a {
    color: #fff;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}

a:hover {
    color: #40c9f4;
    text-decoration: underline;
}

a:active {
    color: #0b97c3
}

.button {
    color: white;
    background: #10bbf1;
    height: 58px;
    border: 2px solid #10bbf1;
    font: 500 20px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 21px;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover {
    background: #40c9f4;
    border-color: #40c9f4;
}

.button:active {
    background: #0b97c3;
    border-color: #0b97c3;
}

a.button {
    text-decoration: none;
    display: inline-block;
    line-height: 54px;
    color: white;
}

a.button:hover {
    color: white
}

a.button:active {
    color: white
}


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

header {
    padding: 104px 0;
    background: url() no-repeat 50% 50%;
    font: 24px/36px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.headlogo{float:left; padding-top:10px;padding-left:10px;font-size:1em;font-weight: 400;}
.headlogo a:link{color:#fff;}
.headlogo a:hover{color:#aaa;text-decoration: none;}
.headlogo a:visited{color:#fff;}
.headlogono{font-weight: 200;font-size:0.7em;}
.headform{float:right;}

.togmenu {
	display:none;
}
.menubtn {
}


/* footer --------------------------  */

footer {
    color: #666;
    font-size: 0.6em;
    padding: 5px;
    width:100%;
    vertical-align: bottom;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
        position: fixed;
        text-align: right;

		bottom:0;
		right: 2%;
}
footer img{padding-left:2px;
	padding-right:2px;
}
footer a:hover{text-decoration: none;
	opacity:0.6;}

.crt{color:#555;}
/* menu --------------------------  */
#menu {text-align: left;
	padding-top:5px;
	padding-left:5px;
	position: fixed;
	color:#eee;
 }
#menu a{}
#menu ul{
    padding: 3px; 	
    margin: 3px;
} 


#menu ul li {
	font-size:1em;
    display: inline-block; 
    box-sizing: border-box;


    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
	padding-left:30px;
} 


#menu ul li a { 
    text-decoration: none;
    color: #fff; 
    padding-top: 4px;	 
} 


#menu ul li a:hover{ 
		
        text-decoration: none;

}
.menu_mo a{
display: block;
position: relative;
height:100%;
width: 100%;
}
.menu_mo a:hover{ 
		
        text-decoration: none;
        background-color: rgba(255,255,255,0.2);
}



/* content --------------------------  */

.spanning {
    clear: both
}

#content{padding-top:150px;
	text-align: center;
	margin: 0 auto;

	font-weight: lighter;
}
#maincont{margin: 0 auto;
	
	width:70%;
	text-align: left;
	display: inline-block;
	letter-spacing:0.1em;
	z-index: 50;
	opacity: 1;
}
.cb{
  /* floatを解除 */
  clear: both;
}
.sec0{
	
		padding-top:200px;
		text-align: center;
		}
.sec1{
		margin-top: 100px;
		
		
		
	
		}
.sec1 h1{font-size:3em;
	
}
.sec1 p{
	padding-top:10px;
	font-size: 0.7em;
	font-weight: lighter;
	line-height: 1.1;
}

.left{width:50%;
	box-sizing: border-box;
	float:left;
	display : block;
	padding:50px 50px;

}
.right{
	width:50%;
	padding:50px 50px;
	box-sizing: border-box;
	float:right;
	display : block;
	text-align: left;

}
.leftright{
	padding:50px 50px;
	box-sizing: border-box;
	float:right;
	display : block;
	text-align: left;

	}
	
.leftright_info{
	padding:20px 20px;
	box-sizing: border-box;

	display : block;
	text-align: left;


	}	
	
.leftright_info h3{
	font-weight: bold;

	}		
	
	
.leftright_info img{
	width:100%;
	display : inline-block;


	}	
	
.leftright_c{
	padding:50px 50px;
	box-sizing: border-box;
	float:right;
	display: block;
	text-align: left;
	
	}
.leftright_c img{
	width:80px;
	
	}
		
.leftright_story{
	padding:50px 50px;
	box-sizing: border-box;
	display : block;
	text-align: center;
	overflow-x: auto;
	}	
	
.left_info{width:45%;
	box-sizing: border-box;
	float:left;
	display : block;
	padding:20px 20px;

}
.right_info{
	width:55%;
	padding:20px 20px;
	box-sizing: border-box;
	float:right;
	display : block;
	text-align: left;

}	
	
.infobox{margin-top: 20px;}	

.info_wbox{
	display: block;
	margin:10px;
	padding: 30px;
	font-size: 0.8em;

	background-color: rgba(255,255,255,0.7);
	color:#333;
	
}

.info_wbox h4{
	font-size: 1.2em;
	padding-top:10px;
	
}
.info_wbox h5{
	font-size: 1.0em;
	padding-top:20px;
	padding-left: 20px;
	font-weight: 300;	
}
.info_wbox p{padding-left:5%;
	padding-top:10px;

}
		
.sec2{
		margin-top: 100px;

		
	
		}
.sec2 h1{font-size:3em;}
.sec2 p{
	padding-top:10px;
	font-size: 0.9em;
	font-weight: lighter;
	line-height: 28px;
}
.sec3{
		margin-top: 100px;

		

		}
.sec3 h1{font-size:3em;}
.sec3 p{
	padding-top:10px;
	font-size: 0.9em;
	font-weight: lighter;
	line-height: 28px;
}

.sec4{
		margin-top: 200px;
		}
.sec4 h1{font-size:3em;}
.sec4 p{
	font-size: 0.9em;
	font-weight: lighter;
	line-height: 28px;
}

.sec5{
		margin-top: 100px;
		}
.sec5 h1{font-size:3em;}
.sec5 p{
	padding-top:10px;
	font-size: 0.9em;
	font-weight: lighter;
	line-height: 28px;
}

.sec6{
		margin-top: 100px;
		}
.sec6 h1{font-size:3em;}
.sec6 p{
	padding-top:10px;
	font-size: 0.9em;
	font-weight: lighter;
	line-height: 28px;
}
.sec6 h3{font-size:1.2em; 
	padding-top:30px;
}
.sec6 ul{font-size:0.8em;
	 	padding-bottom: :20px;
	 	padding-top: 10px;
}
.sec6 ul li ul{
	 	padding-left:20px;
	 	padding-bottom: 20px;
}

.sec6_wbox{
	display: block;
	margin:10px;
	padding: 50px;


	background-color: rgba(255,255,255,0.7);
	color:#333;
	
}



iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


.sec1 ul{
    padding: 3px; 	
    margin: 3px;
} 


.sec1 ul li {
	width:80px;
    display: inline-block; 
    box-sizing: border-box;

    font-size:0.7em;
    text-align: center;
    vertical-align: top;

} 
.sec1 ul li img{width:100%;}

.sec1 ul li a { 
    text-decoration: none;
    color: #fff; 
    padding-top: 4px;	 
} 


.sec1 ul li a:hover{ 
		
        text-decoration: none;

}


/* table--------------------------  */


.table-type1 {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  display : block;
  color: #444;
  font-size: 0.8em;
      box-sizing: border-box;
}

.table-type1 .tr {
  display: table;
  width: 100%;
}

.table-type1 .tr .th,
.table-type1 .tr .td {
  display: table-cell;
  padding: 3px 3px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align:center; 

}

.table-type1 .tr .th {
  width: 20%;
  background: #f5f5f5;
}

.table-type1 .tr .td {
  width: calc(100% - 180px);
  
}



.table-type2 {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
    display : block;
    color:#444;
  font-size: 0.7em;
    text-align:center; 
        box-sizing: border-box;
}

.table-type2 .thead .tr {
  display: table;
  width: 100%;
}

.table-type2 .thead .tr .th {
  display: table-cell;
  background: #f5f5f5;
  width: 20%;
  padding: 3px 3px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.table-type2 .tbody .tr {
  display: table;
  width: 100%;
}

.table-type2 .tbody .tr .th,
.table-type2 .tbody .tr .td {
  display: table-cell;
  width: 20%;
  padding: 3px 3px;
   background: #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.table-type2 .tbody .tr .th {
  background: #f5f5f5;
}




.table-type3 {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
    display : block;
    color:#444;
  font-size: 0.8em;
    text-align:center; 
        box-sizing: border-box;
}

.table-type3 .thead .tr {
  display: table;
  width: 100%;
}

.table-type3 .thead .tr .th {
  display: table-cell;
  background: #f5f5f5;

  padding: 1px 1px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.table-type3 .tbody .tr {
  display: table;
  width: 100%;
}

.table-type3 .tbody .tr .th,
.table-type3 .tbody .tr .td {
  display: table-cell;

  padding: 1px 1px;
   background: #ffffff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.table-type3 .tbody .tr .th {
  background: #f5f5f5;
}




/* animation--------------------------  */


#animation {

}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}




/* media --------------------------  */

/* ===[ Responsive all mobile sizes ]=== */

@media (max-width: 979px) { 
	
	
body {

}

.wrap::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image: url("../video/fire.gif");
background-size:cover;
}

#content{padding-top:100px;
	text-align: center;
	margin: 0 auto;

	font-weight: lighter;
}
#maincont{margin: 0 auto;
	
	width:90%;
	text-align: left;
	display: inline-block;
	letter-spacing:0.1em;
	z-index: 50;
	opacity: 1;
	font-size:0.8em;
	
}
.sec0{

		padding-top:150px;
		text-align: center;
		}
	
	
.left{
	box-sizing: border-box;
	width:100%;
	text-align: left;
	padding:30px 30px;

}
.right{

	padding:30px 30px;
	box-sizing: border-box;
	width:100%;

	text-align: left;

}


.left_info{width:100%;
	box-sizing: border-box;
	
	display : block;
	padding:20px 20px;

}
.right_info{
	width:100%;
	padding:20px 20px;
	box-sizing: border-box;
	
	display : block;
	text-align: left;

}	
	
.leftright_c{
	padding:10px 10px;
	box-sizing: border-box;

	display: block;
	text-align: left;
	
	}
.leftright_c img{
	width:30px;
	
	}


}

/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 479px) { 
    
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
  .comments .tab-prev,
  .comments .tab-next,
  .button-download:after,
  .comments .tab-prev,
  .comments .tab-next,

  }
}



/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
.leftright_c{
	padding:5px 5px;
	box-sizing: border-box;

	display: block;
	text-align: left;
	
	}
.leftright_c img{
	width:30px;
	
	}

}