@charset "UTF-8";
/* 変数 */
/* 基礎のスタイル */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
* {
  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: #6eb92b;
  text-decoration: underline;
}
a:hover {
  color: #669900;
}

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: #666666;
  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: #77c154;
}
footer .footer-link-list .footer-link-item:nth-child(2) {
  background: #5fa53d;
}
footer .footer-link-list .footer-link-item:nth-child(3) {
  background: #4a7f30;
}
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: #7cba3d;
}
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: #777777;
  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: #909090;
  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: 48px 0;
}
.sub-page .content .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;
}
.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 {
  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: #777777;
}
.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: #5fa53d;
  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 .time, .sub-page .content .open2 dt .time {
  display: table-cell;
  width: 112px;
}
.sub-page .content .toggle dt .title, .sub-page .content .open2 dt .title {
  display: table-cell;
  width: calc(100% - 112px);
}
.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: #888888;
}
.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: #8e8e8e;
  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: #77c154;
  text-decoration: none;
}
.site-menu-pc .menu-list .menu-item .menu-link.current {
  color: #ffffff;
  background: #77c154;
}
.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;
  font-size: 12px;
  text-decoration: none;
  line-height: 18px;
  color: #888888;
  border-bottom: 1px solid #e8e8e8;
}
.site-menu-pc .menu-list .menu-item ul li a:hover {
  color: #000000;
  border-bottom: 2px solid #77c154;
}

.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:700px;

}

.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: 0px 2px 0px rgba(0,0,0,0.7);
font-family: 'PT Sans';
font-weight:normal;
}

.top-page div#key-visual_bg h2 {
margin-top: 8px;
line-height: 130%;
color: #FFF;
text-shadow: 0px 2px 0px rgba(0,0,0,0.7);
font-family: 'PT Sans';
font-weight:normal;
}
.top-page div#key-visual_bg div#main-title {
	padding-left:5%;
	padding-top:5%;
}

.top-page #page-content {
  position: relative;
  margin-top: -180px;
  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: #77c154;
}
.top-page #page-content .index-top-boxes .box-item:nth-child(2) {
  background: #5fa53d;
}
.top-page #page-content .index-top-boxes .box-item:nth-child(3) {
  background: #4a7f30;
}
.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: #008238;
  border-bottom: 1px dotted #008238;
}
.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 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: #6ab165;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}
.top-page #page-content .btn-post-update a:hover {
  background: #59a453;
}
.top-page #page-content .index-bottom-boxes {
  display: flex;
}
.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-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-item .link-more {
  padding: 2px 6px;
  font-size: 14px;
  color: #008238;
  background: #ebebeb;
  border-bottom: 1px dotted #008238;
  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: #4a7f30;
  border-radius: 2px;
	transition: all .2s ease-in-out;
}
.top-page #page-content .index-bottom-boxes .box-item .btn:hover {
  background: #77c154;
}

.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: 350px;
}
.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;
  }
}
@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: flex;
  margin: 0 0 16px;
  flex-wrap: wrap;
}
.program-html .pdf-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  margin: 0 40px 0 0;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.program-html .pdf-list a span {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  color: #777777;
  white-space: nowrap;
}
.program-html .pdf-list a:nth-child(1) {
  background: #3156a3;
}
.program-html .pdf-list a:nth-child(2) {
  background: #c03427;
}
.program-html .pdf-list a:nth-child(3) {
  background: #5fa53d;
}
.program-html .pdf-list a:nth-child(4) {
  background: #5fa53d;
}
.program-html .friday-forum-ttl {
  margin: 32px 0 8px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #5fa53d;
}

/* 共通のスタイル */
@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: #5fa53d;
  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: #5fa53d;
  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 ----- */
.workshop-html .linkbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 30px;
  color: #ffffff;
  background: #5fa53d;
}
.workshop-html .linkbtn a:hover {
  background: #77c154;
}

/* 共通のスタイル */
@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 #6eb92b;
}
.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: #4a7f30;
}
.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;
}

/* 共通のスタイル */
@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;
  }
}
/* ----- program.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 .img-list li {
  margin: 0 0 15px 5px;
  font-size: 13px;
  line-height: 1.3;
}
.press-html .btn-reg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  margin: 0 auto 48px;
}
.press-html .btn-reg a {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  background: #c03427;
  text-decoration: none;
}
.press-html .btn-reg a:hover {
  opacity: .7;
}
.press-html .editor-list {
  display: flex;
}
.press-html .editor-list .editor-item {
  width: 50%;
  padding: 0 10px 0 0;
  font-size: 12px;
}

/* 共通のスタイル */
@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: #6ab165;
}

.authors-html .sub-page-area .btn-container .btn-green:hover {
  background-color: #59a453;
}

.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 {
  width: 40%;
  margin: auto;
}

.authors-html .sub-page-area .online-submission-block {
  padding: 15px 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;
}
.features-html .feature-headline .photo {
  width: 110px;
}
.features-html .feature-headline .title {
  width: calc(100% - 110px);
  padding: 0 0 0 20px;
  font-size: 20px;
  color: #000000;
}

/* ----- 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;
}

/* 共通のスタイル */
@media only screen and (max-width: 768px) {
  .symposium-policy-html .content .sub-page-header .breadcrumb {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */