@charset "utf-8";

/* リスト リストマーク中点 */
.entry_detail ul.std,
.detail_wrap ul.std,
.dept_wrap ul.std {
  position: relative;
  padding-left: 25px;
}

.entry_detail ul.std li,
.detail_wrap ul.std li,
.dept_wrap ul.std li {
  margin-bottom: 0;
}

.entry_detail ul.kome,
.detail_wrap ul.kome,
.dept_wrap ul.kome {
  position: relative;
  padding-left: 0px;
	list-style-type: none;
	margin-left:1.3em; /* マーカーを1文字寄せた分、ULにマージンを設定*/
}

.entry_detail ul.kome li:before ,
.detail_wrap ul.kome li:before ,
.dept_wrap ul.kome li:before {
	content: '※ '; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-1.3em; /* 1文字分、左に寄せる */
}

.entry_detail ul.kome li,
.detail_wrap ul.kome li,
.dept_wrap ul.kome li {
  margin-bottom: 0;
}

/* グリッドコンテナ */
.detail_wrap ul.gc250,
.dept_wrap ul.gc250 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* 項目のスタイル */
.detail_wrap ul.gc250 li,
.dept_wrap ul.gc250 li {
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #CCC;
  padding: 5px;
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
}

.detail_wrap .hr_1,
.dept_wrap .hr_1 {
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #CCC;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* 通常の番号付きリスト */
.detail_wrap ol.std,
.dept_wrap ol.std {
  counter-reset: li;
  list-style: decimal;
}

.detail_wrap ol.std li,
.dept_wrap ol.std li {
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.detail_wrap ol.std li:before,
.dept_wrap ol.std li:before {
  counter-increment: li;
  content: counter(li)'.';
  margin-right: 0.5em;
  background: none;
  color: inherit;
  text-align: inherit;
  width: inherit;
  height: inherit;
  position: static;
  left: inherit;
  top: inherit;
  line-height: inherit;
}

.icon_q {
  margin: 0 0 5px 0;
  padding: 13px 0 13px 60px;
  background: url("../images/share/icon_q.gif") no-repeat left center;
  background-size: 40px;
  font-weight: bold;
  color: #39B54A;
}

.icon_a {
  margin: 0;
  padding: 0 0 0 60px;
}

/* リストマーク無し dt */
.detail_wrap dl.ls_none dt {
  list-style: none;
  margin-left: -1em;
}

/* 研修医の様子用 */
.detail_wrap .imgright128,
.dept_wrap .imgright128 {
  position: relative;
  float: right;
  padding: 0 0 0 5%;
  z-index: 2;
  width: 128px;
}

.detail_wrap .imgleft128,
.dept_wrap .imgleft128 {
  position: relative;
  float: left;
  padding: 0 5% 0 0;
  z-index: 2;
  width: 128px;
}

/* 赤字 赤下2重線 */
.rt_ru2 {
  color: #FF0000;
  border-bottom: double
}

/* 青下2重線 */
.bu2 {
  border-bottom: double #87CEFA;
}

/* 下線 */
.dot_line{
	border-bottom: 1px dotted #CCC;
}

.under_line {
  border-bottom: solid 1px;
}

video {
  width: 100%;
}

/* 上線なし */
.nobordert{
	border-top: none !important;
}

/* 強制中央 */
.i_tcenter{
  text-align: center !important;
}

/* 強制中央 */
.i_vmiddle {
	vertical-align: middle !important;
}

/* 強制右寄せ */
.i_tright{
  text-align: right !important;
}

/* がん診療案内のナビヘッダー */
.td_none a {
  text-decoration: none;
  color: #242424;
}
.td_none a:hover {
	color: #39B54A;
}

/* spanタグなどに使用（お知らせは改行に注意） */
.dsp_block {
  display: block;
}

/* 画像に影をつける */
.drop_shadow {
  padding-right: 10px;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}

.f15,
.f15 dt,
.f15 dd { font-size:15px !important;}

/* パーセンテージ・ベースの幅を設定するための幅クラス */
.w5p {width: 5%;}
.w10p {width: 10%;}
.w15p {width: 15%;}
.w20p {width: 20%;}
.w25p {width: 25%;}
.w30p {width: 30%;}
.w35p {width: 35%;}
.w40p {width: 40%;}
.w45p {width: 45%;}
.w50p {width: 50%;}

/* dl table */
dl.table3 dt {
  margin: 0;
  margin-right: -160px;
  float: left;
  clear: both;
  display: inline;
  width: 160px;
}
dl.table3 dd {margin-left:160px;}

.video_container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
