










/* ===== 移植: old_theme 独自クラス ===== */
img {
  vertical-align: middle;
}
/* -----------------------------------------------
   グループ見出し
----------------------------------------------- */
.group {
  margin-bottom: 30px;
  padding: 0;
}
.group > h2 {
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  padding: 8px; /* 移設: old_theme 装飾 */ /* padding: 8px 8px 8px 16px; */
  border-top: solid 4px #71CD00; /* border-top: solid 4px #71CD00; */
  background-color: rgb(238,238,238); /* 移設: old_theme */ /* background-color: #f4f4f4; */
}
/* -----------------------------------------------
   コンテンツ枠
----------------------------------------------- */
.frame {
  margin-bottom: 18px;
}
.frame .img img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .frame {
    overflow: hidden;
  }
  .frame .img {
    float: left;
    width: 30%;
  }
}
.frame_box {
  padding: 3% 4%;
  margin-bottom: 18px;
  position: relative;
  background: #FFF;
  border: 4px solid #c2e1f5;
  box-sizing: border-box;
}
.frame1 {
  padding: 3% 4%;
  position: relative;
  background: #fffcec;
  border: 4px dotted #ffd800;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.frame2 {
  padding: 3% 4%;
  position: relative;
  background: #f2faff;
  border: 4px solid #c2e1f5;
  box-sizing: border-box;
  display: inline-block;
}
.frame_attention {
  padding: 3% 4%;
  position: relative;
  background: #fff1f1;
  border: 2px solid #ea2222;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.frame_attention h4 {
  color: #ea2222;
}
.frame1 ul,
.frame2 p:last-child,
.frame_attention p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  .frame .img {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .arrow_box,
  .frame_box {
    padding: 4%;
    position: relative;
    background: #FFF;
    border: 4px solid #c2e1f5;
    box-sizing: border-box;
    margin-bottom: 26px;
  }
  .arrow_box:after,
  .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 20px;
    margin-left: -20px;
  }
  .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c2e1f5;
    border-width: 26px;
    margin-left: -26px;
  }
}
/* -----------------------------------------------
   リンクリスト
----------------------------------------------- */
.linklist ul,
.linklist ol {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
  list-style: none;
}
.linklist li {
  border-bottom: 1px dotted #ccc;
}
.wysiwyg .linklist li a {
  display: block;
  padding: 10px 5px;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.wysiwyg .linklist li a:hover {
  background-color: rgb(255, 255, 238);
}
.linklist time {
  border: none;
  line-height: 1.8;
}
.linklist span {
  margin: 0 0 0 110px;
}
.linklist .desc {
  color: rgb(102, 102, 102);
  font-size: 0.85rem;
}
.linklist li a:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 639px) {
  .linklist time {
    display: block;
  }
  .linklist span {
    margin: 0;
  }
}
/* アンカーリスト（矢印アイコン付き） */
.wysiwyg .linklist.anchor li a {
  background-image: url(https://cn-mrm.net/images/icon_btm_arrow.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
}
/* -----------------------------------------------
   アイコン
----------------------------------------------- */
.icon_check {
  background-image: url(https://cn-mrm.net/images/icon_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}
.icon_recommend {
  background-image: url(https://cn-mrm.net/images/icon_recommend.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 33px;
  line-height: 37px;
  min-height: 37px;
}
/* -----------------------------------------------
   QA・クイズ
----------------------------------------------- */
.qa_table {
  border: none;
}
.qa table td {
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: bottom;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .qa table td {
    width: 50%;
    background-image: url(https://cn-mrm.net/images/q_character.png);
    padding-bottom: 240px;
  }
  .qa .a_table {
    background-image: url(https://cn-mrm.net/images/a_character.png);
  }
}
@media only screen and (max-width: 639px) {
  .qa table td {
    display: block;
    width: 90%;
  }
  .qa table .q_table {
    padding-bottom: 30px;
  }
}
.qa table td p {
  padding: 4%;
  position: relative;
  background: #FFF;
  border: 4px solid #c2e1f5;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  display: block;
}
.qa table .a_table p {
  border: 4px solid #ff79be;
}
.qa table td p.anser_txt {
  display: none;
}
.qa table td p strong {
  font-size: 1.5em;
  color: #FFFFFF;
  background-color: #c2e1f5;
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
.qa table .a_table p strong {
  background-color: #ff79be;
}
/* -----------------------------------------------
   クイズ（ms_quiz）
----------------------------------------------- */
.wysiwyg .ms_quiz {
  margin-bottom: 30px;
}
.wysiwyg .ms_quiz h3 {
  color: #FFF;
  background-color: #71CD00; /* background-color: #71CD00; */
  padding: 12px;
  border: none;
  margin-bottom: 18px;
}
.ms_quiz .q_list {
  margin: 18px 0 18px 1.8em;
}
.ms_quiz .q_list li {
  font-weight: bold;
  font-size: 1.2em;
}
.ms_quiz .btn_open {
  display: inline-block;
}
.wysiwyg .ms_quiz .btn_open a {
  padding: 12px 12px 12px 18px;
  font-size: 1.2em;
  font-weight: bold;
  color: #71CD00; /* color: #71CD00; */
  display: block;
  text-decoration: none;
  position: relative;
}
.wysiwyg .ms_quiz .btn_open a:hover {
  background-color: #71cd00; /* 移設: old_theme */ /* background-color: #71CD00; */
  color: #FFFFFF;
}
.ms_quiz .anser_box {
  background-color: #fff8ef;
  border: 1px solid #ffbf63;
}
.ms_quiz .anser_box h4 {
  font-size: 1.4em;
  font-weight: bold;
  color: #ff0000;
  margin: 0;
  padding: 18px 24px;
  border-bottom: 1px solid #ffbf63;
}
.ms_quiz dl {
  margin: 0;
  padding: 24px;
}
.ms_quiz dt {
  font-weight: bold;
  font-size: 1.2em;
}
/* btn_open（CSS :target によるポップアップ） */
.btn_open > a {
  display: inline-block;
  padding: 8px 16px;
  color: #71CD00; /* color: #71CD00; */
  text-decoration: none;
  cursor: pointer;
}
.btn_open > a:hover {
  background-color: #71CD00; /* background-color: #71CD00; */
  color: #fff;
}
/* -----------------------------------------------
   メンバー紹介
----------------------------------------------- */
.mem {
  margin-bottom: 15px;
  width: 100%;
}
.txt {
  border: 1px solid #FFCE0B;
  background-color: #FFF;
  width: 420px;
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
}
.txt .mem_lead {
  font-weight: bold;
  color: #77a70c;
  padding-right: 50px;
}
.txt .mem_name {
  border-bottom: 1px solid #FFCE0B;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
[id^="mem"][id$="_pop"].mem-popup .txt {
  width: 420px;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  #mem_box {
    background-image: url(https://cn-mrm.net/images/bg_mem_sp.png);
    background-repeat: repeat;
    background-position: left top;
    border: 1px solid #9dd71b;
    text-align: center;
    padding: 20px 0;
  }
  .mem {
    width: 45%;
    display: inline-block;
  }
  .mem img {
    width: 100%;
  }
  #mem_box .img {
    clear: both;
  }
}
@media only screen and (max-width: 419px) {
  .mem {
    width: 80%;
    margin: 10px 10%;
  }
}
@media only screen and (min-width: 640px) {
#mem_box 
    position: relative;
    background-image: url(https://cn-mrm.net/images/bg_mem.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 940px;
    width: 870px;
    margin-bottom: 0;
  
  #mem_box .img 
    display: none;
  
  .mem 
    position: absolute;
    left: 0px;
    top: 0px;
  
  #mem1  left: 100px; top: 120px; 
  #mem2  left: 310px; top: 33px; 
  #mem3  left: 600px; top: 90px; 
  #mem4  left: 620px; top: 120px; 
  #mem5  left: 590px; top: 300px; 
  #mem6  left: 35px; top: 400px; 
  #mem7  left: 620px; top: 320px; 
  #mem8  left: 19px; top: 657px; 
  #mem9  left: 320px; top: 687px; 
  #mem10  left: 580px; top: 640px; 
  #mem11  left: 240px; top: 657px; 
  #mem12  left: 420px; top: 70px;
  #mem_box {
    position: relative;
    background-image: url(https://cn-mrm.net/images/bg_mem.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 940px;
    width: 870px;
    margin-bottom: 0;
  }
  #mem_box .img {
    display: none;
  }
  .mem {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #mem1 { left: 100px; top: 120px; }
  #mem2 { left: 310px; top: 33px; }
  #mem3 { left: 600px; top: 90px; }
  #mem4 { left: 620px; top: 120px; }
  #mem5 { left: 590px; top: 300px; }
  #mem6 { left: 35px; top: 400px; }
  #mem7 { left: 620px; top: 320px; }
  #mem8 { left: 19px; top: 657px; }
  #mem9 { left: 320px; top: 687px; }
  #mem10 { left: 580px; top: 640px; }
  #mem12 { left: 420px; top: 70px; }
}
/* -----------------------------------------------
   インデント・テキスト装飾
----------------------------------------------- */
.pp-indent {
  margin-left: 1em;
}
.pp-indent dd {
  margin-left: 2.66em;
}
.pp-indent ul {
  margin-top: 0.5em;
  margin-left: 1.5em;
}
.wysiwyg .big {
  font-size: 1.2em;
  color: #ff0000;
}
strong.mail {
  font-size: 1.2em;
}
/* -----------------------------------------------
   はじめての医療安全
----------------------------------------------- */
.wysiwyg .first_time {
  margin-bottom: 30px;
}
.wysiwyg .first_time h3 {
  color: #FFF;
  background-color: #71cd00; /* 移設: old_theme */ /* background-color: #71CD00; */
  padding: 12px;
  border: none;
  margin-bottom: 0;
}
.first_time .q_txt {
  font-weight: bold;
  padding: 12px 0;
  border-bottom: 2px dotted #000;
  margin-top: 0;
  margin-bottom: 12px;
}
.first_time h4 {
  background-image: url(https://cn-mrm.net/images/icon_q.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 106px;
  width: 178px;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}
.wysiwyg .first_time .anser_box {
  display: none;
}
.first_time .btn_open a {
  background-image: url(https://cn-mrm.net/images/btn_anser.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 105px;
  width: 168px;
  margin: 0;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
	box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  .first_time h4 {
    float: none;
  }
}
.first_time .q_list {
  margin: 0 0 36px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #000;
}
.first_time .q_list li {
  font-weight: bold;
  color: #50b829;
  list-style-type: none;
  padding: 14px 0;
}
.first_time h4.commentary {
  background-image: url(https://cn-mrm.net/images/ttl_commentary.png);
  width: 363px;
  height: 63px;
  clear: both;
  float: none;
  margin: 0 auto;
}
@media only screen and (max-width: 363px) {
  .first_time h4.commentary {
    background-size: contain;
    width: 100%;
    height: auto;
    padding-top: 17%;
  }
  .first_time .q_list li {
    padding: 14px 0 0;
  }
}
.first_time dl {
  margin: 12px 0 0;
}
.first_time dt,
.first_time .a_txt {
  font-weight: bold;
  color: #ff6b98;
  font-size: 1.2em;
}
.first_time dd {
  margin-bottom: 18px;
}
/* -----------------------------------------------
   本・書籍スタイル
----------------------------------------------- */
.wysiwyg .book1 h3.lead { background-color: #FFBF00; }
.wysiwyg .book2 h3.lead { background-color: #5858FA; }
.wysiwyg .book3 h3.lead { background-color: #F78181; }
.wysiwyg .book4 h3.lead { background-color: #088A29; }
.wysiwyg .book5 h3.lead { background-color: #2E9AFE; }
.wysiwyg .book1 h3.lead,
.wysiwyg .book2 h3.lead,
.wysiwyg .book3 h3.lead,
.wysiwyg .book4 h3.lead,
.wysiwyg .book5 h3.lead {
  color: #FFF;
  padding: 12px;
  border: none;
  margin-bottom: 18px;
}
.wysiwyg .book1 .frame_box { border-color: #FFBF00; }
.wysiwyg .book2 .frame_box { border-color: #5858FA; }
.wysiwyg .book3 .frame_box { border-color: #F78181; }
.wysiwyg .book4 .frame_box { border-color: #088A29; }
.wysiwyg .book5 .frame_box { border-color: #2E9AFE; }
/* -----------------------------------------------
   ナビゲーション：PCドロップダウン
----------------------------------------------- */
.navi__item--has-dropdown {
  position: relative;
}
.navi__folder-label {
  cursor: default;
}
.navi__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  border-top: 3px solid #71CD00; /* border-top: 3px solid #71CD00; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 200;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navi__item--has-dropdown:hover .navi__dropdown {
  display: block;
}
.navi__dropdown li {
  border-bottom: 1px solid #eee;
}
.navi__dropdown li a {
  display: block;
  padding: 10px 14px;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.4;
  white-space: nowrap;
}
.navi__dropdown li a:hover {
  background-color: rgb(238,238,238); /* 移設: old_theme */ /* background-color: #f4f4f4; */
  color: #71CD00; /* color: #71CD00; */
}
.navi__dropdown__folder {
  position: relative;
}
.navi__dropdown__folder-label {
  display: block;
  padding: 10px 14px;
  background-color: rgb(238,238,238); /* 移設: old_theme */ /* background-color: #f4f4f4; */
  font-weight: bold;
  font-size: 0.85rem;
  color: #666;
}
.navi__subdropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
}
.navi__subdropdown li a {
  padding-left: 24px;
}
.navi__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
  margin-left: 4px;
}
/* -----------------------------------------------
   パンくずドロップダウン（old_theme から移植）
   .top-bar-section → .pankuzu に調整
----------------------------------------------- */
.pankuzu .has-dropdown {
  position: relative;
}
.pankuzu .f-dropdown { min-width: 276px; }
.pankuzu .f-dropdown li { min-width: 274px; }
.pankuzu .f-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 100;
}
.pankuzu .has-dropdown:hover .f-dropdown,
.pankuzu .has-dropdown:focus-within .f-dropdown {
  display: block;
}
.pankuzu .f-dropdown li.sub-folder:hover,
.pankuzu .f-dropdown li.folder-label:hover { background: none; }
.pankuzu .bread-open { margin-left: 0.5rem; }
.pankuzu .bread-open li { list-style-type: none; }
.pankuzu .f-dropdown .depth-3 {
  margin-left: 15px;
  width: 235px;
}
.pankuzu .f-dropdown .depth-3 li { width: 235px; }
@media only screen and (min-width: 40.063em) {
  .pankuzu .has-dropdown > a::after {
    border-color: rgba(255,255,255,1.0) transparent transparent transparent;
  }
  .pankuzu .has-dropdown > a:hover::after {
    border-color: #02abf8 transparent transparent transparent;
  }
}
.pankuzu .f-dropdown li { float: none !important; }
.pankuzu .f-dropdown li a {
  box-sizing: border-box;
  line-height: normal !important;
  padding: 10px !important;
}
/* SPナビ：フォルダ展開 */
.gnav__menu__item--has-sub > .gnav__folder-label {
  cursor: pointer;
  display: block;
  padding: 12px 16px;
  font-weight: bold;
}
.gnav__submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.gnav__submenu__item a {
	font-weight: normal;
  display: block;
  padding: 10px 16px 10px 24px;
}
.gnav__submenu__item--folder > .gnav__subfolder-label {
  display: block;
  padding: 8px 16px 8px 24px;
  font-weight: bold;
  font-size: 0.85em;
  color: #999;
}
.gnav__subsubmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gnav__subsubmenu li a {
  padding-left: 36px;
}
/* -----------------------------------------------
   フッター：グループフッター
----------------------------------------------- */

.group-footer ul,
.group-footer ol {
  list-style: none;
}
.group-footer__inner {
  background-color: #fff;
	border-top: solid 4px #71CD00;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
	justify-content: center;
  gap: 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .group-footer__inner {
		flex-direction: row;
		justify-content: space-between;
    padding: 28px 78px;
  }
}
.group-footer__navigation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
main a:not([class])[target="_blank"]::after {
  background-image: url("/common/images/blank_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 4px;
	vertical-align: middle;
}
.group-footer__navigation a[target="_blank"]::after {
  background-image: url("/common/images/blank_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 4px;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .group-footer__logo {
    margin-top: 16px;
		img {
			margin: 0 auto;
		}
  }
}
@media screen and (min-width: 769px) {
  .group-footer__logo {
    grid-column: 1/2;
    grid-row: 1/3;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .group-footer__logoImg {
    max-width: 192px;
  }
  html[lang="en"] .group-footer__logoImg {
    max-width: 282px;
  }
}
/* -----------------------------------------------
   ページサイドバー：見出し（old_theme .group > h2 装飾）
   webpage_sidebar.mtml の .entry__side__header
----------------------------------------------- */
.entry__side .entry__side__header {
  margin: 0 0 24px 0;
  font-size: 1.3rem;
  padding: 8px;
  height: auto;
  line-height: 1.2;
  color: #333;
  border-top: solid 4px #71CD00;
  background-color: rgb(238,238,238);
}
.entry__side .entry__side__header .fa {
	font-size: 0.6em;
}
/* -----------------------------------------------
   トップページ：おすすめメニュー
----------------------------------------------- */
.index__recommendWrap .index__recommend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.index__recommend__item {
  width: calc(33.333% - 14px);
  box-sizing: border-box;
}
.index__recommend__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.index__recommend__item a:hover .index__recommend__title {
  color: #71CD00; /* color: #71CD00; */
}
.index__recommend__img img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #cbcbcb;
}
@media only screen and (max-width: 768px) {
  .index__recommend__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .index__recommend__item {
    width: 100%;
  }
}
/* -----------------------------------------------
   トップページ：重要なお知らせ（ピックアップ）
----------------------------------------------- */
.index__pickupWrap .index__pickup {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.index__pickup__item a {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  background-color: rgb(238,238,238); /* 移設: old_theme */ /* background-color: #f4f4f4; */
  padding: 16px;
  transition: background-color 0.2s;
}
.index__pickup__item a:hover {
  background-color: rgb(255,255,238); /* 移設: old_theme .news li a:hover */ /* background-color: #e8f5e9; */
}
.index__pickup__img {
  flex-shrink: 0;
  width: 160px;
}
.index__pickup__img img {
  width: 100%;
  height: auto;
  display: block;
}
.index__pickup__body {
  flex: 1;
}
.index__pickup__date {
  font-size: 0.85rem;
  color: #666;
  margin: 0 0 4px;
}
.index__pickup__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
}
.index__pickup__excerpt {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .index__pickup__item a {
    flex-direction: column;
  }
  .index__pickup__img {
    width: 100%;
  }
}
/* -----------------------------------------------
   トップページ：コンテンツ + サイドバー
----------------------------------------------- */
.index__contentWrap {
  display: flex;
  max-width: 1200px; /* 移設: old_theme 幅 */ /* max-width: 996px; */
  margin: 0 auto;
  gap: 30px;
  padding: 0 20px 40px;
  box-sizing: border-box;
}
.index__contentWrap > .group.focus-group {
	padding-top: 60px;
}
.index__content {
  flex: 1;
  min-width: 0;
}
.index__contentWrap .entry__side {
  width: 250px; /* 移設: old_theme 幅 */ /* width: 215px; */
  flex-shrink: 0;
}
@media only screen and (max-width: 1036px) {
  .index__contentWrap {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .index__contentWrap {
    flex-direction: column;
    padding: 0 15px 20px;
  }
  .index__contentWrap .entry__side {
    width: 100%;
  }
	.index__contentWrap > .group.focus-group {
		padding-top: 0;
	}
}
/* -----------------------------------------------
   ニュース一覧（トップページ）
----------------------------------------------- */
.index__newsWrap .news {
  padding: 5px;
}
.index__newsWrap .news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index__newsWrap .news li {
  border-bottom: 1px dotted #ccc;
}
.index__newsWrap .news li a {
  display: block;
  padding: 10px 5px;
  color: #333;
  text-decoration: none;
}
.index__newsWrap .news li a:hover {
  background-color: rgb(255, 255, 238);
}
.index__newsWrap .news time {
  float: left;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #666;
  min-width: 100px;
}
.index__newsWrap .news .title {
  margin: 0 0 0 110px;
}
.index__newsWrap .news li a:after {
  content: "";
  display: block;
  clear: both;
}
.index__newsWrap .news__category {
  display: inline-block;
  font-size: 0.75rem;
  background-color: #71CD00; /* background-color: #71CD00; */
  color: #fff;
  padding: 1px 6px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .index__newsWrap .news time {
    display: block;
    float: none;
  }
  .index__newsWrap .news .title {
    margin: 0;
  }
}
/* -----------------------------------------------
   サイトマップ
----------------------------------------------- */
.sitemap__content ul {
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
}
.sitemap__content > ul {
  margin: 0;
}
.sitemap__content li {
  margin-bottom: 8px;
  padding: 4px 0;
}
.sitemap__content li a {
  text-decoration: underline;
  color: #71cd00; /* 移設: old_theme #webpage-body a */ /* color: #71CD00; */
}
.sitemap__content li a:hover {
  color: #447c00; /* 移設: old_theme #webpage-body a:hover */ /* color: #71CD00; */
}
.sitemap__folder-label {
  font-weight: bold;
  color: #333;
  border-left: 4px solid #71CD00; /* border-left: 4px solid #71CD00; */
  padding-left: 8px;
  display: block;
  margin-bottom: 4px;
}
/* -----------------------------------------------
   新規追加クラス
----------------------------------------------- */
.pageWrap {
  max-width: 1200px; /* 移設: old_theme 幅 */ /* width: 996px; */
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
	gap: 30px;
	padding: 0 15px;
}
.page__left {
	width: 75%;
}
@media (max-width: 1036px) {
	.page__left {
			width: auto;
	}
}
@media (max-width: 1036px) {
	.pageWrap {
			width: auto;
			max-width: none;
			display: block;
			margin-top: 40px;
	}
}
.page__main {
  /*width: 900px; /* 移設: old_theme large-9 幅 */ /* width: 680px; */
	width: 100%;
	margin-top: 0;
}
.page__header,
.entry__header {
	background-color: #FFF;
	background-image: url(https://cn-mrm.net/images/bg_contents.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	color: #000000;
	box-sizing: border-box;
	position: relative;
	height: 188px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	.inner {
		width: 100%;
		height: fit-content;
		justify-content: center;
		background-color: rgba(255, 255, 255, 0.7);
	}
	h2 {
		
		background-image: url(https://cn-mrm.net/images/border_ttl.png);
		background-repeat: no-repeat;
				background-position: left center;
				margin: 0 auto;
				padding: 0 0 0 24px;
				display: inline-block;

	}
}
.information {
	padding: 0;
	margin: 0 auto 20px;
	border-radius: 0;
	background-color: #FFFFFF;
}
.archives__list li .archives__cardWrap {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
@media (max-width: 768px) {
	.archives__cardWrap {
		flex-direction: column;
	}
}
.archives__cardWrap__img {
	flex-shrink: 0;
	max-width: 160px;
	margin: 0 auto;
}
.archives__cardWrap__img img {
	width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 1037px) {
.f-dropdown {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	width: 100%;
	max-height: none;
	height: auto;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 16px;
	z-index: 99;
	max-width: 200px
}

.f-dropdown>*:first-child {
	margin-top: 0
}

.f-dropdown>*:last-child {
	margin-bottom: 0
}

.f-dropdown:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent #fff transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -12px;
	left: 10px;
	z-index: 99
}

.f-dropdown:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent transparent #ccc transparent;
	border-bottom-style: solid;
	position: absolute;
	top: -14px;
	left: 9px;
	z-index: 98
}

.f-dropdown.right:before {
	left: auto;
	right: 10px
}

.f-dropdown.right:after {
	left: auto;
	right: 9px
}

.f-dropdown li {
	font-size: 0.875rem;
	cursor: pointer;
	line-height: 1.125rem;
	margin: 0;
	&::after {
		content: none !important;
	}
}

.f-dropdown li:hover,.f-dropdown li:focus {
	background: #eee
}

.f-dropdown li a {
	display: block;
	padding: 0.5rem;
	color: #555
}

.f-dropdown.content {
	position: absolute;
	left: -9999px;
	list-style: none;
	margin-left: 0;
	padding: 1.25rem;
	width: 100%;
	height: auto;
	max-height: none;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 16px;
	z-index: 99;
	max-width: 200px
}

.f-dropdown.content>*:first-child {
	margin-top: 0
}

.f-dropdown.content>*:last-child {
	margin-bottom: 0
}

.f-dropdown.tiny {
	max-width: 200px
}

.f-dropdown.small {
	max-width: 300px
}

.f-dropdown.medium {
	max-width: 500px
}

.f-dropdown.large {
	max-width: 800px
}
}
/* 吹き出し */
@media only screen and (min-width: 640px) {
  .arrow_box {
    float: right;
    width: 66%;
    padding: 3% 4%;
    position: relative;
    background: #FFF;
    border: 4px solid #c2e1f5;
    box-sizing: border-box;
  }
  .arrow_box:after,
  .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 20px;
    margin-top: -20px;
  }
  .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 26px;
    margin-top: -26px;
  }
}
/* その他ドロップダウン: 5件表示でスクロール */
@media only screen and (min-width: 640px) {
	.navi__dropdown.navi__dropdown--scroll {
		left: auto;
		right: 0;
		max-height: 200px;
		overflow-y: auto;
	}
}
