@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
img{
  vertical-align: bottom;
}
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.4;
}
p.p-txt{
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.4rem;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #333;
  text-decoration: none;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ul li{
  font-size: 1.5rem;
  list-style-type: none;
  line-height: 1.8;
}
ol li{
  font-size: 1.5rem;
  line-height: 1.8;
}
ul.mkr li{
  list-style-type: disc;
  margin-left: 2.3rem;
}
@media print, screen and (max-width: 767px) {
  ul li{
  font-size: 1.4rem;
  }
  ol li{
  font-size: 1.4rem;
  }
  ul.mkr li{
  margin-left: 2.0rem;
  }
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
  }
}
/* "img" Tag
-------------------------------------------------- */
div.img-area img{
  width: 100%;
  height: auto;
}
/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
/* color
-------------------------------------------------- */
.pink {
  color: #D1467B
}
.white {
  color: #FFFFFF;
}
.red {
  color: #D63448;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}
/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}

span.del{
  background-image: linear-gradient(#D63448, #D63448);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  margin: 0;
  text-decoration: none;
}
span.del-bk{
  background-image: linear-gradient(#000000, #000000);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  margin: 0 0.4em;
  text-decoration: none;
}

/* header
-------------------------------------------------- */
header{
  border-top: 7px solid #a58c3a;
  margin-bottom: 3rem;
  border-bottom: 7px solid #a58c3a;
}
header div.contents{
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.contents div.logo-area{
  width: 26.5rem;
  margin-right: 1rem;
}
header div.contents div.logo-area img{
  width: 100%;
  height: auto;
}
header div.contents div.logo-area img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
header div.contents div.ttl-area{
  width: 72.5rem;
}
header div.contents div.ttl-area img{
  width: 100%;
  height: auto;
}
header div.contents div.ttl-area div.ttl01{
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  header{
    padding: 3% 0;
    margin-bottom: 2rem;
  }
  header div.contents{
    width: 97%;
    margin: 0 auto;
    padding: 0;
    height: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
  header div.contents div.logo-area{
    width: 26%;
    margin-right: 0.5%;
  }
  header div.contents div.ttl-area{
    width: 73%;
    font-size: 0;
  }
}

/* contents
-------------------------------------------------- */
div.contents {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
  width: 98%;
}
main div.contents{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  div.contents {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
  }
  main div.contents {
    width: 95%;
    display: block;
  }
}

/* main-content
-------------------------------------------------- */
div.contents div.main-content {
  width: 740px;
  padding-left: 2rem;
  box-sizing: border-box;
}
div.contents div.main-content section.mainvisual img{
  width: 100%;
  height: auto;
  display: block;
}
div.contents div.main-content section.mainvisual div.b02{
  margin-top: 1.2rem;
}
div.contents div.main-content section.mainvisual p{
  text-align: center;
}
div.contents div.main-content section.thanks{
  margin-top: 2rem;
}
div.contents div.main-content section.thanks div.wrap{
  border: 1px solid #555;
  padding: 2rem;
}
div.contents div.main-content section.attention{
  margin-top: 2rem;
}
div.contents div.main-content section.attention div.wrap{
  border: 1px solid #555;
  padding: 2rem;
}
div.contents div.main-content section.attention div.wrap dl dt{
  font-size: 1.8rem;
  font-weight: bold;
  color: #a58c3a;
}
div.contents div.main-content section.attention div.wrap dl.dl02{
  margin-top: 2rem;
}
div.contents div.main-content section.shuttlebus{
  margin-top: 2rem;
  border: 1px solid #555;
  padding: 2.5rem 2rem 2rem;
}
div.contents div.main-content section.shuttlebus div.button{
  width: 28rem;
  margin: 0 auto;
}
div.contents div.main-content section.shuttlebus div.button a{
  background-color: #D2302F;
  border: 1px solid #D2302F;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 28rem;
  line-height: 2.2rem;
  border-radius: 1rem;
  padding: 1.5rem 0;
}
div.contents div.main-content section.shuttlebus div.button a:hover{
  background: #fff;
  transition: 0.6s;
  color: #D2302F;
}
div.contents div.main-content section.shuttlebus div.txt-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 1.5rem;
}
div.contents div.main-content section.shuttlebus div.txt-area p.bus-root{
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
div.contents div.main-content section.shuttlebus div.txt-area p.p-txt{
  margin-top: 1.5rem;
  text-align: center;
}
div.contents div.main-content section.information{
  margin-top: 2rem;
}
div.contents div.main-content section.information h2.top-ttl{
  background: #a58c3a;
  line-height: 2.2;
  text-indent: 1.5rem;
  font-size: 2.0rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 2rem;
}
div.contents div.main-content section.information dl{
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #555;
}
div.contents div.main-content section.information dl a{
  color: #dd2326;
  text-decoration: underline;
}
div.contents div.main-content section.information dl a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  div.contents div.main-content {
    width: 100%;
    padding-left: inherit;
    box-sizing: border-box;
  }
  div.contents div.main-content section.mainvisual div.b02{
    margin-top: 1.5rem;
  }
  div.contents div.main-content section.attention{
    margin-top: 2rem;
  }
  div.contents div.main-content section.attention div.wrap{
    padding: 1.5rem;
  }
  div.contents div.main-content section.attention div.wrap dl dt{
    font-size: 1.6rem;
  }
  div.contents div.main-content section.attention div.wrap dl.dl02{
    margin-top: 1rem;
  }
  div.contents div.main-content section.shuttlebus{
    margin-top: 2rem;
    padding: 2.5rem 1.5rem 2rem;
  }
  div.contents div.main-content section.shuttlebus div.button{
    width: 22rem;
  }
  div.contents div.main-content section.shuttlebus div.button a{
    width: 22rem;
  }
  div.contents div.main-content section.shuttlebus div.txt-area{
    margin-top: 1.5rem;
  }
  div.contents div.main-content section.shuttlebus div.txt-area p.bus-root{
    font-size: 1.6rem;
  }
  div.contents div.main-content section.information{
    margin-top: 2rem;
  }
  div.contents div.main-content section.information h2.top-ttl{
    line-height: 2.1;
    text-indent: 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
/* side-content
-------------------------------------------------- */
div.contents div.side-content {
  box-sizing: border-box;
  width: 280px;
}
/* eventinfo_btn */
div.contents div.side-content div.eventinfo_btn{
  margin-bottom: 1.5rem;
}
div.contents div.side-content div.webAbstract_btn,
div.contents div.side-content div.abstractApplication_btn{
  margin-bottom: 1rem;
}
div.contents div.side-content div.button a{
  width: 280px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8;
  text-align: center;
  display: block;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.0rem 0;
}
div.contents div.side-content div.button.eventinfo_btn a{
  background: #0875c2;
  border: 1px solid #0875c2;
}
div.contents div.side-content div.button.webAbstract_btn a,
div.contents div.side-content div.button.abstractApplication_btn a{
  background: #dd2326;
  border: 1px solid #dd2326;
}
div.contents div.side-content div.button a:hover{
  background: #fff;
  transition: 0.6s;
}
div.contents div.side-content div.button.eventinfo_btn a:hover{
  color: #0875c2;
}
div.contents div.side-content div.button.webAbstract_btn a:hover,
div.contents div.side-content div.button.abstractApplication_btn a:hover{
  color: #dd2326;
}
div.contents div.side-content div.button a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
div.contents div.side-content div.button.eventinfo_btn a:hover::after{
  border-top: 2px solid #0875c2;
  border-right: 2px solid #0875c2;
  transition: 0.6s;
}
div.contents div.side-content div.button.eventinfo_btn a:hover::after,
div.contents div.side-content div.button.webAbstract_btn a:hover::after,
div.contents div.side-content div.button.abstractApplication_btn a:hover::after{
  border-top: 2px solid #dd2326;
  border-right: 2px solid #dd2326;
  transition: 0.6s;
}
div.contents div.side-content div.button p.att{
  font-size: 1.3rem;
  margin-top: 0.2rem;
  line-height: 1.4;
}
/* abstractbook_btn */
div.contents div.side-content div.abstractbook_btn{
  margin-bottom: 1.5rem;
  position: relative;
}
div.contents div.side-content div.abstractbook_btn input{
  width: 280px;
  background: #0875c2;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8;
  text-align: center;
  display: block;
  border-radius: 0.5rem;
  border: 1px solid #0875c2;
  padding: 1.0rem 0;
  cursor: pointer;
}
div.contents div.side-content div.abstractbook_btn input:hover{
  background: #fff;
  color: #0875c2;
  transition: 0.6s;
}
div.contents div.side-content div.abstractbook_btn::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
div.contents div.side-content div.abstractbook_btn:hover::after{
  border-top: 2px solid #0875c2;
  border-right: 2px solid #0875c2;
  transition: 0.6s;
}
div.contents div.side-content div.abstractbook_btn img{
  width: 30px;
  height: auto;
  margin-left: 0.8rem;
}
div.contents div.side-content div.abstractbook_btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
div.contents div.side-content div.abstractbook_btn a:hover::after{
  border-top: 2px solid #0875c2;
  border-right: 2px solid #0875c2;
  transition: 0.6s;
}
/* nav */
div.contents div.side-content nav.side_nav ul li{
  border-bottom: 1px solid #dce4fa;
  position: relative;
  line-height: 2.0;
  text-indent: 2.5rem;
  background: #555;
  color: #aaa;
}
div.contents div.side-content nav.side_nav ul li.non{
  padding: 1.12rem 0;
}
div.contents div.side-content nav.side_nav ul li a{
  padding: 1.12rem 0;
  color: #fff;
  position: relative;
  display: block;
  background: #a58c3a;
}
div.contents div.side-content nav.side_nav ul li a.active {
  background: #7b682a;
}
div.contents div.side-content nav.side_nav ul li a:hover {
  background: #7b682a;
  transition: 0.6s;
}
div.contents div.side-content nav.side_nav ul li:before{
  position: absolute;
  content: "\0bb";
  top: 1rem;
  left: -1.2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: #aaa;
  z-index: 10;
}
div.contents div.side-content nav.side_nav ul li a:before,
div.contents div.side-content nav.side_nav ul li a:hover:before,
div.contents div.side-content nav.side_nav ul li a.active:before {
  position: absolute;
  content: "\0bb";
  top: 1rem;
  left: -1.2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: #fff;
  z-index: 10;
}
div.contents div.side-content nav.side_nav ul li span.bos{
  background: #D2302F;
  padding: 0.2rem 0.5rem 0.4rem 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 2.5rem;
}
/* mgB10 */
div.contents div.side-content ul.mgB10{
  margin-top: 2rem;
}
div.contents div.side-content ul.mgB10 li.tx_C{
  width: 100%;
  position: relative;
  padding-bottom: 56%;
}
div.contents div.side-content ul.mgB10 li.tx_C iframe{
  width: 100%;
  height: 100%;
  position: absolute;
}
div.contents div.side-content ul.mgB10 li.tx_C a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 10;
}
div.contents div.side-content ul.mgB10 li.videottl{
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
/* movie */
div#con1{
  width: 960px;
  height: 540px;
}
div#con1 iframe#player{
  width:100%;
  height:100%;
  border: 1px solid #fff;
}
.modal-content video {
  width: 100%;
  height: auto;
}
.modal-content {
  position: fixed;
  display: none;
  z-index: 2000;
  width: 960px;/*65%;*/
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 0;
}
.modal-content p {
  margin: 0;
  padding: 0;
}
.modal-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-open {
  color: #00f;
  text-decoration: underline;
}
.modal-open:hover {
  cursor: pointer;
  color: #f00;
}
.modal-close {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: -36px;
  right: -36px;
  display: block;
  line-height: 1;
  overflow: hidden;
}
.modal-close:hover {
  cursor: pointer;
  color: #f00;
}
.modal-close {
  font-size: 200%;
}
/* side_bnr */
div.contents div.side-content div.side_btn{
  width: 18.5rem;
  margin: 2rem auto 0;
}
div.contents div.side-content div.side_btn img.facebook{
  width: 5.2rem;
  margin-right: 1rem;
}
div.contents div.side-content div.side_btn img.instagram{
  width: 5.0rem;
  margin-right: 1rem;
}
div.contents div.side-content div.side_btn img.line{
  width: 5.0rem;
}
div.contents div.side-content div.side_btn img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* side_bnr */
div.contents div.side-content ul.side_bnr{
  margin-top: 3rem;
}
div.contents div.side-content ul.side_bnr li{
  width: 240px;
  margin: 0 auto 1rem;
}
div.contents div.side-content ul.side_bnr li a{
  display: block;
}
div.contents div.side-content ul.side_bnr li img{
  width: 240px;
  height: auto;
}
div.contents div.side-content ul.side_bnr li img.bdr{
  border: 1px solid #ccc;
}
div.contents div.side-content ul.side_bnr li img:hover{
  opacity: 0.4;
  transition: 0.6s;
}

@media screen and (max-width: 767px) {
  div.contents div.side-content {
    width: 100%;
    margin-top: 5rem;
  }
  /* eventinfo_btn */
  div.contents div.side-content div.eventinfo_btn{
    margin-bottom: 1rem;
  }
  div.contents div.side-content div.button a{
    width: 100%;
    font-size: 1.5rem;
  }
  /* abstractbook_btn */
  div.contents div.side-content div.abstractbook_btn{
    margin-bottom: 1rem;
  }
  div.contents div.side-content div.abstractbook_btn input{
    width: 100%;
    font-size: 1.5rem;
  }
  div.contents div.side-content nav.side_nav ul li span.bos{
    margin-left: 0.5rem;
  }
  /* mgB10 */
  div.contents div.side-content ul.mgB10{
    margin: 3rem auto 2rem;
    width: 80%;
  }
  div.contents div.side-content ul.mgB10 img{
    width: 100%;
  }
  /* movie */
  div#con1{
    width: 99%;
    height: 39%;    
  }
  div#con1 iframe#player{
    width:100%;
    height:100%;
    border-bottom: none;
  }
  .modal-content {
    position: fixed;
    display: none;
    z-index: 2000;
    width: 100%;/*65%;*/
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 0;
  }
  .modal-close {
    top: -36px;
    right: 1%;
  }
}
/* footer
-------------------------------------------------- */
footer{
  margin: 5rem 0 0;
  padding: 5rem 0;
  background: #a58c3a;
}
footer div.ftr-address{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  color: #fff;
}
footer div.ftr-address dl.ftr01{
  margin-right: 3rem;
}
footer div.ftr-address dl dt{
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  footer{
    margin: 5rem 0 0;
    padding: 4rem 0;
    width: 100%;
  }
  footer div.ftr-address{
    display: block;
    width: 97%;
    margin: 0 auto;
  }
  footer div.ftr-address dl.ftr01{
    margin-right: inherit;
    margin-bottom: 3%;
  }
  footer div.ftr-address dl dt{
    font-size: 1.6rem;
  }
  footer div.ftr-address dl dd{
    line-height: 1.6;
    font-size: 1.3rem;
  }
}
/* copyright
-------------------------------------------------- */
div.copyright{
  padding: 0.8rem 0 1rem;
  text-align: center;
}

/* link_top
-------------------------------------------------- */
p.link_top {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 100;
}
p.link_top a{
  background: #7C7CCF;
  border: 1px solid #7C7CCF;
  border-radius: 0.4rem;
  color: #fff;
  padding: 1.7rem 1.5rem;
  font-size: 1.4rem;
}
p.link_top a:hover{
  transition: 0.6s;
  background: #0B0B2E;
  border: 1px solid #0B0B2E;
}