/* @override
  http://localhost/algolynx/bs/dist/css/style.css?*
*/

@charset "utf-8";

/* @group Bootstrapカスタマイズ */

.btn-default {
  background: #f7f9fb;
  border-color: #adc7d2;
  color: #25566b;
}

body.analysis .btn-default {
  background: #EFEAF5;
  border-color: #b9c;
  color: #639;
}

body.regulation .btn-default {
  background: #f9f5f5;
  border-color: #dbb;
  color: #a11;
}

label {
  margin-bottom: .1em;
  font-size: 14px;
  color: #556677;
}

input[type=text].form-control,
textarea.form-control,
select.form-control
{
  border: 1px solid #5d94bf;
}

body.analysis input[type=text].form-control,
body.analysis textarea.form-control,
body.analysis select.form-control
{
  border-color: #b9c;
}

/* @end */

/* @group 共通パーツ */

.wrapper {
  overflow: hidden;
}

ul.normal {
  margin: 1em 0 1em 2em;
  list-style: disc;
}

.bread-sep {
  margin-left: 5px;
  margin-right: 5px;
}

/* @group ローディングアイコン */

.loader,
.loader:before,
.loader:after {
  background: #059;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 10px;
  height: 40px;
}

.loader {
  color: #059;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -15px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 15px;
}

body.db .loader {
  color: #3ac;
}

body.db .loader,
body.db .loader:before,
body.db .loader:after {
  background: #3ac;
}

body.news .loader {
  color: #059;
}

body.news .loader,
body.news .loader:before,
body.news .loader:after {
  background: #059;
}

body.sns .loader {
  color: #495;
}

body.sns .loader,
body.sns .loader:before,
body.sns .loader:after {
  background: #495;
}

body.analysis .loader {
  color: #649;
}

body.analysis .loader,
body.analysis .loader:before,
body.analysis .loader:after {
  background: #649;
}

body.regulation .loader {
  color: #c22;
}

body.regulation .loader,
body.regulation .loader:before,
body.regulation .loader:after {
  background: #c22;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 40px;
  }
  40% {
    box-shadow: 0 -2em;
    height: 50px;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 40px;
  }
  40% {
    box-shadow: 0 -2em;
    height: 50px;
  }
}

/* @end */

/* @group Font Awesomeアイコン用 */

.fa-right {
  padding-left: 3px;
}

.fa-left {
  padding-right: 3px;
}

.fa-both {
  padding-left: 3px;
  padding-right: 3px;
}

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* @end */

/* @group 見出し */

.heading-1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.heading-2 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

/* @end */

/* @group ボタン */

.buttons {
  text-align: center;
  margin: 1.5em auto;
}

button {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 123.1%;
  border: 1px solid #c7c7d3;
  border-radius: 5px;
  background: #fff;
}

button:hover,
button:active {
  color: #789;
}

a.button,
.button {
  display: inline-block;
  width: auto;
  line-height: 36px;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #31738f;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

body.analysis a.button {
  color: #639;
  border-color: #b9c;
  background: #EFEAF4;
}

a.button:visited,
a.button:hover {
  text-decoration: none;
}

a.button:hover {
  border-color: #f00;
}

body.analysis a.button:hover {
  border-color: #639;
}

button:disabled {
  color: #ccc;
  border: 1px solid #ddd;
  background: #eee;
}

/* @end */

/* @group 小さめのボタン */

.button-small {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  line-height: 22px;
  font-size: 93%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #31738f;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

body.analysis .button-small {
  color: #639;
  border-color: #C6B2D9;
  background-color: #EFEAF5;
}

.button-small:hover {
  border-color: #f00;
}

body.analysis .button-small:hover {
  opacity: .8;
  border-color: #b9c;
}

a.button-small:visited,
a.button-small:hover {
  text-decoration: none;
}

.button-small:disabled,
.button-small.disabled {
  color: #89a;
  border-color: #ccc;
  background-color: #f1f1f1;
}

.button-small:disabled:hover,
.button-small.disabled:hover {
  cursor: default;
  border-color: #ccc;
}

.span-small {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  line-height: 22px;
  font-size: 93%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #31738f;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

/* @end */

/* @group ボタン（シンプル） */

.button-min,
a.button-min,
a.button-min:visited {
  display: inline-block;
  width: auto;
  line-height: 36px;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #589;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #fff;
}

body.analysis .button-min,
body.analysis a.button-min,
body.analysis a.button-min:visited {
  color: #639;
  border-color: #D0C1E0;
}

a.button-min:hover {
  color: #267;
  border-color: #89a;
}

.button-min.disabled {
  opacity: .5;
}

.button-min.disabled:hover {
  cursor: default;
}

/* @end */

/* @group 小さめのボタン（シンプル） */

.button-small-min,
a.button-small-min,
a.button-small-min:visited {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  line-height: 2;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  color: #589;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #fff;
}

.button-small-min:hover {
  color: #267;
  border-color: #789;
}

.button-small-min.disabled {
  opacity: .5;
}

.button-small-min.disabled:hover {
  cursor: default;
}

/* @end */

/* @group パスワード表示/非表示コンポーネント */

.toggleable-password {
  position: relative;
}

.toggleable-password .toggleable-password-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  color: #666;
}

.toggleable-password .toggleable-password-btn:hover {
  color: #059;
}

.toggleable-password .toggleable-password-btn i.fa {
  font-size: 20px;
  line-height: 46px;
}

/* @end */

/* @group コメントアイコン */

span.comment-icon {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #1a4f79;
  border: 1px solid #1a4f79;
  border-radius: 20px;
}

span.comment-icon i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: -1px;
}

/* @end */

/* @group テーブル */

.table-1 {
  width: 100%;
  font-size: 14px;
}

.table-1 td,
.table-1 th {
  padding: .8em;
  vertical-align: top;
  border-top: 1px solid #d6e3e9;
}

.table-1 tbody tr:last-child td,
.table-1 tbody tr:last-child th {
  border-bottom: 1px solid #d6e3e9;
}

.table-1 tr th {
  font-weight: bold;
  color: #556677;
}

.subtable-1 {
  width: 100%;
  font-size: 14px;
  border: 1px solid #afc8d3;
}

.subtable-1 td,
.subtable-1 th {
  padding: .8em;
  vertical-align: top;
  border-top: 1px solid #d6e3e9;
}

.subtable-1 tr:last-child td,
.subtable-1 tr:last-child th {
  border-bottom: 1px solid #d6e3e9;
}

.subtable-1 tr th {
  font-weight: bold;
  color: #556677;
}

.table-1 thead th {
  vertical-align: middle;
  background: #e6e9f0;
  border-top: 1px solid #4c7291;
  border-bottom: 2px solid #4c7291;
}

.table-even-colored tr:nth-child(even) {
  background: #f7f9fb;
}

.table-odd-colored tr:nth-child(odd) {
  background: #f7f9fb;
}

/* @end */

/* @group 汎用アイコン */

.round-icon-medium {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #000;
}

.round-icon-small {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 6px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #000;
}

.fa-file-o {
  color: #4c7291;
}

.fa-file-pdf-o {
  color: #c00;
}

.fa-file-powerpoint-o {
  color: #dd5800;
}

.fa-file-excel-o {
  color: #057336;
}

.fa-file-word-o {
  color: #00178f;
}

.fa-file-image-o {
  color: #f90;
}

/* @end */

/* @group 汎用bg */

.bg-bluegreen {
  background-color: #02a2a2;
}

.bg-red {
  background-color: #e65959;
}

.bg-orange {
  background-color: #ff6600;
}

.bg-beige {
  background-color: #bf9c58;
}

/* @end */

/* @group 未読アイコン */

span.unread-icon {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #f00;
  border: 1px solid #f00;
  border-radius: 20px;
}

span.unread-icon i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: -1px;
}

/* @end */

/* @group 解説アイコン */

span.kaisetsu-icon {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #f00;
  border: 1px solid #f00;
  border-radius: 20px;
}

span.kaisetsu-icon i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: -2px;
}

/* @end */

/* @group 公開/未公開アイコン */

span.unrelease-icon {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #fff;
  background: #f42;
  border: 1px solid #f42;
  border-radius: 20px;
}

span.unrelease-icon i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: -2px;
}

span.release-icon {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #fff;
  background: #0c0;
  border: 1px solid #0c0;
  border-radius: 20px;
}

span.release-icon i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: -2px;
}

/* @end */

/* @group メモ */

.news-memo,
a.news-memo {
  display: inline-block;
  padding: 0 7px;
  line-height: 20px;
  vertical-align: 2px;
  font-size: 88%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  color: #31738f;
  outline: 0;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

.news-memo:hover,
a.news-memo:hover {
  color: #208f0c;
  border-color: #208f0c;
}

.news-memo i,
a.news-memo i {
  padding-right: 5px;
  font-size: 15px;
  vertical-align: -2px;
}

.news-memo.on,
a.news-memo.on {
  border-color: #dc6;
  background: #ffa;
  color: #960;
}

.news-memo.hiding,
a.news-memo.hiding {
  border-color: #a60;
  background: #a60;
  color: #ff0;
}

.news-memo.on[data-memo-type="private"],
a.news-memo.on[data-memo-type="private"] {
  border-color: #07c;
  background: #EFF9FF;
  color: #07c;
}

.news-memo.hiding[data-memo-type="private"],
a.news-memo.hiding[data-memo-type="private"] {
  border-color: #07c;
  background: #07c;
  color: #fff;
}

/* @group ミニ */

.news-memo._mini i {
  padding: 0;
}

.news-memo._mini.on {
  color: #960;
  background-color: rgba(255, 240, 0, .2) !important;
}

.news-memo._mini.hiding {
  background: #a60 !important;
  color: #ff0;
}

.news-memo._mini.on[data-memo-type="private"] {
  background: #EFF9FF !important;
  color: #07c;
}

.news-memo._mini.hiding[data-memo-type="private"] {
  background: #07c !important;
  color: #fff;
}

/* @end */

/* @end */

/* @group Myクリップ */

.myclip,
a.myclip {
  display: inline-block;
  padding: 0 7px;
  line-height: 20px;
  vertical-align: 2px;
  font-size: 88%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  color: #31738f;
  outline: 0;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

.myclip:hover,
a.myclip:hover {
  color: #208f0c;
  border-color: #208f0c;
}

.myclip i,
a.myclip i {
  padding-right: 5px;
  font-size: 15px;
  vertical-align: -2px;
}

.myclip.on,
a.myclip.on {
  border-color: #208f0c;
  background: #208f0c;
  color: rgba(255, 255, 255, .8);
}

/* @group ミニ */

.myclip._mini i {
  padding: 0;
}

.myclip._mini.on {
  color: #208f0c;
  background-color: rgba(32, 143, 12, .1) !important;
}

/* @end */

/* @end */

/* @group アクション */

.action-btn-wrapper {
  display: inline-block;
  width: auto;
}

.regAction,
a.regAction {
  display: inline-block;
  padding: 0 7px 0 5px;
  line-height: 20px;
  vertical-align: 2px;
  font-size: 88%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  color: #31738f;
  outline: 0;
  border: 1px solid #adc7d2;
  border-radius: 3px !important;
  background: #f7f9fb;
}

.regAction:hover,
a.regAction:hover {
  color: #059;
  border-color: #059;
}

.regAction i,
a.regAction i {
  display: inline-block;
  padding-right: 5px;
  padding-top: 2.5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
}

.regAction.on,
a.regAction.on {
  border-color: #059;
  background: #059;
  color: rgba(255, 255, 255, .8);
}

/* @group ミニ */

.regAction._mini i {
  padding-right: 0;
}

.regAction._mini.on {
  color: #059;
  background-color: rgba(0, 85, 153, .1) !important;
}

/* @end */

/* @group ドロップダウンメニュー */

.action-btn-wrapper .dropdown-menu {
  min-width: 89px;
}

.action-btn-wrapper .dropdown-menu > li > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.action-btn-wrapper .dropdown-menu > li:last-child > button {
  border-bottom: 0;
}

/* @end */

/* @end */

/* @group 添付文書コメントボタン */

a.regFilecmt {
  display: inline-block;
  padding: 0 7px 0 5px;
  line-height: 20px;
  vertical-align: 2px;
  font-size: 88%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #31738f;
  outline: 0;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
  margin-left: .3em;
}

a.regFilecmt:hover {
  color: #d14;
  border-color: #d14;
}

a.regFilecmt i {
  padding-right: 3px;
  font-size: 17px;
  vertical-align: -1px;
  color: #158;
  line-height: 0;
}

a.regFilecmt:hover i {
  color: #d14;
}

a.regFilecmt.on {
  border-color: #005076;
  background: #005076;
  color: #fff;
}

a.regFilecmt.on i {
  color: #fff;
}

/* @end */

/* @group REPORTDB */

.regReport,
a.regReport {
  display: inline-block;
  padding: 0 7px;
  line-height: 18px;
  font-size: 88%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  color: #31738f;
  outline: 0;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

.regReport:hover,
a.regReport:hover {
  color: #d14;
  border-color: #d14;
}

.regReport i,
a.regReport i {
  padding-right: 3px;
  font-size: 17px;
  vertical-align: -3px;
  color: #158;
  line-height: 0;
}

.regReport:hover i,
a.regReport:hover i {
  color: #d14;
}

.regReport.on,
a.regReport.on {
  border-color: #d14;
  background: #d14;
  color: #fff;
}

.regReport.on i,
a.regReport.on i {
  color: #fff;
}

/* @end */

/* @group ヘッドライン */

.news-headline {
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  vertical-align: top;
  color: #fff;
  border-radius: 2px;
  background: #316084;
}

/* @end */

/* @group ヘッドラインの編集ボタン */

button.news-edit,
a.news-edit {
  display: inline-block;
  padding: 0 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  color: #31738f;
  cursor: pointer;
  outline: 0;
  border: 1px solid #adc7d2;
  border-radius: 2px;
  background: #f7f9fb;
}

button.news-edit:hover,
a.news-edit:hover {
  color: #e63;
  border-color: #e63;
}

button.news-edit i,
a.news-edit i {
  padding-right: 5px;
  font-size: 13px;
  line-height: 0;
  vertical-align: -1px;
}

/* @end */

/* @group 記事ID */

span.news-id {
  display: inline-block;
  padding: 0 3px;
  font-size: 13px;
  line-height: 18px;
  vertical-align: top;
  border-radius: 2px;
  border: 1px solid #abc;
}

.news-id i {
  display: none;
  font-size: 14px;
  margin-right:3px;
}

/* @end */

/* @group スター */

.news-star i.fa-star {
  /*font-size: 16px;
  color: #fc0;
  text-shadow: 0 0 1px rgba(150, 0, 0, 1);*/
}

.news-star i.fa-star-o {
  /*font-size: 16px;*/
}

.news-star a:hover i.fa-star-o {
  /*color: #f90;*/
}

.news-star,
a.news-star {
  display: inline-block;
  padding: 0 7px;
  line-height: 20px;
  vertical-align: 2px;
  font-size: 88%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #31738f;
  outline: 0;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

.news-star i,
a.news-star i {
  padding-right: 5px;
  font-size: 15px;
  vertical-align: -2px;
}

.news-star:hover,
a.news-star:hover {
  color: #f80;
  border-color: #f80;
}

.news-star.on,
a.news-star.on {
  color: #fff;
  border-color: #f80;
  background: #f80;
}

/* @end */

/* @group 次回推薦ボタン */

a.suisen {
  display: inline-block;
  width: 200px;
  line-height: 20px;
  vertical-align: 2px;
  font-size: 88%;
  font-weight: bold;
  text-decoration: none;
  color: #83abbc;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

a.suisen:hover {
  color: #226699;
  border-color: #226699;
}

a.suisen .fa-none {
  padding: 0 19px 0 0;
}

a.suisen .checked {
  color: #31738f;
}

a.suisen i {
  padding: 0 0.3em;
  font-size: 13px;
  vertical-align: -0.1em;
}

a.suisen i.fa-check-circle {
  color: #0b0;
}

a.suisen.on {
  color: #fff;
  background: #226699;
  border-color: #226699;
}

a.suisen.on i {
  color: #fff;
}

/* @end */

/* @group 回覧済チェック */

a.kairan-check {
  display: inline-block;
  line-height: 20px;
  vertical-align: 2px;
  font-size: 88%;
  font-weight: bold;
  text-decoration: none;
  color: #83abbc;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;
}

a.kairan-check:hover {
  color: #226699;
  border-color: #226699;
}

a.kairan-check .checked {
  color: #31738f;
}

a.kairan-check .fa-none {
  padding: 0 19px 0 0;
}

a.kairan-check i {
  padding: 0 0.3em;
  font-size: 13px;
  vertical-align: -1px;
}

.kairan-check i.fa-check-circle {
  color: #0b0;
}

a.kairan-check.on {
  color: #fff;
  background: #226699;
  border-color: #226699;
}

a.kairan-check.on i {
  color: #fff;
}

/* @end */

/* @group ニュース詳細 - 参照元URL */

#cmt_res_link {
  position: absolute;
  right: 0;
}

.org-url {
  position: relative;
  margin-bottom: 10px;
  padding: 8px 15px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #069;
  background-color: #f5ffff;
}

.org-url-list li {
  display: flex;
}

.org-url a {
  flex-grow: 1;
  width: 10px; /* 可変幅で ellipsis を効かせる */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.org-url.multi li:before {
  content: '\f0da';
  font-family: 'Fontawesome';
  display: inline-block;
  width: 10px;
  font-size: 12px;
}

.org-url.caution {
  border: 2px solid #fa0;
  background-color: #ffffee;
}

.org-url-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 28px;
  margin: auto 0;
  font-size: 28px;
  line-height: 1;
}

.org-url-right {
  margin-left: 40px;
}

.org-url-maximize {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 14px;
  margin: auto 0;
  line-height: 1;
  font-size: 14px;
}

.org-url-minimize{
  position: absolute;
  top: 22px;
  right: 15px;
  height: 14px;
  margin: auto 0;
  line-height: 1;
  font-size: 14px;
}

.fa-exclamation-triangle {
  color: #f60;
}

/* @group ニュース詳細 - 参照元URL */

/* @end */

/* @end */

/* @group ニュース詳細 - キュレーターの反応 */

.curater-res {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #acc;
}

.curater-res-title {
  padding: 10px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #466;
  background-color: #F7F9FB;
  vertical-align: middle;
}

.curater-res-toggle {
  margin-right: 5px;
  font-size: 20px;
  cursor: pointer;
  vertical-align: -2px;
}

.curater-res-item {
  position: relative;
  padding: 10px;
  border-top: 0;
}

.curater-res-meta {
  display: block;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.curater-res-item:before {
  z-index: -1;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'Fontawesome';
  font-size: 72px;
  line-height: 1;
}

.curater-res-item.cmt:before {
  top: 3px;
  content: '\f075';
  color: #e9f5f1;
}

.curater-res-item.quote:before {
  content: '\f10e';
  color: #e9f1f5;
}

.curater-res .curater-img {
  overflow: hidden;
}

.curater-res .curater-name {
  font-weight: bold;
  font-size: 16px;
}

.curater-res-date {
  margin-left: 5px;
  color: #688;
}

.curater-res-quote-title a {
  font-weight: bold;
  color: #06b;
}

.curater-res-quote-title a:visited {
  font-weight: bold;
  color: #40b;
}

.cmt .curater-res-kind {
  margin-right: 5px;
  padding: 0 3px;
  color: #7b2;
  border: 1px solid #7b2;
}

.curater-res-cmt .curater-res-kind,
.quote .curater-res-kind {
  margin-right: 5px;
  padding: 0 3px;
  color: #06b;
  border: 1px solid #06b;
}

.curater-res-cmt,
.curater-res-quote {
  padding: 0 5px 0;
  text-align: justify;
  font-size: 15px;
}

.curater-res-cmt-2 {
  display: none;
}

/* @group 詳細ページ用（dtl） */

.curater-cmt-item-dtl,
.curater-res-item-dtl {
  position: relative;
  padding: 10px;
  border-top: 1px solid #acc;
}

.curater-cmt-item-dtl:first-child,
.curater-res-item-dtl:first-child {
  border-top: 0;
}

.curater-cmt-item-dtl.cursorhand,
.curater-res-item-dtl.cursorhand {
  cursor: pointer;
}

.curater-cmt-item-dtl:before,
.curater-res-item-dtl:before {
  z-index: -1;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'Fontawesome';
  font-size: 72px;
  line-height: 1;
}

.curater-cmt-item-dtl.cmt:before,
.curater-res-item-dtl.cmt:before {
  top: 3px;
  content: '\f075';
  color: #e9f5f1;
}

.curater-cmt-item-dtl.quote:before,
.curater-res-item-dtl.quote:before {
  content: '\f10e';
  color: #e9f1f5;
}

.curater-cmt-item-dtl.henshin:before,
.curater-res-item-dtl.henshin:before {
  content: '\f112';
  color: #f5f5e9;
}

/* @end */

/* @end */

/* @group ニュース詳細 - フォーマットサンプル */

.news-sample-style {
  display: inline-block;
  padding: 1px 8px;
  color: #246;
  border: 1px solid #246;
}

/* @end */

/* @group 回覧アイコン */

span.kairan-icon {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  vertical-align: 2px;
  font-size: 96%;
  color: #fff;
  border: 1px solid #83abbc;
  border-radius: 20px;
  background: #83abbc;
}

span.kairan-icon i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: 2px;
}

/* @end */

/* @group 対応内容アイコン */

span.taiou-icon {
  display: inline-block;
  padding: 0 8px;
  line-height: 18px;
  vertical-align: top;
  font-size: 96%;
  color: #fff;
  border: 1px solid #83abbc;
  border-radius: 20px;
  background: #83abbc;
}

.topright-info {
  position:relative !important;
  float:right;
  bottom: 13px;
  margin-left:7px !important;
  color: #44599B;
  font-size: 93% !important;
}

/* @end */

/* @group オリジナル記事アイコン */

span.original-icon {
  margin-top: 3px;
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #a54f9f;
  border: 1px solid #a54f9f;
  background: #fff;
  border-radius: 20px;
}

span.original-icon i {
  padding-right: 1px;
  font-size: 13px;
  vertical-align: -1px;
}

/* @end */

/* @group URLコピーボタン、メールボタン、印刷ボタン */

a.copy-url,
a.mail,
a.print {
  padding: .3em;
  color: #85abbc;
  font-size: 20px;
  display: inline-block;
}

a.copy-url :hover,
a.mail :hover,
a.print :hover {
  color: #1a4f79;
}

a.copy-url:hover:after,
a.copy-url.tooltip-on:after,
a.mail:hover:after,
a.mail.tooltip-on:after,
a.print:hover:after,
a.print.tooltip-on:after {
  content: none;
}

/* @end */

/* @group 選択中キーワード */

.selected-keyword a,
.not-selected-keyword a {
  display: inline-block;
  padding: 3px 8px 3px 5px;
  font-size: 93%;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  color: #25566b;
  background: #d6e3e9;
  border-radius: 20px;
}

.not-selected-keyword a {
  font-weight: normal;
  background: none;
}

.selected-keyword i,
.not-selected-keyword i {
  display: inline-block;
  width: 15px;
  color: #31738f;
}

.not-selected-keyword i {
  color: #d6e3e9;
}

.selected-keyword a:hover,
.selected-keyword a:hover i,
.not-selected-keyword a:hover,
.not-selected-keyword a:hover i {
  color: #f00;
}

/* @end */

/* @group オリジナル記事作成関連 */

.list-buttons {
  margin: 1em 0;
}

/* @end */

/* @group テーマタグ（テーマタグボタンは必ず ul.thmetag 配下に置く） */

ul.themetag {
  display: flex;
  flex-wrap: wrap;
}

ul.themetag li {
  margin: 1px;
}

ul.themetag li a,
ul.themetag li button {
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #379;
  outline: 0;
  border: 0;
  border-radius: 20px;
  background: rgba(180, 208, 222, .4);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

ul.themetag li a:visited {
  text-decoration: none;
  color: #379;
}

ul.themetag li a:hover,
ul.themetag li button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #07b;
}

/* @end */

/* @end */

/* @group 全体レイアウト */

/* @group フレーム */

#container {
  z-index: 0;
  position: relative;
  min-width: 1200px;
}

body.news-detail #container {
  min-width: 0;
}

body.regulation-map #container,
body.regulation-additive #container {
  min-width: auto;
}

#main {
  position: relative;
}

#contents {
  box-sizing: border-box;
  overflow: hidden;
}

/* @end */

/* @group Newsサーチ */

body.news #contents {
  margin-left: 415px;
  margin-right: 20px;
  padding: 70px 0 0;
}

body.news.is-active-saved-condition-panel #contents {
  margin-right: 270px;
}

body.news.mini-sidebar #contents {
  margin-left: 250px;
}

/* @end */

/* @group InsightDB */

body.analysis #container {
  min-width: 1280px;
}

body.analysis #contents {
  margin-left: 215px;
  padding: 70px 20px 0;
}

body.analysis-top #contents {
  padding: 70px 0 0;
}

body.analysis.mini-sidebar #contents {
  margin-left: 50px;
}

body.analysis #linksearch-contents {
  padding: 30px 30px 0 30px;
}

/* @group サイドバーがないパターン */

body.analysis.no-sidebar #side {
  display: none;
}

body.analysis.no-sidebar #contents {
  margin-left: 0;
  padding: 70px 20px 0;
}

body.analysis-top.no-sidebar #contents {
  padding: 70px 0 0;
}

/* @end */

/* @end */

/* @group SNSサーチ */

body.sns #contents {
  margin-left: 215px;
  margin-right: 0;
  padding: 90px 20px 20px 20px;
}

body.sns.mini-sidebar #contents {
  margin-left: 50px;
}

/* @end */

/* @group Regulationサーチ */

body.regulation-additive #contents {
  position: fixed;
  left: 215px;
  top: 70px;
  width: calc(100% - 215px);
  height: calc(100% - 70px);
}

body.regulation-additive.mini-sidebar #contents {
  left: 50px;
  width: calc(100% - 50px);
}

body.regulation-map #contents {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  padding: 110px 20px 0 20px;
  margin-left: 215px;
}

body.regulation-map.mini-sidebar #contents {
  left: auto;
  width: auto;
  margin-left: 50px;
}

/* @end */

/* @group 管理画面 */

body.admin #contents {
  min-width: 1260px;
  margin-left: 230px;
  margin-right: 0;
  padding: 90px 20px 20px 20px;
  font-size:14px;
}

body.admin.mini-sidebar #contents {
  margin-left: 50px;
}

/* @end */

/* @end */

/* @group ヘッダ */

#site-header {
  z-index: 200;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-width: 1000px;
  height: 40px;
  box-shadow: 0 5px 0 rgba(0,0,0,.1);
  background: #fff;
}

/* @group ロゴ */

#site-header h1.logo {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  width: 52px;
  height: 30px;
  margin: 0;
  padding: 4px;
  text-align: center;
  border-right: 1px solid #ccc;
}

#site-header h1.logo img {
  width: 22px;
}

#site-header .company-logo {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -71px;
}

#site-header.index1.fixed #mainmenu li.user-logo a,
#site-header.index1 #mainmenu li.user-logo a {
  width: inherit;
  padding: 3px;
}

/* @end */

/* @group メインメニュー */

ul#mainmenu {
  position: absolute;
  left: 0;
  top: 0;
}

ul#mainmenu * {
  box-sizing: border-box;
}

.mainmenu-item {
  float: left;
}

.mainmenu-item.item-7 {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #DDE5EE;
}

a.mainmenu-a,
a.mainmenu-a:visited {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  color: #059;
}

a.mainmenu-a:hover {
  background-color: #f5f7f9;
}

.mainmenu-icon {
  float: left;
  display: block;
  width: 30px;
  font-size: 24px;
  line-height: 40px !important;
  text-align: center;
  vertical-align: middle;
}

.mainmenu-text {
  display: none;
  float: left;
  height: 40px;
  overflow: hidden;
  margin-left: 2px;
}

/* @group 項目カラー */

.mainmenu-item.item-1 a.mainmenu-a,
.mainmenu-item.item-1 a.mainmenu-a:visited {
  color: #29ADC2;
}

.mainmenu-item.item-2 a.mainmenu-a,
.mainmenu-item.item-2 a.mainmenu-a:visited {
  color: #0AE;
}

.mainmenu-item.item-3 a.mainmenu-a,
.mainmenu-item.item-3 a.mainmenu-a:visited {
  color: #4B5;
}

.mainmenu-item.item-4 a.mainmenu-a,
.mainmenu-item.item-4 a.mainmenu-a:visited {
  color: #74a;
}

.mainmenu-item.item-5 a.mainmenu-a,
.mainmenu-item.item-5 a.mainmenu-a:visited {
  color: #a11;
}

.mainmenu-item.item-6 a.mainmenu-a,
.mainmenu-item.item-6 a.mainmenu-a:visited {
  color: #578;
}

.mainmenu-item.item-7 a.mainmenu-a,
.mainmenu-item.item-7 a.mainmenu-a:visited {
  color: #059;
}

/* @end */

/* @group 選択中 */

.mainmenu-item.selected .mainmenu-text {
  display: inline;
}

.mainmenu-item.item-1.selected a.mainmenu-a,
.mainmenu-item.item-1.selected a.mainmenu-a:visited {
  width: auto;
  color: #fff;
  background-color: #3cc;
  background: -webkit-linear-gradient(top, #3cc, #2ab);
  background:    -moz-linear-gradient(top, #3cc, #2ab);
  background:     -ms-linear-gradient(top, #3cc, #2ab);
  background:         linear-gradient(top, #3cc, #2ab);
}

.mainmenu-item.item-2.selected a.mainmenu-a,
.mainmenu-item.item-2.selected a.mainmenu-a:visited {
  color: #fff;
  background-color: #0AE;
  background: -webkit-linear-gradient(top, #0AE, #08e);
  background:    -moz-linear-gradient(top, #0AE, #08e);
  background:     -ms-linear-gradient(top, #0AE, #08e);
  background:         linear-gradient(top, #0AE, #08e);
}

.mainmenu-item.item-3.selected a.mainmenu-a,
.mainmenu-item.item-3.selected a.mainmenu-a:visited {
  color: #fff;
  background-color: #4B5;
  background: -webkit-linear-gradient(top, #4B5, #3a4);
  background:    -moz-linear-gradient(top, #4B5, #3a4);
  background:     -ms-linear-gradient(top, #4B5, #3a4);
  background:         linear-gradient(top, #4B5, #3a4);
}

.mainmenu-item.item-4.selected a.mainmenu-a,
.mainmenu-item.item-4.selected a.mainmenu-a:visited {
  color: #fff;
  background-color: #74a;
  background: -webkit-linear-gradient(top, #74a, #639);
  background:    -moz-linear-gradient(top, #74a, #639);
  background:     -ms-linear-gradient(top, #74a, #639);
  background:         linear-gradient(top, #74a, #639);
}

.mainmenu-item.item-5.selected a.mainmenu-a,
.mainmenu-item.item-5.selected a.mainmenu-a:visited {
  color: #fff;
  background-color: #a11;
  background: -webkit-linear-gradient(top, #a11, #900);
  background:    -moz-linear-gradient(top, #a11, #900);
  background:     -ms-linear-gradient(top, #a11, #900);
  background:         linear-gradient(top, #a11, #900);
}

.mainmenu-item.item-6.selected a.mainmenu-a,
.mainmenu-item.item-6.selected a.mainmenu-a:visited {
  color: #fff;
  background-color: #79a;
  background: -webkit-linear-gradient(top, #79a, #689);
  background:    -moz-linear-gradient(top, #79a, #689);
  background:     -ms-linear-gradient(top, #79a, #689);
  background:         linear-gradient(top, #79a, #689);
}

.mainmenu-item.item-7.selected a.mainmenu-a,
.mainmenu-item.item-7.selected a.mainmenu-a:visited {
  color: #fff;
  background-color: #059;
  background: -webkit-linear-gradient(top, #059, #048);
  background:    -moz-linear-gradient(top, #059, #048);
  background:     -ms-linear-gradient(top, #059, #048);
  background:         linear-gradient(top, #059, #048);
}

/* @end */

/* @group 管理者メニューだけ別 */

ul#mainmenu-admin{
  position: absolute;
  left: 5px;
  top: 2px;
}

ul#mainmenu-admin li
{
  float: left;
}

ul#mainmenu-admin li a{
  font-size: 21px;
  height: 30px;
  padding-top: 8px;
  box-sizing: border-box;
  padding-right: 15px;
  text-decoration: none;
}

ul#mainmenu-admin li span{
  display:none;
}

ul#mainmenu-admin .fa {
  color: #bbb !important;
}

/* @group ホバー */

ul#mainmenu-admin .item1 .fa:hover,
ul#mainmenu-admin .item1.selected .fa {
  color: #3bc !important;
}

ul#mainmenu-admin .item2 .fa:hover,
ul#mainmenu-admin .item2.selected .fa {
  color: #2f537a !important;
}

ul#mainmenu-admin .item3 .fa:hover,
ul#mainmenu-admin .item3.selected .fa {
  color: #2f7164 !important;
}

ul#mainmenu-admin .item4 .fa:hover,
ul#mainmenu-admin .item4.selected .fa {
  color: #952029 !important;
}

ul#mainmenu-admin .item5 .fa:hover,
ul#mainmenu-admin .item5.selected .fa {
  color: #596F2A !important;
}

/* @end */

/* @group 選択中 */

ul#mainmenu-admin .item1.selected a {
  border-bottom-color: #3bc;
}

ul#mainmenu-admin .item2.selected a {
  border-bottom-color: #2f7164;
}

ul#mainmenu-admin .item3.selected a {
  border-bottom-color: #2f537a;
}

ul#mainmenu-admin .item4.selected a {
  border-bottom-color: #952029;
}

ul#mainmenu-admin .item5.selected a {
  border-bottom-color: #596F2A;
}

/* @end */

/* @end */

/* @end */

/* @group メインメニュー（サブメニュー） */

ul.mainmenu-sub {
  display: none;
  position: absolute;
  min-width: 180px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

ul.mainmenu-sub .label {
  display: block;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  cursor: default;
  border-radius: 0;
  background-color: #000;
}

.mainmenu-item.item-1 ul.mainmenu-sub .label {
  background-color: #2ab;
}

.mainmenu-item.item-2 ul.mainmenu-sub .label {
  background-color: #08e;
}

.mainmenu-item.item-3 ul.mainmenu-sub .label {
  background-color: #3a4;
}

.mainmenu-item.item-4 ul.mainmenu-sub .label {
  background-color: #639;
}

.mainmenu-item.item-5 ul.mainmenu-sub .label {
  background-color: #a11;
}

.mainmenu-item.item-6 ul.mainmenu-sub .label {
  background-color: #689;
}

.mainmenu-item.item-7 ul.mainmenu-sub .label {
  background-color: #048;
}

ul.mainmenu-sub a,
ul.mainmenu-sub a:visited {
  position: relative;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #31738f;
  border-top: 1px solid #e1e9ef;
  background-color: #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

ul.mainmenu-sub li:last-child a {
  border-radius: 0 0 3px 3px;
}

ul.mainmenu-sub li.separator a {
  border-top-color: #a1a9af;
}

.mainmenu-item.item-1 ul.mainmenu-sub a {
  color: #289;
}

.mainmenu-item.item-2 ul.mainmenu-sub a {
  color: #08c;
}

.mainmenu-item.item-3 ul.mainmenu-sub a {
  color: #384;
}

.mainmenu-item.item-4 ul.mainmenu-sub a {
  color: #639;
}

.mainmenu-item.item-5 ul.mainmenu-sub a {
  color: #a11;
}

.mainmenu-item.item-6 ul.mainmenu-sub a {
  color: #467;
}

.mainmenu-item.item-7 ul.mainmenu-sub a {
  color: #059;
}

ul.mainmenu-sub a:hover {
  color: #fff !important;
}

.mainmenu-item.item-1 ul.mainmenu-sub a:hover {
  background-color: #2ab;
}

.mainmenu-item.item-2 ul.mainmenu-sub a:hover {
  background-color: #08e;
}

.mainmenu-item.item-3 ul.mainmenu-sub a:hover {
  background-color: #3a4;
}

.mainmenu-item.item-4 ul.mainmenu-sub a:hover {
  background-color: #639;
}

.mainmenu-item.item-5 ul.mainmenu-sub a:hover {
  background-color: #a11;
}

.mainmenu-item.item-6 ul.mainmenu-sub a:hover {
  background-color: #689;
}

.mainmenu-item.item-7 ul.mainmenu-sub a:hover {
  background-color: #048;
}

/* @end */

/* @group フォントサイズ */

section.font-size {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 22px;
  overflow: hidden;
}

section.font-size .label {
  display: table-cell;
  float: left;
  padding-right: 10px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  color: #83abbc;
}

section.font-size a {
  display: table-cell;
  float: left;
  width: 35px;
  margin-left: -1px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #44599B !important;
  border: 1px solid #adc7d2;
  border-top: none;
  background: #fff;
}

section.font-size a.size-1 {
  border-radius: 0 0 0 3px;
}

section.font-size a.size-3 {
  border-radius: 0 0 3px 0;
}

section.font-size a:hover {
  color: #f00 !important;
}

section.font-size a.selected {
  color: #f000 !important;
  background: #f7f9fb;
}

/* @end */

/* @group Algolynxについて */

section.about {
  position: absolute;
  right: 10px;
  top: 0;
}

section.about a {
  display: block;
  padding: 0 15px;
  line-height: 22px;
  font-size: 12px;
  color: #fff !important;
  border-radius: 0 0 5px 5px;
  background: #83abbc;
}

section.about a:hover {
  background: #adc7d2;
}

section.about .product-name {
  font-weight: bold;
}

/* @end */

/* @group 管理メニュー */

/* @group ボタン */

.admin-menu {
  position: relative;
  font-feature-settings: 'palt';
}

.admin-menu button.btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  font-size: 22px;
  color: #059;
  outline: 0;
  border-radius: 0;
  border: 0;
  background: none;
}

.admin-menu button.btn:hover {
  background-color: #f3f5f7;
}

.admin-menu button.btn:active,
.admin-menu button.btn.active {
  color: #fff;
  background: #059;
  outline: 0;
  box-shadow: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

/* @end */

/* @group メニュー */

.admin-menu-sub {
  position: absolute;
  display: none;
  top: 40px;
  right:0;
  min-width: 300px;
  max-width: 500px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
  border-radius: 0 0 3px 3px;
  background: #fff;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.admin-menu-sub > li {
  border-top: 1px solid rgba(0, 85, 153, .2);
}

.admin-menu-sub > li.separator {
  border-top-color: rgba(0, 85, 153, .6)
}

.admin-menu-sub a,
.admin-menu-sub a:visited {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  color: #059;
  background-color: #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.admin-menu-sub a:hover {
  color: #fff;
  background-color: #059;
}

.admin-menu-sub > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

/* @end */

/* @end */

/* @group 通知メニュー */

/* @group ボタン */

.notification-menu {
  position: relative;
  font-feature-settings: 'palt';
}

.notification-menu button.btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  font-size: 22px;
  color: #059;
  outline: 0;
  border-radius: 0;
  border: 0;
  background: none;
}

.notification-menu button.btn:hover {
  background-color: #f3f5f7;
}

.notification-menu button.btn:active,
.notification-menu button.btn.active {
  color: #fff;
  background: #059;
  outline: 0;
  box-shadow: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

/* @end */

/* @group ボタンのバッジ */

.notification-menu button.btn ._badge {
  position: absolute;
  right: 0;
  top: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  background-color: #f00;
}

/* @end */

/* @group メニュー */

/* @group フレーム */

.notification-menu-sub {
  position: absolute;
  display: none;
  top: 40px;
  right:0;
  width: 450px;
  overflow-y: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
  border-radius: 0 0 3px 3px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

/* @end */

/* @group ヘッダ */

.notification-menu-sub > header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  color: #fff;
  padding: 0 10px;
  background-color: #789;
}

.notification-menu-sub > header h1 {
  font-size: 14px;
  font-weight: bold;
}

.notification-menu-sub > header button {
  font-size: 13px;
  border: none;
  background: none;
}

.notification-menu-sub > header button:hover {
  color: #fff;
  text-decoration: underline;
}

/* @end */

/* @group リスト */

.notification-menu-sub > ul {
  max-height: 85dvh;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.notification-menu-sub > ul::-webkit-scrollbar {
  width: 6px;
}

.notification-menu-sub > ul::-webkit-scrollbar-track {
  background-color: #D8E8EF;
  border-radius: 6px;
}

.notification-menu-sub > ul::-webkit-scrollbar-track:hover {
  background-color: #d0e1e7;
}

.notification-menu-sub > ul::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #BBCDE0;
}

.notification-menu-sub > ul::-webkit-scrollbar-thumb:hover {
  background-color: #94ACC4;
}

/* @end */

/* @group アイテム */

.notification-menu-sub > ul > li:not(:first-child) {
  border-top: 1px solid rgba(0, 85, 153, .2);
}

.notification-menu-sub > ul a,
.notification-menu-sub > ul a:visited {
  position: relative;
  display: block;
  padding: 10px 10px 10px 80px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  color: #059;
  background-color: #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.notification-menu-sub > ul a:hover {
  background-color: #f1f5f9;
}

/* @end */

/* @group 記事タイトル、説明文、日付、画像 */

.notification-menu-sub > ul ._title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.notification-menu-sub > ul ._desc {
  display: block;
  font-size: 13px;
  color: #345;
}

.notification-menu-sub > ul ._date {
  display: block;
  font-size: 13px;
  color: #89a;
}

.notification-menu-sub > ul img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

/* @end */

/* @end */

/* @end */

/* @group サポートメニュー */

/* @group ボタン */

.support-menu {
  position: relative;
  font-feature-settings: 'palt';
}

.support-menu button.btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  font-size: 22px;
  color: #059;
  outline: 0;
  border-radius: 0;
  border: 0;
  background: none;
}

.support-menu button.btn:hover {
  background-color: #f3f5f7;
}

.support-menu button.btn:active,
.support-menu button.btn.active {
  color: #fff;
  background: #059;
  outline: 0;
  box-shadow: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

/* @end */

/* @group メニュー */

.support-menu-sub {
  position: absolute;
  display: none;
  top: 40px;
  right:0;
  min-width: 300px;
  max-width: 500px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
  border-radius: 0 0 3px 3px;
  background: #fff;
}

.support-menu-sub > li {
  border-top: 1px solid rgba(0, 85, 153, .2);
}

.support-menu-sub > li.separator {
  border-top-color: rgba(0, 85, 153, .6)
}

.support-menu-sub > li > .label {
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #059;
  cursor: default;
  background-color: #fff;
}

.support-menu-sub > li > ul > li > .admin {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  cursor: default;
  background-color: #fff;
}

.support-menu-sub > li > ul > li > .mail {
  padding-left: 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  color: #059;
  cursor: default;
  background-color: #fff;
}

.support-menu-sub a,
.support-menu-sub a:visited {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #059;
  background-color: #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.support-menu-sub a:hover {
  color: #fff;
  background-color: #059;
}

.support-menu-sub > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

/* @group 入れ子部分 */

.support-menu-sub ul.child {
  margin-left: 34px;
}

.support-menu-sub ul.child > li {
  border-top: 1px solid rgba(0, 85, 153, .2);
}

.support-menu-sub ul.child a,
.support-menu-sub ul.child a:visited {
  padding-left: 5px;
}

.support-menu-sub ul.child a.selected:before,
.support-menu-sub ul.child a.selected:hover:before {
  content: '\f058';
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
  font-family: 'Fontawesome';
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #059;
}

/* @end */

/* @end */

/* @end */

/* @group アカウントメニュー */

.account-menu {
}

/* @group ボタン */

.account-menu {
  font-feature-settings: 'palt';
}

.account-menu button.btn {
  height: 40px;
  padding: 0 4px 0 15px;
  outline: 0;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #eee;
  background: none;
}

.account-menu button.btn:hover {
  background-color: #f3f5f7;
}

.account-menu button.btn .name {
display: block;
  float: left;
  margin-right: 10px;
  font-size: 13px;
line-height: 40px;
  color: #059;
}

.account-menu button.btn:active,
.account-menu button.btn.active {
  color: #fff;
  background: #059;
  outline: 0;
  box-shadow: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
}

.account-menu button.btn:active .name,
.account-menu button.btn.active .name {
  color: #fff;
}

.account-menu button.btn .fa {
  padding-left: 8px !important;
  font-size: 16px;
}

.account-menu button.btn .icon {
  position: relative;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, .5);
}

.account-menu button.btn .icon i {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 22px;
  line-height: 28px;
  vertical-align: middle;
  color: #fff;
  background-color: #059;
}

/* @end */

/* @group メニュー */

.account-menu-sub {
  position: absolute;
  display: none;
  top: 40px;
  right:0;
  min-width: 300px;
  max-width: 500px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
  border-radius: 0 0 3px 3px;
  background: #fff;
}

.account-menu-sub > li {
  border-top: 1px solid rgba(0, 85, 153, .2);
}

.account-menu-sub > li.separator {
  border-top-color: rgba(0, 85, 153, .6)
}

.account-menu-sub > li > .label {
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #059;
  cursor: default;
  background-color: #fff;
}

.account-menu-sub a,
.account-menu-sub a:visited {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #059;
  background-color: #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.account-menu-sub a:hover {
  color: #fff;
  background-color: #059;
}

.account-menu-sub > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

/* @group 入れ子部分 */

.account-menu-sub ul.child {
  margin-left: 34px;
}

.account-menu-sub ul.child > li {
  border-top: 1px solid rgba(0, 85, 153, .2);
}

.account-menu-sub ul.child a,
.account-menu-sub ul.child a:visited {
  padding-left: 5px;
}

.account-menu-sub ul.child a.selected:before,
.account-menu-sub ul.child a.selected:hover:before {
  content: '\f058';
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
  font-family: 'Fontawesome';
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #059;
}

/* @end */

/* @end */

/* @end */

/* @group 固定表示 */

#site-header.fixed {
  position: fixed;
  top: -40px;
  height: 40px;
  background: #fff;
}

#site-header.fixed .font-size,
#site-header.fixed .about {
  display: none;
}

#site-header.fixed h1.logo {
  margin-left: 35px;
  margin-top: 7px;
}

#site-header.fixed #account-menu {
  top: 5px;
}

#site-header.fixed div.toggle-menu {
  top: 9px;
}

#site-header.fixed div.toggle-menu i {
  padding: 3px 4px;
  font-size: 14px;
  border-radius: 0 2px 2px 0;
}

#site-header.fixed div.toggle-menu a span.label {
  display: none;
}

/* @end */

/* @group 固定表示（一時的に全部） */

#site-header,
#site-header.fixed {
  position: fixed;
  top: 0px;
  box-shadow: 0 0 0 rgba(0,0,0,.1);
  border-bottom: 0;
}

#site-header.fixed .font-size,
#site-header.fixed .about,
#site-header .font-size,
#site-header .about {
  display: none;
}

#site-header.fixed h1.logo,
#site-header h1.logo {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  margin-top: 1px;
}

#site-header.fixed #account-menu,
#site-header #account-menu {
  top: 12px;
  font-size: 12px;
}

#site-header.fixed #account-menu img,
#site-header #account-menu img {
  position: absolute;
  top: -3px;
  right: -8px;
}

#site-header.fixed #account-menu i.fa,
#site-header #account-menu i.fa {
  font-size: 16px;
}

#site-header.fixed div.toggle-menu,
#site-header div.toggle-menu {
  display: none;
}

#site-header.fixed div.toggle-menu i,
#site-header div.toggle-menu i {
  padding: 3px 4px;
  font-size: 14px;
  border-radius: 0 2px 2px 0;
}

#site-header.fixed div.toggle-menu a span.label,
#site-header div.toggle-menu a span.label {
  display: none;
}

/* @end */

/* @end */

/* @group BizSphereヘッダ */

/* @group フレーム */

#db-header,
#bs-header,
#sns-header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 40px;
  width: 100%;
  height: 30px;
  min-width: 1000px;
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

#db-header:after,
#bs-header:after,
#sns-header:after {
  content: '';
  display: block;
  clear: both;
}

#bs-header.relative-top {
  position: relative;
  top:0;
}

/* @end */

/* @group タイトル */

.db-header-title,
.bs-header-title,
.sns-header-title {
  float: left;
  position: relative;
  margin-left: 50px;
  line-height: 30px;
  color: #ccc;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

body.news .bs-header-title-ns,
body.themetag .bs-header-title-ns {
  color: #0ae;
}

body.db .db-header-title {
  margin-left: 20px;
}

body.db .db-header-title-ns {
  color: #3cc;
}

body.sns .sns-header-title-ns {
  color: #4b5;
}

body.analysis .bs-header-title-ns {
  color: #a5f;
}

body.action-db .bs-header-title-ns {
  color: #0ae;
}

body.regulation .bs-header-title-ns {
  color: #d33;
}

body.admin .bs-header-title-ns {
  color: #69a;
}

body.sns .sns-header-title-sub,
body.analysis .bs-header-title-sub,
body.regulation .bs-header-title-sub,
body.db .bs-header-title-sub,
body.news .bs-header-title-sub,
body.action-db .bs-header-title-sub,
body.themetag .bs-header-title-sub {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  vertical-align: 2px;
  color: #fff;
}

body.sns .sns-header-title-sub:before,
body.analysis .bs-header-title-sub:before,
body.regulation .bs-header-title-sub:before,
body.db .bs-header-title-sub:before,
body.action-db .bs-header-title-sub:before,
body.news .bs-header-title-sub:before {
  content: '\f0da';
  margin: 0 10px;
  font-family: 'Fontawesome';
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #999;
}

body.news .bs-header-charge-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  vertical-align: 2px;
  color: #0ae;
  padding-left: 10px;
}

body.news .bs-header-charge-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  vertical-align: 2px;
  color: #fff;
}

/* @end */

/* @group メニュー切替ボタン */

.toggle-sidebar {
  position: absolute;
  display: block;
  left: 0px;
  top: 0;
  width: 50px;
  height: 30px;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  color: rgba(255, 255, 255, .5);
  cursor: pointer;
}

body.db .toggle-sidebar {
  display: none;
  color: #3cc;
}

body.news .toggle-sidebar {
  color: #0ae;
}

body.sns .toggle-sidebar {
  color: #4b5;
}

body.analysis .toggle-sidebar {
  color: #a5f;
  cursor: pointer;
}

body.analysis.no-sidebar .toggle-sidebar {
  color: #666;
  cursor: not-allowed;
}

body.regulation .toggle-sidebar {
  color: #a11;
}

body.admin .toggle-sidebar {
  color: #69a;
}

body.db .toggle-sidebar.off,
body.news .toggle-sidebar.off,
body.sns .toggle-sidebar.off,
body.analysis .toggle-sidebar.off,
body.regulation .toggle-sidebar.off,
body.admin .toggle-sidebar.off {
  color: rgba(255, 255, 255, .5);
}

.toggle-sidebar:hover {
  opacity: .8;
}

/* @end */

/* @group その他のUI */

.bs-header-view-close {
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 30px;
}

.bs-header-view-close a {
  color: #DFDFDF;
}

/* @end */

/* @end */

/* @group ページの先頭へ */

#pagetop {
  z-index: 300;
  position: fixed;
  left: 50%;
  bottom: -60px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  opacity: .5;
  outline: 0;
  border-radius: 100%;
  border: 0;
  background: #689;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

#pagetop:hover {
  opacity: 1;
}

#pagetop.visible {
  bottom: 20px;
}

body.db #pagetop {
  background: #289;
}

body.news #pagetop {
  background: #059;
}

body.sns #pagetop {
  background: #243;
}

body.analysis #pagetop {
  background: #639;
}

body.regulation #pagetop {
  background: #a11;
}

/* @end */

/* @group フッタ */

#container > footer {
  position: relative;
  padding: 20px 0;
  color: #abc;
  text-align: center;
}

/* @end */

/* @group 左メニュー */

/* @group フレーム */

#side {
  z-index: 50;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 70px;
  width: 215px;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  background-color: #135;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
}

#side * {
  box-sizing: border-box;
}

body.db #side {
  display: none;
  background-color: #289;
}

body.news #side {
  background-color: #135;
}

body.sns #side {
  background-color: #243;
}

body.analysis #side {
  background-color: #325;
}

body.regulation #side {
  background-color: #600;
}

body.admin #side {
  background-color: #344;
}

/* @end */

/* @group 通常時 */

.side-menu {
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.side-menu.menu-1 {
  border-top: 0;
}

.side-menu li {
  position: relative;
}

.side-menu a,
.side-menu a:visited {
  position: relative;
  display: flex;
  align-items: center;
  width: 215px;
  padding: 20px 0;
  min-height: 50px;
  text-decoration: none;
}

.admin .side-menu a,
.admin .side-menu a:visited {
  padding: 0 0 !important;
}

.side-menu a:hover {
  background: rgba(255, 255, 255, .1);
}

.side-menu-text {
  width: calc(100% - 50px);
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
}

.side-menu i {
  width: 50px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, .8) !important;
}

.side-menu i.icons8-ag-symbol {
  font-size: 26px;
}

/* @end */

/* @group サブメニューの親項目 */

.side-menu .has-submenu > a:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
  content: '\f0da';
  font-family: 'Fontawesome';
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

.side-menu .has-submenu.is-open > a:after {
  content: '\f0d7';
}

.side-menu .has-submenu > a .side-menu-text {
  padding-right: 20px;
}

/* @end */

/* @group サブメニューの中身 */

.side-menu-sub {
  display: none;
  margin-bottom: 15px;
}

.side-menu-sub a {
  display: block;
  min-height: 40px;
  padding: 5px 0;
  padding-left: 50px;
}

.side-menu-sub i {
  display: none;
  font-size: 14px;
}

.side-menu-sub .side-menu-text {
  color: rgba(255, 255, 255, .8);
}

/* @end */

/* @group 選択中 */

body.db .side-menu .selected {
  background-color: #5bc;
}

body.news .side-menu .selected {
  background-color: #0069b5;
}

body.sns .side-menu .selected {
  background-color: #495;
}

body.analysis .side-menu .selected {
  background-color: #649;
}

body.regulation .side-menu .selected {
  background-color: #a11;
}

body.admin .side-menu .selected {
  background-color: #689;
}

.side-menu .selected .side-menu-text,
.side-menu > .selected > a > .side-menu-text,
.side-menu-sub .selected .side-menu-text {
  font-weight: bold;
  color: #fff;
}

.side-menu .selected i {
  color: #fff;
}

/* @end */

/* @group ミニ */

body.mini-sidebar #side {
  width: 50px;
  box-shadow: none;
}

body.mini-sidebar .has-submenu.is-open {
  outline: 1px solid rgba(255, 255, 255, .3);
}

/* @end */

/* @group ホバー時は「body.mini-sidebar」でも展開する */

body.mini-sidebar #side.hover {
  width: 215px;
}

/* @end */

/* @group ツールチップ */

.side-menu-tip {
  z-index: 999;
  display: none;
  position: absolute;
  top: 10px;
  left: 60px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
  border-radius : 5px;
  background-color: rgba(0, 0, 0, .85);
}

.side-menu-tip:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: -20px;
  top: 10px;
  width: 20px;
  height: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
  border: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, .85);
}

/* @end */

/* @end */

/* @group ドリルダウン検索 */

/* @group フレーム */

#drilldown {
  z-index: 40;
  position: fixed;
  box-sizing: border-box;
  left: 215px;
  top: 70px;
  width: 180px;
  padding-top: 100px;
  border-right: 1px solid #9ebbc8;
  background-color: #f7f9fb;
  transition: left .2s linear
}

body.mini-sidebar #drilldown {
  left: 50px;
}

#drilldown * {
  box-sizing: border-box;
}

/* @end */

/* @group 上部 */

.drilldown-header {
  position: fixed;
  z-index: 10;
  top: 70px;
  width: 180px;
  padding: 5px;
  text-align: center;
  box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
  border-right: 1px solid #ADC7D2;
  border-bottom: 1px solid #ADC7D2;
  background-color: #fff;
}

.btn-primary.drilldown-submit {
  padding: 0;
  width: 100%;
  font-size: 13px;
  background-color: #059;
}

body.analysis .btn-primary {
  border-color: #b9c;
  background-color: #639;
}

body.regulation .btn-primary {
  border-color: #a11;
  background-color: #a11;
}

.btn-primary.input-sm.drilldown-submit:hover {
  opacity: .8;
}

/* @group 条件保存ボタン、条件クリアボタン */

.drilldown-header-bottom {
  padding-top: 5px;
}

.drilldown-save-condition,
.drilldown-all-clear {
  font-size: 12px;
  line-height: 1;
  color: #059;
  outline: 0;
  border: none;
  background-color: transparent;
}

.drilldown-save-condition:disabled,
.drilldown-save-condition:disabled:hover,
.drilldown-all-clear:disabled,
.drilldown-all-clear:disabled:hover {
  opacity: .3;
  color: #059;
}

.drilldown-all-clear {
  margin-left: 5px;
}

/* @end */

/* @group 保存条件を表示 */

.drilldown-open-saved-condition {
  width: auto;
  height: 28px;
  margin-top: 4px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1;
  color: #059;
  outline: 0;
  border: 0;
  border: 1px solid #DDE5EE;
  border-radius: 28px;
  background-color: #f2f5f9;
}

.drilldown-open-saved-condition:hover {
  opacity: 1;
  color: #059;
}

.drilldown-open-saved-condition span._show {
  display: inline;
}

.drilldown-open-saved-condition span._hide {
  display: none;
}

body.is-active-saved-condition-panel .drilldown-open-saved-condition span._show {
  display: none;
}

body.is-active-saved-condition-panel .drilldown-open-saved-condition span._hide {
  display: inline;
}

/* @end */

/* @group 条件設定ありのとき */

#drilldown.has-conditions .drilldown-header {
  background-color: #FFF7DE;
}

/* @end */

/* @end */

/* @group タイトルバー */

.drilldown-section-title-bar {
  position: relative;
  cursor: default;
  border-top: 1px solid rgba(0, 85, 153, .2);
  border-bottom: 1px solid rgba(0, 85, 153, .2);
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #f1f5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #f1f5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #f1f5f9, #e1e9ef);
  background:         linear-gradient(top, #f1f5f9, #e1e9ef);
}

.drilldown-section-title {
  margin: 0 5px;
  padding: .5em 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #059;
}

.drilldown-section-addtext {
  display: none;
}

.drilldown-section .drilldown-section-title:before {
  content: '\f0da';
  display: inline-block;
  width: 15px;
  font-family: 'Fontawesome';
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
}

.drilldown-section.open .drilldown-section-title:before {
  content: '\f0da';
}

/* @end */

/* @group タイトルバーのクリア */

a.drilldown-section-clear,
a.drilldown-section-clear:visited {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  padding-right: 5px;
  font-size: 11px;
  font-weight: normal;
  line-height: 32px;
  text-decoration: none;
  cursor: pointer;
  color: #059;
}

.drilldown-section-title-bar:hover a.drilldown-section-clear {
  display: inline-block;
}

a.drilldown-section-clear:hover {
  color: #f60;
  text-decoration: none;
}

a.drilldown-section-clear:after {
  content: '\f057';
  padding-left: 4px;
  font-family: 'Fontawesome';
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

/* @end */

/* @group セクションの中身のフレーム */

.drilldown-content {
  position: relative;
  background-color: #fff;
}

.drilldown-section.open .drilldown-content {
  display: block;
}

.drilldown-selectiton {
  padding: 10px;
}

.drilldown-section.open .drilldown-selectiton {
  display: none;
  border-bottom: 1px solid #bcd;
}

/* @end */

/* @group 項目ラベル */

.drilldown-sub-list-title {
  display: none;
}

.drilldown-content label {
  display: block;
  margin: 0;
  padding: 6px 4px 4px 27px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  border-bottom: 1px solid rgba(187, 204, 221, .5);
}

.drilldown-content label:hover {
  color: #036;
  background: rgba(0, 85, 153, .1);
}

label.drilldown-label.selected {
  font-weight: bold;
  color: #f60;
  background: rgba(255, 200, 0, .15);
}

/* @end */

/* @group 全て表示 */

a.drilldown-more,
a.drilldown-more:visited {
  display: block;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

a.drilldown-more:hover {
  color: #036;
  background: rgba(0, 85, 153, .1);
}

/* @end */

/* @group チェックボックス、ラジオボタン */

.drilldown-list .drilldown-cb,
.drilldown-list .drilldown-rb {
  position: absolute;
  left: 10px;
}

/* @end */

/* @group テキストフィールド */

.drilldown-textarea-wrapper {
  padding: 5px;
}

.drilldown-issuedate,
.drilldown-score {
  text-align: center;
  padding: 0;
}

.drilldown-content input.form-control[type=text] {
  border-color: #bcd;
}

.drilldown-content .input-group-addon {
  padding: 0 3px;
  font-size: 10px;
  border-color: #bcd;
  border-left: 0;
  border-right: 0;
  background-color: #e5e9ef;
}

/* @end */

/* @end */

/* @group ニュース一覧のタイトルエリア */

.news-list-title {
  margin: 20px 0 0;
  padding: 0 10px 5px;
  overflow: hidden;
}

.news-list-title h1 {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  font-size: 153.9%;
  font-weight: bold;
  color: #4c7291;
}

.news-list-title i.fa {
  margin-right: 10px;
}

.news-kind-1 .news-list-title {
  border-bottom: 1px solid #438078;
}

.news-kind-1 .news-list-title h1 {
  color: #438078;
}

.news-kind-2 .news-list-title h1 {
  color: #a19853;
}

.news-kind-3 .news-list-title h1 {
  color: #b84f4f;
}

.news-kind-4 .news-list-title h1 {
  color: #704d63;
}

/* @end */

/* @group 検索フォーム */

/* @group フレーム */

.search-condition {
  box-sizing: border-box;
  max-width: 1000px;
  padding: 10px 0;
}

.search-condition * {
  box-sizing: border-box;
}

.search-form {
  display: table;
  width: 100%;
  height: 36px;
}

.bs-header-sort,
.bs-header-numrows,
.bs-header-view-switch,
.bs-header-print,
.bs-header-option,
.bs-header-analysis-sort,
.bs-header-download,
.search-form .search-text-button {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bs-header-sort {
  width: 140px;
  padding-left: 10px;
}

.bs-header-numrows {
  width: 100px;
  padding-left: 10px;
}

body.analysis .bs-header-sort {
  width: 140px;
  padding-left: 10px;
}

.bs-header-view-switch {
  width: 74px;
  padding-left: 10px;
}

.bs-header-print {
  width: 50px;
  padding-left: 10px;
}

.bs-header-option {
  width: 50px;
  padding-left: 10px;
}

.bs-header-download {
  width: 50px;
  padding-left: 10px;
}

/* @end */

/* @group 検索フィールド */

.search-form .search-text-button {
  position: relative;
  height: 36px;
  overflow: hidden;
  border-radius: 5px;
}

body.analysis .search-form .search-text-button {
  border: 1px solid #b9c;
}

.search-form .query-text {
  display: block;
  float: left;
  width: 100%;
  height:36px;
  padding: 10px 30px 10px 120px;
  font-size: 16px;
  font-weight: bold;
  color: #256;
  outline: none;
  border: none;
  background-color: #fff;
}

body.analysis .search-form .query-text {
  color: #436;
}

.search-form .query-text:focus {
  background-color: #fffff1;
}

.search-form .query-text::-ms-clear {
  display: none;
}

/* @group 添付も検索 */

.search-form .attach-button {
  display: block;
  position: absolute;
  width: 110px;
  font-size: 12px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  color: #25566b;
  border-right: 1px solid #9EBFD9;
  background-color: #f1f5f9;
}

.search-form .attach-button input[type=checkbox] {
  margin-right: 3px;
}

/* @end */

/* @group 検索ボタン */

.search-form .search-button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  border: none;
  border-left: 1px solid #9ebfd9;
  border-radius: 0 2px 2px 0;
  background: #f7f9fb;
}

body.analysis .search-form .search-button {
  border-left-color: #b9c;
  background: #EFEAF5;
}

.search-button {
  color: #85abbc;
}

body.analysis .search-button {
  color: #639;
}

.search-button:hover {
  color: #256;
}

body.analysis .search-button:hover {
  color: #8F6AB4;
}

/* @end */

/* @group クリア */

.search-form .clear-button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 30px;
  line-height: 36px;
  text-align: center;
  border: none;
}

.clear-button {
  color: #85abbc;
}

body.analysis .clear-button {
  color: #639;
}

.clear-button:hover {
  color: #256;
}

body.analysis .clear-button:hover {
  color: #8F6AB4;
}

.search-form .clear-text {
  display: block;
  float: left;
  line-height: 36px;
  margin-left: 15px;
}

.search-form .clear-text i {
  vertical-align: bottom;
}

.search-form .clear-text i span {
  font-family: Helvetica, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* @end */

/* @end */

/* @group 期間選択 */

.select-datespan {
  width: 200px;
  margin-left: 10px;
  border-radius: 3px;
  border: 1px solid #9ebfd9;
}

.select-datespan .input-group-addon {
  border: 0;
  background-color: transparent;
}

.select-datespan input.from,
.select-datespan input.to {
  height: 36px;
  text-align: center;
  box-shadow: none;
  border: 0;
  background-color: transparent;
}

/* @end */

/* @group ソートと1ページあたり件数 */

.bs-header-numrows,
.bs-header-sort {
  position: relative;
}

.bs-header-numrows select.numrows,
.bs-header-sort select.sort {
  width: 80%;
  height: 29px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #9bd;
  background: #fff;
}

body.analysis .bs-header-numrows select.numrows,
body.analysis .bs-header-sort select.sort {
  color: #639;
  border-color: #b9c;
}

body.analysis .bs-header-numrows select.numrows,
body.analysis .bs-header-sort select.sort {
  width: 100%;
}

.bs-header-numrows select.numrows:hover,
.bs-header-sort select.sort:hover {
  border-color: #589;
}

.bs-header-numrows select.numrows:focus,
.bs-header-sort select.sort:focus {
  border: 1px solid #256;
}

.bs-header-numrows select.numrows::-ms-expand,
.bs-header-sort select.sort::-ms-expand {
  border: 0;
  background: none;
}

/* @end */

/* @group 一覧の表示切替ボタン */

.bs-header-view-switch .view-switch {
  float: none;
  display: inline;
  overflow: hidden;
}

.bs-header-view-switch .view-switch a,
.bs-header-view-switch .view-switch a:visited {
  float: left;
  display: block;
  width: 50%;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #059;
  border: 1px solid #9ebfd9;
  background-color: #fff;
}

.bs-header-view-switch .view-switch a:hover {
  border-color: #589;
}

.view-switch a.detail,
.view-switch a.detail:visited {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}

.view-switch a.simple,
.view-switch a.simple:visited {
  border-radius: 0 3px 3px 0;
}

.view-switch a.selected,
.view-switch a.selected:visited {
  color: #fff;
  border-color: #059;
  background-color: #059;
}

/* @end */

/* @group 印刷ボタン */

.bs-header-print a.btn-print,
.bs-header-print a.btn-print:visited {
  display: block;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #256;
  border-radius: 3px;
  border: 1px solid #9ebfd9;
  background-color: #fff;
}

.bs-header-print a.btn-print:hover {
  border-color: #589;
}

/* @end */

/* @group 選択中のタグ */

.multiple-selection {
  font-size: 93%;
}

.multiple-selection .label {
  margin-right: .5em;
  color: #83abbc;
}

.multiple-selection .value {
  font-weight: bold;
  color: #132b36;
}

/* @end */

/* @end */

/* @group （未使用？） */

/* @group セレクトボタン */

.search-form .select-button {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-right: 5px;
  padding: 2px 15px 0;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #25566b;
  border: 1px solid #9ebfd9;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #fff, #e5edf5);
  background:    -moz-linear-gradient(top, #fff, #e5edf5);
  background:     -ms-linear-gradient(top, #fff, #e5edf5);
  background:         linear-gradient(top, #fff, #e5edf5);
}

.search-form .select-button:hover {
  color: #000;
  border: 1px solid #f00;
}

.search-form .select-button i {
  margin-left: 5px;
}

.search-form .select-list {
  display: none;
}

/* @end */

/* @group ニュース一覧の上の領域 */

.list-function {
  margin-top: 1em;
  overflow: hidden;
  font-size: 93%;
}

.list-function a {
  outline: none;
}

.list-control {
  float: right;
  width: 50px;
  text-align: right;
  height:40px;
  line-height: 46px;
}

.list-control div {
  display: inline;
}

.list-control div.share {
  margin-left: 15px;
}

.filter-sort {
  float: left;
  width: 700px;
}

.filter-sort {
  color: #83abbc;
}

.filter-sort .filter,
.filter-sort .sort {
  display: inline;
}

.filter-sort .filter {
  display: inline;
  margin-right: 20px;
}

/* @end */

/* @end */

/* @group 選択中キーワード */

.selected-keyword-list {
  overflow: hidden;
}

.selected-keyword-list li {
  float: left;
  margin: 3px 3px 3px 0;
}

/* @end */

/* @group キーワードパレット */

.keyword-palette {
  box-sizing: border-box;
  margin-top:10px;
  padding: 10px;
  border: 1px solid #adc7d2;
  border-radius: 5px;
  background: #f7f9fb;
}

.keyword-palette h1 {
  margin: 0 0 .5em !important;
  font-size: 14px;
  font-weight: bold;
  color: #132b36;
}

.keyword-palette h1 i {
  margin-right: 4px;
}

.keyword-palette li {
  margin: .5em 0;
}

.keyword-palette li .selected-keyword {
  display: inline-block;
}

.keyword-palette .view-all {
  font-size: 93%;
}

.keyword-palette .view-all i {
  margin-right: 3px;
}

/* @end */

/* @group お知らせ */

.infomation {
  box-sizing: border-box;
  margin: 1em 0;
  background: #fff;
}

.infomation h1 {
  padding: .5em 0 .5em 20px;
  font-size: 14px;
  font-weight: bold;
  color: #132b36;
  border-bottom: 1px solid #abc;
  background: url(../images/logo-mark.png) no-repeat left center;
  background-size: 16px;
}

.infomation li {
  margin: .5em 0;
  padding: .3em 5px;
  font-size: 93%;
  border-bottom: 1px solid #adc7d2;
}

.infomation li .fa {
  margin-right: .3em;
}

.infomation .view-all {
  font-size: 93%;
}

.infomation .view-all i {
  margin-right: 3px;
}

/* @end */

/* @group ニュース一覧 */

/* @group フレーム */

.news-list-wrapper {
  margin-top: 0px;
  border: 1px solid #adc7d2;
  border-radius: 5px;
}

.news-list > li {
  border-bottom: 1px solid #adc7d2;
}

.news-list li:last-child {
  border-bottom: none;
}

/* @end */

/* @group 1件も存在しないとき */

.news-list-no-data {
  padding: 150px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #999;
  border: 2px solid #059;
  border-color: #657;
}

body.analysis .news-list-no-data {
  border-color: #639;
}

body.regulation .news-list-no-data {
  border-color: #a11;
}

/* @end */

/* @group タブ */

.news-list-tab {
  box-sizing: border-box;
  padding: 0;
  border-bottom: 1px solid #adc7d2;
  border-radius: 5px 5px 0 0;
  background: #f7f9fb;
}

.news-list-tab:after {
  content: '';
  display: block;
  clear: both;
}

body.analysis .news-list-tab {
  border: 1px solid #C6B2D9;
  background-color: #EFEAF5;
}

body.action-db .news-list-tab {
  border: 1px solid #ADC7D2;
}

body.regulation-map .news-list-tab {
  border: 1px solid #ccc;
  background-color: #eeecec;
}

.news-list-tab * {
  box-sizing: border-box;
}

.news-list-tab li {
  float: left;
}

.news-list-tab li.border-right {
  border-right: 1px solid #adc7d2;
}

a.news-list-tab-a,
a.news-list-tab-a:visited {
  position: relative;
  display: block;
  padding: 13px 15px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #68a;
}

body.analysis a.news-list-tab-a,
body.analysis a.news-list-tab-a:visited {
  color: #639;
}

a.news-list-tab-a:hover {
  opacity: .8;
}

.news-list-tab li.add-tab i {
  font-size: 18px;
  vertical-align: -2px;
}

li.edit-tab {
  background-color: #d1e3ef;
  background: -webkit-linear-gradient(top, #d1e3ef, #f7f9fb);
  background:    -moz-linear-gradient(top, #d1e3ef, #f7f9fb);
  background:     -ms-linear-gradient(top, #d1e3ef, #f7f9fb);
  background:         linear-gradient(top, #d1e3ef, #f7f9fb);
}

li.edit-tab a.news-list-tab-a {
  color: #0E294C;
}

body.analysis li.edit-tab a.news-list-tab-a {
  color: #639;
}

body.action-db li.edit-tab a.news-list-tab-a {
  color: #059;
}

a.news-list-tab-a.selected {
  color: #fff !important;
  background-color: #7494B5;
}

body.analysis a.news-list-tab-a.selected {
  background-color: #639;
}

body.action-db a.news-list-tab-a.selected {
  background-color: #06a;
}

a.news-list-tab-a.selected:after {
  content: '\f0d7';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  font-size: 15px;
  font-family: 'Fontawesome';
  line-height: .5;
  text-align: center;
  color: #fb0;
}

.news-list-tab span {
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 40px;
  font-size: 108%;
  text-decoration: none;
  color: #25566b;
}

body.analysis .news-list-tab span {
  color: #639;
}

/* @end */

/* @group サブタブ */

.news-subtab {
  margin-top: -1px;
  padding: 6px 8px;
  background-color: #468;
  background: -webkit-linear-gradient(top, #357, #368);
  background:    -moz-linear-gradient(top, #357, #368);
  background:     -ms-linear-gradient(top, #357, #368);
  background:         linear-gradient(to bottom, #357, #368);
}

body.analysis .news-subtab {
  background-color: #437;
  background: -webkit-linear-gradient(top, #325, #547);
  background:    -moz-linear-gradient(top, #325, #547);
  background:     -ms-linear-gradient(top, #325, #547);
  background:         linear-gradient(to bottom, #325, #547);
}

body.action-db .news-subtab {
  background: #059;
}

.news-subtab-item {
  position: relative;
  display: inline-block;
  padding: 2px 8px;
}

a.news-subtab-a,
a.news-subtab-a:visited {
  color: #fff;
}

a.news-subtab-a.selected,
a.news-subtab-a.selected:visited {
  color: #fc0;
  font-weight: bold;
}

a.news-subtab-a:hover {
  color: #fff;
}

/* @end */

/* @group 固定タブ */

.fixed-list-header {
  box-sizing: border-box;
  position: fixed;
  left: 250px;
  top: 70px;
  margin-right: 150px;
  background-color: #fff;
}

.search-condition.fixed {
  margin: 0;
}

.multiple-selection.fixed {
  margin: 0;
}

.multiple-selection.fixed .selected-keyword-list {
  margin: 0;
}

.multiple-selection.fixed .list-buttons {
  margin: 5px 0 10px;
}

.news-list-tab-wrapper.fixed .news-list-tab {
  border: 1px solid #adc7d2;
}

.news-list-tab-wrapper.fixed .news-subtab {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.news-list-tab-wrapper.fixed .news-list-tab li.selected a {
  border-width: 2px;
}

/* @end */

/* @end */

/* @group キーワードフィルタ */

/* @group フレーム */

.news-keyword-filter {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  background: #F8F1D5;
  border-bottom: 1px solid #e9e5e1;
}

.news-keyword-filter * {
  box-sizing: border-box;
}

.news-keyword-filter-list {
  display: inline-block;
  width: calc(100% - 60px);
}

/* @end */

/* @group キーワード */

.news-keyword-filter li {
  display: inline-block;
}

.news-keyword-filter li:after {
  content: '\f105';
  padding-left: 5px;
  display: inline-block;
  font-family: 'Fontawesome';
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #68a;
  vertical-align: 1px;
}

.news-keyword-filter li:last-child:after {
  content: '';
}

a.news-keyword-filter-a,
a.news-keyword-filter-a:visited {
  display: inline-block;
  padding: 0 3px;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  vertical-align: baseline;
  color: #059;
}

a.news-keyword-filter-a:hover {
  color: #f60;
}

/* @end */

/* @group 全解除ボタン */

a.news-keyword-filter-clear,
a.news-keyword-filter-clear:visited {
  float: right;
  display: inline-block;
  padding-right: 5px;
  font-size: 11px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  vertical-align: baseline;
  color: #059;
}

a.news-keyword-filter-clear:hover {
  color: #f60;
}

a.news-keyword-filter-clear:after {
  content: '\f057';
  padding-left: 3px;
  font-family: 'Fontawesome';
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

/* @end */

/* @end */

/* @group キーワードフィルタ2 */

/* @group フレーム */

.news-keyword-filter-2 {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 0 5px 15px;
  background: #F8F1D5;
  border-bottom: 1px solid #e9e5e1;
}

.news-keyword-filter-2 * {
  box-sizing: border-box;
}

.news-keyword-filter-2 .news-keyword-filter-list {
  display: inline-block;
  width: calc(100% - 60px);
}

/* @end */

/* @group キーワード */

.news-keyword-filter-2 .news-keyword-filter-item:after,
.news-keyword-filter-2 a.news-keyword-filter-a:after {
  content: '';
}

.news-keyword-filter-2 .news-keyword-filter-item {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  padding-right: 14px;
}

.news-keyword-filter-2 a.news-keyword-filter-a,
.news-keyword-filter-2 a.news-keyword-filter-a:visited {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  vertical-align: baseline;
  color: #059;
}

.news-keyword-filter-2 a.news-keyword-filter-a:hover {
  color: #f60;
}

.news-keyword-filter-2 a.news-keyword-filter-clear {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  padding: 0;
  line-height: 1;
}

.news-keyword-filter-2 .news-keyword-filter-item:hover a.news-keyword-filter-clear {
  /*display: inline-block;*/
}

.news-keyword-filter-2 a.news-keyword-filter-clear:after {
  content: '\f057';
  margin: 0;
  padding: 0;
  font-family: 'Fontawesome';
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 85, 153, .4);
}

.news-keyword-filter-2 a.news-keyword-filter-clear:hover:after {
  color: #f60;
}

/* @end */

/* @group 全解除ボタン */

.news-keyword-filter-2 a.news-keyword-filter-clearall,
.news-keyword-filter-2 a.news-keyword-filter-clearall:visited {
  float: right;
  display: inline-block;
  padding-right: 5px;
  font-size: 11px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  vertical-align: baseline;
  color: #059;
}

.news-keyword-filter-2 a.news-keyword-filter-clearall:hover {
  color: #f60;
}

.news-keyword-filter-2 a.news-keyword-filter-clearall:after {
  content: '\f057';
  padding-left: 3px;
  font-family: 'Fontawesome';
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

/* @end */

/* @end */

/* @group ニュースのヘッダ情報 */

/* @group レイアウト */

.news-header {
  position: relative;
}

.news-list .news-header {
  position: relative;
  padding: 20px;
  background-color: #f6f6f6;
}

.news-list .news-header.unread {
  background-color: #fff;
}

.news-list .news-header.is-abled {
  background-color: #F0FAFF;
}

.news-header .news-eyecatch {
  width: 126px;
  overflow: hidden;
  float:left;
  margin-bottom: 10px;
}

.news-header .news-eyecatch-upper {
  overflow: hidden;
}

.news-header .news-header-right {
  margin-left: 136px;
}

.news-header .news-rmheader-right {
  margin-left: 180px;
}

.news-header .news-crwheader-right {
  margin-left: 50px;
}

.news-header .news-eyecatch-chk {
  position: absolute;
  width: 155px;
  overflow: hidden;
}

.news-header .news-header-right-chk {
  margin-left: 164px;
}

.news-header .news-crwheader-right-chk {
  margin-left: 100px;
}

.news-header .news-check {
  margin-bottom:10px;
}

.news-header .news-check label {
  font-size: 90%;
  margin-right:20px;
}

.news-header .news-function {
  float: right;
}

.news-header a.chk-selector i {
  font-size:15pt;
  color: #25566b;
}

.news-header a.chk-selector i:hover {
  color: #f00;
}

.news-header .news-bottom {
  overflow: hidden;
}

.news-header .news-bottom * {
  box-sizing: border-box;
}

.news-header .news-bottom-left {
  float: left;
}

.news-header .news-bottom-right {
  float: right;
  padding: 2px 0;
}

/* @end */

/* @group チェックボックス等 */

.news-header .news-select-open-close {
  text-align: center;
}

.news-header .news-select,
.news-header .news-open-status {
  display: block;
}

.news-header .news-open-status {
  padding-top: .5em;
}

.news-header .news-select-open-close .fa {
  font-size: 153.9%;
}

.news-header .news-select-open-close .fa-check-circle {
  color: #0b0;
}

.news-header .news-select-open-close .fa-minus-circle {
  color: #f00;
}

/* @end */

/* @group メタ情報 */

.news-header .news-meta {
  margin-bottom: 0.6em;
  font-size: 93%;
}

.news-header .news-star {
  margin-right: .3em;
}

.news-header .news-meta .news-star {
  vertical-align: -2px;
}

/* @end */

/* @group タイトルとか基本情報 */

.news-header .news-title {
  margin-bottom: .5em;
  line-height: 1.3em;
  font-size: 138.5%;
  font-weight: bold;
  color: #777;
}

.news-header .news-title .org-title {
  font-size:17px;
  font-style:italic;
}

body.news-index .news-header .news-title {
  font-size: 126.5%;
}

body.news-index .news-header .org-title {
  font-size:12px;
}

body.news-index .news-header .news-summary {
  font-size:12px;
  color:#303030;
}

body.news-detail .news-header .news-title {
  color: #000; /*詳細画面では黒*/
}

.news-header .news-title a {
  color: #777;
  text-decoration: none;
}

.news-header.unread .news-title,
.news-header.unread .news-title a {
  color: #000;
  text-decoration: none;
}

.news-header .news-title a:hover {
  color: #31738f;
  text-decoration: underline;
}

.news-header a.preview {
  display: none;
  margin-left: .3em;
  line-height: 150%;
  outline: none;
  color: #adc7d2 !important;
}

.news-header a.preview.on {
  color: #44599B !important;
}

.news-header a.preview:hover {
  color: #f00 !important;
}

.news-header .news-content-summary {
  margin-bottom: .8em;
  line-height: 1.5em;
  font-size: 104%;
  color: #606070;
}

/* @end */

/* @group タグとか自社関連 */

.news-header .news-info,
.news-header .news-info h1 {
  color: #44599B;
  font-size: 93% !important;
}

.news-header .news-info i{
  font-size: 14px;
}

.news-header .news-info a {
  color: #44599B;
  text-decoration: none;
}

.news-header .news-date {
  color: #459;
}

.news-header .news-date i {
  margin-right: 3px;
  font-size: 14px;
}

.news-header .news-date img {
  margin-right: 3px;
  margin-bottom: 3px;
}

.news-header .news-source {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  border: 1px solid #459;
  border-radius: 4px;
  color: #459;
  font-weight: bold;
}

.news-header .news-source-crw {
  margin-left : 10px;
}

.news-header .news-source img {
  margin-right: .3em;
  vertical-align: -3px;
}

.news-header .news-delivered {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #480048;
  border: 1px solid #480048;
  border-radius: 20px;
}

.news-header .news-delivered i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: -1px;
}

.news-header .news-tag h1,
.news-header .news-tag ul,
.news-header .news-tag li,
.news-header .news-related-to-company,
.news-header .news-related-to-company h1,
.news-header .news-related-to-company ul,
.news-header .news-related-to-company li {
  display: inline;
}

.news-header .news-tag {
  display: block;
  line-height: 25px;
}

.news-header .news-tag span {
  border: 1px solid #44599B;
  padding: 2px;
  color: #fff;
  background-color: #44599B;
  font-weight: normal;
  font-size: 11px;
  border-radius: 4px;
}

.news-header .news-date,
.news-header .news-related-to-company {
  margin-left: 1.5em;
}

.news-header .news-related-to-company h1 {
  margin-right: .3em;
  font-weight: bold;
}

.news-header .news-related-to-company h1 i {
  margin-right: 3px;
}

.news-header .news-tag li:after,
.news-header .news-related-to-company li:after {
  content: ',';
}

.news-header .news-tag li:last-child:after,
.news-header .news-related-to-company li:last-child:after {
  content: '';
}

.news-header .news-tag i{
  font-size: 14px;
}

.news-header .dtl-preview {
  overflow: hidden;
  color: #43697a;
  font-size: 93% !important;
  margin-top:8px;
}

/* @end */

/* @group 旧スコア */

.old-news-score {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #5d94bf;
}

.old-news-score span.s1 {
  display: block;
  padding-top: 10px;
  line-height: 10px;
  font-size: 10px;
}

.old-news-score span.s2 {
  display: block;
  line-height: 22px;
  margin-top: 2px;
  font-size: 18px;
  font-weight: bold;
}

/* @end */

/* @group スコア */

.news-header .news-score {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #5d94bf;
}

.news-header .news-score span.s1 {
  display: block;
  padding-top: 10px;
  line-height: 10px;
  font-size: 10px;
}

.news-header .news-score span.s2 {
  display: block;
  line-height: 22px;
  margin-top: 2px;
  font-size: 18px;
  font-weight: bold;
}

/* @end */

/* @group カテゴリ */

.news-header .news-main-category {
  box-sizing: border-box;
  display: block;
  float: right;
  width: 68px;
  height: auto;
  text-align: center;
  color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999;
  behavior: url(js/PIE.htc);
}

.news-header .news-main-categorymain {
  width: 58px;
  height: auto;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block;
  float: right;
  box-sizing: border-box;
}

.news-header .news-main-category-icon {
  display: block;
  height: 48px;
  font-size: 36px;
  line-height: 48px;
}

.news-header .news-main-category-name {
  display: block;
  padding: 4px 0;
  font-size: 10px;
  line-height: 12px;
  border-top: 1px solid #999;
}

.news-header .news-main-category.line1 {
  line-height: 50px;
}

.news-header .news-main-category.line2 {
  padding-top: 7px;
  line-height: 18px;
}

.news-header .news-main-category.line3 {
  padding-top: 1px;
  line-height: 16px;
}

/* @end */

/* @group カテゴリとスコアの色（たぶん未使用） */

.cat-1 .news-main-category,
.cat-1 .news-main-category-icon,
.cat-1 .news-main-category-name,
.cat-1 .db-lv-5-header {
  color: #F03;
  border-color: #F03;
}

.cat-1 .news-score {
  background: #F03;
}

.cat-1 .news-public-response {
  color: #F03;
}

.cat-2 .news-main-category,
.cat-2 .news-main-category-icon,
.cat-2 .news-main-category-name,
.cat-2 .db-lv-5-header {
  color: #F63;
  border-color: #F63;
}

.cat-2 .news-score {
  background: #F63;
}

.cat-2 .news-public-response {
  color: #F63;
}

.cat-3 .news-main-category,
.cat-3 .news-main-category-icon,
.cat-3 .news-main-category-name,
.cat-3 .db-lv-5-header {
  color: #F90;
  border-color: #F90;
}

.cat-3 .news-score {
  background: #F90;
}

.cat-3 .news-public-response {
  color: #F90;
}

.cat-4 .news-main-category,
.cat-4 .news-main-category-icon,
.cat-4 .news-main-category-name,
.cat-4 .db-lv-5-header {
  color: #9C3;
  border-color: #9C3;
}

.cat-4 .news-score {
  background: #9C3;
}

.cat-4 .news-public-response {
  color: #9C3;
}

.cat-5 .news-main-category,
.cat-5 .news-main-category-icon,
.cat-5 .news-main-category-name,
.cat-5 .db-lv-5-header {
  color: #093;
  border-color: #093;
}

.cat-5 .news-score {
  background: #093;
}

.cat-5 .news-public-response {
  color: #093;
}

.cat-6 .news-main-category,
.cat-6 .news-main-category-icon,
.cat-6 .news-main-category-name,
.cat-6 .db-lv-5-header {
  color: #0CC;
  border-color: #0CC;
}

.cat-6 .news-score {
  background: #0CC;
}

.cat-6 .news-public-response {
  color: #0CC;
}

.cat-7 .news-main-category,
.cat-7 .news-main-category-icon,
.cat-7 .news-main-category-name,
.cat-7 .db-lv-5-header {
  color: #09F;
  border-color: #09F;
}

.cat-7 .news-score {
  background: #09F;
}

.cat-7 .news-public-response {
  color: #09F;
}

.cat-8 .news-main-category,
.cat-8 .news-main-category-icon,
.cat-8 .news-main-category-name,
.cat-8 .db-lv-5-header {
  color: #06C;
  border-color: #06C;
}

.cat-8 .news-score {
  background: #06C;
}

.cat-8 .news-public-response {
  color: #06C;
}

.cat-9 .news-main-category,
.cat-9 .news-main-category-icon,
.cat-9 .news-main-category-name,
.cat-9 .db-lv-5-header {
  color: #339;
  border-color: #339;
}

.cat-9 .news-score {
  background: #339;
}

.cat-9 .news-public-response {
  color: #339;
}

.cat-10 .news-main-category,
.cat-10 .news-main-category-icon,
.cat-10 .news-main-category-name,
.cat-10 .db-lv-5-header {
  color: #939;
  border-color: #939;
}

.cat-10 .news-score {
  background: #939;
}

.cat-10 .news-public-response {
  color: #939;
}

.cat-11 .news-main-category,
.cat-11 .news-main-category-icon,
.cat-11 .news-main-category-name,
.cat-11 .db-lv-5-header {
  color: #F09;
  border-color: #F09;
}

.cat-11 .news-score {
  background: #F09;
}

.cat-11 .news-public-response {
  color: #F09;
}

.cat-12 .news-main-category,
.cat-12 .news-main-category-icon,
.cat-12 .news-main-category-name,
.cat-12 .db-lv-5-header {
  color: #933;
  border-color: #933;
}

.cat-12 .news-score {
  background: #933;
}

.cat-12 .news-public-response {
  color: #933;
}

.cat-13 .news-main-category,
.cat-13 .news-main-category-icon,
.cat-13 .news-main-category-name,
.cat-13 .db-lv-5-header {
  color: #993;
  border-color: #993;
}

.cat-13 .news-score {
  background: #993;
}

.cat-13 .news-public-response {
  color: #993;
}

.cat-14 .news-main-category,
.cat-14 .news-main-category-icon,
.cat-14 .news-main-category-name,
.cat-14 .db-lv-5-header {
  color: #999;
  border-color: #999;
}

.cat-14 .news-score {
  background: #999;
}

.cat-14 .news-public-response {
  color: #999;
}

.cat-15 .news-main-category,
.cat-15 .news-main-category-icon,
.cat-15 .news-main-category-name,
.cat-15 .db-lv-5-header {
  color: #000;
  border-color: #000;
}

.cat-15 .news-score {
  background: #000;
}

.cat-15 .news-public-response {
  color: #000;
}

.cat-S .news-score {
  background: #b5005a;
}

.cat-A .news-score {
  background: #e81e24;
}

.cat-B .news-score {
  background: #f3af22;
}

.cat-C .news-score {
  background: #87af32;
}

/* @end */

/* @group ステータス */

.old-news-status-icon {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #000;
  cursor: pointer;
}

.news-header .news-status-icon {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #000;
  cursor: pointer;
}

.news-header .news-status-icon.has-comment {
  cursor: pointer;
}

.news-header .news-status-icon.has-comment:after {
  content: '\f075';
  margin-left: 5px;
  font-family: 'Fontawesome';
  font-weight: normal;
  font-size: 10px;
}

.news-header a.news-status-btn,
.news-header a.news-status-btn:visited {
  visibility: hidden;
  box-sizing: border-box;
  margin: 5px 0;
}

/* @end */

/* @group 他社状況 */

.news-header .news-public-response {
  display: block;
  margin-top: 5px;
  color: #83abbc;
  float: left;
  width: 100px;
}

.news-header .news-public-response h1 {
  font-size: 85%;
}

.news-header .news-public-response i.fa {
  margin-left: 10px;
}

.news-header .news-public-response i.fa-star {
  margin-right: 4px;
}

.news-header .news-public-response i.fa-comments {
  margin-right: 3px;
}

.news-header .news-public-response2 h1 {
  display: inline;
}

/* @end */

/* @end */

/* @group ニュースのヘッダ情報（画像対応版） */

/* @group レイアウト */

.news-header-2,
.news-header-2 *,
.news-header-2 *:before,
.news-header-2 *:after {
  box-sizing: border-box;
  font-feature-settings: 'palt';
}

.news-header-2 {
  position: relative;
  overflow: hidden;
}

.news-list .news-header-2 {
  background-color: #f6f6f6;
}

.news-list .news-header-2.unread {
  background-color: #fff;
}

.news-list .news-header-2.is-abled {
  background-color: #F0FAFF;
}

.news-header-2 .news-eyecatch {
  float:left;
  width: 120px;
  margin: 15px 15px 10px 15px;
  text-align: center;
}

.news-header-2 .news-header-right {
  margin: 15px 15px 10px 150px;
}

.news-header-2 .news-function {
  float: right;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.news-header-2 .news-bottom {
  overflow: hidden;
}

.news-header-2 .news-bottom-left {
  float: left;
  margin-top: 8px;
  overflow: hidden;
}

.news-header-2 .news-bottom-right {
  float: right;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-header-2 .news-bottom-right a,
.news-header-2 .news-bottom-right button,
.news-header-2 .news-bottom-right span {
  margin: 0 2px;
}

/* @end */

/* @group 左部分 */

/* @group 注目マーク */

a.news-star-triangle,
span.news-star-triangle {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #D6E3E9 transparent transparent transparent;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.news-star-triangle i {
  position: absolute;
  left: 3px;
  top: -30px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: transparent;
}

a.news-star-triangle:hover {
  border-color: #b6c3c9 transparent transparent transparent;
}

a.news-star-triangle.on,
span.news-star-triangle.on {
  border-color: #f90 transparent;
}

/* @end */

/* @group カテゴリと商品画像 */

.news-header-2 .news-main-category {
  display: block;
}

.news-header-2 .news-main-category-icon,
.news-header-2 .news-main-img {
  position: relative;
  display: block;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  outline: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.news-header-2 .news-main-category-icon {
  width: 64px;
  height: 64px;
  margin: 13px auto;
  border-radius: 10px;
  border: 1px solid #cde;
}

.news-header-2 button.news-main-img:hover {
  cursor: pointer;
  opacity: .8;
}

.news-header-2 a.news-main-category-icon:hover {
  cursor: pointer;
  border-color: #f90;
}

.news-header-2 a.news-main-category-icon:hover:after {
  position: absolute;
  content: '\f078';
  right: -18px;
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
  font-family: 'Fontawesome';
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #f90;
}

.news-header-2 .news-main-category-icon i {
  font-size: 40px;
  line-height: 64px;
}

.news-header-2 .news-main-img .inner {
  display: table-cell;
  width: 120px;
  height: 90px;
  vertical-align: middle;
}

.news-header-2 .news-main-img img {
  max-width: 120px;
  max-height: 90px;
}

.news-header-2 .news-main-category-name {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}

/* @end */

/* @group ステータスボタン */

.news-header-2 .news-status-btn {
  min-height: 20px;
  margin-top: 5px;
  margin: 5px auto;
  padding: 3px 10px;
  line-height: 1.2;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 10px;
  background-color: #379;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.news-header-2 .news-status-btn:hover {
  opacity: .5;
}

.news-header-2 .news-status-btn.has-comment:after {
  content: '\f075';
  margin-left: 5px;
  font-family: 'Fontawesome';
  font-weight: normal;
  font-size: 8px;
  line-height: 0;
  vertical-align: 2px;
}

.news-header-2 .news-status-btn.no-status {
  visibility: hidden;
  color: #379;
  border: 1px solid #B2CCE0;
  background-color: #fff;
}

.news-header-2 .news-status-btn.no-status:hover {
  color: #fff;
  border: 1px solid #379;
  background-color: #379;
}

.news-header-2:hover .news-status-btn.no-status {
  visibility: visible;
}

/* @end */

/* @end */

/* @group 上段（メタ情報） */

.news-header-2 .news-meta {
  margin-bottom: 0.6em;
  font-size: 12px;
  line-height: 22px;
}

/* @group 右上の機能ボタン */

.news-header-2 .news-function a,
.news-header-2 .news-function button {
  margin: 0 2px;
  vertical-align: top;
}

/* @end */

/* @group スコア */

.news-header-2 .news-score {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 20px;
  vertical-align: top;
  color: #fff;
  border-radius: 1px;
  border: 1px solid #48b;
  background-color: #48b;
}

/* @end */

/* @group ニュースソース */

.news-header-2 .news-source {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  vertical-align: top;
  color: #379;
  border: 1px solid #bcd;
  border-radius: 1px;
}

.news-header-2 .news-source-crw {
  margin-left : 10px;
}

.news-header-2 .news-source img {
  margin-right: .3em;
  vertical-align: -3px;
}

/* @end */

/* @group 日付とキュレーター */

.news-header-2 .news-date,
.news-header-2 .news-curater {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  color: #379;
}

.news-header-2 .news-date i,
.news-header-2 .news-curater i {
  margin-right: 3px;
  font-size: 14px;
}

.news-header-2 .news-date .repeat {
  margin: 0 5px;
  padding: 0 8px;
  background-color: rgba(0, 85, 153, .1);
}

.news-header-2 .news-curater img {
  width: 20px;
  margin-right: 5px;
  border-radius: 10px;
}

/* @end */

/* @group 配信済 */

.news-header-2 .news-delivered {
  display: inline-block;
  padding: 0 8px;
  line-height: 19px;
  font-size: 96%;
  color: #480048;
  border: 1px solid #480048;
  border-radius: 20px;
}

.news-header-2 .news-delivered i {
  padding-right: 3px;
  font-size: 14px;
  vertical-align: -1px;
}

/* @end */

/* @end */

/* @group 中段（タイトル、概要） */

/* @group タイトル */

.news-header-2 .news-title {
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #777;
}

.news-header-2 .news-title .org-title {
  font-size:18px;
  font-style:italic;
}

body.news-index .news-header-2 .news-title {
  font-size: 17px;
}

body.news-index .news-header-2 .org-title {
  font-size:17px;
}

body.news-detail .news-header-2 .news-title {
  color: #000; /*詳細画面では黒*/
}

.news-header-2 .news-title a {
  color: #777;
  text-decoration: none;
}

.news-header-2.unread .news-title,
.news-header-2.unread .news-title a {
  color: #000;
  text-decoration: none;
}

.news-header-2 .news-title a:hover {
  color: #31738f;
  text-decoration: underline;
}

/* @end */

/* @group 概要 */

body.news-index .news-header-2 .news-summary {
  font-size:12px;
  color:#333;
}

.news-header-2 .news-content-summary {
  margin-bottom: .8em;
  line-height: 1.5em;
  font-size: 104%;
  color: #606070;
}

/* @end */

/* @group プレビュー（未使用？） */

.news-header-2 a.preview {
  display: none;
  margin-left: .3em;
  line-height: 1.5;
  outline: none;
  color: #adc7d2 !important;
}

.news-header-2 a.preview.on {
  color: #44599B !important;
}

.news-header-2 a.preview:hover {
  color: #f00 !important;
}

/* @end */

/* @end */

/* @group 下段（タグとかサブカテゴリ） */

/* @group .news-info */

.news-header-2 .news-info,
.news-header-2 .news-info h1 {
  color: #379;
  font-size: 93% !important;
}

.news-header-2 .news-info,
.news-header-2 .news-info h1 {
  color: #379;
  font-size: 93% !important;
}

.news-header-2 .news-info i {
  font-size: 14px;
  line-height: 20px;
}

/* @end */

/* @group .news-tag / .news-related-to-company */

.news-header-2 .news-tag h1,
.news-header-2 .news-tag ul,
.news-header-2 .news-tag li,
.news-header-2 .news-related-to-company,
.news-header-2 .news-related-to-company h1,
.news-header-2 .news-related-to-company ul,
.news-header-2 .news-related-to-company li {
  display: inline;
}

.news-header-2 .news-tag {
  float: left;
  display: block;
  line-height: 20px;
}

.news-header-2 .news-tag ul {
  margin-right: 12px;
}

.news-header-2 .news-tag span {
  border: 1px solid #44599B;
  padding: 2px;
  color: #fff;
  background-color: #44599B;
  font-weight: normal;
  font-size: 11px;
  border-radius: 4px;
}

.news-header-2 .news-related-to-company {
  margin-left: 1.5em;
}

.news-header-2 .news-related-to-company h1 {
  margin-right: .3em;
  font-weight: bold;
}

.news-header-2 .news-related-to-company h1 i {
  margin-right: 3px;
}

.news-header-2 .news-tag li:after,
.news-header-2 .news-related-to-company li:after {
  content: ',';
}

.news-header-2 .news-tag li:last-child:after,
.news-header-2 .news-related-to-company li:last-child:after {
  content: '';
}

.news-header-2 .news-tag i {
  font-size: 14px;
}

/* @end */

.news-header-2 .dtl-preview {
  overflow: hidden;
  color: #43697a;
  font-size: 93% !important;
  margin-top:8px;
}


/* @group テーマタグ */

.news-header-2 .themetag {
  float: left;
}

/* @end */

/* @end */

/* @group メモ */

.news-header-2.has-memo .news-summary {
  display: none;
}

.news-memo-wrapper {
  display: block;
  padding: 20px;
  color: #960;
  cursor: pointer;
  box-shadow: 1px 1px 0 rgba(153, 102, 0, .3);
  border-radius: 5px;
  background-color: #ffa;
}

body.db-index .news-memo-wrapper {
  border-radius: 0;
}

.news-memo-wrapper[data-memo-type="private"] {
  color: #31738f;
  box-shadow: 1px 1px 0 rgba(0, 119, 204, .5);
  background-color: #E5F1FA;
}

.news-memo-wrapper + .news-memo-wrapper {
  margin-top: 10px;
}

body.db .news-memo-wrapper + .news-memo-wrapper {
  margin-top: 0;
}

body.news-index .news-memo-wrapper {
  padding: 12px 15px;
}

.news-memo-wrapper .header {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
}

.news-memo-wrapper .title {
  display: inline;
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold;
}

.news-memo-wrapper .title i.fa {
  margin-right: 5px;
}

.news-memo-wrapper .close-btn {
  float: right;
  padding: 0 8px;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: underline;
  outline: 0;
  border: 0;
  background: none;
}

.news-memo-wrapper .close-btn:hover {
  text-decoration: none;
  color: #960;
}

body.news-detail .news-memo-wrapper .close-btn,
body.db-detail-pop .news-memo-wrapper .close-btn {
  display: none; /* 記事詳細では閉じるボタン非表示 */
}

.news-memo-wrapper .edit-text {
  display: none;
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
  opacity: .7;
}

.news-memo-wrapper:hover .edit-text {
  display: inline;
}

/* @end */

/* @group 他社状況 */

.news-header-2 .news-public-response {
  display: block;
  margin-top: 5px;
  color: #83abbc;
  float: left;
  width: 100px;
}

.news-header-2 .news-public-response h1 {
  font-size: 85%;
}

.news-header-2 .news-public-response i.fa {
  margin-left: 10px;
}

.news-header-2 .news-public-response i.fa-star {
  margin-right: 4px;
}

.news-header-2 .news-public-response i.fa-comments {
  margin-right: 3px;
}

.news-header-2 .news-public-response2 h1 {
  display: inline;
}

/* @end */

/* @group チェックボックス有りのパターン */

.news-header-2.has-checkbox .news-eyecatch {
  margin-left: 40px;
  width: 118px;
}

.news-header-2.has-checkbox .news-header-right {
  margin-left: 175px;
}

.news-header-2 a.chk-selector {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 100%;
  background-color: #f1f9ff;
}

.news-header-2 a.chk-selector i {
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  margin: auto;
  font-size: 20pt;
  line-height: 1;
  color: #cde;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.news-header-2 a.chk-selector:hover i {
  color: #abc;
}

.news-header-2 a.chk-selector.on i {
  color: #059;
}

.news-header-2 a.chk-selector.on:hover i {
  opacity: .8;
}

/* @end */

/* @end */

/* @group 個別ニュースの詳細情報 */

/* @group 全体フレーム */

body.news-detail #container-top {
  overflow: hidden;
  width: 100%;
  border-top: 3px solid #4c7291;
  border-bottom:   3px solid #4c7291;
  box-shadow: 0 5px 0 rgba(0,0,0,.1);
}

body.news-detail #container {
  padding: 15px 0 10px 0;
}

#container-footer > footer {
  position: relative;
  margin: 30px 0 80px;
  color: #888;
  text-align: center;
}

body.news-detail header.news-header {
  width: 1080px;
  margin: 0 auto;
}

body.news-detail .news-header-2 {
  margin: 0 auto;
}

body.news-detail .news-content-wrapper,
body.news-edit .news-content-wrapper {
  overflow: hidden;
  border-top: 1px solid #adc7d2;
}

body.news-detail.regulation-custom .news-content-wrapper {
  border-top: 0;
}

body.analysis.news-detail .news-content-wrapper,
body.analysis.news-edit .news-content-wrapper {
  border-top-color: #b9c;
}

body.regulation.news-detail .news-content-wrapper,
body.regulation.news-edit .news-content-wrapper {
  border-top-color: #dbb;
}

body.news-detail .news-content-kairan,
body.news-detail .news-content-note,
body.news-detail .news-content-org {
  display: none !important;
}

/* @end */

/* @group 右上の機能ボタン */

body.news-detail .news-header .news-function {
  width: 210px;
  margin-top: -5px;
  margin-left: 10px;
}

body.news-detail .news-header .news-function a {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin: 0 0 5px;
}

body.news-detail .news-header .news-star {
  margin-right: 5px !important;
}

body.news-detail .news-header .kairan-check {
  width: 100px;
}

body.news-detail .news-header .kairan-status {
  width: 60px;
  margin-left: 5px !important;
  line-height: 20px;
  font-size: 83% !important;
}

body.news-detail .news-header .kairan-status .fa {
  margin-right: .3em;
}

body.news-detail .news-header .suisen {
  width: 190px;
}

body.news-detail .news-header .etsuran-status {
  position: absolute;
  width: 300px;
  margin-top: 1px !important;
  margin-left: 5px !important;
  line-height: 26px;
  font-size: 83% !important;
}

body.news-detail .news-header .etsuran-status .fa {
  margin-right: .3em;
}

/* @end */

/* @group タブの右のボタンなど */

.news-tab-wrapper {
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.news-send {
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

.news-etsuran {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin-right: 15px;
}

.news-etsuran .etsuran-status {
  margin-left: 10px;
}

/* @end */

/* @group タブメニュー */

ul.news-tab {
  float: left;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: -1px;
}

ul.news-tab li {
  float: left;
}

ul.news-tab li a {
  display: inline-block;
  padding: 6px 30px;
  font-size: 108%;
  font-weight: bold;
  color: #6c8cb0;
  border: 1px solid #adc7d2;
  border-right: 0;
  background: #f7f9fb;
}

ul.news-tab li a:hover {
  text-decoration: none;
  color: #25566b;
}

ul.news-tab li.selected a {
  color: #25566b;
  border-bottom: 1px solid #fff;
  background: #fff;
}

ul.news-tab li:first-child a {
  border-radius: 5px 0 0 0;
}

ul.news-tab li:last-child a {
  border-right: 1px solid #adc7d2;
  border-radius: 0 5px 0 0;
}

ul.news-tab a i {
  margin-right: .5em;
}

/* @end */

/* @group フレックスタブメニュー */

/* @group フレーム */

.news-tab-wrapper {
  margin: 0 auto 0 auto;
}

.flex-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
}

.flex-tab li {
  margin-left: -1px;
  margin-bottom: -1px;
}

/* @end */

/* @group ボタン */

.flex-tab button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #579;
  outline: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #adc7d2;
  background: #e1e9ef;
  background: -webkit-linear-gradient(top, #e1e9ef 90%, #d1d9df);
  background:    -moz-linear-gradient(top, #e1e9ef 90%, #d1d9df);
  background:     -ms-linear-gradient(top, #e1e9ef 90%, #d1d9df);
  background:         linear-gradient(top, #e1e9ef 90%, #d1d9df);
}

body.analysis .flex-tab button {
  color: #639;
  border-color: #C6B2D9;
  background: #EFEAF5;
  background: -webkit-linear-gradient(top, #EFEAF5 90%, #E0D6EB);
  background:    -moz-linear-gradient(top, #EFEAF5 90%, #E0D6EB);
  background:     -ms-linear-gradient(top, #EFEAF5 90%, #E0D6EB);
  background:         linear-gradient(top, #EFEAF5 90%, #E0D6EB);
}

body.regulation .flex-tab button {
  color: #a11;
  border-color: #dbb;
  background: #f9f1f1;
  background: -webkit-linear-gradient(top, #f9f5f5 90%, #eee5e5);
  background:    -moz-linear-gradient(top, #f9f5f5 90%, #eee5e5);
  background:     -ms-linear-gradient(top, #f9f5f5 90%, #eee5e5);
  background:         linear-gradient(top, #f9f5f5 90%, #eee5e5);
}

.flex-tab button.selected {
  color: #000;
  border-bottom: 1px solid #f5faff;
  background: #f5faff;
}

body.analysis .flex-tab button.selected {
  border-bottom-color: #FAF8FB;
  background: #FAF8FB;
}

body.regulation .flex-tab button.selected {
  border-bottom-color: #FFFCFC;
  background: #FFFCFC;
}

/* @end */

/* @end */

/* @end */

/* @group 記事コンテナ（左に記事、右にaside要素を持つコンテナ） */

.article-container {
  container-type: inline-size;
  min-width: 780px;
  padding: 0 20px;
  border-top: 0 !important;
}

.article-container-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #adc7d2;
}

.article-body {
  max-width: 840px;
  min-width: 720px;
}

.article-aside {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  min-width: 250px;
}

@container (max-width: 999px) {
  .article-container-inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .article-aside {
    position: static;
    gap: 10px;
    max-width: 840px;
    width: 100%;
  }
}

/* @end */

/* @group 記事本文 */

div.news-body {
  clear: both;
}

div.news-body .news-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  min-width: 620px;
  margin: 0 auto;
  padding: 20px;
}

div.news-body .news-content-article {
  position: relative;
  overflow: hidden;
}

div.news-body .news-content-main,
div.news-body .news-content-orgmain {
  max-width: 840px;
  box-sizing: border-box;
  word-wrap: break-word;
}

div.news-body .news-content-sub {
/*  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  float: right;
  width: 360px;*/
}

@media screen and (max-width: 1199px) {
/*  div.news-body .news-content {
    flex-direction: column-reverse;
    gap: 20px;
  }

  div.news-body .news-content-sub {
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }

  div.news-body .news-content-sub .db-related {
    display: none;
  }*/
}

@media screen and (max-width: 720px) {
 /* div.news-body .news-content-sub {
    flex-direction: column;
    gap: 10px;
  }*/
}

div.news-body article {
  line-height: 182%;
  font-size: 115%;
  text-align: justify;
}

div.news-body .news-summary {
  padding: 20px;
  line-height: 2em;
  color: #000;
  background: #f7f9fb;
}

div.news-body .news-summary h1 {
  margin-bottom: .5em;
  font-size: 138.5%;
  font-weight: bold;
  color: #000;
}

div.news-body article .news-all,
div.news-body article .news-org{
  margin: 0;
}

div.news-body article .news-all a:link,
div.news-body article .news-org a:link{
  color:#0000ff;
}
div.news-body article .news-all a:visited,
div.news-body article .news-org a:visited{
  color:#800080;
}
div.news-body article .news-all a:active,
div.news-body article .news-org a:active{
  color:ff8000;
}
div.news-body article .news-all a:hover,
div.news-body article .news-org a:hover{
  color:ff8000;
}

div.news-body article .news-originalurl {
  font-weight: bold;
  margin-top:20px;
}

div.news-body article .read-all {
  margin: 1em 0;
  text-align: center;
}

div.news-body article a.read-all {
  width: 200px;
}

div.trace-article-url {
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
  font-weight: bold;
  font-size: 108%;
}

div.trace-article-url span{
  margin-left:20px;
}

div.trace-article-url span,
div.trace-article-url a{
  background-color:#AECAE5;
  padding:5px;
  color:#2B49BB;
}

div.trace-article-url ul{
  margin: 5px 0 0 20px;
}

div.trace-article-url table{
  border-collapse:separate;
  border-spacing: 0px 5px;
}

/* @end */

/* @group サイドタブ */

.news-side-tab {
  margin-bottom: 15px;
  overflow: hidden;
}

.news-side-tab-item {
  float: left;
  position: relative;
  width: 33%;
}

a.news-side-tab-a,
a.news-side-tab-a:visited {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  border: 1px solid #fff;
  border-bottom-color: #9ab;
}

.news-side-tab-item.active a.news-side-tab-a {
  border: 1px solid #9ab;
  border-bottom-color: #fff;
}

a.news-side-tab-a:hover {
  color: #000;
}

.news-side-tab-itm.active:after {
  content: '\f078';
  font-family: 'Fontawesome';
  display: block;
  margin-top: -5px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #9aa;
}

.news-side-tab .badge {
  position: absolute;
  right: 6px;
  top: 16px;
  padding: 3px;
  font-size: 12px;
  background-color: #abc;
}

.news-side-tab-item.active .badge {
  background-color: #09e;
}

/* @end */

/* @group 解説 */

section.kaisetsu {
  margin: 20px 0;
  padding: 20px 30px 30px;
  background: #eff4f6;
  border-radius: 5px;
}

.kaisetsu-header {
  margin-bottom: 1em;
}

.kaisetsu-title {
  margin-top: 15px;
  line-height: 138.5%;
  font-size: 123.1%;
  font-weight: bold;
}

.kaisetsu-text {
  line-height: 182%;
  font-size: 108%;
  color: #31738f;
}

/* @end */

/* @group 関連記事 */

section.news-content-explanation h1 i {
  margin-right: .5em;
}

section.news-content-explanation .news-related-to-company {
  margin: 0 0 20px;
}

section.news-content-explanation .news-related-to-company h1,
section.news-content-explanation .news-related-to-company ul {
  display: block;
}

section.news-content-explanation h1 {
  margin-bottom: 10px;
  font-size: 108%;
  font-weight: bold;
}

section.news-content-explanation ul {
  font-size: 108%;
}

section.news-content-explanation .related-news ul {
  margin-bottom: 20px;
}

section.news-content-explanation .related-news ul.relmenu {
  margin: 1em 0 1em 1em;
  list-style: none;
}

section.news-content-explanation .related-news ul.relmenu-sub {
  margin: 1em 0 1em 2em;
  list-style: disc;
  font-size: 100%
}

/* @end */

/* @group ランダム記事 */

section.other-news h1 i {
  margin-right: .5em;
}

section.other-news .news-related-to-company {
  margin: 0 0 20px;
}

section.other-news .news-related-to-company h1,
section.other-news .news-related-to-company ul {
  display: block;
}

section.other-news {
  margin: 20px 0 0;
  padding: 20px;
  border: 1px solid #adc7d2;
  border-radius: 5px;
}

section.other-news h1 {
  margin-bottom: 10px;
  font-size: 108%;
  font-weight: bold;
}

section.other-news ul {
  font-size: 108%;
}

section.other-news .random-news ul {
  margin-bottom: 0;
}

/* @end */

/* @group その他 */

body.news-detail .news-header .news-function a.myclip {
  margin-right: 1em;
}

a.news-close {
  width: 200px;
}

/* @end */

/* @group コメントのアンカー */

span.comment-anchor {
  color: #000 !important;
  border-radius: 2px;
}

span.comment-anchor:hover {
  cursor: pointer;
}

button.color1,
li a.color1,
span.color1,
div.float-cmt.color1,
span.comment-anchor.color1 {
  background: #f8adad;
}

span.comment-anchor.color1.hover {
  background: #fadede;
}

button.color2,
li a.color2,
span.color2,
div.float-cmt.color2,
span.comment-anchor.color2 {
  background: #b3b3e3;
}

span.comment-anchor.color2.hover {
  background: #ededf3;
}

button.color3,
li a.color3,
span.color3,
div.float-cmt.color3,
span.comment-anchor.color3 {
  background: #9fdfd9;
}

span.comment-anchor.color3.hover {
  background: #e9f2f1;
}

button.color4,
li a.color4,
span.color4,
div.float-cmt.color4,
span.comment-anchor.color4 {
  background: #e2ce9a;
}

span.comment-anchor.color4.hover {
  background: #f3efe5;
}

button.color5,
li a.color5,
span.color5,
div.float-cmt.color5,
span.comment-anchor.color5 {
  background: #f3ea70;
}

span.comment-anchor.color5.hover {
  background: #fcf6a6;
}

button.color100,
li a.color100,
span.color100,
div.float-cmt.color100,
span.comment-anchor.color100 {
  background: #E3F6CE;
}

span.comment-anchor.color100.hover {
  background: #E3F6CE;
}

/* 削除予定 */
span.comment-anchor.expcolor1 {
  background: #abc;
}

span.comment-anchor.expcolor1.hover {
  background: #c0cddb;
}

span.comment-anchor.expcolor2 {
  background: #ccd5df;
}

span.comment-anchor.expcolor2.hover {
  background: #dee3e8;
}

span.comment-anchor.expcolor3 {
  background: #dde9f5;
}

span.comment-anchor.expcolor3.hover {
  background: #e8edf3;
}
/* 削除予定 */

/* @end */

/* @group コメント */

/* @group コメント全体の枠 */

.comment-item {
  margin: 10px 0 0;
  text-align: justify;
  color: #000 !important;
  background-repeat: no-repeat;
  background-position: 0 20px;
  background-size: 20px
}

.comment-item:first-child {
  margin: 0;
}

.comment-item:last-child {
  margin-bottom: 20px;
}

/* @end */

/* @group 吹き出しの枠 */

.comment-bg {
  z-index: 100;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
  color: #000 !important;
  border: 2px solid #acc;
  border-radius: 5px;
  background-color: #fff;
}

.comment-item.color1 .comment-bg {
  border-color: #f8adad;
}

.comment-item.color2 .comment-bg {
  border-color: #b3b3e3;
}

.comment-item.color3 .comment-bg {
  border-color: #9fdfd9;
}

.comment-item.color4 .comment-bg {
  border-color: #e2ce9a;
}

.comment-item.color5 .comment-bg {
  border-color: #fc0;
}

.comment-item.color100 .comment-bg {
  border-color: #adb;
}

.comment-item.hover .comment-bg {
  opacity: .8;
}

/* @end */

/* @group 吹き出しの三角部分 */

.comment-bg:before {
  content: " ";
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  display: inline-block;
  border: solid transparent;
  border-right-color: #acc;
  pointer-events: none;
}

.comment-bg:after {
  top: 12px;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 14px;
}

.comment-bg:before {
  top: 10px;
  border-right-color: #acc;
  border-width: 16px;
}

.comment-bg h2 {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
}

.comment-item.color1 .comment-bg:before {
  border-right-color: #f8adad;
}

.comment-item.color2 .comment-bg:before {
  border-right-color: #b3b3e3;
}

.comment-item.color3 .comment-bg:before {
  border-right-color: #9fdfd9;
}

.comment-item.color4 .comment-bg:before {
  border-right-color: #e2ce9a;
}

.comment-item.color5 .comment-bg:before {
  border-right-color: #fc0;
}

.comment-item.color100 .comment-bg:before {
  border-right-color: #adb;
}

/* @end */

/* @group 吹き出しの中身 */

.comment-header {
  position: relative;
  margin-bottom: 15px;
  padding-left: 50px;
}

.comment-avatar {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
  border-radius: 50px;
}

.comment-avatar-thm {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
}

.comment-name {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.comment-datetime {
  margin-right: .5em;
  font-size: 12px;
}

.comment-dept {
  font-size: 13px;
}

.comment-body {
  font-size: 14px;
  line-height: 1.8;
}

.comment-body h1 {
  margin-bottom: .5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.comment-footer {
  margin-top: 10px;
}

.comment-add,
.comment-edit,
.comment-delete,
.comment-file-menu {
  float: right;
  display: inline-block;
  margin-top: -9px;
  margin-right: -8px;
  font-size: 93% !important;
}

.comment-add i,
.comment-edit i,
.comment-delete i,
.comment-file-menu i {
  margin: 0 0.1em 0 0.3em;
}

.comment-edit,
.comment-delete,
.comment-file-menu {
  margin-left: 10px;
  padding: 0;
  color: #000;
}

.comment-edit:hover {
  color: #5d94bf !important;
}

.comment-delete:hover {
  color: #f00 !important;
}

.comment-edit i {
  color: #5d94bf;
}

.comment-delete i {
  vertical-align: 1px;
  color: #f00;
}

/* @end */

/* @group コメントについて */

.comment-about {
  margin: 0 0 20px 0;
  padding: 20px;
  color: #fff !important;
  border-radius: 5px;
  background: #25566b;
}

.comment-about h1 {
  margin-bottom: .5em;
  font-size: 108%;
  font-weight: bold;
}

.comment-about p {
  font-size: 93%;
  line-height: 174%;
}

.comment-curator {
  display: inline-block;
  width: 329px;
  margin: 0 0 20px 0;
  padding: 20px;
  color: #fff !important;
  border-radius: 5px;
  background: #ff6b83;
}

.comment-curator h1 {
  margin-bottom: .5em;
  font-size: 108%;
  font-weight: bold;
}

.comment-curator p {
  font-size: 93%;
  line-height: 174%;
}

.comment-curator table {
  border-collapse:separate;
  border-spacing: 0px 5px;
}

.comment-curator a,
.comment-curator a:visited {
  color: #fff;
}

/* @end */

/* @end */

/* @group コメントのカラーパレット */

.colorPallet {
  width: auto;
  padding: 10px;
  border:1px solid #ccc;
  border-radius: 5px;
  background-color:#fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.colorPallet .help {
  font-size: 85%;
  text-align: right;
}

.colorPallet .help .fa {
  margin-right: .3em;
}

.colorPallet .colorBase {
  border:1px solid #fff;
  width:30px;
  height:30px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}

.colorPallet .colorBase:hover {
  border: 1px solid #f00;
}

.colorPallet .color1 {
  background: #e68989;
}

.colorPallet .color2 {
  background: #babae7;
}

.colorPallet .color3 {
  background: #7cc4dd;
}

.colorPallet .color4 {
  background: #dbbc81;
}

.colorPallet .color5 {
  background: #ffdb4d;
}

.colorPallet .color100 {
  background: #adb;
}

.colorPallet .expcolor1 {
  background: #abc;
}

.colorPallet .expcolor2 {
  background: #ccd5df;
}

.colorPallet .expcolor3 {
  background: #dde9f5;
}

/* @end */

/* @group 解説 */

/* @group 吹き出しの三角部分 */

.news-content-kaisetsu .comment-bg:before {
  left: 260px;
}

.news-content-kaisetsu .comment-item.expcolor1 .comment-bg:before {
  border-right-color: transparent;
  border-left-color: #aabbcc;
}

.news-content-kaisetsu .comment-item.expcolor2 .comment-bg:before {
  border-right-color: transparent;
  border-left-color: #ccd5df;
}

.news-content-kaisetsu .comment-item.expcolor3 .comment-bg:before {
  border-right-color: transparent;
  border-left-color: #dde9f5;
}

/* @end */

/* @group 吹き出しの枠 */

.news-content-kaisetsu .comment-bg {
  border-radius: 0 5px 5px 0;
}

.news-content-kaisetsu .comment-item.expcolor1 .comment-bg {
  background: #abc;
}

.news-content-kaisetsu .comment-item.expcolor2 .comment-bg {
  background: #ccd5df;
}

.news-content-kaisetsu .comment-item.expcolor3 .comment-bg {
  background: #dde9f5;
}

.news-content-kaisetsu .comment-about {
  margin: 0 0 20px 0;
  padding: 20px;
  color: #fff !important;
  border-radius: 5px;
  background: #25566b;
}

/* @end */

/* @end */

/* @group 回覧タブ */

.news-content-kairan {
  padding: 20px 10px 10px 10px;
}

.kairan-left,
.kairan-center,
.kairan-center-grp,
.kairan-right {
  float: left;
  margin-right: 20px;
}

.news-content-kairan .kairan-left-top,
.news-content-kairan .kairan-right-top {
  height: 120px;
}

.news-content-kairan .heading-2,
.news-content-kairan-grp .heading-2 {
  margin-bottom: 15px;
}

.kairan-center {
  padding-top: 170px;
}

.kairan-center-grp{
  padding-top: 145px;
}

.kairan-center-grp button,
.kairan-center button {
  display: block;
  width: 60px;
  margin-bottom: 10px;
}

.kairan-name-left {
  width: 300px;
}

.kairan-name-right {
  float: left;
  width: 300px;
}

.kairan-name-right-buttons {
  float: left;
  margin-left: 10px;
}

.kairan-name-right-buttons button {
  display: block;
  margin-bottom: 5px;
}

.kairan-buttons{
  float:left;
  display:inline-block;
  width:100%;

}

/* @end */

/* @group 当記事への対応 */

.news-content-depart {
  padding: 20px;
}
.news-content-publish {
  padding: 20px;
}
.news-content-note {
  padding: 20px;
}

.taiou-left,
.taiou-right {
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.taiou-right {
  padding-right: 0;
}

.news-content-note .heading-2 {
  margin-bottom: 15px;
}

textarea.textarea-taiou {
  height: 250px;
}

textarea.textarea-menace {
  height: 80px;
}

.taiou-file-area {
  height: 150px;
  padding: 20px;
  overflow: auto;
  background: #eef5fb;
}

.file-taiou {
  margin-bottom: 1em;
}

.taiou-file-list li {
  margin-bottom: 5px;
}

.taiou-file-list li a,
.taiou-file-list li a:visited {
  color: #000;
}

.taiou-file-list li i {
  margin-right: .5em;
  font-size: 16px;
}

.taiou-file-list .text-btn {
  margin-left: 1em;
}

.taiou-file-list .text-btn i {
  font-size: 10px;
}

/* @end */

/* @group 詳細添付関係 */
a.explanationatt{
  font-size: 93%;
  display: inline-block;
  padding: 0 7px;
  width: 130px;
  height:25px;
  line-height: 25px;
  margin-bottom:10px;
  vertical-align: 2px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #31738f;
  border: 1px solid #adc7d2;
  border-radius: 3px;
  background: #f7f9fb;

}

#lean_overlay{
  position: fixed; z-index:100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#addFileList{
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  width: 430px;
  height:200px;
}

#addFileList header{
  text-align: center;
  line-height:50px;
  padding:0;
  width: 430px;
  height: 50px;
  background: #F2F2F2;
  border-bottom: 1px solid #D8D8D8;
  font-size: 120% !important;
}

.addFileList-text{
  line-height:15px;
  margin-left:20px;
  margin-top:20px;
}

a.attBtnStyle{
  width:100px;
  float:right;
  margin-right:10px;
  display: inline-block;
}

.attfooter{
  clear:both;
  width:100%;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
}

#addFileList .filecat-wrapper{
  margin: 15px 0 0 30px;
}

#addFileList .filecat-select{
  width:auto;
  display: inline-block;
}

/* @end */

/* @group 記事解説・見解 */

.news-content-explanation {
  padding: 20px;
}
.news-content-explanation-inp {
  padding: 20px;
}
.news-content-explanation-inp .heading-2 {
  margin-bottom: 15px;
}
textarea.textarea-expln {
  height: 300px;
}
.explanatio-main{
  padding-bottom: 20px;
}

/* @end */

/* @group ファイルアイコン */

li i.fa-file-o {
  color: #4c7291;
}

li i.fa-file-pdf-o {
  color: #c00;
}

li i.fa-file-powerpoint-o {
  color: #dd5800;
}

li i.fa-file-excel-o {
  color: #057336;
}

li i.fa-file-word-o {
  color: #00178f;
}

li i.fa-file-image-o {
  color: #f90;
}

/* @end */

/* @group 詳細 コントロールボックス */

div#control-box {
  z-index: 300;
  position: fixed;
  left: 50%;
  bottom: -55px;
  margin-left: -120px;
  border-radius: 5px;
  background: #1d659d;
}

div#control-box a {
  float:left;
  display: block;
  width: 60px;
  padding: 0.4em 0;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #1d659d;
  border-left: 1px solid #94b3cb;
}

div#control-box a:first-child {
  border: none;
  border-radius: 5px 0 0 5px;
}

div#control-box a:last-child {
  border-radius: 0 5px 5px 0;
}

.controlbox-text{
  font-size: 85%;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.control-box a .readonly{
  color: lightgray;
}

/* @end */

/* @end */

/* @group サブタブのドロップダウンナビ */

/* @group トリガー */

.ag-dropdown-trigger:hover,
.ag-dropdown-trigger.active {
  color: #fc0 !important;
  text-decoration: none;
}

.ag-dropdown-trigger:after {
  content: '\f107';
  padding: 0 0 0 8px;
  font-family: 'Fontawesome';
  font-size: 15px;
  font-weight: normal;
  line-height: 0;
  color: #fc0;
}

/* @end */

/* @group フレーム */

.ag-dropdown {
  z-index: 1;
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
}

/* @end */

/* @group 各アイテム（ボタン） */

.ag-dropdown button {
  position: relative;
  width: 100%;
  padding: 6px 25px 6px 15px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
}

.ag-dropdown .sub button {
  width: 298px; /* 300からボーダー分ひく */
}

.ag-dropdown button.active,
.ag-dropdown button:hover {
  background-color: #f2f5f9;
}

body.db .ag-dropdown button.active,
body.db .ag-dropdown button:hover {
  color: #3ac;
}

body.news .ag-dropdown button.active,
body.news .ag-dropdown button:hover {
  color: #059;
}

body.sns .ag-dropdown button.active,
body.sns .ag-dropdown button:hover {
  color: #4B5;
}

body.analysis .ag-dropdown button.active,
body.analysis .ag-dropdown button:hover {
  color: #74a;
}

body.regulation .ag-dropdown button.active,
body.regulation .ag-dropdown button:hover {
  color: #a11;
}

/* @end */

/* @group トップ階層 */

.ag-dropdown .top {
  position: relative;
  width: 250px;
  padding: 5px 0;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, .25);
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.ag-dropdown .top > li {
  position: relative;
}

/* @end */

/* @group サブ階層 */

.ag-dropdown .sub {
  z-index: 1;
  position: absolute;
  top: -6px; /* 余白とボーダー分 */
  left: 248px;
  width: 300px;
  padding: 5px 0;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, .25);
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.ag-dropdown .sub.num-col-2 {
  width: 600px;
}

.ag-dropdown .sub-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 600px;
}

.ag-dropdown .sub-list li {
}

.ag-dropdown .sub {
  display: none;
}

/* @end */

/* @group 一覧短縮 */

body.simple .news-curater,
body.simple .news-main-category-name,
body.simple .news-status-btn,
body.simple .news-summary,
body.simple .news-tag,
body.simple .news-bottom-left{
  display:none;
}

/* @end */

/* @end */

/* @group ポップアップ */

/* @group モーダルポップアップ共通で使用するbg */

.modal-bg {
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* @end */

/* @group ドリルダウン検索ポップアップ */

/* @group フレーム */

.drilldown-popup {
  box-sizing: border-box;
  display: none;
  z-index: 500;
  position: fixed;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background: #fff;
}

.drilldown-popup * {
  box-sizing: border-box;
}

.drilldown-popup-inner {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow-y: auto;
}

.drilldown-popup-addtext {
  line-height: 23px;
  vertical-align: middle;
  font-weight: bold;
}

.drilldown-popup .drilldown-content,
.drilldown-popup .hide {
  display: block;
  padding: 0;
  border: 0;
}

.drilldown-popup .drilldown-more,
.drilldown-popup .drilldown-section-clear {
  display: none;
}

.drilldown-popup-resize {
  z-index: 11;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

/* @end */

/* @group タイトルバー */

.drilldown-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.drilldown-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.drilldown-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

/* @end */

/* @group ヘッダ、フッタ */

.drilldown-popup-header {
  margin: 0 0 15px;
}

.drilldown-popup-select-all,
.drilldown-popup-deselect-all {
  line-height: 22px;
  vertical-align: middle;
}

.drilldown-popup-footer {
  margin: 15px 0 0;
  text-align: center;
}
/* @end */

/* @group タブ */

.drilldown-popup .drilldown-popup-tab-wrapper {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ADC7D2;
}

.drilldown-popup .drilldown-popup-tab-wrapper::before,
.drilldown-popup .drilldown-popup-tab-wrapper::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
}

.drilldown-popup .drilldown-popup-tab-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff, #fff0);
}

.drilldown-popup .drilldown-popup-tab-wrapper::after {
  right: 0;
  background: linear-gradient(to right, #fff0, #fff);
}

.drilldown-popup .flex-tab {
  flex-wrap: nowrap;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.drilldown-popup .flex-tab::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display:none;
}

.drilldown-popup .flex-tab li:first-child {
  padding-left: 20px;
}

.drilldown-popup .flex-tab li:last-child {
  padding-right: 20px;
}

.drilldown-popup .flex-tab li button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.drilldown-popup .flex-tab li button.selected {
  background-color: #fff;
}

/* @end */

/* @group 項目リスト */

.drilldown-popup .drilldown-list > li {
  overflow: hidden;
}

.drilldown-popup .drilldown-sub-list-title {
  display: none;
  float: left;
  width: 120px;
  padding: 8px 10px 8px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
}

.drilldown-popup .drilldown-sub-list {
  display: block;
  float: left;
  width: calc(100% - 120px);
  font-size: 15px;
  font-weight: bold;
}

/* @end */

/* @group 項目ラベル */

.drilldown-popup .drilldown-list li {
  display: inline-block;
  margin: 2px;
}

.drilldown-popup .drilldown-list.has-sub-list > li {
  display: block;
}

.drilldown-popup .drilldown-content label {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 30px;
  border: 0;
}

/* @end */

/* @group チェックボックス、ラジオボタン */

.drilldown-popup .drilldown-list .drilldown-cb,
.drilldown-popup .drilldown-list .drilldown-rb {
  position: relative;
  left: auto;
  margin-right: 3px;
}

/* @end */

/* @end */

/* @group コメントポップアップ */

.comment-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 700px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.comment-popup-content {
  z-index: 10;
  position: relative;
  overflow: scroll;
}

.comment-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.comment-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.comment-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.comment-popup-resize {
  z-index: 10;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.comment-popup-list-wrapper {
  padding: 10px;
  background-color: #F7F9FB;
  border-bottom: 1px solid #bcd;
}

.comment-popup-list,
.comment-popup-list-title,
.comment-popup-thumb,
.comment-popup-thumb-ul,
.comment-popup-thumb-item,
.comment-popup-thumb-img {
  display: inline;
  vertical-align: middle;
  line-height: 1;
}

.comment-popup-list-title {
  margin-left: 7px;
  margin-right: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #567;
  vertical-align: -2px;
}

.comment-popup-thumb-a {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  border: 3px solid #fff;
}

.comment-popup-thumb-a.selected {
  border-color: #58c;
}

.comment-popup-thumb-img {
  width: 32px;
}

.curater-res-item {
  display: none;
}

.curater-res-item.selected {
  display: block;
}

/* @end */

/* @group ワードリストポップアップ */

.wordlist-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 500px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.wordlist-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.wordlist-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.wordlist-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.wordlist-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.wordlist-popup-resize {
  z-index: 10;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.wordlist-popup-list-wrapper {
  padding: 10px;
  background-color: #F7F9FB;
  border-bottom: 1px solid #bcd;
}

.wordlist-popup-list,
.wordlist-popup-list-title,
.wordlist-popup-thumb,
.wordlist-popup-thumb-ul,
.wordlist-popup-thumb-item,
.wordlist-popup-thumb-img {
  display: inline;
  vertical-align: middle;
  line-height: 1;
}

.wordlist-popup-list-title {
  margin-left: 7px;
  margin-right: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #567;
  vertical-align: -2px;
}

.wordlist-popup-thumb-a {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  border: 3px solid #fff;
}

.wordlist-popup-thumb-a.selected {
  border-color: #58c;
}

.wordlist-popup-thumb-img {
  width: 32px;
}

.wordlist-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group 追跡設定ポップアップ */

.track-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 500px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.track-popup-content {
  z-index: 10;
  position: relative;
  overflow: scroll;
}

.track-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.track-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.track-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.track-popup-resize {
  z-index: 10;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.track-popup-inner {
  padding: 15px;
}

.track-popup-list {
  margin-left: 5px;
}

.track-popup-list-2 {
  margin-left: 30px;
}

.track-popup-btn {
  margin-bottom: 10px;
  text-align: center;
}

a.track-popup-btn-touroku {
  color: #fff;
  border: 1px solid #337ab7;
  background-color: #337ab7;
}

a.track-popup-btn-touroku:hover {
  color: #fff;
  border: 1px solid red;
}

a.track-popup-btn-touroku-nashi {
  color: #337ab7;
  border: 1px solid #337ab7;
  background-color: #fff;
}

a.track-popup-btn-touroku-nashi:hover {
  color: #337ab7;
  border: 1px solid red;
}

/* @end */

/* @group キュレーター */

.curator-list {
  display: inline;
}

.curator-list-item {
  display: inline;
}

.curater-img, .curater-name {
  vertical-align: middle;
  padding-left: 3px;
}

.curater-title {
  color: #688;
}

.curater-profile-toggle {
  margin: 0 10px;
  cursor: pointer;
}

.curater-profile-toggle i.fa {
  padding-right: 3px;
}

.curater-profile-toggle .close {
  display: none;
}

.curater-profile {
  display: none;
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #F7F9FB;
}

/* @end */

/* @group コメントポップアップ用のキュレーター欄 */

.comment-popup .curater-res-item {
  padding: 30px;
}

.comment-popup .curater-img {
  width: 48px;
}

.comment-popup .curater-name {
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.comment-popup .curater-res-date {
  display: block;
  margin: 10px 0 0;
}

/* @end */

/* @group ステータスポップアップ */

.status-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.status-popup * {
  box-sizing: border-box;
}

.status-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.status-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.status-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.status-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.status-popup-inner {
  display: block;
}

.status-popup-status {
  display: block;
  overflow: hidden;
}

.status-popup-list {
  float: left;
  padding: 0 30px 20px 0;
}

.status-popup-li {
  line-height: 1.5;
}

input[type=radio] {
  margin-right: 5px;
}

.status-popup-comment {
  display: block;
  padding-left: 0;
}

.status-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.status-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group カテゴリポップアップ */

.category-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.category-popup * {
  box-sizing: border-box;
}

.category-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.category-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.category-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.category-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.category-popup-inner {
  display: block;
}

.category-popup-status {
  display: block;
  overflow: hidden;
}

.category-popup-list {
  float: left;
  padding: 0 30px 20px 0;
}

.category-popup-li {
  line-height: 1.5;
}

.category-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.category-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group 添付文書も検索ポップアップ */

.attach-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.attach-popup,
.attach-popup *,
.attach-popup *:before,
.attach-popup *:after {
  box-sizing: border-box;
}

.attach-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.attach-popup-titlebar {
  z-index: 10;
  position: relative;
  width: 100%;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.attach-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.attach-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.attach-popup-inner {
  display: block;
}

.attach-popup-description {
  line-height: 1.8;
}

.attach-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group アクションDB作成ポップアップ */

.action-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.action-popup * {
  box-sizing: border-box;
}

.action-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.action-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.action-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.action-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.action-popup-inner {
  display: block;
}

.action-popup-description {
  line-height: 1.8;
}

.action-popup-comment {
  display: block;
  padding-left: 0;
}

.action-popup-selectaction {
  display: block;
  padding-left: 0;
  padding-bottom: 20px;
}

.action-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.action-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group レポートDB作成ポップアップ */

.report-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.report-popup * {
  box-sizing: border-box;
}

.report-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.report-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.report-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.report-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.report-popup-inner {
  display: block;
}

.report-popup-description {
  line-height: 1.8;
}

.report-popup-comment {
  display: block;
  padding-left: 0;
}

.report-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.report-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group アクションDB添付文書コメント */

.filecmt-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.filecmt-popup * {
  box-sizing: border-box;
}

.filecmt-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.filecmt-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.filecmt-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.filecmt-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.filecmt-popup-inner {
  display: block;
}

.filecmt-popup-description {
  line-height: 1.8;
}

.filecmt-popup-comment {
  display: block;
  padding-left: 0;
}

.filecmt-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.filecmt-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group アクションDB添付文書コメント */

.analysis-file-area {
  min-height: 300px;
  padding: 20px;
  background: #eef5fb;
}

.file-analysis {
  margin-bottom: 1em;
}

.analysis-file-list li {
  margin-bottom: 5px;
}

.analysis-file-list li i {
  margin-right: .2em;
  font-size: 16px;
}
/*
.analysis-file-list .text-btn {
  margin-left: 1em;
}

.analysis-file-list .text-btn i {
  font-size: 10px;
}
*/
/* @end */

/* @group URLポップアップ */

.url-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  min-width: 700px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.url-popup * {
  box-sizing: border-box;
}

.url-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.url-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: linear-gradient(top, #eff5f9, #e1e9ef);
}

.url-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.url-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.url-popup table tr:not(:first-child) > * {
  padding-top: 10px;
}

.url-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group 画像ポップアップ */

.img-popup,
.img-popup * {
  box-sizing: border-box;
}

.img-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  min-width: 200px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.img-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.img-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.img-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.img-popup-resize {
  z-index: 11;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.img-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

body.news-index .img-popup-content {
  padding-bottom: 100px;
}

.img-popup-inner {
  display: block;
  text-align: center;
}

.img-popup-inner img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.img-popup-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 20px;
  text-align: center;
  word-break: break-all;
  background-color: rgba(255, 255, 255, .9)
}

body.news-detail .img-popup-footer {
  display: none;
}

.img-popup-note {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #999;
}

/* @end */

/* @group 進捗ポップアップ */

.progress-popup,
.progress-popup *,
.progress-popup *:before,
.progress-popup *:after {
  box-sizing: border-box;
}

.progress-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 700px;
  min-width: 400px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.progress-popup-content {
  z-index: 10;
  position: relative;
  width: 100%;
  min-width: 400px;
  margin-bottom: 45px;
  padding: 15px;
  overflow: auto;
}

.progress-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.progress-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.progress-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.progress-popup-resize {
  z-index: 11;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.progress-popup-inner {
  display: block;
}

.progress-popup-progress {
  display: block;
  overflow: hidden;
}

.progress-popup-list {
  float: left;
  padding: 0 30px 20px 0;
}

.progress-popup-li {
  line-height: 1.5;
}

input[type=radio] {
  margin-right: 5px;
}

.progress-popup-comment {
  display: block;
  padding-left: 0;
}

.progress-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.progress-popup-footer {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0px 0px 3px rgba(0, 85, 153, .5);
  background-color: #e1e9ef;
}

/* @group 進捗アイテムのフレーム */

.progress-item {
  margin: 10px 0;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #e1e9f9;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.progress-item.added {
  background-color: #fff9aa;
}

.progress-item:first-child {
  margin-top: 0;
}

.progress-item .btns {
  margin: 0 -10px;
  padding: 5px 0;
  overflow: hidden;
}

.progress-item .btns button {
  outline: 0;
}

.progress-item .delete-btn {
  float: right;
}

.progress-item .delete-btn i.fa {
  margin-right: 3px;
}

/* @end */

/* @group テーブル */

.progress-popup .form-table {
  width: 100%;
  margin-left:4px;
  margin-bottom:5px;
}

.progress-popup .form-table td,
.progress-popup .form-table th {
  position: relative;
  padding: 5px 0;
  overflow: hidden;
}

.progress-popup .form-table th {
  width: 120px;
}

.progress-popup .form-table label {
  margin-left:4px;
  margin-right:10px;
}

.progress-popup .form-table textarea {
  height: 200px;
}

.progress-popup .date-type {
  width: 150px;
}

/* @end */

/* @end */

/* @group 繰り返し設定ポップアップ */

/* @group フレーム */

.repeat-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.repeat-popup,
.repeat-popup *,
.repeat-popup *:before,
.repeat-popup *:after {
  box-sizing: border-box;
}

.repeat-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.repeat-popup-titlebar {
  z-index: 10;
  position: relative;
  width: 100%;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.repeat-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.repeat-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.repeat-popup-inner {
  display: block;
}

/* @end */

/* @group フォームテーブル */

.repeat-popup-table td,
.repeat-popup-table th {
  padding: 10px;
}

.repeat-popup-table td {
  padding-right: 0;
}

.repeat-popup-table th {
  padding-left: 0;
}

.repeat-popup-table tr:first-child th,
.repeat-popup-table tr:first-child td {
  padding-top: 0;
}

/* @end */

/* @group 曜日 */

.repeat-popup-table .repeat-day {
  overflow: hidden;
}

.repeat-popup-table .repeat-day li {
  float: left;
}

.repeat-popup-table .day-btn {
  width: 30px;
  font-size: 13px;
  color: #666;
  border-color: #ddd;
  border-radius: 0;
  border-width: 2px 1px;
}

.repeat-popup-table .repeat-day li:first-child .day-btn {
  border-left-width: 2px;
  border-radius: 5px 0 0 5px;
}

.repeat-popup-table .repeat-day li:last-child .day-btn {
  border-right-width: 2px;
  border-radius: 0 5px 5px 0;
}

.repeat-popup-table .repeat-day li .day-btn.selected {
  color: #fff;
  border-color: #26a;
  background-color: #059;
}

/* @end */

/* @group 日付 */

#ui-datepicker-div {
  z-index: 501 !important; /* ポップアップが500 */
}

.repeat-start-date {
  position: relative;
}

.repeat-start-date .clear-start-date {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 30px;
  line-height: 36px;
  text-align: center;
  color: #85abbc;
  border: none;
  background-color: transparent;
}

.repeat-next-date {
  font-size: 14px;
}

/* @end */

/* @group 下部ボタン */

.repeat-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

.repeat-popup-delete {
  color: #fff;
  border-color: #d44;
  background-color: #d44;
}

/* @end */

/* @end */

/* @group タグ条件保存ポップアップ */

.save-condition-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  min-width: 500px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.save-condition-popup * {
  box-sizing: border-box;
}

.save-condition-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.save-condition-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.save-condition-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.save-condition-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.save-condition-popup-inner {
  display: block;
}

.save-condition-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.save-condition-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group 保存条件の名称変更ポップアップ */

.rename-condition-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  min-width: 500px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.rename-condition-popup * {
  box-sizing: border-box;
}

.rename-condition-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.rename-condition-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.rename-condition-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.rename-condition-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.rename-condition-popup-inner {
  display: block;
}

.rename-condition-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.rename-condition-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group メルマガ設定ポップアップ */

.mailmag-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  width: 900px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.mailmag-popup * {
  box-sizing: border-box;
}

.mailmag-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.mailmag-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.mailmag-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.mailmag-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.mailmag-popup-inner {
  display: block;
}

.mailmag-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

.mailmag-popup-table th,
.mailmag-popup-table td {
  padding: 8px 5px;
}

.mailmag-popup-table th {
  width: 130px;
}

/* @end */

/* @group ニュース統計_記事一覧ポップアップ */

.articlelist-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  width: 900px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.articlelist-popup * {
  box-sizing: border-box;
}

.articlelist-popup-content {
  z-index: 10;
  position: relative;
  padding: 20px;
  overflow-y:auto;
  max-height:500px;
}

.articlelist-popup-content ul li{
  color:#289;
  font-size:14px;
  border-bottom:1px solid #ddd;
}

.articlelist-popup-content a{
  color:#289;
  text-decoration:none;
}

.articlelist-popup-content a:hover{
  color:#289;
  text-decoration:underline;
}

.articlelist-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.articlelist-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.articlelist-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.articlelist-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group メモポップアップ */

.memo-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 600px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.memo-popup * {
  box-sizing: border-box;
}

.memo-popup-content {
  z-index: 10;
  height: 400px; /* リサイズ対応のポップアップの初期高さはここで指定する */
  position: relative;
  padding: 30px;
  overflow: auto;
}

.memo-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.memo-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.memo-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.memo-popup-resize {
  z-index: 11;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.memo-popup-inner {
  display: block;
  height: calc(100% - 100px);
}

.memo-popup-field {
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.memo-popup-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* @end */

/* @group いいね、よくないねメモポップアップ */

.like-dislike-memo-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 600px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.like-dislike-memo-popup * {
  box-sizing: border-box;
}

.like-dislike-memo-popup-content {
  z-index: 10;
  height: 400px; /* リサイズ対応のポップアップの初期高さはここで指定する */
  position: relative;
  padding: 30px;
  overflow: auto;
}

.like-dislike-memo-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.like-dislike-memo-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.like-dislike-memo-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.like-dislike-memo-popup-resize {
  z-index: 11;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.like-dislike-memo-popup-inner {
  display: block;
  height: calc(100% - 50px);
}

.like-dislike-memo-popup-field {
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.like-dislike-memo-popup-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* @end */

/* @group ユーザーの削除申請ポップアップ */

.delete-user-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 600px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.delete-user-popup * {
  box-sizing: border-box;
}

.delete-user-popup-content {
  z-index: 10;
  height: 250px; /* リサイズ対応のポップアップの初期高さはここで指定する */
  position: relative;
  padding: 30px;
  overflow: auto;
}

.delete-user-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.delete-user-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.delete-user-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.delete-user-popup-resize {
  z-index: 11;
  position: absolute;
  display: block;
  right: -3px;
  bottom: -3px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  opacity: .4;
}

.delete-user-popup-inner {
  display: block;
  height: calc(100% - 55px);
}

.delete-user-popup-field {
  width: 100%;
  height: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.delete-user-popup-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* @end */

/* @group SNSトレンドワード：記事一覧ポップアップ */

.wordcloud {
  min-height:450px!important;
}

.article-popup {
  top:200px;
  left:550px;
  z-index: 500;
  position: fixed;
  display: none;
  width: 700px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.article-popup * {
  box-sizing: border-box;
}

.article-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
  height:300px;
}

.article-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.article-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.article-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.article-popup-inner {
  display: block;
}

.article-popup-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #059;
  border-bottom: 1px solid #abc;
}

.article-popup-status {
  display: block;
  overflow: hidden;
}

.article-popup-list {
  float: left;
  padding: 0 30px 20px 0;
  width:100%
}

.article-popup-li {
  line-height: 1.5;
  border-bottom:1px solid #84b2e0;
}

input[type=radio] {
  margin-right: 5px;
}

.article-popup-comment {
  display: block;
  padding-left: 0;
}

.article-popup-field {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius : 3px;
  border: 1px solid #abc;
}

.article-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group SNSトレンドワード：解析除外ワードポップアップ */

.sns-trend-ex-word-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: 700px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.sns-trend-ex-word-popup,
.sns-trend-ex-word-popup *,
.sns-trend-ex-word-popup *:before,
.sns-trend-ex-word-popup *:after {
  box-sizing: border-box;
}

.sns-trend-ex-word-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.sns-trend-ex-word-popup-titlebar {
  z-index: 10;
  position: relative;
  width: 100%;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.sns-trend-ex-word-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.sns-trend-ex-word-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.sns-trend-ex-word-popup-inner {
  display: block;
}

.sns-trend-ex-word-popup-inner .multi-select-pane select[multiple] {
  height: 400px;
}

.sns-trend-ex-word-popup-description {
  line-height: 1.8;
}

.sns-trend-ex-word-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

/* @end */

/* @group InsightDBビジュアルマップ：ノード編集ポップアップ */

.edit-node-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  width: 500px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.edit-node-popup * {
  box-sizing: border-box;
}

.edit-node-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.edit-node-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.edit-node-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.edit-node-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.edit-node-popup-inner {
  display: block;
}

.edit-node-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

.edit-node-popup-table th,
.edit-node-popup-table td {
  padding: 8px 5px;
}

.edit-node-popup-table th {
  width: 130px;
}

body.analysis .edit-node-popup input[type=text].form-control,
body.analysis .edit-node-popup textarea.form-control,
body.analysis .edit-node-popup select.form-control {
  border-color: #5d94bf;
}

body.analysis .edit-node-popup a.button {
  color: #31738f;
  border-color: #adc7d2;
  background: #f7f9fb;
}

body.analysis .edit-node-popup .button-min, body.analysis a.button-min,
body.analysis .edit-node-popup a.button-min:visited {
    color: #589;
    border-color: #adc7d2;
}
/* @end */

/* @group InsightDBビジュアルマップ：エッジ編集ポップアップ */

.edit-edge-popup {
  z-index: 500;
  position: fixed;
  display: none;
  width: auto;
  width: 500px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 1px solid #ADC7D2;
  background-color: #fff;
}

.edit-edge-popup * {
  box-sizing: border-box;
}

.edit-edge-popup-content {
  z-index: 10;
  position: relative;
  padding: 30px;
  overflow: auto;
}

.edit-edge-popup-titlebar {
  z-index: 10;
  width: 100%;
  position: relative;
  cursor: default;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bcd;
  background-color: #e1e9ef;
  background: -webkit-linear-gradient(top, #eff5f9, #e1e9ef);
  background:    -moz-linear-gradient(top, #eff5f9, #e1e9ef);
  background:     -ms-linear-gradient(top, #eff5f9, #e1e9ef);
  background:         linear-gradient(top, #eff5f9, #e1e9ef);
}

.edit-edge-popup-title {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #567;
}

.edit-edge-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.edit-edge-popup-inner {
  display: block;
}

.edit-edge-popup-footer {
  padding: 20px 0 0;
  text-align: center;
}

.edit-edge-popup-table th,
.edit-edge-popup-table td {
  padding: 8px 5px;
}

.edit-edge-popup-table th {
  width: 130px;
}

body.analysis .edit-edge-popup input[type=text].form-control,
body.analysis .edit-edge-popup textarea.form-control,
body.analysis .edit-edge-popup select.form-control {
  border-color: #5d94bf;
}

body.analysis .edit-edge-popup a.button {
  color: #31738f;
  border-color: #adc7d2;
  background: #f7f9fb;
}

body.analysis .edit-edge-popup .button-min, body.analysis a.button-min,
body.analysis .edit-edge-popup a.button-min:visited {
    color: #589;
    border-color: #adc7d2;
}

/* @end */

/* @end */

/* @group 共通コンポーネント */

/* @group 曜日選択UI */

.day-select {
  display: flex;
  align-items: center;
}

.day-select ._day-btn {
  width: 40px;
  height: 36px;
  margin-left: -1px;
  font-size: 13px;
  outline: 0;
  border: 1px solid #abc;
  border-radius: 0;
}

.day-select li ._day-btn:hover {
  color: #059;
  background-color: #F7F9FB;
}

.day-select li:first-child ._day-btn {
  border-radius: 5px 0 0 5px;
}

.day-select li:nth-child(7) ._day-btn {
  border-radius: 0 5px 5px 0;
}

.day-select li ._day-btn._selected {
  color: #fff;
  border-color: #059;
  background-color: #059;
}

.day-select li ._weekday-btn {
  margin-left: 10px;
  font-size: 12px;
  text-decoration: underline;
  color: #059;
  outline: 0;
  border: 0;
  background: none;
}

.day-select li ._weekday-btn:hover {
  text-decoration: none;
}

/* @end */

/* @group 複数選択ペインUI */

/* @group フレーム */

.multi-select-pane {
  display: flex;
  justify-content: space-between;
}

.multi-select-pane ._left,
.multi-select-pane ._right {
  width: calc(50% - 25px);
}

.multi-select-pane ._middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  padding: 5px;
}

/* @end */

/* @group ボタン */

.multi-select-pane ._btn {
  width: 100%;
  height: 40px;
  margin: 2px 0;
  color: #256;
  outline: 0;
  border: 1px solid #ADC7D2;
  background-color: #F7F9FB;
  transition: all .1s linear;
}

.multi-select-pane ._btn:hover {
  color: #059;
  border-color: #059;
}

.multi-select-pane ._btn:disabled {
  color: #f9f9f9;
  border: 0;
  background-color: #e1e9ef;
}

/* @end */

/* @group 上部ラベル */

.multi-select-pane label {
  display: block;
  margin: 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #059;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background-color: #059;
}

.multi-select-pane ._left label {
  color: #256;
  border-color: #ADC7D2;
  background-color: #e1e9ef;
}

/* @end */

/* @group select リスト */

.multi-select-pane select[multiple] {
  width: 100%;
  height: 200px;
  padding: 5px;
  font-size: 14px;
  outline: 0;
  border: 1px solid #ADC7D2;
  border-radius: 5px;
}

.multi-select-pane ._has-header select[multiple] {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.multi-select-pane select[multiple] option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* @end */

/* @end */

/* @group いいねよくないねボタン */

.like-dislike-btns {
  display: inline-block;
}

.like-dislike-btns::after {
  content: '';
  display: block;
  clear: both;
}

.like-dislike-btns li {
  float: left;
}

/* @group 通常 */

.like-dislike-btns button {
  width: 55px;
  height: 20px;
  margin: 0 !important;
  padding: 0 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
  color: #c44;
  outline: 0;
  border: 1px solid #ADC7D2;
  border-radius: 2px 0 0 2px;
  background-color: #F7F9FB;
}

.like-dislike-btns button.dislike {
  color: #059;
  border-radius: 00;
  border-left: 0;
}

.like-dislike-btns button.comment {
  width: 40px;
  color: #059;
  border-radius: 0 2px 2px 0;
  border-left: 0;
}

.like-dislike-btns button::before {
  margin-right: 5px;
  font-family: 'Fontawesome';
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}

.like-dislike-btns button.like::before {
  content: '\f164';
}

.like-dislike-btns button.dislike::before {
  content: '\f165';
}

.like-dislike-btns button.comment::before {
  content: '\f075';
  margin-right: 0;
}

/* @end */

/* @group ホバー */

.like-dislike-btns button:hover {
  background-color: #eee;
}

.like-dislike-btns button.like:hover::before {
  color: #c44;
}

.like-dislike-btns button.dislike:hover::before,
.like-dislike-btns button.comment:hover::before {
  color: #059;
}

/* @end */

/* @group アクティブ（クリック時＆オンの時） */

.like-dislike-btns button.active {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05) inset;
  background-color: #e1e5e9;
}

.like-dislike-btns button.like.active::before {
  color: #c44;
}

.like-dislike-btns button.dislike.active::before {
  color: #059;
}

.like-dislike-btns button.comment.active {
  background-color: #059;
}

.like-dislike-btns button.comment.active::before {
  color: #fff;
}

/* @end */

/* @end */

/* @group 付加情報 */

.article-additional-info h2 {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #379;
  border-radius: 4px;
  background-color: #cde;
}

.article-additional-info ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.article-additional-info dl {
  display: flex;
  gap: 10px;
}

.article-additional-info dl dt {
  flex-shrink: 0;
  flex-grow: 0;
  width: 70px;
  line-height: 1.5;
}

.article-additional-info dl dd {
  line-height: 1.5;
}

.article-additional-info ._title_no {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: red;
}

@container (max-width: 999px) {
  .article-additional-info {
    display: flex;
    gap: 10px;
    align-items: stretch;
  }

  .article-additional-info h2 {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    margin: 0;
    white-space: nowrap;
  }

  .article-additional-info ul {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 2px 20px;
  }

  .article-additional-info dl {
  }

  .article-additional-info dl dt {
    width: auto;
  }
}

/* @end */

/* @group タグ */

.article-tag h2 {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #379;
  border-radius: 4px;
  background-color: #cde;
}

.article-tag-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 4px;
}

.article-tag-list li {
  max-width: 100%;
}

.article-tag-list button {
  display: inline-block;
  max-width: 100%;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #379;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
  border: 0;
  border-radius: 20px;
  background: rgba(180, 208, 222, .4);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.article-tag-list button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #07b;
}

.article-tag-list button:disabled {
  color: #666;
  background-color: #f1f2f9;
}

@container (max-width: 999px) {
  .article-tag {
    display: flex;
    gap: 10px;
    align-items: stretch;
  }

  .article-tag h2 {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    margin: 0;
    white-space: nowrap;
  }

  .article-tag-list {
    align-items: flex-start;
    min-width: 200px;
    gap: 2px;
  }
}

/* @end */

/* @group 関連記事リスト */

.db-related {
  position: relative;
  border-radius: 5px;
}

.db-related h2 {
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #379;
  border-radius: 4px;
  background-color: #cde;
}

.db-related-list li {
  border-bottom: 1px solid #d1d5d9;
}

.db-related-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: .7em 0;
  line-height: 1.4;
  color: #379;
}

.db-related-list li a:hover {
  background-color: #f1f5f9;
}

.db-related-list li a > img {
  object-fit: cover;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

@container (max-width: 999px) {
  .db-related {
    display: flex;
    gap: 10px;
    align-items: stretch;
    max-height: 150px;
    overflow: auto;
  }

  .db-related h2 {
    position: sticky;
    top: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    padding: 0;
    line-height: 1.5;
    margin: 0;
  }

  /* @group スクロールバー */

  .db-related::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .db-related::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .db-related::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #95aac0;
  }

  /* @end */

  .db-related-list li {
    border-bottom: 0;
  }

  .db-related-list li a {
    padding: .3em 0;
  }

  .db-related-list li a > img {
    width: 20px;
    height: 20px;
  }

}

/* @end */

/* @group URLリスト */

.url-list > ul > li:before {
  content: '●';
  margin-right: 5px;
}

/* @end */

/* @group URLアイテム（編集ボタン、削除ボタンがついてるやつ） */

.url-item {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 5px;
}

.url-item:hover {
  border-radius: 5px;
  background: #dde9f2;
}

.url-item a {
  display: inline-block;
  width: 30px; /* 3点リーダを表示するため幅を絶対指定の必要あり */
  flex-grow: 1; /* 幅の絶対指定を無視するための指定 */
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.url-item:hover a {
  color: #567;
  text-decoration: none;
}

.url-item .open-url-popup._update,
.url-item .delete-url {
  display: none;
  width: 24px;
  color: #567;
  border: 0;
  background: none;
}

.url-item .delete-url {
  /* color: #f00; */
}

.url-item .open-url-popup._update:hover,
.url-item .delete-url:hover {
  opacity: .5;
}

.url-item:hover .open-url-popup._update,
.url-item:hover .delete-url {
  display: block;
}

.url-item [data-toggle="tooltip"]:hover:after,
.url-item [data-toggle="tooltip"].tooltip-on:after {
  display: none; /* Action DBのスタイルの打し消し */
}

/* @end */

/* @end */

/* @group ページごとのスタイル（必ず body.***** セレクタをプリフィクスとして付加する） */

/* @group 関連記事検索 */

/* @group フレーム */

body.related-select {
  min-width: 800px;
  height: 100%;
}

body.related-select ._header {
  display: flex;
  align-items: center;
  height:60px;
  padding:2px 30px;
  border-bottom: 1px solid #ADC7D2;
  background-color: #F1F5F9;
}

/* @end */

/* @group ヘッダの各要素 */

body.related-select button._new {
  line-height: 34px;
}

body.related-select .search-text-button {
  flex-grow: 1;
  position: relative;
  height: 36px;
  overflow: hidden;
  border: 1px solid #9ebfd9;
  border-radius: 5px;
  background-color: #fff;
}

body.related-select .query-text {
  width: 100%;
  height: 36px;
  padding: 10px 60px 10px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #256;
  outline: none;
  border: none;
  background-color: #fff;
}

body.related-select .clear-button {
  position: absolute;
  display: block;
  right: 40px;
  top: 0;
  width: 30px;
  line-height: 36px;
  text-align: center;
  border: none;
}

body.related-select .search-button {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  border: none;
  border-left: 1px solid #9ebfd9;
  border-radius: 0 2px 2px 0;
  background: #f7f9fb;
  color: #85abbc;
}

body.related-select .bs-header-sort {
  width: auto;
  padding-left: 0;
}

body.related-select select,
body.related-select .bs-header-sort select.sort {
  width: auto;
  height: 36px;
  font-size: 14px;
	border: 1px solid #9bd !important;
  border-radius: 5px;
}

body.related-select .bs-header-sort select.sort {
  min-width: 100px;
}

body.related-select #pagecnt {
  margin-left: auto;
  white-space: nowrap;
}

/* @end */

/* @group 記事リスト */

body.related-select #newslist {
  padding: 0;
  border: 0;
  border-radius: 0;
}

body.related-select #newslist #listFrame {
  width:100%;
  height:100%;
  overflow-x:hidden;
}

/* @end */

/* @group iframe内 */

/* @group 各記事のフレーム */

body.related-select-iframe .news-list-wrapper {
  padding: 0;
  border: 0;
  border-radius: 0;
}

body.related-select-iframe .news-header {
  padding-bottom: 30px;
}

body.related-select-iframe .news-header:hover {
  cursor: pointer;
  background-color: rgba(0, 85, 153, .02);
}

body.related-select-iframe .news-header._selected {
  background-color: rgba(0, 85, 153, .1);
  background-color: #f1f9ff;
}

body.related-select-iframe .news-header .news-header-right-chk {
  margin-left: 30px;
}

/* @end */

/* @group チェックボックス */

body.related-select-iframe .news-header a.chk-selector {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 100%;
  background-color: #f1f9ff;
}

body.related-select-iframe .news-header a.chk-selector i {
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  margin: auto;
  font-size: 20pt;
  line-height: 1;
  color: #cde;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

body.related-select-iframe .news-header:hover a.chk-selector i {
  color: #abc;
}

body.related-select-iframe .news-header._selected a.chk-selector {
  background-color: rgba(0, 85, 153, .1);
}

body.related-select-iframe .news-header._selected a.chk-selector i {
  color: #059;
}

/* @end */

/* @group その他 */

body.related-select-iframe .news-header .news-title {
  margin: .5em 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

body.related-select-iframe .news-header .news-source,
body.related-select-iframe .news-header .news-date {
  color: #059;
}

body.related-select-iframe .news-id {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #789;
  border-color: #789;
}

/* @end */

/* @end */

/* @end */

/* @end */

/* スマホ版（ダッシュボードのみ） */

@media screen and (max-width: 1100px) {

/* @group ヘッダ */

body.db #site-header {
  position: static;
  min-width: 0;
}

/* @group ロゴ */

body.db #site-header h1.logo {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  width: 52px;
  height: 20px;
  margin: 0;
  padding: 4px;
  text-align: center;
  border-right: 1px solid #ccc;
}

body.db #site-header .company-logo {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -71px;
}

body.db #site-header.index1.fixed #mainmenu li.user-logo a,
body.db #site-header.index1 #mainmenu li.user-logo a {
  width: inherit;
  padding: 3px;
}

/* @end */

/* @group メインメニュー */

body.db ul#mainmenu {
  display: none;
}

/* @end */

/* @group サポートメニュー */

body.db .support-menu {
  display: none;
}

/* @end */

/* @group アカウントメニュー */

body.db .account-menu {
  z-index: 15;
}

body.db .account-menu button.btn .name {
  display: none;
}

body.db .account-menu-sub > li:nth-child(2),
body.db .account-menu-sub > li:nth-child(4) {
  display: none;
}

/* @end */

/* @end */

/* @group BizSphereヘッダ */

/* @group フレーム */

body.db #db-header,
body.db #bs-header,
body.db #sns-header {
  position: static;
  min-width: 0;
}

/* @end */

/* @group タイトル */

body.db .db-header-title,
body.db .bs-header-title,
body.db .sns-header-title {
  display: none;
}

/* @end */

body.db .action-btn-wrapper {
  display: none;
}

body.db .like-dislike-btns li:nth-child(3) {
  display: none;
}

/* @group メモポップアップ */

body.db .memo-popup {
  width: 90%;
}

body.db .memo-popup-content {
  height: 500px; /* リサイズ対応のポップアップの初期高さはここで指定する */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

body.db .memo-popup-resize {
  display: none;
}

body.db a.memo-popup-delete,
body.db a.memo-popup-cancel {
  display: none;
}

body.db.is-sp .memo-popup-field,
body.db.is-sp .memo-popup-field:focus {
  border-color: #e0e5e9;
  background-color: #f9fbff;
  outline: none;
}

/* @end */

/* @end */

/* @group 記事コンテナ（左に記事、右にaside要素を持つコンテナ） */

.db-detail {
  /*min-width: 0;*/
}

.article-body,
.article-aside {
  max-width: 100%;
}

/* @end */

/* @group 関連記事リスト */

.db-related {
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.db-related-list li a {
  align-items: flex-start;
}

/* @end */

}

@media screen and (max-width: 840px) {
  /* @group 記事コンテナ（左に記事、右にaside要素を持つコンテナ） */

  .article-container {
    min-width: 0;
    padding: 10px;
  }

  .article-body {
    width: 100%;
	min-width: 0;
  }
}
