@charset "utf-8";
@import "reboot.css";
@import url('https://fonts.googleapis.com/css?family=Raleway');
html {
  overflow-y: scroll;
  width: 100%;
}
body {
  color: #000;
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
a:link, a:visited {
  color: #699b00;
  text-decoration: underline;
}
a:active, a:hover {
  color: #699b00;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
#wrapper {
  width: 100% !important;
  text-align: center;
  background: #fff;
  border-bottom: 5px solid #e2e7e1;
}
.sp {
  display: none !important;
}
#toggle, #nav-content {
  display: none;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#topWrapper {
  background: url("../image/back.jpg") center top;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
}
/* header */
header {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 a {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  align-items: center;
}
header h1 a img:first-child {
  width: 630px;
}
header h1 a img {
  width: 412px;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
/* nav */
nav {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #699b00;
  height: 42px;
  overflow: visible;
}
.menu {
  margin: 10px auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 960px;
}
.menu li {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  width: 150px;
}
.menu li::after {
  position: absolute;
  content: "/";
  color: #fff;
  top: 7px;
  right: 0;
  font-size: 15px;
}
.menu li:last-child::after, .menu ul li::after {
  display: none;
}
.menu li a {
  padding: 13px 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: block;
}
.menu ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  background: #fff;
  width: 130px;
  z-index: 9999;
}
.menu ul li {
  margin: 0;
  padding: 0;
  width: 130px;
  z-index: 9999;
}
.menu ul li a {
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #699b00;
  opacity: 1;
  background: #fff;
}
.menu ul li a:hover {
  color: #fff;
  background: #699b00;
  opacity: 1;
}
.sub {
  display: none;
}
.menu a:active, .menu a:hover {
  transition: none;
}
footer {
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1;
  color: #fff;
  background: #000;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
/*top page*/
#mainvisual {
  width: 713px;
  margin: 20px auto;
}
main.top {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#news {
  width: 960px;
  margin: 40px auto;
  text-align: center;
}
#news h2 {
  margin: 0 auto 20px;
  padding: 0 0 8px;
  font-weight: 900;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
  border-bottom: 1px solid #a3da34;
  width: 150px;
  line-height: 1;
}
#news ul {
  width: 900px;
  margin: 10px auto;
  height: 360px;
  padding: 0 10px;
  list-style: none;
  overflow: auto;
  text-align: left;
}
#news ul li {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
  border-bottom: 1px solid #7c7c7c;
  position: relative;
}
#news ul li::first-line {
  font-weight: 600;
}
#news h2.memberInfo {
  font-family: 'Raleway', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 40px auto 5px;
  border-bottom: 1px solid #ffbb29;
  width: 150px;
}
.underInfo {
  font-size: 13px;
  margin: 0;
}
#news ul.memberInfo {
  height: 200px;
  overflow-y: scroll;
}
/* main */
#contentsWrapper {
  background: url("../image/back.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  padding: 0 0 20px;
  position: relative;
}
main.contents {
  width: 960px;
  min-height: 700px;
  text-align: left;
  margin: 20px auto 0;
  padding: 0 0 55px;
  background: #fff;
  z-index: 1;
}
main.contents h1 {
  margin: 0 20px 30px;
  padding: 30px 0 5px;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  border-bottom: 3px solid #cdcdcd;
  position: relative;
}
main.contents h1::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #81ba08;
  content: "";
  height: 3px;
  width: 100px;
}
main.contents h2 {
  margin: 30px 25px 25px;
  padding: 10px 10px 8px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  background: #eeeeee;
  border: 2px solid #81ba08;
}
main.contents h3 {
  margin: 20px 30px 15px;
  padding: 10px 5px 8px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  border-bottom: 1px dotted #000;
}
main.contents h4 {
  margin: 18px 40px 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #5d5d5d;
}
main.contents p {
  margin: 10px 45px;
  padding: 0;
}
main.contents .wide p {
  margin: 20px 45px;
}
/* list */
main.contents ul {
  margin: 5px 30px 5px 40px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #81ba08;
}
main.contents ul ul, main.contents ol ul {
  margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ul ol {
  margin: 0 0 0 20px;
}
main.contents ul ol li {
  list-style-type: inherit;
}
main.contents ol {
  margin: 5px 30px 5px 65px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol ol {
  margin: 0 0 0 20px;
}
main.contents ol ol li {
  margin: 0;
  padding: 0;
}
ol.parentheses {
  margin: 10px 30px 10px 70px !important;
}
ol.parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 14px;
  text-indent: -14px;
  padding: 0 0 2px;
}
ol.parentheses li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}
/* table */
table {
  padding: 0;
  margin: 25px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #81ba08;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #81ba08;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
table.center th, table.center td {
  text-align: center;
}
/* figure */
figure {
  margin: 20px 45px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 40px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 40px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #81ba08, #fff);
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w05 {
  width: 10%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w98 {
  width: 98%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
.large {
  font-size: 1.2em;
}
blockquote {
  margin: 5px 0 5px 15px;
}
.outline {
  border: 2px solid #eee;
}
/*activity*/
.activity {
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}
.activityCell {
  width: 48%;
  margin: 8px 1%;
  border: 1px solid #81ba08;
}
.activityCell > a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #000;
  width: 100%;
}
.activityCell > a > img {
  width: 30%;
  margin: 8px 0 8px 8px;
}
.activityCell > a > div {
  width: 70%;
  padding: 10px;
}
.activityCell > a > div > div {
  display: flex;
  justify-content: space-between;
  margin: 8px;
  line-height: 1;
}
.information {
  font-size: 13px;
  color: #fff;
  background: #5d5dd6;
  padding: 2px 10px 1px;
}
.meeting {
  font-size: 13px;
  color: #fff;
  background: #ffbb29;
  padding: 2px 10px 1px;
}
.event {
  font-size: 13px;
  color: #fff;
  background: #d543c6;
  padding: 2px 10px 1px;
}
.advisory {
  font-size: 13px;
  color: #fff;
  background: #2dd040;
  padding: 2px 10px 1px;
}
/*.new2 {
  font-size: 13px;
  color: #fff;
  background: #FF0004;
  padding: 2px 10px 1px;
}*/
.activityCell h2 {
  margin: 15px 8px !important;
  border: none !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 17px !important;
  background: #fff !important;
}
/*newアイコン*/
.new {
  position: absolute;
  top: 14px;
  left: 140px;
  height: 12px;
  padding: 1px 7px 0;
  margin: 0 0 0 8px;
  font-size: 12px;
  color: #fff;
  background: #FF0004;
  text-align: center;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .new {
  top: 15px;
  margin: 0 0 0 17px;
}
.information2 {
  position: absolute;
  top: 14px;
  left: 70px;
  height: 12px;
  padding: 1px 7px 0;
  margin: 0 0 0 11px;
  font-size: 12px;
  color: #fff;
  background: #5d5dd6;
  text-align: center;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .information2 {
  top: 15px;
  margin: 0 0 0 17px;
}
.meeting2 {
  position: absolute;
  top: 14px;
  left: 70px;
  height: 12px;
  padding: 1px 7px 0;
  margin: 0 0 0 11px;
  font-size: 12px;
  color: #fff;
  background: #ffbb29;
  text-align: center;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .meeting2 {
  top: 15px;
  margin: 0 0 0 17px;
}
.event2 {
  position: absolute;
  top: 14px;
  left: 70px;
  height: 12px;
  padding: 1px 7px 0;
  margin: 0 0 0 11px;
  font-size: 12px;
  color: #fff;
  background: #d543c6;
  text-align: center;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .event2 {
  top: 15px;
  margin: 0 0 0 17px;
}
.advisory2 {
  position: absolute;
  top: 14px;
  left: 70px;
  height: 12px;
  padding: 1px 7px 0;
  margin: 0 0 0 11px;
  font-size: 12px;
  color: #fff;
  background: #2dd040;
  text-align: center;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .advisory2 {
  top: 15px;
  margin: 0 0 0 17px;
}
.newAdvisory {
  position: absolute;
  top: 14px;
  left: 212px;
  height: 12px;
  padding: 1px 7px 0;
  margin: 0 0 0 8px;
  font-size: 12px;
  color: #fff;
  background: #FF0004;
  text-align: center;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .newAdvisory {
  top: 15px;
  margin: 0 0 0 17px;
}
.column {
  border: 1px solid #699b00;
  background: #f3f9e7;
  margin: 40px auto;
  padding: 20px 10px;
  width: 90%;
}
.ic4kikou {
  width: 32px;
}
.newInfo {
  position: absolute;
  top: 14px;
  left: 75px;
  height: 12px;
  padding: 1px 7px 0;
  margin: 0 0 0 8px;
  font-size: 12px;
  color: #fff;
  background: #FF0004;
  text-align: center;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .newInfo {
  top: 15px;
  margin: 0 0 0 17px;
}
/*pamphlet*/
.pamphlet {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 90%;
}
.pamphlet > figure {
  width: 23%;
  margin: 10px 1%;
}
.pamphlet img {
  border: 1px solid #757575;
}
.pamphlet figcaption {
  text-align: center;
  font-weight: 900;
}
/*public info*/
.publicInfo {
  width: 80%;
  margin: 10px auto !important;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.publicInfo li {
  width: 48%;
  margin: 8px 1% !important;
  padding: 0 !important;
  border: 1px solid #81ba08;
}
.publicInfo li::before {
  display: none;
}
.publicInfo li > a {
  text-decoration: none;
  color: #81ba08;
  display: block;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
}
.publicInfo li > a:hover {
  background: #81ba08;
  color: #fff;
  opacity: 1;
}
/*シンポジウム*/
dl.program {
  margin: 20px 45px;
  list-style: none;
}
dl.program dt {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  font-weight: 500;
}
dl.program dd {
  margin: 0 10px 10px 120px;
  padding: 0;
}
.photo {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 25px auto;
}
.photo figure {
  margin: 0;
}
.photo figure img {
  height: 200px;
  width: auto;
  margin: 0 5px 5px;
}
@media only screen and (max-width: 480px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 3.5vw
  }
  #sb-site {
    width: 100% !important;
    overflow: hidden;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  header {
    width: 100%;
    padding: 2vw 0;
  }
  header h1 a {
    width: 83%;
    margin: 0 0 0 1vw;
    flex-direction: column;
    align-items: flex-start;
  }
  header h1 img {
    width: 100% !important;
  }
  nav {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 5vw;
    right: 2%;
    background: #699b00;
    padding: .2vw 0 1vw;
    cursor: pointer;
    z-index: 99999;
    width: 10.7vw;
  }
  #toggle ul {
    margin: 0;
    padding: 0 0 3.5vw;
  }
  #toggle ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
  }
  .css-bar {
    display: inline-block;
    position: relative;
    margin: 0 1vw;
    padding: 0;
    background: #fff;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 9vw;
    height: .5vw;
  }
  .css-bar:before, .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
  .css-bar:before {
    margin-top: -2vw;
  }
  .css-bar:after {
    margin-top: 1.5vw;
  }
  .sb-toggle:after {
    display: block;
    content: "MENU";
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    font-size: 2.5vw;
    color: #fff;
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
  }
  #nav-content {
    display: block;
    z-index: 900;
    overflow: auto;
    width: 40%;
    height: 100%;
    background: #699b00;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(-250%);
    transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-open {
    overflow: hidden;
  }
  .is-open #nav-content {
    z-index: 999;
    transform: translateX(-150%);
  }
  .overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
  }
  .menu {
    margin: 3vw 0;
    width: 100%;
    display: block;
  }
  .menu li {
    border-bottom: .2vw solid #fff;
    margin: 0;
    width: 100%;
  }
  .menu li::after {
    display: none;
  }
  .menu li a {
    padding: 5vw 0;
    font-size: 4vw;
  }
  .menu ul {
    margin: 0 1%;
    width: 98%;
  }
  .menu ul li {
    width: 100%;
  }
  .menu ul li a {
    padding: 3vw;
    font-size: 3.5vw;
  }
  footer {
    font-size: 3vw;
    padding: 2vw 1vw;
    width: 100%;
  }
  #mainvisual {
    width: 100%;
    margin: 1vw 0 3vw;
  }
  #news {
    width: 100%;
    margin: 5vw auto;
    display: block;
  }
  #news h2 {
    margin: 0 auto 3vw;
    padding: 0 0 1vw;
    width: 32vw;
    font-size: 4vw;
  }
  #news ul {
    width: 98%;
    margin: 3vw auto;
    height: 60vw;
    padding: 0 1vw;
  }
  #news ul li {
    padding: 3vw 0;
  }
  #news h2.memberInfo {
    margin: 8vw auto 1vw;
    width: 32vw;
  }
  .underInfo {
    font-size: 2.5vw;
  }
  #news ul.memberInfo {
    height: 40vw;
  }
  #contentsWrapper {
    padding: 0 0 4vw;
  }
  main.contents {
    width: 100%;
    min-height: 150vw;
    margin: 2vw 0 0;
    padding: 0 0 4vw;
  }
  main.contents h1 {
    margin: 0 1vw 5vw;
    padding: 5vw 0 1vw;
    font-size: 5vw;
    border-bottom: .5vw solid #cdcdcd;
  }
  main.contents h1::after {
    bottom: -.5vw;
    height: .5vw;
    width: 16vw;
  }
  main.contents h2 {
    width: 98%;
    font-size: 4.5vw;
    margin: 5vw auto 3vw;
    padding: 1vw;
    border: .5vw solid #81ba08;
  }
  main.contents h3 {
    width: 97%;
    margin: 5vw auto 2vw;
    padding: 1vw;
    font-size: 4vw;
    border-bottom: .2vw dotted #000;
  }
  main.contents h4 {
    width: 96%;
    margin: 4vw auto;
    font-size: 4vw;
  }
  main.contents p {
    margin: 2vw 3%;
  }
  main.contents ul {
    margin: 3vw 2% 3vw 3%;
  }
  main.contents ul li {
    padding: 1vw 0 1vw 6vw;
    margin: 0;
  }
  main.contents ul li::before {
    top: 3.8vw;
    left: 1vw;
    width: 3vw;
    height: .8vw;
  }
  main.contents li p {
    margin: 3vw 0;
  }
  main.contents ul ul, main.contents ol ul {
    margin: 0 0 1vw;
  }
  main.contents ul ul li, main.contents ol ul li {
    margin: 0 0 0 4vw;
  }
  main.contents ul ol {
    margin: 0 0 0 2vw;
  }
  main.contents ol {
    margin: 3vw 3% 3vw 8%;
  }
  main.contents ol li {
    padding: .3vw 0;
  }
  main.contents ol ol {
    margin: 0 0 0 2vw;
  }
  ol.parentheses {
    margin: 3vw 3% 3vw 8% !important;
  }
  ol.parentheses li {
    margin-left: 3vw;
    text-indent: -3vw;
    padding: 0 0 1vw;
  }
  table {
    width: 95%;
    margin: 3vw auto;
  }
  table th {
    padding: 1vw 2vw;
  }
  table td {
    padding: 1vw 2vw;
  }
  figure {
    width: 90%;
    margin: 6vw auto;
  }
  figure.fl, figure.fr, figure.center {
    float: none;
    width: 90%;
    margin: 2vw auto;
    text-align: center;
  }
  figure img, video {
    width: 100%;
    margin: 0 auto 1vw;
  }
  figcaption {
    padding: 0 2%;
  }
  hr {
    margin: 4vw;
  }
  a[target="_blank"] {
    padding-right: 4vw;
    background-size: 3.5vw 3.4vw;
  }
  a[href$=".pdf"] {
    padding-right: 4vw !important;
    background-size: 3.5vw 3.5vw !important;
  }
  a[href$=".doc"], a[href$=".docx"] {
    padding-right: 4vw !important;
    background-size: 3.5vw 3.3vw !important;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb01sp {
    margin-bottom: 1vw !important;
  }
  .mb02sp {
    margin-bottom: 2vw !important;
  }
  .mb03sp {
    margin-bottom: 3vw !important;
  }
  .mb04sp {
    margin-bottom: 4vw !important;
  }
  .mb05sp {
    margin-bottom: 5vw !important;
  }
  .mb06sp {
    margin-bottom: 6vw !important;
  }
  .mb07sp {
    margin-bottom: 7vw !important;
  }
  .mb08sp {
    margin-bottom: 8vw !important;
  }
  .mb09sp {
    margin-bottom: 9vw !important;
  }
  .mb10sp {
    margin-bottom: 10vw !important;
  }
  .mt0sp {
    margin-top: 0 !important;
  }
  .mt01sp {
    margin-top: 1vw !important;
  }
  .mt02p {
    margin-top: 2vw !important;
  }
  .mt03sp {
    margin-top: 3vw !important;
  }
  .mt04sp {
    margin-top: 4vw !important;
  }
  .mt05sp {
    margin-top: 5vw !important;
  }
  .mt06sp {
    margin-top: 6vw !important;
  }
  .mt07sp {
    margin-top: 7vw !important;
  }
  .mt08sp {
    margin-top: 8vw !important;
  }
  .mt09sp {
    margin-top: 9vw !important;
  }
  .mt10sp {
    margin-top: 10vw !important;
  }
  .w05sp {
    width: 05% !important;
  }
  .w10sp {
    width: 10% !important;
  }
  .w15sp {
    width: 15% !important;
  }
  .w20sp {
    width: 20% !important;
  }
  .w25sp {
    width: 25% !important;
  }
  .w30sp {
    width: 30% !important;
  }
  .w35sp {
    width: 35% !important;
  }
  .w40sp {
    width: 40% !important;
  }
  .w45sp {
    width: 45% !important;
  }
  .w50sp {
    width: 50% !important;
  }
  .w55sp {
    width: 55% !important;
  }
  .w60sp {
    width: 60% !important;
  }
  .w65sp {
    width: 65% !important;
  }
  .w70sp {
    width: 70% !important;
  }
  .w75sp {
    width: 75% !important;
  }
  .w80sp {
    width: 80% !important;
  }
  .w85sp {
    width: 85% !important;
  }
  .w90sp {
    width: 90% !important;
  }
  .w95sp {
    width: 95% !important;
  }
  .w100sp {
    width: 100% !important;
  }
  #page-top {
    bottom: 5vw;
    right: 3vw;
  }
  .xscroll {
    width: 100%;
    overflow-x: auto;
  }
  .xscroll table {
    width: 900px;
    margin: 2vw 2%;
  }
  blockquote {
    margin: 2vw 0 2vw 3vw;
  }
  /*activity*/
  .activity {
    width: 98%;
    margin: 3vw auto;
  }
  .activityCell {
    width: 98%;
    margin: 2vw auto;
  }
  .activityCell > a > img {
    width: 35%;
    margin: 1vw 0 1vw 1vw;
  }
  .activityCell h2 {
    margin: 1vw !important;
    padding: 1vw !important;
    font-size: 4vw !important
  }
  .activityCell p {
    margin: 1vw 2vw !important;
  }
  /*newアイコン*/
  .new {
    top: 4vw;
    left: 33vw;
    height: 3vw;
    font-size: 3vw;
    padding: .1vw 1vw;
    margin: 0 0 0 4.5vw;
  }
  .new2 {
    top: 4vw;
    left: 18vw;
    height: 3vw;
    font-size: 3vw;
    padding: .1vw 1vw;
    margin: 0 0 0 4.5vw;
  }
  .event2, .information2, .meeting2, .advisory2 {
    top: 4vw;
    left: 18vw;
    height: 3vw;
    font-size: 3vw;
    padding: .1vw 1vw;
    margin: 0 0 0 2vw;
  }
  .newAdvisory {
    top: 4vw;
    left: 50vw;
    height: 3vw;
    font-size: 3vw;
    padding: .1vw 1vw;
    margin: 0 0 0 4.5vw;
  }
  .newInfo {
    top: 4vw;
    left: 13vw;
    height: 3vw;
    font-size: 3vw;
    padding: .1vw 1vw;
    margin: 0 0 0 4.5vw;
  }
  .column {
    margin: 8vw auto;
    padding: 2vw;
    width: 96%;
  }
  /*pamphlet*/
  .pamphlet {
    margin: 5vw auto;
    width: 98%;
  }
  .pamphlet > figure {
    width: 48%;
    margin: 2vw 1%;
  }
  /*public info*/
  .publicInfo {
    width: 98%;
    margin: 3vw auto !important;
  }
  .publicInfo li {
    width: 48%;
    margin: 2vw 1% !important;
  }
  .publicInfo li > a {
    padding: 5vw 0;
    font-size: 4vw;
  }
  /*シンポジウム*/
  dl.program {
    margin: 3vw 4%;
  }
  dl.program dd {
    margin: 0 3vw 3vw 24vw;
    padding: 0;
  }
  .photo {
  width: 98%;
  margin: 3vw auto;
    flex-wrap: wrap;
}
.photo figure {
  text-align: center;
}
  .photo figcaption {
  text-align: center;
}
.photo figure img {
  height: 50vw;
  margin: 3vw 1vw 1vw;
}
}