@charset "UTF-8";

#header_nav li#nav_program a {background: #0a3f30!important;}
@media screen and (max-width: 768px) {
    #header_nav li#nav_program a {background: none!important;}}

main {
	max-width: 1000px;
	width: calc(100% - 20px);
	margin: 0 auto;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
section {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}
section:last-child {
    padding: 10px 0 105px;
}
section#program h4 {
    border-top: 1px solid #9c9c9c;
    width: 65%;
    margin: 20px auto 0;
}
section#program h4:first-of-type {
	border-top:0;
	margin:auto;
}
section .program_innre {
    margin: 30px auto 0;
}
section .tab {
    overflow: hidden;
}
section .tab li {
    background: #ccc;
    padding: 5px 25px;
    float: left;
    margin-right: 1px;
}
section .tab li.select {
    background: #eee;
}
section .tab_content > li {
    background: #eee;
    padding: 20px;
}
section .tab_content .hide {
    display: none;
}
section .tab_content h4 {
    font-size: 3em;
    text-align: center;
    margin: 30px auto;
}
section .tab_content h4 a {
    display: inline-block;
}
section .tab_content h4 img {
    width: 40px;
    height: auto;
}
section .program_ttl p {
    font-size: 2.6em;
    text-align: center;
}
section .tab_content .tab_images {
    width: 80%;
    margin: auto;
}
section .tab_content .panel {
    width: 80%;
    margin: auto;
}
section .tab_content .panel > dt {
    width: 100%;
    border-bottom: solid 1px white;
    background-color: #00BCD4;
    color: white;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;

    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
}
section .tab_content .panel > dt > p {
    width: 20%;
}
section .tab_content .panel > dt > ul {
    width: 80%;
}
section .tab_content .panel > dd {
    width: 100%;
    border: solid 1px Silver;
    margin: 0px;
    padding: 10px;
}

section ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 0 100px;
}
section li {
  width: 45%;
  border: 0px solid #9c9c9c;
  border-radius: 5px;

  font-size: 1.75em;
  text-align: center;
  margin-bottom: 5px;
}
.name {
  font-size: 1.5em;
  padding: 0 0 10px;
}
.aff {
  padding: 0 0 15px;
}

form > a {
  box-sizing: border-box;
      overflow: visible;
}
span.message {
  font-size: 10pt;
  float: right;
}

.pagetopBlock {
  position: fixed;
  right: 20px;
  bottom: 40px;
}
.pagetopBlock img {
  width: 70px;
  height: auto; 
}


 /* ボタン */
a.bt-samp,
a.bt-samp:hover,
a.bt-samp:visited{
  display: block;
  height: 28px;
  width: 117px;
  padding-left:1px;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  font-size: 1.0em;
  color: #000080;
  text-shadow: 0px 1px 0px #fafafa;
  background: #fbfaf4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf4), to(#ece8e6));
  background: -moz-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -o-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -ms-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: linear-gradient(top,  #fbfaf4,  #ece8e6);
  border: 1px solid #dcd9d8;
  border-bottom: 1px solid #c1c1bd;
  -webkit-box-shadow:  0 0 1px #c7c5c1;
  -moz-box-shadow:  0 0 1px #c7c5c1;
  box-shadow:  0 0 1px #c7c5c1;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
 


@media screen and (max-width: 768px) {
    section {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        padding: 3% 0;
    }
    section:last-child {
        padding: 3% 0 105px;
    }
    section h3 {
        font-size: 3.6em;
        padding: 10px 0;
        border-radius: 0;
    }
    section h4 {
        font-size: 3.4em;
        padding: 3% 0 0;
        text-align: center;
        color: #333333;
    }
    section dl {
        width: 91%;
    }
    section dt {
        font-size: 2.8em;
        margin-top: 3%;
    }
    section dd {
        font-size: 2.7em;
        margin-top: 3%;
    }
    section ul {
        display: block;
   	 	padding: 0;
    	margin: auto;
        width: 91%;
    }
    section li {
        width: 100%;
        font-size: 2.8em;
    }

}

.scroll_tabs_container {
  max-width: 1188px;
  margin: auto;
}
.lec-no .no {
  width: 100%;
  height: 1.5em;
  font-weight: bold;
  display: inline-block;
  color: #211E55;
}

.lec-no .s-time {
    margin: 15px 0 5px 5px;
    width: 100%;
}
.lec-no .e-time {
    margin-left: 0;
    width: 100%;
}

/*===========================
 タブのスタイル

.nav-tabs-outer{
    overflow-x:scroll;
}
=============================*/

.nav-tabs-outer .nav-tabs li{
    display: block;
    width: 100px;

}


.nav-tabs-outer .nav-tabs li a{
	margin-top:0px;
	transition-property:all;
    transition-duration: 0.25s;
    transition-timing-function:ease-out;
    text-decoration: none;
    color: #220000;
}
.nav-tabs-outer .nav-tabs li a{}

.nav-tabs-outer .nav-tabs li.active a{
	margin-top:0px;
	padding: 10px 0;
	background: rgba(236, 60, 0, 1);
	color: #fff;
}


/*---タブの配置と横スクロール対応*/
.nav-tabs-outer{
  overflow-x: scroll;
  max-width: 1188px;
  margin: auto;
}
 
.nav-tabs-outer .nav-tabs li{
  display: block;
  width: 100px;
}
/*---タブの配置と横スクロール対応終り*/


/*===========================
 アコーディオンのスタイル
=============================*/
a {
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; 
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
.contents {
  margin: 0 auto;
  padding: 20px 0;
  min-width: 320px;
  max-width: 920px;
}

.text {
  margin: 0; 
}
.sub {
  font-size: 1.15rem; 
}

.session form {
    margin-bottom: 3px;
}

.accordion {
  margin: 0 auto 10px; 
}

.accordion a {
    display: block;
    text-decoration: none;
    margin-top: 3px;
}
.accordion div p {
 line-height: 1.5em;
 margin: 0 20px 0;
}

.accordion .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: white;
    border: 1px solid #eaeaea; 
}
.accordion .child .menu {
      background: #eaeaea;
      color: #5e5e5e; 
}
.accordion .child .menu:hover {
        background: #d0d0d0; 
}
.accordion .child > li {
      margin: 4px 0;
      padding: 0 16px;
      border-bottom: 1px dotted #dddddd; 
}
.accordion .child > li:last-child {
        border-bottom: 0; 
}
.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.4rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; 
}
.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}
.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 0; 
}
.source {
  margin: 10px;
  padding: 30px 0 0; 
}

/*div.demo.accordion_01.switch {
   clear: left;       
   border-top: solid #008000 5px; 
   position: relative;  
   z-index: 10;         
}*/

.accordion sup{
    vertical-align: super;
    font-size: 10px;
}
.accordion sub{
    vertical-align: sub;
    font-size: 10px;
}

.accordion a dt span {
  margin-left: 1em;
}
.accordion a dd {
  margin-left: 3em;
}


/*追加スタイル*/
.accordion dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dadada;
  padding: 5px;
  max-width: 1188px;
  margin: auto;
}
.accordion dt + dd {
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  width: 100%;
  max-width: 1188px;
  margin: 0 auto;
  padding: 5px;
}

.meeting {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  max-width: 1188px;
  padding: 0 10px;
}

.ses-title {
  width: calc(100% - 100px);
}

.ses-title-ja {
  font-weight: bold;
  color: #000000;
}
.ses-title-en {
  font-weight: bold;
  color: #211E55;
}

.ses-name-ja {
  margin-left: 20px;
}
.ses-name-en {
  margin-left: 40px;
}

.title-ja {
  font-weight: bold;
  margin-bottom: 10px;
}

.lec-no {
  width: 150px;
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.lec-no .s-time {
 font-weight: normal;
 }
.lec-no .e-time {
  margin-left: 5px;
 font-weight: normal;
}
.lec-no .label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
}
.lecture {
  width: calc(100% - 300px);
}
.author-ja {
  margin-left: 10px;
  font-weight: normal;
}
.aff-ja {
  margin-left: 10px;
  font-weight: normal;
  
}
.schedule {
  width: 160px;
  margin: auto;
}
.schedule button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dadada;
  padding: 5px;
  width: 160px;
}

.schedule form a {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dadada;
  padding: 5px;
  width: 160px;
  text-align: center;
  font-size: small;
}


.session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 10px;
  border: 1px solid #eee;
  padding: 5px;
  background-color: rgba(236,30,0,.1);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1188px;
}
.session_chair {
  margin-left: 20px;
}

.session .schedule {
  margin: 0;
}


@media screen and (max-width: 768px) {
  .session {
    display: block;
  }
  .ses-title {
    width: 100%;
  }
  .accordion dt {
      position: relative;
      padding-bottom: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .lec-no {
        width: 100px;
        position: static;
  }
  .lecture {
    width: calc(100% - 100px);
  }
  .schedule {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .session .schedule {
    margin-top: 20px;
  }

}
/* footer
-------------------------------------------- */
.footer {
	max-width: 100%;
	margin: 0 auto;
	background: rgba(236,30,0,1);
	box-shadow: 0 3px 10px rgba(8, 51, 136, 0.2);
}
.footer__contactBlock {
	max-width: 960px;
	width: calc(100% - 30px);
	margin: auto;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer__contactBlock {
	    display: block;
	}
	.footer__logoBlock {
	    margin: 0 auto 20px;
	}
}
/* footer end
-------------------------------------------- */