/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

  word-wrap : break-word;
  overflow-wrap : break-word;



}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 890px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

}

@media screen and (max-width: 889px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 690px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 890px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
}	

body.body_bg{
	background:#eb6363;
}

/* container ---------------------------------------------- */


.container{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01_in{
	background:url(../img/common/content_bg01.jpg) center bottom no-repeat;
	padding-bottom:500px;
}

.container01{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;


}

.container02{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


/* contents ---------------------------------------------- */

.contents{
	width:94%;
	height:auto;
	padding:0 3%;
}

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

.header_bg{
	width:100%;
	height:auto;
	background:#c42122;
}

header{
	max-width:94%;
	width: 960px;
	height:120px;

	margin: 0 auto;
	position:relative;
}


.header_img01{
	width:576px;
	height:auto;
	position:absolute;
	top:66px;
	left:50%;
	margin-left:-288px;
}


.nav_bg{
	width:100%;
	height:auto;
	background:#f02626;
}

nav.nav01{
	max-width:94%;
	width: 960px;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

nav.nav01 ul{
	margin:0;
	padding:0;
	display:inline;
}

nav.nav01 ul li{
	list-style-type:none;
	display:inline;
	padding-right:17px;
	margin-right:14px;
	background:url(../img/common/nav_bg.jpg) right no-repeat;
	color:#FFF;
	font-size:18px;
	font-family: "Noto Sans Japanese";
	line-height:100%;
}

nav.nav01 ul li:nth-child(7){
	padding-right:0px;
	margin-right:0px;
	background:none;
}

nav.nav01 ul li a{
	color:#FFF;
	text-decoration:none;
	padding:5px;
}

nav.nav01 ul li a:hover{
	color:#000;
	text-decoration:underline;
	padding:5px;
	background:#FFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}

.nav_h{
	color:#000 !important;
	text-decoration:underline !important;
	padding:5px;
	background:#FFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}



.nav_sub{
	width:290px;
	height:auto;
	left:50%;
	margin-left:-145px;

	text-align:center;
	position:absolute;
	top:65px;
	z-index:1000;
}

.nav_sub ul{
	margin:0;
	padding:0;

}

.nav_sub ul li{
	list-style-type:none;
	float:left;

	margin-right:30px;
	color:#000000;
	font-size:12px;
	line-height:100%;
	font-family: "メイリオ", sans-serif;

	width:70px;
}

.nav_sub ul li:nth-child(3){
	margin-right:0px;
	background:none;
}

.nav_sub ul li a{
	width:70px;
	margin-right:30px;
	display:block;
	padding:5px 10px;
	text-align:center;
	background:#F90;
	color:#FFF;
	text-decoration:none;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
}

.nav_sub ul li a:hover{
	color:#FFF;
	background:#F60;
	text-decoration:none;
}




#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}



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



.footer_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/footer_bg01.jpg) repeat;
}


footer.footer01{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	padding:40px 0;

}

.footer_b01{
	text-align:center;
	font-family: "Noto Sans Japanese";
}

.footer_b01 dl dt{
	font-size:18px;
	color:#FFF;
	padding-bottom:13px;
	margin-bottom:13px;
	border-bottom:1px dotted #FFFFFF;
}

.footer_b01 dl dd{
	font-size:16px;
	color:#FFF;
	line-height:150%;
}

.footer_b01 dl dd a{
	color:#FFF;
	text-decoration:underline;
}

.footer_b01 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}


.footer_bg02{
	width:100%;
	height:auto;
	background:#c42122;
}

footer.footer02{
	max-width:94%;
	width:1000px;
	height:auto;
	background:#c42122;
	margin:0 auto 0px auto;
	padding:20px 0;

}

.f_txt01{
	text-align:center;
	line-height: 120%;
	font-size: 13px;
	color:#FFF;
}

.f_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.f_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}






}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
}	

body.body_bg{
	background:#eb6363;
}

/* container ---------------------------------------------- */
.

.container{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01_in{
	background:url(../img/common/content_bg02.jpg) center bottom no-repeat;
	padding-bottom:400px;
}

.container01{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;


}


.container02{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}

.container03{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}

/* contents ---------------------------------------------- */

.contents{
	width:94%;
	height:auto;
	padding:0 3%;
}

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

.header_bg{
	width:100%;
	height:auto;
	background:#c42122;
}

header{
	max-width:94%;
	width: 960px;
	height:120px;
	margin: 0 auto;
	position:relative;
}


.header_img01{
	width:520px;
	height:auto;
	position:absolute;
	top:70px;

}





#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}



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



.footer_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/footer_bg01.jpg) repeat;
}


footer.footer01{
	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	padding:40px 0;

}

.footer_b01{
	text-align:center;
	font-family: "Noto Sans Japanese";
}

.footer_b01 dl dt{
	font-size:18px;
	color:#FFF;
	padding-bottom:13px;
	margin-bottom:13px;
	border-bottom:1px dotted #FFFFFF;
}

.footer_b01 dl dd{
	font-size:16px;
	color:#FFF;
	line-height:150%;
}

.footer_b01 dl dd a{
	color:#FFF;
	text-decoration:underline;
}

.footer_b01 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}


.footer_bg02{
	width:100%;
	height:auto;
	background:#c42122;
}

footer.footer02{
	max-width:94%;
	width:1000px;
	height:auto;
	background:#c42122;
	margin:0 auto 0px auto;
	padding:20px 0;

}

.f_txt01{
	text-align:center;
	line-height: 120%;
	font-size: 13px;
	color:#FFF;
}

.f_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.f_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}




}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	font-family: "メイリオ", sans-serif;
}	

body.body_bg{
	background:#eb6363;
}

/* container ---------------------------------------------- */


.container{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}


.container01_in{
	background:url(../img/common/content_bg03.jpg) center bottom no-repeat;

	padding-bottom:280px;
}



.container01{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container02{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:94%;
	width:1000px;
	height:auto;
	margin:0 auto 100px auto;

}



/* contents ---------------------------------------------- */

.contents{
	width:94%;
	height:auto;
	padding:0 3%;
}


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


.header_bg{
	width:100%;
	height:auto;
	background:#c42122;
}


header{
	max-width:94%;
	width: 960px;
	height:70px;

	margin: 0 auto;
	position:relative;
}


.header_img01{
	width:270px;
	height:auto;
	position:absolute;
	top:40px;

}	




#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}



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



.footer_bg01{
	width:100%;
	height:auto;
	background:url(../img/common/footer_bg01.jpg) repeat;
}


footer.footer01{
	max-width:94%;
	width:1000px;
	margin:0 auto 0px auto;
	padding:30px 0;

}

.footer_b01{
	text-align:center;
	font-family: "Noto Sans Japanese";
}

.footer_b01 dl dt{
	font-size:13px;
	color:#FFF;
	padding-bottom:13px;
	margin-bottom:13px;
	border-bottom:1px dotted #FFFFFF;
}

.footer_b01 dl dd{
	font-size:13px;
	color:#FFF;
	line-height:150%;
}

.footer_b01 dl dd a{
	color:#FFF;
	text-decoration:underline;
}

.footer_b01 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}


.footer_bg02{
	width:100%;
	height:auto;
	background:#c42122;
}

footer.footer02{
	max-width:94%;
	width:1000px;
	height:auto;
	background:#c42122;
	margin:0 auto 0px auto;
	padding:20px 0;

}

.f_txt01{
	text-align:center;
	line-height: 120%;
	font-size: 10px;
	color:#FFF;
}

.f_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.f_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}


}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 890px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:776px;
	height:auto;
	position: absolute;
	top:22px;
	line-height:100%;
	left:50%;
	margin-left:-388px;
}

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



h2.h2_01{
	text-align:center;
	font-size:40px;
	font-family: 'Lato', sans-serif;
	margin-bottom:50px;
	line-height:100%;
	font-weight:normal;
	color:#000000;
}

h3.h3_01{

	font-size:25px;
	font-family: 'Lato', sans-serif;

	line-height:160%;
	font-weight:normal;
	color:#000;
	margin-bottom:30px;
	text-align:center;
}

h3.h3_01 span{
	border-bottom:3px solid #00A89B;
}


h3.h3_01 p{
	margin-top:5px;
	font-size:22px;
	font-weight:normal;
}




/* 各ページイメージ ---------------------------------------------- */


.main_top_img{

	width: 100%;
	height:650px !important;
	background:url(../img/top/top_img.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}


.page_top_img{

	width: 100%;
	height:350px !important;
	background:url(../img/top/page_top.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 60px auto;

}






p.s_top_img{
      display:none;
      text-align:center;
}





/* 共通バナー ---------------------------------------------- */

.contact_banner{

}

.contact_banner a{
	width:100%;
	background:#eb6363;
	padding:20px 0;
	margin-top:100px;
	text-align:center;
	display:block;	
}

.contact_banner img {

	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* 開催概要-------------------------------------------------------------------------------------------------------------- */


.ot_txt{
	font-size:15px;
	line-height:180%;
	margin-bottom:50px;
}

.ot_txt01{
	font-size:15px;
	line-height:150%;
	margin-bottom:30px;
	box-sizing:border-box;

   padding:20px 25px;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.ot_t_b1{
	margin-bottom:50px;
}

.ot_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.ot_t_b1 table th{
	width:200px;
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;

}


.ot_t_b1 table td{
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;
}

.ot_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}

.ot_t_b1 a{
	color:#0099cc;
	text-decoration:underline;
}

.ot_t_b1 a:hover{
	color:#0099cc;
	text-decoration:none;
}





/* プログラム-------------------------------------------------------------------------------------------------------------- */



.pg_t_b1{
	margin-bottom:50px;
}

.pg_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.pg_t_b1 table th{
	width:200px;
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;

}


.pg_t_b1 table td{
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;
}


.pg_t_b1 table th span{
	font-weight:bold;
}

.pg_t_b1 table td span{
	font-weight:bold;
}




.pg_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}

.pg_t_b1 a{
	color:#0099cc;
	font-weight:bold;
	text-decoration:underline;
}

.pg_t_b1 a:hover{
	color:#0099cc;
	font-weight:bold;
	text-decoration:none;
}





.pg_txt001{
	font-size:16px;
	line-height:150%;
}


.pg_txt002{
	font-size:16px;
	line-height:150%;
	margin-bottom:30px;
}

.pg_imgb_01{
	width:100%;
	height:auto;
}

.pg_imgb_01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}

.pg_imgb_01 ul li img{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #CCC;
}


.pg_imgb_01 ul li:last-child{
	margin-right:0%;
}


.pg_imgb_02{
	text-align:center;
}

.pg_imgb_02 ul li{


	height:auto;
	display:block;
	text-align:center;
	margin:0 auto 20px auto;
}

.pg_imgb_02 ul li img{

	height:auto;

	border:1px solid #CCC;
}




/* アクセス-------------------------------------------------------------------------------------------------------------- */


.access_txt01{
	font-size:16px;
	line-height:160%;
	
	margin-bottom:30px;
}

.access_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.access_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}


.access_txt02{
	
}

.access_txt02 dl{
	border:1px solid #CCC;
	box-sizing:border-box;
	padding:20px;
	background:#FFF;
}

.access_txt02 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}

.access_txt02 dl dd{
	font-size:16px;
	line-height:160%;
	margin-bottom:15px;
}

.access_txt02 dl dd:last-child{
	margin-bottom:0px;
}




/* 講演------------------------------------------------------------------------------------------------------------- */


.speaker_img01{
	max-width:600px;
	width:100&;
	height:auto;
	margin:0 auto 20px auto;
}

.speaker_txt01{

}

.speaker_txt01 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:25px;
	text-align:center;
}

.speaker_txt01 dl dt span{
	border-bottom:3px solid #069;
}

.speaker_txt01 dl dd.speaker_txt01_01{
	max-width:670px;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;

}


.speaker_txt01 dl dd.speaker_txt01_02{
	max-width:600px;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;

}


.speaker_txt02{
	font-size:16px;
	line-height:160%;
	
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}








/* 資料------------------------------------------------------------------------------------------------------------- */

.material_b01{
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}

.material_b01_l{
	width:48%;
	height:auto;
	float:left;
}

.material_b01_l img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}


.material_b01_r{
	width:50%;
	height:autol;
	float:right;
	padding-top:50px;
}



.material_b01_l_txt01{

}

.material_b01_l_txt01 dl dt{
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.material_b01_l_txt01 dl dt span{
	border-bottom:3px solid #069;
}

.material_b01_l_txt01 dl dd{
	margin:0 auto 0px auto;
	font-size:14px;
	line-height:140%;

}



.material_b01_r_ttl{

	font-size:22px;
	font-family: 'Lato', sans-serif;

	line-height:160%;
	font-weight:normal;
	color:#000;
	margin-bottom:30px;
	text-align:center;
}

.material_b01_r_ttl span{
	border-bottom:3px solid #00A89B;
}

.material_b01_r_btn{
	max-width:260px;
	height:auto;

	background:#F00;
	margin:0 auto;
	text-align:center;
	font-size:22px;
	font-family: 'Lato', sans-serif;
	line-height:140%;
}

.material_b01_r_btn a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:20px;
}

.material_b01_r_btn a:hover{
	color:#FFF;
	text-decoration:underline;
}



/*お問い合わせ---------------------------------------------- */

.contact_b01{
	background:#f8f8cb;
	padding:30px
}


.contact_b01 dl dt{
	font-size:24px;
	line-height:150%;
	text-align:center;
	margin-bottom:10px;
	color:#069;
	
}

.contact_b01 dl dt p{
	font-size:18px;
	margin-bottom:2px;
	color:#000;
}


.contact_b01 dl dd{
	font-size:16px;
	text-align:center;
	line-height:170%;
}

.contact_b01 dl dd a{
	color:#000;
	text-decoration:underline;
}

.contact_b01 dl dd a:hover{
	color:#000;
	text-decoration:none;
}


.c_txt01{
	text-align:center;
	margin-top:25px;
	font-weight:bold;
	font-size:17px;
	color:#F00;
}






}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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

/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
	width:600px;
	height:auto;
	position: absolute;
	top:26px;
	line-height:100%;

	z-index:800;
}


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




h2.h2_01{
	text-align:center;
	font-size:40px;
	font-family: 'Lato', sans-serif;
	margin-bottom:50px;
	line-height:100%;
	font-weight:normal;
	color:#000000;
}



h3.h3_01{

	font-size:25px;
	font-family: 'Lato', sans-serif;

	line-height:160%;
	font-weight:normal;
	color:#000;
	margin-bottom:30px;
	text-align:center;
}

h3.h3_01 span{
	border-bottom:3px solid #00A89B;
}


h3.h3_01 p{
	margin-top:5px;
	font-size:22px;
	font-weight:normal;
}



/* 各ページイメージ ---------------------------------------------- */





.main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;

}

.page_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 50px auto;
	padding:0;

}




p.s_top_img{
      display:block;
      text-align:center;
	  margin:0;
	  padding:0;
	  line-height:0;
	  z-index:1;
}

/* 共通バナー ---------------------------------------------- */



.contact_banner{

}

.contact_banner a{
	width:60%;
	background:#eb6363;
	padding:20px 20%;
	margin-top:100px;
	text-align:center;
	display:block;
}


.contact_banner img {

	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}



/* 開催概要-------------------------------------------------------------------------------------------------------------- */


.ot_txt{
	font-size:15px;
	line-height:180%;
	margin-bottom:50px;
}

.ot_txt01{
	font-size:15px;
	line-height:150%;
	margin-bottom:30px;
	box-sizing:border-box;

   padding:20px 25px;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.ot_t_b1{
	margin-bottom:50px;
}

.ot_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.ot_t_b1 table th{
	width:200px;
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;

}


.ot_t_b1 table td{
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;
}

.ot_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}

.ot_t_b1 a{
	color:#0099cc;
	text-decoration:underline;
}

.ot_t_b1 a:hover{
	color:#0099cc;
	text-decoration:none;
}



/* プログラム-------------------------------------------------------------------------------------------------------------- */



.pg_t_b1{
	margin-bottom:50px;
}

.pg_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.pg_t_b1 table th{
	width:200px;
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;

}


.pg_t_b1 table td{
	font-size:16px;
	border-bottom:1px dotted #999;
	padding:12px 0;
}

.pg_t_b1 table th span{
	font-weight:bold;
}

.pg_t_b1 table td span{
	font-weight:bold;
}


.pg_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}

.pg_t_b1 a{
	color:#0099cc;
	font-weight:bold;
	text-decoration:underline;
}

.pg_t_b1 a:hover{
	color:#0099cc;
	font-weight:bold;
	text-decoration:none;
}


.pg_txt001{
	font-size:16px;
	line-height:150%;
}


.pg_txt002{
	font-size:16px;
	line-height:150%;
	margin-bottom:30px;
}

.pg_imgb_01{
	width:100%;
	height:auto;
}

.pg_imgb_01 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
}

.pg_imgb_01 ul li img{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #CCC;
}


.pg_imgb_01 ul li:last-child{
	margin-right:0%;
}


.pg_imgb_02{
	text-align:center;
}

.pg_imgb_02 ul li{
	max-width:700px;
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto 20px auto;
}

.pg_imgb_02 ul li img{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #CCC;
}





/* アクセス-------------------------------------------------------------------------------------------------------------- */


.access_txt01{
	font-size:16px;
	line-height:160%;
	
	margin-bottom:30px;
}

.access_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.access_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}


.access_txt02{
}

.access_txt02 dl{
	border:1px solid #CCC;
	box-sizing:border-box;
	padding:20px;
	background:#FFF;
}

.access_txt02 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}

.access_txt02 dl dd{
	font-size:16px;
	line-height:160%;
	margin-bottom:15px;
}

.access_txt02 dl dd:last-child{
	margin-bottom:0px;
}






/* 講演------------------------------------------------------------------------------------------------------------- */


.speaker_img01{
	max-width:600px;
	width:100&;
	height:auto;
	margin:0 auto 20px auto;
}

.speaker_txt01{

}

.speaker_txt01 dl dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:25px;
	text-align:center;
}

.speaker_txt01 dl dt span{
	border-bottom:3px solid #069;
}

.speaker_txt01 dl dd{

	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;

}


.speaker_txt01 dl dd.speaker_txt01_01{
	max-width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;

}


.speaker_txt01 dl dd.speaker_txt01_02{
	max-width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;

}


.speaker_txt02{
	font-size:16px;
	line-height:160%;
	
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}





/* 資料------------------------------------------------------------------------------------------------------------- */

.material_b01{
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}

.material_b01_l{
	width:100%;
	height:auto;
	float:none;
}

.material_b01_l img{
	max-width:600px;
	width:100%;
	height:auto;
	display:block;
	margin:0 auto 20px auto;
}


.material_b01_r{
	width:100%;
	height:autol;
	float:none;
	padding-top:20px;
}



.material_b01_l_txt01{

}

.material_b01_l_txt01 dl dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.material_b01_l_txt01 dl dt span{
	border-bottom:3px solid #069;
}

.material_b01_l_txt01 dl dd{
	max-width:560px;
	height:auto;
	margin:0 auto 0px auto;
	font-size:16px;
	line-height:140%;

}



.material_b01_r_ttl{

	font-size:20px;
	font-family: 'Lato', sans-serif;

	line-height:160%;
	font-weight:normal;
	color:#000;
	margin-bottom:30px;
	text-align:center;
}

.material_b01_r_ttl span{
	border-bottom:3px solid #00A89B;
}

.material_b01_r_btn{
	max-width:240px;
	height:auto;

	background:#F00;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	line-height:140%;
}

.material_b01_r_btn a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:15px;
}

.material_b01_r_btn a:hover{
	color:#FFF;
	text-decoration:underline;
}





/*お問い合わせ---------------------------------------------- */

.contact_b01{
	background:#f8f8cb;
	padding:20px
}


.contact_b01 dl dt{
	font-size:20px;
	line-height:150%;
	text-align:center;
	margin-bottom:8px;
	color:#069;
}

.contact_b01 dl dt p{
	font-size:16px;
	margin-bottom:3px;
	color:#000;
}


.contact_b01 dl dd{
	font-size:16px;
	text-align:center;
	line-height:170%;
}

.contact_b01 dl dd a{
	color:#000;
	text-decoration:underline;
}

.contact_b01 dl dd a:hover{
	color:#000;
	text-decoration:none;
}



.c_txt01{
	text-align:center;
	margin-top:25px;
	font-weight:bold;
	font-size:17px;
	color:#F00;
}



























}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 690px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
	width:300px;
	height:auto;
	position: absolute;
	top:10px;
	line-height:100%;
	z-index:800;
}

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




h2.h2_01{
	text-align:center;
	font-size:26px;
	font-family: 'Lato', sans-serif;
	margin-bottom:30px;
	line-height:100%;
	font-weight:normal;
	color:#000000;
}


h3.h3_01{

	font-size:17px;
	font-family: 'Lato', sans-serif;

	line-height:160%;
	font-weight:normal;
	color:#000;
	margin-bottom:20px;
	text-align:center;
}

h3.h3_01 span{
	border-bottom:3px solid #00A89B;
}



h3.h3_01 p{
	margin-top:5px;
	font-size:16px;
	font-weight:normal;
}


/* 各ページイメージ ---------------------------------------------- */


.main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 00px auto;
	padding:0;

}



.page_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 40px auto;
	padding:0;

}


p.s_top_img{
      display:block;
      text-align:center;
	  margin:0;
	  padding:0;
	  line-height:0;
	  z-index:1;
}

/* 共通バナー ---------------------------------------------- */

.contact_banner{

}


.contact_banner a{
	width:70%;
	background:#eb6363;
	padding:20px 15%;
	margin-top:100px;
	text-align:center;
	display:block;
}



.contact_banner img {

	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* 開催概要-------------------------------------------------------------------------------------------------------------- */


.ot_txt{
	font-size:14px;
	line-height:186%;
	margin-bottom:40px;
}

.ot_txt01{
	font-size:14px;
	line-height:140%;
	margin-bottom:30px;
	box-sizing:border-box;

   padding:15px 15px;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}


.ot_t_b1{
	margin-bottom:50px;
}

.ot_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.ot_t_b1 table th{
	width:100%;
	font-size:14px;
	border-bottom:none;
	padding:8px 0 0 0;
	font-weight:bold;
	display:block;
}


.ot_t_b1 table td{
	width:100%%;
	font-size:14px;
	border-bottom:1px dotted #999;
	padding:0px 0 8px 0;
	display:block;
}


.ot_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}


.ot_t_b1 a{
	color:#0099cc;
	text-decoration:underline;
}

.ot_t_b1 a:hover{
	color:#0099cc;
	text-decoration:none;
}







/* プログラム-------------------------------------------------------------------------------------------------------------- */


.pg_t_b1{
	margin-bottom:50px;
}

.pg_t_b1 table{
	width:100%;
	height:auto;
	line-height:160%;
	border-top:1px dotted #999;
}

.pg_t_b1 table th{
	width:100%;
	font-size:14px;
	border-bottom:none;
	padding:8px 0 0 0;
	font-weight:bold;
	display:block;
}

.pg_t_b1 table td{
	width:100%%;
	font-size:14px;
	border-bottom:1px dotted #999;
	padding:0px 0 8px 0;
	display:block;
}

.pg_t_b1 table th span{
	font-weight:bold;
}

.pg_t_b1 table td span{
	font-weight:bold;
}


.pg_t_b1 table td ul li{
	float:left;
	margin-right:20px;
	list-style-type : circle;
	margin-left:20px;
	margin-bottom:5px;
}

.pg_t_b1 a{
	color:#0099cc;
	font-weight:bold;
	text-decoration:underline;
}

.pg_t_b1 a:hover{
	color:#0099cc;
	font-weight:bold;
	text-decoration:none;
}



.pg_txt001{
	font-size:14px;
	line-height:150%;
}



.pg_txt002{
	font-size:16px;
	line-height:150%;
	margin-bottom:30px;
}

.pg_imgb_01{
	width:100%;
	height:auto;
}

.pg_imgb_01 ul li{
	max-width:500px;
	width:100%;
	height:auto;
	float:none;
	margin-right:0;
	margin:0 auto 15px auto;
}

.pg_imgb_01 ul li img{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #CCC;
}


.pg_imgb_01 ul li:last-child{
	margin:0 auto 15px auto;
}

.pg_imgb_02{
	text-align:center;
}

.pg_imgb_02 ul li{
	max-width:700px;
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto 20px auto;
}

.pg_imgb_02 ul li img{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border:1px solid #CCC;
}




/* アクセス-------------------------------------------------------------------------------------------------------------- */


.access_txt01{
	font-size:14px;
	line-height:150%;
	
	margin-bottom:30px;
}

.access_txt01 a{
	color:#0099cc;
	text-decoration:underline;
}

.access_txt01 a:hover{
	color:#0099cc;
	text-decoration:none;
}


.access_txt02{
}

.access_txt02 dl{
	border:1px solid #CCC;
	box-sizing:border-box;
	padding:15px;
	background:#FFF;
}

.access_txt02 dl dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

.access_txt02 dl dd{
	font-size:14px;
	line-height:150%;
	margin-bottom:15px;
}

.access_txt02 dl dd:last-child{
	margin-bottom:0px;
}





/* 講演------------------------------------------------------------------------------------------------------------- */


.speaker_img01{
	max-width:600px;
	width:100&;
	height:auto;
	margin:0 auto 20px auto;
}

.speaker_txt01{

}

.speaker_txt01 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
	line-height:180%;
}

.speaker_txt01 dl dt span{
	border-bottom:3px solid #069;
}

.speaker_txt01 dl dd{
	max-width:600px;
	height:auto;
	margin:0 auto 20px auto;
	font-size:14px;
	line-height:150%;

}


.speaker_txt02{
	font-size:14px;
	line-height:160%;
	
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}





/* 資料------------------------------------------------------------------------------------------------------------- */

.material_b01{
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}

.material_b01_l{
	width:100%;
	height:auto;
	float:none;
}

.material_b01_l img{
	max-width:600px;
	width:100%;
	height:auto;
	display:block;
	margin:0 auto 20px auto;
}


.material_b01_r{
	width:100%;
	height:autol;
	float:none;
	padding-top:20px;
}



.material_b01_l_txt01{

}

.material_b01_l_txt01 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

.material_b01_l_txt01 dl dt span{
	border-bottom:3px solid #069;
}

.material_b01_l_txt01 dl dd{
	max-width:560px;
	height:auto;
	margin:0 auto 0px auto;
	font-size:14px;
	line-height:140%;

}



.material_b01_r_ttl{

	font-size:16px;
	font-family: 'Lato', sans-serif;

	line-height:160%;
	font-weight:normal;
	color:#000;
	margin-bottom:30px;
	text-align:center;
}

.material_b01_r_ttl span{
	border-bottom:3px solid #00A89B;
}

.material_b01_r_btn{
	max-width:240px;
	height:auto;

	background:#F00;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	line-height:140%;
}

.material_b01_r_btn a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:12px;
}

.material_b01_r_btn a:hover{
	color:#FFF;
	text-decoration:underline;
}



/*お問い合わせ---------------------------------------------- */

.contact_b01{
	background:#f8f8cb;
	padding:15px
}


.contact_b01 dl dt{
	font-size:16px;
	line-height:140%;
	text-align:center;
	margin-bottom:10px;
	color:#069;

}

.contact_b01 dl dt p{
	font-size:14px;
	margin-bottom:5px;
	color:#000;
}


.contact_b01 dl dd{
	font-size:14px;
	text-align:center;
	line-height:140%;
}

.contact_b01 dl dd a{
	color:#000;
	text-decoration:underline;
}

.contact_b01 dl dd a:hover{
	color:#000;
	text-decoration:none;
}



.c_txt01{
	text-align:center;
	margin-top:15px;
	font-weight:bold;
	font-size:14px;
	color:#F00;
}






































}
