* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro',Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
.spmenu{
	display: none;
}
.header-img{
	width: 1000px;
/*	height: 300px;*/
        border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#main {
	background: #fff;
}
#main-in {
	padding-left: 180px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 45px 60px;
}
.inner{
	
}
.contents{
	width: 1000px;
}
/* main-visual */
#main-visual {
	/*
	background: #64CE80;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);
	*/
	height: 230px;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}
#sub_main-visual {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#sub_main-visual h2 {
	font-size: 180%;
	color: #fff;
}

h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#brand-logo {
	font-size: 30px;
	color: #033560;
	margin-bottom: 40px;
}
#brand-logo img{
	width: 100px;
}


/* メニューここから */
#global-head {
  position: fixed;
  color: #033560;
  width: 180px;
  text-align: center;
  padding-top: 60px;
  z-index: 100;
}

#sidebar {
  font-size: 15px;
  padding-top: 200px;
  width: 180px;
  height: 100%;
  position: fixed;
  color: #033560;
  background: #fff;
  text-align: center;
  border-right: 1px solid #ccc;
}

#global-nav{
	padding-bottom: 34px;
}
#global-nav ul {
  list-style: none;
  margin-left: 0;
}
#global-nav > ul > li {
  position: relative;
}

#global-nav a {
  color: #033560;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
  color: #fff;
  background: #033560;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
  width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu > a {
  position: relative;
}
#global-nav .sub-menu > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #033560;
  border-right: 1px solid #033560;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #033560;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 180px;
  width: 0;
  height: 100%;
  overflow: hidden;

  -moz-transition: width .2s ease-out;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu > a:hover:after {
  border-color: #fff;
}
#global-nav .sub-menu-nav a {
  color: #fff;
}
#global-nav .sub-menu-nav a:hover {
  color: #033560;
  background: #fff;
}
.sidemenu{
	border-top: 1px solid #ccc;
	font-size: 0.8em;
}
.shibu{
	padding-top: 7px;
}
.fa-icon img{
	width: 30px;
	float: left;
	margin-left: 20px;
}
.titlegreenbar {
   /* border-bottom: 1px solid #00cc00;*/
    padding-top: 43px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
}
.titlegreenbar-kiyaku {
   /* border-bottom: 1px solid #00cc00;*/
    padding: 50px 0px 0px 0px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: left;
}
.fontsize1{
	font-size: 1.5em;
	width: 400px;
	margin: auto;
}
.fontsize2{
  font-size: 1.8em;
  font-weight: bold;
  width: 400px;
  margin: auto;
}
.fonttoppadding{
	padding-top: 20px;
}
.textcenter{
	margin: auto;
}
.text-center{
	text-align: center;
}
.width400{
	width: 400px;
}
.width800{
	width: 800px;
}
.kouzamenu{
	width: 180px;
	margin: auto;
}
.kouzamenu a{
	color: #000;
	text-decoration: none;
}
.moreread{
	text-align: right;
}

.moreread a{
  text-decoration: none;
  color: #000
}

.shibu{
	padding-top: 7px;
}
#footer{
/*	background: #87cefa;*/
	border-top: 1px solid #ccc;
	width: 	1000px;
	min-height: 200px;
	margin-top: 70px;
}
.topnews{
	margin: auto;
	width: 600px;
}
.topimg{
	width: 1000px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.topimg2{
	width: 600px;
}
#nav{
    background-color: #444;	
    padding: 3px;	
} 

.newsList ul{
		list-style: none;
}
.topnewsList dl{
    padding: 0px; 	
    margin: auto;
	text-align: center;
	list-style: none;
} 
.topnewsList dl dt {
    display: inline; 	
    margin-right: 1em;
    line-height: 2.0em;
} 
.topnewsList dl dt a { 
    text-decoration: none;
    color: #fff; 	 
} 
.topnewsList dl dt a:hover{ 
    border-bottom: dotted 1px #fff;	 
}
.topnewsdt{
	line-height: 2.0em;
}

.newslink a {
    text-decoration: none;
    color: #000;
}

.newslink a:hover{ 
    text-decoration: underline; 
    color: #59c3e1; 
}

.footbox a { 
    text-decoration: none;
    color: #000;
} 
.footbox ul{
    padding: 0px; 	
    margin: auto;
	text-align: center;
} 
.footbox ul li {
    margin-right: 1em;
} 
.footbox ul li a { 
    text-decoration: none;
/*    color: #000; 	 */
} 
.footbox ul li a:hover{ 
    border-bottom: dotted 1px #fff;	 
}

.footboxlist{
	margin: auto;
	display: flex;
	justify-content: center;
	width: 800px;
/*	background: #ff0000;*/
	min-height: 300px;
}
.footbox{
	width: 200px;
/*	background: #00ff00;*/
	margin: 10px;
}
.footcopy{
	text-align: center;
}

.btm_link {
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-align: center;
}
.btm_link ul {
  list-style: none;
}
.btm_link li {
  display: inline-block;
}
.btm_link li a {
  padding: 0 12px 5px;
  position: relative;
  font-size: 0.9em;
  text-decoration: none;
  color: #000;
}
.btm_link li a:hover {
text-decoration: underline;
}

ul.footmenu1 {
	list-style-type: none;
	text-align: left;
	line-height: 2.5em;
}
ul.footmenu1 li:before {
 	content: '-';
}
.subcontents{
	width: 600px;
	margin: auto;
	line-height: 1.8em;
}
.schbtn{

}
.button {
    width: 180px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    background: #00bfff;/*背景色*/
}
.button:hover {
    background-color: #ccc;
} 
.button-a {
    display: block;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.button-a:hover {
    color: #fff;
}
.button-mail {
    width: 180px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    color: #ccc;
}
.button-mail:hover {
    background-color: #ccc;
} 
.button-a-mail {
    display: block;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    color: #ccc;
}
  /****ボタン****/
	/*ナビゲーター*/
.btn-flat-logo-na {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0.65em;
  text-decoration: none;
  color: #FFF;
  background: #00D483;
  transition: .4s;
}
.btn-flat-logo-na:hover {
  background: #0FF29C;
}
	/*分析士*/
.btn-flat-logo-an {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0.65em;
  text-decoration: none;
  color: #FFF;
  background: #2CB3F2;
  transition: .4s;
}
.btn-flat-logo-an:hover {
  background: #2CD4F2;
}
	/*アシスタント*/
.btn-flat-logo-as {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0.65em;
  text-decoration: none;
  color: #A3A293;
  background: #FFF317;
  transition: .4s;
}

.btn-flat-logo-as:hover {
  background: #FFFA99;
}
	/*認定講師*/
.btn-flat-logo-in {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 0.65em;
  text-decoration: none;
  color: #fff;
  background: #F84C87;
  transition: .4s;
}
.btn-flat-logo-in:hover {
  background: #F794B7;
}

.schedtable{
	width: 600px;
}

.kaisha {
    width: 100%;
    border: none;
    margin: auto 45px;
}

/*.kaisha th,*/
.kaisha td {
    padding: 20px;
    text-align: left;
    vertical-align: top;

}
.kaisha tr:nth-child(even) {
    background: none;
}

.kaisha th {
	padding: 20px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    background-color: none; 
    letter-spacing: 0.3em
}

.kenkobox_komon{
  clear: both;
  margin: auto;
  width: 670px;
  background: #eee;
  min-height: 150px;
  padding-top: 20px;
  text-align: left;
  overflow: auto;
  padding-bottom: 20px;
}

.komonmidasi{
    font-size: 1.3em;
    margin-left: 20px;
}

.komonpic{
  float: left;
  padding-left: 20px;
}
.komonpicsp{
  width: 130px;
}

.komontext{
  float: left;
  padding: 0px 28px;
  width: 75%;
  font-size: 0.9em;
}

.rijitext{
  float: left;
  padding: 5px 28px 10px;
  width: 100%;
  font-size: 0.9em;
}

.komontext2{
  float: left;
  line-height: 1.8em;
  padding: 0px 0px 0px 10px;
}

.rijitext2{
  float: left;
  line-height: 1.8em;
  padding: 5px 0px 0px 10px;
}

.name{
    font-size: 1.5em;
}

.productbox2{
  width: 870px;
  margin:0 auto;
  min-height:150px;
  clear: both;
  padding-bottom: 50px;
  margin-top: 10px;
}

.kenkobox_komon{
  clear: both;
  margin: auto;
  width: 670px;
  background: #eee;
  min-height: 150px;
  padding-top: 20px;
  text-align: left;
  overflow: auto;
  padding-bottom: 20px;
} 

/*
table.schedtable, .schedtable th, .schedtable td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
  padding: 7px;
}
table.schedtable th {
  width: 180px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #000;

}
table.schedtable td {
  padding: 10px;
  vertical-align: top;
}

table.schedtable tr:nth-child(even) {

  background-color: #ffc0cb;
}
table.schedtable tr:nth-child(odd) {
  background-color: #00bfff;
}
table.schedtable td:nth-child(2){
  background-color: #fff;
}
*/
.col-head-type1 {
  border-collapse: collapse;
  width: 90%;
  margin: auto;
}

.col-head-type1 th,
.col-head-type1 td {
  border-top: 1px solid #dbe1e8;
  border-bottom: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
/*  background: #f9fafc;*/
  width: 110px;
}

.col-head-type1 td {
  padding-left: 20px;
}

.col-head-type1 td a{
  text-decoration: none;
  color: #000;
}

.col-head-type1 td a:hover{ 
  text-decoration: underline;  
}

.col-head-type2 {
  border-collapse: collapse;
  width: 105%;
  margin: auto;
}

.col-head-type2 th,
.col-head-type2 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type2 th {
/*  background: #f9fafc;*/
  width: 180px;
}

.col-head-type2 td {
  padding-left: 20px;
}

.col-head-type2 td a{
  text-decoration: none;
  color: #000;
}

.col-head-type2 td a:hover{ 
  text-decoration: underline; 
  color: #59c3e1; 
}

.oddth{
	background: #59c3e1;
	color: #fff;
	font-weight: bold;
}
.eventh{
	background: #ec7aac;
	color: #fff;
	font-weight: bold;
}

.end-icon{
  font-size: 0.8em;
  background: #999;
  color: #fff;
  padding: 3px 10px;
  margin-right: 15px;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}

.kako-icon{
  font-size: 0.9em;
  font-weight: bold;
  background: #c0c0c0;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}

.tokyo-icon{
  font-size: 0.9em;
  font-weight: bold;
  background: #59c3e1;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}

.osaka-icon{
  font-size: 0.9em;
  font-weight: bold;
  background: #ec7aac;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}

.nagoya-icon{
  font-size: 0.9em;
  font-weight: bold;
  background: #F6AD3C;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}

.kobe-icon{
  font-size: 0.9em;
  font-weight: bold;
  background: #80E05A;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}

.fukuoka-icon{
  font-size: 0.9em;
  font-weight: bold;
  background: #A55B9A;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;        /* CSS3草案 */  
  -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 4px;   /* Firefox用 */  
}
  .newsBoxs {
    width: 95%;
  }
  .newslistbox,.paegelist{
    width: 100%;
        list-style: none;
    margin: 10px;
  }
  .productbox-title-p{
    width: 100%;
    margin: auto;
  }
  .sp-pl-title_product {
    margin-top: 0px;
    padding-top: 0px;
  }

  img.cloud_pic {
    width: 100%;
    margin: 0px 0px;
  }

.pagelink a {
    color:#000;
    text-decoration:underline;
    float: left;
    border: 1px solid #ccc;
    margin:5px;
    padding: 5px 10px;
}
.pagelinkself a {
    background: #ccc;
    color:#000;
    text-decoration:none;
    float: left;
    border: 1px solid #ccc;
    margin:5px;
    padding: 5px 10px;
}

  .pagelinkself a {
    background: #ccc;
    color:#000;
    text-decoration:none;
    float: left;
    border: 1px solid #ccc;
    margin:5px;
    padding: 5px 10px;
}
.scheList{
  overflow: auto;
}
.schlistline{
  clear: both;
  border-top: 1px solid #ccc;
  line-height: 3.0em;
}
.schelistth{
  float: left;
  width: 105px;
  margin-left: 30px;
}
.schelisttext{
  float: left;
}

.schelisttext a{
  text-decoration: none;
  color: #000;
}

.schelisttext a:hover{
  text-decoration: underline;
  color: #59c3e1;
}

@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {

#main-visual {
	padding-top: 60px;
    height: 100%;
}

.topimg,.topimg2{
	width: 100%;
}
.header-img{
	width: 100%;
}
.spmenu{
	display: block;
}
#brand-logo{
		display: none;
}

.fontsize1{
	width: 100%;
}

.textcenter{
	max-width: 100%;
}

.fontsize2{
  max-width: 100%;
}

.col-head-type2 {
  width: 100%;
}

	/****メニュー全体****/
#menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 30px;
	height: 30px;
	background: rgba(200,200,200,1);
	/*配置*/
	overflow: hidden;
	position: absolute;
	right: 0;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: rgba(200,200,200,1);
	width: 80%;
	/*配置*/
	position: absolute;
	top: 30px;/*#menu divの高さ*/
	right: 0;
	display: none;
}

#menu li{
	/*デザイン*/
	padding: 10px;
	color: rgba(0,0,0,1);
	border-bottom: 1px rgba(255,255,255,1) solid;
	/*配置*/
	pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target ul{
	/*配置*/
	display: block;
}

	#sidebar{
		display: none;
	}


	#main .inner {
 		padding: 0px;
 		padding: 10px;
/* 		background: #ff0000;*/
 	}
 	#main-in {
    	padding-left: 0px;
	}
 	.contents {
    	width: 100%;
	}
	.topImg{
    	width:100%;
	}
	.topnews {
    	width: 100%;
	}
	#footer{
		width: 	100%;
	}
	.footboxlist{
		display: none;
	}
	.footbox {
		width: auto;
	}

	.subcontents {
	    width: 100%;
	}

.schedtable{
	width: 100%;
}
	table.schedtable, .schedtable th, .schedtable td {
  		display: block;
  		width: 100%;

	}
	table.schedtable th {
    	width: 100%;
    }

    table.schedtable tr:nth-child(even) {
  /* 奇数行の背景色を設定します。 */
  background-color: #ffc0cb;
}
table.schedtable tr:nth-child(odd) {
  /* 偶数行の背景色を設定します。 */
  background-color: #00bfff;
}

p.state1 img {
    width: 100%;
}

.kenkobox_komon{
  width: 100%;
} 

 .parent_kaisya{
      padding: 10px;
      text-align: center;
      width: 100%;
      margin: auto;
  }
  .komonbox{
    width: 100%;
    text-align: left;
    clear: both;
    min-height: 350px;
    padding-top: 30px;
    border-top: none;
    border-bottom: none;
  }

.komonmidasi{
    font-size: 1.2em;
}

.komontext{
  width: 100%;
}


.productbox2{
    width: 100%;
}

.kaisha {
    margin: auto;
}
.schelisttext{
  float: none;
}
.schelistth{
  float: none;
  margin: 0px;
}
}


