﻿@import url("style.css");








@media print,screen and (min-width: 769px) {








.wrapper{
	width:100%;
	display:block;
	min-width:320px;
}
.main{
	margin:0 auto;
}
#wrap{
    position:relative;
    min-height:100%;
    _height:100%;
    overflow:hidden;
}




#imgs{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
	z-index:100;/*background:url(http://www.qiqiboy.com/wp-content/themes/qtheme/images/loading.gif) no-repeat center center;*/
}

#imgs img{width:100%;height:auto;display:block;}


#hamburger{position:fixed;z-index:1000;width:100%;}


/***DOT-NAVIGATION***/



#navs{z-index:10000;position:absolute;right:0%;top:38%;padding-right:0px;}
#navs a{}
#navs .active{background:#CCC;}


/* Common styles and resets */

dotstyle ul {
	/*position: relative;
	display: inline-block;*/
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dotstyle li {
	position: relative;
	display: block;
	/*float: left;*/
	margin: 20px;
	width: 15px;/***円サイズを変える***/
	height: 15px;/***円サイズを変える***/
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}

/* Individual styles and effects */

/* Fill up */

.dotstyle-fillup li a {
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #CCC;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.dotstyle-fillup li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1px #fff;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.dotstyle-fillup li.current a::after {
	height: 100%;
}
  

/***DOT-NAVIGATION END***/






/*Scroll Custom Start*/

#pageTop {
	z-index:100;
    position: fixed;
    bottom: 0px;
    right: 45%;
	left:45%;
	text-align:center;
	margin: auto;
	color:#CCC;
	font-size:2.5rem;
	cursor:pointer;
	display:block; 
	border-radius: 50%;
	border:solid 2px #CCC;/* 円の色 */
    width:50px;height:50px;
}


#pageNavi {
	z-index:100;
    position:fixed;
    bottom: 0px;
    right: 45%;
	left:45%;
	text-align:center;
	margin: auto;
	color:#CCC;
	font-size:2.5rem;
	cursor:pointer;
	display:block; 
	border-radius: 50%;
	border:solid 2px #CCC;/* 円の色 */
    width:50px;height:50px;
}




/*************kokomade**************/







/*****OTHER PARTS*****/

.sp5{height:5px;}
.sp10{height:10px;}
.sp15{height:15px;}
.sp20{height:20px;}
.sp25{height:25px;}
.sp30{height:30px;}
.sp35{height:35px;}
.sp40{height:40px;}
.sp50{height:50px;}


.sp0_5em{height:0.5em;}
.sp1em{height:1em;}
.sp1_5em{height:1.5em;}
.sp2em{height:2em;}
.sp2_5em{height:2.5em;}
.sp3em{height:3em;}
.sp3_5em{height:3.5em;}
.sp4em{height:4em;}
.sp5em{height:5em;}
.sp6em{height:6em;}
.sp7em{height:7em;}
.sp8em{height:8em;}


.clear{clear:both;}

/*LINK*/
a{line-height:160%;color:#09C;text-decoration:none}
a:link {color:color:#09C;}
a:visited{color:color:#09C;}
a:hover{color:color:#09C;text-decoration:underline;}


a.blacker:link {
text-decoration : none; 
color : #000; 
}

a.blacker:visited {
text-decoration : none; 
color : #000; 
}


a.blacker_bold:link{
text-decoration : none; 
color : #000;
font-weight:bold;
}

a.blacker_bold:visited{
text-decoration : none; 
color : #000;
font-weight:bold;
}


.text01 a{line-height:140%;color:#000;}
.text01 a:link {color:#000}
.text01 a:visited{color:#000;}
.text01 a:hover{color:#000;text-decoration:none;}


.text02 a{line-height:140%;color:#FFF;font-size:14px;}
.text02 a:link {color:#FFF;}
.text02 a:visited{color:#FFF;}
.text02 a:hover{color:#CCC;text-decoration:underline;}


.text03 a{line-height:236%;color:#000;font-size:0.9em;}
.text03 a:link {color:#000;}
.text03 a:visited{color:#000;}
.text03 a:hover{color:#666;text-decoration:underline;}	

.text04 a{line-height:140%;color:#000;font-size:0.9em;}
.text04 a:link {color:#FFF;}
.text04 a:visited{color:#FFF;}
.text04 a:hover{color:#CCC;text-decoration:underline;}







/******ALL LAYOUTS*****/


.wrapper{
	width:100%;
	display:block;
	min-width:320px;
}
.main{
	margin:0 auto;
}
#wrap{
    position:relative;
    min-height:100%;
    _height:100%;
    overflow:hidden;
}






/***TOP CONTENTS***/


#pages{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
	z-index:100;
}
.page{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	/*box-shadow: 3px 5px 7px rgba(0,0,0,0.4);/***20170916***/
}
.page1{
  background:url(../img/top_main_bg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center center;
	
}
.page2{
   background:#FFF;
  /*background:url(../img/top02_bg.jpg);*/
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center center;
}
.page3{
    /*background:yellow;*/
  background:url(../img/top03_main_bg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center center;
}
.page4{
  background:#FFF;
  /*background:url(../img/demo_04.jpg);*/
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center center;
}






/***TOP 1st_TEXT position***/
.outer{
    position: absolute;
	top: 33%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index:100;
	width:15%;
}



.top_logo{
	z-index:100;
    position:absolute;
	bottom: 5%;
    right: 0%;
	left:0%;
	text-align:center;
	margin: auto;
	width:90%;
	/*mix-blend-mode : screen;*/ /* 乗算を指定 */
	}




.top02_p01{
    position: absolute;
	top: 10.5em;
	left: 0;
	z-index:100;
	width:90%;
}


.top02_p02{
    position: absolute;
	top: 3em;
	right: 0;
	left: 0;
	margin: auto;
	z-index:100;
	width:85%;
}


.top03_tex{
    position: absolute;
	top: 35%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index:100;
	font-size:3rem;
	line-height:220%;
}





.top03_logo{
	z-index:100;
    position:absolute;
	bottom: 5px;
    right: 0%;
	text-align:right;
	width:10%;
	}




.top04_logo{
	z-index:100;
   /* position: absolute;*/
	padding:15% 0 0 0;
	margin: auto;
	width:10%;
	}





.top04_tex{
	margin: auto;
	z-index:0;
	line-height:180%;
	padding:5% 0 0 0px;
}




.top04_icon{
	z-index:1000;
	text-align:center;
	margin: auto;
	width:100%;
	padding:3% 0 0 0;
	}




.top04_copy{
	z-index:100;
    text-align:center;
	margin: auto;
	width:100%;
	padding:5% 0 0 0;
	}




/*******OTHER TEXT********/
h1{
    width:585px;
        height:24px;
   	font-size:16px;
	color:#000;
	font-weight:normal;
	padding:9px 0px 0 20px;
        margin:0px 0 0 0px;
	background: url() no-repeat left center;
	}

h2{
	color:#000;
    /*color:#a80000;*/
	font-size:1.5em;
	font-weight:bold;
	}



h3{
    color:#C00;
	font-size:4em;
	text-align:left;
	}



h4{
    font-size:1.8em;
	line-height:140%;
	color:#FFF;
	font-weight:bold;
	}



.head_tex{
	position:absolute;
    font-size:1rem;
	line-height:150%;
	color:#FFF;
	/*font-weight:bold;*/
	text-align:left;
	top:25px;
	left:80px;
	padding:0 0 0 0;
	}



.ttl_bk{
    font-size:1.2em;
	line-height:150%;
	color:#000;
	/*font-weight:bold;*/
	padding:0 0 2% 0;
	}



.gr_tex{
    font-size:1em;
	line-height:180%;
	color:#000;
	/*font-weight:bold;*/
	padding:0 0 0 0;
	text-align:left;
	}



strong{
font-size:16px;
	line-height:160%;
	padding:0px 0px 0px 0px;
	font-weight:bold;	
	}












/***動画***/


.video-wrap{
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	
	}



video{position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
 }





.tb_bg{
	background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;
	float:left;
	height:500px;
	width:15%;
	}




table.table-1 {
    width: 60%;
    /*border: 1px #009B83 solid;*/
    margin:0px auto;
	font-size:15px;
	}

table.table-1 th {
	padding: 20px 0px 0px 0px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:right;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#90B7DE;
	font-size:1.5rem;
	width:25%;
	}
table.table-1 .td01 {
	padding: 10px 10px 10px 30px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	background-color:#FFF;
	/*font-size:12px;*/
	width:20%;
	}

table.table-1 .td02 {
	padding: 10px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	background-color:#FFF;
	/*font-size:12px;*/
	width:55%;
	}



table.table-1 .td03 {
	padding: 10px 10px 10px 30px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	background-color:#FFF;
	/*font-size:12px;*/
	width:75%;
	}



table.table-1 .tdtop01 {
	padding: 10px 10px 10px 30px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:bottom;
	background-color:#FFF;
	/*font-size:12px;*/
	width:20%;
	}

table.table-1 .tdtop02 {
	padding: 10px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:bottom;
	background-color:#FFF;
	/*font-size:12px;*/
	width:55%;
	}



table.table-1 .tdbg {
	padding: 10px;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;
	width:25%;
	}


table.table-footer{
    width: 50%;
    /*border: 1px #009B83 solid;*/
    margin:0px auto;
	font-size:15px;
	}

table.table-footer th {
	padding: 10px;
    /*border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;*/
	line-height:180%;
    text-align:left;
	vertical-align:top;
	background-color:#FFF;
	width:30%;
	}
table.table-footer td {
	padding:0 12% 0 12%;
    /*border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;*/
	line-height:180%;
    text-align:center;
	vertical-align:top;
	/*background-color:#FFF;*/
	/*font-size:12px;*/
	width:30%;
	}



/*****inner******/


#header {
    position: fixed;
    top: 0;
    left:0;
	height:70px;
	width:100%;
	background-color:#666;
	z-index:1000;
	}


.head_logo{z-index:1100;height:70px;position:absolute;right:0;}/****ロゴ前面はこの記述で****/
.inlogo{display:none;}


.inner_box{
width:100%;
margin:0 auto;
text-align:center;
padding:2% 5% 0 5%;
}



.shacho_img{width:50%;margin:0 auto;}


.border02{border-top:#999 solid 1px;width:80%;margin:0 auto;padding-bottom:15px;}


.com_ttl{display:none;}


.flextable01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width:80%;
	margin:0 auto;
	/*border:#999 solid 1px;*/
}

.col01 {
    width: 30%;
    background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: center 30px;
	}

.col02 {
    width: 70%;
    background-color: #FFF;	
	font-size:15px;
	padding: 10px 10px 10px 50px;
	text-align:left;
	line-height:180%;
	}


.col03 {
    width: 50%;
    background-color: #FFF;	
	text-align:left;
	font-size:15px;
	padding: 10px 10px 10px 0px;
	text-align:left;
	line-height:180%;
	}


.col_group {
    width: 50%;
    background-color: #FFF;	
	text-align:left;
	font-size:15px;
	padding: 10px 10px 10px 50px;
	text-align:left;
	line-height:180%;
	}

/*

.col_ud {
  -webkit-flex-direction: column; 
  -ms-flex-direction    : column; 
  flex-direction        : column;
  line-height:180%;
  padding: 10px 0px 10px 0px;
}

*/

.col_td01{display: inline-block;width:15%;vertical-align:top;}
.col_td02{display: inline-block;width:75%;vertical-align:top;}




.greeting_box{
	width:55%;
	padding:1em;
	margin:0 auto;
}





}
  
