﻿/* ====================================
  　　　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;
  background-image: url(../../image/common/bg-kango.png);
  text-align: center;
}
.accordion1 p.housha {
  background: #abd271;
  background-image: url(../../image/common/bg-housha.png);
  text-align: center;
}
.accordion1 p.kensa {
  background: #77DECC;
  background-image: url(../../image/common/bg-kensa.png);
  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;
}
/* ====================================
  　　　　syokai/index.html
======================================*/
/* 分野の縦ボックス */
.bunya_box_flex {
  display: flex;
}
@media (max-width: 860px) {
  .bunya_box_flex {
    flex-direction: column;
  }
}
/* 分野の縦ボックス（１） */
.bunya_box1, .bunya_box2, .bunya_box3 {
  margin: 1.5rem;
  background: #fff;
  width: 35%;
}
.bunya_box1 .box-title {
  font-size: 1.35em;
  background: #7EA65F;
  padding: 8px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
}
/* 分野の縦ボックス（２） */
.bunya_box2 .box-title {
  font-size: 1.35em;
  background: #5882AD;
  padding: 8px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
}
/* 分野の縦ボックス（３）*/
.bunya_box3 .box-title {
  font-size: 1.35em;
  background: #7D60B1;
  padding: 8px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
}
@media (max-width: 860px) {
  .bunya_box1, .bunya_box2, .bunya_box3 {
    width: 100%;
  }
}

/* 研究室の顔ぶれ（ここから） */
.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');
}
.upts_panel_title_inside {
  /*	font-size:large;
*/ text-shadow: 2px 2px 2px #666666;
  text-indent: 1em;
}
.upts_panel_text, .upts_panel_text_g1, .upts_panel_text_g2 {
  padding-right: 10px;
}
.upts_panel_new_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-weight: normal;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
/* パネル（看護） */
#panel-ns .upts_panel_new_title {
  background-color: #ff9ba8;
  background-image: url(../../image/common/bg-kango.png);
}
#panel-ns .upts_panel_new_contents {
  border: solid 1px #ff9ba8;
}
/* パネル（放射） */
#panel-pe .upts_panel_new_title {
  background-color: #abd271;
  background-image: url(../../image/common/bg-housha.png);
}
#panel-pe .upts_panel_new_contents {
  border: solid 1px #abd271;
}
/* パネル（検査） */
#panel-ls .upts_panel_new_title {
  background-color: #77decc;
  background-image: url(../../image/common/bg-kensa.png);
}
#panel-ls .upts_panel_new_contents {
  border: solid 1px #77decc;
}
/* パネル（統看） */
#panel-gs-ns .upts_panel_new_title {
  background-color: #B92C46;
  background-image: url(../../image/common/bg-kango-02.png);
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#panel-gs-ns .upts_panel_new_contents {
  border: solid 1px #B92C46;
}
/* パネル（医療画像） */
#panel-gs-mt .upts_panel_new_title {
  background-color: #3F9E55;
  background-image: url("../../image/common/bg-housha-02.png");
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#panel-gs-mt .upts_panel_new_contents {
  border: solid 1px #3F9E55;
}
/* パネル（医療検査） */
#panel-gs-ls .upts_panel_new_title {
  background-color: #325798;
  background-image: url("../../image/common/bg-kensa-02.png");
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#panel-gs-ls .upts_panel_new_contents {
  border: solid 1px #325798;
}
/* パネル　タイトル部分(オーバーライト) */
.upts_panel_new_title {
  height: 20px;
  font-size: 1.3em;
  padding: 20px;
}
/*リンク*/
#l_sitetop_contents_links {
  box-sizing: border-box;
  padding: 10px;
  background-color: rgb(230, 230, 230);
}
@media (min-width: 769px) {
  .l_sitetop_hotnews {
    float: left;
    width: 49%;
  }
  .l_sitetop_hotnews:not(:first-of-type) {
    margin-left: 2%;
  }
}
@media (max-width: 768px) {
  /*リンク*/
  #l_sitetop_contents_links {
    margin-top: -20px;
    background: rgb(231, 226, 220);
  }
}
.l_karisakusei a {
  text-align: center;
  width: 100%;
  background: #CFCFCF;
  display: block;
  padding: 1em auto;
  height: 80px;
  line-height: 80px;
  font-weight: 500;
  font-size: 2em;
  transition: .4s;
  margin-bottom: 20px;
}
.l_karisakusei a:hover {
  background: #AAAAAA;
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}
.l_karisakusei_tebiki a {
  width: 100%;
  background: #B4B1CC;
  display: block;
  padding: 1em auto;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 1.6em;
  transition: .4s;
  text-align: center;
}
.l_karisakusei_tebiki a:hover {
  background: #948FBC;
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}
/* ==================================
           簡易的なテーブル
====================================*/
.col_table_simple th {
  background: #f4f4f4;
  width: 20%;
  text-align: left;
}
.col_table_simple td {
  width: 40%;
  text-align: left;
}
.col_table_simple td:nth-child(odd) {
  width: 40%;
}
@media (max-width: 468px) {
  .col_table_simple {
    margin: 0;
  }
  .col_table_simple tr {
    display: block;
  }
  .col_table_simple th {
    display: block;
    width: 100%;
  }
  .col_table_simple td {
    display: list-item;
    list-style: none;
    width: 100%;
    margin-left: 1em;
    border: none;
    position: relative;
  }
  .col_table_simple td:nth-child(odd) {
    width: 100%;
  }
}
.l_grid_3 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.l_grid_2 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.l_sitemap_list > li > a {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  padding: 3px 40px 3px 30px;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/* 矢印が右に移動して現在地に戻る */
.l_sitemap_list > li >a::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_sitemap_list > li >a::after {
  border-top: 2px solid #fdd000;
  border-right: 2px solid #fdd000;
}
/*hoverした際のアニメーション*/
.l_sitemap_list > li >a:hover::after {
  animation: arrow .5s;
}
@keyframes arrow {
  50% {
    left: 10px;
  }
  100% {
    left: 13px;
  }
}