
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* 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;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
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;}

.mt15{margin-top:15px;}
.mt30{margin-top:30px;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.text-s{font-size:14px;}
.text-lg{font-size:2em;}

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

a{
	color: #92c41d; /*テキストの色、濃い黄緑*/
	text-decoration: none;
}

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

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

.red{color:#dc143c;}
/* ヘッダー
------------------------------------------------------------*/
#sidebar{
	height: 650px;
	overflow: auto;
	}
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

#sidebar h1{
		padding: 10px 0 10px 10px;
		line-height: 1.4em;
	}
#mainnav ul{
	color: #202020;
	border-top: solid #1e366a 1px;/*上のボーダー*/
	/* border-bottom: solid #1e366a 1px;  下のボーダー*/
	padding: 0.5em 0 0 0.5em;
}
	#mainnav li{
		font-size: 1em;
		padding: 6px 0;
	}
	#mainnav ul li ul{
		margin: 0 0 0 1.4em;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}
	#mainnav ul li ul li{
		display: inline-block;
		margin-right: 10px;
}

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


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

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

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	border-bottom: 3px solid #000;
}
section h3{
	line-height: 2.5em;
}
section h3 span {
	padding-bottom: 2px;
	border-bottom: 2px solid #a0a0a0;
}

section h4{
	line-height: 1.8em;
	padding: 5px 0 10px 20px;}
.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}
.center{
	text-align: center;
}
.innerS{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #a0a0a0;
}
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000; /*テキストの色、黒*/
    background-color:rgba(30, 144, 255, 0.4);
    border: solid 2px #1e90ff;/*枠の色、ドジャーブルー*/
    border-radius: 3px;
    transition: .4s;
    z-index: 1000;
}

.square_btn:hover {
    background-color:rgba(30, 140, 255, 1);
    text-decoration: none;
    color: #ffffff;  /*テキストの色を白*/
}

.round_btn {
    display: inline-block;
    padding: 0.3em 1em;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #000000;  /*テキストの色を黒*/
    background-color:rgba(30, 140, 255, 0.3); /*背景の色、ドジャーブルー*/
    border: solid 2px #1e90ff;/*枠の色、ドジャーブルー*/
    border-radius: 20px;
    transition: .4s;
    z-index: 1000;
}

 .round_btn:hover {
   background-color:rgba(30, 140, 255s, 1); /*背景の色、ドジャーブルー*/
    text-decoration: none;
    color: #ffffff; /*テキスト白色*/
}

.newslist ul {
}
.newslist  li {
   line-height: 1.4em;
   padding: 0.5em 0 0.5em 1em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.newslist  li a{
	color: #202020;
}
.label{
	border-style: solid ;
	 border-width: 2px;
    border-radius: 15px;
	 border-color:#a9a9a9;
	 background-color: #a9a9a9;
	 font-size: 11px;
	 margin:0 5px 2px 0;
	 }
/* SEC01 概要
------------------------------------------------------------*/
.social i {
  font-size: 1.5em;
  margin-right: 5px;
}
#sec01 p{
	font-size: 1.2em;
}
#sec01 dl{
	margin-left:  25%;
}
	
#sec01 dt{
	  float: left ; 
	  clear: left ; 
	  width: 15% ; 
	  border-bottom: 1px dotted #a0a0a0;
	  padding-left: 5%;
}
#sec01  dd {
	 float: left ; 
	 margin: 0 0 0 5%;
	 width: 80%;
	 border-bottom: 1px dotted #a0a0a0;
	 padding-left: 5%;
	 padding-right: 5%;
 }


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 講演者
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

#sec04 img{
	margin: 30px;
}

#sec04 h3{
	margin-left: 20px;
}
#sec04 p{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Q&A用
----------------*/
.circle-q{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #92c41d;
  text-align:center;
  line-height: 40px;
  font-size: 1.5em;
  color: #fff; 
  vertical-align: middle;
  margin-right: 0.4em;
}
/*LINE風吹き出し*/
.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 80px; /*任意のサイズ*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width: 70%; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #92c41d;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #92c41d;
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #92c41d;
}
.mr100{margin-right: 100px}
/* SEC05 アクセス・お問い合わせ
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 10px;
	line-height: 1.8em;
	text-align:center;
}

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

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}
/* マップ
=============*/

.ggmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.ggmap {
position: relative;
padding-bottom: 20px;
padding-top: 30px;
height: 500px;
}
 

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 16%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #fff;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	.center{
		text-align: center;
		padding-top: 15px;
}
	#sns{
		margin-top: 20px;
	}
	
	#sns li{
		padding-right: 10px;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	body{
		font-size:10px;
	}
	p{
		font-size:10px;
	}
	section h2{
		font-size:16px;
	}
	section h3{
		font-size:14px;
}

	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	section p{
	font-size:12px;
	}
	#sec01 p{
		font-size: 12px;
	}
	#sec01 .article dt dd{
		font-size: 10px;
	}
	#sec01 dl{
	margin-left:  5%;
	}	
	#sec01 dt{
	  width: 20% ; 
	  padding-left: 5%;
}
#sec01  dd {
	 width: 75%;
 }
	#gallery li{
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 799px){
	#mainImg img{
	margin-top: 70px;
}
	#sidebar{
		position: fixed;
		width: 45%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		background-color: rgba(255,255,255,0.7);
		width: 100%;
		height: 65px;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		/*text-align: center;*/
		padding-top: 0;
		font-size: 12pt;
	    line-height: 1.2em;
	}
	
	#mainnav li{
		font-size: 0.9em;
		padding:  0;
	}
	#mainnav ul li ul{
		margin-right: 0.5em;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}
	#mainnav ul li ul li{
		display: inline-block;
		margin-right: 10px;
}

	
  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: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	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: -10px;
		z-index: 100;
	}

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

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}
	#mainnav li {
		color: #000;
	}
	#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);
	}

	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}

/*  申込フォーム
=================*/
.hq{
	font-size: 1.2em;
	color: #000000;
	font-weight: 400;
	line-height: 1.4em;
}

.form-control {
  background: rgba(255, 255, 255, 0.2);
  /*border: none !important;*/
  border: solid, 1px, #696969;
  color: #000000;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}

select{
	display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px, 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: $color--light-grey;
    color: $color--dark-grey;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   /*
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    */
}
select option{
  background-color: #ffffff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #e4c15f;
}
.label-radio input[type="radio"]{
  display: none;
}
.label-radio input[type="checkbox"]{
  display: none;
}
.label-radio{
  cursor: pointer;
  color: #696969;
  padding-right: 15px;
  padding-left: 2em;
  font-weight: normal;
}
.label-radio .lever:before{
  content:"\f096";
  font-family: "icomoon";
  margin-right: 7px;
  color: #696969;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.label-radio input[type="radio"]:checked + .lever{
  color: #e4c15f;
}
.label-radio input[type="radio"]:checked + .lever:before{
  content: "\f046";
  font-family: "icomoon";
  color: #e4c15f;
}
.label-radio input[type="checkbox"]:checked + .lever{
  color: #e4c15f;
}
.label-radio input[type="checkbox"]:checked + .lever:before{
  content: "\f046";
  font-family: "icomoon";
  color: #e4c15f;
}
/*テーブル
---------------------------------------------------------------------------*/
/*ノーマルta1設定
------------------------------------*/
.ta1 {
	width: 90%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
	font-size: 13px;
	line-height: 1.5em;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: 40px;
	/*text-align: left;	左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 14px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 40px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: 580;
}
.ta-odd tr:nth-child(odd)  {
	background: #f6f5f2; /*奇数行だけ背景をつける*/
}
