@import url(https://fonts.googleapis.com/css?family=Pacifico);
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
/*table{border-collapse:collapse;border-spacing:0;margin:0 auto;table-layout:fixed;}*/
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	/* HOSAKA UPD S */
	/*
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	*/
	font: 16px/1.9 'sans-serif','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	/* HOSAKA UPD E */
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
/*KT UPD S*//*ナビリンクホバー*/
nav li:hover{
	background-color: #4699ca;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	transition: all 0.4s ease 0s;
	display: inline-block;
	padding: 0.6rem 2rem;
	margin: 0 0 1rem;
	cursor: pointer;
}
#mainnav a:hover{
	color: #fff;
	font-size: 17px;
	transition: all 0.4s ease 0s;
}
/*KT UPD E*/

#header{
	position: relative;
    overflow:hidden;
    width:100%;
	/* HOSAKA UPD S */
	/* height:568px; */
    height:568px;
	/* HOSAKA UPD E */
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	/* HOSAKA UPD S */
    /*color: #fff;*/    
	color: #1760a0;
	/* HOSAKA UPD E */
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	/* HOSAKA UPD S */
    /*font-family: 'Pacifico', cursive;*/	
	font-family: sans-serif;
	/* HOSAKA UPD E */
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	/* HOSAKA UPD S */
	/* font-size: 20px; */
	font-size: 30px;
	/* HOSAKA UPD E */
	font-weight:normal;
}

/*KT UPD S*//*申込ボタン*/
.btn-square-shadow {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #ffc107;/*#668ad8;--ボタン色*/
	color: #000;/*#FFF*/
	border-bottom: solid 4px ff9800;/*#627295*/
	border-radius: 3px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.btn-square-shadow:active {/*ボタンアクティブ*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
}

/*-----セミナー終了ボックス---------*/
.box29 {
    margin: 2em 0;
    background: #dcefff;
    display: inline-block;
}
.box29 .box-title {
    font-size: 1.5em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
    font-size: 1.6rem;
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',sans-serif,serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	/* HOSAKA UPD S */
	/* font-size: 22px; */
	font-size: 26px;
	/* HOSAKA UPD E */
	font-weight:normal;
	text-align: center;
}

/* HOSAKA ADD S */
section h3{
	font-size: 24px;
	font-weight:normal;
	text-align: left;
}
/* HOSAKA ADD E */


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}
/*KT UPD S 参加事項/ここがPCファーストだと縦並びになっちゃう
.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}*/



/*--------innerとcol2は参加事項と会社住所、map全部共通だったから、
PCでは横並び、レスポンシブでは縦並びにし直す----------------------------*/
.col2 li{/*横並び*/
	display: table-cell;
	width: 100%;
  	margin: 20px 0 20px 0;
}


/* KT UPD E*/


/* SEC01 
------------------------------------------------------------*/

.vision{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}
/*KT UPD S*//*概要リスト装飾*/
.gaiyou{
	position: relative;
}
.gaiyou li{
	/* HOSAKA UPD S */
	/* font-size: 1.125rem; */
	font-size: 1.5rem;
	/* HOSAKA UPD S */
	color: #2d8fdd;
	border-left: solid 6px #2d8fdd;/*左側の線*/
	margin-bottom: 3px;
	padding: 0.5em;
	line-height: 1.5;
	list-style-type: none!important;/*ポチ消す*/
}/*KT UPD E*/


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}
/* HOSAKA ADD S */
.txt h2{
	padding: 0 0 20px !important;
}
/* HOSAKA ADD E */


/* SEC03 SERVICE MESSAGE STORY 登壇者
------------------------------------------------------------*/
.col3{
	text-align: center;
}

.col3 li{
	display: inline-block;
	width: 30%;
	padding: 0 1.5%;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
}

.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
	/* HOSAKA ADD S */
	border-radius: 144px;
	/* HOSAKA ADD E */
}

/*KT UPD S*/
.col3 li span{
	font-size: 16px;
	text-align: center;
}
.col3 p{
	text-align: center;
}

	
/*下からフェードイン表示される要素の時間
.fadein-bottom{
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;/*表示される要素の時間
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;/*スクロール前の要素の透明度

}*/
/*フェードインアクティブ
.fadein-bottom.active{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;/*スクロール後の要素の透明度
}

KT UPD E*/


/* SEC04 STORY & SUCCESS　参加事項/推奨環境
------------------------------------------------------------*/
#sec04{
	background: url(../image/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

/*KT UPD S レスポンシブ
----------------------------------*/
@media screen and (max-width: 960px){/*タブレット用*/
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
}

@media only screen and (min-width: 641px){
.col2 li{
	width: 40%;
	padding: 0 3%;
	vertical-align: top;
	display: inline-block;/*←KT　追加*/
}
}


/*KT UPD E*/


/* SEC05 FORM & PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
/*KT UPD S*//*申込フォーム*/
#seminar-form{
	background: rgba(255,255,255,.5);
	position: relative;
	display:block;
	padding: 25% 10%;
	border: 2px solid #cccccc;
}
/*KT UPD S*//*iframe 外部フォーム拡大---------------------------------*/
#seminar-form iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	transform: scale(1.25);
	transform-origin: top;
	border: none;
}

@media screen and (max-width: 960px){/*タブレット用*/
#seminar-form iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0.95);
	transform-origin: bottom;
}
}
@media screen and (max-width: 480px){/*スマホ用*/
#seminar-form iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0.87);
	transform-origin: bottom;
}
}


/*拡大前の#seminar-form iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/*KT UPD E*/


.seminar-form-p{
	font-size: 1rem;
	color: #000000;
	text-align: center;
	margin: 0;
}
.privacy-policy p{
	width: 100%;
	font-size: 0.6rem;
	color: #000000;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

/*section location お問合せ先&地図--------------------------*/
#location{
	padding: 4% 0;
}
.location-wrapper{
	display: flex;
	justify-content: space-between;
}
.location-info{
	width: 30%;
	padding: 10px;
}
.location-title{
	padding: 10px 0 20px;
	font-weight: 600;
}
.location-title p{
	padding: 12px 10px;
}

.location-map{
	width: 74%;
}
/*地図 iframe-------*/
iframe{
	width: 100%;
	height: 400px;
}

/*レスポンシブ-----------------*/
@media(max-width: 800px){
.location-wrapper{
flex-direction: column;
}
.location-info,location-map{
	width: 100%;
}
}




/*KT UPD E*/




/* RESPONSIVE レスポンシブ設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		/* HOSAKA UPD S */
		/* padding: 70px 0 20px; */
		padding: 50px 0 5px;
		/* HOSAKA UPD E */
	}
	/* HOSAKA ADD S */
	section h3{
		padding: 70px 0 20px;
	}
	/* HOSAKA ADD E */
	.txt h2{
		padding: 0 0 20px !important;
	}
	/* HOSAKA ADD S */
	.txt h2{
		padding: 0 0 20px !important;
	}
	/* HOSAKA ADD E */
}


@media only screen and (min-width: 800px){
	body{
		/* HOSAKA UPD S */
		/* font-size:14px; */
		font-size:16px;
		/* HOSAKA UPD S */
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
		#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}
	
/*@media screen and (max-width: 800px){/*←メディアクエリ1行追加*/
	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
	#mainnav.changeNav{/*スクロール時に不透過＆上部固定ここから*/
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
}/*ここまで*/
	
	
/*ここから
	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #000;
	}
/*ここ消すとPC版で固定されない、タブレットだとメニュー消える#mainnav.changeNav{/*スクロール時に不透過＆上部固定
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}/*ここまで消してみる*/
	/*ここまで一緒に追加*/
	
	
	

	/* SEC06 MESSAGE　製品
	------------------------------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}




/*KT UPD S---------製品　レスポンシブ---------*/
@media screen and (max-width: 960px){/*タブレット用*/
.txt, .bg{
	width: 50%;
	float: left;
	display: contents;
	background: #f6f6f6;
}
}
@media screen and (max-width: 480px){/*スマホ用*/
.txt, .bg{
	width: 50%;
	float: left;
	display: contents;
	background: #f6f6f6;
}

/*KT UPD E*/


	



	/* SEC05 PROFILE
	-------------------------------------------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}



@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}
	/* HOSAKA ADD S */
	#slogan h3{
		font-size: 16px;
	}
	/* HOSAKA ADD E */

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: contents;
	max-width: 288px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	/* HOSAKA ADD S */
	section h3{
		padding: 50px 0 20px 0;
	}
	#sec01 h3{
		padding: 70px 0 20px;
	}
	/* HOSAKA ADD E */
	.vMid{
		padding: 0 20px;
	}
}



/*----------------KT UPD S*//*アジェンダテーブル---------------*/
table{
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	/*width: 850px;*/
}
table tr{
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 0.35rem;
	text-align: center;
}
table th,table td{
	padding: 1rem 10px 1rem 1rem;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	text-align: center;
}
table th{
	font-size: 16px;
}
table thead tr{
	background-color: #2d8fdd;
	color: #fff;
}
table tbody th{
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 1.3rem;
}
.txt1{
	text-align: left;
	border: none;
}
.txt2{/*登壇者txt2*/
	text-align: right;
	
}


@media screen and (max-width: 640px) {/*アジェンダ　レスポンシブ*/
table{
	border: 0;
	width: 100%;
}
table th{
	background-color: #2d8fdd;
	display: block;
	border-right: none;
}
table thead{
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
table tr{
	display: block;
	margin-bottom: 0.625rem
}
table td{
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 0.8rem;
	text-align: right;
	position: relative;
	padding: 0.625rem 0.625rem 0.625rem 3rem;
	border-right: none;
	border-left: none;
}
table td::before {
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 10px;
	color: #167F92;
  }
table td:last-child {
	border-bottom: 0;
}
table tbody th {
	background-color: #2d8fdd;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.txt1{
	font-size: 16px;
}
.txt2{
	border-left: none;
}
/*KT UPD E*/



/*KT UPD S*//*---------------テーブル修正前---------------*/
/* HOSAKA ADD S *//*アジェンダテーブル
th {
	background: #2d8fdd;
	border: solid 1px #ccc;
	color: #fff;
	padding: 20px 30px;
	text-align: center;
  }
  td {
	border: solid 1px #ccc;
	padding: 1rem 10px 1rem 10px;
  }
/*
  @media screen and (max-width: 640px) {
	.tbl-r03 {
	  width: 90%;
	}
	.tbl-r03 tr {
	  display: block;
	  float: left;
	}
	.tbl-r03 tr td, 
	.tbl-r03 tr th {
	  border-left: none;
	  display: block;
	  height: 50px;
	}
	.tbl-r03 thead {
	  display: block;
	  float: left;
	  width: 30%;
	}
	.tbl-r03 thead tr {
	  width: 100%;
	}
	.tbl-r03 tbody {
	  display: block;
	  float: left;
	  width: 70%;
	}
	.tbl-r03 tbody tr {
	  width: 50%;
	}
	.tbl-r03 tr td + td {
	  border-left: none;
	}
	.tbl-r03 tbody td:last-child {
	  border-bottom: solid 1px #ccc;
	}
  }
/* HOSAKA ADD E */
/*KT UPD E*/
}