@charset "utf-8";

/*================================================
 *  共通
 ================================================*/

html{
  scroll-behavior: smooth;/* スムーススクロール */
}

body { font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	margin: 0; }

.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 800px;
}

.img-responsive {
	display:block;
	max-width:100%;
	height:auto
}

.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}

a.overwhite:hover img {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

h2 {
  position: relative;
  padding: 0 0 12px 0;
  text-align: center;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 30px;
}

h2:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 15px);
  width: 24px;
  height: 3px;
  content: '';
  border-radius: 0px;
  background: #ff5a00;
}

table {border-spacing:2px;
	border-collapse:separate;
width: 100%;}

@media screen and (max-width:767px) {
	
h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

h2:before {
  width: 20px;
  height: 3px;
}
	
}

/*================================================
 *  #top
 ================================================*/

#top {
	text-align: center;
	background-image: url(bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f0f4f7;
}

#top .container-fluid {
max-width: 900px;
}

#top h1 {
	display: none;
}

@media screen and (max-width:767px) {
	
#top {
	padding-top: 20px;
	padding: 0;
}
	
#top .container-fluid {
		padding: 0;
	}

}

/*================================================
 *  footer
 ================================================*/
 
footer {
	padding: 30px 0;
	 background-color: #000;
	text-align: center;
	color:#FFFFFF;
	clear:both;
}
footer p.copyright {
	color:#FFFFFF;
	font-weight: normal;
	margin: 10px 0 0 0;
	font-size:10px;
}

@media screen and (max-width:767px) {
	
footer {
	padding: 16px 0 12px 0;
	}
	
footer p.copyright {
	font-size:8px;
}
	
}


/*================================================
 *  summary
 ================================================*/
 #summary {
	 padding:60px 0 80px 0;
 }

#summary h3 {
	color: #0032d3;
}

#summary p {
	line-height: 2.2;
	margin: 0 0 15px 0;
	color: #333;
	font-size: 16px;
 }

#summary p.btn-ue {
	text-align: center;
	padding-top: 30px;
	line-height: 1.4;
 }

#summary .btnwaku2 {
	padding-top: 10px;
	
}

@media print, screen and (max-width: 767px) {
	
#summary {
	 padding:40px 0 ;
 }

#summary p {
	line-height: 2;
	margin: 20px 0 0 0;
	text-align: justify;
	font-size: 14px;
 }

}



/*================================================
 *  about
 ================================================*/
#about {
	 padding:40px 0 70px 0;
 }

 #about table.demo03 {
	 width:100%;
	 border: none;
	 margin-bottom: 0;
	 font-size: 16px;
 }

#about table.demo03 tr th {
	  vertical-align:top;
	  padding:15px;
	background-color: #ea8a4b;
	text-align: left;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
 }

#about table.demo03 tr th small {
	font-size: 10px;
	font-weight: normal;
 }

#about table.demo03 tr td {
	 padding:15px 20px;
	background-color: #f3ddce;
}
#about table.demo03 tr td p {
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
}

#about table.demo03 p strong {
	font-size: 24px;
}

#about table.demo03 p small {
	font-size: 12px;
}

#about dt{
  float: left;
	line-height: 1.5;
}

#about dd{
  margin-left: 15px;
	line-height: 1.5;
	padding-bottom: 10px;
}

#about .text-red {
	color: #F00000;
}

#about .shicho {
	font-size: 14px;
	padding-top: 30px;
}

#about .shicho h4 {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 24px;
	text-align: center;
}

#about .shicho p {
	margin-bottom: 10px;
	line-height: 1.4;
}

@media screen and (max-width:767px) {
#about {
	 padding:30px 0 40px 0;
 }

#about table.demo03 {
	 border: none;
	margin-bottom: 30px;
 }
#about .demo03 tr {
    display:block;
  }
#about table.demo03 tr td {
	padding:10px;
	 display:block;
    width: 100%;
	 border: none;
}
 #about table.demo03 tr th {
    display:block;
    width: 100%;
	 padding:7px 10px 5px 10px;
	 border: none;
	 font-size: 14px;
	 line-height: 1;
 }
 #about table.demo03 tr td p {
	 line-height:1.6;
	 margin-top:0;
	 margin-bottom:0;
	 font-size:14px;
 }
	
#about .shicho {
	padding-top: 10px;
}
	
#about .shicho h4 {
	font-size: 20px;
}
	
#about dd{
  margin-left: 16px;
	line-height: 1.3;
	padding-bottom: 8px;
}

}
@media print, screen and (min-width: 767px) {
#about table.demo03 tr th {
	width: 150px;
 }
}

/*================================================
 *  speakers
 ================================================*/
#speakers {
	 padding:60px 0 80px 0;
	background-color: #dae1e9;
 }

#speakers h3 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #ff5a00;
	line-height: 1.2;
 }

#speakers h4 {
	padding: 0;
	margin: 0;
 }

#speakers h4 small {
	font-size: 12px;
 }

#speakers h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.4;
 }

#speakers h5.koen {
	padding: 4px 4px 2px 8px;
	margin: 0 0 6px 0;
	color: #fff;
	background-color: #ff5a00;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
 }

#speakers table tr th, #speakers table tr td {
	background-color: #fff;
	padding: 20px;
	vertical-align: top;
	
}

#speakers table tr th {
	width: 100px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	
}

#speakers p.jimukyoku {
	font-size: 14px;
	line-height: 1.2;
}

@media screen and (max-width:767px) {
	
#speakers {
	 padding:30px 0 40px 0;
 }

#speakers h3 {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.2;
 }

#speakers h5.koen {
	margin: 0 0 4px 0;
	padding: 4px 1px 2px 6px;
 }

#speakers table tr th {
	padding: 15px 10px;
	width: 70px;
	
}
	
#speakers table tr td {
	padding: 15px;
	
}
	
#speakers .col-3 {
	padding-right: 0;
}
	
#speakers p.jimukyoku {
	font-size: 12px;
	line-height: 1.3;
}

	
	}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

img.pconly {
	display:none;
}
.pconly {
	display:none;
}

}

/*================================================
 *  スマートフォン以外向けデザイン
 ================================================*/
@media print, screen and (min-width: 767px) {
img.mbonly {
	display:none;
}
.mbonly {
	display:none;
}
	.btnmoushikomi {
		background-color: #ceefca;
		border: 1px solid #4cb541;
	}

}

.info{
	background-color: #f5e552;
	padding: 15px 30px 25px;
	text-align: center;
}
.info h2{
	margin-bottom: 10px;
}
.info p{
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: red;
}
.info a{
	word-break: break-all;
	color: #0032d3;
	font-size: 20px;
	background-color: #fff;
	padding: 10px 15px;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.info span{
	text-decoration: underline;
}
.info .infottl{
	background-color: #000;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.info a:hover,
.info a:active{
	color: #0060ff;
}
.boxttl{
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 2px 10px;
}
@media print, screen and (max-width: 640px) {
	.info{
		padding: 15px 10px;
	}
	.info p{
		font-feature-settings : "palt";
	}
}
@media print, screen and (max-width: 480px) {
	.info p{
		font-size: 17px;
	}
	.info a{
		font-size: 18px;
	}
}