@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@media screen and (max-width: 900px) {
  * {
    font-family: Zen Maru Gothic, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
  html {
    scroll-padding-top: 85px;
  }
  /*----------------------------------------body*/
  body {
    padding-top: 80px;
  }
  /*----------------------------------------pagetop*/
  .pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgb(15, 77, 107);
    opacity: 0.6;
    border-radius: 50%;
  }
  .pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  .pagetop a::before {
    content: '';
    position: absolute;
/*    left: 18px;
    top: 20px;*/
    width: 10px;
    height: 10px;
/*    border-top: solid 3px #fff;
    border-right: solid 3px #fff;*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*----------------------------------------header*/
  header#header {
    display: flex !important;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 10000;
    background-color: #fff;
  }
  header .title {
    margin: 10px 20px;
    padding: 0;
    width: auto;
  }
  header .title img {
    width: auto;
    height: 50px;
  }
  /*----------------------------------------nav*/
  #nav {
    padding: 20px 20px 0 0;
  }
  #nav .btn-trigger {
    display: block;
    position: relative;
    width: 40px;
    height: 34px;
    cursor: pointer;
  }
  /*-----*/
  #nav .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgb(15, 77, 107);
    border-radius: 4px;
  }
  #nav .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  #nav .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  #nav .btn-trigger span:nth-of-type(2) {
    top: 15px;
    background-color: #e60004;
  }
  #nav .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #nav .btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  #nav .btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav .btn-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
  /*-----*/
  #nav ul {
    display: none;
  }
  /*---*/
  #nav.active ul {
    list-style: none;
    display: block;
    width: 100%;
    top: 60px;
    left: 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
  }
  #nav ul li {
    width: auto;
    text-align: center;
    border-left: none;
    border-bottom: solid #f5f5f5 1px;
  }
  #nav ul li:last-child {
    border-bottom: none;
  }
  #nav ul li a {
    display: block;
    color: #333; /*rgb(15, 77, 107);*/
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  #nav ul li.on a {
    color: #e60004;
  }
  /*----------------------------------------main_img*/
  .main_img {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
  }
  .main_img.member_img {
    height: 180px;
  }
  .main_img h1 {
    position: absolute;
    font-size: 22px;
  }
  .main_img.member_img h1 {
    bottom: 20px;
  }
  .main_img.contact_img h1 {
    top: 10px;
    bottom: none;
  }
  .main_img.index_img {
    width: 100%;
    height: 200px;
    background-color: rgb(255, 194, 7);
  }
  /*----------------------------------------main*/
  main {
    background-image: url("../img/background.jpg");
    padding: 25px 20px;
    min-height: calc(100vh - 359px);
  }
  main#member {
    background-image: none;
    background-color: #ffc207;
  }
  main#access {
    background-image: none;
    background-color: rgb(186, 218, 85);
  }
  main .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  @media screen and (max-width: 640px) {
    main .inner img {
      width: auto;
      max-width: 320px;
    }
  }
  /*-----*/
  main h1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  main h1.index_title {
    font-size: 22px;
  }
  main h1.research_toptitle {
    font-size: 22px;
  }
  main#access h1 {
    font-size: 22px;
  }
  /*-----*/
  main p {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 180%;
  }
  main p.center {
    text-align: center;
  }
  main p.w_half {}
  /*-----*/
  main table {}
  main table th, main table td {
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
  }
  main table th {
    width: 90px;
  }
  /*-----*/
  main ol {
    font-size: 14px;
    line-height: 120%;
  }
  /*-----*/
  .professor_img {
    display: block;
    width: 150px;
    margin: 0 auto 10px;
    position: relative;
  }
  .professor_img::before, .professor_img::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 16px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 150px;
    transform: rotate(-3deg);
    width: 42%;
    z-index: 1;
  }
  .professor_img::after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
  }
  main .inner .professor_img img {
    position: relative;
    width: auto;
    max-width: 150px;
    z-index: 2;
  }
  .professor_name {
    font-size: 16px;
  }
  /*-----*/
  #research {}
  #research .inner .link {
    margin: 25px 0;
  }
  #research .inner .link a {
    display: inline-block;
    color: #000;
    margin: 10px 0;
    position: relative;
    padding-right: 25px;
    text-decoration: none;
    font-size: 18px;
  }
  #research .inner .link a::before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 0;
    bottom: 0;
    background: #037e25;
    text-decoration: none;
    border-radius: 50%;
  }
  #research .inner .link a::after {
    content: '';
    position: absolute;
/*    right: 7px;
    bottom: 6px;*/
    width: 4px;
    height: 4px;
/*    border-right: solid 2px #fff;
    border-top: solid 2px #fff;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #research .inner .news_link {
    text-align: center;
  }
  #research .inner .news_link a {
    position: relative;
    color: #012089;
    padding-right: 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }
  #research .inner .news_link a::before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 0;
    bottom: 0;
    background: #012089;
    text-decoration: none;
    border-radius: 50%;
  }
  #research .inner .news_link a::after {
    content: '';
    position: absolute;
/*    right: 7px;
    bottom: 6px;*/
    width: 4px;
    height: 4px;
/*    border-right: solid 2px #fff;
    border-top: solid 2px #fff;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*--*/
  #research .inner h1.research_title {
    display: block;
    width: auto;
    margin: 0 50px 25px 0;
    padding: 10px 20px;
    color: #fff;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    background-size: auto 30px;
    background-color: #037e25;
    background-position: right center;
  }
  #research .inner h1.research_title::before {}
  #research .inner p {
    padding: 0 20px;
  }
  #research .inner p img {
    width: auto;
    max-width: 100%;
    border: #037e25 solid 1px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  }
  #research .inner p img::before, #research .inner p img::after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 800px / 10px;
  }
  #research .inner p img::after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
  }
  #research .inner.r_info h1 {
    padding: 0;
    color: #000;
    font-size: 21px;
    text-align: center;
    background: none;
  }
  #research .inner.r_info h1.info_title {
    font-size: 18px;
    text-align: center;
  }
  #research .inner.r_info ul {
    width: auto;
    margin: 0 auto;
  }
  #research .inner.r_info ul li a {
    margin: 0;
    padding: 0;
    color: rgb(15, 77, 107);
    font-size: 14px;
    line-height: 180%;
    text-decoration: none;
  }
  #research .inner.r_info p img {
    border: none;
    box-shadow: none;
  }
  #research .inner p.research_back, #research .inner p.research_pagetop {
    padding: 0;
  }
  .research_back, .research_pagetop {
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #037e25;
    border-radius: 50%;
  }
  .research_back {
    right: 0;
    top: 0;
  }
  .research_pagetop {
    right: 0;
    bottom: 0;
  }
  .research_back a, .research_pagetop a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
  }
  .research_back a::before, .research_pagetop a::before {
    content: '';
    position: absolute;
/*    left: 16px;
    top: 14px;*/
    width: 8px;
    height: 8px;
/*    border-top: solid 3px #fff;
    border-left: solid 3px #fff;*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*-----*/
  .member {
    margin: 0 auto;
    padding-top: 10px;
    width: 150px;
  }
  .member_photo {
    margin: 0;
  }
  main .inner .member_photo img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 100%;
    object-fit: cover;
  }
  .member_row {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .member_name {
    padding: 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .member_name span {
    color: #000;
    font-size: 14px;
    display: block;
    line-height: 120%;
    font-weight: normal;
  }
  /*-----*/
  .archive_list {
    list-style: none;
  }
  .archive_list li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0 20px 0;
  }
  .archive_list a {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 20px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    border-radius: 24px;
  }
  .archive_list li:nth-child(5n) {
    padding: 0 20px 0;
  }
  #archive h2 {
    padding: 8px 14px;
    font-size: 22px;
  }
  /*-----*/
  .campus {
    position: relative;
    width: 320px;
    margin: 0 auto;
  }
  main .inner .campus p.img img {
    width: auto;
    max-width: 320px;
  }
  .campus p.img {
    width: 320px;
  }
  main .inner div.campus p.campus_name {
    position: absolute;
    top: 105px;
    right: -15px;
    color: #0f4d6b;
    font-size: 12px;
    background-color: #ffc207;
    box-shadow: 0;
    z-index: 3;
  }
  /*-----*/
  main#contact {
    background-image: none;
  }
  .main_img.contact_img {
    background-size: auto 50px !important;
  }
  .contact {
    display: block;
    color: #68767C;
    margin: 0 auto;
    width: 280px;
    height: 40px;
    border: 4px solid #83959e;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 40px;
    background-color: #fff;
  }
  main#contact .logo img {
    width: 50px;
    height: auto;
  }
.contact_title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
  }
  /*----------------------------------------footer*/
  #footer {
    margin: 0;
    padding: 15px 0 30px;
    background-color: #afbcc3;
    background-position: center;
  }
  #footer p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
  }
  #footer p img {
    width: 30px;
    height: auto;
  }
  #footer ul {
    margin: 40px 20px 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #footer ul li {
    margin: 0 5px 10px;
    padding: 0;
    width: 28%;
    text-align: center;
  }
  #footer ul li img {
    height: auto;
  }
	
	
	
	
/*-------------------------------------------
   研究内容　>　研究内容へのリンク（緑丸ボタン）
---------------------------------------------*/

/*---上向き矢印
#research .inner .link a::after {
  right: 6px;
  bottom: 5px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
}
---*/

/*---右向き矢印（現在）---*/
#research .inner .link a::after {
	right: 7px;
	bottom: 6px;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
}


/*---左向き矢印
  #research .inner .link a::after {
	right: 5px;
	bottom: 6px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
  }
---*/

/*---下向き矢印
  #research .inner .link a::after {
	right: 6px;
	bottom: 7px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
  }
---*/
	
	
/*-------------------------------------------
   研究内容　>　お知らせへのリンク（青丸ボタン）
---------------------------------------------*/

/*---上向き矢印
  #research .inner .news_link a::after {
	right: 6px;
	bottom: 5px;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
  }
---*/

/*---右向き矢印（現在）---*/
  #research .inner .news_link a::after {
	right: 7px;
	bottom: 6px;
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
  }


/*---左向き矢印
  #research .inner .news_link a::after {
	right: 5px;
	bottom: 6px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
  }
---*/

/*---下向き矢印
  #research .inner .news_link a::after {
	right: 6px;
	bottom: 7px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
  }
---*/

/*-------------------------------------------
   各研究内容　タイトル横ボタン
---------------------------------------------*/

/*---上向き矢印
  .research_back a::before {
	left: 14px;
	top: 16px;
  }
---*/

/*---右向き矢印
  .research_back a::before {
	left: 12px;
	top: 14px;
  }
---*/

/*---左向き矢印（現在）---*/
  .research_back a::before {
	left: 16px;
	top: 14px;
  }


/*---下向き矢印
  .research_back a::before {
	left: 14px;
	top: 12px;
  }
---*/

/*-------------------------------------------
   各研究内容　ページ下ボタン
---------------------------------------------*/
/*---上向き矢印
  .research_pagetop a::before {
	left: 14px;
	top: 16px;
  }
---*/

/*---右向き矢印
  .research_pagetop a::before {
	left: 12px;
	top: 14px;
  }
---*/

/*---左向き矢印
  .research_pagetop a::before {
	left: 16px;
	top: 14px;
  }
---*/
	
/*---下向き矢印
  .research_pagetop a::before {
	left: 14px;
	top: 12px;
}
---*/

	
/*------------------------*/
}