﻿.l_substage_img {
		width: 100%;
		background-image: url("/jpn/guide/image/bgi-stage.jpg");
} /* ====================================
  　　　ichioshi-mokuji.html
======================================*/
/* 開閉式アコーディオンテーブルの個別指定 */
.accordion1 {
  cursor: pointer;
  margin: 0 auto;
  width: 90%;
}
.accordion1 .story_ichiran {
  display: none;
}
.accordion1 > li > ul > li{
	margin-bottom: 10px;
}
.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 {
  color: white;
  font-weight: bold;
  background: #eee;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background-color: #abd271;
  background-image: url(../../image/common/bg-housha.png);
  text-align: center;
}
.accordion1 p.kensa {
  background: #77DECC;
  text-align: center;
}
/* 看護学の<li>個別box */
.story_li {
 display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
 /*　中身を横並びにする-mediaで解除　 */
  with: 100%;
  height: 70px;
  background-color: #abd271;
  background-image: url(../../image/common/bg-housha.png);
  background-repeat: 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;
	padding-left: 10px;
}
.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 {
	height: 100%;
	font-size: 2em;
	color: white;
	font-weight: 500;
	padding:0 0 0 25px;
}
.prof-name {
	color: #666;
	font-size: 1.4em;
	padding: 0;
}
.prof-work {
	color: #E48792;
	font-weight: 500;
	margin-top: -10px;
}
/* ====================================
  　　　　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%;
  }
}
/*  history（教室の沿革）ページ
　　　　みぎ側の大きさ　　　　*/
.f_r_history {
  display: inline-block;
}
@media (max-width: 768px) {
  /*  history（教室の沿革）ページ
　　　　みぎ側の大きさ　　　　*/
  .f_r_history {
    width: 100%;
  }
}
/* --------------------------------------------------
	サイドメニュー
-------------------------------------------------- */
/* タイトル部分テキスト */
/*

.l_sidemenu_title_txt{
	height:101px;
	background-image:url('../image/txt-sidemenu-title.png');
	background-repeat:no-repeat;
	background-position:center 55px;
}

@media (max-width: 768px) {
	.l_sidemenu_title_txt{	
		height:57px;
		background-image:url('../image/txt-sidemenu-title.png');
		background-repeat:no-repeat;
		background-position:center 10px;
	}
}
*/
/*　中見出し黄色マーカー　*/
.col_marker_yellow {
  font-size: small;
}
/*　続きを見る・閉じる　*/
.codebtn1, .codebtn2 {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  color: #6780D6;
  padding-bottom: 10px;
}
/*リンク*/
#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);
  }
}
@media (min-width: 769px) {
  ul.unit_linkbtn li {
    width: 32.5%;
  }
}
/* スマートフォン用 */
@media (max-width: 768px) {
  ul.unit_linkbtn li {
    width: 50%;
  }
}
@media (max-width: 430px) {
  ul.unit_linkbtn {
    margin: 0 20px;
  }
  ul.unit_linkbtn li {
    padding: 5px 0;
  }
  ul.unit_linkbtn li {
    width: 100%;
  }
}
.l_message {
  border: 10px solid #abd271;
  background-color: white;
}
/*　総合大学のページ　*/
#ichioshi .unit_gallerybox {
  /*	width:CALC(100% - 60px);
*/ border: 4px solid #ededed;
  padding: 20px;
  margin-bottom: 40px;
}
#ichioshi .upts_gallerybox_imagebox p {
  text-align: center;
}
#ichioshi .upts_gallerybox_imagebox {
  float: right;
  max-height: auto;
  max-height: initial;
}
.l_1col {
  width: 95%;
  height: auto;
}
.l_img_wrapper {
  float: left;
  width: CALC(45% - 30px);
  height: auto;
  padding-right: 30px;
}
.l_img_wrapper2 {
  float: left;
  text-align: center;
  width: 45%;
  height: auto;
}
/* スマートフォン用 */
@media (max-width: 768px) {
  .l_img_wrapper {
    float: left;
    width: 100%;
  }
  .l_img_wrapper2 {
    float: none;
    width: 100%;
    height: auto;
  }
  .l_1col {
    width: 98%;
  }
  .l_1col img {
    width: 100%;
    height: 100%;
  }
}
/*　ステップボックス　*/
.unit_stepbox img {
  margin: 20px 10px 20px 10px;
}
.l_check_wrapper {
  margin: 20px;
}
.unit_stepbox_end img {
  margin: 20px 10px 20px 10px;
}
.l_check_wrapper {
  margin: 20px;
}
/* スマートフォン用 */
@media (max-width: 768px) {
  .l_img_wrapper {
    float: left;
    width: 100%;
  }
  .l_img_wrapper2 {
    float: none;
    width: 100%;
    height: auto;
  }
  .l_1col {
    width: 98%;
  }
  .l_1col img {
    width: 100%;
    height: 100%;
  }
  /*　ステップボックス　*/
  .unit_stepbox {
    text-align: center;
    padding: 10px;
  }
  .unit_stepbox img {
    display: block;
    margin: 20px auto;
    margin-bottom: 30px;
  }
  .l_check_wrapper {
    margin: 30px 10px;
  }
  .col_mark_check {
    text-align: left;
  }
  .unit_stepbox_end {
    text-align: center;
    padding: 10px;
  }
  .unit_stepbox_end img {
    display: block;
    margin: 20px auto;
    margin-bottom: 30px;
  }
}
/* ==================================
           簡易的なテーブル
====================================*/
.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%;
  }
}