<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*===============================

    common

================================*/
body {
  color: #3E3A39;
  font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left;
  width: 100%;
}

.wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 980px;
}

.container {
  float: right;
  width: 730px;
}

.sectionBox {}

.sectionBox + .sectionBox { margin-top: 50px; }

.sectionBox-inside { margin: 30px 0; }

.p_heading-marker + .sectionBox-inside { margin-top: 0; }/* マーカー風見出しの直下の場合 */

/*.sectionBox-inside + .sectionBox-inside { margin-top: 30px; }*/




/*===============================

    トップページ

================================*/

/*
    前文
================================*/
.c_text {
  font-size: 16px;
  line-height: 1.5;
}

.c_text-preamble {
  line-height: 1.8;
  text-align: center;
}


/*
    開催年
================================*/
.selectBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
  position: relative;
}

.p_filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  outline: 0;
  padding: 5px 60px 5px 5px;
}

.p_filter::-ms-expand { display: none; }

.selectBox_trigger {
  background-color: #999;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}

.selectBox_trigger::before {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: .5em;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .5em;
}


/*
    メニュー
================================*/
.grandMenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 50px 0;/* セレクトボックスを表示するときに margin-top 要調整 */
}

.grandMenu_inner {
  margin-bottom: 30px;
  width: 340px;
}

.grandMenu_link {
  border-bottom: 3px solid #ccc;
  color: currentColor;
  display: block;
  height: 100%;
  position: relative;
}

.grandMenu_link:hover {
  color: currentColor;
  text-decoration: none;
}

.grandMenu_link:hover::before {
  background-color: rgba(167,167,167,0.60);
  border: 1px solid #000;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: scale(1);
  width: 100%;
}

.grandMenu_link:hover::after {
  content: url("../../img/groupe-forum/group-forum-library_read-more.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grandMenu_img { margin-bottom: 20px; }

.grandMenu_opYear {
  background-color: #BCBCBC;
  color: #fff;
  display: inline-block;
  letter-spacing: 3px;
  padding: 5px;
}

.grandMenu_ttl {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}

.grandMenu_txt {
  font-size: 16px;
  line-height: 1.5;
   padding-bottom: 30px;
}



/*===============================

    下層ページ

================================*/
.p_categoryTag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}

.p_categoryTag_tag {
  background-color: #BCBCBC;
  color: #fff;
  letter-spacing: 3px;
  padding: 5px;
}

.p_txtBox {
  font-size: 16px;
  line-height: 1.6;
}

.p_txtBox + .p_txtBox { margin-top: 20px; }

.p_txtBox:last-of-type { margin-bottom: 20px; }

/* iframe */
.p_iframeBox {
  height: 0;
  margin: 20px 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.p_iframeBox &gt; iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* hr */
.p_line { display: block; }

/* ボーダーボックス */
.p_column {
  border: 2px solid #b0e5ff;
  margin: 20px 0;
  padding: 20px;
}

/*.p_column-blue { border-color: royalblue; }
.p_column-green { border-color: mediumseagreen; }
.p_column-orange { border-color: orange; }
.p_column-violet { border-color: violet; }*/



/*
    見出し
================================*/
.p_heading-primary {
  font-size: 28px;
  line-height: 1.8;
  margin: 20px 0 30px;
  text-align: center;
}

.p_heading-primary &gt; span {
  display: block;
  font-size: .7em;
}

/* マーカー風 */
.p_heading-marker {
  background: linear-gradient(transparent 65%, #ccc 65%);
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 20px;
  /*margin-left: -15px;*/
  padding: 0 1.5em 0 1em;
  position: relative;
  z-index: 1;
}

.p_heading-marker-yellow { background: linear-gradient(transparent 65%, #ffff00 65%); }
.p_heading-marker-mustard { background: linear-gradient(transparent 65%, #f2ee66 65%); }
.p_heading-marker-skyblue { background: linear-gradient(transparent 65%, #b0e5ff 65%); }
.p_heading-marker-lightgreen { background: linear-gradient(transparent 65%, #a2eab1 65%); }
.p_heading-marker-orange { background: linear-gradient(transparent 65%, #ffbe5f 65%); }
.p_heading-marker-lightsalmon { background: linear-gradient(transparent 65%, #ffdd92 65%); }
.p_heading-marker-lightblue { background: linear-gradient(transparent 65%, #a4daf4 65%); }
.p_heading-marker-lightcoral { background: linear-gradient(transparent 65%, #ff8680 65%); }


.p_heading-marker::before {
  content: "";
  border: 1em solid transparent;
  border-top: 1em solid #fff;
  border-left: 1em solid #fff;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
}

.p_heading-marker-yellow::before { background: linear-gradient(-45deg, #ffff00 50%, #fff 50%); }
.p_heading-marker-mustard::before { background: linear-gradient(-45deg,  #f2ee66 50%, #fff 50%); }
.p_heading-marker-skyblue::before { background: linear-gradient(-45deg,  #b0e5ff 50%, #fff 50%); }
.p_heading-marker-lightgreen::before { background: linear-gradient(-45deg,  #a2eab1 50%, #fff 50%); }
.p_heading-marker-orange::before { background: linear-gradient(-45deg,  #ffbe5f 50%, #fff 50%); }
.p_heading-marker-lightsalmon::before { background: linear-gradient(-45deg,  #ffdd92 50%, #fff 50%); }
.p_heading-marker-lightblue::before { background: linear-gradient(-45deg,  #a4daf4 50%, #fff 50%); }
.p_heading-marker-lightcoral::before { background: linear-gradient(-45deg, #ff8680 50%, #fff 50%); }


.p_heading-marker::after {
  content: "";
  border: 1em solid transparent;
  border-right: 1em solid #fff;
  border-bottom: 1em solid #fff;
  height: 0;
  position: absolute;
  right: -1em;
  bottom: 0;
  width: 0;
  z-index: -1;
}

.p_heading-marker-yellow::after { background: linear-gradient(-45deg, #fff 50%, #ffff00 50%); }
.p_heading-marker-mustard::after { background: linear-gradient(-45deg, #fff 50%, #f2ee66 50%); }
.p_heading-marker-skyblue::after { background: linear-gradient(-45deg, #fff 50%, #b0e5ff 50%); }
.p_heading-marker-lightgreen::after { background: linear-gradient(-45deg, #fff 50%, #a2eab1 50%); }
.p_heading-marker-orange::after { background: linear-gradient(-45deg, #fff 50%, #ffbe5f 50%); }
.p_heading-marker-lightsalmon::after { background: linear-gradient(-45deg, #fff 50%, #ffdd92 50%); }
.p_heading-marker-lightblue::after { background: linear-gradient(-45deg, #fff 50%, #a4daf4 50%); }
.p_heading-marker-lightcoral::after { background: linear-gradient(-45deg, #fff 50%, #ff8680 50%); }

/* 下線 */
.p_heading-underline {
  border-bottom: 1px solid #333;
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 30px;
}


/* 汎用的（太字だけ） */
.p_heading-general {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* ワンポイント */
.p_heading-point {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}

.p_heading-point::before {
  background-color: rgba(204,204,204,.5);
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-45deg);

  transform-origin: left bottom;
  width: 15px;
  z-index: -1;
}

.p_heading-point-yellow::before { background-color: rgba(255,255,0,.8); }
.p_heading-point-mustard::before { background-color: rgba(242,238,102,.8); }
.p_heading-point-skyblue::before { background-color: rgba(176,229,255,.5); }
.p_heading-point-lightgreen::before { background-color: rgba(162,234,177,.5); }
.p_heading-point-orange::before { background-color: rgba(255,190,95,.5); }
.p_heading-point-lightsalmon::before { background-color: rgba(255,221,146,.8); }
.p_heading-point-lightblue::before { background-color: rgba(164,218,244,.5); }
.p_heading-point-lightcoral::before { background-color: rgba(255,134,128,.5); }



/*
    目次
================================*/
.p_decorationBox {
  margin: 30px 0;
  padding: 65px 20px;
  position: relative;
}

.p_decorationBox::before {
  position: absolute;
  top: 0;
  left: 0;
}

.p_decorationBox::after {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* イノベーション */
.p_decorationBox-inv { background-color: #fefff0; }
.p_decorationBox-inv::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-01.png"); }
.p_decorationBox-inv::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-01.png"); }
.p_decorationBox-inv.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-01.png"); }


/* 階層別研修 */
.p_decorationBox-level { background-color: #f0feff; }
.p_decorationBox-level::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-02.png"); }
.p_decorationBox-level::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-02.png"); }
.p_decorationBox-level.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-02.png"); }

/* 公開講座 */
.p_decorationBox-bup { background-color: #f0feff; }
.p_decorationBox-bup::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-03.png"); }
.p_decorationBox-bup::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-03.png"); }
.p_decorationBox-bup.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-03.png"); }

/* 人事総務サポートシステムLeaf */
.p_decorationBox-leaf { background-color: #f5fff9; }
.p_decorationBox-leaf::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-04.png"); }
.p_decorationBox-leaf::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-04.png"); }
.p_decorationBox-leaf.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-04.png"); }

/* eラーニング */
.p_decorationBox-el { background-color: #fff8f0; }
.p_decorationBox-el::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-05.png"); }
.p_decorationBox-el::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-05.png"); }
.p_decorationBox-el.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-05.png"); }

/* 組織開発ソリューション */
.p_decorationBox-msol { background-color: #fffce5; }
.p_decorationBox-msol::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-06.png"); }
.p_decorationBox-msol::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-06.png"); }
.p_decorationBox-msol.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-06.png"); }

/* アセスメント */
.p_decorationBox-asm { background-color: #edf9ff; }
.p_decorationBox-asm::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-07.png"); }
.p_decorationBox-asm::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-07.png"); }
.p_decorationBox-asm.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-07.png"); }

/* AI */
.p_decorationBox-ai { background-color: #f3f3f3; }
.p_decorationBox-ai::before { content: url("../../img/groupe-forum/group-forum-library_index-2019-08.png"); }
.p_decorationBox-ai::after { content: url("../../img/groupe-forum/group-forum-library_bottom-2019-08_2.png"); }
.p_decorationBox-ai.p_decorationBox-outro::before { content: url("../../img/groupe-forum/group-forum-library_service-2019-08.png"); }

.p_indexList {}

.p_indexList_item {
  padding-left: 1em;
  text-indent: -1em;
}

.p_indexList_item.order {
  padding-left: 2em;
  text-indent: -2em;
}

.p_indexList_item + .p_indexList_item { margin-top: 10px; }


/*
    リスト
================================*/
/* 箇条書き（地の文に含める）*/
.p_normalList {
  font-size: 16px;
  margin: 20px 0;
}

.p_normalList_item {
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}

.p_normalList_item + .p_normalList_item { margin-top: 8px; }

/* 箇条書き（疑似要素）*/
.p_normalList-circle {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.p_normalList-circle_item {
  line-height: 1.3;
  padding-left: 1.2em;
  position: relative;
}

.p_normalList-circle_item::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 10px;
  display: block;
  height: 1em;
  line-height: 1.3;
  position: absolute;
  top: .3em;
  left: 0;
  text-align: center;
  width: 1em;

}

.p_normalList-circle_item + .p_normalList-circle_item { margin-top: 8px; }

/* リンクアイコン付きリスト */
.p_list-linkIcon {
  font-size: 16px;
  margin: 20px 0;
}

.p_list-linkIcon_item {}

.p_list-linkIcon_item + .p_list-linkIcon_item { margin-top: 10px; }

/* 公開講座テーマ別リスト */
.sec1-box2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -10px;
}

.sec1-box__list {
  border: 2px solid #008fd1;
  height: 45px;
  margin-top: 10px;
  position: relative;
  width: 175px;
}

.sec1-box__link {
  -ms-align-items: center;
  align-items: center;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 5px ;
  width: 100%;
}

.sec1-box__link:hover {
  background: #e2e9ec;
  color: currentColor;
}

.sec1-box__link__span2 {
  font-weight: bold;
}


/*
    テーブル
================================*/
.p_tbl {
  border-color: #333;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 30px 0;
  width: 100%;
}

caption { text-align: left;}

.p_tbl th {
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.p_tbl th img[src*="svg"] {
  width: 120px;
  height: auto;
}

.p_tbl td {
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 12px 10px;
}

/* 赤文字 */
.c_tbl_color-red { color: crimson; }

/* trを囲む */
.c_attention-tbl {
  border: 3px solid crimson;
  color: crimson;
  font-weight: bold;
}

/* 線の色を白にする */
.c_bdc-white-r { border-right-color: #fff !important; }

/* thの色(階層別) */
.c_bgc-yellow-main { background-color: #f2ee66; }
.c_bgc-yellow-sub1 { background-color: #f6f394; }/* 濃いめ */
.c_bgc-yellow-sub2 { background-color: #faf8c2; }/* 薄め */

/* thの色(eラーニング) */
.c_bgc-orange-main { background-color: #f29a1d; color: #fff; }

.c_bgc-black { background-color: #333; color: #fff; }/* 黒色 */
.c_bgc-gray { background-color: #eee; }/* 灰色 */

/* 縦書き */
.c_writingMode-vrl {
  /*height: 20em;*/
  position: relative;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}



/*
    リンク
================================*/
.p_link { margin: 20px 0; }

.c_link {
  color: #052674;
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
}

.c_link + .c_link { margin-top: 10px; }

.c_link:hover {
  color: #005580;
  text-decoration: underline;
}

/* アイコン付き */
.c_link-icon {
  position: relative;
  padding-left: 1.5em;
}

.c_link-icon:hover {}

.c_link-icon::before {
  content: "\f138";
  display: inline-block;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
}

/* アンダーライン */
.c_link-underline { text-decoration: underline; }

.c_link-underline:hover { text-decoration: none; }



/*
    ページリンク
================================*/
.p_pageList {
  overflow: hidden;
}

.p_pageList_item {
  border: 1px solid #333;
  cursor: pointer;
  position: relative;
  transition: .3s;
  width: 30%; 
}

.p_pageList_item:hover {
  opacity: .6;
  text-decoration: none;
}

.p_pageList_item.prev {
  border-left: 20px solid #333;
  float: left;
}

.p_pageList_item.next {
  border-right: 20px solid #333;
  float: right;
}

/* リンク */
.p_pageList_link {
  align-items: center;
  color: currentColor;
  display: flex;
  font-size: 14px;
  height: 100%;
  padding: 10px 20px;
}

.p_pageList_link.prev::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: '';
  display: block;
  height: 0.8em;
  position: absolute;
  top: 50%;
  left: -.8em;
  transform: translateY(-50%) rotate(-45deg);
  width: .8em;
}

.p_pageList_link.next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 0.8em;
  position: absolute;
  top: 50%;
  right: -.8em;
  transform: translateY(-50%) rotate(45deg);
  width: .8em;
}

/* 一覧に戻る */
.p_returnBtn {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
}

.c_returnBtn {
  align-items: center;
  border: 1px solid #333;
  color: currentColor;
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  margin: auto;
  padding: 10px;
  transition: .3s;
}

.c_returnBtn:hover {
  opacity: .6;
  text-decoration: none;
}


/*
    コラムリンク
================================*/
.columnTile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.columnTile_inner {
  flex: 0 1 auto;
  height: 175px;
  margin-bottom: 10px;
  width: 175px;
}

.columnTile::after {
  content: "";
  display: block;
  height: 0;
  width: 175px;
}

.columnTile_link {
  display: block;
  transition: .3s;
}
.columnTile_link:hover { opacity: .6; }

.columnTile_inner img {
  height: auto;
  width: 100%;
}


/*
    RPAモーダルウィンドウ
================================*/
/* override */
#cboxClose {
  background:url("/resource/img/contents/close.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
  top: -28px;
}

#cboxClose:hover {
  background-position: 0 0;
  opacity:0.6;
}

#cboxLoadedContent { border: none; }

#cboxContent {
background: transparent;
margin-top: 30px;
}



/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }
/* eラン */
.u_color-ered { color: #e23333; }
.u_color-eblue { color: #1b7bdb; }
.u_color-egreen { color: #379d36; }

/* display */
.u_d-b { display: block !important; }
.u_d-fx { display: flex !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }
.u_fxw-nw { flex-wrap: nowrap !important; }
.u_fxw-w { flex-wrap: wrap !important; }
.u_fxw-wr { flex-wrap: wrap-reverse !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

@media screen and (max-width:600px) {
  .u_w100p-res { width: 100% !important; }
}
.u_opc-sm:hover { opacity: .9; }
.u_opc-md:hover { opacity: .6; }
.u_opc-lg:hover { opacity: .3; }

/* 見出し以外のマーカー */
.c_marker {
  background: linear-gradient(transparent 65%, #ccc 65%);
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.c_marker-yellow { background: linear-gradient(transparent 65%, #ffff00 65%); }


/*===============================

    ★★レスポンシブ

================================*/
@media screen and (max-width:768px) {
  .wrapper { width: 100%; }

  .container {
    float: none;
    width: 100%;
  }
  
  .columnTile { justify-content: space-around; }
  
}/* @media */

@media screen and (max-width:600px) {
  /*
      トップページ
  ================================*/
  .grandMenu { justify-content: space-around; }
  
  
  /*
      記事ページ
  ================================*/
  .p_pageList { flex-direction: column; }
  .p_pageList_item { width: 100%; }
  .p_pageList_item.next { margin-top: 20px; }
  .p_returnBtn { margin : 30px 0; position: static; transform: none; width: 100%; }
  .c_returnBtn { background-color: #eee; }

  /* table(スマパ) */
  .p_tbl-res {
    border: none;
  }
  .p_tbl-res thead {
    display: none;
  }
  .p_tbl-res tr {
    border-top: 5px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  .p_tbl-res tr.c_attention-tbl { border-top-color: crimson; }
  .p_tbl-res td {
    align-items: center;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .p_tbl-res td[data-label="WEBinsource"]::before { color: crimson; }
  .p_tbl-res td[data-label="公開講座Leaf"]::before { color: royalblue; }

  .p_tbl-res td &gt; span { max-width: 60%; }
  .p_tbl-res td::before {
    content: attr(data-label);
    font-weight: bold;
  }
  
  
  /* table（スクロール） */
  .p_tblWrap { width: 100%;overflow: scroll; }
  .p_tblWrap::-webkit-scrollbar { height: 10px;width: 0; }
  .p_tblWrap::-webkit-scrollbar-thumb{ background: #999;border-radius: 5px; }
  .p_tblWrap::-webkit-scrollbar-track-piece { background: #efefef; }
  .p_tble-resScroll { width: 730px; }


}/* @media */




</pre></body></html>