@charset "UTF-8";
/* CSS Document */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import "reset.css";


body {
	font-family: 'EB Garamond', Georgia, 游明朝, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,'Noto Sans JP', sans-serif;
	letter-spacing:0.1em;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	font-size: 17px;
    display: none;
}

.all {
    animation: fadeIn 0.5s;
 }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.container-fluid {
  margin:0 auto;
  max-width: 1200px;
}
.container-fluid{
	margin-bottom: 30px
}


p{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8em;
	font-weight: 500;
}

.c-header{
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.c-line{
	text-align: center;
	padding: 30px auto;
	width: 48px;
	height: 2px;
}
	
ul{
	list-style:none;
	padding-left: 0px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
}

a:link,
a:visited{
	background: none;
	text-decoration:underline;
	color: #339900;
}

a:hover,
a:active{
	background-color: #339900;
	text-decoration: none;
	color: #ffffff;
}

.h-top{
	margin-top: 50px;
}

.wrap{
	margin: 0 auto;
	text-align: center;
}
.imrm{
	margin-right: 40px;
}

.btm-xs{
	margin-bottom: 12px;
}

.btm-sm{
	margin-bottom: 36px;
}

.btm-md{
	margin-bottom: 72px;
}

.btm-lg{
	margin-bottom: 144px;
}

.ita{
	font-style:italic;
}

.t-bold{
	font-weight: bold;
}

.fs110{
	font-size: 1.1em;
}

.fs90{
	font-size: 0.9em;
}

.fs80{
	font-size: 0.8em;
}

.clear{
	clear:both;
}
.clear hr{
	display:none;
}

.tar{
	text-align: right;
	padding: 3px 5px 0 0;
}

.tac{
	text-align: center
}

.cap{
	font-size: 0.8em;
	letter-spacing: 0.05em;
}

/* comment */

.comments{
	font-size: 1.1em;
	margin-bottom: 30px;
	line-height: 3.0em;
}

.speaker{
	font-size: 1.1em;
	text-align: right;
	margin-left: auto;
}

.p-name{
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 18px;
}

.job{
	font-size: 1.0em;
	text-align: center;
	margin-bottom: 18px;
}

.a-link{
	text-align: center;
}


.under-line{
	border-bottom:1px solid #333333;
}
.ita{
	font-style:italic;
}

.ls0{
	letter-spacing: 0;
}

.credit {
	font-size: 0.8em;
	text-align: center;
}

.attention{
	font-size: 0.8em;
	text-align: center;
}

.talk h1{
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.75em;
}

.talk h2{
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.75em;
}

.profile h1 {
	font-weight: normal;
	font-size: 1.2em;
	text-align: center
}

.archive h1{
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.75em;
}

.archive ul{
    text-align: center;
}

/* Extra small devices: Phones (<768px) */
@media (max-width: 767px) {
	body{
		font-size: 15px;
	}
	.btm-xs{
		margin-bottom: 8px;
	}

	.btm-sm{
		margin-bottom: 24px;
	}

	.btm-md{
		margin-bottom: 54px;
	}

	.btm-lg{
		margin-bottom: 108px;
	}
	.cap{
		font-size: 0.75em;
	}
	.p-name{
		text-align: center;
		font-size: 1.1em;
	}
	.job{
		text-align: center
	}
	.h-top{
		margin-top: 0px;
	}
	.comments{
		font-size: 1.1em;
		line-height: 2.2em;
	}

	.speaker{
		font-size: 1.05em;
	}
	.fs90{
	font-size: 0.9em;
	}
}
/* Small devices: Tablets (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
	body{
		font-size: 16px;
	}
	.sm-fs85{
		font-size: 0.85em;
	}
	
	.br-sp {
		display:none;
	}
	.h-top{
		margin-top: 0px;
	}
	.p-name{
		text-align: center;
		font-size: 1.2em;
	}
	.job{
		text-align: center
	}
}
 
/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.br-sp {
		display:none;
	}
	.lg-md-br-dn{
		display:none;
	}
	.h-top{
		margin-top: 0px;
	}
}
 
/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) {
	.br-sp {
		display:none;
	}
	.lg-md-br-dn{
		display:none;
	}
}