
* {
  margin: 0;
  padding: 0px;
  font-family: 'Lato', sans-serif;
}


body {
  background: #fff;
  margin: 0;
  color: #5a5a5a;
}

h1, h3, h5, h6 {
  font-family: 'Lato', sans-serif;
}
h2 {
  font-family: 'Lato', sans-serif;
}
h3 {
  font-family: 'Lato', sans-serif;
}
h4 {
  font-family: 'Lato', sans-serif;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 10px;
}

html, body {
  height: 100%;
}





.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #4183D7;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}


a:hover::after{
  width: 100%;
}







/*Btn */

.btn-conf {
  border-radius: 50px;
  margin-right: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 28px 12px 28px;
  margin-top: 5px;
	margin-bottom: 10px;
}

.btn-g {
  background: #34cb18;
  color: white
}

.btn-b {
  background: #4183d7;
  color: white
}

.btn-s {
  display: inline-block;
  padding: 0.1em 1em;
  text-decoration: none;
  color: #cccccc;
  border: double 4px #CCCCCC;
  border-radius: 5px;
  transition: .4s;
}

.btn-s:hover:hover {
  background: #ffffff;
}

.btn-s a{color: #666666}

.btn-confs {
  border-radius: 10px;
  margin-left: 55px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px;
	margin-top: 5px;
}





/* ----- @media ----- */
/* ----- 768px以下 ----- */

@media (max-width: 768px) {
 img {
    max-width: 100%;
	  height: auto;
  }

}
/* ----- 480px以下 ----- */
@media (max-width: 480px) {
img {
    max-width: 100%;
	  height: auto;
  }
}

/* ----- 599px以下 ----- */
@media (max-width: 599px) {
img {
    max-width: 100%;
	height: auto;}
/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}
	
}


/* header */

#header {
  background-image: url("../img/sympo_2020_h.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height:400px;
  width: 100%;
  color: #333333;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#header h1 {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  color: #FFFFFF;}

#header h2 {
  font-size: 30px;
  color: #FFFFFF;
}

#header h5 {
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}



/* white grey bg*/

#grey {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #f5f5f5;
}

#grey fab {
  font-size: 22px;
  margin-right: 16px;
}

/* white bg*/

#white {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #ffffff;
}




/* copyright */

#copyright {
  background: #333333;
  padding: 20px 0;
  text-align: center;
}

#copyright p {
  margin-bottom: 5px;
  color: #ffffff;
}

#copyright a {
  color: #4183D7;
}







/* ----- 見出し ----- */
.mid1 {
  position: relative;
  padding: 0.5rem ;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #ffffff;
}

.mid1:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.mid1:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
.mid2 {
  position: relative;
  padding: 0.5rem ;
  border: 3px solid #daf2b3;
  border-radius: 10px;
  background: #f9f9f9;
	margin: 10px;
}

.mid2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #daf2b3 transparent transparent transparent;
}

.mid2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.mid3 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.mid3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.mid4 {
  border-bottom: solid 2px #8e8e8e;
  position: relative;
	width: 100%;
}

.mid4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #daf2b3;
  bottom: -3px;
  width: 15%;
}

.mid5{
	padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
}

.mid6 {
  border-bottom: dashed 1px #8e8e8e;
  position: relative;
}
.mid7 {
  position: relative;
  padding: 0.5rem ;
  border: 3px solid #daf2b3;
  border-radius: 10px;
  background: #f9f9f9;
	margin: 10px;
}
.mid8{ 
	padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
	background-color: lightgray;
	text-align: center;
}
.mid9{padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #0193e0;
}

.mid10 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #227be9;
}

.mid10:before,
.mid10:after {
   position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #227be9;
}

.mid10:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.mid10:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
  }
  
  .mid10 span {
  position: relative;
  display: block;
}

.mid11 { padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

.photoR{border-radius: 20px;}


@media screen and (min-width: 768px) {
.sch dt {
clear: left;
float: left;
width: 15%;
}
.sch dd {
margin-left: 16%;
}
}

/* ----- 画像----- */
.fig1{border-radius: 10px;}


/* ----- anima----- */
.anima
{
  display: inline-block;
}

.anima:hover
{
  animation: big 0.1s;
  animation-fill-mode: forwards;
}

.anima:active
{
  animation: small 0.1s;
  animation-fill-mode: forwards;
}

@keyframes big 
{
  0% {transform: scale(1); }
  100% {transform: scale(1.1);}
}

@keyframes small 
{
  100% {transform: scale(0.9);}
}

/* ----- btn ----- */

.btnB-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #0ad5f3 0%, #46a6f7 100%);
  transition: .4s;
font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.btnB-gradient-radius:hover {
  background-image: linear-gradient(45deg, #0ad5f3 0%, #2492ef 100%);
}

.btnO-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #e66f05 0%, #eea360 100%);
  transition: .4s;
font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.btnO-gradient-radius:hover {
  background-image: linear-gradient(45deg, #e66f05 0%, #f1ba84 100%);
}

/* ----- fs ----- */

.fs_001{
	margin-bottom: 20px;
}
.fs_002{
	margin-top: 20px;	
	}
.fs_003{
	font-size: 13px;
}
.fs_004{font-weight: bold;}
.fs_005{font-size:14px;}
.fs_006{color: #4183d7;}
.fs_007{text-align: center;}
.fs_008{font-size: 12px;}
.fs_009{font-size: 14px;}
.fs_010 {padding-top: 50px;}
.fs_011 {padding-top: 20px;}
.fs_012{text-align: right;}
.fs_013{font-size: 25px;}
.fs_014{color:#BF1417;}
/* ----- col ----- */
.col_001{width: 17%;}

/* ----- tooltip ----- */
button {
    position: relative;
}
.tooltip {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    width: 180px;
    bottom: 125%;
    left: 50%; 
    margin-left: -60px;
}
.tooltip > .text {
    background-color: black;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
}
.tooltip > .text::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
button:hover > .tooltip {
    visibility: visible;
    opacity: 1;
}

/* ----- sh table ----- */
.tb01 {
	font-size: 13px;
	border: 1px solid #cccccc;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.tb01 th, .tb01 td {
	padding: .6em 1.5em;
	border: 0.5px solid #ddd;
}

.tb01 th {
	width: 15%;
	text-align: center;
	color: #1B1A1A;
	background-color: #f5f5f5;
}

.boxD {
    padding: 0.5em 1em;
    margin: 1em 0; 
    background: #FFF;
    border: solid 1px #f5f5f5;
    border-radius: 10px;
    
	
}
.boxD p {
    margin: 0; 
    padding: 0;
	font-size: 20px;	
    font-weight: bold;
	line-height: 1.5;
}



.panel {
  background-color:#fff;
  border:solid 2px #999;
  box-shadow:0 6px 6px -6px #000;
  display:inline-block;
  flex:1 1;
  height:200px;
  margin:1vmin;
  overflow:hidden;
  position:relative;
}

.text {
  background-color:#fff;
  border:solid 2px #000;
  margin:0;
  padding:3px 10px;
}

.top-left {
  left:-6px;
  position:absolute;
  top:-2px;
  transform:skew(-15deg);
}

.bottom-right {
  bottom:-2px;
  position:absolute;
  right:-6px;
  transform:skew(-15deg);
}


.dc_t {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #2bb315 0%, #3bbe88 100%);
  transition: .4s;
}

@media screen and (max-width: 480px) {
	.tb01 {
		width: 95%;
	}

	.tb01 th, .tb01 td {
		width: 100%;
		display: block;
		border-top: none;
		border: 0.5px  dashed #ddd;
	}

}


/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {0% {opacity: 0;}100% {opacity: 1;}}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}