@charset "UTF-8";
/* 変数 */
/* 基礎のスタイル */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  background: #d8d8d8;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #800080;
  text-decoration: underline;
}
a:hover {
  color: #5B005B;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

/* 共通のスタイル */
.content {
  width: 1090px;
  margin: 0 auto;
  background: #ffffff;
}

.wrap {
  width: 990px;
  margin: 0 auto;
}

.uline {
  text-decoration: underline !important;
}

.red {
  color: #ff0000 !important;
}

.blue {
  color: #0066cc !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

header {
  position: relative;
  background: #ffffff;
  padding: 0 35px;
}
header .site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
header .site-header .site-logo {
  font-family: 'PT Sans';
  font-size: 32px;
  font-weight: inherit;
  text-align: center;
}
header .site-header .site-logo a {
  color: #000;
  text-decoration: none;
}
header .site-header .site-logo-l {
  width: 97px;
}
header .site-header .site-logo-r {
  width: 97px;
}

footer {
  background: #000000;
}
footer .footer-link-list {
  display: flex;
  margin: 0 0 32px;
}
footer .footer-link-list .footer-link-item {
  width: 33.333333%;
  height: 100px;
  padding: 20px 30px;
}
footer .footer-link-list .footer-link-item:nth-child(1) {
  background: #800080;
}
footer .footer-link-list .footer-link-item:nth-child(2) {
  background: #6C006C;
}
footer .footer-link-list .footer-link-item:nth-child(3) {
  background: #5B005B;
}
footer .footer-link-list .footer-link-item h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}
footer .footer-info h4 {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 7px;
  font-size: 16px;
  color: #ffffff;
}
footer .footer-info h4:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 2px;
  background: #800080;
}
footer .footer-info p {
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}
footer .footer-info .block {
  margin: 0 0 20px;
}
footer .copyright {
  position: relative;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  border-top: 1px solid #333333;
}
footer .copyright .pagetop {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 共通のスタイル */
@media only screen and (max-width: 1090px) {
  .content {
    width: 100%;
  }

  .wrap {
    width: 100%;
    padding: 0 15px;
  }

  header {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  header .site-header .site-logo {
    font-size: 16px;
  }
  header .site-header .site-logo-l {
    width: 60px;
  }
  header .site-header .site-logo-r {
    width: 60px;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer-link-list {
    display: block;
  }
  footer .footer-link-list .footer-link-item {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    margin: 0 0 20px;
  }
}
/* 共通のスタイル */
.sub-page header:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 990px;
  height: 8px;
  background: #f0f0f0;
}
.sub-page .content {
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  background: #f9f9f9;
}
.sub-page .content .sub-page-header {
  padding: 48px 0 24px;
  border-bottom: 1px solid #e8e8e8;
}
.sub-page .content .sub-page-header .page-ttl {
  margin: 0 0 28px;
  font-family: 'PT Sans', sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #000000;
}
.sub-page .content .sub-page-header .breadcrumb {
  display: flex;
  font-size: 12px;
}
.sub-page .content .sub-page-header .breadcrumb li {
  margin: 0 10px 0 0;
}
.sub-page .content .sub-page-header .breadcrumb li a {
  padding: 0 16px 0 0;
  color: #000;
  background: url(../img/common/icon_arrow_right_black.png) no-repeat right;
}
.sub-page .content .sub-page-top-notice {
  margin: 40px 0 0;
}
.sub-page .content .sub-page-area {
  margin: 12px 0;
}
.sub-page .content .sub-page-area .ttl {
  margin: 40px 0 16px;
  padding: 0 0 10px;
  font-size: 22px;
  letter-spacing: -0.5px;
  background: url(../img/common/contact_bg.gif) no-repeat bottom left;
}
.sub-page .content .sub-page-area .mtz-ttl {
  margin: 0 0 16px;
}
.sub-page .content .sub-page-area p {
  margin: 0 0 16px;
  line-height: 1.5;
}
.sub-page .content .sub-page-col-type-73 {
  display: flex;
}
.sub-page .content .sub-page-col-type-73 main {
  width: 66.666667%;
}
.sub-page .content .sub-page-col-type-73 aside {
  width: 33.333333%;
  padding: 0 0 0 28px;
}
.sub-page .content .sub-page-col-type-64 {
  display: flex;
}
.sub-page .content .sub-page-col-type-64 main {
  width: 60%;
}
.sub-page .content .sub-page-col-type-64 aside {
  width: 40%;
  padding: 0 0 0 28px;
}

.sub-page .content .sub-page-col-type-55 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-page .content .sub-page-col-type-55 .photo,
.organizer_photo{
  float: right;
  margin: 5px 0 20px 20px;
  width: 80px;
  height: 100px;
}

.sub-page .content .sub-page-col-type-55 main {
  width: 50%;
  padding: 0 14px 0 0;
}

.sub-page .content .sub-page-col-type-55 aside {
  width: 50%;
  padding: 0 0 0 14px;
}
.sub-page .content .toggle, .sub-page .content .open2 {
  width: 100%;
  line-height: 1.5;
  color: #000;
}
.sub-page .content .toggle dt, .sub-page .content .open2 dt {
  display: block;
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  padding: 0 15px 0 5px;
}
.sub-page .content .toggle dt:after, .sub-page .content .open2 dt:after {
  content: url(../img/common/i_plus.png);
  position: absolute;
  right: 15px;
  top: 7px;
  width: 16px;
  height: 16px;
}
.sub-page .content .toggle dt.active, .sub-page .content .open2 dt.active {
  background: #6C006C;
  color: #ffffff;
}
.sub-page .content .toggle dt.active:after, .sub-page .content .open2 dt.active:after {
  content: url(../img/common/i_minus.png);
}

.sub-page .content .toggle dt.none-plus{
  pointer-events: none;
}

.sub-page .content .toggle dt.none-plus:after{
  content: none;
}

.sub-page .content .toggle dt .time, .sub-page .content .open2 dt .time {
  display: table-cell;
  width: 40px;
font-weight: bold;
}
.sub-page .content .toggle dt .title, .sub-page .content .open2 dt .title {
  display: table-cell;
  width: calc(100% - 40px);
font-weight: bold;
}
.sub-page .content .toggle dt .title:before, .sub-page .content .open2 dt .title:before {
  content: ' | ';
}
.sub-page .content .toggle dd, .sub-page .content .open2 dd {
  display: none;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 16px;
}
.sub-page .content .toggle dd h5, .sub-page .content .open2 dd h5 {
  background: url(../img/common/contact_bg.gif) no-repeat left bottom;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #000000;
  letter-spacing: -0.5px;
  margin: 32px 0 16px;
  padding: 0 0 10px;
}
.sub-page .content .toggle dd ul, .sub-page .content .open2 dd ul {
  line-height: 1.5;
}
.sub-page .content .toggle dd ul.chair, .sub-page .content .open2 dd ul.chair {
  font-weight: bold;
}
.sub-page .content .toggle dd ul.officer, .sub-page .content .open2 dd ul.officer {
  font-weight: bold;
}
.sub-page .content .toggle dd ul li, .sub-page .content .open2 dd ul li {
  overflow: hidden;
  zoom: 1;
}
.sub-page .content .toggle dd ul span, .sub-page .content .open2 dd ul span {
  display: block;
  float: left;
}
.sub-page .content .toggle dd ul .name, .sub-page .content .open2 dd ul .name {
  width: 20em;
  color: #006699;
}
.sub-page .content .toggle dd ul .belong, .sub-page .content .open2 dd ul .belong {
  width: 22em;
  color: #000;
}
.sub-page .content .toggle dd ul .position, .sub-page .content .open2 dd ul .position {
  width: 20em;
  color: #000000;
}
.sub-page .content .toggle dd .tit, .sub-page .content .open2 dd .tit {
  font-size: 13.5px;
  line-height: 1.5;
}
.sub-page .content .toggle dd .tit strong, .sub-page .content .open2 dd .tit strong {
  color: #000000;
}
.sub-page .content .toggle dd .txt, .sub-page .content .open2 dd .txt {
  font-size: 13.5px;
  line-height: 1.5;
}
.sub-page .content .open2 dt {
  cursor: default;
}
.sub-page .content .open2 dt:after {
  content: none;
}

/* 共通のスタイル */
@media only screen and (max-width: 1090px) {
  .sub-page header:after {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 992px) {
  .sub-page .content .toggle dd ul .name {
    width: 30%;
    margin: 0 0 4px;
  }
  .sub-page .content .toggle dd ul .belong {
    width: 40%;
    margin: 0 0 4px;
  }
  .sub-page .content .toggle dd ul .position {
    width: 30%;
    margin: 0 0 4px;
  }
  .sub-page .content .toggle dd ul .committee {
    width: 30%;
    margin: 0 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page .content .sub-page-col-type-73, .sub-page .content .sub-page-col-type-64, .sub-page .content .sub-page-col-type-55 {
    display: block;
  }
  .sub-page .content .sub-page-col-type-73 main, .sub-page .content .sub-page-col-type-64 main, .sub-page .content .sub-page-col-type-55 main {
    width: 100%;
    margin: 0 0 28px;
  }
  .sub-page .content .sub-page-col-type-73 aside, .sub-page .content .sub-page-col-type-64 aside, .sub-page .content .sub-page-col-type-55 aside {
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
  }
}


@media only screen and (max-width: 600px) {
  .sub-page .content .toggle dd ul .name {
    font-size: 13px;
  }
  .sub-page .content .toggle dd ul .belong {
    font-size: 13px;
  }
  .sub-page .content .toggle dd ul .position {
    font-size: 13px;
  }
  .sub-page .content .toggle dd ul .committee {
    font-size: 13px;
  }
  .sub-page .content .toggle dt .time, .sub-page .content .open2 dt .time {
    display: block;
    width: 100%;
    padding: 8px 0;
    line-height: 1.0;
  }
  .sub-page .content .toggle dt .title, .sub-page .content .open2 dt .title {
    display: block;
    width: 100%;
    padding: 0 0 8px;
    line-height: 1.5;
  }
  .sub-page .content .toggle dt .title:before, .sub-page .content .open2 dt .title:before {
    content: none;
  }
  .sub-page .content .open2 dt .time {
    display: table-cell;
    width: 112px;
  }
  .sub-page .content .open2 dt .title {
    display: table-cell;
    width: calc(100% - 112px);
  }
}
@media only screen and (max-width: 480px) {
  .sub-page .content .toggle dd ul .name {
    width: 35%;
  }
  .sub-page .content .toggle dd ul .belong {
    width: 65%;
  }
  .sub-page .content .toggle dd ul .position {
    width: 65%;
  }
  .sub-page .content .toggle dd ul .committee {
    width: 65%;
    margin: -4px 0 4px 35%;
  }
  .sub-page .content .toggle dd ul.officer .position {
    width: 100%;
    margin: 0;
  }
}
/* ----------------------------------------
ナビーメニュー
----------------------------------------*/
.site-menu-pc {
  padding: 0 0 8px;
}
.site-menu-pc .menu-list {
  display: flex;
  flex-wrap: wrap;
}
.site-menu-pc .menu-list .menu-item {
  margin: 0 6px;
}
.site-menu-pc .menu-list .menu-item .menu-link {
  display: table-cell;
  color: #000;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  height: 50px;
  vertical-align: middle;
}
.site-menu-pc .menu-list .menu-item .menu-link:hover {
  color: #ffffff;
  background: #800080;
  text-decoration: none;
}
.site-menu-pc .menu-list .menu-item .menu-link.current,
.site-menu-pc .menu-list .menu-item.current-menu-item > a.menu-link,
.site-menu-pc .menu-list .menu-item.current-menu-parent > a.menu-link,
.site-menu-pc .menu-list .menu-item.current-menu-ancestor> a.menu-link,
.site-menu-pc .menu-list .menu-item.current_page_parent > a.menu-link,
.site-menu-pc .menu-list .menu-item.current-page-ancestor > a.menu-link,
.site-menu-pc .menu-list .menu-item.current_page_ancestor > a.menu-link,
.site-menu-pc .menu-list .menu-item.current-menu-parent > a.menu-link{
  color: #ffffff;
  background: #800080;
}

.site-menu-pc .menu-list .menu-item ul {
  position: absolute;
  width: 190px;
  margin: 0;
  padding-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  visibility: hidden;
  line-height: 150%;
  z-index: 10;
}
.site-menu-pc .menu-list .menu-item ul li {
  width: 100%;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.site-menu-pc .menu-list .menu-item ul li:hover {
  color: #ffffff;
  background: #ffffff;
}
.site-menu-pc .menu-list .menu-item ul li a {
  display: block;
  width: 100%;
  padding: 15px 0 15px 0;
  font-size: 12px;
  text-decoration: none;
  line-height: 18px;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
}
.site-menu-pc .menu-list .menu-item ul li a:hover {
  color: #000000;
  padding: 15px 0 14px 0;
  border-bottom: 2px solid #800080;
}

.site-menu-pc .menu-list .menu-item ul li a[aria-disabled="true"] {
  border-bottom: none;
  color: #a2a2a2;
  pointer-events: none;
}


.site-menu-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .site-menu-pc {
    display: none;
  }

  .site-menu-sp {
    display: block;
    padding: 4px 0 12px;
  }
  .site-menu-sp select {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
  }
}
/* トップページのスタイル*/
.top-page #key-visual {
  position: relative;
	height:620px;

}

.top-page .btn_orange {
  display: block;
  text-decoration: none;
  font-size: 24px;
  line-height: normal;
  margin: 10px 0 0;
  padding: 9px 12px;
  color: #fff;
  background: #6C006C;
  border:1px solid #fff;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 70%);
  border-radius: 5px;
	text-align: center;
	transition: all .2s ease-in-out;
max-width:500px;
box-shadow: 3px 3px 10px 0px rgba(255,255,255,0.75) inset,-3px -3px 10px 0px rgba(0,0,0,0.75) inset;
}

@media only screen and (max-width: 768px) {
.top-page #key-visual {
  margin: 10px 0 0;
}
}

@media only screen and (max-width: 768px) {
.top-page #key-visual {
    height: 550px;
}
.top-page .btn_orange {max-width:100%;margin:10px auto;}
.top-page div#key-visual_bg {padding:0 30px 0 0px;background-color: #ccc;background-size:auto!important;background-position: center;}
}


.top-page .btn_orange span {font-size:14px;}
.top-page .btn_orange:hover {
  background: #800080;
}


.top-page div#key-visual_bg{
background-image: url("../img/index/keyvisual.jpg");
background-size: cover;
background-repeat: no-repeat;
	display:block;
	width:100%;
	height:600px;
}

.top-page div#key-visual_bg h1 {
font-size: 50px;
color: #FFF;
  text-shadow: 2px 2px 10px rgba(2, 26, 126, 1);

font-family: 'PT Sans';
font-weight:normal;
}

.top-page div#key-visual_bg h2 {
margin-top: 8px;
line-height: 130%;
color: #FFF;
  text-shadow: 2px 2px 10px rgba(2, 26, 126, 1);
font-size: 1.6em;
font-family: 'PT Sans';
font-weight:normal;
}

.top-page div#key-visual_bg h2.theme {
position:absolute;
bottom:50px;
}
.top-page div#key-visual_bg h2.theme span{font-size:150%;}


@media only screen and (max-width: 748px) {
.top-page div#key-visual_bg h2 {
font-size: 1.0em;
}

.top-page div#key-visual_bg h2.theme {
position:absolute;
bottom:100px;
}
.top-page div#key-visual_bg h2.theme span{font-size:120%;}

}
.top-page div#key-visual_bg div#main-title {
	padding-left:5%;
	padding-top:5%;
    display:block;
}

.top-page #page-content {
  position: relative;
  margin-top: 20px;
  padding: 0 0 50px;
}
.top-page #page-content .index-top-boxes {
  display: flex;
}
.top-page #page-content .index-top-boxes:after {
  display: block;
  content: '';
  clear: both;
}
.top-page #page-content .index-top-boxes .box-item {
  width: 33.333333%;
  padding: 15px 20px 0;
  overflow: hidden;
}

.top-page #page-content .index-top-boxes .box-item:nth-child(1) {
  background: #800080;
}
.top-page #page-content .index-top-boxes .box-item:nth-child(2) {
  background: #6C006C;
}
.top-page #page-content .index-top-boxes .box-item:nth-child(3) {
  background: #5B005B;
}
.top-page #page-content .index-top-boxes .box-item .box-ttl {
  margin: 0 0 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
.top-page #page-content .index-top-boxes .box-item .box-txt {
  margin: 10px 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #ffffff;
}
.top-page #page-content .index-top-boxes .box-item .box-txt .f120 {
  font-size: 16px;
}
.top-page #page-content .index-top-boxes .box-item .box-txt .fwb-link {
  color: #5B005B;
  border-bottom: 1px dotted #5B005B;
}
.top-page #page-content .index-top-boxes .box-item .box-txt-mt15 {
  margin-top: 15;
}
.top-page #page-content .index-top-boxes .box-item dl.news {
  height: 290px;
  overflow-y: scroll;
}
.top-page #page-content .index-top-boxes .box-item dd, .top-page #page-content .index-top-boxes .box-item dt {
  font-size: 13.5px;
  line-height: 1.5;
  color: #ffffff;
}
.top-page #page-content .index-top-boxes .box-item dd {
  margin: 0 0 0 1.4em;
}
.top-page #page-content .index-top-boxes .box-item .news dd a{
  color: #fff;
}

.top-page #page-content .index-top-boxes .box-item dl.i-data dt {
  float: left;
  clear: left;
  font-size: 12px;
}
.top-page #page-content .index-top-boxes .box-item dl.i-data dd {
  margin: 0 0 10px;
  padding: 0 0 10px 8em;
  border-bottom: 1px solid #ffffff;
}
.top-page #page-content .index-top-boxes .box-item dl.i-data dd .f85 {
  font-size: 12px;
}
.top-page #page-content .btn-post-update {
  width: 100%;
  margin: 40px 0 20px;
  text-align: center;
}
.top-page #page-content .btn-post-update a {
  display: block;
  padding: 18px 25px;
  font-size: 16px;
  color: #ffffff;
  background: #800080;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}
.top-page #page-content .btn-post-update a:hover {
  background: #5B005B;
}
.top-page #page-content .index-bottom-boxes {
  display: flex;
  flex-wrap: wrap;
}
.top-page #page-content .index-bottom-boxes .box-item {
  width: 33.333333%;
  padding: 0 20px 0 0;
}

.top-page #page-content .index-bottom-boxes .box-item2 {
  width: 66.666666%;
  padding: 0 20px 0 0;
}

.top-page #page-content .index-bottom-boxes .box-item2 .face-box {
	display: flex;
}

.top-page #page-content .index-bottom-boxes .box-item2 .face-box .box-item {
  width: 50%;
  padding: 0 0 0 0;
}



.top-page #page-content .index-bottom-boxes .box-item:last-child {
  padding: 0;
}
.top-page #page-content .index-bottom-boxes .box-item .basic {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.top-page #page-content .index-bottom-boxes .box-item .basic .avatar {
  width: 80px;
}
.top-page #page-content .index-bottom-boxes .box-item .basic .name {
  width: calc(100% - 80px);
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
.top-page #page-content .index-bottom-boxes .box-item .txt-desc {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #555555;
}

.top-page #page-content .index-bottom-boxes .box-item2 .txt-desc {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #555555;
}
.top-page #page-content .index-bottom-boxes .box-item .link-more {
  padding: 2px 6px;
  font-size: 14px;
  color: #5B005B;
  background: #ebebeb;
  border-bottom: 1px dotted #5B005B;
  transition: all .2s ease-in-out;
}
.top-page #page-content .index-bottom-boxes .box-item .link-more:hover {
  background: #dcdcdc;
}
.top-page #page-content .index-bottom-boxes .box-item .btn {
  display: block;
  text-decoration: none;
  font-size: 13px;
  line-height: normal;
  margin: 10px 0 0;
  padding: 9px 14px;
  color: #fff;
  background: #5B005B;
  border-radius: 2px;
	transition: all .2s ease-in-out;
}
.top-page #page-content .index-bottom-boxes .box-item .btn:hover {
  background: #800080;
}

.top-page #page-content .index-bottom-boxes .box-item .btn_blue {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  margin: 10px 0 0;
  padding: 18px 25px;
  color: #fff;
  background: #5472d2;
  border-radius: 5px;
	text-align: center;
	transition: all .2s ease-in-out;
}
.top-page #page-content .index-bottom-boxes .box-item .btn_blue:hover {
  background: #3c5ecc;
}

.top-page #page-content .index-bottom-boxes .box-item .btn_red {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  margin: 10px 0 0;
  padding: 18px 25px;
  color: #fff;
  background: #fe6c61;
  border-radius: 5px;
	text-align: center;
	transition: all .2s ease-in-out;
}
.top-page #page-content .index-bottom-boxes .box-item .btn_red:hover {
  background: #fe5043;
}



/* トップページのスタイル*/
@media only screen and (max-width: 1090px) {
  .top-page #page-content .index-top-boxes .box-item dl.i-data dt {
    padding: 10px 0 0;
    float: unset;
    font-size: 13.5px;
  }
  .top-page #page-content .index-top-boxes .box-item dl.i-data dd {
    margin: 4px 0;
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .top-page #page-content .index-bottom-boxes .box-item .basic .name {
    padding: 0 0 0 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
.top-page #key-visual {
    height: 550px;
}
.top-page .btn_orange {width:100%;}
.top-page div#key-visual_bg{
background-size: contain;
	width:100%;
}
.top-page div#key-visual_bg div#main-title h1 {
font-size:30px;
}

  .top-page #page-content {
    margin-top: -90px;
  }
  .top-page #page-content .index-top-boxes {
    display: block;
  }
  .top-page #page-content .index-top-boxes .box-item {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 20px;
  }
  .top-page #page-content .index-top-boxes .box-item dl.news {
    height: 181px;
  }
  .top-page #page-content .index-top-boxes .box-item dl.i-data dt {
    float: left;
    padding: 0;
  }
  .top-page #page-content .index-top-boxes .box-item dl.i-data dd {
    padding: 0 0 0 10em;
  }
  .top-page #page-content .index-bottom-boxes {
    flex-wrap: wrap;
  }
  .top-page #page-content .index-bottom-boxes .box-item {
    width: 50%;
    margin: 0 0 15px;
  }
  .top-page #page-content .index-bottom-boxes .box-item:last-child {
    width: 100%;
    text-align: center;
  }
  .top-page #page-content .index-bottom-boxes .box-item .basic .name {
    padding: 0 0 0 8px;
    font-size: 16px;
  }
	
.top-page #page-content .index-bottom-boxes .box-item2 {
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .top-page #page-content .index-bottom-boxes {
    display: block;
  }
  .top-page #page-content .index-bottom-boxes .box-item {
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .top-page #page-content {
    margin-top: -40px;
  }
  .top-page #page-content .index-top-boxes {
    width: 100%;
    margin: 0 auto;
  }
  .top-page #page-content .index-top-boxes .box-item dl.i-data dd {
    padding: 0 0 0 8.5em;
  }
}
/* ----- about.html ----- */
.about-html #page-content .link_award li {
  margin: 0 0 16px;
}
.about-html #page-content .past_link {
  margin: 0 0 16px;
}
.about-html #page-content .past_link a {
  padding: 5px;
  line-height: 3.0;
}
.about-html #page-content .committees {
  margin: 0 0 48px;
}

/* ----- about.html ----- */
/* ----- program.html ----- */
.program-html .pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.program-html .pdf-list .col-3 {
  width: 33.333%;
  margin: 0 15px;
}

.program-html .pdf-list .col-2 {
  width: 50%;
  margin: 0 15px;
}

.program-html .pdf-list .btn-container {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 22px;
}

.program-html .pdf-list .btn-container .btn {
  font-size: 14px;
  padding: 13px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  width: 100%;
}

.program-html .pdf-list .btn-container .btn:hover {
  color: #f7f7f7;
}

.program-html .pdf-list .btn-container .btn-blue {
  background-color: #08c;
}

.program-html .pdf-list .btn-container .btn-blue:hover {
  background-color: #0074ad;
}

.program-html .pdf-list .btn-container .btn-red {
  background-color: #ff675b;
}

.program-html .pdf-list .btn-container .btn-red:hover {
  background-color: #ff4b3c;
}

.program-html .pdf-list .btn-container .btn-green {
  background-color: #800080;
}

.program-html .pdf-list .btn-container .btn-green:hover {
  background-color: #5B005B;
}


/* 共通のスタイル */
@media only screen and (max-width: 992px) {
  .program-html .pdf-list a {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .program-html .pdf-list {
    margin: 0 -8px 16px;
  }
  .program-html .pdf-list a {
    width: calc(25% - 16px);
    margin: 0 8px;
  }
}
@media only screen and (max-width: 600px) {
  .program-html .pdf-list {
    margin: 0 -12px 16px;
  }
  .program-html .pdf-list a {
    width: calc(50% - 24px);
    margin: 0 12px 12px;
  }
}
/* ----- program.html ----- */
.plenary-html .column-block {
  margin: 0 0 36px;
}
.plenary-html .column-block .photo {
  width: 150px;
  height: auto;
  margin: 0 0 8px 8px;
}

/* ----- program.html ----- */
.technology-html .tech-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #6C006C;
  margin: 0 0 8px;
}
.technology-html .tech-block {
  display: flex;
  padding: 0 0 0 15px;
}
.technology-html .tech-block .photo {
  padding: 15px 0 0;
  width: 80px;
}
.technology-html .tech-block .tech-txt {
  width: calc(100% - 95px);
  padding: 0 0 0 15px;
}

/* 共通のスタイル */
@media only screen and (max-width: 480px) {
  .technology-html .tech-block {
    display: block;
  }
  .technology-html .tech-block .photo {
    margin: 16px auto;
    padding: 0;
  }
  .technology-html .tech-block .tech-txt {
    width: 100%;
    padding: 0;
  }
}
/* ----- program.html ----- */
.circuits-html .circuits-links {
  display: flex;
  margin: 0 0 16px;
}
.circuits-html .circuits-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 30px;
  margin: 0 60px 0 0;
  color: #ffffff;
  background: #c03427;
}
.circuits-html .circuits-links a:hover {
  background: #f37548;
}
.circuits-html .sc-area {
  margin: 48px 0 0;
}
.circuits-html .sc-area .sc-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #6C006C;
  margin: 0 0 8px;
}
.circuits-html .sc-area .sc-date {
  font-size: 18px;
  color: #a93329;
  margin: 0 0 7px;
}
.circuits-html .sc-area em {
  font-weight: bold;
  color: #000000;
}
.circuits-html .sc-area .circ-block {
  display: flex;
  padding: 0 0 0 15px;
}
.circuits-html .sc-area .circ-block .photo {
  padding: 15px 0 0;
  width: 80px;
}
.circuits-html .sc-area .circ-block .detail {
  width: calc(100% - 95px);
  padding: 0 0 0 15px;
}

/* 共通のスタイル */
@media only screen and (max-width: 480px) {
  .circuits-html .circuits-links {
    margin: 0 -8px;
  }
  .circuits-html .circuits-links a {
    width: calc(50% - 16px);
    margin: 0 8px;
  }
  .circuits-html .sc-area .circ-block {
    display: block;
  }
  .circuits-html .sc-area .circ-block .photo {
    margin: 16px auto;
    padding: 0;
  }
  .circuits-html .sc-area .circ-block .detail {
    width: 100%;
    padding: 0;
  }
}
/* ----- program.html ----- */
.page-not-found .linkbtn a,
.workshop-html .linkbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 355px;
  height: 55px;
  color: #ffffff;
  background: #800080;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.page-not-found .linkbtn a:hover,
.workshop-html .linkbtn a:hover {
  color: #f7f7f7;
  background: #5B005B;
}


/* 共通のスタイル */
@media only screen and (max-width: 480px) {
  .workshop-html .linkbtn a {
    width: 100%;
  }
}
/* ----- program.html ----- */
.registration-html .reg-ttl {
  margin: 0 0 16px;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #000000;
}
.registration-html .attention {
  margin: 0 0 30px;
  padding: 20px;
  border: 1px solid #800080;
}
.registration-html .attention .sub_tit_red {
  font-size: 15px;
  font-weight: bold;
  color: #b83300;
}
.registration-html .attention p:last-child {
  margin: 0;
}
.registration-html .symp-schedule {
  color: #333333;
}
.registration-html .reg-tbl-desc {
  margin: 0 !important;
}
.registration-html .reg-tbl-desc-02 {
  margin-top: 10px;
}
.registration-html .reg-table {
  width: 100%;
  margin: 0 0 10px;
  color: #000000;
  border-spacing: 0;
  border-collapse: collapse;
}
.registration-html .reg-table th {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #5B005B;
}
.registration-html .reg-table th.type_sub {
  color: #000000;
  background: #bad28d;
}
.registration-html .reg-table tr.add td {
  background: #fffecf !important;
}
.registration-html .reg-table th, .registration-html .reg-table td {
  border: 1px solid #aaaaaa;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.4;
}
.registration-html .reg-table td {
  text-align: center;
  background: #ffffff;
}
.registration-html .reg-table td.num {
  width: 3%;
  text-align: center;
}
.registration-html .reg-table td.cat {
  text-align: left;
  white-space: nowrap;
}
.registration-html .reg-table td.fee, .registration-html .reg-table td.fee_s {
  width: 20%;
  text-align: center;
}
.registration-html .reg-table td.fee_s {
  background: #eaf1dd !important;
}
.registration-html .reg-table-02 td.cat {
  width: auto;
}
.registration-html .reg-table-bank {
  table-layout: fixed;
  margin: 0 0 24px;
}
.registration-html .reg-tabl-cxl {
  width: 80%;
  margin: 0 0 10px;
  color: #000000;
  border-collapse: collapse;
  border-spacing: 0;
}
.registration-html .reg-tabl-cxl th, .registration-html .reg-tabl-cxl td {
  padding: 7px 5px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #aaaaaa;
}
.registration-html .reg-tabl-cxl th {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #999999;
}



.registration-html .symposium-table {
  width: 100%;
  margin: 0 0 10px;
  color: #000000;
  border-spacing: 0;
  border-collapse: collapse;
}
.registration-html .symposium-table th {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #5B005B;
}
.registration-html .symposium-table tr.add td {
  background: #fffecf !important;
}
.registration-html .symposium-table th, .registration-html .symposium-table td {
  border: 1px solid #aaaaaa;
  padding: 2px;
  font-size: 11px;
  line-height: 1.2;
}
.registration-html .symposium-table td {
  text-align: center;
  background: #ffffff;
}



/* 共通のスタイル */
@media only screen and (max-width: 992px) {
  .registration-html .schedule-wrapper {
    overflow-x: auto;
  }
  .registration-html .schedule-wrapper img {
    width: 990px;
    height: auto;
  }
  .registration-html .tbl-wrapper {
    overflow-x: auto;
  }
  .registration-html .tbl-wrapper table {
    width: 990px;
  }
}
/* ----- press.html ----- */
.press-html .sec-ttl {
  margin: 0 0 8px;
  padding: 5px;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  color: #000000;
  background: url(../img/common/h5_line.gif) repeat-x bottom;
}

.press-html .lang-ttl {
  margin: 20px 0 10px 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.press-html .pdf-list li {
  background: url(../img/common/icon_pdf.gif) no-repeat left;
  padding: 0 0 0 18px;
  margin: 0 0 15px 5px;
}

.press-html .further-list li {
  margin: 0 0 15px 5px;
  font-size: 13px;
  line-height: 1.3;
}

.press-html .btn-reg {
  margin: 0 0 48px;
}

.press-html .btn-reg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 38px;
  text-align: center;
  color: #ffffff;
  background: #800080;
  text-decoration: none;
  border-radius: 5px;
}

.press-html .btn-reg a:hover {
  color: #f7f7f7;
  background-color: #800080;
	opacity: 0.7;
}

.press-html .editor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press-html .editor-list .editor-item {
  width: 50%;
  padding: 0 10px 0 0;
  font-size: 12px;
}

.press-html strong {
  color: #000;
}

.press-html table {
  border-collapse: collapse;
  margin-bottom: 20px;
}

.press-html table tbody th {
  text-align: left;
  padding: 10px 10px 5px;
}

.press-html table td {
  padding: 10px 10px 5px;
  border-bottom: 1px solid #ddd;
}

.press-html table td a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.press-html table td img {
  width: 14px;
  height: 17px;
  margin-right: 3px;
}

.press-html table tr:last-child td {
  border: none;
}

.press-html table.press-table {
  width: 100%;
  margin-top: 20px;
}

.press-html table.press-table thead th {
  background-color: #d9edf7;
  font-weight: 700;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.press-html .btn-square a {
  border-radius: 0;
  width: auto;
  padding: 10px;
  background-color: #800080;
  border-color: #db5237;
}

/* 共通のスタイル */
@media only screen and (max-width: 480px) {
  .press-html .sec-ttl {
    padding: 5px 0;
  }
  .press-html .editor-list {
    display: block;
  }
  .press-html .editor-list .editor-item {
    width: 100%;
    padding: 0;
  }
}

/* -----info.html ----- */
.info-html .info-list {
  display: flex;
  margin: 0 -16px;
}
.info-html .info-list .info-item {
  width: calc(33.333333% - 32px);
  margin: 0 16px 20px;
  padding: 20px 0 0;
  border-top: 1px solid #e0e0e0;
}
.info-html .info-list .info-item dt {
  font-weight: bold;
}
.info-html .info-list .info-item .info_suppoters {
  padding: 0 0 0 16px;
}

/* 共通のスタイル */
@media only screen and (max-width: 768px) {
  .info-html .info-list {
    display: block;
    margin: 0;
  }
  .info-html .info-list .info-item {
    width: 100%;
    margin: 0 0 20px;
  }
}




/* ----- authors.html ----- */
.authors-html .sub-page-area h2.title {
  font-size: 24px;
  padding: 24px 0;
}

.authors-html .sub-page-area .btn-container {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 22px;
}

.authors-html .sub-page-area .btn-container .btn {
  font-size: 14px;
  padding: 13px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  width: 100%;
}

.authors-html .sub-page-area .btn-container .btn:hover {
  color: #f7f7f7;
}

.authors-html .sub-page-area .btn-container .btn-blue {
  background-color: #5472d2;
}

.authors-html .sub-page-area .btn-container .btn-blue:hover {
  background-color: #0074ad;
}

.authors-html .sub-page-area .btn-container .btn-red {
  background-color: #ff675b;
}

.authors-html .sub-page-area .btn-container .btn-red:hover {
  background-color: #ff4b3c;
}

.authors-html .sub-page-area .btn-container .btn-green {
  background-color: #800080;
}

.authors-html .sub-page-area .btn-container .btn-green:hover {
  background-color: #5B005B;
}

.authors-html .sub-page-area .btn-opacity {
  opacity: 0.5;
  pointer-events: none;
}

.authors-html .sub-page-area .submitting-block {
  padding: 35px 15px 0;
  margin: 0 -5px 0 -15px;
  background-color: #e0e0e0;
}

.authors-html .sub-page-area .submitting-block .submitting-text {
  text-align: center;
}

.authors-html .sub-page-area .submitting-block .submitting-text h2 {
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.authors-html .sub-page-area .submitting-block .submitting-btn,
.authors-html .sub-page-area .submitting-btn{
  width: 40%;
  margin: auto;
}

.authors-html .sub-page-area .online-submission-block {
  padding: 0px 15px 0;
  margin: 0 -5px 0 -15px;
}

.authors-html .sub-page-area .online-submission-block .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.authors-html .sub-page-area .online-submission-block .col-2 {
  width: 50%;
  margin: 0 15px;
}

.authors-html .sub-page-area .content-block {
  padding: 35px 15px 15px;
  margin: 0 -5px 0 -15px;
  background-color: rgba(129, 216, 121, 0.46);
}

.authors-html .sub-page-area .content-block strong {
  color: #000;
}

.authors-html .sub-page-area .content-block h3 {
  color: #000;
  margin: 10px 0 15px;
  font-weight: 400;
}

.authors-html .sub-page-area .tab-frame .tab-header {
  text-align: center;
}

.authors-html .sub-page-area .tab-frame input {
  display: none;
}

.authors-html .sub-page-area .tab-frame input:checked + label {
  background: #81d742;
  color: #39ba40;
  cursor: default;
}

.authors-html .sub-page-area .tab-frame input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
.authors-html .sub-page-area .tab-frame input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
.authors-html .sub-page-area .tab-frame input:nth-of-type(3):checked ~ .tab:nth-of-type(3),
.authors-html .sub-page-area .tab-frame input:nth-of-type(4):checked ~ .tab:nth-of-type(4) {
  display: block;
}

.authors-html .sub-page-area .tab-frame label {
  display: block;
  float: left;
  padding: 5px 20px;
  font-size: 16px;
  background-color: #39ba40;
  color: #fff;
  cursor: pointer;
}

.authors-html .sub-page-area .tab-frame label:first-of-type {
  border-top-left-radius: 5px;
}

.authors-html .sub-page-area .tab-frame label:last-of-type {
  border-top-right-radius: 5px;
}

.authors-html .sub-page-area .tab-frame .seprater {
  height: 1px;
  background-color: #ccc;
}

.authors-html .sub-page-area .tab-frame .tab {
  display: none;
  padding: 5px 10px;
  clear: left;
}

ul.disk-list {list-style-type: disc;padding-left:5px;margin-left:10px;}




/* ----- features - html ----- */
.features-html .feature-headline {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
	flex-wrap: wrap;
	
}
.features-html .feature-headline .chairman{
	width:50%;
	display: flex;
	align-items: center;

}
.features-html .feature-headline .photo {
  width: 110px;
}
.features-html .feature-headline .title {
  width: calc(100% - 110px);
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 450px) {
.features-html .feature-headline .chairman{
	width:100%;
}	
}
/* ----- best-demo.html ----- */
.best-demo-html .sub-page-header h3 {
  font-size: 24px;
  color: #000;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  margin-bottom: -15px;
}

.best-demo-html .sub-page-area .photo-left {
  width: 136px;
  float: left;
  margin: 5px 20px 20px 0;
}

.best-demo-html aside h4 {
  color: #000;
  line-height: 1.5;
}

/* 共通のスタイル */
@media only screen and (max-width: 480px) {
  .short-course-html .tech-block {
    display: block;
  }
  .short-course-html .tech-block .photo {
    margin: 16px auto;
    padding: 0;
  }
  .short-course-html .tech-block .tech-txt {
    width: 100%;
    padding: 0;
  }
}

/* ----- program.html ----- */
.best-student-html #page-content .sub-page-area h3 {
  font-size: 24px;
  color: #000;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
}

.best-student-html #page-content .sub-page-area h3.has-border {
  border-bottom: 1px solid #e8e8e8;
}

.best-student-html #page-content .sub-page-area h4 {
  color: #000;
  line-height: 1.5;
}

.best-student-html #page-content .sub-page-area .photo-left {
  width: 80px;
  height: 100px;
  float: left;
  margin: 5px 20px 20px 0;
}

/* 共通のスタイル */
@media only screen and (max-width: 480px) {
  .short-course-html .tech-block {
    display: block;
  }
  .short-course-html .tech-block .photo {
    margin: 16px auto;
    padding: 0;
  }
  .short-course-html .tech-block .tech-txt {
    width: 100%;
    padding: 0;
  }
}

/* ----- symposium-policy-html.html ----- */
.symposium-policy-html {
  line-height: 1.75;
}

.symposium-policy-html h4 {
  color: #000;
  line-height: 1.5;
}

.symposium-policy-html p {
  padding: 1em 0;
  line-height: 1.2;
}

.symposium-policy-html p strong {
  color: #000;
  line-height: 19.5px;
}

.symposium-policy-html ol {
  padding: 1em 0 1em 40px;
}

.symposium-policy-html ol li {
  list-style: decimal;
}

/*下部固定表示=======================================*/
.menu_btn {
    /* 表示位置(固定:右下) */
    position: fixed;
    bottom:  20px;
    right: 20px;

    /* 開いたメニューより前面に表示する */
    z-index: 1000;

    /* ボタンのデザイン */
    padding: 5px 10px;
    color:       #000;
    font-size:   15px;
    background: #fff;

    /* カーソルの形を変える */
    cursor: pointer;
  }

.menu_btn br {display:none;}
    .menu {
      display: block;
      width: 100%;
      height:60px;
      padding:10px;
background: rgba(0,0,0,0.7);
      position: fixed;
      bottom: 0;
	  right: 0;
      z-index:999;
    } 

 .menu p {
    color:white;
    padding-right:200px;}

@media only screen and (max-width: 768px) {
    .menu {
      display: table;
      width: 100%;
      height:100px;
      padding:5px;
background: rgba(0,0,0,0.7);
      position: fixed;
      bottom: 0;
      z-index:999;
    } 
	.menu_btn br {display:block;}

	 .menu p {
    color:white;
    padding-right:100px;
		  display: table-cell;
  vertical-align: middle;}

	.menu_btn {
    /* 表示位置(固定:右下) */
    position: fixed;
    bottom:  20px;
    right: 20px;

    /* 開いたメニューより前面に表示する */
    z-index: 1000;

    /* ボタンのデザイン */
    padding: 5px 10px;
    color:       #000;
    font-size:   15px;
    background: #fff;
		text-align: center;

    /* カーソルの形を変える */
    cursor: pointer;
  }
	
}
   
    


p.live-session {
font-size:120%;
font-weight: bold;
color:#000!important;
}

p.demo-title {font-weight: bold;margin-bottom:0px!important;padding-bottom:0px;}
span.bold {font-weight: bold;}

a:hover img.fadeimg {opacity:0.7;}


.newsletter-html .sub-page-area .btn-container .btn-green {
  background-color: #800080;
}

.newsletter-html .sub-page-area .btn-container .btn-green:hover {
  background-color: #5B005B;
}

.newsletter-html .sub-page-area .btn-container .btn {
  font-size: 18px;
  padding: 13px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  width: 100%;
      box-shadow: 3px 3px 10px 0px rgb(255 255 255 / 75%) inset, -3px -3px 10px 0px rgb(0 0 0 / 75%) inset;
}

.newsletter-html .sub-page-area p {line-height:140%;}

.newsletter-html .sub-page-area div.frame {border:3px solid #4F81BD;padding:10px;margin:50px 0 20px 0;}

.newsletter-html .sub-page-area ul {list-style-type:disc;margin-left:20px;}
.newsletter-html .sub-page-area ul li {margin-bottom: 10px;}
.newsletter-html .sub-page-area ul li.bold {font-weight: bold;}
.newsletter-html .sub-page-area p.plenary-title {margin-top:-20px;margin-bottom:20px;color:white;font-weight: bold;font-size: 16px;}
.newsletter-html .sub-page-area p.plenary-title span {background-color: #9BBB59;padding:10px;color:white;font-weight: bold;font-size: 130%;}

.newsletter-html .sub-page-area p.workshop-title {margin-top:-20px;margin-bottom:20px;color:white;font-weight: bold;font-size: 16px;}
.newsletter-html .sub-page-area p.workshop-title span {background-color: #4F81BD;padding:10px;color:white;font-weight: bold;font-size: 130%;}

.newsletter-html .sub-page-area .ttl {
   margin: 40px 0 16px;
  padding: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #000000;
  background: url(../img/common/contact_bg.gif) no-repeat bottom left;
}


@media only screen and (max-width: 768px) {
.newsletter-html .sub-page-area #page-content {
    margin-top: 20px;
}
}

/* 共通のスタイル */
@media only screen and (max-width: 768px) {
  .symposium-policy-html .content .sub-page-header .breadcrumb {
    display: block;
  }
}

table.nl5-table {border-collapse: collapse;border:1px solid #333;margin-top:20px;}
table.nl5-table th {background-color: #ccc;border:1px solid #333;padding:5px;text-align: left;}
table.nl5-table td {background-color: #fff;border:1px solid #333;padding:5px;}
/*# sourceMappingURL=style.css.map */

/*workshop*/
ul.workshop-ul {list-style: disc;padding-left:20px;}

/*authors*/
.authors-html .content .sub-page-area p{color:black;}
.authors-html .content .sub-page-area .tab{color:black;}
.authors-html .sub-page-area h2.title {color:black;}
.authors-html .content .sub-page-header .breadcrumb li {color:black;}
.authors-html .content .sub-page-header .breadcrumb li a{color:black;}

/* -----hotel-location.html ----- */
.hotel-location-html #page-content .sub-page-area .thumb {
  width: 100%;
}

.hotel-location-html #page-content .sub-page-area .btn-container {
  padding: 10px 0 0 0;
}

.hotel-location-html #page-content .sub-page-area .btn-container .btn {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #800080;
  text-decoration: none;
}

.hotel-location-html #page-content .sub-page-area .btn-container .btn:hover {
  color: #f7f7f7;
  background-color: #5B005B;
}

.hotel-location-html #page-content .sub-page-area main dl dd ul {
  padding: 25px 0 0 45px;
}

.hotel-location-html #page-content .sub-page-area main dl dd ul li {
  list-style: disc;
}
