﻿.l_grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.l_grid_box.one {
  display: block;
  margin-left: 0 auto;
  text-align: center;
}
.l_grid_box.one a {
  margin: 0 auto;
  max-width: 300px;
}
.l_grid_box.one img {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 960px) {
  .l_grid_box {
    display: block;
  }
}
.l_substage_img {
  width: 100%;
  background-image: url("../image/bgi-stage.jpg");
}
@media (max-width: 1100px) {
  .unit_descriptionbox2 {}
  .upts_descriptionbox2_flex_container {
    display: block;
  }
  .upts_descriptionbox2_subbox1 {
    float: none;
    width: calc(100% - 20px);
  }
  .upts_descriptionbox2_subbox2 {
    float: none;
    width: calc(100% - 20px);
  }
}
/* ====================================
  　　　career-path.html
======================================*/
/* 開閉式アコーディオンテーブルの個別指定 */
.accordion1 {
  cursor: pointer;
  margin: 0 auto;
  width: 90%;
}
.accordion1 .story_ichiran {
  display: none;
}
.accordion1 .kango, .kensa, .housha {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #424242;
}
/* 看護学・放射線技術・検査技術の見出し */
.accordion1 p.kango {
  background: #ff9da8;
  text-align: center;
}
.accordion1 p.housha {
  background: #abd271;
  text-align: center;
}
.accordion1 p.kensa {
  background: #77DECC;
  text-align: center;
}
/* 看護学の<li>個別box */
.story_li {
  display: flex; /*　中身を横並びにする-mediaで解除　 */
  with: 100%;
  margin-bottom: 10px; /* 下の<li>と距離を空ける */
  height: 70px;
  background-image: url(../image/career-path-bg.jpg);
  background-repeat: no-repeat;
}
.kango-box {
  border: 1px solid #ff9da8;
}
.housha-box {
  border: 1px solid #abd271;
}
.kensa-box {
  border: 1px solid #77DECC;
}
.story-right {
  width: 70%;
  background-color: #fff;
}
.story-left {
  width: 30%;
}
@media (max-width : 768px) {
  .story_li {
    height: 100px;
  }
  .accordion1 {
    width: 100%;
  }
  .story-right {
    width: 100%;
  }
  .story-left {
    width: 100%;
    height: 180px;
  }
}
/* -----------------番号と名前と職業--------------------- */
.story_number {
  font-size: 2em;
  color: white;
  padding: 25px;
}
.prof-name {
  color: #666;
  font-size: 1.4em;
  padding: 10px 0px 3px 10px;
}
.prof-work {
  color: #666;
  font-weight: 600;
  padding-left: 5px;
}
/* ====================================
  　　　　index.html
======================================*/
/*--------------リンク---------------*/
.l_list_department a, .l_list_department span {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  padding: 10px 40px 10px 30px;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/* 矢印が右に移動して現在地に戻る */
.l_list_department a::after, .l_list_department span::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  left: 0;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #AAAAAA;
  border-right: 2px solid #AAAAAA;
  transform: rotate(45deg);
}
.l_list_department a::after {
  border-top: 2px solid #fdd000;
  border-right: 2px solid #fdd000;
}
/*hoverした際のアニメーション*/
.l_list_department a:hover::after {
  animation: arrow .5s;
}
@keyframes arrow {
  50% {
    left: 10px;
  }
  100% {
    left: 13px;
  }
}
/*-----------------------------*/
/* 分野の縦ボックス */
.bunya_box_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  justify-content: center;
  align-items: start;
  align-content: center;
  margin: 0 auto;
}
.bunya_box_flex h3, .bunya_box_flex ul.l_list_department{
	margin-left: 1em;
}
/* 分野の縦ボックス */
.bunya_box_flex.sonota_3 {
	display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-gap: 10px;
  justify-content: center;
  align-items: start;
  align-content: center;
  margin: 0 auto;
}
.renkei_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
h3#renkei{	margin-top: 2em;}
h3#renkei, .renkei_flex.l_list_department{
	margin-left: 1em;

}
.renkei_flex b{
	display: block;
	margin-top: 1em;
}
.bunya_box1 .box-title {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  background: #B92C46;
  padding: 8px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
/* 分野の縦ボックス（２） */
.bunya_box2 .box-title {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  background: #325798;
  padding: 8px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
/* 分野の縦ボックス（３）*/
.bunya_box3 .box-title {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  background: #3F9E55;
  padding: 8px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
/* 分野の縦ボックス */
.bunya_box_flex {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.bunya_box_flex h3, .bunya_box_flex ul.l_list_department{
	margin-left: 1em;
}
/* 分野の縦ボックス */
.bunya_box_flex.sonota_3 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.renkei_flex {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}
/* 分野の縦ボックス（４）*/
.bunya_box4 .box-title {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  background: #ABABAB;
  padding: 8px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
/* 研究室の顔ぶれ（ここから） */
.col_table_responsive tbody td:nth-of-type(1) {
  text-align: center;
}
.col_table_responsive thead th {
  text-align: center;
}
/* モバイル用 */
@media screen and (max-width: 768px) {
  .col_table_responsive tbody td:before {
    width: 4em;
  }
  .col_table_responsive tbody td:nth-of-type(2):before {
    content: "名前:";
  }
  .col_table_responsive tbody td:nth-of-type(3):before {
    content: "TEL＆FAX:";
  }
  .col_table_responsive tbody td:nth-of-type(4):before {
    content: "E-mail:";
  }
}
/* 研究室の顔ぶれ（ここまで） */
/* 研究室HPボタン（ここから） */
ul.unit_linkbtn a {
  opacity: 0.7;
  color: white; /*darkgray text*/
  background-color: #3351a3;
  /*外枠*/
  /*border:1px #C6C6C6 solid;*/ /*middle gray*/
  box-shadow: 0 0 0 1px #C6C6C6, 0 0 0 1px white inset;
}
ul.unit_linkbtn a:hover {
  background-color: #cccccc;
  ;
}
ul.unit_linkbtn a:link:not(.linkbtn) {
  color: white;
  text-decoration: underline;
}
ul.unit_linkbtn a:visited:not(.linkbtn) {
  color: white;
  text-decoration: underline;
}
ul.unit_linkbtn a:hover:not(.linkbtn) {
  color: rgb(75, 75, 75);
  text-decoration: underline;
}
ul.unit_linkbtn a:after {
  content: url('../../image/common/icon-link-w.png');
}
.l_small {
  font-size: large;
}