@charset "utf-8";
@import "normalize.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
html {
  overflow-y: scroll;
}
body {
  color: rgb(14, 14, 14);
  font-size: 14px;
  font-family: "游ゴシック Medium", "游ゴシックM", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.8;
  text-align: center;
  background-color: #FFF;
}
body.en {
  font-family: 'Open Sans', "游ゴシック Medium", "游ゴシックM", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#container {
  width: 980px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
a:link {
  color: #1065CE;
}
a:visited {
  color: #1065CE;
}
a:active {
  color: #02C1F2;
}
a:hover {
  color: #02C1F2;
}
a:focus {
  outline: none;
}
img.ic {
  vertical-align: bottom;
}
.sans {
  font-family: 'Open Sans', "游ゴシック Medium", "游ゴシックM", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
}
.sansLight {
  font-family: 'Open Sans', "游ゴシック Medium", "游ゴシックM", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
}
.sp {
  display: none !important;
}
#toggle, #nav-content {
  display: none;
}
/* header */
#header_frame {
  width: 100%;
  height: 97px;
  margin: 0 auto 9px;
  position: relative;
  background-color: #FFF;
  border-bottom: 2px solid #676767;
  position: fixed;
  z-index: 99999;
}
header {
  width: 980px;
  height: 97px;
  position: relative;
  margin: 0 auto;
  background-color: #FFF;
}
#logo {
  position: absolute;
  top: 19px;
  left: 0px;
  margin: 0;
}
#logo img {
  width: 62px;
}
#logo_text {
  position: absolute;
  top: 19px;
  left: 77px;
  margin: 0;
  text-align: left;
  font-size: 23px;
  color: #000;
  line-height: 1.4;
  font-family: "游ゴシック Regular", "游ゴシック Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
#elogo_text {
  position: absolute;
  top: 25px;
  left: 71px;
  margin: 0;
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#logo_text a, #elogo_text a {
  text-decoration: none;
  color: #000;
}
header h1 {
  position: absolute;
  top: 8px;
  left: 390px;
  margin: 0;
  text-align: center;
  font-size: 33px;
  color: #000;
  line-height: 1.2;
}
header h1.en {
  top: 8px;
  left: 325px;
  font-size: 31px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
header h1 span {
  font-size: 20px;
  color: rgb(32, 56, 100);
}
header h1.en span {
  font-size: 20px;
}
#lang {
  position: absolute;
  top: 39px;
  right: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#lang ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#lang ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: none;
  display: block;
  float: left;
}
#lang ul li a {
  display: block;
  margin: 0 0 0 13px;
  padding: 3px 8px 4px;
  line-height: 13px;
  font-size: 13px;
  border: 1px solid #D6D6D6;
}
#lang ul li.border_none a {
  border: none;
  padding: 4px 9px 5px;
}
#lang ul li a:link, #lang ul li a:visited, #lang ul li.border_none a:link, #lang ul li.border_none a:visited {
  text-decoration: none;
  color: #0E0E0E;
}
#lang ul li a:active, #lang ul li a:hover, #lang ul li.border_none a:active, #lang ul li.border_none a:hover {
  text-decoration: none;
  color: #0E0E0E;
}
/* nav */
nav {
  width: 142px;
  margin: 0 13px 22px 0;
  padding: 0;
  float: left;
  position: fixed;
  top: 106px;
}
ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#menu li {
  width: 142px;
  margin: 0;
  padding: 0;
  background-image: none;
  display: block;
  text-align: left;
}
ul#menu li a {
  display: block;
  padding: 23px 0 21px 25px;
  line-height: 16.5px;
  font-size: 16.5px;
  border-bottom: 1px solid #ECECEC;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
body.en ul#menu li a {
  padding: 22px 0 22px 25px;
}
ul#menu li.on a:link, ul#menu li.on a:visited {
  color: #FFF;
  background-color: #0193A0;
  text-decoration: none;
  border-bottom: none;
}
ul#menu li.on a:active, ul#menu li.on a:hover {
  color: #FFF;
  background-color: #0193A0;
  text-decoration: none;
  border-bottom: none;
  opacity: 0.7;
}
ul#menu li a:link, ul#menu li a:visited {
  color: #0E0E0E;
  background-color: #FFF;
  text-decoration: none;
}
ul#menu li a:active, ul#menu li a:hover {
  color: #FFF;
  background-color: #9F9F9F;
  text-decoration: none;
}
/* footer */
#footer_frame {
  width: auto;
  height: auto;
  margin: 0 auto;
  clear: both;
  background: #777;
  color: #FFF;
}
footer {
  width: 980px;
  height: 45px;
  margin: 0 auto;
  padding: 8px 0;
}
#group {
  margin: 0 auto;
  font-size: 18px;
  float: left;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: left;
}
#group span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#copy {
  margin: 12px auto 0;
  font-size: 12px;
  float: right;
  color: #BBB;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 20px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
  filter: alpha(opacity=70);
}
#page-top:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.arrow {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-left-color: #FFF;
  border-top-color: #FFF;
  top: 20px;
  left: 25px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg)
}
@media print {
  #page-top {
    display: none;
  }
}
/* top */
.slick_container {
  width: 825px;
  margin: 106px 0 0;
  float: right;
  position: relative;
  text-align: right;
  font-family: 'Open Sans', "游ゴシック Regular", "游ゴシック Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
}
ul.bxslider, ul.bxslider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 19px;
  left: 23px;
  font-size: 26px;
  color: #fff;
  z-index: 9999;
}
.keywords {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 23px;
  right: 27px;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  z-index: 9999;
}
#about_frame {
  width: auto;
  margin: 10px auto 30px;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
#about {
  width: 550px;
  height: 297px;
  margin: 3px 0 3px 3px;
  padding: 0;
  float: left;
  -webkit-box-shadow: 0 0 3x #AAA;
  box-shadow: 0 0 3px #AAA;
  line-height: 1.4;
}
#eabout {
  width: 819px;
  height: 260px;
  margin: 30px 3px 3px;
  padding: 0;
  -webkit-box-shadow: 0 0 3x #AAA;
  box-shadow: 0 0 3px #AAA;
  float: right;
  line-height: 1.4;
}
#about p {
  margin: 5px 10px 5px 25px;
  padding: 0;
  text-indent: 0.7em;
  font-size: 13px;
}
#eabout p {
  margin: 5px 10px 5px 25px;
  padding: 0;
  text-indent: 0.7em;
  font-size: 14px;
}
#about_img {
  width: 272px;
  height: 297px;
  margin: 3px 0 0;
  padding: 0;
  color: #fff;
  float: right;
  background-image: url(../image/img_about.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 272px 297px;
  background-size: 272px 297px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}
#eabout_img {
  width: 821px;
  height: 240px;
  margin: 33px 2px 0;
  padding: 0;
  color: #fff;
  background-image: url(../image/eimage_about.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 825px 240px;
  background-size: 825px 240px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  float: right;
}
#about_img h3 {
  margin: 25px 20px 10px;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
}
#eabout_img h3 {
  margin: 20px 25px 5px;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
}
#about_img p {
  margin: 5px 3px 5px;
  padding: 0;
  text-indent: 0;
  font-size: 15px;
  line-height: 2.15;
}
#eabout_img p {
  margin: 5px 15px 5px 40px;
  padding: 0;
  text-indent: 0;
  font-size: 15px;
  line-height: 1.6;
}
#news_frame {
  width: auto;
  margin: 20px 0 0;
  padding: 0;
}
#news_link {
  width: auto;
  margin: 10px 0 0;
  padding: 2px 8px;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#news_link a {
  color: rgb(14, 14, 14);
  text-decoration: none;
}
#news {
  width: auto;
  margin: 0 0 0 3px;
  padding: 0;
  border-top: 1px solid #EBEBEB;
  clear: both;
}
#news ul {
  height: 247px;
  margin: 0;
  padding: 0 10px 20px 0;
  list-style: none;
  overflow: auto;
}
#news ul li, #allnews ul li {
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px solid #EBEBEB;
  background-image: none;
}
#news ul li.last, #allnews ul li.last {
  border-bottom: 2px solid #606060;
  padding-bottom: 20px;
  margin-bottom: 12px;
}
/* main */
#main {
  width: 825px;
  min-height: 600px;
  text-align: left;
  margin: 106px 0 0;
  padding: 0 0 50px;
  background-color: #FFF;
  float: right;
}
#main.top {
  min-height: inherit;
  padding-bottom: 37px;
  margin-top: 0;
}
#main h1 {
  margin: 0 auto 23px;
  padding: 19px 15px 19px;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #0193A0;
  text-align: left;
  border-bottom: 1px solid #BFBFBF;
  height: 22px;
}
h2 {
  margin: 30px 15px 15px;
  padding: 3px 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
  color: #0193A0;
}
h2.about {
  margin: 10px 25px 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 22px;
  line-height: 22px;
}
h2.news {
  margin: 0 0 10px 3px;
  padding: 0;
  color: #0193A0;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 22px;
  line-height: 22px;
}
h3 {
  margin: 25px 18px 13px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #000;
}
h4 {
  margin: 15px 20px 10px;
  padding: 0;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
}
h5 {
  margin: 15px 20px 5px;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}
p {
  margin: 5px 10px 5px 20px;
  padding: 0;
  text-indent: 0.7em;
}
p.noindent {
  text-indent: 0;
}
/* list */
ul {
  margin: 5px 25px 5px 27px;
  padding: 0;
}
ul li {
  padding: 2px 0;
}
li ul {
  margin: 5px 0 0 20px;
}
ol {
  margin: 5px 5px 5px 46px;
  padding: 0;
}
ol li {
  margin: 0;
  padding: 2px 0;
}
li ol {
  margin: 5px 0 0 20px;
}
ol.pub li {
  padding: 2px 0 15px;
}
dl {
  margin: 0 0 5px;
  padding: 0 10px 10px 15px;
}
dt {
  margin: 0;
  float: left;
  padding: 0 0 0 23px;
}
dd {
  margin: 0 0 0 70px;
  padding: 0 0 5px 5px;
}
/* table */
table {
  padding: 0;
  margin: 10px 10px 10px 15px;
}
table th {
  border: 1px solid #CCC;
  padding: 7px 5px 5px;
  font-weight: normal;
  text-align: center;
  background-color: #F2F2F2;
}
table td {
  border: 1px solid #CCC;
  padding: 7px 5px 5px;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
table.center {
  margin: 10px auto;
}
/* figure */
figure {
  margin: 10px 20px;
  padding: 0 3px
}
figure.center {
  margin: 10px auto;
}
figure.fr {
  float: right;
  margin: 0 10px 5px 10px;
}
figure.fl {
  float: left;
  margin: 0 10px 5px 15px;
}
figure img {
  margin: 3px 0;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
/* utility */
a.pdf {
  background: url(../image/ic_pdf.png) right no-repeat;
  padding-right: 24px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}
.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;
}
.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;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w100 {
  width: 100% !important;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
hr {
  border: 1px dotted #666666;
  margin: 15px 15px;
  clear: both;
}
blockquote {
  margin: 5px 0 5px 9px;
}
blockquote p {
  text-indent: 0;
}
/* メンバー */
.members_frame {
  width: 780px;
  margin: 10px auto 25px;
  overflow: hidden;
}
.mf_r {
  width: 380px;
  float: right;
  margin: 0;
}
.mf_l {
  width: 380px;
  float: left;
  margin: 0 20px 0 0;
}
.mf_img {
  width: 140px;
  float: left;
  margin: 0 10px 0 0;
}
.mf_img img {
  width: 140px;
}
.mf_name {
  width: 230px;
  height: 140px;
  float: right;
  margin: 0;
  display: table;
}
* html div.mf_name {
  position: relative;
}
* + html div.mf_name {
  position: relative;
}
div.vertical_middle {
  display: table-cell;
  vertical-align: middle;
}
* html div.vertical_middle {
  position: absolute;
  top: 50%;
}
* + html div.vertical_middle {
  position: absolute;
  top: 50%;
}
div.vertical_middle p.inner {
  margin: 5px 0 5px 10px;
  text-indent: 0;
}
* html div.vertical_middle p.inner {
  position: relative;
  top: -50%;
}
* + html div.vertical_middle p.inner {
  position: relative;
  top: -50%;
}
/* 村上 陽一 */
.timeline {
  width: auto;
  list-style: none;
  margin: 5px 0 20px 20px;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  background: none;
}
.timeline-date {
  width: 13%;
  float: left;
  margin: 5px 0 0 0;
  text-indent: 0;
}
.timeline-content {
  width: 87%;
  float: left;
}
.timeline-content p {
  margin: 5px 5px 5px 5px;
  text-indent: 0;
}
ul.murakami {
  margin: 5px 25px 5px 20px;
  padding: 0;
}
ul.murakami li {
  padding: 2px 0 13px;
  list-style: none;
}
ul.murakami li:last-child {
  padding: 2px 0;
}
#profile {
  width: 570px;
  margin: 0 0 5px 18px;
  padding: 28px 0 0;
  float: right;
}
#profile p {
  margin: 0 10px 10px 13px;
  padding: 0;
  text-indent: 0;
  line-height: 1.7;
}
.style_font24 {
  font-size: 24px;
}
.style_font22 {
  font-size: 22px;
}
.style_font20 {
  font-size: 20px;
}
.style_font18 {
  font-size: 18px;
}
.style_font17 {
  font-size: 17px;
}
.style_font15 {
  font-size: 15px;
}
.style_font12 {
  font-size: 12px;
}
#profile_link {
  margin: 28px 50px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  float: right;
  position: relative;
  font-size: 13px;
}
.profile_link_frame1 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 270px;
}
.profile_link_frame2 {
  position: absolute;
  top: 45px;
  right: 0;
  margin: 0;
  width: 270px;
}
.profile_link_frame1 a {
  display: block;
  border: 1px solid #D6D6D6;
  padding: 2px 16px;
}
.profile_link_frame2 a {
  display: block;
  border: 1px solid #D6D6D6;
  padding: 2px 15px;
}
#profile_link a.fl {
  float: left;
  margin: 0;
}
#profile_link a.fr {
  float: right;
  margin: 0;
}
#profile_link a:link, #profile_link a:visited {
  text-decoration: none;
  color: #0E0E0E;
}
#profile_link a:active, #profile_link a:hover {
  text-decoration: none;
  color: #0E0E0E;
}
/* 研究設備 */
.facillityCaption {
  text-indent: 0;
  line-height: 1.5;
}
/* アクセス */
#map_canvas {
  width: 650px;
  height: 500px;
  margin: 20px auto;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 2.5vw;
  }
  body {
    min-width: initial;
    min-width: auto;
    position: relative;
  }
  a {
    word-break: break-all;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #container {
    width: 100%;
  }
  #header_frame {
    height: 18vw;
    margin: 0 auto 2vw;
    z-index: 999;
  }
  header {
    width: 100%;
    height: 18vw;
  }
  #logo {
    top: 4.5vw;
    left: 1%;
    width: 9%;
  }
  #logo img {
    width: 100%;
  }
  #logo_text {
    top: 5vw;
    left: 12%;
    line-height: 1;
    font-size: 4vw;
  }
  #elogo_text {
    top: 4.5vw;
    left: 12%;
    line-height: 1;
    font-size: 4vw;
  }
  header .style_font22 {
    font-size: 2.8vw;
  }
  header .style_font20 {
    font-size: 2.5vw;
    line-height: 1;
  }
  header .style_font14 {
    font-size: 1.7vw;
    line-height: 1;
  }
  header h1 {
    top: .5vw;
    left: 49%;
    font-size: 6.3vw;
  }
  header h1.en {
    top: 1.8vw;
    left: 31%;
    font-size: 5.3vw;
  }
  header h1 span {
    font-size: 3vw;
  }
  header h1.en span {
    font-size: 3vw;
  }
  #lang, nav {
    display: none;
  }
  #toggle {
    display: block;
    position: fixed;
    top: 3.5vw;
    right: 2%;
    background: #0193A0;
    padding: .2vw 0 1vw;
    cursor: pointer;
    z-index: 9999;
    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;
    overflow: auto;
    width: 50%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(-250%);
    transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-align: center;
  }
  .is-open {
    overflow: hidden;
  }
  .is-open #nav-content {
    z-index: 999999;
    transform: translateX(-100%);
  }
  .overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
  }
  #nav-content ul:first-child {
    list-style: none;
    margin: 5vw auto;
    padding: 0;
    width: 50%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  #nav-content ul:first-child li {
    margin: 3vw 0;
    padding: 0;
  }
  #nav-content ul:first-child li a {
    display: block;
    margin: 0 0 0 2%;
    padding: 1vw 2vw;
    line-height: 3vw;
    font-size: 3vw;
    border: 1px solid #D6D6D6;
  }
  #nav-content ul:first-child li.border_none a {
    border: none;
    padding: 1vw 2vw;
  }
  #nav-content ul:first-child li a:link, #nav-content ul:first-child li a:visited, #nav-content ul:first-child li.border_none a:link, #nav-content ul:first-child li.border_none a:visited {
    text-decoration: none;
    color: #0E0E0E;
  }
  #nav-content ul:first-child li a:active, #nav-content ul:first-child li a:hover, #nav-content ul:first-child li.border_none a:active, #nav-content ul:first-child li.border_none a:hover {
    text-decoration: none;
    color: #0E0E0E;
  }
  #nav-content ul:last-child {
    margin: 4vw 1%;
    padding: 0;
    width: 98%;
    list-style: none;
  }
  #nav-content ul:last-child li {
    border: none;
    margin: 0;
    padding: 0;
  }
  #nav-content ul:last-child li a {
    display: block;
    padding: 3vw;
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
  }
  #nav-content ul:last-child li.on a:link, #nav-content ul:last-child li.on a:visited {
    color: #FFF;
    background-color: #0193A0;
    text-decoration: none;
    border-bottom: none;
  }
  #nav-content ul:last-child li.on a:active, #nav-content ul:last-child li.on a:hover {
    color: #FFF;
    background-color: #0193A0;
    text-decoration: none;
    border-bottom: none;
    opacity: 0.7;
  }
  #nav-content ul:last-child li a:link, #nav-content ul:last-child li a:visited {
    color: #0E0E0E;
    background-color: #FFF;
    text-decoration: none;
  }
  #nav-content ul:last-child li a:active, #nav-content ul:last-child li a:hover {
    color: #FFF;
    background-color: #9F9F9F;
    text-decoration: none;
  }
  footer {
    width: 100%;
    padding: 3vw 0;
  }
  #group {
    font-size: 4vw;
    width: 33%;
    margin: 0 0 0 1%;
  }
  #copy {
    margin: 0 1% 0 0;
    font-size: 3vw;
    text-align: right;
    width: 65%;
    line-height: 1.6;
  }
  .slick_container {
    width: 100%;
    margin: 22vw 0 0;
  }
  #about_frame {
    margin: 0 auto 5vw;
  }
  #about {
    width: 98%;
    height: auto;
    margin: 1vw auto;
    float: none;
    padding: 2vw 0;
  }
  #eabout {
    width: 98%;
    height: auto;
    margin: 1vw auto;
    float: none;
    padding: 2vw 0;
  }
  #about p {
    margin: 2vw;
    font-size: 3vw;
  }
  #eabout p {
    margin: 2vw;
    font-size: 3vw;
  }
  #about_img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3vw 0;
    color: #fff;
    float: none;
    background-size: cover;
  }
  #eabout_img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3vw 0;
    color: #fff;
    float: none;
    background-size: cover;
  }
  #about_img h3 {
    margin: 3vw;
    font-size: 4vw;
    line-height: 1;
  }
  #eabout_img h3 {
    margin: 3vw;
    font-size: 4vw;
    line-height: 1;
  }
  #about_img p {
    margin: 2vw;
    font-size: 3vw;
  }
  #eabout_img p {
    margin: 2vw;
    font-size: 3vw;
  }
  #news_frame {
    margin: 4vw 0 0;
  }
  #news_link {
    margin: 3vw 0 0;
    padding: 1vw 2vw;
  }
  #news {
    margin: 0;
  }
  #news ul {
    height: 60vw;
    padding: 1vw 1%;
  }
  #news ul li, #allnews ul li {
    padding: 3vw 0;
  }
  #news ul li.last, #allnews ul li.last {
    padding-bottom: 4vw;
    margin-bottom: 3vw;
  }
  #main {
    width: 100%;
    min-height: 100vh;
    margin: 22vw 0 0;
    padding: 0 0 6vw;
  }
  #main.top {
    padding-bottom: 6vw;
  }
  #main h1 {
    margin: 0 auto 5vw;
    padding: 3vw 2% 5vw;
    font-size: 6vw;
    line-height: 1;
    height: auto;
  }
  h2 {
    margin: 4vw 0 3vw;
    padding: 2vw 2%;
    font-size: 5vw;
  }
  h2.about {
    margin: 1vw 1vw 0;
    font-size: 5vw;
    line-height: 1;
  }
  h2.news {
    margin: 1vw 1vw 0;
    font-size: 5vw;
    line-height: 1;
  }
  h3 {
    margin: 4vw 2% 3vw;
    font-size: 4vw;
    line-height: 1.3;
  }
  h4 {
    margin: 4vw 2% 3vw;
    font-size: 3.8vw;
    line-height: 1.3;
  }
  h5 {
    margin: 2vw 3%;
    font-size: 3.5vw;
    line-height: 1.3;
  }
  p {
    margin: 2vw 3%;
  }
  ul {
    margin: 3vw 2% 3vw 4%;
  }
  ul li {
    padding: 1vw 0;
    margin: 0;
  }
  li p {
    margin: 3vw 0;
  }
  ul ul, ol ul {
    margin: 0 0 1vw;
  }
  ul ul li, ol ul li {
    margin: 0 0 0 4vw;
  }
  ul ol {
    margin: 0 0 0 2vw;
  }
  ol {
    margin: 3vw 3% 3vw 11%;
  }
  ol li {
    padding: .3vw 0;
  }
  ol ol {
    margin: 0 0 0 2vw;
  }
  ol.pub li {
    padding: 1vw 0 3vw;
  }
  dl {
    margin: 0 0 1vw;
    padding: 0 1vw 1vw 2vw;
  }
  dt {
    padding: 0 0 0 1vw;
  }
  dd {
    margin: 0 0 0 13vw;
    padding: 0 0 1vw 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.pdf {
    padding-right: 6vw;
    background-size: 5vw 5vw;
  }
  .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: 5% !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;
  }
  .w98sp {
    width: 98% !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;
  }
  /* メンバー */
  .members_frame {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .mf_r {
    width: 100%;
    float: none;
  }
  .mf_l {
    width: 100%;
    float: none;
    margin: 0;
  }
  .mf_img {
    width: 40%;
    margin: 0 2% 0 0;
  }
  .mf_img img {
    width: 100%;
  }
  .mf_name {
    width: 58%;
    height: 40vw;
  }
  /* 村上 陽一 */
  .timeline {
    margin: 3vw;
  }
  .timeline-date {
    width: 21%;
    margin: 1vw 0 0 0;
  }
  .timeline-content {
    width: 79%;
  }
  .timeline-content p {
    margin: 1vw;
  }
  ul.murakami {
    margin: 1vw 3%;
  }
  ul.murakami li {
    padding: 1vw 0 2vw;
  }
  ul.murakami li:last-child {
    padding: 1vw 0;
  }
  #profile {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    float: none;
  }
  #profile p {
    margin: 3vw;
  }
  .style_font24 {
    font-size: 5vw;
  }
  .style_font22 {
    font-size: 4.5vw;
  }
  .style_font20 {
    font-size: 4.3vw;
  }
  .style_font18 {
    font-size: 4vw;
  }
  .style_font17 {
    font-size: 3.8vw;
  }
  .style_font15 {
    font-size: 3.5vw;
  }
  .style_font12 {
    font-size: 3vw;
  }
  #profile_link {
    margin: 5vw auto;
    width: 85%;
    float: none;
    font-size: 3vw;
    height: 20vw;
  }
  .profile_link_frame1 {
    width: 100%;
  }
  .profile_link_frame2 {
    top: 10vw;
    width: 100%;
  }
  .profile_link_frame1 a {
    padding: 1vw 3vw;
  }
  .profile_link_frame2 a {
    padding: 1vw 3vw;
  }
  /* アクセス */
  .access {
    text-indent: 0;
  }
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    margin: 5vw 0;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}